Pull request #40094 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from eb0610b7fc7e8c49160c99fa311e14ee632dd45a+8eb947c5b1d7ce7551ed6e07db7a8b65234b75e0 (7d4a663de9874bf1c503ea6afa173e5d9776f7ec) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 The recommended git tool is: NONE using credential jps-reader > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file" > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2021-04-16T10:34:26.492Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2021-04-16T10:34:26.496Z] Trying to pass milestone 15 [Pipeline] milestone [2021-04-16T10:34:26.591Z] Trying to pass milestone 16 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2021-04-16T10:34:41.760Z] Still waiting to schedule task [2021-04-16T10:34:41.760Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2021-04-16T10:34:57.499Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-02e7d465ce3d2b154) in /home/ubuntu/workspace/moby_PR-40094 [Pipeline] { [Pipeline] checkout [2021-04-16T10:34:57.551Z] The recommended git tool is: git [2021-04-16T10:34:57.560Z] using credential docker-jenkins-github-credentials [2021-04-16T10:34:57.567Z] Cloning the remote Git repository [2021-04-16T10:34:57.567Z] Cloning with configured refspecs honoured and without tags [2021-04-16T10:34:57.795Z] Cloning repository https://github.com/moby/moby.git [2021-04-16T10:34:57.796Z] > git init /home/ubuntu/workspace/moby_PR-40094 # timeout=10 [2021-04-16T10:34:57.823Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-16T10:34:57.823Z] > git --version # timeout=10 [2021-04-16T10:34:57.829Z] > git --version # 'git version 2.17.1' [2021-04-16T10:34:57.830Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-16T10:34:57.830Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40094/head:refs/remotes/origin/PR-40094 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-16T10:35:11.356Z] Fetching without tags [2021-04-16T10:35:11.610Z] Merging remotes/origin/master commit 8eb947c5b1d7ce7551ed6e07db7a8b65234b75e0 into PR head commit eb0610b7fc7e8c49160c99fa311e14ee632dd45a [2021-04-16T10:35:11.558Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-16T10:35:11.561Z] > git config --add remote.origin.fetch +refs/pull/40094/head:refs/remotes/origin/PR-40094 # timeout=10 [2021-04-16T10:35:11.563Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-16T10:35:11.569Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-16T10:35:11.585Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-16T10:35:11.585Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-16T10:35:11.586Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40094/head:refs/remotes/origin/PR-40094 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-16T10:35:11.839Z] > git config core.sparsecheckout # timeout=10 [2021-04-16T10:35:11.851Z] > git checkout -f eb0610b7fc7e8c49160c99fa311e14ee632dd45a # timeout=10 [2021-04-16T10:35:12.099Z] Merge succeeded, producing eb0610b7fc7e8c49160c99fa311e14ee632dd45a [2021-04-16T10:35:12.099Z] Checking out Revision eb0610b7fc7e8c49160c99fa311e14ee632dd45a (PR-40094) [2021-04-16T10:35:12.462Z] Commit message: "Dockerfile: integrate e2e stage in main Dockerfile" [2021-04-16T10:35:12.472Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-04-16T10:35:13.126Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40094:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master alpine sh -c apk add --no-cache -q bash git openssh-client && cd /workspace && hack/validate/dco [2021-04-16T10:35:12.282Z] > git remote # timeout=10 [2021-04-16T10:35:12.293Z] > git config --get remote.origin.url # timeout=10 [2021-04-16T10:35:12.302Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-16T10:35:12.303Z] > git merge 8eb947c5b1d7ce7551ed6e07db7a8b65234b75e0 # timeout=10 [2021-04-16T10:35:12.317Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-16T10:35:12.328Z] > git config core.sparsecheckout # timeout=10 [2021-04-16T10:35:12.336Z] > git checkout -f eb0610b7fc7e8c49160c99fa311e14ee632dd45a # timeout=10 [2021-04-16T10:35:12.692Z] > git rev-list --no-walk c2884a77a7422182c4f4672db6ddc750baa8aa4f # timeout=10 [2021-04-16T10:35:15.656Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: unit-validate) [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: rootless) [Pipeline] { (Branch: cgroup2) [Pipeline] { (Branch: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: arm64) [Pipeline] { (Branch: win-RS1) [Pipeline] { (Branch: win-RS5) [Pipeline] { (Branch: win-2022) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (rootless) [Pipeline] stage [Pipeline] { (cgroup2) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] stage [Pipeline] { (win-RS1) [Pipeline] stage [Pipeline] { (win-RS5) [Pipeline] stage [Pipeline] { (win-2022) Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [2021-04-16T10:35:15.886Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0ce8be28bc65caa72) in /home/ubuntu/workspace/moby_PR-40094 [Pipeline] node [2021-04-16T10:35:15.887Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0f66818861ce937a8) in /home/ubuntu/workspace/moby_PR-40094 [Pipeline] node [2021-04-16T10:35:15.888Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-02e7d465ce3d2b154) in /home/ubuntu/workspace/moby_PR-40094 [Pipeline] node [Pipeline] node [Pipeline] node [2021-04-16T10:35:15.892Z] Running on s390x-ubuntu-16 in /home/jenkins/workspace/moby_PR-40094 [2021-04-16T10:35:15.892Z] Running on ppc64le-ubuntu-11 in /home/docker/workspace/moby_PR-40094 [2021-04-16T10:35:15.893Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0689c7019c87421e4) in /home/ubuntu/workspace/moby_PR-40094 [Pipeline] node [Pipeline] node [2021-04-16T10:35:15.895Z] Running on azwin-2-a80f70 in d:\jenkins\workspace\moby_PR-40094 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] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] ws [2021-04-16T10:35:15.994Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2021-04-16T10:35:16.023Z] The recommended git tool is: git [Pipeline] checkout [2021-04-16T10:35:16.032Z] The recommended git tool is: git [Pipeline] checkout [2021-04-16T10:35:16.038Z] The recommended git tool is: git [Pipeline] checkout [2021-04-16T10:35:16.042Z] using credential docker-jenkins-github-credentials [2021-04-16T10:35:16.046Z] using credential docker-jenkins-github-credentials [Pipeline] checkout [2021-04-16T10:35:16.050Z] Cloning the remote Git repository [2021-04-16T10:35:16.051Z] Cloning with configured refspecs honoured and without tags [2021-04-16T10:35:16.053Z] The recommended git tool is: git [Pipeline] checkout [2021-04-16T10:35:16.057Z] Fetching changes from the remote Git repository [2021-04-16T10:35:16.058Z] The recommended git tool is: git [2021-04-16T10:35:16.060Z] The recommended git tool is: git [Pipeline] checkout [2021-04-16T10:35:16.065Z] Fetching without tags [2021-04-16T10:35:16.069Z] using credential docker-jenkins-github-credentials [2021-04-16T10:35:16.072Z] using credential docker-jenkins-github-credentials [2021-04-16T10:35:16.077Z] Cloning the remote Git repository [2021-04-16T10:35:16.077Z] Cloning with configured refspecs honoured and without tags [2021-04-16T10:35:16.080Z] Cloning the remote Git repository [2021-04-16T10:35:16.080Z] Cloning with configured refspecs honoured and without tags [2021-04-16T10:35:16.087Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2021-04-16T10:35:16.100Z] using credential docker-jenkins-github-credentials [2021-04-16T10:35:16.105Z] Cloning the remote Git repository [2021-04-16T10:35:16.105Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [2021-04-16T10:35:16.115Z] Cloning the remote Git repository [2021-04-16T10:35:16.115Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] stage [2021-04-16T10:35:16.141Z] The recommended git tool is: git [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Run tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "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 [2021-04-16T10:35:16.321Z] Merging remotes/origin/master commit 8eb947c5b1d7ce7551ed6e07db7a8b65234b75e0 into PR head commit eb0610b7fc7e8c49160c99fa311e14ee632dd45a [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [2021-04-16T10:35:16.357Z] using credential docker-jenkins-github-credentials [Pipeline] } [Pipeline] } [2021-04-16T10:35:16.511Z] Fetching changes from the remote Git repository [2021-04-16T10:35:16.673Z] Fetching without tags [2021-04-16T10:35:16.701Z] Merge succeeded, producing eb0610b7fc7e8c49160c99fa311e14ee632dd45a [2021-04-16T10:35:16.701Z] Checking out Revision eb0610b7fc7e8c49160c99fa311e14ee632dd45a (PR-40094) [2021-04-16T10:35:16.772Z] Commit message: "Dockerfile: integrate e2e stage in main Dockerfile" [2021-04-16T10:35:16.084Z] Cloning repository https://github.com/moby/moby.git [2021-04-16T10:35:16.084Z] > git init /home/ubuntu/workspace/moby_PR-40094 # timeout=10 [2021-04-16T10:35:16.099Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-16T10:35:16.099Z] > git --version # timeout=10 [2021-04-16T10:35:16.104Z] > git --version # 'git version 2.17.1' [2021-04-16T10:35:16.104Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-16T10:35:16.105Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40094/head:refs/remotes/origin/PR-40094 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-16T10:35:16.050Z] Cloning repository https://github.com/moby/moby.git [2021-04-16T10:35:16.050Z] > git init /home/ubuntu/workspace/moby_PR-40094 # timeout=10 [2021-04-16T10:35:16.055Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-16T10:35:16.055Z] > git --version # timeout=10 [2021-04-16T10:35:16.060Z] > git --version # 'git version 2.17.1' [2021-04-16T10:35:16.060Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-16T10:35:16.060Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40094/head:refs/remotes/origin/PR-40094 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-16T10:35:16.281Z] > git rev-parse --is-inside-work-tree # timeout=10 [2021-04-16T10:35:16.287Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-16T10:35:16.295Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-16T10:35:16.295Z] > git --version # timeout=10 [2021-04-16T10:35:16.300Z] > git --version # 'git version 2.17.1' [2021-04-16T10:35:16.300Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-16T10:35:16.301Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40094/head:refs/remotes/origin/PR-40094 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-16T10:35:16.551Z] > git config core.sparsecheckout # timeout=10 [2021-04-16T10:35:16.556Z] > git checkout -f eb0610b7fc7e8c49160c99fa311e14ee632dd45a # timeout=10 [2021-04-16T10:35:16.894Z] > git remote # timeout=10 [2021-04-16T10:35:16.897Z] > git config --get remote.origin.url # timeout=10 [2021-04-16T10:35:16.899Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-16T10:35:16.899Z] > git merge 8eb947c5b1d7ce7551ed6e07db7a8b65234b75e0 # timeout=10 [2021-04-16T10:35:16.908Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-16T10:35:16.930Z] > git config core.sparsecheckout # timeout=10 [2021-04-16T10:35:16.940Z] > git checkout -f eb0610b7fc7e8c49160c99fa311e14ee632dd45a # timeout=10 [2021-04-16T10:35:16.080Z] Cloning repository https://github.com/moby/moby.git [2021-04-16T10:35:16.081Z] > git init /home/ubuntu/workspace/moby_PR-40094 # timeout=10 [2021-04-16T10:35:16.089Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-16T10:35:16.089Z] > git --version # timeout=10 [2021-04-16T10:35:16.093Z] > git --version # 'git version 2.25.1' [2021-04-16T10:35:16.093Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-16T10:35:16.094Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/40094/head:refs/remotes/origin/PR-40094 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-16T10:35:16.109Z] Cloning repository https://github.com/moby/moby.git [2021-04-16T10:35:16.109Z] > git init /home/jenkins/workspace/moby_PR-40094 # timeout=10 [2021-04-16T10:35:16.112Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-16T10:35:16.112Z] > git --version # timeout=10 [2021-04-16T10:35:16.113Z] > git --version # 'git version 2.17.1' [2021-04-16T10:35:16.113Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-16T10:35:16.113Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40094/head:refs/remotes/origin/PR-40094 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-16T10:35:16.122Z] Cloning repository https://github.com/moby/moby.git [2021-04-16T10:35:16.123Z] > git init /home/docker/workspace/moby_PR-40094 # timeout=10 [2021-04-16T10:35:16.130Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-16T10:35:16.130Z] > git --version # timeout=10 [2021-04-16T10:35:16.133Z] > git --version # 'git version 2.7.4' [2021-04-16T10:35:16.133Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-16T10:35:16.134Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40094/head:refs/remotes/origin/PR-40094 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-16T10:35:16.395Z] > git rev-parse --is-inside-work-tree # timeout=10 [2021-04-16T10:35:16.536Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-16T10:35:16.708Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-16T10:35:16.708Z] > git --version # timeout=10 [2021-04-16T10:35:16.755Z] > git --version # 'git version 2.24.1.windows.2' [2021-04-16T10:35:16.755Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-16T10:35:16.755Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/40094/head:refs/remotes/origin/PR-40094 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-04-16T10:35:17.447Z] Merging remotes/origin/master commit 8eb947c5b1d7ce7551ed6e07db7a8b65234b75e0 into PR head commit eb0610b7fc7e8c49160c99fa311e14ee632dd45a [2021-04-16T10:35:17.533Z] + docker version [2021-04-16T10:35:17.533Z] Client: Docker Engine - Community [2021-04-16T10:35:17.533Z] Version: 20.10.5 [2021-04-16T10:35:17.533Z] API version: 1.41 [2021-04-16T10:35:17.533Z] Go version: go1.13.15 [2021-04-16T10:35:17.533Z] Git commit: 55c4c88 [2021-04-16T10:35:17.533Z] Built: Tue Mar 2 20:18:05 2021 [2021-04-16T10:35:17.533Z] OS/Arch: linux/amd64 [2021-04-16T10:35:17.533Z] Context: default [2021-04-16T10:35:17.533Z] Experimental: true [2021-04-16T10:35:17.533Z] [2021-04-16T10:35:17.533Z] Server: Docker Engine - Community [2021-04-16T10:35:17.533Z] Engine: [2021-04-16T10:35:17.533Z] Version: 20.10.5 [2021-04-16T10:35:17.533Z] API version: 1.41 (minimum version 1.12) [2021-04-16T10:35:17.533Z] Go version: go1.13.15 [2021-04-16T10:35:17.533Z] Git commit: 363e9a8 [2021-04-16T10:35:17.533Z] Built: Tue Mar 2 20:16:00 2021 [2021-04-16T10:35:17.533Z] OS/Arch: linux/amd64 [2021-04-16T10:35:17.533Z] Experimental: true [2021-04-16T10:35:17.533Z] containerd: [2021-04-16T10:35:17.533Z] Version: 1.4.4 [2021-04-16T10:35:17.533Z] GitCommit: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-16T10:35:17.533Z] runc: [2021-04-16T10:35:17.533Z] Version: 1.0.0-rc93 [2021-04-16T10:35:17.533Z] GitCommit: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-16T10:35:17.533Z] docker-init: [2021-04-16T10:35:17.533Z] Version: 0.19.0 [2021-04-16T10:35:17.533Z] GitCommit: de40ad0 [Pipeline] sh [2021-04-16T10:35:17.814Z] + docker info [2021-04-16T10:35:17.814Z] Client: [2021-04-16T10:35:17.814Z] Context: default [2021-04-16T10:35:17.814Z] Debug Mode: false [2021-04-16T10:35:17.814Z] Plugins: [2021-04-16T10:35:17.814Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-04-16T10:35:17.814Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-04-16T10:35:17.814Z] [2021-04-16T10:35:17.814Z] Server: [2021-04-16T10:35:17.814Z] Containers: 0 [2021-04-16T10:35:17.814Z] Running: 0 [2021-04-16T10:35:17.814Z] Paused: 0 [2021-04-16T10:35:17.814Z] Stopped: 0 [2021-04-16T10:35:17.814Z] Images: 4 [2021-04-16T10:35:17.814Z] Server Version: 20.10.5 [2021-04-16T10:35:17.814Z] Storage Driver: overlay2 [2021-04-16T10:35:17.814Z] Backing Filesystem: extfs [2021-04-16T10:35:17.814Z] Supports d_type: true [2021-04-16T10:35:17.814Z] Native Overlay Diff: true [2021-04-16T10:35:17.814Z] Logging Driver: json-file [2021-04-16T10:35:17.814Z] Cgroup Driver: cgroupfs [2021-04-16T10:35:17.814Z] Cgroup Version: 1 [2021-04-16T10:35:17.814Z] Plugins: [2021-04-16T10:35:17.814Z] Volume: local [2021-04-16T10:35:17.814Z] Network: bridge host ipvlan macvlan null overlay [2021-04-16T10:35:17.814Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-04-16T10:35:17.814Z] Swarm: inactive [2021-04-16T10:35:17.814Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-04-16T10:35:17.814Z] Default Runtime: runc [2021-04-16T10:35:17.814Z] Init Binary: docker-init [2021-04-16T10:35:17.814Z] containerd version: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-16T10:35:17.814Z] runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-16T10:35:17.814Z] init version: de40ad0 [2021-04-16T10:35:17.814Z] Security Options: [2021-04-16T10:35:17.814Z] apparmor [2021-04-16T10:35:17.814Z] seccomp [2021-04-16T10:35:17.814Z] Profile: default [2021-04-16T10:35:17.814Z] Kernel Version: 5.4.0-1041-aws [2021-04-16T10:35:17.814Z] Operating System: Ubuntu 18.04.5 LTS [2021-04-16T10:35:17.814Z] OSType: linux [2021-04-16T10:35:17.814Z] Architecture: x86_64 [2021-04-16T10:35:17.814Z] CPUs: 2 [2021-04-16T10:35:17.814Z] Total Memory: 7.487GiB [2021-04-16T10:35:17.814Z] Name: ip-10-100-118-38 [2021-04-16T10:35:17.814Z] ID: CCOO:B2L2:53RH:M56T:HCH4:FPBZ:EMUZ:R22X:GVEU:CYRY:U2HB:5I2B [2021-04-16T10:35:17.814Z] Docker Root Dir: /var/lib/docker [2021-04-16T10:35:17.814Z] Debug Mode: false [2021-04-16T10:35:17.814Z] Registry: https://index.docker.io/v1/ [2021-04-16T10:35:17.814Z] Labels: [2021-04-16T10:35:17.814Z] Experimental: true [2021-04-16T10:35:17.814Z] Insecure Registries: [2021-04-16T10:35:17.814Z] 127.0.0.0/8 [2021-04-16T10:35:17.814Z] Live Restore Enabled: true [2021-04-16T10:35:17.814Z] [2021-04-16T10:35:17.814Z] WARNING: No swap limit support [Pipeline] sh [2021-04-16T10:35:18.099Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-04-16T10:35:18.099Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-04-16T10:35:18.099Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40094/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-04-16T10:35:18.099Z] + bash /home/ubuntu/workspace/moby_PR-40094/check-config.sh [2021-04-16T10:35:18.099Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-04-16T10:35:18.099Z] info: reading kernel config from /boot/config-5.4.0-1041-aws ... [2021-04-16T10:35:18.099Z] [2021-04-16T10:35:18.099Z] Generally Necessary: [2021-04-16T10:35:18.099Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-04-16T10:35:18.099Z] - apparmor: enabled and tools installed [2021-04-16T10:35:18.099Z] - CONFIG_NAMESPACES: enabled [2021-04-16T10:35:18.099Z] - CONFIG_NET_NS: enabled [2021-04-16T10:35:18.099Z] - CONFIG_PID_NS: enabled [2021-04-16T10:35:18.099Z] - CONFIG_IPC_NS: enabled [2021-04-16T10:35:18.099Z] - CONFIG_UTS_NS: enabled [2021-04-16T10:35:18.099Z] - CONFIG_CGROUPS: enabled [2021-04-16T10:35:18.099Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-04-16T10:35:18.099Z] - CONFIG_CGROUP_DEVICE: enabled [2021-04-16T10:35:18.099Z] - CONFIG_CGROUP_FREEZER: enabled [2021-04-16T10:35:18.099Z] - CONFIG_CGROUP_SCHED: enabled [2021-04-16T10:35:18.099Z] - CONFIG_CPUSETS: enabled [2021-04-16T10:35:18.099Z] - CONFIG_MEMCG: enabled [2021-04-16T10:35:18.099Z] - CONFIG_KEYS: enabled [2021-04-16T10:35:18.099Z] - CONFIG_VETH: enabled (as module) [2021-04-16T10:35:18.099Z] - CONFIG_BRIDGE: enabled (as module) [2021-04-16T10:35:18.099Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-04-16T10:35:18.099Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-04-16T10:35:18.099Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-04-16T10:35:18.099Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-04-16T10:35:18.099Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-04-16T10:35:18.099Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-04-16T10:35:18.099Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-04-16T10:35:18.099Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-04-16T10:35:18.099Z] - CONFIG_NF_NAT: enabled (as module) [2021-04-16T10:35:18.099Z] - CONFIG_POSIX_MQUEUE: enabled [2021-04-16T10:35:18.099Z] [2021-04-16T10:35:18.099Z] Optional Features: [2021-04-16T10:35:18.099Z] - CONFIG_USER_NS: enabled [2021-04-16T10:35:18.099Z] - CONFIG_SECCOMP: enabled [2021-04-16T10:35:18.099Z] - CONFIG_SECCOMP_FILTER: enabled [2021-04-16T10:35:18.099Z] - CONFIG_CGROUP_PIDS: enabled [2021-04-16T10:35:18.099Z] - CONFIG_MEMCG_SWAP: enabled [2021-04-16T10:35:18.099Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-04-16T10:35:18.099Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-04-16T10:35:18.099Z] - CONFIG_BLK_CGROUP: enabled [2021-04-16T10:35:18.099Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-04-16T10:35:18.099Z] - CONFIG_CGROUP_PERF: enabled [2021-04-16T10:35:18.099Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-04-16T10:35:18.099Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-04-16T10:35:18.099Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-04-16T10:35:18.099Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-04-16T10:35:18.099Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-04-16T10:35:18.099Z] - CONFIG_RT_GROUP_SCHED: missing [2021-04-16T10:35:18.099Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-04-16T10:35:18.099Z] - CONFIG_IP_VS: enabled (as module) [2021-04-16T10:35:17.553Z] > git config core.sparsecheckout # timeout=10 [2021-04-16T10:35:17.600Z] > git checkout -f eb0610b7fc7e8c49160c99fa311e14ee632dd45a # timeout=10 [2021-04-16T10:35:18.357Z] - CONFIG_IP_VS_NFCT: enabled [2021-04-16T10:35:18.357Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-04-16T10:35:18.357Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-04-16T10:35:18.358Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-04-16T10:35:18.358Z] - CONFIG_SECURITY_SELINUX: enabled [2021-04-16T10:35:18.358Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-04-16T10:35:18.358Z] - CONFIG_EXT4_FS: enabled [2021-04-16T10:35:18.358Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-04-16T10:35:18.358Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-04-16T10:35:18.358Z] - Network Drivers: [2021-04-16T10:35:18.358Z] - "overlay": [2021-04-16T10:35:18.358Z] - CONFIG_VXLAN: enabled (as module) [2021-04-16T10:35:18.358Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-04-16T10:35:18.358Z] Optional (for encrypted networks): [2021-04-16T10:35:18.358Z] - CONFIG_CRYPTO: enabled [2021-04-16T10:35:18.358Z] - CONFIG_CRYPTO_AEAD: enabled [2021-04-16T10:35:18.358Z] - CONFIG_CRYPTO_GCM: enabled [2021-04-16T10:35:18.358Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-04-16T10:35:18.358Z] - CONFIG_CRYPTO_GHASH: enabled [2021-04-16T10:35:18.358Z] - CONFIG_XFRM: enabled [2021-04-16T10:35:18.358Z] - CONFIG_XFRM_USER: enabled (as module) [2021-04-16T10:35:18.358Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-04-16T10:35:18.358Z] - CONFIG_INET_ESP: enabled (as module) [2021-04-16T10:35:18.358Z] - "ipvlan": [2021-04-16T10:35:18.358Z] - CONFIG_IPVLAN: enabled (as module) [2021-04-16T10:35:18.358Z] - "macvlan": [2021-04-16T10:35:18.358Z] - CONFIG_MACVLAN: enabled (as module) [2021-04-16T10:35:18.358Z] - CONFIG_DUMMY: enabled (as module) [2021-04-16T10:35:18.358Z] - "ftp,tftp client in container": [2021-04-16T10:35:18.358Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-04-16T10:35:18.358Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-04-16T10:35:18.358Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-04-16T10:35:18.358Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-04-16T10:35:18.358Z] - Storage Drivers: [2021-04-16T10:35:18.358Z] - "aufs": [2021-04-16T10:35:18.358Z] - CONFIG_AUFS_FS: enabled (as module) [2021-04-16T10:35:18.358Z] - "btrfs": [2021-04-16T10:35:18.358Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-04-16T10:35:18.358Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-04-16T10:35:18.358Z] - "devicemapper": [2021-04-16T10:35:18.358Z] - CONFIG_BLK_DEV_DM: enabled [2021-04-16T10:35:18.358Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-04-16T10:35:18.358Z] - "overlay": [2021-04-16T10:35:18.358Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-04-16T10:35:18.358Z] - "zfs": [2021-04-16T10:35:18.358Z] - /dev/zfs: present [2021-04-16T10:35:18.358Z] - zfs command: missing [2021-04-16T10:35:18.358Z] - zpool command: missing [2021-04-16T10:35:18.358Z] [2021-04-16T10:35:18.358Z] Limits: [2021-04-16T10:35:18.358Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-04-16T10:35:18.358Z] [2021-04-16T10:35:18.358Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-04-16T10:35:18.687Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:eb0610b7fc7e8c49160c99fa311e14ee632dd45a . [2021-04-16T10:35:18.687Z] #1 [internal] load build definition from Dockerfile [2021-04-16T10:35:18.687Z] #1 sha256:8b7f9ac7a6049c809b95f0934c6fea29a8b9400c8058aa42b998e81788c9d7f6 [2021-04-16T10:35:18.687Z] #1 transferring dockerfile: 25.06kB done [2021-04-16T10:35:18.687Z] #1 DONE 0.0s [2021-04-16T10:35:18.687Z] [2021-04-16T10:35:18.687Z] #2 [internal] load .dockerignore [2021-04-16T10:35:18.687Z] #2 sha256:48a1c9aa237966a9ba14e3e1687b0c07e25e107ac64db202b2ec4c12448b3ce8 [2021-04-16T10:35:18.687Z] #2 transferring context: 87B done [2021-04-16T10:35:18.687Z] #2 DONE 0.0s [2021-04-16T10:35:18.687Z] [2021-04-16T10:35:18.687Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-04-16T10:35:18.687Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-04-16T10:35:18.687Z] #3 DONE 0.1s [2021-04-16T10:35:18.947Z] [2021-04-16T10:35:18.947Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-04-16T10:35:18.947Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-04-16T10:35:18.947Z] #4 CACHED [2021-04-16T10:35:18.947Z] [2021-04-16T10:35:18.947Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-04-16T10:35:18.947Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-04-16T10:35:18.947Z] #8 DONE 0.1s [2021-04-16T10:35:18.947Z] [2021-04-16T10:35:18.947Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-04-16T10:35:18.947Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-04-16T10:35:18.947Z] #7 DONE 0.1s [2021-04-16T10:35:18.947Z] [2021-04-16T10:35:18.947Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-04-16T10:35:18.947Z] #6 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-04-16T10:35:18.947Z] #6 DONE 0.1s [2021-04-16T10:35:18.947Z] [2021-04-16T10:35:18.947Z] #5 [internal] load metadata for docker.io/library/debian:buster [2021-04-16T10:35:18.947Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-04-16T10:35:18.947Z] #5 DONE 0.1s [2021-04-16T10:35:19.209Z] [2021-04-16T10:35:19.209Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-04-16T10:35:19.209Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-04-16T10:35:19.209Z] #64 DONE 0.0s [2021-04-16T10:35:19.209Z] [2021-04-16T10:35:19.209Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-04-16T10:35:19.209Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-04-16T10:35:19.209Z] #62 DONE 0.0s [2021-04-16T10:35:19.209Z] [2021-04-16T10:35:19.209Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-16T10:35:19.209Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-04-16T10:35:19.209Z] #9 DONE 0.0s [2021-04-16T10:35:19.209Z] [2021-04-16T10:35:19.209Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f [2021-04-16T10:35:19.209Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0 [2021-04-16T10:35:19.209Z] #26 DONE 0.0s [2021-04-16T10:35:19.209Z] [2021-04-16T10:35:19.209Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-04-16T10:35:19.209Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-04-16T10:35:19.209Z] #10 CACHED [2021-04-16T10:35:19.209Z] [2021-04-16T10:35:19.209Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2021-04-16T10:35:19.209Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-04-16T10:35:19.209Z] #11 CACHED [2021-04-16T10:35:19.209Z] [2021-04-16T10:35:19.209Z] #23 [internal] load build context [2021-04-16T10:35:19.209Z] #23 sha256:e71bee6ffcd9a65ba2255ca821e8b1e79c9e75e4a7739d8305083b8b01c6c6cd [2021-04-16T10:35:20.521Z] Merge succeeded, producing eb0610b7fc7e8c49160c99fa311e14ee632dd45a [2021-04-16T10:35:20.521Z] Checking out Revision eb0610b7fc7e8c49160c99fa311e14ee632dd45a (PR-40094) [2021-04-16T10:35:20.150Z] > git remote # timeout=10 [2021-04-16T10:35:20.212Z] > git config --get remote.origin.url # timeout=10 [2021-04-16T10:35:20.290Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-16T10:35:20.290Z] > git merge 8eb947c5b1d7ce7551ed6e07db7a8b65234b75e0 # timeout=10 [2021-04-16T10:35:20.415Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2021-04-16T10:35:20.585Z] #23 transferring context: 53.55MB 1.4s done [2021-04-16T10:35:20.585Z] #23 DONE 1.5s [2021-04-16T10:35:20.585Z] [2021-04-16T10:35:20.585Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-04-16T10:35:20.585Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-04-16T10:35:20.585Z] #55 CACHED [2021-04-16T10:35:20.585Z] [2021-04-16T10:35:20.585Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-04-16T10:35:20.585Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9 [2021-04-16T10:35:20.585Z] #12 CACHED [2021-04-16T10:35:20.585Z] [2021-04-16T10:35:20.585Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-16T10:35:20.585Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-16T10:35:20.585Z] #13 CACHED [2021-04-16T10:35:20.585Z] [2021-04-16T10:35:20.585Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:35:20.585Z] #45 sha256:d356f6aa3cfe9bb3954c23293057962540fd582a3ec1878cc7f330abd80e25e8 [2021-04-16T10:35:20.844Z] #45 ... [2021-04-16T10:35:20.844Z] [2021-04-16T10:35:20.844Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-04-16T10:35:20.844Z] #36 sha256:7c9164a9e09f5957dcd35b85232a0e2c2e1eefe9590c9cc61db30a2968787259 [2021-04-16T10:35:20.844Z] #36 CACHED [2021-04-16T10:35:20.844Z] [2021-04-16T10:35:20.844Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-04-16T10:35:20.844Z] #58 sha256:ae3f3bbe27b1542e6d9cc0eb1ee2ae84156405e44a44a0abe4cca5b8d41d054f [2021-04-16T10:35:20.558Z] > git config core.sparsecheckout # timeout=10 [2021-04-16T10:35:20.603Z] > git checkout -f eb0610b7fc7e8c49160c99fa311e14ee632dd45a # timeout=10 [2021-04-16T10:35:25.103Z] #58 4.262 + RM_GOPATH=0 [2021-04-16T10:35:25.103Z] #58 4.262 + TMP_GOPATH= [2021-04-16T10:35:25.103Z] #58 4.263 + : /build [2021-04-16T10:35:25.103Z] #58 4.263 + '[' -z '' ']' [2021-04-16T10:35:25.103Z] #58 4.264 ++ mktemp -d [2021-04-16T10:35:25.103Z] #58 4.266 + GOPATH=/tmp/tmp.GdumkC307a [2021-04-16T10:35:25.103Z] #58 4.266 + export GOPATH [2021-04-16T10:35:25.103Z] #58 4.266 + RM_GOPATH=1 [2021-04-16T10:35:25.103Z] #58 4.266 + case "$(go env GOARCH)" in [2021-04-16T10:35:25.103Z] #58 4.268 ++ go env GOARCH [2021-04-16T10:35:25.103Z] #58 4.289 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:25.103Z] #58 4.289 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:25.103Z] #58 4.293 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:25.103Z] #58 4.297 + dir=/tmp/install [2021-04-16T10:35:25.103Z] #58 4.297 + bin=rootlesskit [2021-04-16T10:35:25.103Z] #58 4.297 + shift [2021-04-16T10:35:25.103Z] #58 4.299 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-04-16T10:35:25.103Z] #58 4.299 + . /tmp/install/rootlesskit.installer [2021-04-16T10:35:25.103Z] #58 4.299 ++ set -e [2021-04-16T10:35:25.103Z] #58 4.300 + install_rootlesskit [2021-04-16T10:35:25.103Z] #58 4.300 + case "${1}" in [2021-04-16T10:35:25.103Z] #58 4.300 + export CGO_ENABLED=0 [2021-04-16T10:35:25.103Z] #58 4.300 + CGO_ENABLED=0 [2021-04-16T10:35:25.103Z] #58 4.300 + _install_rootlesskit [2021-04-16T10:35:25.103Z] #58 4.301 + : ed9b8c5cc48d29d0a979dae52a24f6e886795abd [2021-04-16T10:35:25.103Z] #58 4.301 + : /build [2021-04-16T10:35:25.103Z] #58 4.301 + echo 'Install rootlesskit version ed9b8c5cc48d29d0a979dae52a24f6e886795abd' [2021-04-16T10:35:25.103Z] #58 4.301 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.GdumkC307a/src/github.com/rootless-containers/rootlesskit [2021-04-16T10:35:25.103Z] #58 4.301 Install rootlesskit version ed9b8c5cc48d29d0a979dae52a24f6e886795abd [2021-04-16T10:35:25.103Z] #58 4.315 Cloning into '/tmp/tmp.GdumkC307a/src/github.com/rootless-containers/rootlesskit'... [2021-04-16T10:35:25.582Z] Fetching without tags [2021-04-16T10:35:25.549Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-16T10:35:25.551Z] > git config --add remote.origin.fetch +refs/pull/40094/head:refs/remotes/origin/PR-40094 # timeout=10 [2021-04-16T10:35:25.563Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-16T10:35:25.575Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-16T10:35:25.586Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-16T10:35:25.587Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-16T10:35:25.587Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40094/head:refs/remotes/origin/PR-40094 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-16T10:35:25.869Z] Merging remotes/origin/master commit 8eb947c5b1d7ce7551ed6e07db7a8b65234b75e0 into PR head commit eb0610b7fc7e8c49160c99fa311e14ee632dd45a [2021-04-16T10:35:26.293Z] Merge succeeded, producing eb0610b7fc7e8c49160c99fa311e14ee632dd45a [2021-04-16T10:35:26.293Z] Checking out Revision eb0610b7fc7e8c49160c99fa311e14ee632dd45a (PR-40094) [2021-04-16T10:35:26.489Z] #58 ... [2021-04-16T10:35:26.489Z] [2021-04-16T10:35:26.489Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:35:26.489Z] #45 sha256:d356f6aa3cfe9bb3954c23293057962540fd582a3ec1878cc7f330abd80e25e8 [2021-04-16T10:35:26.489Z] #45 4.189 + RM_GOPATH=0 [2021-04-16T10:35:26.489Z] #45 4.189 + TMP_GOPATH= [2021-04-16T10:35:26.489Z] #45 4.189 + : /build [2021-04-16T10:35:26.489Z] #45 4.189 + '[' -z '' ']' [2021-04-16T10:35:26.489Z] #45 4.189 ++ mktemp -d [2021-04-16T10:35:26.489Z] #45 4.193 + GOPATH=/tmp/tmp.1j1CQqlKYc [2021-04-16T10:35:26.489Z] #45 4.194 + export GOPATH [2021-04-16T10:35:26.489Z] #45 4.194 + RM_GOPATH=1 [2021-04-16T10:35:26.489Z] #45 4.195 + case "$(go env GOARCH)" in [2021-04-16T10:35:26.489Z] #45 4.197 ++ go env GOARCH [2021-04-16T10:35:26.489Z] #45 4.219 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:26.489Z] #45 4.219 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:26.489Z] #45 4.220 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:26.489Z] #45 4.225 + dir=/tmp/install [2021-04-16T10:35:26.489Z] #45 4.226 + bin=vndr [2021-04-16T10:35:26.489Z] #45 4.226 + shift [2021-04-16T10:35:26.489Z] #45 4.226 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-04-16T10:35:26.489Z] #45 4.226 + . /tmp/install/vndr.installer [2021-04-16T10:35:26.489Z] #45 4.227 ++ set -e [2021-04-16T10:35:26.489Z] #45 4.227 + install_vndr [2021-04-16T10:35:26.489Z] #45 4.227 + : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-04-16T10:35:26.489Z] #45 4.227 + : /build [2021-04-16T10:35:26.489Z] #45 4.227 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-04-16T10:35:26.489Z] #45 4.228 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-04-16T10:35:26.489Z] #45 4.228 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.1j1CQqlKYc/src/github.com/LK4D4/vndr [2021-04-16T10:35:26.489Z] #45 4.229 Cloning into '/tmp/tmp.1j1CQqlKYc/src/github.com/LK4D4/vndr'... [2021-04-16T10:35:26.489Z] #45 4.890 + cd /tmp/tmp.1j1CQqlKYc/src/github.com/LK4D4/vndr [2021-04-16T10:35:26.489Z] #45 4.890 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-04-16T10:35:26.489Z] #45 4.896 + go build -buildmode=pie -v -o /build/vndr . [2021-04-16T10:35:26.607Z] Commit message: "Dockerfile: integrate e2e stage in main Dockerfile" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-04-16T10:35:27.058Z] #45 6.187 github.com/LK4D4/vndr/godl/singleflight [2021-04-16T10:35:25.873Z] > git config core.sparsecheckout # timeout=10 [2021-04-16T10:35:25.877Z] > git checkout -f eb0610b7fc7e8c49160c99fa311e14ee632dd45a # timeout=10 [2021-04-16T10:35:26.264Z] > git remote # timeout=10 [2021-04-16T10:35:26.266Z] > git config --get remote.origin.url # timeout=10 [2021-04-16T10:35:26.270Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-16T10:35:26.270Z] > git merge 8eb947c5b1d7ce7551ed6e07db7a8b65234b75e0 # timeout=10 [2021-04-16T10:35:26.283Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-16T10:35:26.297Z] > git config core.sparsecheckout # timeout=10 [2021-04-16T10:35:26.301Z] > git checkout -f eb0610b7fc7e8c49160c99fa311e14ee632dd45a # timeout=10 [2021-04-16T10:35:27.318Z] #45 6.413 github.com/LK4D4/vndr/build [2021-04-16T10:35:27.385Z] + docker version [2021-04-16T10:35:27.385Z] Client: Docker Engine - Community [2021-04-16T10:35:27.385Z] Version: 19.03.7 [2021-04-16T10:35:27.385Z] API version: 1.40 [2021-04-16T10:35:27.385Z] Go version: go1.12.17 [2021-04-16T10:35:27.385Z] Git commit: 7141c199a2 [2021-04-16T10:35:27.385Z] Built: Sat Mar 7 16:48:47 2020 [2021-04-16T10:35:27.385Z] OS/Arch: linux/s390x [2021-04-16T10:35:27.385Z] Experimental: false [2021-04-16T10:35:27.385Z] [2021-04-16T10:35:27.385Z] Server: Docker Engine - Community [2021-04-16T10:35:27.385Z] Engine: [2021-04-16T10:35:27.385Z] Version: 19.03.7 [2021-04-16T10:35:27.385Z] API version: 1.40 (minimum version 1.12) [2021-04-16T10:35:27.385Z] Go version: go1.12.17 [2021-04-16T10:35:27.385Z] Git commit: 7141c199a2 [2021-04-16T10:35:27.385Z] Built: Sat Mar 7 16:47:46 2020 [2021-04-16T10:35:27.385Z] OS/Arch: linux/s390x [2021-04-16T10:35:27.385Z] Experimental: true [2021-04-16T10:35:27.385Z] containerd: [2021-04-16T10:35:27.385Z] Version: 1.2.13 [2021-04-16T10:35:27.385Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2021-04-16T10:35:27.385Z] runc: [2021-04-16T10:35:27.385Z] Version: 1.0.0-rc10 [2021-04-16T10:35:27.385Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2021-04-16T10:35:27.385Z] docker-init: [2021-04-16T10:35:27.385Z] Version: 0.18.0 [2021-04-16T10:35:27.385Z] GitCommit: fec3683 [Pipeline] sh [2021-04-16T10:35:27.577Z] #45 6.595 github.com/LK4D4/vndr/versioned [2021-04-16T10:35:27.756Z] + docker info [2021-04-16T10:35:27.756Z] Client: [2021-04-16T10:35:27.756Z] Debug Mode: false [2021-04-16T10:35:27.756Z] [2021-04-16T10:35:27.756Z] Server: [2021-04-16T10:35:27.756Z] Containers: 0 [2021-04-16T10:35:27.756Z] Running: 0 [2021-04-16T10:35:27.756Z] Paused: 0 [2021-04-16T10:35:27.756Z] Stopped: 0 [2021-04-16T10:35:27.756Z] Images: 1 [2021-04-16T10:35:27.756Z] Server Version: 19.03.7 [2021-04-16T10:35:27.756Z] Storage Driver: overlay2 [2021-04-16T10:35:27.756Z] Backing Filesystem: [2021-04-16T10:35:27.756Z] Supports d_type: true [2021-04-16T10:35:27.756Z] Native Overlay Diff: true [2021-04-16T10:35:27.756Z] Logging Driver: json-file [2021-04-16T10:35:27.756Z] Cgroup Driver: cgroupfs [2021-04-16T10:35:27.756Z] Plugins: [2021-04-16T10:35:27.756Z] Volume: local [2021-04-16T10:35:27.756Z] Network: bridge host ipvlan macvlan null overlay [2021-04-16T10:35:27.756Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-04-16T10:35:27.756Z] Swarm: inactive [2021-04-16T10:35:27.756Z] Runtimes: runc [2021-04-16T10:35:27.756Z] Default Runtime: runc [2021-04-16T10:35:27.756Z] Init Binary: docker-init [2021-04-16T10:35:27.756Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2021-04-16T10:35:27.756Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2021-04-16T10:35:27.756Z] init version: fec3683 [2021-04-16T10:35:27.756Z] Security Options: [2021-04-16T10:35:27.756Z] apparmor [2021-04-16T10:35:27.756Z] seccomp [2021-04-16T10:35:27.756Z] Profile: default [2021-04-16T10:35:27.756Z] Kernel Version: 4.15.0-91-generic [2021-04-16T10:35:27.756Z] Operating System: Ubuntu 18.04.4 LTS [2021-04-16T10:35:27.756Z] OSType: linux [2021-04-16T10:35:27.756Z] Architecture: s390x [2021-04-16T10:35:27.756Z] CPUs: 2 [2021-04-16T10:35:27.756Z] Total Memory: 7.861GiB [2021-04-16T10:35:27.756Z] Name: s390x-ubuntu-16 [2021-04-16T10:35:27.756Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2021-04-16T10:35:27.756Z] Docker Root Dir: /var/lib/docker [2021-04-16T10:35:27.756Z] Debug Mode: false [2021-04-16T10:35:27.756Z] Registry: https://index.docker.io/v1/ [2021-04-16T10:35:27.756Z] Labels: [2021-04-16T10:35:27.756Z] Experimental: true [2021-04-16T10:35:27.756Z] Insecure Registries: [2021-04-16T10:35:27.756Z] 127.0.0.0/8 [2021-04-16T10:35:27.756Z] Live Restore Enabled: false [2021-04-16T10:35:27.756Z] [2021-04-16T10:35:27.756Z] WARNING: No swap limit support [Pipeline] sh [2021-04-16T10:35:28.127Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-04-16T10:35:28.127Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-04-16T10:35:28.127Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-40094/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-04-16T10:35:28.127Z] + bash /home/jenkins/workspace/moby_PR-40094/check-config.sh [2021-04-16T10:35:28.127Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-04-16T10:35:28.127Z] info: reading kernel config from /boot/config-4.15.0-91-generic ... [2021-04-16T10:35:28.127Z] [2021-04-16T10:35:28.127Z] Generally Necessary: [2021-04-16T10:35:28.127Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-04-16T10:35:28.127Z] - apparmor: enabled and tools installed [2021-04-16T10:35:28.127Z] - CONFIG_NAMESPACES: enabled [2021-04-16T10:35:28.127Z] - CONFIG_NET_NS: enabled [2021-04-16T10:35:28.127Z] - CONFIG_PID_NS: enabled [2021-04-16T10:35:28.127Z] - CONFIG_IPC_NS: enabled [2021-04-16T10:35:28.127Z] - CONFIG_UTS_NS: enabled [2021-04-16T10:35:28.127Z] - CONFIG_CGROUPS: enabled [2021-04-16T10:35:28.127Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-04-16T10:35:28.127Z] - CONFIG_CGROUP_DEVICE: enabled [2021-04-16T10:35:28.127Z] - CONFIG_CGROUP_FREEZER: enabled [2021-04-16T10:35:28.127Z] - CONFIG_CGROUP_SCHED: enabled [2021-04-16T10:35:28.127Z] - CONFIG_CPUSETS: enabled [2021-04-16T10:35:28.127Z] - CONFIG_MEMCG: enabled [2021-04-16T10:35:28.127Z] - CONFIG_KEYS: enabled [2021-04-16T10:35:28.127Z] - CONFIG_VETH: enabled (as module) [2021-04-16T10:35:28.127Z] - CONFIG_BRIDGE: enabled (as module) [2021-04-16T10:35:28.127Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-04-16T10:35:28.127Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-04-16T10:35:28.127Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-04-16T10:35:28.127Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-04-16T10:35:28.127Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-04-16T10:35:28.127Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-04-16T10:35:28.127Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-04-16T10:35:28.127Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-04-16T10:35:28.127Z] - CONFIG_NF_NAT: enabled (as module) [2021-04-16T10:35:28.127Z] - CONFIG_POSIX_MQUEUE: enabled [2021-04-16T10:35:28.127Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2021-04-16T10:35:28.127Z] - CONFIG_NF_NAT_NEEDED: enabled [2021-04-16T10:35:28.127Z] [2021-04-16T10:35:28.127Z] Optional Features: [2021-04-16T10:35:28.127Z] - CONFIG_USER_NS: enabled [2021-04-16T10:35:28.127Z] - CONFIG_SECCOMP: enabled [2021-04-16T10:35:28.127Z] - CONFIG_SECCOMP_FILTER: enabled [2021-04-16T10:35:28.127Z] - CONFIG_CGROUP_PIDS: enabled [2021-04-16T10:35:28.127Z] - CONFIG_MEMCG_SWAP: enabled [2021-04-16T10:35:28.127Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-04-16T10:35:28.127Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-04-16T10:35:28.127Z] - CONFIG_IOSCHED_CFQ: enabled [2021-04-16T10:35:28.127Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2021-04-16T10:35:28.127Z] - CONFIG_BLK_CGROUP: enabled [2021-04-16T10:35:28.127Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-04-16T10:35:28.127Z] - CONFIG_CGROUP_PERF: enabled [2021-04-16T10:35:28.127Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-04-16T10:35:28.127Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-04-16T10:35:28.127Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-04-16T10:35:28.127Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-04-16T10:35:28.127Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-04-16T10:35:28.127Z] - CONFIG_RT_GROUP_SCHED: missing [2021-04-16T10:35:28.127Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-04-16T10:35:28.127Z] - CONFIG_IP_VS: enabled (as module) [2021-04-16T10:35:28.127Z] - CONFIG_IP_VS_NFCT: enabled [2021-04-16T10:35:28.127Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-04-16T10:35:28.127Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-04-16T10:35:28.127Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-04-16T10:35:28.127Z] - CONFIG_SECURITY_SELINUX: enabled [2021-04-16T10:35:28.127Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-04-16T10:35:28.127Z] - CONFIG_EXT4_FS: enabled [2021-04-16T10:35:28.127Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-04-16T10:35:28.127Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-04-16T10:35:28.127Z] - Network Drivers: [2021-04-16T10:35:28.127Z] - "overlay": [2021-04-16T10:35:28.127Z] - CONFIG_VXLAN: enabled (as module) [2021-04-16T10:35:28.127Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-04-16T10:35:28.127Z] Optional (for encrypted networks): [2021-04-16T10:35:28.127Z] - CONFIG_CRYPTO: enabled [2021-04-16T10:35:28.127Z] - CONFIG_CRYPTO_AEAD: enabled [2021-04-16T10:35:28.127Z] - CONFIG_CRYPTO_GCM: enabled [2021-04-16T10:35:28.127Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-04-16T10:35:28.127Z] - CONFIG_CRYPTO_GHASH: enabled [2021-04-16T10:35:28.127Z] - CONFIG_XFRM: enabled [2021-04-16T10:35:28.127Z] - CONFIG_XFRM_USER: enabled (as module) [2021-04-16T10:35:28.127Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-04-16T10:35:28.127Z] - CONFIG_INET_ESP: enabled (as module) [2021-04-16T10:35:28.146Z] #45 7.296 github.com/LK4D4/vndr/godl [2021-04-16T10:35:28.416Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2021-04-16T10:35:28.416Z] - "ipvlan": [2021-04-16T10:35:28.417Z] - CONFIG_IPVLAN: enabled (as module) [2021-04-16T10:35:28.417Z] - "macvlan": [2021-04-16T10:35:28.417Z] - CONFIG_MACVLAN: enabled (as module) [2021-04-16T10:35:28.417Z] - CONFIG_DUMMY: enabled (as module) [2021-04-16T10:35:28.417Z] - "ftp,tftp client in container": [2021-04-16T10:35:28.417Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-04-16T10:35:28.417Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-04-16T10:35:28.417Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-04-16T10:35:28.417Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-04-16T10:35:28.417Z] - Storage Drivers: [2021-04-16T10:35:28.417Z] - "aufs": [2021-04-16T10:35:28.417Z] - CONFIG_AUFS_FS: enabled (as module) [2021-04-16T10:35:28.417Z] - "btrfs": [2021-04-16T10:35:28.417Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-04-16T10:35:28.417Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-04-16T10:35:28.417Z] - "devicemapper": [2021-04-16T10:35:28.417Z] - CONFIG_BLK_DEV_DM: enabled [2021-04-16T10:35:28.417Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-04-16T10:35:28.417Z] - "overlay": [2021-04-16T10:35:28.417Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-04-16T10:35:28.417Z] - "zfs": [2021-04-16T10:35:28.417Z] - /dev/zfs: missing [2021-04-16T10:35:28.417Z] - zfs command: missing [2021-04-16T10:35:28.417Z] - zpool command: missing [2021-04-16T10:35:28.417Z] [2021-04-16T10:35:28.417Z] Limits: [2021-04-16T10:35:28.417Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-04-16T10:35:28.417Z] [2021-04-16T10:35:28.417Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-04-16T10:35:28.842Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:eb0610b7fc7e8c49160c99fa311e14ee632dd45a . [2021-04-16T10:35:28.842Z] #2 [internal] load build definition from Dockerfile [2021-04-16T10:35:28.842Z] #2 transferring dockerfile: 25.06kB done [2021-04-16T10:35:28.842Z] #2 DONE 0.0s [2021-04-16T10:35:28.842Z] [2021-04-16T10:35:28.842Z] #1 [internal] load .dockerignore [2021-04-16T10:35:28.842Z] #1 transferring context: 87B done [2021-04-16T10:35:28.842Z] #1 DONE 0.0s [2021-04-16T10:35:28.842Z] [2021-04-16T10:35:28.842Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-04-16T10:35:29.131Z] #3 DONE 0.3s [2021-04-16T10:35:29.131Z] [2021-04-16T10:35:29.131Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b... [2021-04-16T10:35:29.131Z] #4 CACHED [2021-04-16T10:35:29.420Z] [2021-04-16T10:35:29.420Z] #5 [internal] load build definition from Dockerfile [2021-04-16T10:35:29.420Z] #5 transferring dockerfile: 25.06kB done [2021-04-16T10:35:29.420Z] #5 DONE 0.0s [2021-04-16T10:35:29.420Z] [2021-04-16T10:35:29.420Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-04-16T10:35:29.710Z] #9 DONE 0.1s [2021-04-16T10:35:29.710Z] [2021-04-16T10:35:29.710Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-04-16T10:35:29.710Z] #6 DONE 0.1s [2021-04-16T10:35:29.710Z] [2021-04-16T10:35:29.710Z] #7 [internal] load metadata for docker.io/library/debian:buster [2021-04-16T10:35:29.710Z] #7 DONE 0.1s [2021-04-16T10:35:29.710Z] [2021-04-16T10:35:29.710Z] #8 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-04-16T10:35:29.710Z] #8 DONE 0.1s [2021-04-16T10:35:29.710Z] [2021-04-16T10:35:29.710Z] #65 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57ed... [2021-04-16T10:35:29.710Z] #65 DONE 0.0s [2021-04-16T10:35:29.710Z] [2021-04-16T10:35:29.710Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2021-04-16T10:35:29.710Z] #10 DONE 0.0s [2021-04-16T10:35:29.710Z] [2021-04-16T10:35:29.710Z] #63 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57ed... [2021-04-16T10:35:29.710Z] #63 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 done [2021-04-16T10:35:29.710Z] #63 DONE 0.0s [2021-04-16T10:35:29.710Z] [2021-04-16T10:35:29.710Z] #11 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2021-04-16T10:35:29.710Z] #11 CACHED [2021-04-16T10:35:29.710Z] [2021-04-16T10:35:29.710Z] #56 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2021-04-16T10:35:29.710Z] #56 CACHED [2021-04-16T10:35:29.710Z] [2021-04-16T10:35:29.710Z] #27 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a4373... [2021-04-16T10:35:29.710Z] #27 DONE 0.0s [2021-04-16T10:35:29.710Z] [2021-04-16T10:35:29.710Z] #12 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2021-04-16T10:35:29.710Z] #12 CACHED [2021-04-16T10:35:29.710Z] [2021-04-16T10:35:29.710Z] #64 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-04-16T10:35:29.710Z] #64 CACHED [2021-04-16T10:35:29.710Z] [2021-04-16T10:35:29.710Z] #66 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-04-16T10:35:29.710Z] #66 CACHED [2021-04-16T10:35:29.710Z] [2021-04-16T10:35:29.710Z] #24 [internal] load build context [2021-04-16T10:35:29.745Z] Fetching without tags [2021-04-16T10:35:29.996Z] Merging remotes/origin/master commit 8eb947c5b1d7ce7551ed6e07db7a8b65234b75e0 into PR head commit eb0610b7fc7e8c49160c99fa311e14ee632dd45a [2021-04-16T10:35:30.071Z] #45 ... [2021-04-16T10:35:30.071Z] [2021-04-16T10:35:30.071Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-04-16T10:35:30.071Z] #34 sha256:19f4f8c5b6937e7356cf850c41ca6cfc9646d9537cd546101e2d57c38015b396 [2021-04-16T10:35:30.071Z] #34 3.866 Install go-toml version v1.8.1 [2021-04-16T10:35:30.071Z] #34 3.895 go: finding github.com v1.8.1 [2021-04-16T10:35:30.071Z] #34 3.897 go: finding github.com/pelletier/go-toml/cmd v1.8.1 [2021-04-16T10:35:30.071Z] #34 3.899 go: finding github.com/pelletier v1.8.1 [2021-04-16T10:35:30.071Z] #34 3.903 go: finding github.com/pelletier/go-toml/cmd/tomll v1.8.1 [2021-04-16T10:35:30.071Z] #34 DONE 9.2s [2021-04-16T10:35:30.071Z] [2021-04-16T10:35:30.071Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-04-16T10:35:30.071Z] #58 sha256:ae3f3bbe27b1542e6d9cc0eb1ee2ae84156405e44a44a0abe4cca5b8d41d054f [2021-04-16T10:35:30.071Z] #58 8.042 + cd /tmp/tmp.GdumkC307a/src/github.com/rootless-containers/rootlesskit [2021-04-16T10:35:30.071Z] #58 8.049 + git checkout -q ed9b8c5cc48d29d0a979dae52a24f6e886795abd [2021-04-16T10:35:30.071Z] #58 8.092 + export GO111MODULE=on [2021-04-16T10:35:30.071Z] #58 8.093 + GO111MODULE=on [2021-04-16T10:35:30.071Z] #58 8.093 + export GOPROXY=https://proxy.golang.org [2021-04-16T10:35:30.071Z] #58 8.093 + GOPROXY=https://proxy.golang.org [2021-04-16T10:35:30.071Z] #58 8.093 + for f in rootlesskit rootlesskit-docker-proxy [2021-04-16T10:35:30.071Z] #58 8.093 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-04-16T10:35:30.148Z] Fetching without tags [2021-04-16T10:35:30.122Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-16T10:35:30.128Z] > git config --add remote.origin.fetch +refs/pull/40094/head:refs/remotes/origin/PR-40094 # timeout=10 [2021-04-16T10:35:30.133Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-16T10:35:30.142Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-16T10:35:30.151Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-16T10:35:30.151Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-16T10:35:30.152Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40094/head:refs/remotes/origin/PR-40094 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-16T10:35:29.713Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-16T10:35:29.716Z] > git config --add remote.origin.fetch +refs/pull/40094/head:refs/remotes/origin/PR-40094 # timeout=10 [2021-04-16T10:35:29.726Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-16T10:35:29.736Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-16T10:35:29.744Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-16T10:35:29.744Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-16T10:35:29.745Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40094/head:refs/remotes/origin/PR-40094 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-16T10:35:29.995Z] > git config core.sparsecheckout # timeout=10 [2021-04-16T10:35:30.001Z] > git checkout -f eb0610b7fc7e8c49160c99fa311e14ee632dd45a # timeout=10 [2021-04-16T10:35:30.439Z] Merging remotes/origin/master commit 8eb947c5b1d7ce7551ed6e07db7a8b65234b75e0 into PR head commit eb0610b7fc7e8c49160c99fa311e14ee632dd45a [2021-04-16T10:35:30.475Z] Merge succeeded, producing eb0610b7fc7e8c49160c99fa311e14ee632dd45a [2021-04-16T10:35:30.475Z] Checking out Revision eb0610b7fc7e8c49160c99fa311e14ee632dd45a (PR-40094) [2021-04-16T10:35:30.740Z] #24 transferring context: 53.55MB 0.9s done [2021-04-16T10:35:30.740Z] #24 DONE 1.0s [2021-04-16T10:35:30.740Z] [2021-04-16T10:35:30.740Z] #37 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2021-04-16T10:35:30.740Z] #37 CACHED [2021-04-16T10:35:30.740Z] [2021-04-16T10:35:30.740Z] #13 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian... [2021-04-16T10:35:30.740Z] #13 CACHED [2021-04-16T10:35:30.740Z] [2021-04-16T10:35:30.740Z] #14 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=m... [2021-04-16T10:35:30.740Z] #14 CACHED [2021-04-16T10:35:30.740Z] [2021-04-16T10:35:30.740Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-04-16T10:35:30.888Z] Still waiting to schedule task [2021-04-16T10:35:30.888Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0460d9c7b93e3358e)’ [2021-04-16T10:35:30.895Z] Still waiting to schedule task [2021-04-16T10:35:30.895Z] Waiting for next available executor on ‘windows-2022’ [2021-04-16T10:35:30.932Z] Merge succeeded, producing eb0610b7fc7e8c49160c99fa311e14ee632dd45a [2021-04-16T10:35:30.932Z] Checking out Revision eb0610b7fc7e8c49160c99fa311e14ee632dd45a (PR-40094) [2021-04-16T10:35:30.987Z] Commit message: "Dockerfile: integrate e2e stage in main Dockerfile" [2021-04-16T10:35:31.009Z] #58 10.06 go: downloading github.com/gofrs/flock v0.8.0 [2021-04-16T10:35:31.009Z] #58 ... [2021-04-16T10:35:31.009Z] [2021-04-16T10:35:31.009Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-04-16T10:35:31.009Z] #53 sha256:18defff342a79430824790deffd704f97e07ab54235cb71c14908ac4c5378672 [2021-04-16T10:35:31.009Z] #53 4.152 + RM_GOPATH=0 [2021-04-16T10:35:31.009Z] #53 4.152 + TMP_GOPATH= [2021-04-16T10:35:31.009Z] #53 4.152 + : /build [2021-04-16T10:35:31.009Z] #53 4.152 + '[' -z '' ']' [2021-04-16T10:35:31.009Z] #53 4.152 ++ mktemp -d [2021-04-16T10:35:31.009Z] #53 4.162 + GOPATH=/tmp/tmp.wGs2mt4RnZ [2021-04-16T10:35:31.009Z] #53 4.162 + export GOPATH [2021-04-16T10:35:31.009Z] #53 4.162 + RM_GOPATH=1 [2021-04-16T10:35:31.009Z] #53 4.162 + case "$(go env GOARCH)" in [2021-04-16T10:35:31.009Z] #53 4.162 ++ go env GOARCH [2021-04-16T10:35:31.009Z] #53 4.186 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:31.009Z] #53 4.186 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:31.009Z] #53 4.187 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:31.009Z] #53 4.188 + dir=/tmp/install [2021-04-16T10:35:31.009Z] #53 4.191 + bin=runc [2021-04-16T10:35:31.009Z] #53 4.191 + shift [2021-04-16T10:35:31.009Z] #53 4.191 + '[' '!' -f /tmp/install/runc.installer ']' [2021-04-16T10:35:31.009Z] #53 4.191 + . /tmp/install/runc.installer [2021-04-16T10:35:31.009Z] #53 4.191 ++ set -e [2021-04-16T10:35:31.009Z] #53 4.192 + install_runc [2021-04-16T10:35:31.009Z] #53 4.192 + : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-16T10:35:31.009Z] #53 4.192 + : /build [2021-04-16T10:35:31.009Z] #53 4.193 + grep -q '^3\.10\.0.*\.el7\.' [2021-04-16T10:35:31.009Z] #53 4.193 + uname -r [2021-04-16T10:35:31.009Z] #53 4.195 + RUNC_BUILDTAGS='seccomp ' [2021-04-16T10:35:31.009Z] #53 4.204 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-04-16T10:35:31.009Z] #53 4.204 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.wGs2mt4RnZ/src/github.com/opencontainers/runc [2021-04-16T10:35:31.009Z] #53 4.204 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-04-16T10:35:31.009Z] #53 4.214 Cloning into '/tmp/tmp.wGs2mt4RnZ/src/github.com/opencontainers/runc'... [2021-04-16T10:35:31.009Z] #53 ... [2021-04-16T10:35:31.009Z] [2021-04-16T10:35:31.009Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-04-16T10:35:31.009Z] #37 sha256:becdfe0622eeb64d4279dc4b99f2bdb60358d7e44fb787edb8adeadd7f23ae93 [2021-04-16T10:35:31.009Z] #37 4.283 + RM_GOPATH=0 [2021-04-16T10:35:31.009Z] #37 4.283 + TMP_GOPATH= [2021-04-16T10:35:31.009Z] #37 4.283 + : /build [2021-04-16T10:35:31.009Z] #37 4.283 + '[' -z '' ']' [2021-04-16T10:35:31.009Z] #37 4.285 ++ mktemp -d [2021-04-16T10:35:31.009Z] #37 4.286 + GOPATH=/tmp/tmp.qbt5pUY2tC [2021-04-16T10:35:31.009Z] #37 4.286 + export GOPATH [2021-04-16T10:35:31.009Z] #37 4.287 + RM_GOPATH=1 [2021-04-16T10:35:31.009Z] #37 4.287 + case "$(go env GOARCH)" in [2021-04-16T10:35:31.009Z] #37 4.287 ++ go env GOARCH [2021-04-16T10:35:31.009Z] #37 4.314 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:31.009Z] #37 4.314 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:31.009Z] #37 4.315 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:31.009Z] #37 4.316 + dir=/tmp/install [2021-04-16T10:35:31.009Z] #37 4.316 + bin=tini [2021-04-16T10:35:31.009Z] #37 4.316 + shift [2021-04-16T10:35:31.009Z] #37 4.316 + '[' '!' -f /tmp/install/tini.installer ']' [2021-04-16T10:35:31.009Z] #37 4.317 + . /tmp/install/tini.installer [2021-04-16T10:35:31.009Z] #37 4.317 ++ set -e [2021-04-16T10:35:31.009Z] #37 4.317 + install_tini [2021-04-16T10:35:31.009Z] #37 4.319 + : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-04-16T10:35:31.009Z] #37 4.319 + : /build [2021-04-16T10:35:31.009Z] #37 4.319 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-04-16T10:35:31.009Z] #37 4.322 + git clone https://github.com/krallin/tini.git /tmp/tmp.qbt5pUY2tC/tini [2021-04-16T10:35:31.009Z] #37 4.322 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-04-16T10:35:31.009Z] #37 4.323 Cloning into '/tmp/tmp.qbt5pUY2tC/tini'... [2021-04-16T10:35:31.009Z] #37 5.070 + cd /tmp/tmp.qbt5pUY2tC/tini [2021-04-16T10:35:31.009Z] #37 5.071 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-04-16T10:35:31.009Z] #37 5.076 + cmake . [2021-04-16T10:35:31.009Z] #37 5.750 -- The C compiler identification is GNU 8.3.0 [2021-04-16T10:35:31.009Z] #37 5.796 -- Check for working C compiler: /usr/bin/cc [2021-04-16T10:35:31.009Z] #37 6.604 -- Check for working C compiler: /usr/bin/cc -- works [2021-04-16T10:35:31.009Z] #37 6.605 -- Detecting C compiler ABI info [2021-04-16T10:35:31.009Z] #37 7.229 -- Detecting C compiler ABI info - done [2021-04-16T10:35:31.009Z] #37 7.329 -- Detecting C compile features [2021-04-16T10:35:31.009Z] #37 9.706 -- Detecting C compile features - done [2021-04-16T10:35:31.009Z] #37 9.784 -- Performing Test HAS_BUILTIN_FORTIFY [2021-04-16T10:35:31.009Z] #37 10.18 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-04-16T10:35:31.009Z] #37 ... [2021-04-16T10:35:31.009Z] [2021-04-16T10:35:31.009Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-16T10:35:31.009Z] #51 sha256:2957002b3442ae70672f921d1ad4a313f73033f834c54173a6edba5d6ec35ee8 [2021-04-16T10:35:31.009Z] #51 2.726 + RM_GOPATH=0 [2021-04-16T10:35:31.009Z] #51 2.726 + TMP_GOPATH= [2021-04-16T10:35:31.009Z] #51 2.726 + : /build [2021-04-16T10:35:31.009Z] #51 2.726 + '[' -z '' ']' [2021-04-16T10:35:31.009Z] #51 2.727 ++ mktemp -d [2021-04-16T10:35:31.009Z] #51 2.728 + GOPATH=/tmp/tmp.LOCZF6WNmA [2021-04-16T10:35:31.009Z] #51 2.728 + export GOPATH [2021-04-16T10:35:31.009Z] #51 2.728 + RM_GOPATH=1 [2021-04-16T10:35:31.009Z] #51 2.728 + case "$(go env GOARCH)" in [2021-04-16T10:35:31.009Z] #51 2.731 ++ go env GOARCH [2021-04-16T10:35:31.009Z] #51 2.735 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:31.009Z] #51 2.735 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:31.009Z] #51 2.735 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:31.009Z] #51 2.736 + dir=/tmp/install [2021-04-16T10:35:31.009Z] #51 2.736 + bin=shfmt [2021-04-16T10:35:31.009Z] #51 2.736 + shift [2021-04-16T10:35:31.009Z] #51 2.736 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-04-16T10:35:31.009Z] #51 2.736 + . /tmp/install/shfmt.installer [2021-04-16T10:35:31.009Z] #51 2.736 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-04-16T10:35:31.009Z] #51 2.736 + install_shfmt [2021-04-16T10:35:31.009Z] #51 2.736 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-04-16T10:35:31.009Z] #51 2.736 + git clone https://github.com/mvdan/sh.git /tmp/tmp.LOCZF6WNmA/src/github.com/mvdan/sh [2021-04-16T10:35:31.009Z] #51 2.737 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-04-16T10:35:31.009Z] #51 2.738 Cloning into '/tmp/tmp.LOCZF6WNmA/src/github.com/mvdan/sh'... [2021-04-16T10:35:31.009Z] #51 7.807 + cd /tmp/tmp.LOCZF6WNmA/src/github.com/mvdan/sh [2021-04-16T10:35:31.009Z] #51 7.807 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-04-16T10:35:31.009Z] #51 7.925 + GO111MODULE=on [2021-04-16T10:35:31.009Z] #51 7.929 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-04-16T10:35:31.009Z] #51 8.969 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-04-16T10:35:31.009Z] #51 9.097 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-04-16T10:35:31.009Z] #51 9.154 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-04-16T10:35:31.009Z] #51 9.237 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-04-16T10:35:31.009Z] #51 9.484 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-04-16T10:35:31.241Z] Fetching without tags [2021-04-16T10:35:31.269Z] #51 ... [2021-04-16T10:35:31.269Z] [2021-04-16T10:35:31.269Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-04-16T10:35:31.269Z] #47 sha256:1d4f5b73cc6a0b6868f4a770a08822a89ab2f742c6d50a6f48d25de7131796e3 [2021-04-16T10:35:31.269Z] #47 4.373 + RM_GOPATH=0 [2021-04-16T10:35:31.269Z] #47 4.373 + TMP_GOPATH= [2021-04-16T10:35:31.269Z] #47 4.374 + : /build [2021-04-16T10:35:31.269Z] #47 4.374 + '[' -z '' ']' [2021-04-16T10:35:31.269Z] #47 4.375 ++ mktemp -d [2021-04-16T10:35:31.269Z] #47 4.393 + GOPATH=/tmp/tmp.SErIHjyslT [2021-04-16T10:35:31.269Z] #47 4.396 + export GOPATH [2021-04-16T10:35:31.269Z] #47 4.397 + RM_GOPATH=1 [2021-04-16T10:35:31.269Z] #47 4.397 + case "$(go env GOARCH)" in [2021-04-16T10:35:31.269Z] #47 4.398 ++ go env GOARCH [2021-04-16T10:35:31.269Z] #47 4.413 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:31.269Z] #47 4.413 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:31.269Z] #47 4.414 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:31.269Z] #47 4.416 + dir=/tmp/install [2021-04-16T10:35:31.269Z] #47 4.417 + bin=gotestsum [2021-04-16T10:35:31.269Z] #47 4.417 + shift [2021-04-16T10:35:31.269Z] #47 4.417 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-04-16T10:35:31.269Z] #47 4.417 + . /tmp/install/gotestsum.installer [2021-04-16T10:35:31.269Z] #47 4.417 + install_gotestsum [2021-04-16T10:35:31.269Z] #47 4.418 + set -e [2021-04-16T10:35:31.269Z] #47 4.424 + : v0.5.3 [2021-04-16T10:35:31.269Z] #47 4.426 + : /build [2021-04-16T10:35:31.269Z] #47 4.426 + export GO111MODULE=on [2021-04-16T10:35:31.269Z] #47 4.426 + GO111MODULE=on [2021-04-16T10:35:31.269Z] #47 4.426 + GOBIN=/build [2021-04-16T10:35:31.269Z] #47 4.426 + go get gotest.tools/gotestsum@v0.5.3 [2021-04-16T10:35:31.269Z] #47 4.527 go: finding gotest.tools v0.5.3 [2021-04-16T10:35:31.269Z] #47 4.530 go: finding gotest.tools/gotestsum v0.5.3 [2021-04-16T10:35:31.269Z] #47 5.369 go: downloading gotest.tools/gotestsum v0.5.3 [2021-04-16T10:35:31.269Z] #47 5.884 go: extracting gotest.tools/gotestsum v0.5.3 [2021-04-16T10:35:31.269Z] #47 6.626 go: downloading github.com/pkg/errors v0.9.1 [2021-04-16T10:35:31.269Z] #47 6.639 go: downloading github.com/spf13/pflag v1.0.3 [2021-04-16T10:35:31.269Z] #47 6.644 go: downloading github.com/fatih/color v1.9.0 [2021-04-16T10:35:31.269Z] #47 6.771 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-04-16T10:35:31.269Z] #47 6.862 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-04-16T10:35:31.269Z] #47 6.913 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-04-16T10:35:31.269Z] #47 6.935 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-04-16T10:35:31.269Z] #47 6.976 go: extracting github.com/pkg/errors v0.9.1 [2021-04-16T10:35:31.269Z] #47 7.031 go: extracting github.com/fatih/color v1.9.0 [2021-04-16T10:35:31.269Z] #47 7.040 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-04-16T10:35:31.269Z] #47 7.078 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-04-16T10:35:31.269Z] #47 7.202 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-04-16T10:35:31.269Z] #47 7.323 go: extracting github.com/spf13/pflag v1.0.3 [2021-04-16T10:35:31.269Z] #47 7.353 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-16T10:35:31.269Z] #47 7.353 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-16T10:35:31.269Z] #47 7.409 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-04-16T10:35:31.269Z] #47 7.488 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-04-16T10:35:31.269Z] #47 7.498 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-04-16T10:35:31.269Z] #47 7.512 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-04-16T10:35:31.269Z] #47 9.249 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-04-16T10:35:31.269Z] #47 10.13 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-04-16T10:35:31.269Z] #47 ... [2021-04-16T10:35:31.269Z] [2021-04-16T10:35:31.269Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-04-16T10:35:31.269Z] #24 sha256:c6c71f64b7e8bd765a1601490aa3f21bccafd139e9adc026f41c9781381c87d8 [2021-04-16T10:35:31.269Z] #24 3.719 + RM_GOPATH=0 [2021-04-16T10:35:31.269Z] #24 3.719 + TMP_GOPATH= [2021-04-16T10:35:31.269Z] #24 3.719 + : /build [2021-04-16T10:35:31.269Z] #24 3.719 + '[' -z '' ']' [2021-04-16T10:35:31.269Z] #24 3.719 ++ mktemp -d [2021-04-16T10:35:31.269Z] #24 3.727 + GOPATH=/tmp/tmp.LHbf2xzkNf [2021-04-16T10:35:31.269Z] #24 3.727 + export GOPATH [2021-04-16T10:35:31.269Z] #24 3.727 + RM_GOPATH=1 [2021-04-16T10:35:31.269Z] #24 3.727 + case "$(go env GOARCH)" in [2021-04-16T10:35:31.269Z] #24 3.727 ++ go env GOARCH [2021-04-16T10:35:31.269Z] #24 3.734 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:31.269Z] #24 3.734 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:31.269Z] #24 3.734 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:31.269Z] #24 3.749 Install docker/cli version 17.06.2-ce from stable [2021-04-16T10:35:31.269Z] #24 3.749 + dir=/tmp/install [2021-04-16T10:35:31.269Z] #24 3.749 + bin=dockercli [2021-04-16T10:35:31.269Z] #24 3.749 + shift [2021-04-16T10:35:31.269Z] #24 3.749 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-04-16T10:35:31.269Z] #24 3.749 + . /tmp/install/dockercli.installer [2021-04-16T10:35:31.269Z] #24 3.749 ++ set -e [2021-04-16T10:35:31.269Z] #24 3.749 + install_dockercli [2021-04-16T10:35:31.269Z] #24 3.749 + : stable [2021-04-16T10:35:31.269Z] #24 3.749 + : 17.06.2-ce [2021-04-16T10:35:31.269Z] #24 3.749 + : /build [2021-04-16T10:35:31.269Z] #24 3.749 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-04-16T10:35:31.269Z] #24 3.749 ++ uname -m [2021-04-16T10:35:31.269Z] #24 3.749 + arch=x86_64 [2021-04-16T10:35:31.269Z] #24 3.749 + '[' x86_64 '!=' x86_64 ']' [2021-04-16T10:35:31.269Z] #24 3.749 + url=https://download.docker.com/linux/static [2021-04-16T10:35:31.269Z] #24 3.749 + tar -xz docker/docker [2021-04-16T10:35:31.269Z] #24 3.749 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [Pipeline] withEnv [Pipeline] { [2021-04-16T10:35:31.455Z] Commit message: "Dockerfile: integrate e2e stage in main Dockerfile" [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-04-16T10:35:31.528Z] #24 ... [2021-04-16T10:35:31.528Z] [2021-04-16T10:35:31.528Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-16T10:35:31.528Z] #49 sha256:90332918501b89463c4f8284ee84be20f5df49094cf1c74da3b14ac05d9afbce [2021-04-16T10:35:31.529Z] #49 3.323 + RM_GOPATH=0 [2021-04-16T10:35:31.529Z] #49 3.323 + TMP_GOPATH= [2021-04-16T10:35:31.529Z] #49 3.323 + : /build [2021-04-16T10:35:31.529Z] #49 3.323 + '[' -z '' ']' [2021-04-16T10:35:31.529Z] #49 3.323 ++ mktemp -d [2021-04-16T10:35:31.529Z] #49 3.323 + GOPATH=/tmp/tmp.Bwx0oAghIp [2021-04-16T10:35:31.529Z] #49 3.323 + export GOPATH [2021-04-16T10:35:31.529Z] #49 3.323 + RM_GOPATH=1 [2021-04-16T10:35:31.529Z] #49 3.323 + case "$(go env GOARCH)" in [2021-04-16T10:35:31.529Z] #49 3.323 ++ go env GOARCH [2021-04-16T10:35:31.529Z] #49 3.323 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:31.529Z] #49 3.323 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:31.529Z] #49 3.323 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:31.529Z] #49 3.323 + dir=/tmp/install [2021-04-16T10:35:31.529Z] #49 3.323 + bin=golangci_lint [2021-04-16T10:35:31.529Z] #49 3.323 + shift [2021-04-16T10:35:31.529Z] #49 3.323 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-04-16T10:35:31.529Z] #49 3.323 + . /tmp/install/golangci_lint.installer [2021-04-16T10:35:31.529Z] #49 3.323 + install_golangci_lint [2021-04-16T10:35:31.529Z] #49 3.323 + set -e [2021-04-16T10:35:31.529Z] #49 3.323 + : v1.23.8 [2021-04-16T10:35:31.529Z] #49 3.323 + : /build [2021-04-16T10:35:31.529Z] #49 3.323 + export GO111MODULE=on [2021-04-16T10:35:31.529Z] #49 3.323 + GO111MODULE=on [2021-04-16T10:35:31.529Z] #49 3.323 + GOBIN=/build [2021-04-16T10:35:31.529Z] #49 3.323 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-04-16T10:35:31.529Z] #49 3.353 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-04-16T10:35:31.529Z] #49 3.353 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-04-16T10:35:31.529Z] #49 3.353 go: finding github.com v1.23.8 [2021-04-16T10:35:31.529Z] #49 3.353 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-04-16T10:35:31.529Z] #49 3.353 go: finding github.com/golangci v1.23.8 [2021-04-16T10:35:31.529Z] #49 4.433 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-04-16T10:35:31.529Z] #49 5.039 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-04-16T10:35:31.529Z] #49 10.60 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-04-16T10:35:31.529Z] #49 10.61 go: downloading github.com/spf13/pflag v1.0.5 [2021-04-16T10:35:31.529Z] #49 10.61 go: downloading github.com/pkg/errors v0.8.1 [2021-04-16T10:35:31.529Z] #49 10.61 go: downloading github.com/spf13/viper v1.6.1 [2021-04-16T10:35:31.529Z] #49 10.66 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-04-16T10:35:31.529Z] #49 ... [2021-04-16T10:35:31.529Z] [2021-04-16T10:35:31.529Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-04-16T10:35:31.529Z] #24 sha256:c6c71f64b7e8bd765a1601490aa3f21bccafd139e9adc026f41c9781381c87d8 [2021-04-16T10:35:31.529Z] #24 10.68 + mkdir -p /build [2021-04-16T10:35:31.529Z] #24 10.69 + mv docker/docker /build/ [2021-04-16T10:35:31.529Z] #24 10.69 + rmdir docker [2021-04-16T10:35:31.529Z] #24 DONE 10.8s [2021-04-16T10:35:31.529Z] [2021-04-16T10:35:31.529Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-04-16T10:35:31.529Z] #67 sha256:d1aa850779d166bd2f840e87dc4adba0b078338d7d6ada1a4f31f451863cfd9d [2021-04-16T10:35:31.529Z] #67 3.763 + RM_GOPATH=0 [2021-04-16T10:35:31.529Z] #67 3.763 + TMP_GOPATH= [2021-04-16T10:35:31.529Z] #67 3.763 + : /build [2021-04-16T10:35:31.529Z] #67 3.763 + '[' -z '' ']' [2021-04-16T10:35:31.529Z] #67 3.763 ++ mktemp -d [2021-04-16T10:35:31.529Z] #67 3.772 + GOPATH=/tmp/tmp.VAlDSQIRPE [2021-04-16T10:35:31.529Z] #67 3.772 + export GOPATH [2021-04-16T10:35:31.529Z] #67 3.772 + RM_GOPATH=1 [2021-04-16T10:35:31.529Z] #67 3.772 + case "$(go env GOARCH)" in [2021-04-16T10:35:31.529Z] #67 3.772 ++ go env GOARCH [2021-04-16T10:35:31.529Z] #67 3.787 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:31.529Z] #67 3.787 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:31.529Z] #67 3.787 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:31.529Z] #67 3.787 + dir=/tmp/install [2021-04-16T10:35:31.529Z] #67 3.787 + bin=proxy [2021-04-16T10:35:31.529Z] #67 3.787 + shift [2021-04-16T10:35:31.529Z] #67 3.787 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-04-16T10:35:31.529Z] #67 3.787 + . /tmp/install/proxy.installer [2021-04-16T10:35:31.529Z] #67 3.787 ++ set -e [2021-04-16T10:35:31.529Z] #67 3.787 + install_proxy [2021-04-16T10:35:31.529Z] #67 3.787 + case "$1" in [2021-04-16T10:35:31.529Z] #67 3.787 + export CGO_ENABLED=0 [2021-04-16T10:35:31.529Z] #67 3.787 + CGO_ENABLED=0 [2021-04-16T10:35:31.529Z] #67 3.787 + _install_proxy [2021-04-16T10:35:31.529Z] #67 3.787 + : b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-04-16T10:35:31.529Z] #67 3.787 + : /build [2021-04-16T10:35:31.529Z] #67 3.787 + echo 'Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46' [2021-04-16T10:35:31.529Z] #67 3.787 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.VAlDSQIRPE/src/github.com/docker/libnetwork [2021-04-16T10:35:31.529Z] #67 3.787 Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-04-16T10:35:31.529Z] #67 3.801 Cloning into '/tmp/tmp.VAlDSQIRPE/src/github.com/docker/libnetwork'... [2021-04-16T10:35:31.606Z] Merging remotes/origin/master commit 8eb947c5b1d7ce7551ed6e07db7a8b65234b75e0 into PR head commit eb0610b7fc7e8c49160c99fa311e14ee632dd45a [2021-04-16T10:35:31.754Z] + docker version [2021-04-16T10:35:31.754Z] Client: Docker Engine - Community [2021-04-16T10:35:31.754Z] Version: 20.10.5 [2021-04-16T10:35:31.754Z] API version: 1.41 [2021-04-16T10:35:31.754Z] Go version: go1.13.15 [2021-04-16T10:35:31.754Z] Git commit: 55c4c88 [2021-04-16T10:35:31.754Z] Built: Tue Mar 2 20:18:05 2021 [2021-04-16T10:35:31.754Z] OS/Arch: linux/amd64 [2021-04-16T10:35:31.754Z] Context: default [2021-04-16T10:35:31.754Z] Experimental: true [2021-04-16T10:35:31.754Z] [2021-04-16T10:35:31.754Z] Server: Docker Engine - Community [2021-04-16T10:35:31.754Z] Engine: [2021-04-16T10:35:31.754Z] Version: 20.10.5 [2021-04-16T10:35:31.754Z] API version: 1.41 (minimum version 1.12) [2021-04-16T10:35:31.754Z] Go version: go1.13.15 [2021-04-16T10:35:31.754Z] Git commit: 363e9a8 [2021-04-16T10:35:31.754Z] Built: Tue Mar 2 20:16:00 2021 [2021-04-16T10:35:31.754Z] OS/Arch: linux/amd64 [2021-04-16T10:35:31.754Z] Experimental: true [2021-04-16T10:35:31.754Z] containerd: [2021-04-16T10:35:31.754Z] Version: 1.4.4 [2021-04-16T10:35:31.754Z] GitCommit: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-16T10:35:31.754Z] runc: [2021-04-16T10:35:31.754Z] Version: 1.0.0-rc93 [2021-04-16T10:35:31.754Z] GitCommit: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-16T10:35:31.754Z] docker-init: [2021-04-16T10:35:31.754Z] Version: 0.19.0 [2021-04-16T10:35:31.754Z] GitCommit: de40ad0 [Pipeline] sh [2021-04-16T10:35:31.790Z] #67 ... [2021-04-16T10:35:31.790Z] [2021-04-16T10:35:31.790Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-16T10:35:31.790Z] #56 sha256:de166c69133a94241271d4c11ba725ce2c22b4c80df69b9b5e32c49d4b27ca4b [2021-04-16T10:35:31.790Z] #56 3.971 + RM_GOPATH=0 [2021-04-16T10:35:31.790Z] #56 3.971 + TMP_GOPATH= [2021-04-16T10:35:31.790Z] #56 3.971 + : /build [2021-04-16T10:35:31.790Z] #56 3.971 + '[' -z '' ']' [2021-04-16T10:35:31.790Z] #56 3.971 ++ mktemp -d [2021-04-16T10:35:31.790Z] #56 3.974 + GOPATH=/tmp/tmp.haFkZZ7eNq [2021-04-16T10:35:31.790Z] #56 3.974 + export GOPATH [2021-04-16T10:35:31.790Z] #56 3.974 + RM_GOPATH=1 [2021-04-16T10:35:31.790Z] #56 3.974 + case "$(go env GOARCH)" in [2021-04-16T10:35:31.790Z] #56 3.974 ++ go env GOARCH [2021-04-16T10:35:31.790Z] #56 3.987 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:31.790Z] #56 3.987 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:31.790Z] #56 3.988 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:31.790Z] #56 3.989 + dir=/tmp/install [2021-04-16T10:35:31.790Z] #56 3.990 + bin=containerd [2021-04-16T10:35:31.790Z] #56 3.990 + shift [2021-04-16T10:35:31.790Z] #56 3.991 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-04-16T10:35:31.790Z] #56 3.991 + . /tmp/install/containerd.installer [2021-04-16T10:35:31.790Z] #56 3.991 + install_containerd [2021-04-16T10:35:31.790Z] #56 3.992 + set -e [2021-04-16T10:35:31.790Z] #56 3.992 + : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-16T10:35:31.790Z] #56 3.992 + : /build [2021-04-16T10:35:31.790Z] #56 3.992 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e' [2021-04-16T10:35:31.790Z] #56 3.992 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-16T10:35:31.790Z] #56 3.993 + git clone https://github.com/containerd/containerd.git /tmp/tmp.haFkZZ7eNq/src/github.com/containerd/containerd [2021-04-16T10:35:31.790Z] #56 3.996 Cloning into '/tmp/tmp.haFkZZ7eNq/src/github.com/containerd/containerd'... [2021-04-16T10:35:31.790Z] #56 ... [2021-04-16T10:35:31.790Z] [2021-04-16T10:35:31.790Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-04-16T10:35:31.790Z] #58 sha256:ae3f3bbe27b1542e6d9cc0eb1ee2ae84156405e44a44a0abe4cca5b8d41d054f [2021-04-16T10:35:31.790Z] #58 10.11 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-04-16T10:35:31.790Z] #58 10.17 go: downloading github.com/moby/vpnkit v0.5.0 [2021-04-16T10:35:31.790Z] #58 10.17 go: downloading github.com/pkg/errors v0.9.1 [2021-04-16T10:35:31.790Z] #58 10.17 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-04-16T10:35:31.790Z] #58 10.24 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-04-16T10:35:31.790Z] #58 10.27 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-04-16T10:35:31.790Z] #58 10.34 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-04-16T10:35:31.790Z] #58 10.38 go: downloading github.com/gorilla/mux v1.8.0 [2021-04-16T10:35:31.790Z] #58 10.38 go: extracting github.com/gofrs/flock v0.8.0 [2021-04-16T10:35:31.790Z] #58 10.53 go: extracting github.com/pkg/errors v0.9.1 [2021-04-16T10:35:31.790Z] #58 10.65 go: extracting github.com/sirupsen/logrus v1.8.1 [2021-04-16T10:35:31.790Z] #58 10.68 go: downloading github.com/google/uuid v1.2.0 [2021-04-16T10:35:31.790Z] #58 10.69 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-04-16T10:35:31.790Z] #58 10.97 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-04-16T10:35:30.442Z] > git config core.sparsecheckout # timeout=10 [2021-04-16T10:35:30.449Z] > git checkout -f eb0610b7fc7e8c49160c99fa311e14ee632dd45a # timeout=10 [2021-04-16T10:35:30.881Z] > git remote # timeout=10 [2021-04-16T10:35:30.887Z] > git config --get remote.origin.url # timeout=10 [2021-04-16T10:35:30.901Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-16T10:35:30.902Z] > git merge 8eb947c5b1d7ce7551ed6e07db7a8b65234b75e0 # timeout=10 [2021-04-16T10:35:30.919Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-16T10:35:30.935Z] > git config core.sparsecheckout # timeout=10 [2021-04-16T10:35:30.944Z] > git checkout -f eb0610b7fc7e8c49160c99fa311e14ee632dd45a # timeout=10 [2021-04-16T10:35:30.446Z] > git remote # timeout=10 [2021-04-16T10:35:30.451Z] > git config --get remote.origin.url # timeout=10 [2021-04-16T10:35:30.457Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-16T10:35:30.457Z] > git merge 8eb947c5b1d7ce7551ed6e07db7a8b65234b75e0 # timeout=10 [2021-04-16T10:35:30.466Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-16T10:35:30.474Z] > git config core.sparsecheckout # timeout=10 [2021-04-16T10:35:30.477Z] > git checkout -f eb0610b7fc7e8c49160c99fa311e14ee632dd45a # timeout=10 [2021-04-16T10:35:31.219Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-16T10:35:31.224Z] > git config --add remote.origin.fetch +refs/pull/40094/head:refs/remotes/origin/PR-40094 # timeout=10 [2021-04-16T10:35:31.228Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-16T10:35:31.236Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-16T10:35:31.244Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-16T10:35:31.244Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-16T10:35:31.246Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/40094/head:refs/remotes/origin/PR-40094 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-16T10:35:31.608Z] > git config core.sparsecheckout # timeout=10 [2021-04-16T10:35:31.612Z] > git checkout -f eb0610b7fc7e8c49160c99fa311e14ee632dd45a # timeout=10 [2021-04-16T10:35:32.043Z] + docker info [2021-04-16T10:35:32.110Z] + [ PR != PR ] [2021-04-16T10:35:32.110Z] + [ master != master ] [2021-04-16T10:35:32.110Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-04-16T10:35:32.305Z] Client: [2021-04-16T10:35:32.305Z] Context: default [2021-04-16T10:35:32.305Z] Debug Mode: false [2021-04-16T10:35:32.305Z] Plugins: [2021-04-16T10:35:32.305Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-04-16T10:35:32.305Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-04-16T10:35:32.305Z] [2021-04-16T10:35:32.305Z] Server: [2021-04-16T10:35:32.305Z] Containers: 0 [2021-04-16T10:35:32.305Z] Running: 0 [2021-04-16T10:35:32.305Z] Paused: 0 [2021-04-16T10:35:32.305Z] Stopped: 0 [2021-04-16T10:35:32.305Z] Images: 4 [2021-04-16T10:35:32.305Z] Server Version: 20.10.5 [2021-04-16T10:35:32.305Z] Storage Driver: overlay2 [2021-04-16T10:35:32.305Z] Backing Filesystem: extfs [2021-04-16T10:35:32.305Z] Supports d_type: true [2021-04-16T10:35:32.305Z] Native Overlay Diff: true [2021-04-16T10:35:32.305Z] Logging Driver: json-file [2021-04-16T10:35:32.305Z] Cgroup Driver: cgroupfs [2021-04-16T10:35:32.305Z] Cgroup Version: 1 [2021-04-16T10:35:32.305Z] Plugins: [2021-04-16T10:35:32.305Z] Volume: local [2021-04-16T10:35:32.305Z] Network: bridge host ipvlan macvlan null overlay [2021-04-16T10:35:32.305Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-04-16T10:35:32.305Z] Swarm: inactive [2021-04-16T10:35:32.305Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-04-16T10:35:32.305Z] Default Runtime: runc [2021-04-16T10:35:32.305Z] Init Binary: docker-init [2021-04-16T10:35:32.305Z] containerd version: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-16T10:35:32.305Z] runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-16T10:35:32.305Z] init version: de40ad0 [2021-04-16T10:35:32.305Z] Security Options: [2021-04-16T10:35:32.305Z] apparmor [2021-04-16T10:35:32.305Z] seccomp [2021-04-16T10:35:32.305Z] Profile: default [2021-04-16T10:35:32.305Z] Kernel Version: 5.4.0-1041-aws [2021-04-16T10:35:32.305Z] Operating System: Ubuntu 18.04.5 LTS [2021-04-16T10:35:32.305Z] OSType: linux [2021-04-16T10:35:32.305Z] Architecture: x86_64 [2021-04-16T10:35:32.305Z] CPUs: 2 [2021-04-16T10:35:32.305Z] Total Memory: 7.569GiB [2021-04-16T10:35:32.305Z] Name: ip-10-100-37-81 [2021-04-16T10:35:32.305Z] ID: CCOO:B2L2:53RH:M56T:HCH4:FPBZ:EMUZ:R22X:GVEU:CYRY:U2HB:5I2B [2021-04-16T10:35:32.305Z] Docker Root Dir: /var/lib/docker [2021-04-16T10:35:32.305Z] Debug Mode: false [2021-04-16T10:35:32.305Z] Registry: https://index.docker.io/v1/ [2021-04-16T10:35:32.305Z] Labels: [2021-04-16T10:35:32.305Z] Experimental: true [2021-04-16T10:35:32.305Z] Insecure Registries: [2021-04-16T10:35:32.305Z] 127.0.0.0/8 [2021-04-16T10:35:32.305Z] Live Restore Enabled: true [2021-04-16T10:35:32.305Z] [2021-04-16T10:35:32.305Z] WARNING: No swap limit support [Pipeline] sh [2021-04-16T10:35:32.329Z] Commit message: "Dockerfile: integrate e2e stage in main Dockerfile" [2021-04-16T10:35:32.358Z] #58 11.38 go: extracting github.com/google/uuid v1.2.0 [2021-04-16T10:35:32.358Z] #58 11.42 go: extracting github.com/moby/sys/mountinfo v0.4.1 [2021-04-16T10:35:32.425Z] + docker version [2021-04-16T10:35:32.426Z] Client: Docker Engine - Community [2021-04-16T10:35:32.426Z] Version: 20.10.5 [2021-04-16T10:35:32.426Z] API version: 1.41 [2021-04-16T10:35:32.426Z] Go version: go1.13.15 [2021-04-16T10:35:32.426Z] Git commit: 55c4c88 [2021-04-16T10:35:32.426Z] Built: Tue Mar 2 20:18:05 2021 [2021-04-16T10:35:32.426Z] OS/Arch: linux/amd64 [2021-04-16T10:35:32.426Z] Context: default [2021-04-16T10:35:32.426Z] Experimental: true [2021-04-16T10:35:32.426Z] [2021-04-16T10:35:32.426Z] Server: Docker Engine - Community [2021-04-16T10:35:32.426Z] Engine: [2021-04-16T10:35:32.426Z] Version: 20.10.5 [2021-04-16T10:35:32.426Z] API version: 1.41 (minimum version 1.12) [2021-04-16T10:35:32.426Z] Go version: go1.13.15 [2021-04-16T10:35:32.426Z] Git commit: 363e9a8 [2021-04-16T10:35:32.426Z] Built: Tue Mar 2 20:16:00 2021 [2021-04-16T10:35:32.426Z] OS/Arch: linux/amd64 [2021-04-16T10:35:32.426Z] Experimental: true [2021-04-16T10:35:32.426Z] containerd: [2021-04-16T10:35:32.426Z] Version: 1.4.4 [2021-04-16T10:35:32.426Z] GitCommit: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-16T10:35:32.426Z] runc: [2021-04-16T10:35:32.426Z] Version: 1.0.0-rc93 [2021-04-16T10:35:32.426Z] GitCommit: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-16T10:35:32.426Z] docker-init: [2021-04-16T10:35:32.426Z] Version: 0.19.0 [2021-04-16T10:35:32.426Z] GitCommit: de40ad0 [Pipeline] sh [2021-04-16T10:35:32.577Z] Merge succeeded, producing eb0610b7fc7e8c49160c99fa311e14ee632dd45a [2021-04-16T10:35:32.577Z] Checking out Revision eb0610b7fc7e8c49160c99fa311e14ee632dd45a (PR-40094) [2021-04-16T10:35:32.591Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-04-16T10:35:32.591Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-04-16T10:35:32.591Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40094/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-04-16T10:35:32.591Z] + bash /home/ubuntu/workspace/moby_PR-40094/check-config.sh [2021-04-16T10:35:32.591Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-04-16T10:35:32.591Z] info: reading kernel config from /boot/config-5.4.0-1041-aws ... [2021-04-16T10:35:32.591Z] [2021-04-16T10:35:32.591Z] Generally Necessary: [2021-04-16T10:35:32.591Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-04-16T10:35:32.591Z] - apparmor: enabled and tools installed [2021-04-16T10:35:32.591Z] - CONFIG_NAMESPACES: enabled [2021-04-16T10:35:32.591Z] - CONFIG_NET_NS: enabled [2021-04-16T10:35:32.591Z] - CONFIG_PID_NS: enabled [2021-04-16T10:35:32.591Z] - CONFIG_IPC_NS: enabled [2021-04-16T10:35:32.591Z] - CONFIG_UTS_NS: enabled [2021-04-16T10:35:32.591Z] - CONFIG_CGROUPS: enabled [2021-04-16T10:35:32.591Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-04-16T10:35:32.591Z] - CONFIG_CGROUP_DEVICE: enabled [2021-04-16T10:35:32.591Z] - CONFIG_CGROUP_FREEZER: enabled [2021-04-16T10:35:32.591Z] - CONFIG_CGROUP_SCHED: enabled [2021-04-16T10:35:32.591Z] - CONFIG_CPUSETS: enabled [2021-04-16T10:35:32.591Z] - CONFIG_MEMCG: enabled [2021-04-16T10:35:32.591Z] - CONFIG_KEYS: enabled [2021-04-16T10:35:32.591Z] - CONFIG_VETH: enabled (as module) [2021-04-16T10:35:32.591Z] - CONFIG_BRIDGE: enabled (as module) [2021-04-16T10:35:32.592Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-04-16T10:35:32.592Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-04-16T10:35:32.592Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-04-16T10:35:32.592Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-04-16T10:35:32.592Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-04-16T10:35:32.592Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-04-16T10:35:32.592Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-04-16T10:35:32.592Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-04-16T10:35:32.592Z] - CONFIG_NF_NAT: enabled (as module) [2021-04-16T10:35:32.592Z] - CONFIG_POSIX_MQUEUE: enabled [2021-04-16T10:35:32.592Z] [2021-04-16T10:35:32.592Z] Optional Features: [2021-04-16T10:35:32.592Z] - CONFIG_USER_NS: enabled [2021-04-16T10:35:32.592Z] - CONFIG_SECCOMP: enabled [2021-04-16T10:35:32.592Z] - CONFIG_SECCOMP_FILTER: enabled [2021-04-16T10:35:32.592Z] - CONFIG_CGROUP_PIDS: enabled [2021-04-16T10:35:32.592Z] - CONFIG_MEMCG_SWAP: enabled [2021-04-16T10:35:32.592Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-04-16T10:35:32.592Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-04-16T10:35:32.592Z] - CONFIG_BLK_CGROUP: enabled [2021-04-16T10:35:32.592Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-04-16T10:35:32.592Z] - CONFIG_CGROUP_PERF: enabled [2021-04-16T10:35:32.592Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-04-16T10:35:32.592Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-04-16T10:35:32.592Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-04-16T10:35:32.592Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-04-16T10:35:32.592Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-04-16T10:35:32.592Z] - CONFIG_RT_GROUP_SCHED: missing [2021-04-16T10:35:32.592Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-04-16T10:35:32.592Z] - CONFIG_IP_VS: enabled (as module) [2021-04-16T10:35:32.592Z] - CONFIG_IP_VS_NFCT: enabled [2021-04-16T10:35:32.592Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-04-16T10:35:32.704Z] + docker info [2021-04-16T10:35:32.704Z] Client: [2021-04-16T10:35:32.704Z] Context: default [2021-04-16T10:35:32.704Z] Debug Mode: false [2021-04-16T10:35:32.704Z] Plugins: [2021-04-16T10:35:32.704Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-04-16T10:35:32.704Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-04-16T10:35:32.704Z] [2021-04-16T10:35:32.704Z] Server: [2021-04-16T10:35:32.704Z] Containers: 0 [2021-04-16T10:35:32.704Z] Running: 0 [2021-04-16T10:35:32.704Z] Paused: 0 [2021-04-16T10:35:32.704Z] Stopped: 0 [2021-04-16T10:35:32.704Z] Images: 1 [2021-04-16T10:35:32.704Z] Server Version: 20.10.5 [2021-04-16T10:35:32.704Z] Storage Driver: overlay2 [2021-04-16T10:35:32.704Z] Backing Filesystem: extfs [2021-04-16T10:35:32.704Z] Supports d_type: true [2021-04-16T10:35:32.704Z] Native Overlay Diff: true [2021-04-16T10:35:32.704Z] Logging Driver: json-file [2021-04-16T10:35:32.704Z] Cgroup Driver: cgroupfs [2021-04-16T10:35:32.704Z] Cgroup Version: 1 [2021-04-16T10:35:32.704Z] Plugins: [2021-04-16T10:35:32.704Z] Volume: local [2021-04-16T10:35:32.704Z] Network: bridge host ipvlan macvlan null overlay [2021-04-16T10:35:32.704Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-04-16T10:35:32.704Z] Swarm: inactive [2021-04-16T10:35:32.704Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-04-16T10:35:32.704Z] Default Runtime: runc [2021-04-16T10:35:32.704Z] Init Binary: docker-init [2021-04-16T10:35:32.704Z] containerd version: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-16T10:35:32.704Z] runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-16T10:35:32.704Z] init version: de40ad0 [2021-04-16T10:35:32.704Z] Security Options: [2021-04-16T10:35:32.704Z] apparmor [2021-04-16T10:35:32.704Z] seccomp [2021-04-16T10:35:32.704Z] Profile: default [2021-04-16T10:35:32.704Z] Kernel Version: 5.4.0-1041-aws [2021-04-16T10:35:32.704Z] Operating System: Ubuntu 18.04.5 LTS [2021-04-16T10:35:32.704Z] OSType: linux [2021-04-16T10:35:32.704Z] Architecture: x86_64 [2021-04-16T10:35:32.704Z] CPUs: 2 [2021-04-16T10:35:32.704Z] Total Memory: 7.487GiB [2021-04-16T10:35:32.704Z] Name: ip-10-100-91-225 [2021-04-16T10:35:32.704Z] ID: CCOO:B2L2:53RH:M56T:HCH4:FPBZ:EMUZ:R22X:GVEU:CYRY:U2HB:5I2B [2021-04-16T10:35:32.704Z] Docker Root Dir: /var/lib/docker [2021-04-16T10:35:32.704Z] Debug Mode: false [2021-04-16T10:35:32.704Z] Registry: https://index.docker.io/v1/ [2021-04-16T10:35:32.704Z] Labels: [2021-04-16T10:35:32.704Z] Experimental: true [2021-04-16T10:35:32.704Z] Insecure Registries: [2021-04-16T10:35:32.704Z] 127.0.0.0/8 [2021-04-16T10:35:32.704Z] Live Restore Enabled: true [2021-04-16T10:35:32.704Z] [2021-04-16T10:35:32.704Z] WARNING: No swap limit support [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2021-04-16T10:35:32.815Z] #52 1.823 + RM_GOPATH=0 [2021-04-16T10:35:32.815Z] #52 1.823 + TMP_GOPATH= [2021-04-16T10:35:32.815Z] #52 1.823 + : /build [2021-04-16T10:35:32.815Z] #52 1.823 + '[' -z '' ']' [2021-04-16T10:35:32.815Z] #52 1.824 ++ mktemp -d [2021-04-16T10:35:32.815Z] #52 1.832 + GOPATH=/tmp/tmp.VhSN7QEQmA [2021-04-16T10:35:32.815Z] #52 1.832 + export GOPATH [2021-04-16T10:35:32.815Z] #52 1.832 + RM_GOPATH=1 [2021-04-16T10:35:32.815Z] #52 1.832 + case "$(go env GOARCH)" in [2021-04-16T10:35:32.815Z] #52 1.832 ++ go env GOARCH [2021-04-16T10:35:32.815Z] #52 1.859 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:32.815Z] #52 1.859 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:32.815Z] #52 1.862 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:32.815Z] #52 1.866 + dir=/tmp/install [2021-04-16T10:35:32.815Z] #52 1.866 + bin=shfmt [2021-04-16T10:35:32.815Z] #52 1.866 + shift [2021-04-16T10:35:32.815Z] #52 1.866 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-04-16T10:35:32.815Z] #52 1.867 + . /tmp/install/shfmt.installer [2021-04-16T10:35:32.815Z] #52 1.867 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-04-16T10:35:32.815Z] #52 1.868 + install_shfmt [2021-04-16T10:35:32.815Z] #52 1.868 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-04-16T10:35:32.815Z] #52 1.868 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-04-16T10:35:32.815Z] #52 1.868 + git clone https://github.com/mvdan/sh.git /tmp/tmp.VhSN7QEQmA/src/github.com/mvdan/sh [2021-04-16T10:35:32.815Z] #52 1.878 Cloning into '/tmp/tmp.VhSN7QEQmA/src/github.com/mvdan/sh'... [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-04-16T10:35:32.852Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-04-16T10:35:32.852Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-04-16T10:35:32.852Z] - CONFIG_SECURITY_SELINUX: enabled [2021-04-16T10:35:32.852Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-04-16T10:35:32.852Z] - CONFIG_EXT4_FS: enabled [2021-04-16T10:35:32.852Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-04-16T10:35:32.852Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-04-16T10:35:32.852Z] - Network Drivers: [2021-04-16T10:35:32.852Z] - "overlay": [2021-04-16T10:35:32.852Z] - CONFIG_VXLAN: enabled (as module) [2021-04-16T10:35:32.852Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-04-16T10:35:32.852Z] Optional (for encrypted networks): [2021-04-16T10:35:32.852Z] - CONFIG_CRYPTO: enabled [2021-04-16T10:35:32.852Z] - CONFIG_CRYPTO_AEAD: enabled [2021-04-16T10:35:32.852Z] - CONFIG_CRYPTO_GCM: enabled [2021-04-16T10:35:32.852Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-04-16T10:35:32.852Z] - CONFIG_CRYPTO_GHASH: enabled [2021-04-16T10:35:32.852Z] - CONFIG_XFRM: enabled [2021-04-16T10:35:32.852Z] - CONFIG_XFRM_USER: enabled (as module) [2021-04-16T10:35:32.852Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-04-16T10:35:32.852Z] - CONFIG_INET_ESP: enabled (as module) [2021-04-16T10:35:32.852Z] - "ipvlan": [2021-04-16T10:35:32.852Z] - CONFIG_IPVLAN: enabled (as module) [2021-04-16T10:35:32.852Z] - "macvlan": [2021-04-16T10:35:32.852Z] - CONFIG_MACVLAN: enabled (as module) [2021-04-16T10:35:32.852Z] - CONFIG_DUMMY: enabled (as module) [2021-04-16T10:35:32.852Z] - "ftp,tftp client in container": [2021-04-16T10:35:32.852Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-04-16T10:35:32.852Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-04-16T10:35:32.852Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-04-16T10:35:32.852Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-04-16T10:35:32.852Z] - Storage Drivers: [2021-04-16T10:35:32.852Z] - "aufs": [2021-04-16T10:35:32.852Z] - CONFIG_AUFS_FS: enabled (as module) [2021-04-16T10:35:32.852Z] - "btrfs": [2021-04-16T10:35:32.852Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-04-16T10:35:32.852Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-04-16T10:35:32.852Z] - "devicemapper": [2021-04-16T10:35:32.852Z] - CONFIG_BLK_DEV_DM: enabled [2021-04-16T10:35:32.852Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-04-16T10:35:32.852Z] - "overlay": [2021-04-16T10:35:32.852Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-04-16T10:35:32.852Z] - "zfs": [2021-04-16T10:35:32.852Z] - /dev/zfs: present [2021-04-16T10:35:32.852Z] - zfs command: missing [2021-04-16T10:35:32.852Z] - zpool command: missing [2021-04-16T10:35:32.852Z] [2021-04-16T10:35:32.852Z] Limits: [2021-04-16T10:35:32.852Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-04-16T10:35:32.852Z] [2021-04-16T10:35:32.852Z] + true [2021-04-16T10:35:32.927Z] #58 11.90 go: extracting github.com/gorilla/mux v1.8.0 [2021-04-16T10:35:32.927Z] #58 12.10 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-04-16T10:35:33.021Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-04-16T10:35:33.021Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-04-16T10:35:33.021Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40094/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-04-16T10:35:33.021Z] + bash /home/ubuntu/workspace/moby_PR-40094/check-config.sh [2021-04-16T10:35:33.021Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-04-16T10:35:33.021Z] info: reading kernel config from /boot/config-5.4.0-1041-aws ... [2021-04-16T10:35:33.021Z] [2021-04-16T10:35:33.021Z] Generally Necessary: [2021-04-16T10:35:33.021Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-04-16T10:35:33.021Z] - apparmor: enabled and tools installed [2021-04-16T10:35:33.021Z] - CONFIG_NAMESPACES: enabled [2021-04-16T10:35:33.021Z] - CONFIG_NET_NS: enabled [2021-04-16T10:35:33.021Z] - CONFIG_PID_NS: enabled [2021-04-16T10:35:33.021Z] - CONFIG_IPC_NS: enabled [2021-04-16T10:35:33.021Z] - CONFIG_UTS_NS: enabled [2021-04-16T10:35:33.021Z] - CONFIG_CGROUPS: enabled [2021-04-16T10:35:33.021Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-04-16T10:35:33.021Z] - CONFIG_CGROUP_DEVICE: enabled [2021-04-16T10:35:33.021Z] - CONFIG_CGROUP_FREEZER: enabled [2021-04-16T10:35:33.021Z] - CONFIG_CGROUP_SCHED: enabled [2021-04-16T10:35:33.021Z] - CONFIG_CPUSETS: enabled [2021-04-16T10:35:33.021Z] - CONFIG_MEMCG: enabled [2021-04-16T10:35:33.021Z] - CONFIG_KEYS: enabled [2021-04-16T10:35:33.021Z] - CONFIG_VETH: enabled (as module) [2021-04-16T10:35:33.021Z] - CONFIG_BRIDGE: enabled (as module) [2021-04-16T10:35:33.021Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-04-16T10:35:33.021Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-04-16T10:35:33.021Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-04-16T10:35:33.021Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-04-16T10:35:33.021Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-04-16T10:35:33.021Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-04-16T10:35:33.021Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-04-16T10:35:33.021Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-04-16T10:35:33.021Z] - CONFIG_NF_NAT: enabled (as module) [2021-04-16T10:35:33.021Z] - CONFIG_POSIX_MQUEUE: enabled [2021-04-16T10:35:33.021Z] [2021-04-16T10:35:33.021Z] Optional Features: [2021-04-16T10:35:33.263Z] Commit message: "Dockerfile: integrate e2e stage in main Dockerfile" [2021-04-16T10:35:33.277Z] - CONFIG_USER_NS: enabled [2021-04-16T10:35:33.277Z] - CONFIG_SECCOMP: enabled [2021-04-16T10:35:33.277Z] - CONFIG_SECCOMP_FILTER: enabled [2021-04-16T10:35:33.277Z] - CONFIG_CGROUP_PIDS: enabled [2021-04-16T10:35:33.277Z] - CONFIG_MEMCG_SWAP: enabled [2021-04-16T10:35:33.277Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-04-16T10:35:33.277Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-04-16T10:35:33.277Z] - CONFIG_BLK_CGROUP: enabled [2021-04-16T10:35:33.277Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-04-16T10:35:33.277Z] - CONFIG_CGROUP_PERF: enabled [2021-04-16T10:35:33.277Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-04-16T10:35:33.277Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-04-16T10:35:33.277Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-04-16T10:35:33.277Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-04-16T10:35:33.277Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-04-16T10:35:33.277Z] - CONFIG_RT_GROUP_SCHED: missing [2021-04-16T10:35:33.277Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-04-16T10:35:33.277Z] - CONFIG_IP_VS: enabled (as module) [2021-04-16T10:35:33.277Z] - CONFIG_IP_VS_NFCT: enabled [2021-04-16T10:35:33.277Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-04-16T10:35:33.277Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-04-16T10:35:33.277Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-04-16T10:35:33.277Z] - CONFIG_SECURITY_SELINUX: enabled [2021-04-16T10:35:33.277Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-04-16T10:35:33.277Z] - CONFIG_EXT4_FS: enabled [2021-04-16T10:35:33.277Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-04-16T10:35:33.277Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-04-16T10:35:33.277Z] - Network Drivers: [2021-04-16T10:35:33.277Z] - "overlay": [2021-04-16T10:35:33.277Z] - CONFIG_VXLAN: enabled (as module) [2021-04-16T10:35:33.277Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-04-16T10:35:33.277Z] Optional (for encrypted networks): [2021-04-16T10:35:33.277Z] - CONFIG_CRYPTO: enabled [2021-04-16T10:35:33.277Z] - CONFIG_CRYPTO_AEAD: enabled [2021-04-16T10:35:33.277Z] - CONFIG_CRYPTO_GCM: enabled [2021-04-16T10:35:33.277Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-04-16T10:35:33.277Z] - CONFIG_CRYPTO_GHASH: enabled [2021-04-16T10:35:33.277Z] - CONFIG_XFRM: enabled [2021-04-16T10:35:33.277Z] - CONFIG_XFRM_USER: enabled (as module) [2021-04-16T10:35:33.277Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-04-16T10:35:33.277Z] - CONFIG_INET_ESP: enabled (as module) [2021-04-16T10:35:33.277Z] - "ipvlan": [2021-04-16T10:35:33.277Z] - CONFIG_IPVLAN: enabled (as module) [2021-04-16T10:35:33.277Z] - "macvlan": [2021-04-16T10:35:33.277Z] - CONFIG_MACVLAN: enabled (as module) [2021-04-16T10:35:33.277Z] - CONFIG_DUMMY: enabled (as module) [2021-04-16T10:35:33.277Z] - "ftp,tftp client in container": [2021-04-16T10:35:33.532Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-04-16T10:35:33.532Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-04-16T10:35:33.532Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-04-16T10:35:33.532Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-04-16T10:35:33.532Z] - Storage Drivers: [2021-04-16T10:35:33.532Z] - "aufs": [2021-04-16T10:35:33.532Z] - CONFIG_AUFS_FS: enabled (as module) [2021-04-16T10:35:33.532Z] - "btrfs": [2021-04-16T10:35:33.532Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-04-16T10:35:33.532Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-04-16T10:35:33.532Z] - "devicemapper": [2021-04-16T10:35:33.532Z] - CONFIG_BLK_DEV_DM: enabled [2021-04-16T10:35:33.532Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-04-16T10:35:33.532Z] - "overlay": [2021-04-16T10:35:33.532Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-04-16T10:35:33.532Z] - "zfs": [2021-04-16T10:35:33.532Z] - /dev/zfs: present [2021-04-16T10:35:33.532Z] - zfs command: missing [2021-04-16T10:35:33.532Z] - zpool command: missing [2021-04-16T10:35:33.532Z] [2021-04-16T10:35:33.532Z] Limits: [2021-04-16T10:35:33.532Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-04-16T10:35:33.532Z] [2021-04-16T10:35:33.532Z] + true [2021-04-16T10:35:32.550Z] > git remote # timeout=10 [2021-04-16T10:35:32.555Z] > git config --get remote.origin.url # timeout=10 [2021-04-16T10:35:32.559Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-16T10:35:32.561Z] > git merge 8eb947c5b1d7ce7551ed6e07db7a8b65234b75e0 # timeout=10 [2021-04-16T10:35:32.572Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-16T10:35:32.580Z] > git config core.sparsecheckout # timeout=10 [2021-04-16T10:35:32.584Z] > git checkout -f eb0610b7fc7e8c49160c99fa311e14ee632dd45a # timeout=10 [2021-04-16T10:35:34.189Z] Fetching without tags [2021-04-16T10:35:34.308Z] #58 13.08 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-04-16T10:35:34.308Z] #58 13.13 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-04-16T10:35:34.308Z] #58 ... [2021-04-16T10:35:34.308Z] [2021-04-16T10:35:34.308Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-04-16T10:35:34.308Z] #37 sha256:becdfe0622eeb64d4279dc4b99f2bdb60358d7e44fb787edb8adeadd7f23ae93 [2021-04-16T10:35:34.308Z] #37 10.29 -- Configuring done [2021-04-16T10:35:34.308Z] #37 10.31 -- Generating done [2021-04-16T10:35:34.308Z] #37 10.32 -- Build files have been written to: /tmp/tmp.qbt5pUY2tC/tini [2021-04-16T10:35:34.308Z] #37 10.33 + make tini-static [2021-04-16T10:35:34.308Z] #37 10.84 Scanning dependencies of target tini-static [2021-04-16T10:35:34.308Z] #37 11.22 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-04-16T10:35:34.308Z] #37 12.54 [100%] Linking C executable tini-static [2021-04-16T10:35:34.308Z] #37 13.01 [100%] Built target tini-static [2021-04-16T10:35:34.308Z] #37 13.08 + mkdir -p /build [2021-04-16T10:35:34.308Z] #37 13.09 + cp tini-static /build/docker-init [2021-04-16T10:35:34.308Z] #37 DONE 13.3s [2021-04-16T10:35:34.308Z] [2021-04-16T10:35:34.308Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-04-16T10:35:34.308Z] #58 sha256:ae3f3bbe27b1542e6d9cc0eb1ee2ae84156405e44a44a0abe4cca5b8d41d054f [2021-04-16T10:35:34.308Z] #58 13.42 go: extracting github.com/moby/vpnkit v0.5.0 [2021-04-16T10:35:34.565Z] Merging remotes/origin/master commit 8eb947c5b1d7ce7551ed6e07db7a8b65234b75e0 into PR head commit eb0610b7fc7e8c49160c99fa311e14ee632dd45a [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [Pipeline] sh [Pipeline] sh [2021-04-16T10:35:34.979Z] + sudo modprobe ip_vs [2021-04-16T10:35:34.979Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:eb0610b7fc7e8c49160c99fa311e14ee632dd45a . [2021-04-16T10:35:34.990Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:eb0610b7fc7e8c49160c99fa311e14ee632dd45a . [2021-04-16T10:35:34.990Z] #1 [internal] load build definition from Dockerfile [2021-04-16T10:35:34.990Z] #1 sha256:dbc0247512563f7b450457e03255e7419092a573029f9a23a8ed8fc94c30041b [2021-04-16T10:35:34.990Z] #1 transferring dockerfile: 25.06kB done [2021-04-16T10:35:34.990Z] #1 DONE 0.0s [2021-04-16T10:35:34.990Z] [2021-04-16T10:35:34.990Z] #2 [internal] load .dockerignore [2021-04-16T10:35:34.990Z] #2 sha256:52061687e2e8ac2be560551dcced70e66977490acc7d6895f8969d7c2c48c216 [2021-04-16T10:35:34.990Z] #2 transferring context: 87B done [2021-04-16T10:35:34.990Z] #2 DONE 0.0s [2021-04-16T10:35:34.990Z] [2021-04-16T10:35:34.990Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-04-16T10:35:34.990Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-04-16T10:35:34.990Z] #3 DONE 0.1s [2021-04-16T10:35:35.034Z] + docker version [2021-04-16T10:35:35.034Z] Client: Docker Engine - Community [2021-04-16T10:35:35.034Z] Version: 20.10.5 [2021-04-16T10:35:35.034Z] API version: 1.41 [2021-04-16T10:35:35.034Z] Go version: go1.13.15 [2021-04-16T10:35:35.034Z] Git commit: 55c4c88 [2021-04-16T10:35:35.034Z] Built: Tue Mar 2 20:19:31 2021 [2021-04-16T10:35:35.034Z] OS/Arch: linux/arm64 [2021-04-16T10:35:35.034Z] Context: default [2021-04-16T10:35:35.034Z] Experimental: true [2021-04-16T10:35:35.034Z] [2021-04-16T10:35:35.034Z] Server: Docker Engine - Community [2021-04-16T10:35:35.034Z] Engine: [2021-04-16T10:35:35.034Z] Version: 20.10.5 [2021-04-16T10:35:35.034Z] API version: 1.41 (minimum version 1.12) [2021-04-16T10:35:35.034Z] Go version: go1.13.15 [2021-04-16T10:35:35.034Z] Git commit: 363e9a8 [2021-04-16T10:35:35.034Z] Built: Tue Mar 2 20:17:22 2021 [2021-04-16T10:35:35.034Z] OS/Arch: linux/arm64 [2021-04-16T10:35:35.034Z] Experimental: true [2021-04-16T10:35:35.034Z] containerd: [2021-04-16T10:35:35.034Z] Version: 1.4.4 [2021-04-16T10:35:35.034Z] GitCommit: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-16T10:35:35.034Z] runc: [2021-04-16T10:35:35.034Z] Version: 1.0.0-rc93 [2021-04-16T10:35:35.034Z] GitCommit: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-16T10:35:35.034Z] docker-init: [2021-04-16T10:35:35.034Z] Version: 0.19.0 [2021-04-16T10:35:35.034Z] GitCommit: de40ad0 [Pipeline] sh [2021-04-16T10:35:35.181Z] Merge succeeded, producing eb0610b7fc7e8c49160c99fa311e14ee632dd45a [2021-04-16T10:35:35.181Z] Checking out Revision eb0610b7fc7e8c49160c99fa311e14ee632dd45a (PR-40094) [2021-04-16T10:35:35.240Z] #1 [internal] load build definition from Dockerfile [2021-04-16T10:35:35.240Z] #1 sha256:acadf1032c18213ec0ca9b8b8f7755921b1a3ad159f1e2a53c45230d1ec30ba6 [2021-04-16T10:35:35.240Z] #1 transferring dockerfile: 25.06kB done [2021-04-16T10:35:35.240Z] #1 DONE 0.0s [2021-04-16T10:35:35.240Z] [2021-04-16T10:35:35.240Z] #2 [internal] load .dockerignore [2021-04-16T10:35:35.240Z] #2 sha256:9b3e5ae68de9b349fb5a23a62274a0ae08018d500e1de84f3af5574d9718f1c1 [2021-04-16T10:35:35.240Z] #2 transferring context: 87B done [2021-04-16T10:35:35.240Z] #2 DONE 0.0s [2021-04-16T10:35:35.240Z] [2021-04-16T10:35:35.240Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-04-16T10:35:35.240Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-04-16T10:35:35.240Z] #3 DONE 0.1s [2021-04-16T10:35:35.240Z] [2021-04-16T10:35:35.240Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-04-16T10:35:35.240Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-04-16T10:35:35.240Z] #4 CACHED [2021-04-16T10:35:35.246Z] [2021-04-16T10:35:35.246Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-04-16T10:35:35.246Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-04-16T10:35:35.246Z] #4 CACHED [2021-04-16T10:35:35.246Z] [2021-04-16T10:35:35.246Z] #5 [internal] load metadata for docker.io/library/debian:buster [2021-04-16T10:35:35.246Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-04-16T10:35:35.246Z] #5 DONE 0.1s [2021-04-16T10:35:35.246Z] [2021-04-16T10:35:35.246Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-04-16T10:35:35.246Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-04-16T10:35:35.246Z] #7 DONE 0.1s [2021-04-16T10:35:35.246Z] [2021-04-16T10:35:35.246Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-04-16T10:35:35.246Z] #6 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-04-16T10:35:35.246Z] #6 DONE 0.1s [2021-04-16T10:35:35.246Z] [2021-04-16T10:35:35.246Z] #8 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-04-16T10:35:35.246Z] #8 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-04-16T10:35:35.325Z] + docker info [2021-04-16T10:35:35.496Z] Commit message: "Dockerfile: integrate e2e stage in main Dockerfile" [2021-04-16T10:35:35.501Z] [2021-04-16T10:35:35.501Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-04-16T10:35:35.501Z] #6 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-04-16T10:35:35.501Z] #6 DONE 0.1s [2021-04-16T10:35:35.501Z] [2021-04-16T10:35:35.501Z] #5 [internal] load metadata for docker.io/library/debian:buster [2021-04-16T10:35:35.501Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-04-16T10:35:35.501Z] #5 DONE 0.1s [2021-04-16T10:35:35.501Z] [2021-04-16T10:35:35.501Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-04-16T10:35:35.501Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-04-16T10:35:35.501Z] #8 DONE 0.1s [2021-04-16T10:35:35.501Z] [2021-04-16T10:35:35.501Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-04-16T10:35:35.501Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-04-16T10:35:35.501Z] #7 DONE 0.1s [2021-04-16T10:35:35.506Z] #8 DONE 0.2s [2021-04-16T10:35:35.537Z] + docker version [2021-04-16T10:35:35.585Z] Client: [2021-04-16T10:35:35.585Z] Context: default [2021-04-16T10:35:35.585Z] Debug Mode: false [2021-04-16T10:35:35.585Z] Plugins: [2021-04-16T10:35:35.585Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-04-16T10:35:35.585Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-04-16T10:35:35.585Z] [2021-04-16T10:35:35.585Z] Server: [2021-04-16T10:35:35.585Z] Containers: 0 [2021-04-16T10:35:35.585Z] Running: 0 [2021-04-16T10:35:35.585Z] Paused: 0 [2021-04-16T10:35:35.585Z] Stopped: 0 [2021-04-16T10:35:35.585Z] Images: 2 [2021-04-16T10:35:35.585Z] Server Version: 20.10.5 [2021-04-16T10:35:35.585Z] Storage Driver: overlay2 [2021-04-16T10:35:35.586Z] Backing Filesystem: extfs [2021-04-16T10:35:35.586Z] Supports d_type: true [2021-04-16T10:35:35.586Z] Native Overlay Diff: true [2021-04-16T10:35:35.586Z] Logging Driver: json-file [2021-04-16T10:35:35.586Z] Cgroup Driver: cgroupfs [2021-04-16T10:35:35.586Z] Cgroup Version: 1 [2021-04-16T10:35:35.586Z] Plugins: [2021-04-16T10:35:35.586Z] Volume: local [2021-04-16T10:35:35.586Z] Network: bridge host ipvlan macvlan null overlay [2021-04-16T10:35:35.586Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-04-16T10:35:35.586Z] Swarm: inactive [2021-04-16T10:35:35.586Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-04-16T10:35:35.586Z] Default Runtime: runc [2021-04-16T10:35:35.586Z] Init Binary: docker-init [2021-04-16T10:35:35.586Z] containerd version: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-16T10:35:35.586Z] runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-16T10:35:35.586Z] init version: de40ad0 [2021-04-16T10:35:35.586Z] Security Options: [2021-04-16T10:35:35.586Z] apparmor [2021-04-16T10:35:35.586Z] seccomp [2021-04-16T10:35:35.586Z] Profile: default [2021-04-16T10:35:35.586Z] Kernel Version: 5.4.0-1041-aws [2021-04-16T10:35:35.586Z] Operating System: Ubuntu 20.04.2 LTS [2021-04-16T10:35:35.586Z] OSType: linux [2021-04-16T10:35:35.586Z] Architecture: aarch64 [2021-04-16T10:35:35.586Z] CPUs: 4 [2021-04-16T10:35:35.586Z] Total Memory: 7.494GiB [2021-04-16T10:35:35.586Z] Name: ip-10-100-39-222 [2021-04-16T10:35:35.586Z] ID: BVXL:CDJC:ICN6:ER53:HAUW:WQSU:QT43:6BOW:3PZO:KHYE:NTNP:UAA4 [2021-04-16T10:35:35.586Z] Docker Root Dir: /var/lib/docker [2021-04-16T10:35:35.586Z] Debug Mode: false [2021-04-16T10:35:35.586Z] Registry: https://index.docker.io/v1/ [2021-04-16T10:35:35.586Z] Labels: [2021-04-16T10:35:35.586Z] Experimental: true [2021-04-16T10:35:35.586Z] Insecure Registries: [2021-04-16T10:35:35.586Z] 127.0.0.0/8 [2021-04-16T10:35:35.586Z] Live Restore Enabled: true [2021-04-16T10:35:35.586Z] [2021-04-16T10:35:35.586Z] WARNING: No swap limit support [Pipeline] sh [2021-04-16T10:35:34.160Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-16T10:35:34.163Z] > git config --add remote.origin.fetch +refs/pull/40094/head:refs/remotes/origin/PR-40094 # timeout=10 [2021-04-16T10:35:34.167Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-16T10:35:34.181Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-16T10:35:34.196Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-16T10:35:34.196Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-16T10:35:34.197Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40094/head:refs/remotes/origin/PR-40094 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-16T10:35:34.572Z] > git config core.sparsecheckout # timeout=10 [2021-04-16T10:35:34.575Z] > git checkout -f eb0610b7fc7e8c49160c99fa311e14ee632dd45a # timeout=10 [2021-04-16T10:35:35.144Z] > git remote # timeout=10 [2021-04-16T10:35:35.147Z] > git config --get remote.origin.url # timeout=10 [2021-04-16T10:35:35.149Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-16T10:35:35.150Z] > git merge 8eb947c5b1d7ce7551ed6e07db7a8b65234b75e0 # timeout=10 [2021-04-16T10:35:35.173Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-16T10:35:35.187Z] > git config core.sparsecheckout # timeout=10 [2021-04-16T10:35:35.190Z] > git checkout -f eb0610b7fc7e8c49160c99fa311e14ee632dd45a # timeout=10 [2021-04-16T10:35:35.688Z] #58 14.81 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-04-16T10:35:35.762Z] [2021-04-16T10:35:35.762Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f [2021-04-16T10:35:35.762Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0 [2021-04-16T10:35:35.762Z] #26 DONE 0.0s [2021-04-16T10:35:35.762Z] [2021-04-16T10:35:35.762Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-04-16T10:35:35.762Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-04-16T10:35:35.762Z] #64 DONE 0.0s [2021-04-16T10:35:35.762Z] [2021-04-16T10:35:35.762Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-04-16T10:35:35.762Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-04-16T10:35:35.762Z] #62 DONE 0.0s [2021-04-16T10:35:35.762Z] [2021-04-16T10:35:35.762Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-16T10:35:35.762Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-04-16T10:35:35.762Z] #9 DONE 0.0s [2021-04-16T10:35:35.762Z] [2021-04-16T10:35:35.762Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-04-16T10:35:35.762Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-04-16T10:35:35.762Z] #10 CACHED [2021-04-16T10:35:35.762Z] [2021-04-16T10:35:35.762Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2021-04-16T10:35:35.762Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-04-16T10:35:35.762Z] #11 CACHED [2021-04-16T10:35:35.762Z] [2021-04-16T10:35:35.762Z] #23 [internal] load build context [2021-04-16T10:35:35.762Z] #23 sha256:d626fe157e0a74c0a7d3ab73e9f28282c4c5c53617ee1cab1e0a7118cfd15ffe [2021-04-16T10:35:35.762Z] [2021-04-16T10:35:35.762Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-04-16T10:35:35.762Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-04-16T10:35:35.762Z] #64 DONE 0.0s [2021-04-16T10:35:35.762Z] [2021-04-16T10:35:35.762Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-04-16T10:35:35.762Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-04-16T10:35:35.762Z] #62 DONE 0.0s [2021-04-16T10:35:35.762Z] [2021-04-16T10:35:35.762Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-16T10:35:35.762Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-04-16T10:35:35.762Z] #9 DONE 0.0s [2021-04-16T10:35:35.762Z] [2021-04-16T10:35:35.762Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f [2021-04-16T10:35:35.762Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0 [2021-04-16T10:35:35.762Z] #26 DONE 0.0s [2021-04-16T10:35:35.762Z] [2021-04-16T10:35:35.762Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-04-16T10:35:35.762Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-04-16T10:35:35.762Z] #10 CACHED [2021-04-16T10:35:35.762Z] [2021-04-16T10:35:35.762Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2021-04-16T10:35:35.762Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-04-16T10:35:35.762Z] #11 CACHED [2021-04-16T10:35:35.762Z] [2021-04-16T10:35:35.762Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-04-16T10:35:35.762Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9 [2021-04-16T10:35:35.762Z] #12 CACHED [2021-04-16T10:35:35.762Z] [2021-04-16T10:35:35.762Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-04-16T10:35:35.762Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-04-16T10:35:35.762Z] #63 CACHED [2021-04-16T10:35:35.762Z] [2021-04-16T10:35:35.762Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-04-16T10:35:35.762Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-04-16T10:35:35.762Z] #65 CACHED [2021-04-16T10:35:35.762Z] [2021-04-16T10:35:35.762Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-04-16T10:35:35.762Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-04-16T10:35:35.762Z] #39 CACHED [2021-04-16T10:35:35.762Z] [2021-04-16T10:35:35.762Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-04-16T10:35:35.762Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-04-16T10:35:35.762Z] #31 CACHED [2021-04-16T10:35:35.762Z] [2021-04-16T10:35:35.762Z] #23 [internal] load build context [2021-04-16T10:35:35.762Z] #23 sha256:035ca2d1687aad5d98f86226b20203c775a263956745f6cc5360094c21c7bf30 [2021-04-16T10:35:35.876Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-04-16T10:35:35.876Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-04-16T10:35:35.876Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40094/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-04-16T10:35:35.876Z] + bash /home/ubuntu/workspace/moby_PR-40094/check-config.sh [2021-04-16T10:35:35.876Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-04-16T10:35:35.876Z] info: reading kernel config from /boot/config-5.4.0-1041-aws ... [2021-04-16T10:35:35.876Z] [2021-04-16T10:35:35.876Z] Generally Necessary: [2021-04-16T10:35:35.876Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-04-16T10:35:35.876Z] - apparmor: enabled and tools installed [2021-04-16T10:35:35.876Z] - CONFIG_NAMESPACES: enabled [2021-04-16T10:35:35.876Z] - CONFIG_NET_NS: enabled [2021-04-16T10:35:35.876Z] - CONFIG_PID_NS: enabled [2021-04-16T10:35:35.876Z] - CONFIG_IPC_NS: enabled [2021-04-16T10:35:35.876Z] - CONFIG_UTS_NS: enabled [2021-04-16T10:35:35.876Z] - CONFIG_CGROUPS: enabled [2021-04-16T10:35:35.876Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-04-16T10:35:35.876Z] - CONFIG_CGROUP_DEVICE: enabled [2021-04-16T10:35:35.876Z] - CONFIG_CGROUP_FREEZER: enabled [2021-04-16T10:35:35.876Z] - CONFIG_CGROUP_SCHED: enabled [2021-04-16T10:35:35.876Z] - CONFIG_CPUSETS: enabled [2021-04-16T10:35:35.876Z] - CONFIG_MEMCG: enabled [2021-04-16T10:35:35.876Z] - CONFIG_KEYS: enabled [2021-04-16T10:35:35.876Z] - CONFIG_VETH: enabled (as module) [2021-04-16T10:35:35.876Z] - CONFIG_BRIDGE: enabled (as module) [2021-04-16T10:35:35.876Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-04-16T10:35:35.876Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-04-16T10:35:35.876Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-04-16T10:35:35.876Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-04-16T10:35:36.137Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-04-16T10:35:36.137Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-04-16T10:35:36.137Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-04-16T10:35:36.137Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-04-16T10:35:36.137Z] - CONFIG_NF_NAT: enabled (as module) [2021-04-16T10:35:36.137Z] - CONFIG_POSIX_MQUEUE: enabled [2021-04-16T10:35:36.137Z] [2021-04-16T10:35:36.137Z] Optional Features: [2021-04-16T10:35:36.137Z] - CONFIG_USER_NS: enabled [2021-04-16T10:35:36.137Z] - CONFIG_SECCOMP: enabled [2021-04-16T10:35:36.137Z] - CONFIG_SECCOMP_FILTER: enabled [2021-04-16T10:35:36.137Z] - CONFIG_CGROUP_PIDS: enabled [2021-04-16T10:35:36.137Z] - CONFIG_MEMCG_SWAP: enabled [2021-04-16T10:35:36.137Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-04-16T10:35:36.137Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-04-16T10:35:36.137Z] - CONFIG_BLK_CGROUP: enabled [2021-04-16T10:35:36.137Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-04-16T10:35:36.137Z] - CONFIG_CGROUP_PERF: enabled [2021-04-16T10:35:36.137Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-04-16T10:35:36.137Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-04-16T10:35:36.137Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-04-16T10:35:36.137Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-04-16T10:35:36.137Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-04-16T10:35:36.137Z] - CONFIG_RT_GROUP_SCHED: missing [2021-04-16T10:35:36.257Z] #58 15.25 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-04-16T10:35:36.318Z] #52 ... [2021-04-16T10:35:36.318Z] [2021-04-16T10:35:36.318Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-04-16T10:35:36.318Z] #50 1.134 + RM_GOPATH=0 [2021-04-16T10:35:36.318Z] #50 1.134 + TMP_GOPATH= [2021-04-16T10:35:36.318Z] #50 1.134 + : /build [2021-04-16T10:35:36.318Z] #50 1.134 + '[' -z '' ']' [2021-04-16T10:35:36.318Z] #50 1.134 ++ mktemp -d [2021-04-16T10:35:36.318Z] #50 1.134 + GOPATH=/tmp/tmp.V6wOUTXlck [2021-04-16T10:35:36.318Z] #50 1.134 + export GOPATH [2021-04-16T10:35:36.318Z] #50 1.134 + RM_GOPATH=1 [2021-04-16T10:35:36.318Z] #50 1.134 + case "$(go env GOARCH)" in [2021-04-16T10:35:36.318Z] #50 1.134 ++ go env GOARCH [2021-04-16T10:35:36.318Z] #50 1.134 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:36.318Z] #50 1.134 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:36.318Z] #50 1.146 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:36.318Z] #50 1.146 + dir=/tmp/install [2021-04-16T10:35:36.318Z] #50 1.146 + bin=golangci_lint [2021-04-16T10:35:36.318Z] #50 1.146 + shift [2021-04-16T10:35:36.318Z] #50 1.146 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-04-16T10:35:36.318Z] #50 1.146 + . /tmp/install/golangci_lint.installer [2021-04-16T10:35:36.318Z] #50 1.146 + install_golangci_lint [2021-04-16T10:35:36.318Z] #50 1.146 + set -e [2021-04-16T10:35:36.318Z] #50 1.146 + : v1.23.8 [2021-04-16T10:35:36.318Z] #50 1.146 + : /build [2021-04-16T10:35:36.318Z] #50 1.146 + export GO111MODULE=on [2021-04-16T10:35:36.318Z] #50 1.146 + GO111MODULE=on [2021-04-16T10:35:36.318Z] #50 1.146 + GOBIN=/build [2021-04-16T10:35:36.318Z] #50 1.146 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-04-16T10:35:36.318Z] #50 1.149 go: finding github.com v1.23.8 [2021-04-16T10:35:36.318Z] #50 1.149 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-04-16T10:35:36.318Z] #50 1.156 go: finding github.com/golangci v1.23.8 [2021-04-16T10:35:36.318Z] #50 1.156 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-04-16T10:35:36.318Z] #50 1.156 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-04-16T10:35:36.318Z] #50 1.300 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-04-16T10:35:36.318Z] #50 1.456 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-04-16T10:35:36.318Z] #50 3.763 go: downloading github.com/fatih/color v1.7.0 [2021-04-16T10:35:36.318Z] #50 3.771 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-04-16T10:35:36.318Z] #50 3.772 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-04-16T10:35:36.318Z] #50 3.785 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-04-16T10:35:36.318Z] #50 3.805 go: downloading github.com/spf13/pflag v1.0.5 [2021-04-16T10:35:36.318Z] #50 3.818 go: downloading github.com/spf13/cobra v0.0.5 [2021-04-16T10:35:36.318Z] #50 3.847 go: extracting github.com/fatih/color v1.7.0 [2021-04-16T10:35:36.318Z] #50 3.868 go: downloading github.com/spf13/viper v1.6.1 [2021-04-16T10:35:36.318Z] #50 3.870 go: downloading github.com/pkg/errors v0.8.1 [2021-04-16T10:35:36.318Z] #50 3.996 go: extracting github.com/spf13/viper v1.6.1 [2021-04-16T10:35:36.318Z] #50 4.012 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-04-16T10:35:36.318Z] #50 4.015 go: extracting github.com/pkg/errors v0.8.1 [2021-04-16T10:35:36.318Z] #50 4.047 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-04-16T10:35:36.318Z] #50 4.078 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-04-16T10:35:36.318Z] #50 4.112 go: extracting github.com/spf13/pflag v1.0.5 [2021-04-16T10:35:36.318Z] #50 4.258 go: downloading github.com/spf13/afero v1.1.2 [2021-04-16T10:35:36.318Z] #50 4.258 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-04-16T10:35:36.318Z] #50 4.259 go: downloading github.com/stretchr/testify v1.4.0 [2021-04-16T10:35:36.318Z] #50 4.277 go: downloading github.com/spf13/cast v1.3.0 [2021-04-16T10:35:36.318Z] #50 4.295 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-04-16T10:35:36.318Z] #50 4.434 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-04-16T10:35:36.318Z] #50 4.585 go: extracting github.com/spf13/cobra v0.0.5 [2021-04-16T10:35:36.318Z] #50 4.611 go: extracting github.com/spf13/cast v1.3.0 [2021-04-16T10:35:36.318Z] #50 4.616 go: extracting github.com/spf13/afero v1.1.2 [2021-04-16T10:35:36.318Z] #50 4.625 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-04-16T10:35:36.318Z] #50 4.684 go: extracting github.com/stretchr/testify v1.4.0 [2021-04-16T10:35:36.318Z] #50 4.693 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-04-16T10:35:36.318Z] #50 4.748 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-04-16T10:35:36.318Z] #50 4.841 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-04-16T10:35:36.318Z] #50 4.939 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-04-16T10:35:36.319Z] #50 4.943 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-04-16T10:35:36.319Z] #50 4.977 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-04-16T10:35:36.319Z] #50 5.050 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-04-16T10:35:36.319Z] #50 5.092 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-04-16T10:35:36.319Z] #50 5.138 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-04-16T10:35:36.319Z] #50 5.489 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-16T10:35:36.319Z] #50 5.579 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-04-16T10:35:36.319Z] #50 5.647 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-04-16T10:35:36.319Z] #50 5.665 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-04-16T10:35:36.319Z] #50 5.682 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-04-16T10:35:36.319Z] #50 ... [2021-04-16T10:35:36.319Z] [2021-04-16T10:35:36.319Z] #35 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-04-16T10:35:36.319Z] #35 1.590 Install go-toml version v1.8.1 [2021-04-16T10:35:36.319Z] #35 1.604 go: finding github.com v1.8.1 [2021-04-16T10:35:36.319Z] #35 1.606 go: finding github.com/pelletier v1.8.1 [2021-04-16T10:35:36.319Z] #35 1.607 go: finding github.com/pelletier/go-toml/cmd v1.8.1 [2021-04-16T10:35:36.319Z] #35 1.609 go: finding github.com/pelletier/go-toml/cmd/tomll v1.8.1 [2021-04-16T10:35:36.319Z] #35 DONE 5.7s [2021-04-16T10:35:36.319Z] [2021-04-16T10:35:36.319Z] #25 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-04-16T10:35:36.319Z] #25 1.539 + RM_GOPATH=0 [2021-04-16T10:35:36.319Z] #25 1.539 + TMP_GOPATH= [2021-04-16T10:35:36.319Z] #25 1.539 + : /build [2021-04-16T10:35:36.319Z] #25 1.539 + '[' -z '' ']' [2021-04-16T10:35:36.319Z] #25 1.541 ++ mktemp -d [2021-04-16T10:35:36.319Z] #25 1.549 + GOPATH=/tmp/tmp.9wuadwAg3U [2021-04-16T10:35:36.319Z] #25 1.549 + export GOPATH [2021-04-16T10:35:36.319Z] #25 1.549 + RM_GOPATH=1 [2021-04-16T10:35:36.319Z] #25 1.549 + case "$(go env GOARCH)" in [2021-04-16T10:35:36.319Z] #25 1.559 ++ go env GOARCH [2021-04-16T10:35:36.319Z] #25 1.566 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:36.319Z] #25 1.566 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:36.319Z] #25 1.566 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:36.319Z] #25 1.566 + dir=/tmp/install [2021-04-16T10:35:36.319Z] #25 1.566 + bin=dockercli [2021-04-16T10:35:36.319Z] #25 1.566 + shift [2021-04-16T10:35:36.319Z] #25 1.566 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-04-16T10:35:36.319Z] #25 1.566 + . /tmp/install/dockercli.installer [2021-04-16T10:35:36.319Z] #25 1.566 ++ set -e [2021-04-16T10:35:36.319Z] #25 1.567 + install_dockercli [2021-04-16T10:35:36.319Z] #25 1.567 + : stable [2021-04-16T10:35:36.319Z] #25 1.567 + : 17.06.2-ce [2021-04-16T10:35:36.319Z] #25 1.567 + : /build [2021-04-16T10:35:36.319Z] #25 1.567 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-04-16T10:35:36.319Z] #25 1.567 Install docker/cli version 17.06.2-ce from stable [2021-04-16T10:35:36.319Z] #25 1.567 ++ uname -m [2021-04-16T10:35:36.319Z] #25 1.571 + arch=s390x [2021-04-16T10:35:36.319Z] #25 1.571 + '[' s390x '!=' x86_64 ']' [2021-04-16T10:35:36.319Z] #25 1.571 + '[' s390x '!=' s390x ']' [2021-04-16T10:35:36.319Z] #25 1.571 + url=https://download.docker.com/linux/static [2021-04-16T10:35:36.319Z] #25 1.571 + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz [2021-04-16T10:35:36.319Z] #25 1.584 + tar -xz docker/docker [2021-04-16T10:35:36.319Z] #25 5.444 + mkdir -p /build [2021-04-16T10:35:36.319Z] #25 5.451 + mv docker/docker /build/ [2021-04-16T10:35:36.319Z] #25 5.452 + rmdir docker [2021-04-16T10:35:36.319Z] #25 DONE 5.7s [2021-04-16T10:35:36.319Z] [2021-04-16T10:35:36.319Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-04-16T10:35:36.319Z] #50 5.682 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-04-16T10:35:36.319Z] #50 5.693 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-04-16T10:35:36.319Z] #50 5.765 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-04-16T10:35:36.319Z] #50 5.768 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-04-16T10:35:36.319Z] #50 5.768 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-04-16T10:35:36.319Z] #50 ... [2021-04-16T10:35:36.319Z] [2021-04-16T10:35:36.319Z] #48 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-04-16T10:35:36.319Z] #48 1.039 + RM_GOPATH=0 [2021-04-16T10:35:36.319Z] #48 1.040 + TMP_GOPATH= [2021-04-16T10:35:36.319Z] #48 1.040 + : /build [2021-04-16T10:35:36.319Z] #48 1.040 + '[' -z '' ']' [2021-04-16T10:35:36.319Z] #48 1.040 ++ mktemp -d [2021-04-16T10:35:36.319Z] #48 1.040 + GOPATH=/tmp/tmp.r5Nx5hwaSk [2021-04-16T10:35:36.319Z] #48 1.040 + export GOPATH [2021-04-16T10:35:36.319Z] #48 1.040 + RM_GOPATH=1 [2021-04-16T10:35:36.319Z] #48 1.040 + case "$(go env GOARCH)" in [2021-04-16T10:35:36.319Z] #48 1.041 ++ go env GOARCH [2021-04-16T10:35:36.319Z] #48 1.044 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:36.319Z] #48 1.044 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:36.319Z] #48 1.044 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:36.319Z] #48 1.046 + dir=/tmp/install [2021-04-16T10:35:36.319Z] #48 1.046 + bin=gotestsum [2021-04-16T10:35:36.319Z] #48 1.046 + shift [2021-04-16T10:35:36.319Z] #48 1.046 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-04-16T10:35:36.319Z] #48 1.046 + . /tmp/install/gotestsum.installer [2021-04-16T10:35:36.319Z] #48 1.046 + install_gotestsum [2021-04-16T10:35:36.319Z] #48 1.046 + set -e [2021-04-16T10:35:36.319Z] #48 1.046 + : v0.5.3 [2021-04-16T10:35:36.319Z] #48 1.046 + : /build [2021-04-16T10:35:36.319Z] #48 1.046 + export GO111MODULE=on [2021-04-16T10:35:36.319Z] #48 1.046 + GO111MODULE=on [2021-04-16T10:35:36.319Z] #48 1.046 + GOBIN=/build [2021-04-16T10:35:36.319Z] #48 1.046 + go get gotest.tools/gotestsum@v0.5.3 [2021-04-16T10:35:36.319Z] #48 1.050 go: finding gotest.tools v0.5.3 [2021-04-16T10:35:36.319Z] #48 1.050 go: finding gotest.tools/gotestsum v0.5.3 [2021-04-16T10:35:36.319Z] #48 1.254 go: downloading gotest.tools/gotestsum v0.5.3 [2021-04-16T10:35:36.319Z] #48 1.360 go: extracting gotest.tools/gotestsum v0.5.3 [2021-04-16T10:35:36.319Z] #48 1.599 go: downloading github.com/fatih/color v1.9.0 [2021-04-16T10:35:36.319Z] #48 1.599 go: downloading github.com/spf13/pflag v1.0.3 [2021-04-16T10:35:36.319Z] #48 1.600 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-04-16T10:35:36.319Z] #48 1.613 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-04-16T10:35:36.319Z] #48 1.621 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-04-16T10:35:36.319Z] #48 1.643 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-04-16T10:35:36.319Z] #48 1.645 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-04-16T10:35:36.319Z] #48 1.701 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-04-16T10:35:36.319Z] #48 1.704 go: extracting github.com/fatih/color v1.9.0 [2021-04-16T10:35:36.319Z] #48 1.745 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-04-16T10:35:36.319Z] #48 1.778 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-04-16T10:35:36.319Z] #48 1.831 go: downloading github.com/pkg/errors v0.9.1 [2021-04-16T10:35:36.319Z] #48 1.869 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-04-16T10:35:36.319Z] #48 1.875 go: extracting github.com/spf13/pflag v1.0.3 [2021-04-16T10:35:36.319Z] #48 1.925 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-16T10:35:36.319Z] #48 1.927 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-16T10:35:36.319Z] #48 1.962 go: extracting github.com/pkg/errors v0.9.1 [2021-04-16T10:35:36.319Z] #48 2.101 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-04-16T10:35:36.319Z] #48 2.237 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-04-16T10:35:36.319Z] #48 2.633 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-04-16T10:35:36.319Z] #48 3.314 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-04-16T10:35:36.319Z] #48 3.925 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-04-16T10:35:36.331Z] + docker version [2021-04-16T10:35:36.331Z] Client: [2021-04-16T10:35:36.331Z] Version: 18.06.1-ce [2021-04-16T10:35:36.331Z] API version: 1.38 [2021-04-16T10:35:36.331Z] Go version: go1.10.3 [2021-04-16T10:35:36.331Z] Git commit: e68fc7a [2021-04-16T10:35:36.331Z] Built: Tue Aug 21 17:26:10 2018 [2021-04-16T10:35:36.331Z] OS/Arch: linux/ppc64le [2021-04-16T10:35:36.331Z] Experimental: false [2021-04-16T10:35:36.331Z] [2021-04-16T10:35:36.331Z] Server: [2021-04-16T10:35:36.331Z] Engine: [2021-04-16T10:35:36.331Z] Version: 18.06.1-ce [2021-04-16T10:35:36.331Z] API version: 1.38 (minimum version 1.12) [2021-04-16T10:35:36.331Z] Go version: go1.10.3 [2021-04-16T10:35:36.331Z] Git commit: e68fc7a [2021-04-16T10:35:36.331Z] Built: Tue Aug 21 17:24:20 2018 [2021-04-16T10:35:36.331Z] OS/Arch: linux/ppc64le [2021-04-16T10:35:36.331Z] Experimental: true [Pipeline] sh [2021-04-16T10:35:36.399Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-04-16T10:35:36.399Z] - CONFIG_IP_VS: enabled (as module) [2021-04-16T10:35:36.399Z] - CONFIG_IP_VS_NFCT: enabled [2021-04-16T10:35:36.399Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-04-16T10:35:36.399Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-04-16T10:35:36.399Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-04-16T10:35:36.399Z] - CONFIG_SECURITY_SELINUX: enabled [2021-04-16T10:35:36.399Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-04-16T10:35:36.399Z] - CONFIG_EXT4_FS: enabled [2021-04-16T10:35:36.399Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-04-16T10:35:36.399Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-04-16T10:35:36.399Z] - Network Drivers: [2021-04-16T10:35:36.399Z] - "overlay": [2021-04-16T10:35:36.399Z] - CONFIG_VXLAN: enabled (as module) [2021-04-16T10:35:36.399Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-04-16T10:35:36.399Z] Optional (for encrypted networks): [2021-04-16T10:35:36.399Z] - CONFIG_CRYPTO: enabled [2021-04-16T10:35:36.399Z] - CONFIG_CRYPTO_AEAD: enabled [2021-04-16T10:35:36.399Z] - CONFIG_CRYPTO_GCM: enabled [2021-04-16T10:35:36.399Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-04-16T10:35:36.399Z] - CONFIG_CRYPTO_GHASH: enabled [2021-04-16T10:35:36.399Z] - CONFIG_XFRM: enabled [2021-04-16T10:35:36.399Z] - CONFIG_XFRM_USER: enabled (as module) [2021-04-16T10:35:36.399Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-04-16T10:35:36.399Z] - CONFIG_INET_ESP: enabled (as module) [2021-04-16T10:35:36.399Z] - "ipvlan": [2021-04-16T10:35:36.660Z] - CONFIG_IPVLAN: enabled (as module) [2021-04-16T10:35:36.660Z] - "macvlan": [2021-04-16T10:35:36.660Z] - CONFIG_MACVLAN: enabled (as module) [2021-04-16T10:35:36.660Z] - CONFIG_DUMMY: enabled (as module) [2021-04-16T10:35:36.660Z] - "ftp,tftp client in container": [2021-04-16T10:35:36.660Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-04-16T10:35:36.660Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-04-16T10:35:36.660Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-04-16T10:35:36.660Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-04-16T10:35:36.660Z] - Storage Drivers: [2021-04-16T10:35:36.660Z] - "aufs": [2021-04-16T10:35:36.660Z] - CONFIG_AUFS_FS: enabled (as module) [2021-04-16T10:35:36.660Z] - "btrfs": [2021-04-16T10:35:36.660Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-04-16T10:35:36.660Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-04-16T10:35:36.660Z] - "devicemapper": [2021-04-16T10:35:36.660Z] - CONFIG_BLK_DEV_DM: enabled [2021-04-16T10:35:36.660Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-04-16T10:35:36.660Z] - "overlay": [2021-04-16T10:35:36.660Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-04-16T10:35:36.660Z] - "zfs": [2021-04-16T10:35:36.660Z] - /dev/zfs: present [2021-04-16T10:35:36.660Z] - zfs command: missing [2021-04-16T10:35:36.660Z] - zpool command: missing [2021-04-16T10:35:36.660Z] [2021-04-16T10:35:36.660Z] Limits: [2021-04-16T10:35:36.660Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-04-16T10:35:36.660Z] [2021-04-16T10:35:36.660Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [2021-04-16T10:35:36.718Z] + docker info [2021-04-16T10:35:36.718Z] Containers: 1 [2021-04-16T10:35:36.718Z] Running: 1 [2021-04-16T10:35:36.718Z] Paused: 0 [2021-04-16T10:35:36.718Z] Stopped: 0 [2021-04-16T10:35:36.718Z] Images: 13 [2021-04-16T10:35:36.718Z] Server Version: 18.06.1-ce [2021-04-16T10:35:36.718Z] Storage Driver: overlay2 [2021-04-16T10:35:36.718Z] Backing Filesystem: extfs [2021-04-16T10:35:36.718Z] Supports d_type: true [2021-04-16T10:35:36.718Z] Native Overlay Diff: true [2021-04-16T10:35:36.718Z] Logging Driver: json-file [2021-04-16T10:35:36.718Z] Cgroup Driver: cgroupfs [2021-04-16T10:35:36.718Z] Plugins: [2021-04-16T10:35:36.718Z] Volume: local [2021-04-16T10:35:36.718Z] Network: bridge host ipvlan macvlan null overlay [2021-04-16T10:35:36.718Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2021-04-16T10:35:36.718Z] Swarm: inactive [2021-04-16T10:35:36.718Z] Runtimes: runc [2021-04-16T10:35:36.718Z] Default Runtime: runc [2021-04-16T10:35:36.718Z] Init Binary: docker-init [2021-04-16T10:35:36.718Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2021-04-16T10:35:36.718Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2021-04-16T10:35:36.718Z] init version: fec3683 [2021-04-16T10:35:36.718Z] Security Options: [2021-04-16T10:35:36.718Z] apparmor [2021-04-16T10:35:36.718Z] seccomp [2021-04-16T10:35:36.718Z] Profile: default [2021-04-16T10:35:36.718Z] Kernel Version: 4.4.0-139-generic [2021-04-16T10:35:36.718Z] Operating System: Ubuntu 16.04.3 LTS [2021-04-16T10:35:36.718Z] OSType: linux [2021-04-16T10:35:36.718Z] Architecture: ppc64le [2021-04-16T10:35:36.718Z] CPUs: 4 [2021-04-16T10:35:36.718Z] Total Memory: 7.972GiB [2021-04-16T10:35:36.718Z] Name: ppc64le-ubuntu-11 [2021-04-16T10:35:36.718Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2021-04-16T10:35:36.718Z] Docker Root Dir: /var/lib/docker [2021-04-16T10:35:36.718Z] Debug Mode (client): false [2021-04-16T10:35:36.718Z] Debug Mode (server): false [2021-04-16T10:35:36.718Z] Registry: https://index.docker.io/v1/ [2021-04-16T10:35:36.718Z] Labels: [2021-04-16T10:35:36.718Z] Experimental: true [2021-04-16T10:35:36.718Z] Insecure Registries: [2021-04-16T10:35:36.718Z] 127.0.0.0/8 [2021-04-16T10:35:36.718Z] Live Restore Enabled: false [2021-04-16T10:35:36.718Z] [Pipeline] sh [Pipeline] sh [2021-04-16T10:35:36.967Z] #48 ... [2021-04-16T10:35:36.967Z] [2021-04-16T10:35:36.967Z] #38 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-04-16T10:35:36.967Z] #38 1.213 + RM_GOPATH=0 [2021-04-16T10:35:36.967Z] #38 1.213 + TMP_GOPATH= [2021-04-16T10:35:36.967Z] #38 1.213 + : /build [2021-04-16T10:35:36.967Z] #38 1.213 + '[' -z '' ']' [2021-04-16T10:35:36.967Z] #38 1.213 ++ mktemp -d [2021-04-16T10:35:36.967Z] #38 1.213 + GOPATH=/tmp/tmp.8A5uu1JAdU [2021-04-16T10:35:36.967Z] #38 1.213 + export GOPATH [2021-04-16T10:35:36.967Z] #38 1.213 + RM_GOPATH=1 [2021-04-16T10:35:36.967Z] #38 1.213 + case "$(go env GOARCH)" in [2021-04-16T10:35:36.967Z] #38 1.213 ++ go env GOARCH [2021-04-16T10:35:36.967Z] #38 1.226 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-04-16T10:35:36.967Z] #38 1.226 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:36.967Z] #38 1.226 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:36.967Z] #38 1.226 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:36.967Z] #38 1.226 + dir=/tmp/install [2021-04-16T10:35:36.967Z] #38 1.226 + bin=tini [2021-04-16T10:35:36.967Z] #38 1.226 + shift [2021-04-16T10:35:36.967Z] #38 1.226 + '[' '!' -f /tmp/install/tini.installer ']' [2021-04-16T10:35:36.967Z] #38 1.226 + . /tmp/install/tini.installer [2021-04-16T10:35:36.967Z] #38 1.226 ++ set -e [2021-04-16T10:35:36.967Z] #38 1.226 + install_tini [2021-04-16T10:35:36.967Z] #38 1.226 + : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-04-16T10:35:36.967Z] #38 1.226 + : /build [2021-04-16T10:35:36.967Z] #38 1.226 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-04-16T10:35:36.967Z] #38 1.226 + git clone https://github.com/krallin/tini.git /tmp/tmp.8A5uu1JAdU/tini [2021-04-16T10:35:36.967Z] #38 1.226 Cloning into '/tmp/tmp.8A5uu1JAdU/tini'... [2021-04-16T10:35:36.967Z] #38 1.606 + cd /tmp/tmp.8A5uu1JAdU/tini [2021-04-16T10:35:36.967Z] #38 1.606 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-04-16T10:35:36.967Z] #38 1.611 + cmake . [2021-04-16T10:35:36.967Z] #38 1.845 -- The C compiler identification is GNU 8.3.0 [2021-04-16T10:35:36.967Z] #38 1.911 -- Check for working C compiler: /usr/bin/cc [2021-04-16T10:35:36.967Z] #38 2.237 -- Check for working C compiler: /usr/bin/cc -- works [2021-04-16T10:35:36.967Z] #38 2.239 -- Detecting C compiler ABI info [2021-04-16T10:35:36.967Z] #38 2.562 -- Detecting C compiler ABI info - done [2021-04-16T10:35:36.967Z] #38 2.567 -- Detecting C compile features [2021-04-16T10:35:36.967Z] #38 3.670 -- Detecting C compile features - done [2021-04-16T10:35:36.967Z] #38 3.683 -- Performing Test HAS_BUILTIN_FORTIFY [2021-04-16T10:35:36.967Z] #38 3.911 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-04-16T10:35:36.967Z] #38 4.010 -- Configuring done [2021-04-16T10:35:36.967Z] #38 4.017 -- Generating done [2021-04-16T10:35:36.967Z] #38 4.022 -- Build files have been written to: /tmp/tmp.8A5uu1JAdU/tini [2021-04-16T10:35:36.967Z] #38 4.030 + make tini-static [2021-04-16T10:35:36.967Z] #38 4.416 Scanning dependencies of target tini-static [2021-04-16T10:35:36.967Z] #38 4.542 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-04-16T10:35:36.967Z] #38 5.736 [100%] Linking C executable tini-static [2021-04-16T10:35:36.967Z] #38 5.945 [100%] Built target tini-static [2021-04-16T10:35:36.967Z] #38 5.994 + mkdir -p /build [2021-04-16T10:35:36.967Z] #38 5.994 + cp tini-static /build/docker-init [2021-04-16T10:35:36.967Z] #38 DONE 6.2s [2021-04-16T10:35:36.967Z] [2021-04-16T10:35:36.967Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-04-16T10:35:36.967Z] #46 1.684 + RM_GOPATH=0 [2021-04-16T10:35:36.967Z] #46 1.684 + TMP_GOPATH= [2021-04-16T10:35:36.967Z] #46 1.684 + : /build [2021-04-16T10:35:36.967Z] #46 1.684 + '[' -z '' ']' [2021-04-16T10:35:36.967Z] #46 1.688 ++ mktemp -d [2021-04-16T10:35:36.967Z] #46 1.688 + GOPATH=/tmp/tmp.5FFon8oRNY [2021-04-16T10:35:36.967Z] #46 1.688 + export GOPATH [2021-04-16T10:35:36.967Z] #46 1.688 + RM_GOPATH=1 [2021-04-16T10:35:36.967Z] #46 1.688 + case "$(go env GOARCH)" in [2021-04-16T10:35:36.967Z] #46 1.689 ++ go env GOARCH [2021-04-16T10:35:36.967Z] #46 1.692 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:36.967Z] #46 1.692 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:36.967Z] #46 1.692 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:36.967Z] #46 1.693 + dir=/tmp/install [2021-04-16T10:35:36.967Z] #46 1.693 + bin=vndr [2021-04-16T10:35:36.967Z] #46 1.693 + shift [2021-04-16T10:35:36.967Z] #46 1.693 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-04-16T10:35:36.967Z] #46 1.693 + . /tmp/install/vndr.installer [2021-04-16T10:35:36.967Z] #46 1.693 ++ set -e [2021-04-16T10:35:36.967Z] #46 1.693 + install_vndr [2021-04-16T10:35:36.967Z] #46 1.693 + : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-04-16T10:35:36.967Z] #46 1.693 + : /build [2021-04-16T10:35:36.967Z] #46 1.693 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-04-16T10:35:36.967Z] #46 1.693 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-04-16T10:35:36.967Z] #46 1.694 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.5FFon8oRNY/src/github.com/LK4D4/vndr [2021-04-16T10:35:36.967Z] #46 1.701 Cloning into '/tmp/tmp.5FFon8oRNY/src/github.com/LK4D4/vndr'... [2021-04-16T10:35:36.967Z] #46 2.213 + cd /tmp/tmp.5FFon8oRNY/src/github.com/LK4D4/vndr [2021-04-16T10:35:36.967Z] #46 2.215 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-04-16T10:35:36.967Z] #46 2.220 + go build -buildmode=pie -v -o /build/vndr . [2021-04-16T10:35:36.967Z] #46 2.998 github.com/LK4D4/vndr/build [2021-04-16T10:35:36.967Z] #46 3.014 github.com/LK4D4/vndr/godl/singleflight [2021-04-16T10:35:36.967Z] #46 3.234 github.com/LK4D4/vndr/versioned [2021-04-16T10:35:36.967Z] #46 3.591 github.com/LK4D4/vndr/godl [2021-04-16T10:35:36.967Z] #46 5.230 github.com/LK4D4/vndr [2021-04-16T10:35:36.967Z] #46 ... [2021-04-16T10:35:36.967Z] [2021-04-16T10:35:36.967Z] #48 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-04-16T10:35:36.967Z] #48 6.356 go: finding github.com/fatih/color v1.9.0 [2021-04-16T10:35:36.967Z] #48 6.486 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-04-16T10:35:36.967Z] #48 6.486 go: finding github.com/pkg/errors v0.9.1 [2021-04-16T10:35:36.967Z] #48 6.504 go: finding github.com/mattn/go-colorable v0.1.6 [2021-04-16T10:35:36.967Z] #48 6.534 go: finding github.com/spf13/pflag v1.0.3 [2021-04-16T10:35:37.013Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:eb0610b7fc7e8c49160c99fa311e14ee632dd45a . [2021-04-16T10:35:37.125Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-04-16T10:35:37.125Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-04-16T10:35:37.125Z] + curl -fsSL -o /home/docker/workspace/moby_PR-40094/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-04-16T10:35:37.125Z] + bash /home/docker/workspace/moby_PR-40094/check-config.sh [2021-04-16T10:35:37.125Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-04-16T10:35:37.126Z] info: reading kernel config from /boot/config-4.4.0-139-generic ... [2021-04-16T10:35:37.126Z] [2021-04-16T10:35:37.126Z] Generally Necessary: [2021-04-16T10:35:37.126Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-04-16T10:35:37.126Z] - apparmor: enabled and tools installed [2021-04-16T10:35:37.126Z] - CONFIG_NAMESPACES: enabled [2021-04-16T10:35:37.126Z] - CONFIG_NET_NS: enabled [2021-04-16T10:35:37.126Z] - CONFIG_PID_NS: enabled [2021-04-16T10:35:37.126Z] - CONFIG_IPC_NS: enabled [2021-04-16T10:35:37.126Z] - CONFIG_UTS_NS: enabled [2021-04-16T10:35:37.126Z] - CONFIG_CGROUPS: enabled [2021-04-16T10:35:37.126Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-04-16T10:35:37.126Z] - CONFIG_CGROUP_DEVICE: enabled [2021-04-16T10:35:37.126Z] - CONFIG_CGROUP_FREEZER: enabled [2021-04-16T10:35:37.126Z] - CONFIG_CGROUP_SCHED: enabled [2021-04-16T10:35:37.126Z] - CONFIG_CPUSETS: enabled [2021-04-16T10:35:37.126Z] - CONFIG_MEMCG: enabled [2021-04-16T10:35:37.126Z] - CONFIG_KEYS: enabled [2021-04-16T10:35:37.126Z] - CONFIG_VETH: enabled (as module) [2021-04-16T10:35:37.126Z] - CONFIG_BRIDGE: enabled (as module) [2021-04-16T10:35:37.126Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-04-16T10:35:37.126Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-04-16T10:35:37.126Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-04-16T10:35:37.126Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-04-16T10:35:37.149Z] #23 transferring context: 53.55MB 1.6s done [2021-04-16T10:35:37.195Z] #58 16.30 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-04-16T10:35:37.256Z] #48 6.567 go: finding github.com/mattn/go-isatty v0.0.12 [2021-04-16T10:35:37.256Z] #48 6.636 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-04-16T10:35:37.410Z] #23 DONE 1.6s [2021-04-16T10:35:37.410Z] [2021-04-16T10:35:37.410Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-04-16T10:35:37.410Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-04-16T10:35:37.410Z] #55 CACHED [2021-04-16T10:35:37.410Z] [2021-04-16T10:35:37.410Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-04-16T10:35:37.410Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9 [2021-04-16T10:35:37.410Z] #12 CACHED [2021-04-16T10:35:37.410Z] [2021-04-16T10:35:37.410Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-16T10:35:37.410Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-16T10:35:37.410Z] #13 CACHED [2021-04-16T10:35:37.410Z] [2021-04-16T10:35:37.410Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-04-16T10:35:37.410Z] #36 sha256:7c9164a9e09f5957dcd35b85232a0e2c2e1eefe9590c9cc61db30a2968787259 [2021-04-16T10:35:37.410Z] #36 CACHED [2021-04-16T10:35:37.410Z] [2021-04-16T10:35:37.410Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-16T10:35:37.410Z] #51 sha256:c89c8f782abaa4e6c55b19a27b24fc7190cc4ab67aa1ac00f233028fd23711d4 [2021-04-16T10:35:37.421Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-04-16T10:35:37.421Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-04-16T10:35:37.421Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-04-16T10:35:37.421Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-04-16T10:35:37.421Z] - CONFIG_NF_NAT: enabled (as module) [2021-04-16T10:35:37.421Z] - CONFIG_POSIX_MQUEUE: enabled [2021-04-16T10:35:37.421Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2021-04-16T10:35:37.421Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2021-04-16T10:35:37.421Z] - CONFIG_NF_NAT_NEEDED: enabled [2021-04-16T10:35:37.421Z] [2021-04-16T10:35:37.421Z] Optional Features: [2021-04-16T10:35:37.421Z] - CONFIG_USER_NS: enabled [2021-04-16T10:35:37.421Z] - CONFIG_SECCOMP: enabled [2021-04-16T10:35:37.421Z] - CONFIG_SECCOMP_FILTER: enabled [2021-04-16T10:35:37.421Z] - CONFIG_CGROUP_PIDS: enabled [2021-04-16T10:35:37.421Z] - CONFIG_MEMCG_SWAP: enabled [2021-04-16T10:35:37.421Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-04-16T10:35:37.421Z] (cgroup swap accounting is currently enabled) [2021-04-16T10:35:37.421Z] - CONFIG_MEMCG_KMEM: enabled [2021-04-16T10:35:37.421Z] - CONFIG_IOSCHED_CFQ: enabled [2021-04-16T10:35:37.421Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2021-04-16T10:35:37.421Z] - CONFIG_BLK_CGROUP: enabled [2021-04-16T10:35:37.421Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-04-16T10:35:37.421Z] - CONFIG_CGROUP_PERF: enabled [2021-04-16T10:35:37.421Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-04-16T10:35:37.421Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-04-16T10:35:37.421Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-04-16T10:35:37.421Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-04-16T10:35:37.421Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-04-16T10:35:37.421Z] - CONFIG_RT_GROUP_SCHED: missing [2021-04-16T10:35:37.421Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-04-16T10:35:37.421Z] - CONFIG_IP_VS: enabled (as module) [2021-04-16T10:35:37.421Z] - CONFIG_IP_VS_NFCT: enabled [2021-04-16T10:35:37.421Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-04-16T10:35:37.421Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-04-16T10:35:37.421Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-04-16T10:35:37.421Z] - CONFIG_SECURITY_SELINUX: enabled [2021-04-16T10:35:37.421Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-04-16T10:35:37.421Z] - CONFIG_EXT4_FS: enabled [2021-04-16T10:35:37.421Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-04-16T10:35:37.421Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-04-16T10:35:37.421Z] - Network Drivers: [2021-04-16T10:35:37.421Z] - "overlay": [2021-04-16T10:35:37.421Z] - CONFIG_VXLAN: enabled (as module) [2021-04-16T10:35:37.421Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-04-16T10:35:37.421Z] Optional (for encrypted networks): [2021-04-16T10:35:37.550Z] #48 6.814 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-04-16T10:35:37.550Z] #48 6.814 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-04-16T10:35:37.550Z] #48 6.834 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-04-16T10:35:37.550Z] #48 6.924 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-04-16T10:35:37.715Z] - CONFIG_CRYPTO: enabled [2021-04-16T10:35:37.715Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2021-04-16T10:35:37.715Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2021-04-16T10:35:37.715Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2021-04-16T10:35:37.715Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2021-04-16T10:35:37.715Z] - CONFIG_XFRM: enabled [2021-04-16T10:35:37.715Z] - CONFIG_XFRM_USER: enabled (as module) [2021-04-16T10:35:37.715Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-04-16T10:35:37.715Z] - CONFIG_INET_ESP: enabled (as module) [2021-04-16T10:35:37.715Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2021-04-16T10:35:37.715Z] - "ipvlan": [2021-04-16T10:35:37.715Z] - CONFIG_IPVLAN: enabled (as module) [2021-04-16T10:35:37.715Z] - "macvlan": [2021-04-16T10:35:37.715Z] - CONFIG_MACVLAN: enabled (as module) [2021-04-16T10:35:37.715Z] - CONFIG_DUMMY: enabled (as module) [2021-04-16T10:35:37.715Z] - "ftp,tftp client in container": [2021-04-16T10:35:37.715Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-04-16T10:35:37.715Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-04-16T10:35:37.715Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-04-16T10:35:37.715Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-04-16T10:35:37.715Z] - Storage Drivers: [2021-04-16T10:35:37.715Z] - "aufs": [2021-04-16T10:35:37.715Z] - CONFIG_AUFS_FS: enabled (as module) [2021-04-16T10:35:37.715Z] - "btrfs": [2021-04-16T10:35:37.715Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-04-16T10:35:37.715Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-04-16T10:35:37.715Z] - "devicemapper": [2021-04-16T10:35:37.715Z] - CONFIG_BLK_DEV_DM: enabled [2021-04-16T10:35:37.715Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-04-16T10:35:37.715Z] - "overlay": [2021-04-16T10:35:37.715Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-04-16T10:35:37.715Z] - "zfs": [2021-04-16T10:35:37.715Z] - /dev/zfs: missing [2021-04-16T10:35:37.715Z] - zfs command: missing [2021-04-16T10:35:37.715Z] - zpool command: missing [2021-04-16T10:35:37.715Z] [2021-04-16T10:35:37.715Z] Limits: [2021-04-16T10:35:37.715Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-04-16T10:35:37.715Z] [2021-04-16T10:35:37.715Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-04-16T10:35:38.173Z] + make bundles/buildx [2021-04-16T10:35:38.475Z] make: command: Command not found [2021-04-16T10:35:38.475Z] make: command: Command not found [2021-04-16T10:35:38.475Z] mkdir bundles [2021-04-16T10:35:38.475Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \ [2021-04-16T10:35:38.475Z] --build-arg BUILDX_COMMIT \ [2021-04-16T10:35:38.475Z] --build-arg BUILDX_REPO \ [2021-04-16T10:35:38.475Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2021-04-16T10:35:38.475Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2021-04-16T10:35:38.475Z] . [2021-04-16T10:35:38.475Z] /bin/sh: 4: go: not found [2021-04-16T10:35:38.475Z] /bin/sh: 5: go: not found [2021-04-16T10:35:38.577Z] #58 17.32 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-04-16T10:35:38.577Z] #58 17.48 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-04-16T10:35:38.577Z] #58 17.60 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-04-16T10:35:38.840Z] #58 17.81 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-04-16T10:35:38.840Z] #58 17.98 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-04-16T10:35:39.779Z] #58 ... [2021-04-16T10:35:39.779Z] [2021-04-16T10:35:39.779Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-16T10:35:39.779Z] #49 sha256:90332918501b89463c4f8284ee84be20f5df49094cf1c74da3b14ac05d9afbce [2021-04-16T10:35:39.779Z] #49 10.86 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-04-16T10:35:39.779Z] #49 10.86 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-04-16T10:35:39.779Z] #49 10.86 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-04-16T10:35:39.779Z] #49 10.86 go: extracting github.com/pkg/errors v0.8.1 [2021-04-16T10:35:39.779Z] #49 10.86 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-04-16T10:35:39.779Z] #49 11.09 go: extracting github.com/spf13/pflag v1.0.5 [2021-04-16T10:35:39.780Z] #49 11.09 go: downloading github.com/spf13/cobra v0.0.5 [2021-04-16T10:35:39.780Z] #49 11.16 go: extracting github.com/spf13/viper v1.6.1 [2021-04-16T10:35:39.780Z] #49 11.32 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-04-16T10:35:39.780Z] #49 11.56 go: downloading github.com/stretchr/testify v1.4.0 [2021-04-16T10:35:39.780Z] #49 11.57 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-04-16T10:35:39.780Z] #49 11.59 go: downloading github.com/magiconair/properties v1.8.1 [2021-04-16T10:35:39.780Z] #49 11.61 go: downloading github.com/spf13/cast v1.3.0 [2021-04-16T10:35:39.780Z] #49 12.01 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-04-16T10:35:39.780Z] #49 12.14 go: extracting github.com/spf13/cast v1.3.0 [2021-04-16T10:35:39.780Z] #49 12.20 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-04-16T10:35:39.780Z] #49 12.20 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-04-16T10:35:39.780Z] #49 12.21 go: extracting github.com/spf13/cobra v0.0.5 [2021-04-16T10:35:39.780Z] #49 12.25 go: extracting github.com/stretchr/testify v1.4.0 [2021-04-16T10:35:39.780Z] #49 12.28 go: extracting github.com/magiconair/properties v1.8.1 [2021-04-16T10:35:39.780Z] #49 12.47 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-04-16T10:35:39.780Z] #49 12.48 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-04-16T10:35:39.780Z] #49 12.56 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-04-16T10:35:39.780Z] #49 12.79 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-16T10:35:39.780Z] #49 12.84 go: downloading github.com/fatih/color v1.7.0 [2021-04-16T10:35:39.780Z] #49 12.86 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-16T10:35:39.780Z] #49 12.90 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-04-16T10:35:39.780Z] #49 12.92 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-04-16T10:35:39.780Z] #49 12.98 go: extracting github.com/fatih/color v1.7.0 [2021-04-16T10:35:39.780Z] #49 13.07 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-04-16T10:35:39.780Z] #49 13.10 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-04-16T10:35:39.780Z] #49 13.10 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-04-16T10:35:39.780Z] #49 13.18 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-04-16T10:35:39.780Z] #49 13.20 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-04-16T10:35:39.780Z] #49 13.22 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-04-16T10:35:39.780Z] #49 13.33 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-04-16T10:35:39.780Z] #49 13.33 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-04-16T10:35:39.780Z] #49 13.33 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-04-16T10:35:39.780Z] #49 13.34 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-04-16T10:35:39.780Z] #49 13.42 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-04-16T10:35:39.780Z] #49 13.48 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-04-16T10:35:39.780Z] #49 13.48 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-04-16T10:35:39.780Z] #49 13.49 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-04-16T10:35:39.780Z] #49 13.49 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-04-16T10:35:39.780Z] #49 13.49 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-04-16T10:35:39.780Z] #49 13.54 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-04-16T10:35:39.780Z] #49 13.58 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-04-16T10:35:39.780Z] #49 13.58 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-04-16T10:35:39.780Z] #49 13.61 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-04-16T10:35:39.780Z] #49 13.88 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-04-16T10:35:39.780Z] #49 13.89 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-04-16T10:35:39.780Z] #49 13.90 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-04-16T10:35:39.780Z] #49 14.00 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-04-16T10:35:39.780Z] #49 14.30 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-04-16T10:35:39.780Z] #49 14.42 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-04-16T10:35:39.780Z] #49 14.56 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-04-16T10:35:39.780Z] #49 14.61 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-04-16T10:35:39.780Z] #49 14.78 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-04-16T10:35:39.780Z] #49 15.25 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-04-16T10:35:39.780Z] #49 16.65 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-04-16T10:35:39.780Z] #49 16.65 go: downloading github.com/ultraware/funlen v0.0.2 [2021-04-16T10:35:39.780Z] #49 16.65 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-04-16T10:35:39.780Z] #49 16.65 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-16T10:35:39.780Z] #49 16.68 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-04-16T10:35:39.780Z] #49 16.69 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-04-16T10:35:39.780Z] #49 16.69 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-04-16T10:35:39.780Z] #49 16.69 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-04-16T10:35:39.780Z] #49 16.69 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-04-16T10:35:39.780Z] #49 16.71 go: extracting github.com/ultraware/funlen v0.0.2 [2021-04-16T10:35:39.780Z] #49 16.71 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-04-16T10:35:39.780Z] #49 16.75 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-04-16T10:35:39.780Z] #49 16.75 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-04-16T10:35:39.780Z] #49 16.75 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-04-16T10:35:39.780Z] #49 16.81 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-04-16T10:35:39.780Z] #49 16.83 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-04-16T10:35:39.780Z] #49 16.84 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-04-16T10:35:39.780Z] #49 16.85 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-04-16T10:35:39.780Z] #49 16.87 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-04-16T10:35:39.780Z] #49 16.88 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-04-16T10:35:39.780Z] #49 16.95 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-04-16T10:35:39.780Z] #49 16.96 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-04-16T10:35:39.780Z] #49 16.99 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-04-16T10:35:39.780Z] #49 17.01 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-04-16T10:35:39.780Z] #49 17.01 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-04-16T10:35:39.780Z] #49 17.02 go: downloading github.com/stretchr/objx v0.2.0 [2021-04-16T10:35:39.780Z] #49 17.13 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-04-16T10:35:39.780Z] #49 17.16 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-04-16T10:35:39.780Z] #49 17.17 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-04-16T10:35:39.780Z] #49 17.17 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-04-16T10:35:39.780Z] #49 17.18 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-04-16T10:35:39.780Z] #49 17.19 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-04-16T10:35:39.780Z] #49 17.22 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-04-16T10:35:39.780Z] #49 17.22 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-04-16T10:35:39.780Z] #49 17.27 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-04-16T10:35:39.780Z] #49 17.31 go: extracting github.com/stretchr/objx v0.2.0 [2021-04-16T10:35:39.780Z] #49 17.45 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-04-16T10:35:39.780Z] #49 17.46 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-04-16T10:35:39.780Z] #49 17.47 go: downloading github.com/subosito/gotenv v1.2.0 [2021-04-16T10:35:39.780Z] #49 17.53 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-04-16T10:35:39.780Z] #49 17.55 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-04-16T10:35:39.780Z] #49 17.56 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-04-16T10:35:39.780Z] #49 17.56 go: extracting github.com/subosito/gotenv v1.2.0 [2021-04-16T10:35:39.780Z] #49 17.56 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-04-16T10:35:39.780Z] #49 17.57 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-04-16T10:35:39.780Z] #49 17.60 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-04-16T10:35:39.780Z] #49 17.62 go: downloading github.com/kisielk/gotool v1.0.0 [2021-04-16T10:35:39.780Z] #49 17.63 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-04-16T10:35:39.780Z] #49 17.72 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-04-16T10:35:39.780Z] #49 17.74 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-04-16T10:35:39.780Z] #49 17.76 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-04-16T10:35:39.780Z] #49 17.76 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-04-16T10:35:39.780Z] #49 17.77 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-04-16T10:35:39.780Z] #49 17.80 go: downloading github.com/spf13/afero v1.1.2 [2021-04-16T10:35:39.780Z] #49 17.80 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-04-16T10:35:39.780Z] #49 17.80 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-04-16T10:35:39.780Z] #49 17.81 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-04-16T10:35:39.780Z] #49 17.85 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-04-16T10:35:39.780Z] #49 17.87 go: downloading golang.org/x/text v0.3.2 [2021-04-16T10:35:39.780Z] #49 17.87 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-04-16T10:35:39.780Z] #49 17.87 go: extracting github.com/kisielk/gotool v1.0.0 [2021-04-16T10:35:39.780Z] #49 18.01 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-04-16T10:35:39.780Z] #49 18.01 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-04-16T10:35:39.780Z] #49 18.01 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-04-16T10:35:39.780Z] #49 18.04 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-16T10:35:39.780Z] #49 18.08 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-04-16T10:35:39.780Z] #49 18.10 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-16T10:35:39.780Z] #49 18.24 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-04-16T10:35:39.780Z] #49 18.26 go: extracting github.com/spf13/afero v1.1.2 [2021-04-16T10:35:39.780Z] #49 18.42 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-04-16T10:35:39.780Z] #49 18.43 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-04-16T10:35:39.780Z] #49 18.45 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-04-16T10:35:39.780Z] #49 18.46 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-04-16T10:35:39.780Z] #49 18.52 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-04-16T10:35:39.780Z] #49 18.56 go: downloading github.com/gobwas/glob v0.2.3 [2021-04-16T10:35:39.780Z] #49 18.60 go: downloading github.com/gogo/protobuf v1.2.1 [2021-04-16T10:35:39.780Z] #49 18.65 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-04-16T10:35:39.780Z] #49 18.67 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-04-16T10:35:39.780Z] #49 18.84 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-04-16T10:35:39.780Z] #49 18.84 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-04-16T10:35:40.040Z] #49 18.99 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-04-16T10:35:40.040Z] #49 19.09 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-04-16T10:35:40.040Z] #49 19.10 go: extracting github.com/gobwas/glob v0.2.3 [2021-04-16T10:35:40.092Z] #23 transferring context: 42.43MB 4.5s [2021-04-16T10:35:40.244Z] Client: Docker Engine - Enterprise [2021-04-16T10:35:40.244Z] Version: 19.03.12 [2021-04-16T10:35:40.244Z] API version: 1.40 [2021-04-16T10:35:40.244Z] Go version: go1.13.13 [2021-04-16T10:35:40.244Z] Git commit: 4306744 [2021-04-16T10:35:40.244Z] Built: 08/05/2020 19:27:53 [2021-04-16T10:35:40.244Z] OS/Arch: windows/amd64 [2021-04-16T10:35:40.244Z] Experimental: false [2021-04-16T10:35:40.244Z] [2021-04-16T10:35:40.244Z] Server: Docker Engine - Enterprise [2021-04-16T10:35:40.244Z] Engine: [2021-04-16T10:35:40.244Z] Version: 19.03.12 [2021-04-16T10:35:40.244Z] API version: 1.40 (minimum version 1.24) [2021-04-16T10:35:40.244Z] Go version: go1.13.13 [2021-04-16T10:35:40.244Z] Git commit: f295753ffd [2021-04-16T10:35:40.244Z] Built: 08/05/2020 19:26:41 [2021-04-16T10:35:40.244Z] OS/Arch: windows/amd64 [2021-04-16T10:35:40.244Z] Experimental: true [2021-04-16T10:35:40.299Z] #49 19.26 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-04-16T10:35:40.321Z] #1 [internal] load build definition from Dockerfile [2021-04-16T10:35:40.321Z] #1 sha256:872d3d1916fb69473f729f06b74bbf2b7ac081eb2a785481b46f1141b7048353 [2021-04-16T10:35:40.321Z] #1 transferring dockerfile: 25.06kB done [2021-04-16T10:35:40.321Z] #1 DONE 0.0s [2021-04-16T10:35:40.559Z] #49 19.75 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-04-16T10:35:40.567Z] Sending build context to Docker daemon 58.47MB [2021-04-16T10:35:40.567Z] Step 1/15 : ARG GO_VERSION=1.13.15 [2021-04-16T10:35:40.567Z] Step 2/15 : ARG BUILDX_COMMIT=v0.5.1 [2021-04-16T10:35:40.567Z] Step 3/15 : ARG BUILDX_REPO=https://github.com/docker/buildx.git [2021-04-16T10:35:40.567Z] Step 4/15 : FROM golang:${GO_VERSION}-buster AS build [2021-04-16T10:35:40.567Z] ---> 805dc2d65d1c [2021-04-16T10:35:40.567Z] Step 5/15 : ARG BUILDX_REPO [2021-04-16T10:35:40.567Z] ---> Using cache [2021-04-16T10:35:40.567Z] ---> dc48682497fc [2021-04-16T10:35:40.567Z] Step 6/15 : RUN git clone "${BUILDX_REPO}" /buildx [2021-04-16T10:35:40.567Z] ---> Using cache [2021-04-16T10:35:40.567Z] ---> 1ea420e92c69 [2021-04-16T10:35:40.567Z] Step 7/15 : WORKDIR /buildx [2021-04-16T10:35:40.567Z] ---> Using cache [2021-04-16T10:35:40.567Z] ---> d3eac4d08ce6 [2021-04-16T10:35:40.567Z] Step 8/15 : ARG BUILDX_COMMIT [2021-04-16T10:35:40.567Z] ---> Using cache [2021-04-16T10:35:40.567Z] ---> 61e8d9700748 [2021-04-16T10:35:40.567Z] Step 9/15 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build [2021-04-16T10:35:40.567Z] ---> Using cache [2021-04-16T10:35:40.567Z] ---> 8ae4f4036a4e [2021-04-16T10:35:40.567Z] Step 10/15 : ARG GOOS [2021-04-16T10:35:40.567Z] ---> Using cache [2021-04-16T10:35:40.567Z] ---> d187f829e521 [2021-04-16T10:35:40.567Z] Step 11/15 : ARG GOARCH [2021-04-16T10:35:40.567Z] ---> Using cache [2021-04-16T10:35:40.567Z] ---> 5455e0aa58da [2021-04-16T10:35:40.567Z] Step 12/15 : RUN GOOS="${GOOS}" GOARCH="${GOARCH}" BUILDX_COMMIT="${BUILDX_COMMIT}"; pkg="github.com/docker/buildx"; ldflags=" -X \"${pkg}/version.Version=$(git describe --tags)\" -X \"${pkg}/version.Revision=$(git rev-parse --short HEAD)\" -X \"${pkg}/version.Package=buildx\" "; go build -mod=vendor -ldflags "${ldflags}" -o /usr/bin/buildx ./cmd/buildx [2021-04-16T10:35:40.567Z] ---> Using cache [2021-04-16T10:35:40.567Z] ---> 080b0e012167 [2021-04-16T10:35:40.567Z] Step 13/15 : FROM golang:${GO_VERSION}-buster [2021-04-16T10:35:40.567Z] ---> 805dc2d65d1c [2021-04-16T10:35:40.567Z] Step 14/15 : COPY --from=build /usr/bin/buildx /usr/bin/buildx [2021-04-16T10:35:40.567Z] ---> Using cache [2021-04-16T10:35:40.567Z] ---> 8563f40f2d47 [2021-04-16T10:35:40.567Z] Step 15/15 : ENTRYPOINT ["/usr/bin/buildx"] [2021-04-16T10:35:40.567Z] ---> Using cache [2021-04-16T10:35:40.567Z] ---> a7af6c4c42b8 [2021-04-16T10:35:40.567Z] Successfully built a7af6c4c42b8 [2021-04-16T10:35:40.567Z] Successfully tagged moby-buildx:latest [2021-04-16T10:35:40.567Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \ [2021-04-16T10:35:40.567Z] if [ -n "${id}" ]; then \ [2021-04-16T10:35:40.567Z] docker cp ${id}:/usr/bin/buildx bundles/buildx \ [2021-04-16T10:35:40.567Z] && touch bundles/buildx; \ [2021-04-16T10:35:40.567Z] docker rm -f ${id}; \ [2021-04-16T10:35:40.567Z] fi [2021-04-16T10:35:40.583Z] [2021-04-16T10:35:40.583Z] #2 [internal] load .dockerignore [2021-04-16T10:35:40.583Z] #2 sha256:41da071c7f36da2d3f45d510d29d19c79a4ccf21b90c471492563a04057f1bbf [2021-04-16T10:35:40.583Z] #2 transferring context: 87B done [2021-04-16T10:35:40.583Z] #2 DONE 0.0s [2021-04-16T10:35:40.660Z] #23 transferring context: 53.55MB 4.9s done [2021-04-16T10:35:40.660Z] #23 DONE 5.0s [2021-04-16T10:35:40.660Z] [2021-04-16T10:35:40.660Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-04-16T10:35:40.660Z] #28 sha256:28853efcc76451f25f50f9e00ddfac6387b06075af57564aca31a669ea67eee6 [2021-04-16T10:35:40.660Z] #28 CACHED [2021-04-16T10:35:40.660Z] [2021-04-16T10:35:40.660Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-04-16T10:35:40.660Z] #27 sha256:2f5ef7d60ae1d151fd2aa8dfcbd4d1be127456a9f8db7a76d9528a1821e46d69 [2021-04-16T10:35:40.660Z] #27 CACHED [2021-04-16T10:35:40.660Z] [2021-04-16T10:35:40.660Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-04-16T10:35:40.660Z] #29 sha256:de9d4739574ad50951a5ecfd60c32967bddf0029ad670b4987c182045188079e [2021-04-16T10:35:40.660Z] #29 CACHED [2021-04-16T10:35:40.660Z] [2021-04-16T10:35:40.660Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-04-16T10:35:40.660Z] #40 sha256:7b2fe3946947f3b0859e850ff08d21da2ec2d73d27b4150d703bd44d27949913 [2021-04-16T10:35:40.660Z] #40 3.229 + git clone https://github.com/docker/distribution.git . [2021-04-16T10:35:40.660Z] #40 3.235 Cloning into '.'... [Pipeline] sh [2021-04-16T10:35:40.861Z] 59017be23847dde78c68426c5a32dffd2c1c74694f9b3eefd5a0e5cb3c6678bd [2021-04-16T10:35:40.861Z] bundles/buildx version [2021-04-16T10:35:40.861Z] buildx v0.5.1 11057da [2021-04-16T10:35:40.861Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:eb0610b7fc7e8c49160c99fa311e14ee632dd45a . [2021-04-16T10:35:40.915Z] #40 ... [2021-04-16T10:35:40.915Z] [2021-04-16T10:35:40.915Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-04-16T10:35:40.915Z] #47 sha256:17a1115d5b50779a2e482e38a84cb798d812c3881d2f3e2d95299ccb61587907 [2021-04-16T10:35:41.076Z] #48 ... [2021-04-16T10:35:41.076Z] [2021-04-16T10:35:41.076Z] #59 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-04-16T10:35:41.076Z] #59 1.548 + RM_GOPATH=0 [2021-04-16T10:35:41.076Z] #59 1.548 + TMP_GOPATH= [2021-04-16T10:35:41.076Z] #59 1.548 + : /build [2021-04-16T10:35:41.076Z] #59 1.548 + '[' -z '' ']' [2021-04-16T10:35:41.076Z] #59 1.548 ++ mktemp -d [2021-04-16T10:35:41.076Z] #59 1.562 + GOPATH=/tmp/tmp.fZ4UdLMPMr [2021-04-16T10:35:41.076Z] #59 1.562 + export GOPATH [2021-04-16T10:35:41.076Z] #59 1.562 + RM_GOPATH=1 [2021-04-16T10:35:41.076Z] #59 1.562 + case "$(go env GOARCH)" in [2021-04-16T10:35:41.076Z] #59 1.562 ++ go env GOARCH [2021-04-16T10:35:41.076Z] #59 1.571 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:41.076Z] #59 1.571 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:41.076Z] #59 1.575 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:41.076Z] #59 1.584 Install rootlesskit version ed9b8c5cc48d29d0a979dae52a24f6e886795abd [2021-04-16T10:35:41.076Z] #59 1.584 + dir=/tmp/install [2021-04-16T10:35:41.076Z] #59 1.584 + bin=rootlesskit [2021-04-16T10:35:41.076Z] #59 1.584 + shift [2021-04-16T10:35:41.076Z] #59 1.584 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-04-16T10:35:41.076Z] #59 1.584 + . /tmp/install/rootlesskit.installer [2021-04-16T10:35:41.076Z] #59 1.584 ++ set -e [2021-04-16T10:35:41.076Z] #59 1.584 + install_rootlesskit [2021-04-16T10:35:41.076Z] #59 1.584 + case "${1}" in [2021-04-16T10:35:41.076Z] #59 1.584 + export CGO_ENABLED=0 [2021-04-16T10:35:41.076Z] #59 1.584 + CGO_ENABLED=0 [2021-04-16T10:35:41.076Z] #59 1.584 + _install_rootlesskit [2021-04-16T10:35:41.076Z] #59 1.584 + : ed9b8c5cc48d29d0a979dae52a24f6e886795abd [2021-04-16T10:35:41.076Z] #59 1.584 + : /build [2021-04-16T10:35:41.076Z] #59 1.584 + echo 'Install rootlesskit version ed9b8c5cc48d29d0a979dae52a24f6e886795abd' [2021-04-16T10:35:41.076Z] #59 1.584 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.fZ4UdLMPMr/src/github.com/rootless-containers/rootlesskit [2021-04-16T10:35:41.076Z] #59 1.584 Cloning into '/tmp/tmp.fZ4UdLMPMr/src/github.com/rootless-containers/rootlesskit'... [2021-04-16T10:35:41.076Z] #59 4.326 + cd /tmp/tmp.fZ4UdLMPMr/src/github.com/rootless-containers/rootlesskit [2021-04-16T10:35:41.076Z] #59 4.326 + git checkout -q ed9b8c5cc48d29d0a979dae52a24f6e886795abd [2021-04-16T10:35:41.076Z] #59 4.331 + export GO111MODULE=on [2021-04-16T10:35:41.076Z] #59 4.331 + GO111MODULE=on [2021-04-16T10:35:41.076Z] #59 4.331 + export GOPROXY=https://proxy.golang.org [2021-04-16T10:35:41.076Z] #59 4.331 + GOPROXY=https://proxy.golang.org [2021-04-16T10:35:41.076Z] #59 4.332 + for f in rootlesskit rootlesskit-docker-proxy [2021-04-16T10:35:41.076Z] #59 4.332 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-04-16T10:35:41.076Z] #59 5.798 go: downloading github.com/gofrs/flock v0.8.0 [2021-04-16T10:35:41.076Z] #59 5.853 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-04-16T10:35:41.076Z] #59 5.853 go: downloading github.com/pkg/errors v0.9.1 [2021-04-16T10:35:41.076Z] #59 5.853 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-04-16T10:35:41.076Z] #59 5.853 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-04-16T10:35:41.076Z] #59 5.853 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-04-16T10:35:41.076Z] #59 5.910 go: downloading github.com/google/uuid v1.2.0 [2021-04-16T10:35:41.076Z] #59 5.971 go: downloading github.com/moby/vpnkit v0.5.0 [2021-04-16T10:35:41.076Z] #59 6.115 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-04-16T10:35:41.076Z] #59 6.141 go: extracting github.com/gofrs/flock v0.8.0 [2021-04-16T10:35:41.076Z] #59 6.158 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-04-16T10:35:41.076Z] #59 6.264 go: extracting github.com/pkg/errors v0.9.1 [2021-04-16T10:35:41.076Z] #59 6.416 go: extracting github.com/moby/sys/mountinfo v0.4.1 [2021-04-16T10:35:41.076Z] #59 6.539 go: extracting github.com/sirupsen/logrus v1.8.1 [2021-04-16T10:35:41.076Z] #59 6.548 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-04-16T10:35:41.076Z] #59 6.561 go: extracting github.com/google/uuid v1.2.0 [2021-04-16T10:35:41.076Z] #59 6.679 go: downloading github.com/gorilla/mux v1.8.0 [2021-04-16T10:35:41.076Z] #59 6.893 go: extracting github.com/gorilla/mux v1.8.0 [2021-04-16T10:35:41.076Z] #59 7.155 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-04-16T10:35:41.076Z] #59 7.432 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-04-16T10:35:41.076Z] #59 7.576 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-04-16T10:35:41.076Z] #59 8.111 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-04-16T10:35:41.076Z] #59 8.348 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-04-16T10:35:41.076Z] #59 8.450 go: extracting github.com/moby/vpnkit v0.5.0 [2021-04-16T10:35:41.076Z] #59 9.533 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-04-16T10:35:41.076Z] #59 9.687 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-04-16T10:35:41.076Z] #59 10.22 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-04-16T10:35:41.076Z] #59 ... [2021-04-16T10:35:41.076Z] [2021-04-16T10:35:41.076Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-04-16T10:35:41.076Z] #57 1.808 + RM_GOPATH=0 [2021-04-16T10:35:41.076Z] #57 1.809 + TMP_GOPATH= [2021-04-16T10:35:41.076Z] #57 1.809 + : /build [2021-04-16T10:35:41.076Z] #57 1.809 + '[' -z '' ']' [2021-04-16T10:35:41.076Z] #57 1.811 ++ mktemp -d [2021-04-16T10:35:41.076Z] #57 1.818 + GOPATH=/tmp/tmp.esD134IaWu [2021-04-16T10:35:41.076Z] #57 1.818 + export GOPATH [2021-04-16T10:35:41.076Z] #57 1.818 + RM_GOPATH=1 [2021-04-16T10:35:41.076Z] #57 1.818 + case "$(go env GOARCH)" in [2021-04-16T10:35:41.076Z] #57 1.819 ++ go env GOARCH [2021-04-16T10:35:41.076Z] #57 1.840 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:41.076Z] #57 1.840 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:41.076Z] #57 1.841 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:41.076Z] #57 1.843 + dir=/tmp/install [2021-04-16T10:35:41.076Z] #57 1.847 + bin=containerd [2021-04-16T10:35:41.076Z] #57 1.847 + shift [2021-04-16T10:35:41.076Z] #57 1.847 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-04-16T10:35:41.076Z] #57 1.847 + . /tmp/install/containerd.installer [2021-04-16T10:35:41.076Z] #57 1.848 + install_containerd [2021-04-16T10:35:41.076Z] #57 1.848 + set -e [2021-04-16T10:35:41.076Z] #57 1.848 + : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-16T10:35:41.076Z] #57 1.848 + : /build [2021-04-16T10:35:41.076Z] #57 1.848 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e' [2021-04-16T10:35:41.076Z] #57 1.848 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-16T10:35:41.076Z] #57 1.848 + git clone https://github.com/containerd/containerd.git /tmp/tmp.esD134IaWu/src/github.com/containerd/containerd [2021-04-16T10:35:41.076Z] #57 1.850 Cloning into '/tmp/tmp.esD134IaWu/src/github.com/containerd/containerd'... [2021-04-16T10:35:41.076Z] #57 ... [2021-04-16T10:35:41.076Z] [2021-04-16T10:35:41.076Z] #54 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-04-16T10:35:41.076Z] #54 1.537 + RM_GOPATH=0 [2021-04-16T10:35:41.076Z] #54 1.537 + TMP_GOPATH= [2021-04-16T10:35:41.076Z] #54 1.537 + : /build [2021-04-16T10:35:41.076Z] #54 1.537 + '[' -z '' ']' [2021-04-16T10:35:41.076Z] #54 1.537 ++ mktemp -d [2021-04-16T10:35:41.076Z] #54 1.537 + GOPATH=/tmp/tmp.5qxiwa6Fya [2021-04-16T10:35:41.076Z] #54 1.537 + export GOPATH [2021-04-16T10:35:41.076Z] #54 1.537 + RM_GOPATH=1 [2021-04-16T10:35:41.076Z] #54 1.537 + case "$(go env GOARCH)" in [2021-04-16T10:35:41.076Z] #54 1.537 ++ go env GOARCH [2021-04-16T10:35:41.076Z] #54 1.561 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:41.076Z] #54 1.561 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:41.076Z] #54 1.561 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:41.076Z] #54 1.561 + dir=/tmp/install [2021-04-16T10:35:41.076Z] #54 1.561 + bin=runc [2021-04-16T10:35:41.076Z] #54 1.561 + shift [2021-04-16T10:35:41.076Z] #54 1.561 + '[' '!' -f /tmp/install/runc.installer ']' [2021-04-16T10:35:41.076Z] #54 1.561 + . /tmp/install/runc.installer [2021-04-16T10:35:41.076Z] #54 1.561 ++ set -e [2021-04-16T10:35:41.076Z] #54 1.561 + install_runc [2021-04-16T10:35:41.076Z] #54 1.561 + : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-16T10:35:41.076Z] #54 1.561 + : /build [2021-04-16T10:35:41.076Z] #54 1.561 + uname -r [2021-04-16T10:35:41.076Z] #54 1.561 + grep -q '^3\.10\.0.*\.el7\.' [2021-04-16T10:35:41.076Z] #54 1.566 + RUNC_BUILDTAGS='seccomp ' [2021-04-16T10:35:41.076Z] #54 1.566 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-04-16T10:35:41.076Z] #54 1.566 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.5qxiwa6Fya/src/github.com/opencontainers/runc [2021-04-16T10:35:41.076Z] #54 1.566 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-04-16T10:35:41.076Z] #54 1.570 Cloning into '/tmp/tmp.5qxiwa6Fya/src/github.com/opencontainers/runc'... [2021-04-16T10:35:41.076Z] #54 8.939 + cd /tmp/tmp.5qxiwa6Fya/src/github.com/opencontainers/runc [2021-04-16T10:35:41.076Z] #54 8.940 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-16T10:35:41.076Z] #54 9.324 + '[' -z '' ']' [2021-04-16T10:35:41.076Z] #54 9.324 + target=static [2021-04-16T10:35:41.076Z] #54 9.324 + make 'BUILDTAGS=seccomp ' static [2021-04-16T10:35:41.077Z] #54 9.739 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o runc . [2021-04-16T10:35:41.077Z] #54 ... [2021-04-16T10:35:41.077Z] [2021-04-16T10:35:41.077Z] #68 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-04-16T10:35:41.077Z] #68 1.795 + RM_GOPATH=0 [2021-04-16T10:35:41.077Z] #68 1.795 + TMP_GOPATH= [2021-04-16T10:35:41.077Z] #68 1.795 + : /build [2021-04-16T10:35:41.077Z] #68 1.795 + '[' -z '' ']' [2021-04-16T10:35:41.077Z] #68 1.795 ++ mktemp -d [2021-04-16T10:35:41.077Z] #68 1.796 + GOPATH=/tmp/tmp.EyqEhlzbZh [2021-04-16T10:35:41.077Z] #68 1.796 + export GOPATH [2021-04-16T10:35:41.077Z] #68 1.796 + RM_GOPATH=1 [2021-04-16T10:35:41.077Z] #68 1.796 + case "$(go env GOARCH)" in [2021-04-16T10:35:41.077Z] #68 1.796 ++ go env GOARCH [2021-04-16T10:35:41.077Z] #68 1.847 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:41.077Z] #68 1.847 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:41.077Z] #68 1.847 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:41.077Z] #68 1.850 + dir=/tmp/install [2021-04-16T10:35:41.077Z] #68 1.850 + bin=proxy [2021-04-16T10:35:41.077Z] #68 1.850 + shift [2021-04-16T10:35:41.077Z] #68 1.851 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-04-16T10:35:41.077Z] #68 1.851 + . /tmp/install/proxy.installer [2021-04-16T10:35:41.077Z] #68 1.851 ++ set -e [2021-04-16T10:35:41.077Z] #68 1.852 + install_proxy [2021-04-16T10:35:41.077Z] #68 1.852 + case "$1" in [2021-04-16T10:35:41.077Z] #68 1.852 + export CGO_ENABLED=0 [2021-04-16T10:35:41.077Z] #68 1.852 + CGO_ENABLED=0 [2021-04-16T10:35:41.077Z] #68 1.852 + _install_proxy [2021-04-16T10:35:41.077Z] #68 1.852 + : b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-04-16T10:35:41.077Z] #68 1.852 + : /build [2021-04-16T10:35:41.077Z] #68 1.852 + echo 'Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46' [2021-04-16T10:35:41.077Z] #68 1.852 Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-04-16T10:35:41.077Z] #68 1.852 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.EyqEhlzbZh/src/github.com/docker/libnetwork [2021-04-16T10:35:41.077Z] #68 1.857 Cloning into '/tmp/tmp.EyqEhlzbZh/src/github.com/docker/libnetwork'... [2021-04-16T10:35:41.077Z] #68 9.895 + cd /tmp/tmp.EyqEhlzbZh/src/github.com/docker/libnetwork [2021-04-16T10:35:41.077Z] #68 9.895 + git checkout -q b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-04-16T10:35:41.077Z] #68 10.02 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-04-16T10:35:41.077Z] #68 ... [2021-04-16T10:35:41.077Z] [2021-04-16T10:35:41.077Z] #59 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-04-16T10:35:41.077Z] #59 10.45 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-04-16T10:35:41.077Z] #59 10.45 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-04-16T10:35:41.077Z] #59 10.53 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-04-16T10:35:41.128Z] #49 ... [2021-04-16T10:35:41.128Z] [2021-04-16T10:35:41.128Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-04-16T10:35:41.128Z] #58 sha256:ae3f3bbe27b1542e6d9cc0eb1ee2ae84156405e44a44a0abe4cca5b8d41d054f [2021-04-16T10:35:41.128Z] #58 20.15 go: finding github.com/pkg/errors v0.9.1 [2021-04-16T10:35:41.128Z] #58 20.19 go: finding github.com/sirupsen/logrus v1.8.1 [2021-04-16T10:35:41.156Z] #1 [internal] load build definition from Dockerfile [2021-04-16T10:35:41.156Z] #1 sha256:f6c4560ecfd5110a0d536ae142faae3bb3897bd72981622fb65f911003a3e849 [2021-04-16T10:35:41.156Z] #1 transferring dockerfile: 25.06kB done [2021-04-16T10:35:41.156Z] #1 DONE 0.0s [2021-04-16T10:35:41.156Z] [2021-04-16T10:35:41.156Z] #2 [internal] load .dockerignore [2021-04-16T10:35:41.156Z] #2 sha256:4155b38c01547e1ca755044d5073b51dbad553f28372a5c72936f21fab289799 [2021-04-16T10:35:41.156Z] #2 transferring context: 87B done [2021-04-16T10:35:41.387Z] #58 20.35 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-04-16T10:35:41.387Z] #58 20.47 go: finding github.com/google/uuid v1.2.0 [2021-04-16T10:35:41.387Z] #58 20.50 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-04-16T10:35:41.387Z] #58 20.51 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-04-16T10:35:41.387Z] #58 20.57 go: finding github.com/gofrs/flock v0.8.0 [2021-04-16T10:35:41.387Z] #58 ... [2021-04-16T10:35:41.387Z] [2021-04-16T10:35:41.387Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-16T10:35:41.387Z] #51 sha256:2957002b3442ae70672f921d1ad4a313f73033f834c54173a6edba5d6ec35ee8 [2021-04-16T10:35:41.387Z] #51 10.53 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-04-16T10:35:41.387Z] #51 11.31 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-04-16T10:35:41.387Z] #51 12.48 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-04-16T10:35:41.387Z] #51 13.56 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-04-16T10:35:41.387Z] #51 13.76 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-04-16T10:35:41.387Z] #51 13.96 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-04-16T10:35:41.387Z] #51 14.02 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-04-16T10:35:41.387Z] #51 14.78 github.com/pkg/diff [2021-04-16T10:35:41.387Z] #51 14.87 golang.org/x/sys/unix [2021-04-16T10:35:41.387Z] #51 16.05 mvdan.cc/editorconfig [2021-04-16T10:35:41.387Z] #51 17.25 mvdan.cc/sh/v3/fileutil [2021-04-16T10:35:41.387Z] #51 17.36 mvdan.cc/sh/v3/syntax [2021-04-16T10:35:41.449Z] #2 DONE 0.0s [2021-04-16T10:35:41.449Z] [2021-04-16T10:35:41.449Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-04-16T10:35:41.449Z] #3 sha256:015248391ba8b1ea9cbf068fd1b217d4a8c47b8199713eff20dde0d4bb1ff54e [2021-04-16T10:35:41.449Z] #3 DONE 0.2s [2021-04-16T10:35:41.634Z] #51 3.461 + RM_GOPATH=0 [2021-04-16T10:35:41.634Z] #51 3.461 + TMP_GOPATH= [2021-04-16T10:35:41.634Z] #51 3.461 + : /build [2021-04-16T10:35:41.634Z] #51 3.461 + '[' -z '' ']' [2021-04-16T10:35:41.634Z] #51 3.461 ++ mktemp -d [2021-04-16T10:35:41.634Z] #51 3.472 + GOPATH=/tmp/tmp.4HT5mbxR6P [2021-04-16T10:35:41.634Z] #51 3.472 + export GOPATH [2021-04-16T10:35:41.634Z] #51 3.472 + RM_GOPATH=1 [2021-04-16T10:35:41.634Z] #51 3.472 + case "$(go env GOARCH)" in [2021-04-16T10:35:41.634Z] #51 3.472 ++ go env GOARCH [2021-04-16T10:35:41.634Z] #51 3.472 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:41.634Z] #51 3.472 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:41.634Z] #51 3.472 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:41.634Z] #51 3.479 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-04-16T10:35:41.634Z] #51 3.479 + dir=/tmp/install [2021-04-16T10:35:41.634Z] #51 3.479 + bin=shfmt [2021-04-16T10:35:41.634Z] #51 3.479 + shift [2021-04-16T10:35:41.634Z] #51 3.479 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-04-16T10:35:41.634Z] #51 3.479 + . /tmp/install/shfmt.installer [2021-04-16T10:35:41.634Z] #51 3.479 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-04-16T10:35:41.634Z] #51 3.479 + install_shfmt [2021-04-16T10:35:41.634Z] #51 3.479 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-04-16T10:35:41.634Z] #51 3.479 + git clone https://github.com/mvdan/sh.git /tmp/tmp.4HT5mbxR6P/src/github.com/mvdan/sh [2021-04-16T10:35:41.634Z] #51 3.479 Cloning into '/tmp/tmp.4HT5mbxR6P/src/github.com/mvdan/sh'... [2021-04-16T10:35:41.646Z] #51 ... [2021-04-16T10:35:41.646Z] [2021-04-16T10:35:41.646Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:35:41.646Z] #45 sha256:d356f6aa3cfe9bb3954c23293057962540fd582a3ec1878cc7f330abd80e25e8 [2021-04-16T10:35:41.646Z] #45 10.43 github.com/LK4D4/vndr [2021-04-16T10:35:41.646Z] #45 ... [2021-04-16T10:35:41.646Z] [2021-04-16T10:35:41.646Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-04-16T10:35:41.646Z] #58 sha256:ae3f3bbe27b1542e6d9cc0eb1ee2ae84156405e44a44a0abe4cca5b8d41d054f [2021-04-16T10:35:41.646Z] #58 20.57 go: finding github.com/moby/vpnkit v0.5.0 [2021-04-16T10:35:41.646Z] #58 20.64 go: finding github.com/gorilla/mux v1.8.0 [2021-04-16T10:35:41.646Z] #58 20.71 go: finding github.com/moby/sys/mountinfo v0.4.1 [2021-04-16T10:35:41.646Z] #58 20.77 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-04-16T10:35:41.646Z] #58 20.81 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-04-16T10:35:41.646Z] #58 20.85 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-04-16T10:35:41.706Z] + docker info [2021-04-16T10:35:41.747Z] [2021-04-16T10:35:41.747Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-04-16T10:35:41.747Z] #4 sha256:c1ffd679b366d96d85a26e8e9be46cbf879ab4272e5979aa145e5162ea217d35 [2021-04-16T10:35:41.747Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2021-04-16T10:35:41.747Z] #4 CACHED [2021-04-16T10:35:41.747Z] [2021-04-16T10:35:41.747Z] #8 [internal] load metadata for docker.io/library/debian:buster [2021-04-16T10:35:41.747Z] #8 sha256:40c9f69513e725b643844c4f54ff586edd2c989eaf3d76fa2bc341d2ddd2df16 [2021-04-16T10:35:41.905Z] #58 ... [2021-04-16T10:35:41.905Z] [2021-04-16T10:35:41.905Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:35:41.905Z] #45 sha256:d356f6aa3cfe9bb3954c23293057962540fd582a3ec1878cc7f330abd80e25e8 [2021-04-16T10:35:41.905Z] #45 DONE 21.0s [2021-04-16T10:35:41.905Z] [2021-04-16T10:35:41.905Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-04-16T10:35:41.905Z] #58 sha256:ae3f3bbe27b1542e6d9cc0eb1ee2ae84156405e44a44a0abe4cca5b8d41d054f [2021-04-16T10:35:41.905Z] #58 21.08 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-04-16T10:35:41.973Z] [2021-04-16T10:35:41.973Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-04-16T10:35:41.973Z] #3 sha256:294a0880f468e89a28a1e5e4d13ea717bf9a656005ccb802a8dcbf12ae5d5949 [2021-04-16T10:35:41.973Z] #3 DONE 0.1s [2021-04-16T10:35:41.973Z] [2021-04-16T10:35:41.973Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-04-16T10:35:41.973Z] #4 sha256:08363c8751d4545d25bea104f7e51e11696d0e0abf10a017a959436e69805043 [2021-04-16T10:35:41.973Z] #4 CACHED [2021-04-16T10:35:42.045Z] #8 DONE 0.1s [2021-04-16T10:35:42.045Z] [2021-04-16T10:35:42.045Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-04-16T10:35:42.045Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-04-16T10:35:42.045Z] #7 DONE 0.1s [2021-04-16T10:35:42.045Z] [2021-04-16T10:35:42.045Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-04-16T10:35:42.045Z] #5 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-04-16T10:35:42.045Z] #5 DONE 0.1s [2021-04-16T10:35:42.045Z] [2021-04-16T10:35:42.045Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-04-16T10:35:42.045Z] #6 sha256:372687b2b903cd79cdd8659c1562f9f4227eb74c5d3643ad399921b7565c1743 [2021-04-16T10:35:42.045Z] #6 DONE 0.3s [2021-04-16T10:35:42.045Z] [2021-04-16T10:35:42.045Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-04-16T10:35:42.045Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-04-16T10:35:42.045Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-04-16T10:35:42.045Z] #62 DONE 0.1s [2021-04-16T10:35:42.045Z] [2021-04-16T10:35:42.045Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f [2021-04-16T10:35:42.045Z] #26 sha256:f97cf082e1c4cda7ec0929cb7fee296ebcaaf7a1989fbc207ba906f6405eea48 [2021-04-16T10:35:42.045Z] #26 resolve docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f 0.1s done [2021-04-16T10:35:42.045Z] #26 DONE 0.1s [2021-04-16T10:35:42.045Z] [2021-04-16T10:35:42.045Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-04-16T10:35:42.045Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-04-16T10:35:42.045Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-04-16T10:35:42.045Z] #64 DONE 0.1s [2021-04-16T10:35:42.045Z] [2021-04-16T10:35:42.045Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-04-16T10:35:42.045Z] #63 sha256:9291c3b4e140d56f3257205169f51baeff14b98cd9f05d842abc32b62c68ed9f [2021-04-16T10:35:42.045Z] #63 CACHED [2021-04-16T10:35:42.045Z] [2021-04-16T10:35:42.045Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-04-16T10:35:42.045Z] #65 sha256:f5430741c081573d02fc73e742c13c54ad86b2979a0d716d52e92328bd15c9ac [2021-04-16T10:35:42.045Z] #65 CACHED [2021-04-16T10:35:42.045Z] [2021-04-16T10:35:42.045Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-16T10:35:42.045Z] #9 sha256:becc3df6e60b59ba5e11d4c03b277f4d33e092be477226d464c16a22fc23dee1 [2021-04-16T10:35:42.045Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.1s done [2021-04-16T10:35:42.045Z] #9 DONE 0.1s [2021-04-16T10:35:42.045Z] [2021-04-16T10:35:42.045Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-04-16T10:35:42.045Z] #10 sha256:de2b7e1945dbe926869611b3b2029194bc28030208e03614c2a9fe1f572df858 [2021-04-16T10:35:42.045Z] #10 CACHED [2021-04-16T10:35:42.045Z] [2021-04-16T10:35:42.045Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2021-04-16T10:35:42.045Z] #11 sha256:ff794b9c1ccc7e487b8893ee6ce30fad412303a0fbaab6fd892b0bc7b203e159 [2021-04-16T10:35:42.045Z] #11 CACHED [2021-04-16T10:35:42.045Z] [2021-04-16T10:35:42.045Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-04-16T10:35:42.045Z] #39 sha256:b948760ec906f0112e36d43a368d2764d9e6051a21547341b1990eac2341e2c0 [2021-04-16T10:35:42.045Z] #39 CACHED [2021-04-16T10:35:42.045Z] [2021-04-16T10:35:42.045Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-04-16T10:35:42.045Z] #31 sha256:34d72fd651778c0cdb3dc938aacb06f57ff1869c20cbd1458f724e704eb32e92 [2021-04-16T10:35:42.045Z] #31 CACHED [2021-04-16T10:35:42.045Z] [2021-04-16T10:35:42.045Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-04-16T10:35:42.045Z] #12 sha256:5a1f2a0034de595e514e07eaa74fd77b855eb96acfd626c32dc2608ff009b168 [2021-04-16T10:35:42.045Z] #12 CACHED [2021-04-16T10:35:42.045Z] [2021-04-16T10:35:42.045Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-16T10:35:42.045Z] #13 sha256:5151d703b769bc35b6bada7e872d6f26a661733fd6a91bb6a69d949f095f4d31 [2021-04-16T10:35:42.105Z] #59 11.50 go: finding github.com/pkg/errors v0.9.1 [2021-04-16T10:35:42.105Z] #59 11.56 go: finding github.com/sirupsen/logrus v1.8.1 [2021-04-16T10:35:42.168Z] #58 21.19 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-04-16T10:35:42.168Z] #58 ... [2021-04-16T10:35:42.168Z] [2021-04-16T10:35:42.168Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-04-16T10:35:42.168Z] #47 sha256:1d4f5b73cc6a0b6868f4a770a08822a89ab2f742c6d50a6f48d25de7131796e3 [2021-04-16T10:35:42.168Z] #47 11.16 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-04-16T10:35:42.168Z] #47 14.42 go: finding github.com/fatih/color v1.9.0 [2021-04-16T10:35:42.168Z] #47 14.51 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-04-16T10:35:42.168Z] #47 14.53 go: finding github.com/pkg/errors v0.9.1 [2021-04-16T10:35:42.168Z] #47 14.55 go: finding github.com/mattn/go-colorable v0.1.6 [2021-04-16T10:35:42.168Z] #47 14.56 go: finding github.com/spf13/pflag v1.0.3 [2021-04-16T10:35:42.168Z] #47 14.60 go: finding github.com/mattn/go-isatty v0.0.12 [2021-04-16T10:35:42.168Z] #47 14.73 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-04-16T10:35:42.168Z] #47 14.87 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-04-16T10:35:42.168Z] #47 14.90 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-04-16T10:35:42.168Z] #47 14.92 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-04-16T10:35:42.168Z] #47 14.92 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-04-16T10:35:42.168Z] #47 ... [2021-04-16T10:35:42.168Z] [2021-04-16T10:35:42.168Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-16T10:35:42.168Z] #49 sha256:90332918501b89463c4f8284ee84be20f5df49094cf1c74da3b14ac05d9afbce [2021-04-16T10:35:42.168Z] #49 20.97 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-04-16T10:35:42.396Z] #59 11.62 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-04-16T10:35:42.396Z] #59 11.63 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-04-16T10:35:42.396Z] #59 11.70 go: finding github.com/google/uuid v1.2.0 [2021-04-16T10:35:42.396Z] #59 11.73 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-04-16T10:35:42.396Z] #59 11.74 go: finding github.com/gofrs/flock v0.8.0 [2021-04-16T10:35:42.396Z] #59 11.74 go: finding github.com/moby/vpnkit v0.5.0 [2021-04-16T10:35:42.396Z] #59 11.78 go: finding github.com/gorilla/mux v1.8.0 [2021-04-16T10:35:42.396Z] #59 11.79 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-04-16T10:35:42.396Z] #59 11.79 go: finding github.com/moby/sys/mountinfo v0.4.1 [2021-04-16T10:35:42.396Z] #59 11.81 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-04-16T10:35:42.396Z] #59 11.81 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-04-16T10:35:42.396Z] #59 11.90 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-04-16T10:35:42.427Z] #49 ... [2021-04-16T10:35:42.427Z] [2021-04-16T10:35:42.427Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-04-16T10:35:42.427Z] #67 sha256:d1aa850779d166bd2f840e87dc4adba0b078338d7d6ada1a4f31f451863cfd9d [2021-04-16T10:35:42.427Z] #67 17.24 Checking out files: 98% (1880/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2021-04-16T10:35:42.427Z] #67 17.29 + cd /tmp/tmp.VAlDSQIRPE/src/github.com/docker/libnetwork [2021-04-16T10:35:42.427Z] #67 17.31 + git checkout -q b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-04-16T10:35:42.427Z] #67 17.39 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-04-16T10:35:42.427Z] #67 DONE 21.6s [2021-04-16T10:35:42.578Z] #51 ... [2021-04-16T10:35:42.578Z] [2021-04-16T10:35:42.578Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-04-16T10:35:42.578Z] #53 sha256:5413b74590a75cc0940b152abb6b2a5a0657fb3ed6e15f6dba919f2bd8270e14 [2021-04-16T10:35:42.578Z] #53 4.234 + RM_GOPATH=0 [2021-04-16T10:35:42.578Z] #53 4.234 + TMP_GOPATH= [2021-04-16T10:35:42.578Z] #53 4.235 + : /build [2021-04-16T10:35:42.578Z] #53 4.235 + '[' -z '' ']' [2021-04-16T10:35:42.578Z] #53 4.236 ++ mktemp -d [2021-04-16T10:35:42.578Z] #53 4.239 + GOPATH=/tmp/tmp.EPMPTpNjob [2021-04-16T10:35:42.578Z] #53 4.239 + export GOPATH [2021-04-16T10:35:42.578Z] #53 4.239 + RM_GOPATH=1 [2021-04-16T10:35:42.578Z] #53 4.240 + case "$(go env GOARCH)" in [2021-04-16T10:35:42.578Z] #53 4.241 ++ go env GOARCH [2021-04-16T10:35:42.578Z] #53 4.264 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:42.578Z] #53 4.265 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:42.578Z] #53 4.265 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:42.578Z] #53 4.269 + dir=/tmp/install [2021-04-16T10:35:42.578Z] #53 4.270 + bin=runc [2021-04-16T10:35:42.578Z] #53 4.270 + shift [2021-04-16T10:35:42.578Z] #53 4.272 + '[' '!' -f /tmp/install/runc.installer ']' [2021-04-16T10:35:42.578Z] #53 4.273 + . /tmp/install/runc.installer [2021-04-16T10:35:42.578Z] #53 4.273 ++ set -e [2021-04-16T10:35:42.578Z] #53 4.274 + install_runc [2021-04-16T10:35:42.578Z] #53 4.275 + : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-16T10:35:42.578Z] #53 4.279 + : /build [2021-04-16T10:35:42.578Z] #53 4.281 + grep -q '^3\.10\.0.*\.el7\.' [2021-04-16T10:35:42.578Z] #53 4.282 + uname -r [2021-04-16T10:35:42.578Z] #53 4.291 + RUNC_BUILDTAGS='seccomp ' [2021-04-16T10:35:42.578Z] #53 4.291 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-04-16T10:35:42.578Z] #53 4.291 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-04-16T10:35:42.578Z] #53 4.292 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.EPMPTpNjob/src/github.com/opencontainers/runc [2021-04-16T10:35:42.578Z] #53 4.296 Cloning into '/tmp/tmp.EPMPTpNjob/src/github.com/opencontainers/runc'... [2021-04-16T10:35:42.685Z] #59 11.98 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-04-16T10:35:42.686Z] [2021-04-16T10:35:42.686Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-04-16T10:35:42.686Z] #53 sha256:18defff342a79430824790deffd704f97e07ab54235cb71c14908ac4c5378672 [2021-04-16T10:35:42.686Z] #53 15.61 + cd /tmp/tmp.wGs2mt4RnZ/src/github.com/opencontainers/runc [2021-04-16T10:35:42.686Z] #53 15.61 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-16T10:35:42.686Z] #53 16.21 + '[' -z '' ']' [2021-04-16T10:35:42.686Z] #53 16.21 + target=static [2021-04-16T10:35:42.687Z] #53 16.21 + make 'BUILDTAGS=seccomp ' static [2021-04-16T10:35:42.687Z] #53 16.61 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o runc . [2021-04-16T10:35:42.916Z] [2021-04-16T10:35:42.916Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-04-16T10:35:42.916Z] #5 sha256:0ff4d7102a8b2da8074784734c04086c33174d81a15b9d3c7333eecc02eac4f0 [2021-04-16T10:35:42.916Z] #5 DONE 0.1s [2021-04-16T10:35:42.916Z] [2021-04-16T10:35:42.916Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-04-16T10:35:42.916Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-04-16T10:35:42.916Z] #7 DONE 0.1s [2021-04-16T10:35:42.916Z] [2021-04-16T10:35:42.916Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-04-16T10:35:42.916Z] #6 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-04-16T10:35:42.916Z] #6 DONE 0.1s [2021-04-16T10:35:42.916Z] [2021-04-16T10:35:42.916Z] #8 [internal] load metadata for docker.io/library/debian:buster [2021-04-16T10:35:42.916Z] #8 sha256:f1b65f84b73951f42780ae75c92800bded73658353301e79e5dc186186c67a6c [2021-04-16T10:35:42.916Z] #8 DONE 0.1s [2021-04-16T10:35:43.186Z] [2021-04-16T10:35:43.186Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-04-16T10:35:43.186Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-04-16T10:35:43.186Z] #64 DONE 0.0s [2021-04-16T10:35:43.186Z] [2021-04-16T10:35:43.186Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-04-16T10:35:43.186Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-04-16T10:35:43.186Z] #62 DONE 0.0s [2021-04-16T10:35:43.186Z] [2021-04-16T10:35:43.186Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-16T10:35:43.186Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-04-16T10:35:43.186Z] #9 DONE 0.0s [2021-04-16T10:35:43.186Z] [2021-04-16T10:35:43.186Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f [2021-04-16T10:35:43.186Z] #26 sha256:47bdea7822f41a7ae5f8934db38630836f0e2a1fd7c2685e16267fad2718b13e [2021-04-16T10:35:43.186Z] #26 DONE 0.0s [2021-04-16T10:35:43.186Z] [2021-04-16T10:35:43.186Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-04-16T10:35:43.186Z] #10 sha256:a8dfe72bf17ed43cb49f11f8bd3245b42805f80ef5a25a941391f3e1c9a497b6 [2021-04-16T10:35:43.186Z] #10 CACHED [2021-04-16T10:35:43.186Z] [2021-04-16T10:35:43.186Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2021-04-16T10:35:43.186Z] #11 sha256:e46eee8ff92c21f88366fee713bb2a3f039cf670e8a8c0145a967ba89ac8e9b5 [2021-04-16T10:35:43.186Z] #11 CACHED [2021-04-16T10:35:43.186Z] [2021-04-16T10:35:43.186Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-04-16T10:35:43.186Z] #55 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-04-16T10:35:43.186Z] #55 CACHED [2021-04-16T10:35:43.186Z] [2021-04-16T10:35:43.186Z] #23 [internal] load build context [2021-04-16T10:35:43.186Z] #23 sha256:49ef418255463d332785800503ee95de03d7c1d0357e6cbf4fd57b5d70da3241 [2021-04-16T10:35:43.264Z] #53 ... [2021-04-16T10:35:43.264Z] [2021-04-16T10:35:43.264Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-16T10:35:43.264Z] #51 sha256:2957002b3442ae70672f921d1ad4a313f73033f834c54173a6edba5d6ec35ee8 [2021-04-16T10:35:43.264Z] #51 22.19 golang.org/x/crypto/ssh/terminal [2021-04-16T10:35:43.327Z] #59 ... [2021-04-16T10:35:43.327Z] [2021-04-16T10:35:43.327Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-04-16T10:35:43.327Z] #46 DONE 12.7s [2021-04-16T10:35:43.327Z] [2021-04-16T10:35:43.327Z] #68 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-04-16T10:35:43.327Z] #68 DONE 12.7s [2021-04-16T10:35:43.327Z] [2021-04-16T10:35:43.327Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-04-16T10:35:43.327Z] #50 5.805 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-04-16T10:35:43.327Z] #50 6.038 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-04-16T10:35:43.327Z] #50 6.925 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-04-16T10:35:43.327Z] #50 7.593 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-16T10:35:43.327Z] #50 7.593 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-04-16T10:35:43.327Z] #50 7.593 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-04-16T10:35:43.327Z] #50 7.593 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-04-16T10:35:43.327Z] #50 7.593 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-04-16T10:35:43.327Z] #50 7.622 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-04-16T10:35:43.327Z] #50 7.622 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-04-16T10:35:43.327Z] #50 7.622 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-04-16T10:35:43.327Z] #50 7.622 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-04-16T10:35:43.327Z] #50 7.711 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-04-16T10:35:43.327Z] #50 7.711 go: downloading github.com/gobwas/glob v0.2.3 [2021-04-16T10:35:43.327Z] #50 7.774 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-04-16T10:35:43.327Z] #50 7.817 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-04-16T10:35:43.327Z] #50 7.817 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-04-16T10:35:43.327Z] #50 8.012 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-04-16T10:35:43.327Z] #50 8.012 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-04-16T10:35:43.327Z] #50 8.012 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-04-16T10:35:43.327Z] #50 8.105 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-04-16T10:35:43.327Z] #50 8.134 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-04-16T10:35:43.327Z] #50 8.134 go: downloading github.com/magiconair/properties v1.8.1 [2021-04-16T10:35:43.327Z] #50 8.134 go: extracting github.com/gobwas/glob v0.2.3 [2021-04-16T10:35:43.327Z] #50 8.200 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-04-16T10:35:43.327Z] #50 8.331 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-04-16T10:35:43.327Z] #50 8.350 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-04-16T10:35:43.327Z] #50 8.353 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-04-16T10:35:43.327Z] #50 8.353 go: extracting github.com/magiconair/properties v1.8.1 [2021-04-16T10:35:43.327Z] #50 8.361 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-04-16T10:35:43.327Z] #50 8.365 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-04-16T10:35:43.327Z] #50 8.368 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-04-16T10:35:43.327Z] #50 8.369 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-04-16T10:35:43.327Z] #50 8.369 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-04-16T10:35:43.327Z] #50 8.383 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-04-16T10:35:43.327Z] #50 8.391 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-04-16T10:35:43.327Z] #50 8.393 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-04-16T10:35:43.327Z] #50 8.397 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-04-16T10:35:43.327Z] #50 8.436 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-04-16T10:35:43.327Z] #50 8.459 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-04-16T10:35:43.327Z] #50 8.459 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-04-16T10:35:43.327Z] #50 8.464 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-04-16T10:35:43.327Z] #50 8.487 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-04-16T10:35:43.327Z] #50 8.501 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-16T10:35:43.327Z] #50 8.503 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-04-16T10:35:43.327Z] #50 8.578 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-04-16T10:35:43.327Z] #50 8.588 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-04-16T10:35:43.327Z] #50 8.597 go: downloading github.com/ultraware/funlen v0.0.2 [2021-04-16T10:35:43.327Z] #50 8.606 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-04-16T10:35:43.327Z] #50 8.609 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-16T10:35:43.327Z] #50 8.651 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-04-16T10:35:43.327Z] #50 8.652 go: extracting github.com/ultraware/funlen v0.0.2 [2021-04-16T10:35:43.327Z] #50 8.655 go: downloading github.com/gogo/protobuf v1.2.1 [2021-04-16T10:35:43.327Z] #50 8.659 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-04-16T10:35:43.327Z] #50 8.707 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-04-16T10:35:43.327Z] #50 8.723 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-04-16T10:35:43.327Z] #50 8.724 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-04-16T10:35:43.327Z] #50 8.774 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-04-16T10:35:43.327Z] #50 8.819 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-04-16T10:35:43.327Z] #50 8.819 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-04-16T10:35:43.327Z] #50 8.906 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-04-16T10:35:43.327Z] #50 8.908 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-04-16T10:35:43.327Z] #50 8.983 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-04-16T10:35:43.327Z] #50 8.997 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-04-16T10:35:43.327Z] #50 9.002 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-04-16T10:35:43.327Z] #50 9.053 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-04-16T10:35:43.327Z] #50 9.056 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-04-16T10:35:43.327Z] #50 9.059 go: downloading github.com/stretchr/objx v0.2.0 [2021-04-16T10:35:43.327Z] #50 9.071 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-04-16T10:35:43.327Z] #50 9.085 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-04-16T10:35:43.327Z] #50 9.189 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-04-16T10:35:43.327Z] #50 9.197 go: downloading golang.org/x/text v0.3.2 [2021-04-16T10:35:43.327Z] #50 9.208 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-04-16T10:35:43.327Z] #50 9.381 go: extracting github.com/stretchr/objx v0.2.0 [2021-04-16T10:35:43.327Z] #50 9.426 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-04-16T10:35:43.327Z] #50 9.477 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-04-16T10:35:43.327Z] #50 9.517 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-04-16T10:35:43.327Z] #50 9.637 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-04-16T10:35:43.327Z] #50 9.717 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-04-16T10:35:43.327Z] #50 9.816 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-04-16T10:35:43.327Z] #50 9.829 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-04-16T10:35:43.327Z] #50 9.870 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-04-16T10:35:43.327Z] #50 9.871 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-04-16T10:35:43.327Z] #50 9.922 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-04-16T10:35:43.327Z] #50 9.960 go: downloading github.com/kisielk/gotool v1.0.0 [2021-04-16T10:35:43.327Z] #50 9.994 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-04-16T10:35:43.327Z] #50 9.995 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-04-16T10:35:43.327Z] #50 10.05 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-04-16T10:35:43.327Z] #50 10.07 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-04-16T10:35:43.327Z] #50 10.08 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-04-16T10:35:43.327Z] #50 10.16 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-04-16T10:35:43.327Z] #50 10.16 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-04-16T10:35:43.327Z] #50 10.18 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-16T10:35:43.327Z] #50 10.26 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-04-16T10:35:43.327Z] #50 10.28 go: extracting github.com/kisielk/gotool v1.0.0 [2021-04-16T10:35:43.327Z] #50 10.28 go: extracting github.com/gogo/protobuf v1.2.1 [2021-04-16T10:35:43.327Z] #50 10.35 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-04-16T10:35:43.327Z] #50 10.36 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-04-16T10:35:43.327Z] #50 10.42 go: downloading github.com/subosito/gotenv v1.2.0 [2021-04-16T10:35:43.327Z] #50 10.42 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-04-16T10:35:43.327Z] #50 10.43 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-04-16T10:35:43.327Z] #50 10.44 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-04-16T10:35:43.327Z] #50 10.47 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-04-16T10:35:43.327Z] #50 10.48 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-04-16T10:35:43.327Z] #50 10.53 go: extracting github.com/subosito/gotenv v1.2.0 [2021-04-16T10:35:43.327Z] #50 10.58 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-04-16T10:35:43.327Z] #50 12.07 go: extracting golang.org/x/text v0.3.2 [2021-04-16T10:35:43.586Z] #13 1.322 Hit:1 http://deb.debian.org/debian buster-backports InRelease [2021-04-16T10:35:43.586Z] #13 1.322 Hit:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [2021-04-16T10:35:43.586Z] #13 1.322 Hit:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [2021-04-16T10:35:43.586Z] #13 1.322 Hit:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [2021-04-16T10:35:43.965Z] #53 ... [2021-04-16T10:35:43.965Z] [2021-04-16T10:35:43.965Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-04-16T10:35:43.965Z] #34 sha256:d1fcb492c5795ebe18649b7461924f54991d022459d4f24f51813802ce459ea7 [2021-04-16T10:35:43.965Z] #34 2.814 Install go-toml version v1.8.1 [2021-04-16T10:35:43.965Z] #34 2.821 go: finding github.com/pelletier/go-toml/cmd/tomll v1.8.1 [2021-04-16T10:35:43.965Z] #34 2.822 go: finding github.com/pelletier v1.8.1 [2021-04-16T10:35:43.965Z] #34 2.826 go: finding github.com v1.8.1 [2021-04-16T10:35:43.965Z] #34 2.826 go: finding github.com/pelletier/go-toml/cmd v1.8.1 [2021-04-16T10:35:43.965Z] #34 DONE 6.6s [2021-04-16T10:35:43.965Z] [2021-04-16T10:35:43.965Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-04-16T10:35:43.965Z] #47 sha256:cf3f6913c83754be5039951ad9c1f6418c10569b8365690daf85436308d786a2 [2021-04-16T10:35:43.965Z] #47 4.304 + RM_GOPATH=0 [2021-04-16T10:35:43.965Z] #47 4.304 + TMP_GOPATH= [2021-04-16T10:35:43.965Z] #47 4.304 + : /build [2021-04-16T10:35:43.965Z] #47 4.304 + '[' -z '' ']' [2021-04-16T10:35:43.965Z] #47 4.304 ++ mktemp -d [2021-04-16T10:35:43.965Z] #47 4.318 + GOPATH=/tmp/tmp.moKmJd11D6 [2021-04-16T10:35:43.965Z] #47 4.318 + export GOPATH [2021-04-16T10:35:43.965Z] #47 4.318 + RM_GOPATH=1 [2021-04-16T10:35:43.965Z] #47 4.318 + case "$(go env GOARCH)" in [2021-04-16T10:35:43.965Z] #47 4.318 ++ go env GOARCH [2021-04-16T10:35:43.965Z] #47 4.340 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:43.965Z] #47 4.340 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:43.965Z] #47 4.357 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:43.965Z] #47 4.357 + dir=/tmp/install [2021-04-16T10:35:43.965Z] #47 4.358 + bin=gotestsum [2021-04-16T10:35:43.965Z] #47 4.358 + shift [2021-04-16T10:35:43.965Z] #47 4.358 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-04-16T10:35:43.965Z] #47 4.360 + . /tmp/install/gotestsum.installer [2021-04-16T10:35:43.965Z] #47 4.361 + install_gotestsum [2021-04-16T10:35:43.965Z] #47 4.366 + set -e [2021-04-16T10:35:43.965Z] #47 4.366 + : v0.5.3 [2021-04-16T10:35:43.965Z] #47 4.366 + : /build [2021-04-16T10:35:43.965Z] #47 4.366 + export GO111MODULE=on [2021-04-16T10:35:43.965Z] #47 4.367 + GO111MODULE=on [2021-04-16T10:35:43.965Z] #47 4.367 + GOBIN=/build [2021-04-16T10:35:43.965Z] #47 4.373 + go get gotest.tools/gotestsum@v0.5.3 [2021-04-16T10:35:43.965Z] #47 4.405 go: finding gotest.tools v0.5.3 [2021-04-16T10:35:43.965Z] #47 4.432 go: finding gotest.tools/gotestsum v0.5.3 [2021-04-16T10:35:43.965Z] #47 5.235 go: downloading gotest.tools/gotestsum v0.5.3 [2021-04-16T10:35:43.965Z] #47 5.734 go: extracting gotest.tools/gotestsum v0.5.3 [2021-04-16T10:35:43.965Z] #47 6.474 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-04-16T10:35:43.965Z] #47 6.534 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-04-16T10:35:43.965Z] #47 6.539 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-04-16T10:35:43.965Z] #47 6.570 go: downloading github.com/spf13/pflag v1.0.3 [2021-04-16T10:35:43.965Z] #47 6.652 go: downloading github.com/pkg/errors v0.9.1 [2021-04-16T10:35:43.965Z] #47 6.705 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-04-16T10:35:43.965Z] #47 6.752 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-04-16T10:35:43.965Z] #47 6.753 go: downloading github.com/fatih/color v1.9.0 [2021-04-16T10:35:44.203Z] #51 ... [2021-04-16T10:35:44.203Z] [2021-04-16T10:35:44.203Z] #35 [dev-systemd-false 13/26] COPY --from=tomll /build/ /usr/local/bin/ [2021-04-16T10:35:44.203Z] #35 sha256:acf4f7f1b6cb501edbcc3daa44b8166fb4aa9a09224c43b03903f6d952685802 [2021-04-16T10:35:44.203Z] #35 CACHED [2021-04-16T10:35:44.203Z] [2021-04-16T10:35:44.203Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-04-16T10:35:44.203Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-16T10:35:44.203Z] #42 CACHED [2021-04-16T10:35:44.203Z] [2021-04-16T10:35:44.203Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-04-16T10:35:44.203Z] #25 sha256:972a4a1c23c18c02e362674adc3202a9f93af8e6fc032fa951acc1bfa3171b9d [2021-04-16T10:35:44.203Z] #25 CACHED [2021-04-16T10:35:44.203Z] [2021-04-16T10:35:44.203Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-04-16T10:35:44.203Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815 [2021-04-16T10:35:44.203Z] #14 CACHED [2021-04-16T10:35:44.203Z] [2021-04-16T10:35:44.203Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-04-16T10:35:44.203Z] #33 sha256:fdff402532993705f4035ad2884c68c1b50aebed060cf2a688f5d2b54b864b3f [2021-04-16T10:35:44.203Z] #33 CACHED [2021-04-16T10:35:44.203Z] [2021-04-16T10:35:44.203Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-04-16T10:35:44.203Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac [2021-04-16T10:35:44.203Z] #16 CACHED [2021-04-16T10:35:44.203Z] [2021-04-16T10:35:44.203Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-04-16T10:35:44.203Z] #41 sha256:87437000e3240e94c8773894fe24719a992ef20510aa583ae798daefe05983a1 [2021-04-16T10:35:44.203Z] #41 CACHED [2021-04-16T10:35:44.203Z] [2021-04-16T10:35:44.203Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-04-16T10:35:44.203Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-04-16T10:35:44.203Z] #31 CACHED [2021-04-16T10:35:44.203Z] [2021-04-16T10:35:44.203Z] #15 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-04-16T10:35:44.203Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6 [2021-04-16T10:35:44.203Z] #15 CACHED [2021-04-16T10:35:44.203Z] [2021-04-16T10:35:44.203Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-04-16T10:35:44.203Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-04-16T10:35:44.203Z] #39 CACHED [2021-04-16T10:35:44.203Z] [2021-04-16T10:35:44.203Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-04-16T10:35:44.203Z] #38 sha256:015d336fd54650b8f4ae22d23a509b6701df2da35b97441940d44dcb8df63d1a [2021-04-16T10:35:44.203Z] #38 CACHED [2021-04-16T10:35:44.203Z] [2021-04-16T10:35:44.203Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-04-16T10:35:44.203Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea [2021-04-16T10:35:44.203Z] #17 CACHED [2021-04-16T10:35:44.203Z] [2021-04-16T10:35:44.203Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-04-16T10:35:44.203Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df [2021-04-16T10:35:44.203Z] #19 CACHED [2021-04-16T10:35:44.203Z] [2021-04-16T10:35:44.203Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-04-16T10:35:44.203Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4 [2021-04-16T10:35:44.203Z] #22 CACHED [2021-04-16T10:35:44.203Z] [2021-04-16T10:35:44.203Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-04-16T10:35:44.203Z] #28 sha256:7dec66e251ae884a3b8a5d29bff5fa39e6ff523d1fc553ee84899af902998025 [2021-04-16T10:35:44.203Z] #28 CACHED [2021-04-16T10:35:44.203Z] [2021-04-16T10:35:44.203Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-04-16T10:35:44.203Z] #30 sha256:3bc0f969e4c848261f8ca3102b73bffba74ab6e3fa46b057641bb9a4b4475e47 [2021-04-16T10:35:44.203Z] #30 CACHED [2021-04-16T10:35:44.203Z] [2021-04-16T10:35:44.203Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-04-16T10:35:44.203Z] #27 sha256:2f5ef7d60ae1d151fd2aa8dfcbd4d1be127456a9f8db7a76d9528a1821e46d69 [2021-04-16T10:35:44.203Z] #27 CACHED [2021-04-16T10:35:44.203Z] [2021-04-16T10:35:44.203Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-04-16T10:35:44.203Z] #29 sha256:62cd8194c02a1d53424cd077b25f016cada815f0b280b5151992de592c9153cc [2021-04-16T10:35:44.203Z] #29 CACHED [2021-04-16T10:35:44.203Z] [2021-04-16T10:35:44.203Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:35:44.203Z] #43 sha256:634da649664dd1653459ec5ff55fe2816455cb64254406f6f3ff10f2bc6f3259 [2021-04-16T10:35:44.203Z] #43 CACHED [2021-04-16T10:35:44.203Z] [2021-04-16T10:35:44.203Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-04-16T10:35:44.203Z] #40 sha256:7b2fe3946947f3b0859e850ff08d21da2ec2d73d27b4150d703bd44d27949913 [2021-04-16T10:35:44.203Z] #40 CACHED [2021-04-16T10:35:44.203Z] [2021-04-16T10:35:44.203Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-16T10:35:44.203Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-16T10:35:44.203Z] #20 CACHED [2021-04-16T10:35:44.203Z] [2021-04-16T10:35:44.203Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-04-16T10:35:44.203Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-04-16T10:35:44.203Z] #32 CACHED [2021-04-16T10:35:44.203Z] [2021-04-16T10:35:44.203Z] #21 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-04-16T10:35:44.203Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b [2021-04-16T10:35:44.203Z] #21 CACHED [2021-04-16T10:35:44.203Z] [2021-04-16T10:35:44.203Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-04-16T10:35:44.203Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6 [2021-04-16T10:35:44.203Z] #18 CACHED [2021-04-16T10:35:44.203Z] [2021-04-16T10:35:44.203Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-04-16T10:35:44.203Z] #44 sha256:dfc574db14bd0c3347fc49e8139f616cf9cfe67a6531b8ef663bdb5cb6cfc29e [2021-04-16T10:35:44.203Z] #44 CACHED [2021-04-16T10:35:44.203Z] [2021-04-16T10:35:44.203Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-04-16T10:35:44.203Z] #46 sha256:490461748611193817a8cd2652b4202cddb04148e0f2af4d90c39ed086323c20 [2021-04-16T10:35:44.203Z] #46 DONE 0.2s [2021-04-16T10:35:44.203Z] [2021-04-16T10:35:44.203Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-16T10:35:44.203Z] #49 sha256:90332918501b89463c4f8284ee84be20f5df49094cf1c74da3b14ac05d9afbce [2021-04-16T10:35:44.203Z] #49 22.78 go: extracting github.com/gogo/protobuf v1.2.1 [2021-04-16T10:35:44.231Z] #47 6.944 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-04-16T10:35:44.231Z] #47 7.017 go: extracting github.com/pkg/errors v0.9.1 [2021-04-16T10:35:44.421Z] #50 13.90 go: finding github.com/fatih/color v1.7.0 [2021-04-16T10:35:44.421Z] #50 13.94 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-04-16T10:35:44.492Z] #47 7.048 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-04-16T10:35:44.492Z] #47 7.132 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-04-16T10:35:44.492Z] #47 7.160 go: extracting github.com/fatih/color v1.9.0 [2021-04-16T10:35:44.492Z] #47 7.162 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-04-16T10:35:44.492Z] #47 7.276 go: extracting github.com/spf13/pflag v1.0.3 [2021-04-16T10:35:44.733Z] #50 13.97 go: finding github.com/mattn/go-colorable v0.1.4 [2021-04-16T10:35:44.734Z] #50 13.99 go: finding github.com/mattn/go-isatty v0.0.8 [2021-04-16T10:35:44.734Z] #50 14.01 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-04-16T10:35:44.734Z] #50 14.03 go: finding github.com/go-critic/go-critic v0.4.1 [2021-04-16T10:35:44.734Z] #50 14.03 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-04-16T10:35:44.734Z] #50 ... [2021-04-16T10:35:44.734Z] [2021-04-16T10:35:44.734Z] #15 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-04-16T10:35:44.734Z] #15 CACHED [2021-04-16T10:35:44.734Z] [2021-04-16T10:35:44.734Z] #22 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2021-04-16T10:35:44.734Z] #22 CACHED [2021-04-16T10:35:44.734Z] [2021-04-16T10:35:44.734Z] #19 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2021-04-16T10:35:44.734Z] #19 CACHED [2021-04-16T10:35:44.734Z] [2021-04-16T10:35:44.734Z] #20 [dev-systemd-false 6/26] RUN ldconfig [2021-04-16T10:35:44.734Z] #20 CACHED [2021-04-16T10:35:44.734Z] [2021-04-16T10:35:44.734Z] #39 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2021-04-16T10:35:44.734Z] #39 CACHED [2021-04-16T10:35:44.734Z] [2021-04-16T10:35:44.734Z] #42 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2021-04-16T10:35:44.734Z] #42 CACHED [2021-04-16T10:35:44.734Z] [2021-04-16T10:35:44.734Z] #28 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2021-04-16T10:35:44.734Z] #28 CACHED [2021-04-16T10:35:44.734Z] [2021-04-16T10:35:44.734Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-04-16T10:35:44.734Z] #40 CACHED [2021-04-16T10:35:44.734Z] [2021-04-16T10:35:44.734Z] #32 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-04-16T10:35:44.734Z] #32 CACHED [2021-04-16T10:35:44.734Z] [2021-04-16T10:35:44.734Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2021-04-16T10:35:44.734Z] #43 CACHED [2021-04-16T10:35:44.734Z] [2021-04-16T10:35:44.734Z] #21 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2021-04-16T10:35:44.734Z] #21 CACHED [2021-04-16T10:35:44.734Z] [2021-04-16T10:35:44.734Z] #23 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-04-16T10:35:44.734Z] #23 CACHED [2021-04-16T10:35:44.734Z] [2021-04-16T10:35:44.734Z] #26 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2021-04-16T10:35:44.734Z] #26 CACHED [2021-04-16T10:35:44.734Z] [2021-04-16T10:35:44.734Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2021-04-16T10:35:44.734Z] #30 CACHED [2021-04-16T10:35:44.734Z] [2021-04-16T10:35:44.734Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2021-04-16T10:35:44.734Z] #41 CACHED [2021-04-16T10:35:44.734Z] [2021-04-16T10:35:44.734Z] #29 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-04-16T10:35:44.734Z] #29 CACHED [2021-04-16T10:35:44.734Z] [2021-04-16T10:35:44.734Z] #33 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2021-04-16T10:35:44.734Z] #33 CACHED [2021-04-16T10:35:44.734Z] [2021-04-16T10:35:44.734Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-04-16T10:35:44.734Z] #44 CACHED [2021-04-16T10:35:44.734Z] [2021-04-16T10:35:44.734Z] #36 [dev-systemd-false 13/26] COPY --from=tomll /build/ /usr/local/b... [2021-04-16T10:35:44.734Z] #36 CACHED [2021-04-16T10:35:44.734Z] [2021-04-16T10:35:44.734Z] #18 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2021-04-16T10:35:44.734Z] #18 CACHED [2021-04-16T10:35:44.734Z] [2021-04-16T10:35:44.734Z] #16 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2021-04-16T10:35:44.734Z] #16 CACHED [2021-04-16T10:35:44.734Z] [2021-04-16T10:35:44.734Z] #17 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2021-04-16T10:35:44.734Z] #17 CACHED [2021-04-16T10:35:44.734Z] [2021-04-16T10:35:44.734Z] #31 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2021-04-16T10:35:44.734Z] #31 CACHED [2021-04-16T10:35:44.734Z] [2021-04-16T10:35:44.734Z] #34 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2021-04-16T10:35:44.734Z] #34 CACHED [2021-04-16T10:35:44.734Z] [2021-04-16T10:35:44.734Z] #45 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-04-16T10:35:44.734Z] #45 CACHED [2021-04-16T10:35:44.734Z] [2021-04-16T10:35:44.734Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-04-16T10:35:44.734Z] #50 14.10 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-04-16T10:35:44.734Z] #50 14.11 go: finding github.com/pkg/errors v0.8.1 [2021-04-16T10:35:44.734Z] #50 14.12 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-04-16T10:35:44.734Z] #50 14.12 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-04-16T10:35:44.734Z] #50 14.14 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-04-16T10:35:44.734Z] #50 14.14 go: finding github.com/sirupsen/logrus v1.4.2 [2021-04-16T10:35:44.734Z] #50 14.14 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-04-16T10:35:44.734Z] #50 14.14 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-04-16T10:35:44.734Z] #50 14.15 go: finding github.com/stretchr/testify v1.4.0 [2021-04-16T10:35:44.734Z] #50 14.15 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-04-16T10:35:44.734Z] #50 14.15 go: finding github.com/spf13/viper v1.6.1 [2021-04-16T10:35:44.734Z] #50 14.16 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-04-16T10:35:44.734Z] #50 14.16 go: finding github.com/davecgh/go-spew v1.1.1 [2021-04-16T10:35:44.734Z] #50 14.20 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-04-16T10:35:44.734Z] #50 ... [2021-04-16T10:35:44.734Z] [2021-04-16T10:35:44.734Z] #47 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2021-04-16T10:35:45.023Z] #47 DONE 0.1s [2021-04-16T10:35:45.023Z] [2021-04-16T10:35:45.023Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-04-16T10:35:45.023Z] #50 14.20 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-04-16T10:35:45.023Z] #50 14.20 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-04-16T10:35:45.023Z] #50 14.21 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-04-16T10:35:45.023Z] #50 14.22 go: finding github.com/stretchr/objx v0.2.0 [2021-04-16T10:35:45.023Z] #50 14.22 go: finding github.com/spf13/cobra v0.0.5 [2021-04-16T10:35:45.023Z] #50 14.22 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-04-16T10:35:45.023Z] #50 14.23 go: finding github.com/gobwas/glob v0.2.3 [2021-04-16T10:35:45.023Z] #50 14.24 go: finding github.com/spf13/pflag v1.0.5 [2021-04-16T10:35:45.023Z] #50 14.24 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-04-16T10:35:45.023Z] #50 14.24 go: finding github.com/hashicorp/hcl v1.0.0 [2021-04-16T10:35:45.023Z] #50 14.24 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-04-16T10:35:45.023Z] #50 14.26 go: finding github.com/magiconair/properties v1.8.1 [2021-04-16T10:35:45.023Z] #50 14.27 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-04-16T10:35:45.023Z] #50 14.33 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-04-16T10:35:45.023Z] #50 14.34 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-04-16T10:35:45.023Z] #50 14.35 go: finding github.com/pelletier/go-toml v1.2.0 [2021-04-16T10:35:45.023Z] #50 14.35 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-04-16T10:35:45.023Z] #50 14.36 go: finding github.com/spf13/afero v1.1.2 [2021-04-16T10:35:45.023Z] #50 14.37 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-04-16T10:35:45.023Z] #50 14.42 go: finding github.com/spf13/cast v1.3.0 [2021-04-16T10:35:45.023Z] #50 14.42 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-04-16T10:35:45.023Z] #50 14.43 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-04-16T10:35:45.023Z] #50 14.43 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-04-16T10:35:45.023Z] #50 14.43 go: finding golang.org/x/text v0.3.2 [2021-04-16T10:35:45.023Z] #50 14.44 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-04-16T10:35:45.023Z] #50 14.44 go: finding github.com/subosito/gotenv v1.2.0 [2021-04-16T10:35:45.023Z] #50 14.45 go: finding gopkg.in/ini.v1 v1.51.0 [2021-04-16T10:35:45.023Z] #50 14.48 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-04-16T10:35:45.023Z] #50 14.49 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-04-16T10:35:45.023Z] #50 14.50 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-04-16T10:35:45.023Z] #50 14.50 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-04-16T10:35:45.023Z] #50 14.51 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-04-16T10:35:45.023Z] #50 14.53 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-04-16T10:35:45.023Z] #50 14.54 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-04-16T10:35:45.023Z] #50 14.54 go: finding github.com/kisielk/gotool v1.0.0 [2021-04-16T10:35:45.071Z] #47 7.605 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-16T10:35:45.071Z] #47 7.611 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-16T10:35:45.071Z] #47 7.828 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-04-16T10:35:45.134Z] #23 transferring context: 53.55MB 1.7s done [2021-04-16T10:35:45.134Z] #23 DONE 1.7s [2021-04-16T10:35:45.134Z] [2021-04-16T10:35:45.134Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-04-16T10:35:45.134Z] #36 sha256:4a0f5bb24045dca17792a999531bf7bfcbe086e50388356958a16e578c29920b [2021-04-16T10:35:45.134Z] #36 CACHED [2021-04-16T10:35:45.134Z] [2021-04-16T10:35:45.134Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-04-16T10:35:45.134Z] #12 sha256:a4fc3b84a9fb1d234e946cc4577deb87c7e6bc40e23bcd8c860a009a391faa80 [2021-04-16T10:35:45.134Z] #12 CACHED [2021-04-16T10:35:45.134Z] [2021-04-16T10:35:45.134Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-16T10:35:45.134Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-04-16T10:35:45.134Z] #13 CACHED [2021-04-16T10:35:45.134Z] [2021-04-16T10:35:45.134Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:35:45.134Z] #45 sha256:64459a08e6694c5aa2f46c3932623a1939839d2a1e954c3972a37db072f949c8 [2021-04-16T10:35:45.312Z] #50 14.54 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-04-16T10:35:45.312Z] #50 14.54 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-04-16T10:35:45.312Z] #50 14.55 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-04-16T10:35:45.312Z] #50 14.55 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-04-16T10:35:45.312Z] #50 14.56 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-04-16T10:35:45.312Z] #50 14.56 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-04-16T10:35:45.312Z] #50 14.56 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-04-16T10:35:45.312Z] #50 14.57 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-04-16T10:35:45.312Z] #50 14.57 go: finding github.com/ultraware/whitespace v0.0.4 [2021-04-16T10:35:45.312Z] #50 14.57 go: finding github.com/ultraware/funlen v0.0.2 [2021-04-16T10:35:45.312Z] #50 14.58 go: finding github.com/uudashr/gocognit v1.0.1 [2021-04-16T10:35:45.312Z] #50 14.59 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-04-16T10:35:45.312Z] #50 14.60 go: finding github.com/gogo/protobuf v1.2.1 [2021-04-16T10:35:45.312Z] #50 14.66 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-04-16T10:35:45.312Z] #50 14.68 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-04-16T10:35:45.312Z] #50 14.68 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-04-16T10:35:45.312Z] #50 14.70 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-04-16T10:35:45.313Z] #50 14.70 go: finding github.com/BurntSushi/toml v0.3.1 [2021-04-16T10:35:45.332Z] #47 8.031 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-04-16T10:35:46.110Z] #49 25.14 go: extracting golang.org/x/text v0.3.2 [2021-04-16T10:35:46.204Z] #47 5.035 + RM_GOPATH=0 [2021-04-16T10:35:46.204Z] #47 ... [2021-04-16T10:35:46.204Z] [2021-04-16T10:35:46.204Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-04-16T10:35:46.204Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-04-16T10:35:46.204Z] #32 2.268 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-04-16T10:35:46.204Z] #32 2.275 Cloning into '.'... [2021-04-16T10:35:46.204Z] #32 ... [2021-04-16T10:35:46.204Z] [2021-04-16T10:35:46.204Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-04-16T10:35:46.204Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-16T10:35:46.204Z] #42 3.032 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-04-16T10:35:46.204Z] #42 3.084 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-16T10:35:46.204Z] #42 3.084 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-16T10:35:46.204Z] #42 4.738 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-04-16T10:35:46.204Z] #42 5.829 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [272 kB] [2021-04-16T10:35:46.204Z] #42 8.221 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-04-16T10:35:46.204Z] #42 ... [2021-04-16T10:35:46.204Z] [2021-04-16T10:35:46.204Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-04-16T10:35:46.204Z] #36 sha256:7c9164a9e09f5957dcd35b85232a0e2c2e1eefe9590c9cc61db30a2968787259 [2021-04-16T10:35:46.204Z] #36 3.228 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-04-16T10:35:46.204Z] #36 3.331 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-16T10:35:46.204Z] #36 3.331 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-16T10:35:46.204Z] #36 5.146 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-04-16T10:35:46.204Z] #36 6.789 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [272 kB] [2021-04-16T10:35:46.204Z] #36 9.129 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-04-16T10:35:46.204Z] #36 ... [2021-04-16T10:35:46.204Z] [2021-04-16T10:35:46.204Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-04-16T10:35:46.204Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-04-16T10:35:46.204Z] #55 3.211 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-04-16T10:35:46.204Z] #55 3.267 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-16T10:35:46.204Z] #55 3.267 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-16T10:35:46.204Z] #55 4.912 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-04-16T10:35:46.204Z] #55 5.937 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [272 kB] [2021-04-16T10:35:46.204Z] #55 8.402 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-04-16T10:35:46.204Z] #55 ... [2021-04-16T10:35:46.204Z] [2021-04-16T10:35:46.204Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-16T10:35:46.204Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-16T10:35:46.204Z] #13 3.634 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-04-16T10:35:46.204Z] #13 3.752 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-04-16T10:35:46.204Z] #13 3.752 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-16T10:35:46.204Z] #13 3.752 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-16T10:35:46.204Z] #13 4.788 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [462 kB] [2021-04-16T10:35:46.204Z] #13 7.669 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-04-16T10:35:46.204Z] #13 8.928 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [272 kB] [2021-04-16T10:35:46.376Z] #13 ... [2021-04-16T10:35:46.376Z] [2021-04-16T10:35:46.376Z] #23 [internal] load build context [2021-04-16T10:35:46.376Z] #23 sha256:dc051483f4812fef2691e2d37417d4889ba01fbbc24f7c132ad205aa0e6f5f35 [2021-04-16T10:35:46.376Z] #23 transferring context: 53.55MB 4.0s done [2021-04-16T10:35:46.376Z] #23 DONE 4.1s [2021-04-16T10:35:46.376Z] [2021-04-16T10:35:46.376Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-04-16T10:35:46.376Z] #27 sha256:4ebddeabcc004d4b13c6f4d25a7ade626bd2699d969bd74357ae47590469b4a8 [2021-04-16T10:35:46.376Z] #27 CACHED [2021-04-16T10:35:46.376Z] [2021-04-16T10:35:46.376Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-04-16T10:35:46.376Z] #28 sha256:ce0c56098dfa72d738db71d60544bd998cb3ff8843b576273e9404c145fc894c [2021-04-16T10:35:46.376Z] #28 CACHED [2021-04-16T10:35:46.376Z] [2021-04-16T10:35:46.376Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-04-16T10:35:46.376Z] #29 sha256:e2316c56a423369126d110cc42fe6fee4482aed27b26bb9f11e11d7ea4f80137 [2021-04-16T10:35:46.461Z] #13 ... [2021-04-16T10:35:46.461Z] [2021-04-16T10:35:46.461Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-04-16T10:35:46.461Z] #47 sha256:17a1115d5b50779a2e482e38a84cb798d812c3881d2f3e2d95299ccb61587907 [2021-04-16T10:35:46.461Z] #47 5.036 + TMP_GOPATH= [2021-04-16T10:35:46.461Z] #47 5.036 + : /build [2021-04-16T10:35:46.461Z] #47 5.037 + '[' -z '' ']' [2021-04-16T10:35:46.461Z] #47 5.039 ++ mktemp -d [2021-04-16T10:35:46.461Z] #47 5.059 + GOPATH=/tmp/tmp.GWCOemRg6Z [2021-04-16T10:35:46.461Z] #47 5.061 + export GOPATH [2021-04-16T10:35:46.461Z] #47 5.062 + RM_GOPATH=1 [2021-04-16T10:35:46.461Z] #47 5.062 + case "$(go env GOARCH)" in [2021-04-16T10:35:46.461Z] #47 5.064 ++ go env GOARCH [2021-04-16T10:35:46.461Z] #47 5.106 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:46.461Z] #47 5.110 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:46.461Z] #47 5.111 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:46.461Z] #47 5.132 + dir=/tmp/install [2021-04-16T10:35:46.461Z] #47 5.136 + bin=gotestsum [2021-04-16T10:35:46.461Z] #47 5.136 + shift [2021-04-16T10:35:46.461Z] #47 5.136 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-04-16T10:35:46.461Z] #47 5.137 + . /tmp/install/gotestsum.installer [2021-04-16T10:35:46.461Z] #47 5.137 + install_gotestsum [2021-04-16T10:35:46.461Z] #47 5.138 + set -e [2021-04-16T10:35:46.461Z] #47 5.140 + : v0.5.3 [2021-04-16T10:35:46.461Z] #47 5.140 + : /build [2021-04-16T10:35:46.461Z] #47 5.142 + export GO111MODULE=on [2021-04-16T10:35:46.461Z] #47 5.142 + GO111MODULE=on [2021-04-16T10:35:46.461Z] #47 5.142 + GOBIN=/build [2021-04-16T10:35:46.461Z] #47 5.143 + go get gotest.tools/gotestsum@v0.5.3 [2021-04-16T10:35:46.461Z] #47 5.189 go: finding gotest.tools/gotestsum v0.5.3 [2021-04-16T10:35:46.461Z] #47 5.191 go: finding gotest.tools v0.5.3 [2021-04-16T10:35:46.720Z] #47 9.343 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-04-16T10:35:47.022Z] #47 6.206 go: downloading gotest.tools/gotestsum v0.5.3 [2021-04-16T10:35:47.296Z] #47 9.869 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-04-16T10:35:47.296Z] #47 ... [2021-04-16T10:35:47.296Z] [2021-04-16T10:35:47.296Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-16T10:35:47.296Z] #56 sha256:abb64e41d5ddacd535210b89e9a3581ae27fdd816f85f745d40e28d05174dcd5 [2021-04-16T10:35:47.296Z] #56 4.062 + RM_GOPATH=0 [2021-04-16T10:35:47.296Z] #56 4.062 + TMP_GOPATH= [2021-04-16T10:35:47.296Z] #56 4.062 + : /build [2021-04-16T10:35:47.296Z] #56 4.062 + '[' -z '' ']' [2021-04-16T10:35:47.296Z] #56 4.062 ++ mktemp -d [2021-04-16T10:35:47.296Z] #56 4.062 + GOPATH=/tmp/tmp.DqffLLhxGp [2021-04-16T10:35:47.296Z] #56 4.062 + export GOPATH [2021-04-16T10:35:47.296Z] #56 4.062 + RM_GOPATH=1 [2021-04-16T10:35:47.296Z] #56 4.062 + case "$(go env GOARCH)" in [2021-04-16T10:35:47.296Z] #56 4.062 ++ go env GOARCH [2021-04-16T10:35:47.296Z] #56 4.093 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:47.296Z] #56 4.093 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:47.296Z] #56 4.095 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:47.296Z] #56 4.100 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-16T10:35:47.296Z] #56 4.101 + dir=/tmp/install [2021-04-16T10:35:47.296Z] #56 4.101 + bin=containerd [2021-04-16T10:35:47.296Z] #56 4.101 + shift [2021-04-16T10:35:47.296Z] #56 4.101 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-04-16T10:35:47.296Z] #56 4.101 + . /tmp/install/containerd.installer [2021-04-16T10:35:47.296Z] #56 4.101 + install_containerd [2021-04-16T10:35:47.296Z] #56 4.101 + set -e [2021-04-16T10:35:47.296Z] #56 4.101 + : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-16T10:35:47.296Z] #56 4.101 + : /build [2021-04-16T10:35:47.296Z] #56 4.101 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e' [2021-04-16T10:35:47.296Z] #56 4.101 + git clone https://github.com/containerd/containerd.git /tmp/tmp.DqffLLhxGp/src/github.com/containerd/containerd [2021-04-16T10:35:47.296Z] #56 4.103 Cloning into '/tmp/tmp.DqffLLhxGp/src/github.com/containerd/containerd'... [2021-04-16T10:35:47.377Z] #50 ... [2021-04-16T10:35:47.377Z] [2021-04-16T10:35:47.377Z] #54 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-04-16T10:35:47.377Z] #54 15.07 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-04-16T10:35:47.377Z] #54 16.33 + mkdir -p /build [2021-04-16T10:35:47.377Z] #54 16.33 + cp runc /build/runc [2021-04-16T10:35:47.377Z] #54 DONE 16.7s [2021-04-16T10:35:47.377Z] [2021-04-16T10:35:47.377Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-04-16T10:35:47.377Z] #52 7.144 + cd /tmp/tmp.VhSN7QEQmA/src/github.com/mvdan/sh [2021-04-16T10:35:47.377Z] #52 7.144 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-04-16T10:35:47.377Z] #52 7.257 + GO111MODULE=on [2021-04-16T10:35:47.377Z] #52 7.257 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-04-16T10:35:47.377Z] #52 8.230 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-04-16T10:35:47.377Z] #52 8.331 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-04-16T10:35:47.377Z] #52 8.376 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-04-16T10:35:47.377Z] #52 8.436 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-04-16T10:35:47.377Z] #52 8.444 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-04-16T10:35:47.377Z] #52 8.780 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-04-16T10:35:47.377Z] #52 9.045 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-04-16T10:35:47.377Z] #52 9.604 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-04-16T10:35:47.377Z] #52 10.21 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-04-16T10:35:47.377Z] #52 10.27 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-04-16T10:35:47.377Z] #52 10.36 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-04-16T10:35:47.377Z] #52 10.40 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-04-16T10:35:47.377Z] #52 10.65 golang.org/x/sys/unix [2021-04-16T10:35:47.377Z] #52 10.66 github.com/pkg/diff [2021-04-16T10:35:47.377Z] #52 11.45 mvdan.cc/editorconfig [2021-04-16T10:35:47.377Z] #52 12.19 mvdan.cc/sh/v3/fileutil [2021-04-16T10:35:47.377Z] #52 12.30 mvdan.cc/sh/v3/syntax [2021-04-16T10:35:47.377Z] #52 15.24 golang.org/x/crypto/ssh/terminal [2021-04-16T10:35:47.377Z] #52 16.58 mvdan.cc/sh/v3/cmd/shfmt [2021-04-16T10:35:47.557Z] #56 ... [2021-04-16T10:35:47.557Z] [2021-04-16T10:35:47.557Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-04-16T10:35:47.557Z] #37 sha256:5253843c5d93a8ce01b4c80dc5a3471465bf40402467d97babe64b4f83d9ea29 [2021-04-16T10:35:47.557Z] #37 4.353 + RM_GOPATH=0 [2021-04-16T10:35:47.557Z] #37 4.353 + TMP_GOPATH= [2021-04-16T10:35:47.557Z] #37 4.353 + : /build [2021-04-16T10:35:47.557Z] #37 4.353 + '[' -z '' ']' [2021-04-16T10:35:47.557Z] #37 4.353 ++ mktemp -d [2021-04-16T10:35:47.557Z] #37 4.355 + GOPATH=/tmp/tmp.mWteyDGNXa [2021-04-16T10:35:47.557Z] #37 4.357 + export GOPATH [2021-04-16T10:35:47.557Z] #37 4.357 + RM_GOPATH=1 [2021-04-16T10:35:47.557Z] #37 4.357 + case "$(go env GOARCH)" in [2021-04-16T10:35:47.557Z] #37 4.361 ++ go env GOARCH [2021-04-16T10:35:47.557Z] #37 4.391 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:47.557Z] #37 4.392 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:47.557Z] #37 4.396 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:47.557Z] #37 4.415 + dir=/tmp/install [2021-04-16T10:35:47.557Z] #37 4.415 + bin=tini [2021-04-16T10:35:47.557Z] #37 4.415 + shift [2021-04-16T10:35:47.557Z] #37 4.416 + '[' '!' -f /tmp/install/tini.installer ']' [2021-04-16T10:35:47.557Z] #37 4.416 + . /tmp/install/tini.installer [2021-04-16T10:35:47.557Z] #37 4.416 ++ set -e [2021-04-16T10:35:47.557Z] #37 4.417 + install_tini [2021-04-16T10:35:47.557Z] #37 4.419 + : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-04-16T10:35:47.557Z] #37 4.419 + : /build [2021-04-16T10:35:47.557Z] #37 4.419 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-04-16T10:35:47.557Z] #37 4.420 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-04-16T10:35:47.557Z] #37 4.420 + git clone https://github.com/krallin/tini.git /tmp/tmp.mWteyDGNXa/tini [2021-04-16T10:35:47.557Z] #37 4.424 Cloning into '/tmp/tmp.mWteyDGNXa/tini'... [2021-04-16T10:35:47.557Z] #37 5.075 + cd /tmp/tmp.mWteyDGNXa/tini [2021-04-16T10:35:47.557Z] #37 5.076 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-04-16T10:35:47.557Z] #37 5.108 + cmake . [2021-04-16T10:35:47.557Z] #37 5.709 -- The C compiler identification is GNU 8.3.0 [2021-04-16T10:35:47.557Z] #37 5.768 -- Check for working C compiler: /usr/bin/cc [2021-04-16T10:35:47.557Z] #37 6.722 -- Check for working C compiler: /usr/bin/cc -- works [2021-04-16T10:35:47.557Z] #37 6.740 -- Detecting C compiler ABI info [2021-04-16T10:35:47.557Z] #37 8.050 -- Detecting C compiler ABI info - done [2021-04-16T10:35:47.557Z] #37 8.123 -- Detecting C compile features [2021-04-16T10:35:47.557Z] #37 10.19 -- Detecting C compile features - done [2021-04-16T10:35:47.557Z] #37 10.27 -- Performing Test HAS_BUILTIN_FORTIFY [2021-04-16T10:35:47.557Z] #37 ... [2021-04-16T10:35:47.557Z] [2021-04-16T10:35:47.557Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-04-16T10:35:47.557Z] #24 sha256:e9d75577a73d26e35048ded1c39d7c11495b7fa5b73d50ddf10ca187531766dc [2021-04-16T10:35:47.557Z] #24 3.856 + RM_GOPATH=0 [2021-04-16T10:35:47.557Z] #24 3.856 + TMP_GOPATH= [2021-04-16T10:35:47.557Z] #24 3.856 + : /build [2021-04-16T10:35:47.557Z] #24 3.856 + '[' -z '' ']' [2021-04-16T10:35:47.557Z] #24 3.856 ++ mktemp -d [2021-04-16T10:35:47.557Z] #24 3.866 + GOPATH=/tmp/tmp.HGe3r9KAHK [2021-04-16T10:35:47.557Z] #24 3.866 + export GOPATH [2021-04-16T10:35:47.557Z] #24 3.866 + RM_GOPATH=1 [2021-04-16T10:35:47.557Z] #24 3.866 + case "$(go env GOARCH)" in [2021-04-16T10:35:47.557Z] #24 3.866 ++ go env GOARCH [2021-04-16T10:35:47.557Z] #24 3.887 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:47.557Z] #24 3.887 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:47.557Z] #24 3.890 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:47.557Z] #24 3.904 Install docker/cli version 17.06.2-ce from stable [2021-04-16T10:35:47.557Z] #24 3.904 + dir=/tmp/install [2021-04-16T10:35:47.557Z] #24 3.904 + bin=dockercli [2021-04-16T10:35:47.557Z] #24 3.904 + shift [2021-04-16T10:35:47.557Z] #24 3.904 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-04-16T10:35:47.557Z] #24 3.904 + . /tmp/install/dockercli.installer [2021-04-16T10:35:47.557Z] #24 3.904 ++ set -e [2021-04-16T10:35:47.557Z] #24 3.904 + install_dockercli [2021-04-16T10:35:47.557Z] #24 3.904 + : stable [2021-04-16T10:35:47.557Z] #24 3.904 + : 17.06.2-ce [2021-04-16T10:35:47.557Z] #24 3.904 + : /build [2021-04-16T10:35:47.557Z] #24 3.904 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-04-16T10:35:47.557Z] #24 3.904 ++ uname -m [2021-04-16T10:35:47.558Z] #24 3.904 + arch=x86_64 [2021-04-16T10:35:47.558Z] #24 3.904 + '[' x86_64 '!=' x86_64 ']' [2021-04-16T10:35:47.558Z] #24 3.904 + url=https://download.docker.com/linux/static [2021-04-16T10:35:47.558Z] #24 3.904 + tar -xz docker/docker [2021-04-16T10:35:47.558Z] #24 3.927 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-04-16T10:35:47.558Z] #24 ... [2021-04-16T10:35:47.558Z] [2021-04-16T10:35:47.558Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-16T10:35:47.558Z] #49 sha256:09baea0a08acef68e781291c02a7f75d8023921c266f27bae9ad9e449cbdb13c [2021-04-16T10:35:47.558Z] #49 3.838 + RM_GOPATH=0 [2021-04-16T10:35:47.558Z] #49 3.838 + TMP_GOPATH= [2021-04-16T10:35:47.558Z] #49 3.838 + : /build [2021-04-16T10:35:47.558Z] #49 3.838 + '[' -z '' ']' [2021-04-16T10:35:47.558Z] #49 3.848 ++ mktemp -d [2021-04-16T10:35:47.558Z] #49 3.848 + GOPATH=/tmp/tmp.2Ewaw8iV4l [2021-04-16T10:35:47.558Z] #49 3.848 + export GOPATH [2021-04-16T10:35:47.558Z] #49 3.848 + RM_GOPATH=1 [2021-04-16T10:35:47.558Z] #49 3.848 + case "$(go env GOARCH)" in [2021-04-16T10:35:47.558Z] #49 3.848 ++ go env GOARCH [2021-04-16T10:35:47.558Z] #49 3.859 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:47.558Z] #49 3.859 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:47.558Z] #49 3.859 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:47.558Z] #49 3.864 + dir=/tmp/install [2021-04-16T10:35:47.558Z] #49 3.864 + bin=golangci_lint [2021-04-16T10:35:47.558Z] #49 3.864 + shift [2021-04-16T10:35:47.558Z] #49 3.864 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-04-16T10:35:47.558Z] #49 3.864 + . /tmp/install/golangci_lint.installer [2021-04-16T10:35:47.558Z] #49 3.864 + install_golangci_lint [2021-04-16T10:35:47.558Z] #49 3.864 + set -e [2021-04-16T10:35:47.558Z] #49 3.864 + : v1.23.8 [2021-04-16T10:35:47.558Z] #49 3.864 + : /build [2021-04-16T10:35:47.558Z] #49 3.864 + export GO111MODULE=on [2021-04-16T10:35:47.558Z] #49 3.864 + GO111MODULE=on [2021-04-16T10:35:47.558Z] #49 3.864 + GOBIN=/build [2021-04-16T10:35:47.558Z] #49 3.864 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-04-16T10:35:47.558Z] #49 3.898 go: finding github.com v1.23.8 [2021-04-16T10:35:47.558Z] #49 3.898 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-04-16T10:35:47.558Z] #49 3.898 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-04-16T10:35:47.558Z] #49 3.898 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-04-16T10:35:47.558Z] #49 3.898 go: finding github.com/golangci v1.23.8 [2021-04-16T10:35:47.558Z] #49 4.805 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-04-16T10:35:47.558Z] #49 5.365 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-04-16T10:35:47.582Z] #47 6.719 go: extracting gotest.tools/gotestsum v0.5.3 [2021-04-16T10:35:47.819Z] #49 10.48 go: downloading github.com/spf13/pflag v1.0.5 [2021-04-16T10:35:47.819Z] #49 10.50 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-04-16T10:35:47.819Z] #49 10.53 go: downloading github.com/fatih/color v1.7.0 [2021-04-16T10:35:47.819Z] #49 ... [2021-04-16T10:35:47.819Z] [2021-04-16T10:35:47.819Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:35:47.819Z] #45 sha256:6b25832c735f06a7b898c780a23a3f2dfe2efa4b08b2b21bc7222e21931a7092 [2021-04-16T10:35:47.819Z] #45 4.191 + RM_GOPATH=0 [2021-04-16T10:35:47.819Z] #45 4.191 + TMP_GOPATH= [2021-04-16T10:35:47.819Z] #45 4.191 + : /build [2021-04-16T10:35:47.819Z] #45 4.191 + '[' -z '' ']' [2021-04-16T10:35:47.819Z] #45 4.193 ++ mktemp -d [2021-04-16T10:35:47.819Z] #45 4.207 + GOPATH=/tmp/tmp.TJuEk2GNnq [2021-04-16T10:35:47.819Z] #45 4.209 + export GOPATH [2021-04-16T10:35:47.819Z] #45 4.209 + RM_GOPATH=1 [2021-04-16T10:35:47.819Z] #45 4.209 + case "$(go env GOARCH)" in [2021-04-16T10:35:47.819Z] #45 4.209 ++ go env GOARCH [2021-04-16T10:35:47.819Z] #45 4.225 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:47.819Z] #45 4.225 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:47.819Z] #45 4.226 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:47.819Z] #45 4.238 + dir=/tmp/install [2021-04-16T10:35:47.819Z] #45 4.238 + bin=vndr [2021-04-16T10:35:47.819Z] #45 4.238 + shift [2021-04-16T10:35:47.819Z] #45 4.238 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-04-16T10:35:47.819Z] #45 4.238 + . /tmp/install/vndr.installer [2021-04-16T10:35:47.819Z] #45 4.238 ++ set -e [2021-04-16T10:35:47.819Z] #45 4.238 + install_vndr [2021-04-16T10:35:47.819Z] #45 4.238 + : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-04-16T10:35:47.819Z] #45 4.238 + : /build [2021-04-16T10:35:47.819Z] #45 4.238 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-04-16T10:35:47.819Z] #45 4.238 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-04-16T10:35:47.819Z] #45 4.238 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.TJuEk2GNnq/src/github.com/LK4D4/vndr [2021-04-16T10:35:47.819Z] #45 4.240 Cloning into '/tmp/tmp.TJuEk2GNnq/src/github.com/LK4D4/vndr'... [2021-04-16T10:35:47.819Z] #45 4.773 + cd /tmp/tmp.TJuEk2GNnq/src/github.com/LK4D4/vndr [2021-04-16T10:35:47.819Z] #45 4.773 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-04-16T10:35:47.819Z] #45 4.800 + go build -buildmode=pie -v -o /build/vndr . [2021-04-16T10:35:47.819Z] #45 6.191 github.com/LK4D4/vndr/godl/singleflight [2021-04-16T10:35:47.819Z] #45 6.378 github.com/LK4D4/vndr/build [2021-04-16T10:35:47.819Z] #45 6.590 github.com/LK4D4/vndr/versioned [2021-04-16T10:35:47.819Z] #45 7.656 github.com/LK4D4/vndr/godl [2021-04-16T10:35:47.819Z] #45 10.03 github.com/LK4D4/vndr [2021-04-16T10:35:47.819Z] #45 ... [2021-04-16T10:35:47.819Z] [2021-04-16T10:35:47.819Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-04-16T10:35:47.819Z] #67 sha256:b92f1de79082a939a27176ad2a197d1e876950c551a13ab0779ea19708c2ccc2 [2021-04-16T10:35:47.819Z] #67 3.335 + RM_GOPATH=0 [2021-04-16T10:35:47.819Z] #67 3.335 + TMP_GOPATH= [2021-04-16T10:35:47.819Z] #67 3.335 + : /build [2021-04-16T10:35:47.819Z] #67 3.335 + '[' -z '' ']' [2021-04-16T10:35:47.819Z] #67 3.335 ++ mktemp -d [2021-04-16T10:35:47.819Z] #67 3.336 + GOPATH=/tmp/tmp.5DIxXX08qR [2021-04-16T10:35:47.819Z] #67 3.336 + export GOPATH [2021-04-16T10:35:47.819Z] #67 3.336 + RM_GOPATH=1 [2021-04-16T10:35:47.819Z] #67 3.336 + case "$(go env GOARCH)" in [2021-04-16T10:35:47.819Z] #67 3.338 ++ go env GOARCH [2021-04-16T10:35:47.819Z] #67 3.353 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:47.819Z] #67 3.353 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:47.819Z] #67 3.360 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:47.819Z] #67 3.360 + dir=/tmp/install [2021-04-16T10:35:47.819Z] #67 3.360 + bin=proxy [2021-04-16T10:35:47.819Z] #67 3.360 + shift [2021-04-16T10:35:47.819Z] #67 3.360 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-04-16T10:35:47.819Z] #67 3.360 + . /tmp/install/proxy.installer [2021-04-16T10:35:47.819Z] #67 3.360 ++ set -e [2021-04-16T10:35:47.819Z] #67 3.360 + install_proxy [2021-04-16T10:35:47.819Z] #67 3.360 + case "$1" in [2021-04-16T10:35:47.819Z] #67 3.360 + export CGO_ENABLED=0 [2021-04-16T10:35:47.819Z] #67 3.360 + CGO_ENABLED=0 [2021-04-16T10:35:47.819Z] #67 3.360 + _install_proxy [2021-04-16T10:35:47.819Z] #67 3.360 + : b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-04-16T10:35:47.819Z] #67 3.360 + : /build [2021-04-16T10:35:47.819Z] #67 3.360 + echo 'Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46' [2021-04-16T10:35:47.819Z] #67 3.360 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.5DIxXX08qR/src/github.com/docker/libnetwork [2021-04-16T10:35:47.819Z] #67 3.360 Cloning into '/tmp/tmp.5DIxXX08qR/src/github.com/docker/libnetwork'... [2021-04-16T10:35:47.819Z] #67 3.361 Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-04-16T10:35:48.080Z] #67 ... [2021-04-16T10:35:48.080Z] [2021-04-16T10:35:48.080Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-04-16T10:35:48.080Z] #24 sha256:e9d75577a73d26e35048ded1c39d7c11495b7fa5b73d50ddf10ca187531766dc [2021-04-16T10:35:48.080Z] #24 10.66 + mkdir -p /build [2021-04-16T10:35:48.080Z] #24 10.67 + mv docker/docker /build/ [2021-04-16T10:35:48.080Z] #24 10.67 + rmdir docker [2021-04-16T10:35:48.080Z] #24 DONE 10.8s [2021-04-16T10:35:48.080Z] [2021-04-16T10:35:48.080Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-04-16T10:35:48.080Z] #58 sha256:8e6ef1311befa60a31ebba9db71e655d51c66c8c928126b97868ec58bd8e01fe [2021-04-16T10:35:48.080Z] #58 3.493 + RM_GOPATH=0 [2021-04-16T10:35:48.080Z] #58 3.493 + TMP_GOPATH= [2021-04-16T10:35:48.080Z] #58 3.493 + : /build [2021-04-16T10:35:48.080Z] #58 3.493 + '[' -z '' ']' [2021-04-16T10:35:48.080Z] #58 3.493 ++ mktemp -d [2021-04-16T10:35:48.080Z] #58 3.493 + GOPATH=/tmp/tmp.KTeHJsleIB [2021-04-16T10:35:48.080Z] #58 3.493 + export GOPATH [2021-04-16T10:35:48.080Z] #58 3.493 + RM_GOPATH=1 [2021-04-16T10:35:48.080Z] #58 3.493 + case "$(go env GOARCH)" in [2021-04-16T10:35:48.080Z] #58 3.493 ++ go env GOARCH [2021-04-16T10:35:48.080Z] #58 3.527 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:48.080Z] #58 3.527 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:48.080Z] #58 3.528 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:48.080Z] #58 3.532 Install rootlesskit version ed9b8c5cc48d29d0a979dae52a24f6e886795abd [2021-04-16T10:35:48.080Z] #58 3.532 + dir=/tmp/install [2021-04-16T10:35:48.080Z] #58 3.532 + bin=rootlesskit [2021-04-16T10:35:48.080Z] #58 3.532 + shift [2021-04-16T10:35:48.080Z] #58 3.532 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-04-16T10:35:48.080Z] #58 3.532 + . /tmp/install/rootlesskit.installer [2021-04-16T10:35:48.080Z] #58 3.532 ++ set -e [2021-04-16T10:35:48.080Z] #58 3.532 + install_rootlesskit [2021-04-16T10:35:48.080Z] #58 3.532 + case "${1}" in [2021-04-16T10:35:48.080Z] #58 3.532 + export CGO_ENABLED=0 [2021-04-16T10:35:48.080Z] #58 3.532 + CGO_ENABLED=0 [2021-04-16T10:35:48.080Z] #58 3.532 + _install_rootlesskit [2021-04-16T10:35:48.080Z] #58 3.532 + : ed9b8c5cc48d29d0a979dae52a24f6e886795abd [2021-04-16T10:35:48.080Z] #58 3.532 + : /build [2021-04-16T10:35:48.080Z] #58 3.532 + echo 'Install rootlesskit version ed9b8c5cc48d29d0a979dae52a24f6e886795abd' [2021-04-16T10:35:48.080Z] #58 3.532 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.KTeHJsleIB/src/github.com/rootless-containers/rootlesskit [2021-04-16T10:35:48.080Z] #58 3.532 Cloning into '/tmp/tmp.KTeHJsleIB/src/github.com/rootless-containers/rootlesskit'... [2021-04-16T10:35:48.080Z] #58 7.714 + cd /tmp/tmp.KTeHJsleIB/src/github.com/rootless-containers/rootlesskit [2021-04-16T10:35:48.080Z] #58 7.727 + git checkout -q ed9b8c5cc48d29d0a979dae52a24f6e886795abd [2021-04-16T10:35:48.080Z] #58 7.757 + export GO111MODULE=on [2021-04-16T10:35:48.080Z] #58 7.757 + GO111MODULE=on [2021-04-16T10:35:48.080Z] #58 7.757 + export GOPROXY=https://proxy.golang.org [2021-04-16T10:35:48.080Z] #58 7.757 + GOPROXY=https://proxy.golang.org [2021-04-16T10:35:48.080Z] #58 7.757 + for f in rootlesskit rootlesskit-docker-proxy [2021-04-16T10:35:48.080Z] #58 7.758 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-04-16T10:35:48.080Z] #58 9.281 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-04-16T10:35:48.080Z] #58 9.375 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-04-16T10:35:48.080Z] #58 9.376 go: downloading github.com/pkg/errors v0.9.1 [2021-04-16T10:35:48.080Z] #58 9.409 go: downloading github.com/google/uuid v1.2.0 [2021-04-16T10:35:48.080Z] #58 9.441 go: downloading github.com/gorilla/mux v1.8.0 [2021-04-16T10:35:48.080Z] #58 9.487 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-04-16T10:35:48.080Z] #58 9.551 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-04-16T10:35:48.080Z] #58 9.551 go: downloading github.com/gofrs/flock v0.8.0 [2021-04-16T10:35:48.080Z] #58 9.572 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-04-16T10:35:48.080Z] #58 9.699 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-04-16T10:35:48.080Z] #58 9.895 go: extracting github.com/pkg/errors v0.9.1 [2021-04-16T10:35:48.080Z] #58 9.940 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-04-16T10:35:48.080Z] #58 9.977 go: extracting github.com/moby/sys/mountinfo v0.4.1 [2021-04-16T10:35:48.080Z] #58 10.07 go: extracting github.com/gofrs/flock v0.8.0 [2021-04-16T10:35:48.080Z] #58 10.08 go: extracting github.com/google/uuid v1.2.0 [2021-04-16T10:35:48.080Z] #58 10.10 go: extracting github.com/sirupsen/logrus v1.8.1 [2021-04-16T10:35:48.080Z] #58 10.10 go: downloading github.com/moby/vpnkit v0.5.0 [2021-04-16T10:35:48.080Z] #58 10.27 go: extracting github.com/gorilla/mux v1.8.0 [2021-04-16T10:35:48.080Z] #58 10.33 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-04-16T10:35:48.080Z] #58 ... [2021-04-16T10:35:48.080Z] [2021-04-16T10:35:48.080Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-16T10:35:48.080Z] #49 sha256:09baea0a08acef68e781291c02a7f75d8023921c266f27bae9ad9e449cbdb13c [2021-04-16T10:35:48.080Z] #49 10.55 go: downloading github.com/spf13/cobra v0.0.5 [2021-04-16T10:35:48.080Z] #49 10.61 go: downloading github.com/pkg/errors v0.8.1 [2021-04-16T10:35:48.080Z] #49 10.68 go: downloading github.com/spf13/viper v1.6.1 [2021-04-16T10:35:48.080Z] #49 10.79 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-04-16T10:35:48.080Z] #49 10.81 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-04-16T10:35:48.505Z] #29 2.167 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-04-16T10:35:48.553Z] #47 7.794 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-04-16T10:35:48.553Z] #47 7.807 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-04-16T10:35:48.647Z] #49 27.33 go: finding github.com/fatih/color v1.7.0 [2021-04-16T10:35:48.647Z] #49 27.39 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-04-16T10:35:48.647Z] #49 27.41 go: finding github.com/mattn/go-colorable v0.1.4 [2021-04-16T10:35:48.647Z] #49 27.41 go: finding github.com/mattn/go-isatty v0.0.8 [2021-04-16T10:35:48.647Z] #49 27.43 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-04-16T10:35:48.647Z] #49 27.43 go: finding github.com/go-critic/go-critic v0.4.1 [2021-04-16T10:35:48.647Z] #49 27.44 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-04-16T10:35:48.647Z] #49 27.45 go: finding github.com/pkg/errors v0.8.1 [2021-04-16T10:35:48.647Z] #49 27.47 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-04-16T10:35:48.647Z] #49 27.51 go: finding github.com/sirupsen/logrus v1.4.2 [2021-04-16T10:35:48.647Z] #49 27.51 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-04-16T10:35:48.647Z] #49 27.52 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-04-16T10:35:48.647Z] #49 27.52 go: finding github.com/stretchr/testify v1.4.0 [2021-04-16T10:35:48.647Z] #49 27.52 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-04-16T10:35:48.647Z] #49 27.54 go: finding github.com/davecgh/go-spew v1.1.1 [2021-04-16T10:35:48.647Z] #49 27.54 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-04-16T10:35:48.647Z] #49 27.55 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-04-16T10:35:48.647Z] #49 27.55 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-04-16T10:35:48.647Z] #49 27.55 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-04-16T10:35:48.647Z] #49 27.56 go: finding github.com/stretchr/objx v0.2.0 [2021-04-16T10:35:48.647Z] #49 27.57 go: finding github.com/spf13/viper v1.6.1 [2021-04-16T10:35:48.647Z] #49 27.59 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-04-16T10:35:48.647Z] #49 27.60 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-04-16T10:35:48.647Z] #49 27.69 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-04-16T10:35:48.647Z] #49 27.72 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-04-16T10:35:48.647Z] #49 27.74 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-04-16T10:35:48.647Z] #49 27.75 go: finding github.com/spf13/cobra v0.0.5 [2021-04-16T10:35:48.647Z] #49 27.75 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-04-16T10:35:48.647Z] #49 27.79 go: finding github.com/gobwas/glob v0.2.3 [2021-04-16T10:35:48.647Z] #49 27.85 go: finding github.com/spf13/pflag v1.0.5 [2021-04-16T10:35:48.647Z] #49 27.87 go: finding github.com/hashicorp/hcl v1.0.0 [2021-04-16T10:35:48.647Z] #49 27.87 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-04-16T10:35:48.647Z] #49 27.89 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-04-16T10:35:48.653Z] #49 11.25 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-04-16T10:35:48.653Z] #49 11.27 go: extracting github.com/fatih/color v1.7.0 [2021-04-16T10:35:48.811Z] #47 7.931 go: downloading github.com/pkg/errors v0.9.1 [2021-04-16T10:35:48.811Z] #47 7.932 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-04-16T10:35:48.811Z] #47 7.934 go: downloading github.com/fatih/color v1.9.0 [2021-04-16T10:35:48.811Z] #47 7.949 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-04-16T10:35:48.907Z] #49 27.90 go: finding github.com/magiconair/properties v1.8.1 [2021-04-16T10:35:48.907Z] #49 27.92 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-04-16T10:35:48.907Z] #49 27.92 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-04-16T10:35:48.907Z] #49 27.96 go: finding github.com/pelletier/go-toml v1.2.0 [2021-04-16T10:35:48.907Z] #49 27.97 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-04-16T10:35:48.907Z] #49 27.99 go: finding github.com/spf13/afero v1.1.2 [2021-04-16T10:35:48.907Z] #49 28.01 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-04-16T10:35:48.907Z] #49 28.07 go: finding github.com/spf13/cast v1.3.0 [2021-04-16T10:35:48.907Z] #49 28.08 go: finding golang.org/x/text v0.3.2 [2021-04-16T10:35:48.907Z] #49 28.08 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-04-16T10:35:48.907Z] #49 28.09 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-04-16T10:35:48.907Z] #49 28.11 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-04-16T10:35:48.907Z] #49 28.13 go: finding github.com/subosito/gotenv v1.2.0 [2021-04-16T10:35:48.914Z] #49 11.44 go: extracting github.com/spf13/pflag v1.0.5 [2021-04-16T10:35:48.914Z] #49 11.45 go: extracting github.com/spf13/viper v1.6.1 [2021-04-16T10:35:48.914Z] #49 11.57 go: extracting github.com/pkg/errors v0.8.1 [2021-04-16T10:35:48.914Z] #49 11.66 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-04-16T10:35:49.115Z] #47 8.111 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-04-16T10:35:49.115Z] #47 8.337 go: extracting github.com/pkg/errors v0.9.1 [2021-04-16T10:35:49.115Z] #47 8.359 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-04-16T10:35:49.115Z] #47 8.390 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-04-16T10:35:49.115Z] #47 8.411 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-04-16T10:35:49.160Z] #29 2.638 [2021-04-16T10:35:49.167Z] #49 28.13 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-04-16T10:35:49.167Z] #49 28.14 go: finding gopkg.in/ini.v1 v1.51.0 [2021-04-16T10:35:49.167Z] #49 28.16 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-04-16T10:35:49.167Z] #49 28.18 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-04-16T10:35:49.167Z] #49 28.18 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-04-16T10:35:49.167Z] #49 28.22 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-04-16T10:35:49.167Z] #49 28.22 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-04-16T10:35:49.167Z] #49 28.23 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-04-16T10:35:49.167Z] #49 28.23 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-04-16T10:35:49.167Z] #49 28.24 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-04-16T10:35:49.167Z] #49 28.24 go: finding github.com/kisielk/gotool v1.0.0 [2021-04-16T10:35:49.167Z] #49 28.25 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-04-16T10:35:49.167Z] #49 28.27 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-04-16T10:35:49.167Z] #49 28.27 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-04-16T10:35:49.167Z] #49 28.33 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-04-16T10:35:49.167Z] #49 28.35 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-04-16T10:35:49.176Z] #49 11.83 go: extracting github.com/spf13/cobra v0.0.5 [2021-04-16T10:35:49.176Z] #49 11.84 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-04-16T10:35:49.176Z] #49 11.85 go: downloading github.com/spf13/afero v1.1.2 [2021-04-16T10:35:49.176Z] #49 11.87 go: downloading github.com/subosito/gotenv v1.2.0 [2021-04-16T10:35:49.176Z] #49 11.92 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-04-16T10:35:49.176Z] #49 11.92 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-04-16T10:35:49.176Z] #49 11.93 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-04-16T10:35:49.176Z] #49 11.97 go: extracting github.com/subosito/gotenv v1.2.0 [2021-04-16T10:35:49.176Z] #49 11.97 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-04-16T10:35:49.176Z] #49 12.02 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-04-16T10:35:49.372Z] #47 8.548 go: extracting github.com/fatih/color v1.9.0 [2021-04-16T10:35:49.426Z] #49 28.35 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-04-16T10:35:49.426Z] #49 28.35 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-04-16T10:35:49.426Z] #49 28.35 go: finding github.com/ultraware/funlen v0.0.2 [2021-04-16T10:35:49.426Z] #49 28.36 go: finding github.com/ultraware/whitespace v0.0.4 [2021-04-16T10:35:49.426Z] #49 28.39 go: finding github.com/uudashr/gocognit v1.0.1 [2021-04-16T10:35:49.426Z] #49 28.40 go: finding github.com/gogo/protobuf v1.2.1 [2021-04-16T10:35:49.426Z] #49 28.41 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-04-16T10:35:49.426Z] #49 28.51 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-04-16T10:35:49.426Z] #49 28.55 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-04-16T10:35:49.427Z] #49 28.56 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-04-16T10:35:49.427Z] #49 28.57 go: finding github.com/BurntSushi/toml v0.3.1 [2021-04-16T10:35:49.427Z] #49 28.61 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-04-16T10:35:49.437Z] #49 12.04 go: extracting github.com/spf13/afero v1.1.2 [2021-04-16T10:35:49.437Z] #49 12.07 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-04-16T10:35:49.437Z] #49 12.28 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-04-16T10:35:49.628Z] #47 8.839 go: downloading github.com/spf13/pflag v1.0.3 [2021-04-16T10:35:49.790Z] #49 ... [2021-04-16T10:35:49.790Z] [2021-04-16T10:35:49.790Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-04-16T10:35:49.791Z] #53 sha256:18defff342a79430824790deffd704f97e07ab54235cb71c14908ac4c5378672 [2021-04-16T10:35:49.791Z] #53 26.15 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-04-16T10:35:49.791Z] #53 28.35 + mkdir -p /build [2021-04-16T10:35:49.791Z] #53 28.35 + cp runc /build/runc [2021-04-16T10:35:49.791Z] #53 DONE 28.6s [2021-04-16T10:35:49.791Z] [2021-04-16T10:35:49.791Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-16T10:35:49.791Z] #51 sha256:2957002b3442ae70672f921d1ad4a313f73033f834c54173a6edba5d6ec35ee8 [2021-04-16T10:35:49.791Z] #51 25.96 mvdan.cc/sh/v3/cmd/shfmt [2021-04-16T10:35:49.793Z] #49 12.32 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-04-16T10:35:49.884Z] #47 9.012 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-04-16T10:35:49.884Z] #47 9.146 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-16T10:35:49.884Z] #47 9.154 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-16T10:35:50.055Z] #49 12.67 go: downloading golang.org/x/text v0.3.2 [2021-04-16T10:35:50.055Z] #49 12.70 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-04-16T10:35:50.105Z] #52 DONE 19.0s [2021-04-16T10:35:50.105Z] [2021-04-16T10:35:50.105Z] #48 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-04-16T10:35:50.142Z] #47 9.456 go: extracting github.com/spf13/pflag v1.0.3 [2021-04-16T10:35:50.366Z] #51 DONE 29.4s [2021-04-16T10:35:50.366Z] [2021-04-16T10:35:50.366Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-04-16T10:35:50.366Z] #47 sha256:1d4f5b73cc6a0b6868f4a770a08822a89ab2f742c6d50a6f48d25de7131796e3 [2021-04-16T10:35:50.399Z] #47 9.582 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-04-16T10:35:50.399Z] #47 9.670 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-04-16T10:35:50.475Z] #45 4.618 + RM_GOPATH=0 [2021-04-16T10:35:50.475Z] #45 4.618 + TMP_GOPATH= [2021-04-16T10:35:50.475Z] #45 4.626 + : /build [2021-04-16T10:35:50.475Z] #45 4.627 + '[' -z '' ']' [2021-04-16T10:35:50.475Z] #45 4.628 ++ mktemp -d [2021-04-16T10:35:50.475Z] #45 4.629 + GOPATH=/tmp/tmp.k8ivT42kYN [2021-04-16T10:35:50.475Z] #45 4.630 + export GOPATH [2021-04-16T10:35:50.475Z] #45 4.630 + RM_GOPATH=1 [2021-04-16T10:35:50.475Z] #45 4.631 + case "$(go env GOARCH)" in [2021-04-16T10:35:50.475Z] #45 4.632 ++ go env GOARCH [2021-04-16T10:35:50.475Z] #45 4.653 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:50.475Z] #45 4.653 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:50.475Z] #45 4.658 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:50.475Z] #45 4.660 + dir=/tmp/install [2021-04-16T10:35:50.475Z] #45 4.661 + bin=vndr [2021-04-16T10:35:50.475Z] #45 4.661 + shift [2021-04-16T10:35:50.475Z] #45 4.661 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-04-16T10:35:50.475Z] #45 4.661 + . /tmp/install/vndr.installer [2021-04-16T10:35:50.475Z] #45 4.661 ++ set -e [2021-04-16T10:35:50.475Z] #45 4.662 + install_vndr [2021-04-16T10:35:50.475Z] #45 4.662 + : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-04-16T10:35:50.475Z] #45 4.662 + : /build [2021-04-16T10:35:50.475Z] #45 4.662 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-04-16T10:35:50.475Z] #45 4.662 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.k8ivT42kYN/src/github.com/LK4D4/vndr [2021-04-16T10:35:50.475Z] #45 4.662 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-04-16T10:35:50.475Z] #45 4.664 Cloning into '/tmp/tmp.k8ivT42kYN/src/github.com/LK4D4/vndr'... [2021-04-16T10:35:50.475Z] #45 5.342 + cd /tmp/tmp.k8ivT42kYN/src/github.com/LK4D4/vndr [2021-04-16T10:35:50.475Z] #45 5.342 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-04-16T10:35:50.475Z] #45 5.355 + go build -buildmode=pie -v -o /build/vndr . [2021-04-16T10:35:50.475Z] #45 ... [2021-04-16T10:35:50.475Z] [2021-04-16T10:35:50.475Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-04-16T10:35:50.475Z] #34 sha256:60ae8aadcbd3ab5fbb3dcf2bd6a7bd4e0d3d882f0959a3d604f69e03ec88c72c [2021-04-16T10:35:50.475Z] #34 2.453 Install go-toml version v1.8.1 [2021-04-16T10:35:50.475Z] #34 2.460 go: finding github.com v1.8.1 [2021-04-16T10:35:50.475Z] #34 2.460 go: finding github.com/pelletier v1.8.1 [2021-04-16T10:35:50.475Z] #34 2.460 go: finding github.com/pelletier/go-toml/cmd v1.8.1 [2021-04-16T10:35:50.475Z] #34 2.460 go: finding github.com/pelletier/go-toml/cmd/tomll v1.8.1 [2021-04-16T10:35:50.475Z] #34 DONE 5.5s [2021-04-16T10:35:50.475Z] [2021-04-16T10:35:50.475Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-04-16T10:35:50.475Z] #67 sha256:bd8ecb44b78d0d65b76ae925ab81823261e381dddacf1c9eb59f633d3b6cf8f8 [2021-04-16T10:35:50.475Z] #67 4.551 + RM_GOPATH=0 [2021-04-16T10:35:50.475Z] #67 4.559 + TMP_GOPATH= [2021-04-16T10:35:50.475Z] #67 4.559 + : /build [2021-04-16T10:35:50.475Z] #67 4.559 + '[' -z '' ']' [2021-04-16T10:35:50.475Z] #67 4.559 ++ mktemp -d [2021-04-16T10:35:50.475Z] #67 4.576 + GOPATH=/tmp/tmp.JgBOH8GZqv [2021-04-16T10:35:50.475Z] #67 4.576 + export GOPATH [2021-04-16T10:35:50.475Z] #67 4.577 + RM_GOPATH=1 [2021-04-16T10:35:50.475Z] #67 4.577 + case "$(go env GOARCH)" in [2021-04-16T10:35:50.475Z] #67 4.579 ++ go env GOARCH [2021-04-16T10:35:50.475Z] #67 4.593 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:50.475Z] #67 4.593 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:50.475Z] #67 4.595 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:50.475Z] #67 4.596 + dir=/tmp/install [2021-04-16T10:35:50.475Z] #67 4.597 + bin=proxy [2021-04-16T10:35:50.475Z] #67 4.597 + shift [2021-04-16T10:35:50.475Z] #67 4.598 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-04-16T10:35:50.475Z] #67 4.599 + . /tmp/install/proxy.installer [2021-04-16T10:35:50.475Z] #67 4.600 ++ set -e [2021-04-16T10:35:50.475Z] #67 4.600 + install_proxy [2021-04-16T10:35:50.475Z] #67 4.602 + case "$1" in [2021-04-16T10:35:50.475Z] #67 4.602 + export CGO_ENABLED=0 [2021-04-16T10:35:50.475Z] #67 4.603 + CGO_ENABLED=0 [2021-04-16T10:35:50.475Z] #67 4.603 + _install_proxy [2021-04-16T10:35:50.475Z] #67 4.604 + : b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-04-16T10:35:50.475Z] #67 4.604 + : /build [2021-04-16T10:35:50.475Z] #67 4.605 + echo 'Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46' [2021-04-16T10:35:50.475Z] #67 4.606 Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-04-16T10:35:50.475Z] #67 4.606 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.JgBOH8GZqv/src/github.com/docker/libnetwork [2021-04-16T10:35:50.475Z] #67 4.609 Cloning into '/tmp/tmp.JgBOH8GZqv/src/github.com/docker/libnetwork'... [2021-04-16T10:35:50.627Z] #49 ... [2021-04-16T10:35:50.627Z] [2021-04-16T10:35:50.627Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-04-16T10:35:50.627Z] #37 sha256:5253843c5d93a8ce01b4c80dc5a3471465bf40402467d97babe64b4f83d9ea29 [2021-04-16T10:35:50.627Z] #37 10.50 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-04-16T10:35:50.628Z] #37 10.63 -- Configuring done [2021-04-16T10:35:50.628Z] #37 10.65 -- Generating done [2021-04-16T10:35:50.628Z] #37 10.65 -- Build files have been written to: /tmp/tmp.mWteyDGNXa/tini [2021-04-16T10:35:50.628Z] #37 10.67 + make tini-static [2021-04-16T10:35:50.628Z] #37 11.26 Scanning dependencies of target tini-static [2021-04-16T10:35:50.628Z] #37 11.41 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-04-16T10:35:50.628Z] #37 12.70 [100%] Linking C executable tini-static [2021-04-16T10:35:50.628Z] #37 13.14 [100%] Built target tini-static [2021-04-16T10:35:50.628Z] #37 13.19 + mkdir -p /build [2021-04-16T10:35:50.628Z] #37 13.19 + cp tini-static /build/docker-init [2021-04-16T10:35:50.628Z] #37 DONE 13.3s [2021-04-16T10:35:50.669Z] #29 2.914 # 2.5% ###### 8.7% ######### 12.7% ############### 20.9% ################ 22.9% ###################### 31.0% ############################ 39.1% ################################ 45.2% ###################################### 53.4% ############################################# 63.6% ################################################## 69.7% ######################################################## 77.8% ######################################################### 79.9% #################################################################### 94.6% ######################################################################## 100.0% [2021-04-16T10:35:50.734Z] #48 DONE 20.0s [2021-04-16T10:35:50.734Z] [2021-04-16T10:35:50.734Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-04-16T10:35:50.889Z] [2021-04-16T10:35:50.889Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-16T10:35:50.889Z] #51 sha256:c89c8f782abaa4e6c55b19a27b24fc7190cc4ab67aa1ac00f233028fd23711d4 [2021-04-16T10:35:50.889Z] #51 11.91 + cd /tmp/tmp.4HT5mbxR6P/src/github.com/mvdan/sh [2021-04-16T10:35:50.889Z] #51 11.91 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-04-16T10:35:50.889Z] #51 12.05 + GO111MODULE=on [2021-04-16T10:35:50.889Z] #51 12.05 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-04-16T10:35:50.889Z] #51 13.04 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-04-16T10:35:50.889Z] #51 13.04 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-04-16T10:35:50.889Z] #51 13.10 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-04-16T10:35:50.889Z] #51 13.38 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-04-16T10:35:50.889Z] #51 13.39 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-04-16T10:35:50.990Z] #47 ... [2021-04-16T10:35:50.990Z] [2021-04-16T10:35:50.990Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-04-16T10:35:50.990Z] #67 sha256:721fc16eacf69012cabff9b931e8d814a19f64edcaa108a75c6f7c6d3c40d9b7 [2021-04-16T10:35:50.990Z] #67 4.660 + RM_GOPATH=0 [2021-04-16T10:35:50.990Z] #67 4.660 + TMP_GOPATH= [2021-04-16T10:35:50.990Z] #67 4.660 + : /build [2021-04-16T10:35:50.990Z] #67 4.660 + '[' -z '' ']' [2021-04-16T10:35:50.990Z] #67 4.665 ++ mktemp -d [2021-04-16T10:35:50.990Z] #67 4.669 + GOPATH=/tmp/tmp.ZsIOLnRmXg [2021-04-16T10:35:50.990Z] #67 4.671 + export GOPATH [2021-04-16T10:35:50.990Z] #67 4.671 + RM_GOPATH=1 [2021-04-16T10:35:50.990Z] #67 4.671 + case "$(go env GOARCH)" in [2021-04-16T10:35:50.990Z] #67 4.678 ++ go env GOARCH [2021-04-16T10:35:50.990Z] #67 4.736 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:50.990Z] #67 4.736 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:50.990Z] #67 4.736 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:50.990Z] #67 4.746 Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-04-16T10:35:50.990Z] #67 4.746 + dir=/tmp/install [2021-04-16T10:35:50.990Z] #67 4.746 + bin=proxy [2021-04-16T10:35:50.990Z] #67 4.746 + shift [2021-04-16T10:35:50.990Z] #67 4.746 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-04-16T10:35:50.990Z] #67 4.746 + . /tmp/install/proxy.installer [2021-04-16T10:35:50.990Z] #67 4.746 ++ set -e [2021-04-16T10:35:50.990Z] #67 4.746 + install_proxy [2021-04-16T10:35:50.990Z] #67 4.746 + case "$1" in [2021-04-16T10:35:50.990Z] #67 4.746 + export CGO_ENABLED=0 [2021-04-16T10:35:50.990Z] #67 4.746 + CGO_ENABLED=0 [2021-04-16T10:35:50.990Z] #67 4.746 + _install_proxy [2021-04-16T10:35:50.990Z] #67 4.746 + : b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-04-16T10:35:50.990Z] #67 4.746 + : /build [2021-04-16T10:35:50.990Z] #67 4.746 + echo 'Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46' [2021-04-16T10:35:50.990Z] #67 4.746 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.ZsIOLnRmXg/src/github.com/docker/libnetwork [2021-04-16T10:35:50.990Z] #67 4.748 Cloning into '/tmp/tmp.ZsIOLnRmXg/src/github.com/docker/libnetwork'... [2021-04-16T10:35:50.990Z] #67 ... [2021-04-16T10:35:50.990Z] [2021-04-16T10:35:50.990Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-16T10:35:50.990Z] #49 sha256:3fda856b49e821caaa8314cb530fa690d1a70a84251009bd74294b825178aab3 [2021-04-16T10:35:50.990Z] #49 4.282 + RM_GOPATH=0 [2021-04-16T10:35:50.990Z] #49 4.285 + TMP_GOPATH= [2021-04-16T10:35:50.990Z] #49 4.285 + : /build [2021-04-16T10:35:50.990Z] #49 4.285 + '[' -z '' ']' [2021-04-16T10:35:50.990Z] #49 4.285 ++ mktemp -d [2021-04-16T10:35:50.990Z] #49 4.302 + GOPATH=/tmp/tmp.KycV6YNHXe [2021-04-16T10:35:50.990Z] #49 4.302 + export GOPATH [2021-04-16T10:35:50.990Z] #49 4.302 + RM_GOPATH=1 [2021-04-16T10:35:50.990Z] #49 4.302 + case "$(go env GOARCH)" in [2021-04-16T10:35:50.990Z] #49 4.302 ++ go env GOARCH [2021-04-16T10:35:50.990Z] #49 4.350 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:50.990Z] #49 4.350 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:50.990Z] #49 4.357 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:50.990Z] #49 4.357 + dir=/tmp/install [2021-04-16T10:35:50.990Z] #49 4.357 + bin=golangci_lint [2021-04-16T10:35:50.990Z] #49 4.357 + shift [2021-04-16T10:35:50.990Z] #49 4.357 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-04-16T10:35:50.990Z] #49 4.357 + . /tmp/install/golangci_lint.installer [2021-04-16T10:35:50.990Z] #49 4.357 + install_golangci_lint [2021-04-16T10:35:50.990Z] #49 4.361 + set -e [2021-04-16T10:35:50.990Z] #49 4.361 + : v1.23.8 [2021-04-16T10:35:50.990Z] #49 4.361 + : /build [2021-04-16T10:35:50.990Z] #49 4.361 + export GO111MODULE=on [2021-04-16T10:35:50.990Z] #49 4.361 + GO111MODULE=on [2021-04-16T10:35:50.990Z] #49 4.361 + GOBIN=/build [2021-04-16T10:35:50.990Z] #49 4.361 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-04-16T10:35:50.990Z] #49 4.396 go: finding github.com v1.23.8 [2021-04-16T10:35:50.990Z] #49 4.396 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-04-16T10:35:50.990Z] #49 4.396 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-04-16T10:35:50.990Z] #49 4.396 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-04-16T10:35:50.990Z] #49 4.396 go: finding github.com/golangci v1.23.8 [2021-04-16T10:35:50.990Z] #49 5.561 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-04-16T10:35:50.990Z] #49 6.308 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-04-16T10:35:51.247Z] #49 ... [2021-04-16T10:35:51.247Z] [2021-04-16T10:35:51.247Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:35:51.247Z] #45 sha256:48e3890b1ec9b7f2844f2242a64d47e52fc97a0a2beaf78d5c48865100003438 [2021-04-16T10:35:51.247Z] #45 5.073 + RM_GOPATH=0 [2021-04-16T10:35:51.247Z] #45 5.073 + TMP_GOPATH= [2021-04-16T10:35:51.247Z] #45 5.073 + : /build [2021-04-16T10:35:51.247Z] #45 5.074 + '[' -z '' ']' [2021-04-16T10:35:51.247Z] #45 5.075 ++ mktemp -d [2021-04-16T10:35:51.247Z] #45 5.076 + GOPATH=/tmp/tmp.27KTnAJulG [2021-04-16T10:35:51.247Z] #45 5.076 + export GOPATH [2021-04-16T10:35:51.247Z] #45 5.076 + RM_GOPATH=1 [2021-04-16T10:35:51.247Z] #45 5.077 + case "$(go env GOARCH)" in [2021-04-16T10:35:51.247Z] #45 5.078 ++ go env GOARCH [2021-04-16T10:35:51.247Z] #45 5.112 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:51.247Z] #45 5.113 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:51.247Z] #45 5.114 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:51.247Z] #45 5.125 + dir=/tmp/install [2021-04-16T10:35:51.247Z] #45 5.126 + bin=vndr [2021-04-16T10:35:51.247Z] #45 5.128 + shift [2021-04-16T10:35:51.247Z] #45 5.128 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-04-16T10:35:51.247Z] #45 5.129 + . /tmp/install/vndr.installer [2021-04-16T10:35:51.247Z] #45 5.129 ++ set -e [2021-04-16T10:35:51.247Z] #45 5.130 + install_vndr [2021-04-16T10:35:51.247Z] #45 5.130 + : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-04-16T10:35:51.247Z] #45 5.132 + : /build [2021-04-16T10:35:51.247Z] #45 5.133 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-04-16T10:35:51.247Z] #45 5.133 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-04-16T10:35:51.247Z] #45 5.133 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.27KTnAJulG/src/github.com/LK4D4/vndr [2021-04-16T10:35:51.247Z] #45 5.137 Cloning into '/tmp/tmp.27KTnAJulG/src/github.com/LK4D4/vndr'... [2021-04-16T10:35:51.247Z] #45 6.008 + cd /tmp/tmp.27KTnAJulG/src/github.com/LK4D4/vndr [2021-04-16T10:35:51.247Z] #45 6.008 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-04-16T10:35:51.247Z] #45 6.038 + go build -buildmode=pie -v -o /build/vndr . [2021-04-16T10:35:51.247Z] #45 7.629 runtime/cgo [2021-04-16T10:35:51.247Z] #45 7.829 runtime [2021-04-16T10:35:51.247Z] #45 ... [2021-04-16T10:35:51.247Z] [2021-04-16T10:35:51.247Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-16T10:35:51.247Z] #51 sha256:977ddd2fd4eeeabc38522ca19723d9052cf8de0a1c2effa3553fe7a00309a118 [2021-04-16T10:35:51.247Z] #51 5.112 + RM_GOPATH=0 [2021-04-16T10:35:51.247Z] #51 5.113 + TMP_GOPATH= [2021-04-16T10:35:51.247Z] #51 5.113 + : /build [2021-04-16T10:35:51.247Z] #51 5.113 + '[' -z '' ']' [2021-04-16T10:35:51.247Z] #51 5.116 ++ mktemp -d [2021-04-16T10:35:51.247Z] #51 5.119 + GOPATH=/tmp/tmp.aY5WAxiW1h [2021-04-16T10:35:51.247Z] #51 5.120 + export GOPATH [2021-04-16T10:35:51.247Z] #51 5.120 + RM_GOPATH=1 [2021-04-16T10:35:51.247Z] #51 5.120 + case "$(go env GOARCH)" in [2021-04-16T10:35:51.247Z] #51 5.129 ++ go env GOARCH [2021-04-16T10:35:51.247Z] #51 5.166 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:51.247Z] #51 5.168 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:51.247Z] #51 5.169 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:51.247Z] #51 5.170 + dir=/tmp/install [2021-04-16T10:35:51.247Z] #51 5.170 + bin=shfmt [2021-04-16T10:35:51.247Z] #51 5.170 + shift [2021-04-16T10:35:51.247Z] #51 5.171 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-04-16T10:35:51.247Z] #51 5.171 + . /tmp/install/shfmt.installer [2021-04-16T10:35:51.247Z] #51 5.171 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-04-16T10:35:51.247Z] #51 5.171 + install_shfmt [2021-04-16T10:35:51.247Z] #51 5.172 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-04-16T10:35:51.247Z] #51 5.172 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-04-16T10:35:51.247Z] #51 5.172 + git clone https://github.com/mvdan/sh.git /tmp/tmp.aY5WAxiW1h/src/github.com/mvdan/sh [2021-04-16T10:35:51.247Z] #51 5.176 Cloning into '/tmp/tmp.aY5WAxiW1h/src/github.com/mvdan/sh'... [2021-04-16T10:35:51.318Z] #29 4.918 [2021-04-16T10:35:51.369Z] #50 ... [2021-04-16T10:35:51.369Z] [2021-04-16T10:35:51.369Z] #49 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2021-04-16T10:35:51.369Z] #49 DONE 0.1s [2021-04-16T10:35:51.369Z] [2021-04-16T10:35:51.369Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-04-16T10:35:51.504Z] #51 ... [2021-04-16T10:35:51.504Z] [2021-04-16T10:35:51.504Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-04-16T10:35:51.504Z] #58 sha256:3b62a6a04354bc4e94b41e4193f325ad5e32dc9b9ac3d136d569f255334eef86 [2021-04-16T10:35:51.504Z] #58 4.610 + RM_GOPATH=0 [2021-04-16T10:35:51.504Z] #58 4.610 + TMP_GOPATH= [2021-04-16T10:35:51.504Z] #58 4.610 + : /build [2021-04-16T10:35:51.504Z] #58 4.610 + '[' -z '' ']' [2021-04-16T10:35:51.504Z] #58 4.610 ++ mktemp -d [2021-04-16T10:35:51.504Z] #58 4.626 + GOPATH=/tmp/tmp.viVne46FZ5 [2021-04-16T10:35:51.504Z] #58 4.626 + export GOPATH [2021-04-16T10:35:51.504Z] #58 4.626 + RM_GOPATH=1 [2021-04-16T10:35:51.504Z] #58 4.626 + case "$(go env GOARCH)" in [2021-04-16T10:35:51.504Z] #58 4.628 ++ go env GOARCH [2021-04-16T10:35:51.504Z] #58 4.658 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:51.504Z] #58 4.658 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:51.504Z] #58 4.658 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:51.504Z] #58 4.658 + dir=/tmp/install [2021-04-16T10:35:51.504Z] #58 4.658 + bin=rootlesskit [2021-04-16T10:35:51.504Z] #58 4.658 + shift [2021-04-16T10:35:51.504Z] #58 4.658 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-04-16T10:35:51.504Z] #58 4.658 + . /tmp/install/rootlesskit.installer [2021-04-16T10:35:51.504Z] #58 4.658 ++ set -e [2021-04-16T10:35:51.504Z] #58 4.658 + install_rootlesskit [2021-04-16T10:35:51.504Z] #58 4.658 + case "${1}" in [2021-04-16T10:35:51.504Z] #58 4.658 + export CGO_ENABLED=0 [2021-04-16T10:35:51.504Z] #58 4.658 + CGO_ENABLED=0 [2021-04-16T10:35:51.504Z] #58 4.658 + _install_rootlesskit [2021-04-16T10:35:51.504Z] #58 4.660 + : ed9b8c5cc48d29d0a979dae52a24f6e886795abd [2021-04-16T10:35:51.504Z] #58 4.660 + : /build [2021-04-16T10:35:51.504Z] #58 4.660 + echo 'Install rootlesskit version ed9b8c5cc48d29d0a979dae52a24f6e886795abd' [2021-04-16T10:35:51.504Z] #58 4.660 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.viVne46FZ5/src/github.com/rootless-containers/rootlesskit [2021-04-16T10:35:51.504Z] #58 4.660 Install rootlesskit version ed9b8c5cc48d29d0a979dae52a24f6e886795abd [2021-04-16T10:35:51.504Z] #58 4.686 Cloning into '/tmp/tmp.viVne46FZ5/src/github.com/rootless-containers/rootlesskit'... [2021-04-16T10:35:51.504Z] #58 9.493 + cd /tmp/tmp.viVne46FZ5/src/github.com/rootless-containers/rootlesskit [2021-04-16T10:35:51.504Z] #58 9.494 + git checkout -q ed9b8c5cc48d29d0a979dae52a24f6e886795abd [2021-04-16T10:35:51.504Z] #58 9.514 + export GO111MODULE=on [2021-04-16T10:35:51.504Z] #58 9.518 + GO111MODULE=on [2021-04-16T10:35:51.504Z] #58 9.518 + export GOPROXY=https://proxy.golang.org [2021-04-16T10:35:51.504Z] #58 9.518 + GOPROXY=https://proxy.golang.org [2021-04-16T10:35:51.504Z] #58 9.519 + for f in rootlesskit rootlesskit-docker-proxy [2021-04-16T10:35:51.504Z] #58 9.519 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-04-16T10:35:51.504Z] #58 ... [2021-04-16T10:35:51.504Z] [2021-04-16T10:35:51.504Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-04-16T10:35:51.504Z] #24 sha256:652eed8f556489952723ea49c44fe45d90201fd06c6389882ef26510696f62e3 [2021-04-16T10:35:51.504Z] #24 5.051 + RM_GOPATH=0 [2021-04-16T10:35:51.504Z] #24 5.051 + TMP_GOPATH= [2021-04-16T10:35:51.504Z] #24 5.051 + : /build [2021-04-16T10:35:51.504Z] #24 5.051 + '[' -z '' ']' [2021-04-16T10:35:51.504Z] #24 5.058 ++ mktemp -d [2021-04-16T10:35:51.504Z] #24 5.063 + GOPATH=/tmp/tmp.Jkr68MbIox [2021-04-16T10:35:51.504Z] #24 5.063 + export GOPATH [2021-04-16T10:35:51.504Z] #24 5.063 + RM_GOPATH=1 [2021-04-16T10:35:51.504Z] #24 5.063 + case "$(go env GOARCH)" in [2021-04-16T10:35:51.504Z] #24 5.064 ++ go env GOARCH [2021-04-16T10:35:51.504Z] #24 5.097 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:51.504Z] #24 5.097 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:51.504Z] #24 5.100 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:51.504Z] #24 5.115 + dir=/tmp/install [2021-04-16T10:35:51.504Z] #24 5.116 + bin=dockercli [2021-04-16T10:35:51.504Z] #24 5.116 + shift [2021-04-16T10:35:51.504Z] #24 5.116 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-04-16T10:35:51.504Z] #24 5.116 + . /tmp/install/dockercli.installer [2021-04-16T10:35:51.504Z] #24 5.116 ++ set -e [2021-04-16T10:35:51.504Z] #24 5.123 + install_dockercli [2021-04-16T10:35:51.504Z] #24 5.124 + : stable [2021-04-16T10:35:51.504Z] #24 5.127 + : 17.06.2-ce [2021-04-16T10:35:51.504Z] #24 5.127 + : /build [2021-04-16T10:35:51.504Z] #24 5.127 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-04-16T10:35:51.504Z] #24 5.127 Install docker/cli version 17.06.2-ce from stable [2021-04-16T10:35:51.504Z] #24 5.131 ++ uname -m [2021-04-16T10:35:51.504Z] #24 5.140 + arch=x86_64 [2021-04-16T10:35:51.504Z] #24 5.140 + '[' x86_64 '!=' x86_64 ']' [2021-04-16T10:35:51.504Z] #24 5.140 + url=https://download.docker.com/linux/static [2021-04-16T10:35:51.504Z] #24 5.140 + tar -xz docker/docker [2021-04-16T10:35:51.504Z] #24 5.142 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-04-16T10:35:51.760Z] #24 ... [2021-04-16T10:35:51.760Z] [2021-04-16T10:35:51.760Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-04-16T10:35:51.760Z] #34 sha256:c91cc92371f055b8f7232a1c19eb8a8439050e902da3db2904d136d93de521df [2021-04-16T10:35:51.761Z] #34 4.984 Install go-toml version v1.8.1 [2021-04-16T10:35:51.761Z] #34 5.020 go: finding github.com/pelletier/go-toml/cmd/tomll v1.8.1 [2021-04-16T10:35:51.761Z] #34 5.029 go: finding github.com/pelletier/go-toml/cmd v1.8.1 [2021-04-16T10:35:51.761Z] #34 5.042 go: finding github.com/pelletier v1.8.1 [2021-04-16T10:35:51.761Z] #34 5.045 go: finding github.com v1.8.1 [2021-04-16T10:35:51.832Z] #51 14.30 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-04-16T10:35:51.870Z] #67 ... [2021-04-16T10:35:51.870Z] [2021-04-16T10:35:51.870Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:35:51.870Z] #45 sha256:64459a08e6694c5aa2f46c3932623a1939839d2a1e954c3972a37db072f949c8 [2021-04-16T10:35:51.870Z] #45 6.688 github.com/LK4D4/vndr/godl/singleflight [2021-04-16T10:35:51.870Z] #45 6.710 github.com/LK4D4/vndr/versioned [2021-04-16T10:35:51.870Z] #45 6.877 github.com/LK4D4/vndr/build [2021-04-16T10:35:51.916Z] #29 5.117 0.4% ############## 19.5% ################################ 45.6% #################################################### 72.5% ######################################################################## 100.0% [2021-04-16T10:35:51.997Z] #50 ... [2021-04-16T10:35:51.997Z] [2021-04-16T10:35:51.997Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-04-16T10:35:51.997Z] #57 21.45 + cd /tmp/tmp.esD134IaWu/src/github.com/containerd/containerd [2021-04-16T10:35:52.017Z] #34 ... [2021-04-16T10:35:52.017Z] [2021-04-16T10:35:52.017Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-04-16T10:35:52.017Z] #58 sha256:3b62a6a04354bc4e94b41e4193f325ad5e32dc9b9ac3d136d569f255334eef86 [2021-04-16T10:35:52.017Z] #58 11.29 go: downloading github.com/pkg/errors v0.9.1 [2021-04-16T10:35:52.017Z] #58 11.30 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-04-16T10:35:52.017Z] #58 11.30 go: downloading github.com/google/uuid v1.2.0 [2021-04-16T10:35:52.017Z] #58 11.31 go: downloading github.com/moby/vpnkit v0.5.0 [2021-04-16T10:35:52.017Z] #58 11.38 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-04-16T10:35:52.046Z] Client: [2021-04-16T10:35:52.046Z] Debug Mode: false [2021-04-16T10:35:52.046Z] Plugins: [2021-04-16T10:35:52.046Z] cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0) [2021-04-16T10:35:52.046Z] [2021-04-16T10:35:52.046Z] Server: [2021-04-16T10:35:52.046Z] Containers: 0 [2021-04-16T10:35:52.046Z] Running: 0 [2021-04-16T10:35:52.046Z] Paused: 0 [2021-04-16T10:35:52.046Z] Stopped: 0 [2021-04-16T10:35:52.046Z] Images: 0 [2021-04-16T10:35:52.046Z] Server Version: 19.03.12 [2021-04-16T10:35:52.046Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-04-16T10:35:52.046Z] Windows: [2021-04-16T10:35:52.046Z] LCOW: [2021-04-16T10:35:52.046Z] Logging Driver: json-file [2021-04-16T10:35:52.046Z] Plugins: [2021-04-16T10:35:52.046Z] Volume: local [2021-04-16T10:35:52.046Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-04-16T10:35:52.046Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-04-16T10:35:52.046Z] Swarm: inactive [2021-04-16T10:35:52.046Z] Default Isolation: process [2021-04-16T10:35:52.046Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-04-16T10:35:52.046Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1757) [2021-04-16T10:35:52.046Z] OSType: windows [2021-04-16T10:35:52.046Z] Architecture: x86_64 [2021-04-16T10:35:52.046Z] CPUs: 4 [2021-04-16T10:35:52.046Z] Total Memory: 32GiB [2021-04-16T10:35:52.046Z] Name: azwin-2-a80f70 [2021-04-16T10:35:52.046Z] ID: WN5Z:FHZS:DLL2:44FT:5VQE:5IBG:D3OX:ZQY2:XHHE:F6GE:ORMY:IJ6Q [2021-04-16T10:35:52.046Z] Docker Root Dir: D:\docker [2021-04-16T10:35:52.046Z] Debug Mode: false [2021-04-16T10:35:52.046Z] Registry: https://index.docker.io/v1/ [2021-04-16T10:35:52.046Z] Labels: [2021-04-16T10:35:52.046Z] Experimental: true [2021-04-16T10:35:52.046Z] Insecure Registries: [2021-04-16T10:35:52.046Z] 10.0.0.4:5000 [2021-04-16T10:35:52.046Z] 127.0.0.0/8 [2021-04-16T10:35:52.046Z] Registry Mirrors: [2021-04-16T10:35:52.046Z] http://10.0.0.4:5000/ [2021-04-16T10:35:52.046Z] Live Restore Enabled: false [2021-04-16T10:35:52.046Z] [2021-04-16T10:35:52.093Z] #51 14.71 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-04-16T10:35:52.154Z] #45 7.211 github.com/LK4D4/vndr/godl [Pipeline] } [Pipeline] // stage [2021-04-16T10:35:52.217Z] #29 ... [2021-04-16T10:35:52.217Z] [2021-04-16T10:35:52.217Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-04-16T10:35:52.217Z] #55 sha256:c6de94bf361792c0630dfe92297aafeb0498862bc4e1fa7f675f3ac2c82c21ea [2021-04-16T10:35:52.217Z] #55 0.896 Hit:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [2021-04-16T10:35:52.217Z] #55 0.909 Hit:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [2021-04-16T10:35:52.217Z] #55 1.159 Hit:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [2021-04-16T10:35:52.217Z] #55 5.347 Reading package lists... [2021-04-16T10:35:52.217Z] #55 ... [2021-04-16T10:35:52.217Z] [2021-04-16T10:35:52.217Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-04-16T10:35:52.217Z] #32 sha256:ba59694c74ae35466e9aac70d02cc54f7d6e23f684c9a35cfebae8ddb1b44030 [2021-04-16T10:35:52.217Z] #32 0.631 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-04-16T10:35:52.217Z] #32 0.634 Cloning into '.'... [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2021-04-16T10:35:52.274Z] #58 11.54 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-04-16T10:35:52.274Z] #58 11.61 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-04-16T10:35:52.286Z] #57 21.45 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-16T10:35:52.526Z] #32 ... [2021-04-16T10:35:52.526Z] [2021-04-16T10:35:52.526Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-04-16T10:35:52.526Z] #40 sha256:c360766b9b9540745e547dc930890c4e537534bd1ab1855e1af4d697e9a70cf8 [2021-04-16T10:35:52.526Z] #40 0.286 + git clone https://github.com/docker/distribution.git . [2021-04-16T10:35:52.526Z] #40 0.288 Cloning into '.'... [2021-04-16T10:35:52.526Z] #40 ... [2021-04-16T10:35:52.526Z] [2021-04-16T10:35:52.526Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-04-16T10:35:52.526Z] #36 sha256:79f49bf47c58a6a4ce1054d2344261d05117cb9c833f2854cdb226827e69bd91 [2021-04-16T10:35:52.526Z] #36 0.908 Hit:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [2021-04-16T10:35:52.526Z] #36 0.910 Hit:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [2021-04-16T10:35:52.526Z] #36 1.085 Hit:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [2021-04-16T10:35:52.531Z] #58 11.91 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-04-16T10:35:52.788Z] #58 12.05 go: downloading github.com/gofrs/flock v0.8.0 [2021-04-16T10:35:52.788Z] #58 12.07 go: extracting github.com/pkg/errors v0.9.1 [2021-04-16T10:35:52.788Z] #58 12.11 go: downloading github.com/gorilla/mux v1.8.0 [2021-04-16T10:35:52.788Z] #58 12.13 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-04-16T10:35:52.828Z] #36 5.151 Reading package lists... [2021-04-16T10:35:52.828Z] #36 ... [2021-04-16T10:35:52.828Z] [2021-04-16T10:35:52.828Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-04-16T10:35:52.828Z] #42 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-04-16T10:35:52.828Z] #42 1.003 Hit:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [2021-04-16T10:35:52.828Z] #42 1.003 Hit:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [2021-04-16T10:35:52.828Z] #42 1.086 Hit:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [2021-04-16T10:35:52.828Z] #42 5.218 Reading package lists... [2021-04-16T10:35:52.828Z] #42 ... [2021-04-16T10:35:52.828Z] [2021-04-16T10:35:52.828Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-04-16T10:35:52.828Z] #29 sha256:e2316c56a423369126d110cc42fe6fee4482aed27b26bb9f11e11d7ea4f80137 [2021-04-16T10:35:52.828Z] #29 6.098 [2021-04-16T10:35:52.915Z] #57 22.06 + export 'BUILDTAGS=netgo osusergo static_build' [2021-04-16T10:35:52.915Z] #57 22.06 + BUILDTAGS='netgo osusergo static_build' [2021-04-16T10:35:52.915Z] #57 22.06 + export EXTRA_FLAGS=-buildmode=pie [2021-04-16T10:35:52.915Z] #57 22.06 + EXTRA_FLAGS=-buildmode=pie [2021-04-16T10:35:52.915Z] #57 22.06 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-04-16T10:35:52.915Z] #57 22.06 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-04-16T10:35:52.915Z] #57 22.06 + '[' '' = dynamic ']' [2021-04-16T10:35:52.915Z] #57 22.06 + make [2021-04-16T10:35:53.039Z] #51 15.56 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-04-16T10:35:53.044Z] #58 12.40 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-04-16T10:35:53.302Z] #58 12.45 go: extracting github.com/google/uuid v1.2.0 [2021-04-16T10:35:53.302Z] #58 12.66 go: extracting github.com/moby/sys/mountinfo v0.4.1 [2021-04-16T10:35:53.438Z] #29 6.419 ######### 13.1% ######################## 33.9% ####################################### 54.4% ##################################################### 74.9% #################################################################### 95.6% ######################################################################## 100.0% [2021-04-16T10:35:53.543Z] #57 22.66 + bin/ctr [2021-04-16T10:35:53.550Z] #45 8.774 github.com/LK4D4/vndr [2021-04-16T10:35:53.613Z] #51 16.36 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-04-16T10:35:53.738Z] #29 7.522 [2021-04-16T10:35:53.864Z] #58 13.09 go: extracting github.com/gofrs/flock v0.8.0 [2021-04-16T10:35:53.874Z] #51 16.40 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-04-16T10:35:53.874Z] #51 16.52 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-04-16T10:35:53.874Z] #51 16.52 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-04-16T10:35:54.429Z] #58 ... [2021-04-16T10:35:54.429Z] [2021-04-16T10:35:54.429Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-04-16T10:35:54.429Z] #34 sha256:c91cc92371f055b8f7232a1c19eb8a8439050e902da3db2904d136d93de521df [2021-04-16T10:35:54.429Z] #34 DONE 13.6s [2021-04-16T10:35:54.429Z] [2021-04-16T10:35:54.429Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-04-16T10:35:54.429Z] #58 sha256:3b62a6a04354bc4e94b41e4193f325ad5e32dc9b9ac3d136d569f255334eef86 [2021-04-16T10:35:54.429Z] #58 13.64 go: extracting github.com/sirupsen/logrus v1.8.1 [2021-04-16T10:35:54.429Z] #58 13.69 go: extracting github.com/gorilla/mux v1.8.0 [2021-04-16T10:35:54.447Z] #51 ... [2021-04-16T10:35:54.447Z] [2021-04-16T10:35:54.447Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-04-16T10:35:54.447Z] #67 sha256:b92f1de79082a939a27176ad2a197d1e876950c551a13ab0779ea19708c2ccc2 [2021-04-16T10:35:54.685Z] #58 13.96 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-04-16T10:35:54.708Z] #67 17.25 Checking out files: 90% (1717/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2021-04-16T10:35:54.708Z] #67 17.45 + cd /tmp/tmp.5DIxXX08qR/src/github.com/docker/libnetwork [2021-04-16T10:35:54.708Z] #67 17.45 + git checkout -q b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-04-16T10:35:54.984Z] #45 ... [2021-04-16T10:35:54.984Z] [2021-04-16T10:35:54.984Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-16T10:35:54.984Z] #51 sha256:0211f2aac60e6bcefda87315c8c3fd71f255e38ff3b2fc86fa278b735bbb1945 [2021-04-16T10:35:54.984Z] #51 3.214 + RM_GOPATH=0 [2021-04-16T10:35:54.984Z] #51 3.214 + TMP_GOPATH= [2021-04-16T10:35:54.984Z] #51 3.214 + : /build [2021-04-16T10:35:54.984Z] #51 3.214 + '[' -z '' ']' [2021-04-16T10:35:54.984Z] #51 3.214 ++ mktemp -d [2021-04-16T10:35:54.984Z] #51 3.214 + GOPATH=/tmp/tmp.bWynnqI81V [2021-04-16T10:35:54.984Z] #51 3.214 + export GOPATH [2021-04-16T10:35:54.984Z] #51 3.214 + RM_GOPATH=1 [2021-04-16T10:35:54.984Z] #51 3.214 + case "$(go env GOARCH)" in [2021-04-16T10:35:54.984Z] #51 3.214 ++ go env GOARCH [2021-04-16T10:35:54.984Z] #51 3.214 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:54.984Z] #51 3.214 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:54.984Z] #51 3.214 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:54.984Z] #51 3.214 + dir=/tmp/install [2021-04-16T10:35:54.985Z] #51 3.214 + bin=shfmt [2021-04-16T10:35:54.985Z] #51 3.214 + shift [2021-04-16T10:35:54.985Z] #51 3.214 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-04-16T10:35:54.985Z] #51 3.214 + . /tmp/install/shfmt.installer [2021-04-16T10:35:54.985Z] #51 3.214 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-04-16T10:35:54.985Z] #51 3.214 + install_shfmt [2021-04-16T10:35:54.985Z] #51 3.214 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-04-16T10:35:54.985Z] #51 3.214 + git clone https://github.com/mvdan/sh.git /tmp/tmp.bWynnqI81V/src/github.com/mvdan/sh [2021-04-16T10:35:54.985Z] #51 3.214 Cloning into '/tmp/tmp.bWynnqI81V/src/github.com/mvdan/sh'... [2021-04-16T10:35:54.985Z] #51 3.219 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-04-16T10:35:54.985Z] #51 8.069 + cd /tmp/tmp.bWynnqI81V/src/github.com/mvdan/sh [2021-04-16T10:35:54.985Z] #51 8.069 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-04-16T10:35:54.985Z] #51 8.217 + GO111MODULE=on [2021-04-16T10:35:54.985Z] #51 8.217 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-04-16T10:35:54.985Z] #51 9.291 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-04-16T10:35:54.985Z] #51 9.311 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-04-16T10:35:54.985Z] #51 9.341 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-04-16T10:35:54.985Z] #51 9.467 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-04-16T10:35:54.985Z] #51 9.506 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-04-16T10:35:54.985Z] #51 10.02 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-04-16T10:35:54.985Z] #51 ... [2021-04-16T10:35:54.985Z] [2021-04-16T10:35:54.985Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-04-16T10:35:54.985Z] #47 sha256:a6062770ac3b58d875a2caf3e5dbd5ee696e2079c02f444c6edf2d7c8a996e2b [2021-04-16T10:35:54.985Z] #47 4.345 + RM_GOPATH=0 [2021-04-16T10:35:54.985Z] #47 4.345 + TMP_GOPATH= [2021-04-16T10:35:54.985Z] #47 4.345 + : /build [2021-04-16T10:35:54.985Z] #47 4.345 + '[' -z '' ']' [2021-04-16T10:35:54.985Z] #47 4.345 ++ mktemp -d [2021-04-16T10:35:54.985Z] #47 4.345 + GOPATH=/tmp/tmp.fF1EnnFFyy [2021-04-16T10:35:54.985Z] #47 4.345 + export GOPATH [2021-04-16T10:35:54.985Z] #47 4.345 + RM_GOPATH=1 [2021-04-16T10:35:54.985Z] #47 4.345 + case "$(go env GOARCH)" in [2021-04-16T10:35:54.985Z] #47 4.347 ++ go env GOARCH [2021-04-16T10:35:54.985Z] #47 4.382 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:54.985Z] #47 4.382 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:54.985Z] #47 4.402 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:54.985Z] #47 4.402 + dir=/tmp/install [2021-04-16T10:35:54.985Z] #47 4.402 + bin=gotestsum [2021-04-16T10:35:54.985Z] #47 4.402 + shift [2021-04-16T10:35:54.985Z] #47 4.402 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-04-16T10:35:54.985Z] #47 4.402 + . /tmp/install/gotestsum.installer [2021-04-16T10:35:54.985Z] #47 4.402 + install_gotestsum [2021-04-16T10:35:54.985Z] #47 4.414 + set -e [2021-04-16T10:35:54.985Z] #47 4.414 + : v0.5.3 [2021-04-16T10:35:54.985Z] #47 4.414 + : /build [2021-04-16T10:35:54.985Z] #47 4.414 + export GO111MODULE=on [2021-04-16T10:35:54.985Z] #47 4.414 + GO111MODULE=on [2021-04-16T10:35:54.985Z] #47 4.414 + GOBIN=/build [2021-04-16T10:35:54.985Z] #47 4.414 + go get gotest.tools/gotestsum@v0.5.3 [2021-04-16T10:35:54.985Z] #47 4.463 go: finding gotest.tools v0.5.3 [2021-04-16T10:35:54.985Z] #47 4.463 go: finding gotest.tools/gotestsum v0.5.3 [2021-04-16T10:35:54.985Z] #47 5.335 go: downloading gotest.tools/gotestsum v0.5.3 [2021-04-16T10:35:54.985Z] #47 5.763 go: extracting gotest.tools/gotestsum v0.5.3 [2021-04-16T10:35:54.985Z] #47 6.591 go: downloading github.com/fatih/color v1.9.0 [2021-04-16T10:35:54.985Z] #47 6.607 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-04-16T10:35:54.985Z] #47 6.610 go: downloading github.com/spf13/pflag v1.0.3 [2021-04-16T10:35:54.985Z] #47 6.668 go: downloading github.com/pkg/errors v0.9.1 [2021-04-16T10:35:54.985Z] #47 6.674 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-04-16T10:35:54.985Z] #47 6.685 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-04-16T10:35:54.985Z] #47 6.779 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-04-16T10:35:54.985Z] #47 6.817 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-04-16T10:35:54.985Z] #47 6.892 go: extracting github.com/spf13/pflag v1.0.3 [2021-04-16T10:35:54.985Z] #47 6.967 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-04-16T10:35:54.985Z] #47 7.034 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-04-16T10:35:54.985Z] #47 7.069 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-04-16T10:35:54.985Z] #47 7.148 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-04-16T10:35:54.985Z] #47 7.199 go: extracting github.com/fatih/color v1.9.0 [2021-04-16T10:35:54.985Z] #47 7.199 go: extracting github.com/pkg/errors v0.9.1 [2021-04-16T10:35:54.985Z] #47 7.331 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-16T10:35:54.985Z] #47 7.332 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-16T10:35:54.985Z] #47 7.405 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-04-16T10:35:54.985Z] #47 7.484 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-04-16T10:35:54.985Z] #47 7.903 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-04-16T10:35:54.985Z] #47 8.302 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-04-16T10:35:54.985Z] #47 8.922 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-04-16T10:35:55.246Z] #47 ... [2021-04-16T10:35:55.246Z] [2021-04-16T10:35:55.246Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-04-16T10:35:55.246Z] #58 sha256:1d4878a7f106f94f22e408988e47d982f0b1f1b819b67898b0abdfd7595b92a8 [2021-04-16T10:35:55.246Z] #58 4.094 + RM_GOPATH=0 [2021-04-16T10:35:55.246Z] #58 4.094 + TMP_GOPATH= [2021-04-16T10:35:55.246Z] #58 4.094 + : /build [2021-04-16T10:35:55.246Z] #58 4.094 + '[' -z '' ']' [2021-04-16T10:35:55.246Z] #58 4.094 ++ mktemp -d [2021-04-16T10:35:55.246Z] #58 4.095 + GOPATH=/tmp/tmp.XZKP6fh2ET [2021-04-16T10:35:55.246Z] #58 4.095 + export GOPATH [2021-04-16T10:35:55.246Z] #58 4.095 + RM_GOPATH=1 [2021-04-16T10:35:55.246Z] #58 4.095 + case "$(go env GOARCH)" in [2021-04-16T10:35:55.246Z] #58 4.096 ++ go env GOARCH [2021-04-16T10:35:55.246Z] #58 4.142 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:55.246Z] #58 4.142 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:55.246Z] #58 4.199 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:55.246Z] #58 4.199 + dir=/tmp/install [2021-04-16T10:35:55.246Z] #58 4.199 + bin=rootlesskit [2021-04-16T10:35:55.246Z] #58 4.199 + shift [2021-04-16T10:35:55.246Z] #58 4.199 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-04-16T10:35:55.246Z] #58 4.199 + . /tmp/install/rootlesskit.installer [2021-04-16T10:35:55.246Z] #58 4.199 ++ set -e [2021-04-16T10:35:55.246Z] #58 4.199 + install_rootlesskit [2021-04-16T10:35:55.246Z] #58 4.199 + case "${1}" in [2021-04-16T10:35:55.246Z] #58 4.199 + export CGO_ENABLED=0 [2021-04-16T10:35:55.246Z] #58 4.199 + CGO_ENABLED=0 [2021-04-16T10:35:55.246Z] #58 4.199 + _install_rootlesskit [2021-04-16T10:35:55.246Z] #58 4.199 + : ed9b8c5cc48d29d0a979dae52a24f6e886795abd [2021-04-16T10:35:55.246Z] #58 4.199 + : /build [2021-04-16T10:35:55.246Z] #58 4.199 + echo 'Install rootlesskit version ed9b8c5cc48d29d0a979dae52a24f6e886795abd' [2021-04-16T10:35:55.246Z] #58 4.199 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.XZKP6fh2ET/src/github.com/rootless-containers/rootlesskit [2021-04-16T10:35:55.246Z] #58 4.199 Cloning into '/tmp/tmp.XZKP6fh2ET/src/github.com/rootless-containers/rootlesskit'... [2021-04-16T10:35:55.246Z] #58 4.202 Install rootlesskit version ed9b8c5cc48d29d0a979dae52a24f6e886795abd [2021-04-16T10:35:55.246Z] #58 6.779 + cd /tmp/tmp.XZKP6fh2ET/src/github.com/rootless-containers/rootlesskit [2021-04-16T10:35:55.246Z] #58 6.780 + git checkout -q ed9b8c5cc48d29d0a979dae52a24f6e886795abd [2021-04-16T10:35:55.246Z] #58 6.833 + export GO111MODULE=on [2021-04-16T10:35:55.246Z] #58 6.850 + GO111MODULE=on [2021-04-16T10:35:55.246Z] #58 6.851 + export GOPROXY=https://proxy.golang.org [2021-04-16T10:35:55.246Z] #58 6.851 + GOPROXY=https://proxy.golang.org [2021-04-16T10:35:55.246Z] #58 6.852 + for f in rootlesskit rootlesskit-docker-proxy [2021-04-16T10:35:55.246Z] #58 6.853 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-04-16T10:35:55.246Z] #58 8.216 go: downloading github.com/pkg/errors v0.9.1 [2021-04-16T10:35:55.246Z] #58 8.308 go: downloading github.com/moby/vpnkit v0.5.0 [2021-04-16T10:35:55.246Z] #58 8.378 go: downloading github.com/google/uuid v1.2.0 [2021-04-16T10:35:55.246Z] #58 8.398 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-04-16T10:35:55.246Z] #58 8.424 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-04-16T10:35:55.246Z] #58 8.444 go: downloading github.com/gofrs/flock v0.8.0 [2021-04-16T10:35:55.246Z] #58 8.464 go: downloading github.com/gorilla/mux v1.8.0 [2021-04-16T10:35:55.246Z] #58 8.533 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-04-16T10:35:55.246Z] #58 8.544 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-04-16T10:35:55.246Z] #58 8.550 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-04-16T10:35:55.246Z] #58 8.607 go: extracting github.com/gofrs/flock v0.8.0 [2021-04-16T10:35:55.246Z] #58 8.610 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-04-16T10:35:55.247Z] #58 8.615 go: extracting github.com/gorilla/mux v1.8.0 [2021-04-16T10:35:55.247Z] #58 8.635 go: extracting github.com/pkg/errors v0.9.1 [2021-04-16T10:35:55.247Z] #58 8.635 go: extracting github.com/google/uuid v1.2.0 [2021-04-16T10:35:55.247Z] #58 8.701 go: extracting github.com/moby/sys/mountinfo v0.4.1 [2021-04-16T10:35:55.247Z] #58 8.853 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-04-16T10:35:55.247Z] #58 9.015 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-04-16T10:35:55.247Z] #58 9.104 go: extracting github.com/sirupsen/logrus v1.8.1 [2021-04-16T10:35:55.247Z] #58 9.744 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-04-16T10:35:55.247Z] #58 9.750 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-04-16T10:35:55.247Z] #58 10.04 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-04-16T10:35:55.247Z] #58 10.07 go: extracting github.com/moby/vpnkit v0.5.0 [2021-04-16T10:35:55.280Z] #67 17.83 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-04-16T10:35:55.288Z] #58 ... [2021-04-16T10:35:55.288Z] [2021-04-16T10:35:55.288Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-04-16T10:35:55.288Z] #24 sha256:652eed8f556489952723ea49c44fe45d90201fd06c6389882ef26510696f62e3 [2021-04-16T10:35:55.288Z] #24 14.26 + mkdir -p /build [2021-04-16T10:35:55.288Z] #24 14.27 + mv docker/docker /build/ [2021-04-16T10:35:55.288Z] #24 14.29 + rmdir docker [2021-04-16T10:35:55.288Z] #24 DONE 14.4s [2021-04-16T10:35:55.288Z] [2021-04-16T10:35:55.288Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-16T10:35:55.288Z] #49 sha256:3fda856b49e821caaa8314cb530fa690d1a70a84251009bd74294b825178aab3 [2021-04-16T10:35:55.288Z] #49 13.91 go: downloading github.com/spf13/pflag v1.0.5 [2021-04-16T10:35:55.288Z] #49 13.92 go: downloading github.com/pkg/errors v0.8.1 [2021-04-16T10:35:55.288Z] #49 13.92 go: downloading github.com/stretchr/testify v1.4.0 [2021-04-16T10:35:55.288Z] #49 13.93 go: downloading github.com/fatih/color v1.7.0 [2021-04-16T10:35:55.288Z] #49 13.93 go: downloading github.com/spf13/cobra v0.0.5 [2021-04-16T10:35:55.289Z] #49 13.95 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-04-16T10:35:55.508Z] #58 ... [2021-04-16T10:35:55.508Z] [2021-04-16T10:35:55.508Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-04-16T10:35:55.508Z] #53 sha256:df65f99b8dcfc750f02e65f926ad3822249b9b9b7edf9201e43a615dfd9b1df5 [2021-04-16T10:35:55.508Z] #53 4.093 + RM_GOPATH=0 [2021-04-16T10:35:55.508Z] #53 4.093 + TMP_GOPATH= [2021-04-16T10:35:55.508Z] #53 4.093 + : /build [2021-04-16T10:35:55.508Z] #53 4.093 + '[' -z '' ']' [2021-04-16T10:35:55.509Z] #53 4.093 ++ mktemp -d [2021-04-16T10:35:55.509Z] #53 4.095 + GOPATH=/tmp/tmp.3dZBurqRPc [2021-04-16T10:35:55.509Z] #53 4.099 + export GOPATH [2021-04-16T10:35:55.509Z] #53 4.099 + RM_GOPATH=1 [2021-04-16T10:35:55.509Z] #53 4.099 + case "$(go env GOARCH)" in [2021-04-16T10:35:55.509Z] #53 4.101 ++ go env GOARCH [2021-04-16T10:35:55.509Z] #53 4.129 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:55.509Z] #53 4.129 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:55.509Z] #53 4.129 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:55.509Z] #53 4.139 + dir=/tmp/install [2021-04-16T10:35:55.509Z] #53 4.139 + bin=runc [2021-04-16T10:35:55.509Z] #53 4.139 + shift [2021-04-16T10:35:55.509Z] #53 4.139 + '[' '!' -f /tmp/install/runc.installer ']' [2021-04-16T10:35:55.509Z] #53 4.139 + . /tmp/install/runc.installer [2021-04-16T10:35:55.509Z] #53 4.139 ++ set -e [2021-04-16T10:35:55.509Z] #53 4.139 + install_runc [2021-04-16T10:35:55.509Z] #53 4.139 + : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-16T10:35:55.509Z] #53 4.139 + : /build [2021-04-16T10:35:55.509Z] #53 4.139 + uname -r [2021-04-16T10:35:55.509Z] #53 4.139 + grep -q '^3\.10\.0.*\.el7\.' [2021-04-16T10:35:55.509Z] #53 4.139 + RUNC_BUILDTAGS='seccomp ' [2021-04-16T10:35:55.509Z] #53 4.139 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-04-16T10:35:55.509Z] #53 4.139 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.3dZBurqRPc/src/github.com/opencontainers/runc [2021-04-16T10:35:55.509Z] #53 4.142 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-04-16T10:35:55.509Z] #53 4.149 Cloning into '/tmp/tmp.3dZBurqRPc/src/github.com/opencontainers/runc'... [2021-04-16T10:35:55.509Z] #53 ... [2021-04-16T10:35:55.509Z] [2021-04-16T10:35:55.509Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-16T10:35:55.509Z] #56 sha256:144a32523a326334293e35cf1d2255272030a9964e8a2a0cb868b4bb524ec42e [2021-04-16T10:35:55.509Z] #56 2.314 + RM_GOPATH=0 [2021-04-16T10:35:55.509Z] #56 2.314 + TMP_GOPATH= [2021-04-16T10:35:55.509Z] #56 2.314 + : /build [2021-04-16T10:35:55.509Z] #56 2.314 + '[' -z '' ']' [2021-04-16T10:35:55.509Z] #56 2.314 ++ mktemp -d [2021-04-16T10:35:55.509Z] #56 2.314 + GOPATH=/tmp/tmp.lJdtZz6CCa [2021-04-16T10:35:55.509Z] #56 2.314 + export GOPATH [2021-04-16T10:35:55.509Z] #56 2.314 + RM_GOPATH=1 [2021-04-16T10:35:55.509Z] #56 2.314 + case "$(go env GOARCH)" in [2021-04-16T10:35:55.509Z] #56 2.314 ++ go env GOARCH [2021-04-16T10:35:55.509Z] #56 2.314 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:55.509Z] #56 2.314 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:55.509Z] #56 2.314 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:55.509Z] #56 2.314 + dir=/tmp/install [2021-04-16T10:35:55.509Z] #56 2.314 + bin=containerd [2021-04-16T10:35:55.509Z] #56 2.314 + shift [2021-04-16T10:35:55.509Z] #56 2.314 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-04-16T10:35:55.509Z] #56 2.314 + . /tmp/install/containerd.installer [2021-04-16T10:35:55.509Z] #56 2.314 + install_containerd [2021-04-16T10:35:55.509Z] #56 2.314 + set -e [2021-04-16T10:35:55.509Z] #56 2.314 + : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-16T10:35:55.509Z] #56 2.314 + : /build [2021-04-16T10:35:55.509Z] #56 2.314 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e' [2021-04-16T10:35:55.509Z] #56 2.314 + git clone https://github.com/containerd/containerd.git /tmp/tmp.lJdtZz6CCa/src/github.com/containerd/containerd [2021-04-16T10:35:55.509Z] #56 2.314 Cloning into '/tmp/tmp.lJdtZz6CCa/src/github.com/containerd/containerd'... [2021-04-16T10:35:55.509Z] #56 2.316 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-16T10:35:55.545Z] #49 14.88 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-04-16T10:35:55.545Z] #49 14.88 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-04-16T10:35:55.545Z] #49 14.93 go: extracting github.com/pkg/errors v0.8.1 [2021-04-16T10:35:55.545Z] #49 14.93 go: extracting github.com/fatih/color v1.7.0 [2021-04-16T10:35:55.570Z] #29 7.781 0.1% #### 5.6% ########## 15.2% ################ 22.9% ################### 26.7% ##################### 30.5% ########################## 36.3% ############################## 42.1% ################################### 49.8% ###################################### 53.6% ########################################## 59.3% ############################################# [2021-04-16T10:35:55.570Z] #29 ... [2021-04-16T10:35:55.570Z] [2021-04-16T10:35:55.570Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-04-16T10:35:55.570Z] #34 sha256:c55d8313777968c1531107b965625c042b99aad1b37a10519de30188156516e0 [2021-04-16T10:35:55.570Z] #34 0.428 Install go-toml version v1.8.1 [2021-04-16T10:35:55.570Z] #34 0.457 go: finding github.com v1.8.1 [2021-04-16T10:35:55.570Z] #34 0.459 go: finding github.com/pelletier/go-toml/cmd/tomll v1.8.1 [2021-04-16T10:35:55.570Z] #34 0.459 go: finding github.com/pelletier/go-toml/cmd v1.8.1 [2021-04-16T10:35:55.570Z] #34 0.462 go: finding github.com/pelletier v1.8.1 [2021-04-16T10:35:55.570Z] #34 DONE 9.3s [2021-04-16T10:35:55.570Z] [2021-04-16T10:35:55.570Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-04-16T10:35:55.570Z] #29 sha256:e2316c56a423369126d110cc42fe6fee4482aed27b26bb9f11e11d7ea4f80137 [2021-04-16T10:35:55.644Z] #47 DONE 34.4s [2021-04-16T10:35:55.644Z] [2021-04-16T10:35:55.644Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-16T10:35:55.644Z] #56 sha256:de166c69133a94241271d4c11ba725ce2c22b4c80df69b9b5e32c49d4b27ca4b [2021-04-16T10:35:55.644Z] #56 34.32 Checking out files: 98% (3831/3883) Checking out files: 99% (3845/3883) Checking out files: 100% (3883/3883) Checking out files: 100% (3883/3883), done. [2021-04-16T10:35:55.644Z] #56 34.37 + cd /tmp/tmp.haFkZZ7eNq/src/github.com/containerd/containerd [2021-04-16T10:35:55.644Z] #56 34.37 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-16T10:35:55.771Z] #56 ... [2021-04-16T10:35:55.771Z] [2021-04-16T10:35:55.771Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-16T10:35:55.771Z] #49 sha256:86d2417d1d662ba9387daaa8253891f334d7318a361d9a968413ee2721e6dcbf [2021-04-16T10:35:55.771Z] #49 3.437 + RM_GOPATH=0 [2021-04-16T10:35:55.771Z] #49 3.437 + TMP_GOPATH= [2021-04-16T10:35:55.771Z] #49 3.437 + : /build [2021-04-16T10:35:55.771Z] #49 3.437 + '[' -z '' ']' [2021-04-16T10:35:55.771Z] #49 3.437 ++ mktemp -d [2021-04-16T10:35:55.771Z] #49 3.443 + GOPATH=/tmp/tmp.74jbzuckVT [2021-04-16T10:35:55.771Z] #49 3.443 + export GOPATH [2021-04-16T10:35:55.771Z] #49 3.443 + RM_GOPATH=1 [2021-04-16T10:35:55.771Z] #49 3.443 + case "$(go env GOARCH)" in [2021-04-16T10:35:55.771Z] #49 3.451 ++ go env GOARCH [2021-04-16T10:35:55.771Z] #49 3.459 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:55.771Z] #49 3.459 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:55.771Z] #49 3.459 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:55.771Z] #49 3.536 + dir=/tmp/install [2021-04-16T10:35:55.771Z] #49 3.536 + bin=golangci_lint [2021-04-16T10:35:55.771Z] #49 3.536 + shift [2021-04-16T10:35:55.771Z] #49 3.536 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-04-16T10:35:55.771Z] #49 3.536 + . /tmp/install/golangci_lint.installer [2021-04-16T10:35:55.771Z] #49 3.536 + install_golangci_lint [2021-04-16T10:35:55.771Z] #49 3.536 + set -e [2021-04-16T10:35:55.771Z] #49 3.536 + : v1.23.8 [2021-04-16T10:35:55.771Z] #49 3.536 + : /build [2021-04-16T10:35:55.771Z] #49 3.536 + export GO111MODULE=on [2021-04-16T10:35:55.771Z] #49 3.536 + GO111MODULE=on [2021-04-16T10:35:55.771Z] #49 3.536 + GOBIN=/build [2021-04-16T10:35:55.771Z] #49 3.536 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-04-16T10:35:55.771Z] #49 3.536 go: finding github.com v1.23.8 [2021-04-16T10:35:55.771Z] #49 3.536 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-04-16T10:35:55.771Z] #49 3.536 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-04-16T10:35:55.771Z] #49 3.536 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-04-16T10:35:55.771Z] #49 3.536 go: finding github.com/golangci v1.23.8 [2021-04-16T10:35:55.771Z] #49 4.291 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-04-16T10:35:55.771Z] #49 4.827 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-04-16T10:35:55.771Z] #49 8.860 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-04-16T10:35:55.771Z] #49 8.864 go: downloading github.com/spf13/cobra v0.0.5 [2021-04-16T10:35:55.771Z] #49 8.881 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-04-16T10:35:55.771Z] #49 8.881 go: downloading github.com/fatih/color v1.7.0 [2021-04-16T10:35:55.771Z] #49 8.947 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-04-16T10:35:55.771Z] #49 9.111 go: extracting github.com/fatih/color v1.7.0 [2021-04-16T10:35:55.771Z] #49 9.127 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-04-16T10:35:55.771Z] #49 9.149 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-04-16T10:35:55.771Z] #49 9.215 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-04-16T10:35:55.771Z] #49 9.222 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-04-16T10:35:55.771Z] #49 9.306 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-04-16T10:35:55.771Z] #49 9.308 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-04-16T10:35:55.771Z] #49 9.332 go: downloading github.com/spf13/pflag v1.0.5 [2021-04-16T10:35:55.771Z] #49 9.380 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-04-16T10:35:55.771Z] #49 9.409 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-04-16T10:35:55.771Z] #49 9.430 go: extracting github.com/spf13/cobra v0.0.5 [2021-04-16T10:35:55.771Z] #49 9.474 go: downloading github.com/spf13/viper v1.6.1 [2021-04-16T10:35:55.771Z] #49 9.478 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-04-16T10:35:55.771Z] #49 9.555 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-04-16T10:35:55.771Z] #49 9.568 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-04-16T10:35:55.771Z] #49 9.619 go: downloading github.com/stretchr/testify v1.4.0 [2021-04-16T10:35:55.771Z] #49 9.780 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-04-16T10:35:55.771Z] #49 9.870 go: extracting github.com/spf13/pflag v1.0.5 [2021-04-16T10:35:55.771Z] #49 9.959 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-04-16T10:35:55.771Z] #49 9.978 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-04-16T10:35:55.771Z] #49 9.983 go: extracting github.com/spf13/viper v1.6.1 [2021-04-16T10:35:55.771Z] #49 9.998 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-04-16T10:35:55.771Z] #49 10.01 go: extracting github.com/stretchr/testify v1.4.0 [2021-04-16T10:35:55.771Z] #49 10.03 go: downloading github.com/ultraware/funlen v0.0.2 [2021-04-16T10:35:55.771Z] #49 10.04 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-04-16T10:35:55.771Z] #49 10.07 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-04-16T10:35:55.771Z] #49 10.08 go: extracting github.com/ultraware/funlen v0.0.2 [2021-04-16T10:35:55.771Z] #49 10.20 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-04-16T10:35:55.771Z] #49 10.21 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-04-16T10:35:55.771Z] #49 10.25 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-04-16T10:35:55.771Z] #49 10.61 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-04-16T10:35:55.771Z] #49 10.68 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-04-16T10:35:55.771Z] #49 10.70 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-04-16T10:35:55.771Z] #49 ... [2021-04-16T10:35:55.771Z] [2021-04-16T10:35:55.771Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-04-16T10:35:55.771Z] #37 sha256:a5eee31fb698b15f66293460d672c5e17246d477f651bcece721492c09a51f94 [2021-04-16T10:35:55.771Z] #37 3.735 + RM_GOPATH=0 [2021-04-16T10:35:55.771Z] #37 3.735 + TMP_GOPATH= [2021-04-16T10:35:55.771Z] #37 3.735 + : /build [2021-04-16T10:35:55.771Z] #37 3.735 + '[' -z '' ']' [2021-04-16T10:35:55.771Z] #37 3.735 ++ mktemp -d [2021-04-16T10:35:55.771Z] #37 3.735 + GOPATH=/tmp/tmp.yA8VduBiYJ [2021-04-16T10:35:55.771Z] #37 3.735 + export GOPATH [2021-04-16T10:35:55.771Z] #37 3.735 + RM_GOPATH=1 [2021-04-16T10:35:55.771Z] #37 3.735 + case "$(go env GOARCH)" in [2021-04-16T10:35:55.771Z] #37 3.735 ++ go env GOARCH [2021-04-16T10:35:55.771Z] #37 3.735 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:55.771Z] #37 3.735 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:55.771Z] #37 3.735 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:55.771Z] #37 3.735 + dir=/tmp/install [2021-04-16T10:35:55.771Z] #37 3.735 + bin=tini [2021-04-16T10:35:55.771Z] #37 3.735 + shift [2021-04-16T10:35:55.771Z] #37 3.735 + '[' '!' -f /tmp/install/tini.installer ']' [2021-04-16T10:35:55.771Z] #37 3.735 + . /tmp/install/tini.installer [2021-04-16T10:35:55.771Z] #37 3.735 ++ set -e [2021-04-16T10:35:55.771Z] #37 3.735 + install_tini [2021-04-16T10:35:55.771Z] #37 3.735 + : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-04-16T10:35:55.771Z] #37 3.735 + : /build [2021-04-16T10:35:55.771Z] #37 3.735 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-04-16T10:35:55.771Z] #37 3.735 + git clone https://github.com/krallin/tini.git /tmp/tmp.yA8VduBiYJ/tini [2021-04-16T10:35:55.771Z] #37 3.735 Cloning into '/tmp/tmp.yA8VduBiYJ/tini'... [2021-04-16T10:35:55.771Z] #37 3.737 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-04-16T10:35:55.771Z] #37 4.518 + cd /tmp/tmp.yA8VduBiYJ/tini [2021-04-16T10:35:55.771Z] #37 4.518 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-04-16T10:35:55.771Z] #37 4.527 + cmake . [2021-04-16T10:35:55.771Z] #37 4.864 -- The C compiler identification is GNU 8.3.0 [2021-04-16T10:35:55.771Z] #37 4.915 -- Check for working C compiler: /usr/bin/cc [2021-04-16T10:35:55.771Z] #37 5.609 -- Check for working C compiler: /usr/bin/cc -- works [2021-04-16T10:35:55.771Z] #37 5.609 -- Detecting C compiler ABI info [2021-04-16T10:35:55.771Z] #37 6.404 -- Detecting C compiler ABI info - done [2021-04-16T10:35:55.771Z] #37 6.443 -- Detecting C compile features [2021-04-16T10:35:55.771Z] #37 8.381 -- Detecting C compile features - done [2021-04-16T10:35:55.771Z] #37 8.408 -- Performing Test HAS_BUILTIN_FORTIFY [2021-04-16T10:35:55.771Z] #37 8.613 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-04-16T10:35:55.771Z] #37 8.697 -- Configuring done [2021-04-16T10:35:55.771Z] #37 8.723 -- Generating done [2021-04-16T10:35:55.771Z] #37 8.726 -- Build files have been written to: /tmp/tmp.yA8VduBiYJ/tini [2021-04-16T10:35:55.771Z] #37 8.733 + make tini-static [2021-04-16T10:35:55.771Z] #37 8.957 Scanning dependencies of target tini-static [2021-04-16T10:35:55.771Z] #37 9.086 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-04-16T10:35:55.771Z] #37 10.04 [100%] Linking C executable tini-static [2021-04-16T10:35:55.771Z] #37 10.45 [100%] Built target tini-static [2021-04-16T10:35:55.771Z] #37 10.55 + mkdir -p /build [2021-04-16T10:35:55.771Z] #37 10.55 + cp tini-static /build/docker-init [2021-04-16T10:35:55.771Z] #37 DONE 10.9s [2021-04-16T10:35:55.771Z] [2021-04-16T10:35:55.771Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-16T10:35:55.771Z] #49 sha256:86d2417d1d662ba9387daaa8253891f334d7318a361d9a968413ee2721e6dcbf [2021-04-16T10:35:55.771Z] #49 10.81 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-04-16T10:35:55.771Z] #49 10.83 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-04-16T10:35:55.771Z] #49 ... [2021-04-16T10:35:55.771Z] [2021-04-16T10:35:55.771Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-04-16T10:35:55.771Z] #24 sha256:3a0072bb78fd441ca23534688e284a4c0d07a28dd8b762b69c2a8a15ce4e7211 [2021-04-16T10:35:55.771Z] #24 4.121 + RM_GOPATH=0 [2021-04-16T10:35:55.771Z] #24 4.121 + TMP_GOPATH= [2021-04-16T10:35:55.771Z] #24 4.121 + : /build [2021-04-16T10:35:55.771Z] #24 4.122 + '[' -z '' ']' [2021-04-16T10:35:55.771Z] #24 4.122 ++ mktemp -d [2021-04-16T10:35:55.771Z] #24 4.139 + GOPATH=/tmp/tmp.5dCg2WnISg [2021-04-16T10:35:55.771Z] #24 4.139 + export GOPATH [2021-04-16T10:35:55.771Z] #24 4.139 + RM_GOPATH=1 [2021-04-16T10:35:55.771Z] #24 4.139 + case "$(go env GOARCH)" in [2021-04-16T10:35:55.771Z] #24 4.139 ++ go env GOARCH [2021-04-16T10:35:55.771Z] #24 4.202 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:55.771Z] #24 4.202 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:55.771Z] #24 4.202 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:55.771Z] #24 4.210 + dir=/tmp/install [2021-04-16T10:35:55.771Z] #24 4.210 + bin=dockercli [2021-04-16T10:35:55.771Z] #24 4.210 + shift [2021-04-16T10:35:55.771Z] #24 4.210 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-04-16T10:35:55.771Z] #24 4.210 + . /tmp/install/dockercli.installer [2021-04-16T10:35:55.771Z] #24 4.210 ++ set -e [2021-04-16T10:35:55.771Z] #24 4.210 + install_dockercli [2021-04-16T10:35:55.771Z] #24 4.210 + : stable [2021-04-16T10:35:55.771Z] #24 4.210 + : 17.06.2-ce [2021-04-16T10:35:55.771Z] #24 4.210 + : /build [2021-04-16T10:35:55.771Z] #24 4.210 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-04-16T10:35:55.771Z] #24 4.211 Install docker/cli version 17.06.2-ce from stable [2021-04-16T10:35:55.771Z] #24 4.212 ++ uname -m [2021-04-16T10:35:55.771Z] #24 4.223 + arch=aarch64 [2021-04-16T10:35:55.771Z] #24 4.226 + '[' aarch64 '!=' x86_64 ']' [2021-04-16T10:35:55.771Z] #24 4.226 + '[' aarch64 '!=' s390x ']' [2021-04-16T10:35:55.771Z] #24 4.226 + '[' aarch64 '!=' armhf ']' [2021-04-16T10:35:55.771Z] #24 4.226 + build_dockercli [2021-04-16T10:35:55.771Z] #24 4.226 + : 17.06.2-ce [2021-04-16T10:35:55.771Z] #24 4.226 + : /build [2021-04-16T10:35:55.771Z] #24 4.226 + git clone https://github.com/docker/docker-ce /tmp/tmp.5dCg2WnISg/tmp/docker-ce [2021-04-16T10:35:55.771Z] #24 4.229 Cloning into '/tmp/tmp.5dCg2WnISg/tmp/docker-ce'... [2021-04-16T10:35:56.034Z] #24 ... [2021-04-16T10:35:56.034Z] [2021-04-16T10:35:56.034Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-16T10:35:56.034Z] #49 sha256:86d2417d1d662ba9387daaa8253891f334d7318a361d9a968413ee2721e6dcbf [2021-04-16T10:35:56.034Z] #49 11.02 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-04-16T10:35:56.034Z] #49 11.14 go: downloading github.com/stretchr/objx v0.2.0 [2021-04-16T10:35:56.034Z] #49 11.19 go: extracting github.com/stretchr/objx v0.2.0 [2021-04-16T10:35:56.107Z] #49 15.25 go: extracting github.com/stretchr/testify v1.4.0 [2021-04-16T10:35:56.108Z] #49 15.29 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-04-16T10:35:56.108Z] #49 15.34 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-04-16T10:35:56.297Z] #49 11.29 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-04-16T10:35:56.365Z] #49 15.48 go: extracting github.com/spf13/pflag v1.0.5 [2021-04-16T10:35:56.365Z] #49 15.53 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-04-16T10:35:56.365Z] #49 15.62 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-04-16T10:35:56.411Z] #29 7.781 0.1% #### 5.6% ########## 15.2% ################ 22.9% ################### 26.7% ##################### 30.5% ########################## 36.3% ############################## 42.1% ################################### 49.8% ###################################### 53.6% ########################################## 59.3% ############################################# 63.2% ################################################# 68.1% ################################################### 72.0% ###################################################### 75.8% ######################################################### 79.6% ############################################################# 85.4% [2021-04-16T10:35:56.411Z] #29 ... [2021-04-16T10:35:56.411Z] [2021-04-16T10:35:56.411Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-04-16T10:35:56.411Z] #67 sha256:5983f2368e865d4149b12993d71f8ba59db471b1df42eef83b4a0262584953e1 [2021-04-16T10:35:56.411Z] #67 0.642 + RM_GOPATH=0 [2021-04-16T10:35:56.411Z] #67 0.643 + TMP_GOPATH= [2021-04-16T10:35:56.411Z] #67 0.643 + : /build [2021-04-16T10:35:56.411Z] #67 0.643 + '[' -z '' ']' [2021-04-16T10:35:56.411Z] #67 0.672 ++ mktemp -d [2021-04-16T10:35:56.411Z] #67 0.693 + GOPATH=/tmp/tmp.QZNNoc7OOC [2021-04-16T10:35:56.411Z] #67 0.694 + export GOPATH [2021-04-16T10:35:56.411Z] #67 0.694 + RM_GOPATH=1 [2021-04-16T10:35:56.411Z] #67 0.694 + case "$(go env GOARCH)" in [2021-04-16T10:35:56.411Z] #67 0.697 ++ go env GOARCH [2021-04-16T10:35:56.411Z] #67 0.711 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:56.411Z] #67 0.711 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:56.411Z] #67 0.716 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:56.411Z] #67 0.727 + dir=/tmp/install [2021-04-16T10:35:56.411Z] #67 0.728 + bin=proxy [2021-04-16T10:35:56.411Z] #67 0.728 + shift [2021-04-16T10:35:56.411Z] #67 0.728 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-04-16T10:35:56.411Z] #67 0.729 + . /tmp/install/proxy.installer [2021-04-16T10:35:56.411Z] #67 0.729 ++ set -e [2021-04-16T10:35:56.411Z] #67 0.731 + install_proxy [2021-04-16T10:35:56.411Z] #67 0.734 + case "$1" in [2021-04-16T10:35:56.411Z] #67 0.735 + export CGO_ENABLED=0 [2021-04-16T10:35:56.411Z] #67 0.735 + CGO_ENABLED=0 [2021-04-16T10:35:56.411Z] #67 0.735 + _install_proxy [2021-04-16T10:35:56.411Z] #67 0.736 + : b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-04-16T10:35:56.411Z] #67 0.736 + : /build [2021-04-16T10:35:56.411Z] #67 0.736 + echo 'Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46' [2021-04-16T10:35:56.411Z] #67 0.736 Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-04-16T10:35:56.411Z] #67 0.737 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.QZNNoc7OOC/src/github.com/docker/libnetwork [2021-04-16T10:35:56.411Z] #67 0.755 Cloning into '/tmp/tmp.QZNNoc7OOC/src/github.com/docker/libnetwork'... [2021-04-16T10:35:56.411Z] #67 ... [2021-04-16T10:35:56.411Z] [2021-04-16T10:35:56.411Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:35:56.411Z] #45 sha256:361f9151b9374e8bf32e43f72eb60276634412167f47c2d39151afba75fbd393 [2021-04-16T10:35:56.411Z] #45 0.661 + RM_GOPATH=0 [2021-04-16T10:35:56.411Z] #45 0.661 + TMP_GOPATH= [2021-04-16T10:35:56.411Z] #45 0.662 + : /build [2021-04-16T10:35:56.411Z] #45 0.662 + '[' -z '' ']' [2021-04-16T10:35:56.411Z] #45 0.663 ++ mktemp -d [2021-04-16T10:35:56.411Z] #45 0.666 + GOPATH=/tmp/tmp.bjbiPnt59Y [2021-04-16T10:35:56.412Z] #45 0.666 + export GOPATH [2021-04-16T10:35:56.412Z] #45 0.666 + RM_GOPATH=1 [2021-04-16T10:35:56.412Z] #45 0.666 + case "$(go env GOARCH)" in [2021-04-16T10:35:56.412Z] #45 0.671 ++ go env GOARCH [2021-04-16T10:35:56.412Z] #45 0.770 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:56.412Z] #45 0.770 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:56.412Z] #45 0.772 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:56.412Z] #45 0.776 + dir=/tmp/install [2021-04-16T10:35:56.412Z] #45 0.777 + bin=vndr [2021-04-16T10:35:56.412Z] #45 0.777 + shift [2021-04-16T10:35:56.412Z] #45 0.777 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-04-16T10:35:56.412Z] #45 0.778 + . /tmp/install/vndr.installer [2021-04-16T10:35:56.412Z] #45 0.778 ++ set -e [2021-04-16T10:35:56.412Z] #45 0.779 + install_vndr [2021-04-16T10:35:56.412Z] #45 0.779 + : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-04-16T10:35:56.412Z] #45 0.780 + : /build [2021-04-16T10:35:56.412Z] #45 0.780 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-04-16T10:35:56.412Z] #45 0.780 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.bjbiPnt59Y/src/github.com/LK4D4/vndr [2021-04-16T10:35:56.412Z] #45 0.780 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-04-16T10:35:56.412Z] #45 0.784 Cloning into '/tmp/tmp.bjbiPnt59Y/src/github.com/LK4D4/vndr'... [2021-04-16T10:35:56.412Z] #45 1.626 + cd /tmp/tmp.bjbiPnt59Y/src/github.com/LK4D4/vndr [2021-04-16T10:35:56.412Z] #45 1.645 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-04-16T10:35:56.412Z] #45 1.666 + go build -buildmode=pie -v -o /build/vndr . [2021-04-16T10:35:56.412Z] #45 3.507 runtime [2021-04-16T10:35:56.582Z] #56 35.43 + export 'BUILDTAGS=netgo osusergo static_build' [2021-04-16T10:35:56.582Z] #56 35.43 + BUILDTAGS='netgo osusergo static_build' [2021-04-16T10:35:56.582Z] #56 35.43 + export EXTRA_FLAGS=-buildmode=pie [2021-04-16T10:35:56.582Z] #56 35.43 + EXTRA_FLAGS=-buildmode=pie [2021-04-16T10:35:56.582Z] #56 35.43 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-04-16T10:35:56.582Z] #56 35.43 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-04-16T10:35:56.582Z] #56 35.43 + '[' '' = dynamic ']' [2021-04-16T10:35:56.582Z] #56 35.43 + make [2021-04-16T10:35:56.640Z] #49 15.82 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-04-16T10:35:56.640Z] #49 15.87 go: extracting github.com/spf13/cobra v0.0.5 [2021-04-16T10:35:56.715Z] #45 ... [2021-04-16T10:35:56.715Z] [2021-04-16T10:35:56.715Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-16T10:35:56.715Z] #49 sha256:e028295ca16d674709ac4a9a241f4b9e163cc794cf831a250ad771e52d5ece85 [2021-04-16T10:35:56.715Z] #49 0.648 + RM_GOPATH=0 [2021-04-16T10:35:56.715Z] #49 0.648 + TMP_GOPATH= [2021-04-16T10:35:56.715Z] #49 0.649 + : /build [2021-04-16T10:35:56.715Z] #49 0.649 + '[' -z '' ']' [2021-04-16T10:35:56.715Z] #49 0.650 ++ mktemp -d [2021-04-16T10:35:56.715Z] #49 0.652 + GOPATH=/tmp/tmp.zd6uwvnXlP [2021-04-16T10:35:56.715Z] #49 0.653 + export GOPATH [2021-04-16T10:35:56.715Z] #49 0.653 + RM_GOPATH=1 [2021-04-16T10:35:56.715Z] #49 0.655 + case "$(go env GOARCH)" in [2021-04-16T10:35:56.715Z] #49 0.672 ++ go env GOARCH [2021-04-16T10:35:56.715Z] #49 0.710 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:56.715Z] #49 0.711 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:56.715Z] #49 0.714 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:56.715Z] #49 0.716 + dir=/tmp/install [2021-04-16T10:35:56.715Z] #49 0.722 + bin=golangci_lint [2021-04-16T10:35:56.715Z] #49 0.722 + shift [2021-04-16T10:35:56.715Z] #49 0.722 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-04-16T10:35:56.715Z] #49 0.723 + . /tmp/install/golangci_lint.installer [2021-04-16T10:35:56.715Z] #49 0.723 + install_golangci_lint [2021-04-16T10:35:56.715Z] #49 0.723 + set -e [2021-04-16T10:35:56.715Z] #49 0.723 + : v1.23.8 [2021-04-16T10:35:56.715Z] #49 0.724 + : /build [2021-04-16T10:35:56.715Z] #49 0.724 + export GO111MODULE=on [2021-04-16T10:35:56.716Z] #49 0.724 + GO111MODULE=on [2021-04-16T10:35:56.716Z] #49 0.724 + GOBIN=/build [2021-04-16T10:35:56.716Z] #49 0.724 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-04-16T10:35:56.716Z] #49 0.768 go: finding github.com v1.23.8 [2021-04-16T10:35:56.716Z] #49 0.772 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-04-16T10:35:56.716Z] #49 0.773 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-04-16T10:35:56.716Z] #49 0.773 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-04-16T10:35:56.716Z] #49 0.774 go: finding github.com/golangci v1.23.8 [2021-04-16T10:35:56.716Z] #49 1.679 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-04-16T10:35:56.716Z] #49 3.007 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-04-16T10:35:56.716Z] #49 ... [2021-04-16T10:35:56.716Z] [2021-04-16T10:35:56.716Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-04-16T10:35:56.716Z] #58 sha256:ecc4d0232de3018f6bf544d0d3a0516505c5d88844e679f140d41cc1470aff71 [2021-04-16T10:35:56.716Z] #58 0.640 + RM_GOPATH=0 [2021-04-16T10:35:56.716Z] #58 0.640 + TMP_GOPATH= [2021-04-16T10:35:56.716Z] #58 0.640 + : /build [2021-04-16T10:35:56.716Z] #58 0.641 + '[' -z '' ']' [2021-04-16T10:35:56.716Z] #58 0.642 ++ mktemp -d [2021-04-16T10:35:56.716Z] #58 0.647 + GOPATH=/tmp/tmp.hkJJ6gEFox [2021-04-16T10:35:56.716Z] #58 0.648 + export GOPATH [2021-04-16T10:35:56.716Z] #58 0.649 + RM_GOPATH=1 [2021-04-16T10:35:56.716Z] #58 0.649 + case "$(go env GOARCH)" in [2021-04-16T10:35:56.716Z] #58 0.653 ++ go env GOARCH [2021-04-16T10:35:56.716Z] #58 0.686 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:56.716Z] #58 0.687 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:56.716Z] #58 0.689 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:56.716Z] #58 0.693 + dir=/tmp/install [2021-04-16T10:35:56.716Z] #58 0.693 + bin=rootlesskit [2021-04-16T10:35:56.716Z] #58 0.694 + shift [2021-04-16T10:35:56.716Z] #58 0.694 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-04-16T10:35:56.716Z] #58 0.695 + . /tmp/install/rootlesskit.installer [2021-04-16T10:35:56.716Z] #58 0.695 ++ set -e [2021-04-16T10:35:56.716Z] #58 0.697 + install_rootlesskit [2021-04-16T10:35:56.716Z] #58 0.697 + case "${1}" in [2021-04-16T10:35:56.716Z] #58 0.697 + export CGO_ENABLED=0 [2021-04-16T10:35:56.716Z] #58 0.698 + CGO_ENABLED=0 [2021-04-16T10:35:56.716Z] #58 0.698 + _install_rootlesskit [2021-04-16T10:35:56.716Z] #58 0.727 + : ed9b8c5cc48d29d0a979dae52a24f6e886795abd [2021-04-16T10:35:56.716Z] #58 0.732 + : /build [2021-04-16T10:35:56.716Z] #58 0.736 + echo 'Install rootlesskit version ed9b8c5cc48d29d0a979dae52a24f6e886795abd' [2021-04-16T10:35:56.716Z] #58 0.738 Install rootlesskit version ed9b8c5cc48d29d0a979dae52a24f6e886795abd [2021-04-16T10:35:56.716Z] #58 0.739 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.hkJJ6gEFox/src/github.com/rootless-containers/rootlesskit [2021-04-16T10:35:56.716Z] #58 0.760 Cloning into '/tmp/tmp.hkJJ6gEFox/src/github.com/rootless-containers/rootlesskit'... [2021-04-16T10:35:56.716Z] #58 6.346 + cd /tmp/tmp.hkJJ6gEFox/src/github.com/rootless-containers/rootlesskit [2021-04-16T10:35:56.716Z] #58 6.347 + git checkout -q ed9b8c5cc48d29d0a979dae52a24f6e886795abd [2021-04-16T10:35:56.716Z] #58 6.384 + export GO111MODULE=on [2021-04-16T10:35:56.716Z] #58 6.385 + GO111MODULE=on [2021-04-16T10:35:56.716Z] #58 6.385 + export GOPROXY=https://proxy.golang.org [2021-04-16T10:35:56.716Z] #58 6.385 + GOPROXY=https://proxy.golang.org [2021-04-16T10:35:56.716Z] #58 6.385 + for f in rootlesskit rootlesskit-docker-proxy [2021-04-16T10:35:56.716Z] #58 6.385 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-04-16T10:35:56.716Z] #58 8.993 go: downloading github.com/google/uuid v1.2.0 [2021-04-16T10:35:56.716Z] #58 9.012 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-04-16T10:35:56.716Z] #58 9.074 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-04-16T10:35:56.716Z] #58 9.167 go: downloading github.com/gofrs/flock v0.8.0 [2021-04-16T10:35:56.716Z] #58 9.182 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-04-16T10:35:56.716Z] #58 9.193 go: downloading github.com/moby/vpnkit v0.5.0 [2021-04-16T10:35:56.716Z] #58 9.328 go: downloading github.com/pkg/errors v0.9.1 [2021-04-16T10:35:56.716Z] #58 9.568 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-04-16T10:35:56.716Z] #58 9.589 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-04-16T10:35:56.716Z] #58 9.694 go: extracting github.com/google/uuid v1.2.0 [2021-04-16T10:35:56.716Z] #58 9.990 go: downloading github.com/gorilla/mux v1.8.0 [2021-04-16T10:35:56.716Z] #58 10.04 go: extracting github.com/sirupsen/logrus v1.8.1 [2021-04-16T10:35:56.716Z] #58 10.25 go: extracting github.com/gofrs/flock v0.8.0 [2021-04-16T10:35:56.716Z] #58 10.34 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-04-16T10:35:56.716Z] #58 ... [2021-04-16T10:35:56.716Z] [2021-04-16T10:35:56.716Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-04-16T10:35:56.716Z] #47 sha256:33f1707d25d76e72699d5bac01f1307ae6ec2f8b63376a4a1e6328136d8e70d6 [2021-04-16T10:35:56.716Z] #47 0.660 + RM_GOPATH=0 [2021-04-16T10:35:56.716Z] #47 0.672 + TMP_GOPATH= [2021-04-16T10:35:56.716Z] #47 0.673 + : /build [2021-04-16T10:35:56.716Z] #47 0.673 + '[' -z '' ']' [2021-04-16T10:35:56.716Z] #47 0.676 ++ mktemp -d [2021-04-16T10:35:56.716Z] #47 0.686 + GOPATH=/tmp/tmp.cs30AzhD9M [2021-04-16T10:35:56.716Z] #47 0.717 + export GOPATH [2021-04-16T10:35:56.716Z] #47 0.719 + RM_GOPATH=1 [2021-04-16T10:35:56.716Z] #47 0.720 + case "$(go env GOARCH)" in [2021-04-16T10:35:56.716Z] #47 0.727 ++ go env GOARCH [2021-04-16T10:35:56.716Z] #47 0.774 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:56.716Z] #47 0.774 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:56.716Z] #47 0.775 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:56.716Z] #47 0.791 + dir=/tmp/install [2021-04-16T10:35:56.716Z] #47 0.814 + bin=gotestsum [2021-04-16T10:35:56.716Z] #47 0.815 + shift [2021-04-16T10:35:56.716Z] #47 0.815 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-04-16T10:35:56.716Z] #47 0.815 + . /tmp/install/gotestsum.installer [2021-04-16T10:35:56.716Z] #47 0.816 + install_gotestsum [2021-04-16T10:35:56.716Z] #47 0.818 + set -e [2021-04-16T10:35:56.716Z] #47 0.818 + : v0.5.3 [2021-04-16T10:35:56.716Z] #47 0.819 + : /build [2021-04-16T10:35:56.716Z] #47 0.826 + export GO111MODULE=on [2021-04-16T10:35:56.716Z] #47 0.827 + GO111MODULE=on [2021-04-16T10:35:56.716Z] #47 0.828 + GOBIN=/build [2021-04-16T10:35:56.716Z] #47 0.829 + go get gotest.tools/gotestsum@v0.5.3 [2021-04-16T10:35:56.716Z] #47 0.858 go: finding gotest.tools v0.5.3 [2021-04-16T10:35:56.716Z] #47 0.859 go: finding gotest.tools/gotestsum v0.5.3 [2021-04-16T10:35:56.716Z] #47 1.785 go: downloading gotest.tools/gotestsum v0.5.3 [2021-04-16T10:35:56.716Z] #47 2.932 go: extracting gotest.tools/gotestsum v0.5.3 [2021-04-16T10:35:56.716Z] #47 5.138 go: downloading github.com/fatih/color v1.9.0 [2021-04-16T10:35:56.716Z] #47 5.142 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-04-16T10:35:56.716Z] #47 5.177 go: downloading github.com/spf13/pflag v1.0.3 [2021-04-16T10:35:56.716Z] #47 5.178 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-04-16T10:35:56.716Z] #47 5.210 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-04-16T10:35:56.716Z] #47 5.614 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-04-16T10:35:56.716Z] #47 5.711 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-04-16T10:35:56.716Z] #47 5.731 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-04-16T10:35:56.716Z] #47 5.789 go: downloading github.com/pkg/errors v0.9.1 [2021-04-16T10:35:56.716Z] #47 5.945 go: extracting github.com/fatih/color v1.9.0 [2021-04-16T10:35:56.716Z] #47 5.985 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-04-16T10:35:56.716Z] #47 6.013 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-04-16T10:35:56.716Z] #47 6.271 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-16T10:35:56.716Z] #47 6.275 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-16T10:35:56.716Z] #47 6.295 go: extracting github.com/pkg/errors v0.9.1 [2021-04-16T10:35:56.716Z] #47 6.367 go: extracting github.com/spf13/pflag v1.0.3 [2021-04-16T10:35:56.716Z] #47 6.511 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-04-16T10:35:56.716Z] #47 7.238 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-04-16T10:35:56.716Z] #47 7.316 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-04-16T10:35:56.716Z] #47 9.104 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-04-16T10:35:56.872Z] #49 11.65 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-04-16T10:35:56.872Z] #49 11.86 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-04-16T10:35:56.896Z] #49 15.97 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-04-16T10:35:56.896Z] #49 16.10 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-04-16T10:35:56.896Z] #49 16.10 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-04-16T10:35:56.896Z] #49 16.12 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-04-16T10:35:56.896Z] #49 16.13 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-04-16T10:35:56.896Z] #49 ... [2021-04-16T10:35:56.896Z] [2021-04-16T10:35:56.896Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-16T10:35:56.896Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-16T10:35:56.896Z] #13 11.27 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-04-16T10:35:57.045Z] #47 ... [2021-04-16T10:35:57.045Z] [2021-04-16T10:35:57.045Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-04-16T10:35:57.045Z] #24 sha256:289aee260f9860d37cd5c6444ec76273229ee9b50ff2508daa522a556bf642c4 [2021-04-16T10:35:57.045Z] #24 0.624 + RM_GOPATH=0 [2021-04-16T10:35:57.045Z] #24 0.626 + TMP_GOPATH= [2021-04-16T10:35:57.045Z] #24 0.627 + : /build [2021-04-16T10:35:57.045Z] #24 0.628 + '[' -z '' ']' [2021-04-16T10:35:57.045Z] #24 0.643 ++ mktemp -d [2021-04-16T10:35:57.045Z] #24 0.645 + GOPATH=/tmp/tmp.VffzXa6BkS [2021-04-16T10:35:57.045Z] #24 0.646 + export GOPATH [2021-04-16T10:35:57.045Z] #24 0.648 + RM_GOPATH=1 [2021-04-16T10:35:57.045Z] #24 0.654 + case "$(go env GOARCH)" in [2021-04-16T10:35:57.045Z] #24 0.664 ++ go env GOARCH [2021-04-16T10:35:57.045Z] #24 0.681 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:57.045Z] #24 0.682 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:57.045Z] #24 0.691 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:57.045Z] #24 0.721 + dir=/tmp/install [2021-04-16T10:35:57.045Z] #24 0.721 + bin=dockercli [2021-04-16T10:35:57.045Z] #24 0.721 + shift [2021-04-16T10:35:57.045Z] #24 0.722 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-04-16T10:35:57.045Z] #24 0.723 + . /tmp/install/dockercli.installer [2021-04-16T10:35:57.045Z] #24 0.723 ++ set -e [2021-04-16T10:35:57.045Z] #24 0.726 + install_dockercli [2021-04-16T10:35:57.045Z] #24 0.727 + : stable [2021-04-16T10:35:57.045Z] #24 0.728 + : 17.06.2-ce [2021-04-16T10:35:57.045Z] #24 0.729 + : /build [2021-04-16T10:35:57.045Z] #24 0.729 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-04-16T10:35:57.045Z] #24 0.729 Install docker/cli version 17.06.2-ce from stable [2021-04-16T10:35:57.045Z] #24 0.733 ++ uname -m [2021-04-16T10:35:57.045Z] #24 0.738 + arch=ppc64le [2021-04-16T10:35:57.045Z] #24 0.738 + '[' ppc64le '!=' x86_64 ']' [2021-04-16T10:35:57.045Z] #24 0.739 + '[' ppc64le '!=' s390x ']' [2021-04-16T10:35:57.045Z] #24 0.739 + '[' ppc64le '!=' armhf ']' [2021-04-16T10:35:57.045Z] #24 0.739 + build_dockercli [2021-04-16T10:35:57.045Z] #24 0.739 + : 17.06.2-ce [2021-04-16T10:35:57.045Z] #24 0.740 + : /build [2021-04-16T10:35:57.045Z] #24 0.740 + git clone https://github.com/docker/docker-ce /tmp/tmp.VffzXa6BkS/tmp/docker-ce [2021-04-16T10:35:57.045Z] #24 0.743 Cloning into '/tmp/tmp.VffzXa6BkS/tmp/docker-ce'... [2021-04-16T10:35:57.045Z] #24 ... [2021-04-16T10:35:57.045Z] [2021-04-16T10:35:57.045Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-16T10:35:57.045Z] #51 sha256:89950dca246c8d949f4e2b540f51ad2feadb236163ab1597bc357afbaf2493af [2021-04-16T10:35:57.045Z] #51 0.393 + RM_GOPATH=0 [2021-04-16T10:35:57.045Z] #51 0.394 + TMP_GOPATH= [2021-04-16T10:35:57.045Z] #51 0.394 + : /build [2021-04-16T10:35:57.045Z] #51 0.394 + '[' -z '' ']' [2021-04-16T10:35:57.045Z] #51 0.394 ++ mktemp -d [2021-04-16T10:35:57.045Z] #51 0.399 + GOPATH=/tmp/tmp.5qeMzotAjE [2021-04-16T10:35:57.045Z] #51 0.400 + export GOPATH [2021-04-16T10:35:57.045Z] #51 0.400 + RM_GOPATH=1 [2021-04-16T10:35:57.045Z] #51 0.401 + case "$(go env GOARCH)" in [2021-04-16T10:35:57.045Z] #51 0.403 ++ go env GOARCH [2021-04-16T10:35:57.045Z] #51 0.435 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:57.045Z] #51 0.436 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:35:57.045Z] #51 0.443 ++ dirname /tmp/install/install.sh [2021-04-16T10:35:57.045Z] #51 0.444 + dir=/tmp/install [2021-04-16T10:35:57.045Z] #51 0.445 + bin=shfmt [2021-04-16T10:35:57.045Z] #51 0.445 + shift [2021-04-16T10:35:57.045Z] #51 0.446 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-04-16T10:35:57.045Z] #51 0.446 + . /tmp/install/shfmt.installer [2021-04-16T10:35:57.045Z] #51 0.447 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-04-16T10:35:57.045Z] #51 0.448 + install_shfmt [2021-04-16T10:35:57.045Z] #51 0.448 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-04-16T10:35:57.045Z] #51 0.448 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-04-16T10:35:57.045Z] #51 0.449 + git clone https://github.com/mvdan/sh.git /tmp/tmp.5qeMzotAjE/src/github.com/mvdan/sh [2021-04-16T10:35:57.045Z] #51 0.453 Cloning into '/tmp/tmp.5qeMzotAjE/src/github.com/mvdan/sh'... [2021-04-16T10:35:57.152Z] #13 ... [2021-04-16T10:35:57.152Z] [2021-04-16T10:35:57.152Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-04-16T10:35:57.152Z] #40 sha256:7b2fe3946947f3b0859e850ff08d21da2ec2d73d27b4150d703bd44d27949913 [2021-04-16T10:35:57.153Z] #40 19.81 Checking out files: 61% (1040/1684) Checking out files: 62% (1045/1684) Checking out files: 63% (1061/1684) Checking out files: 64% (1078/1684) Checking out files: 65% (1095/1684) Checking out files: 66% (1112/1684) Checking out files: 67% (1129/1684) Checking out files: 68% (1146/1684) Checking out files: 69% (1162/1684) Checking out files: 70% (1179/1684) Checking out files: 71% (1196/1684) Checking out files: 72% (1213/1684) Checking out files: 73% (1230/1684) Checking out files: 74% (1247/1684) Checking out files: 75% (1263/1684) Checking out files: 76% (1280/1684) Checking out files: 77% (1297/1684) Checking out files: 78% (1314/1684) Checking out files: 79% (1331/1684) Checking out files: 80% (1348/1684) Checking out files: 81% (1365/1684) Checking out files: 82% (1381/1684) Checking out files: 83% (1398/1684) Checking out files: 84% (1415/1684) Checking out files: 85% (1432/1684) Checking out files: 86% (1449/1684) Checking out files: 87% (1466/1684) Checking out files: 88% (1482/1684) Checking out files: 89% (1499/1684) Checking out files: 90% (1516/1684) Checking out files: 91% (1533/1684) Checking out files: 92% (1550/1684) Checking out files: 93% (1567/1684) Checking out files: 94% (1583/1684) Checking out files: 95% (1600/1684) Checking out files: 96% (1617/1684) Checking out files: 97% (1634/1684) Checking out files: 98% (1651/1684) Checking out files: 99% (1668/1684) Checking out files: 100% (1684/1684) Checking out files: 100% (1684/1684), done. [2021-04-16T10:35:57.153Z] #40 20.87 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-04-16T10:35:57.156Z] #56 36.39 + bin/ctr [2021-04-16T10:35:57.360Z] #51 ... [2021-04-16T10:35:57.360Z] [2021-04-16T10:35:57.360Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-04-16T10:35:57.360Z] #29 sha256:e2316c56a423369126d110cc42fe6fee4482aed27b26bb9f11e11d7ea4f80137 [2021-04-16T10:35:57.360Z] #29 7.781 0.1% #### 5.6% ########## 15.2% ################ 22.9% ################### 26.7% ##################### 30.5% ########################## 36.3% ############################## 42.1% ################################### 49.8% ###################################### 53.6% ########################################## 59.3% ############################################# 63.2% ################################################# 68.1% ################################################### 72.0% ###################################################### 75.8% ######################################################### 79.6% ############################################################# 85.4% ############################################################### 88.7% ################################################################# 90.6% ################################################################### 94.4% ###################################################################### 98.3% ######################################################################## 100.0% [2021-04-16T10:35:57.360Z] #29 11.02 [2021-04-16T10:35:57.415Z] #56 ... [2021-04-16T10:35:57.415Z] [2021-04-16T10:35:57.415Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-04-16T10:35:57.415Z] #48 sha256:1dedeaf89d6284fb1b934cd9f2f5b059cf9cea63b482c12dac51bd2bda053da8 [2021-04-16T10:35:57.415Z] #48 DONE 0.1s [2021-04-16T10:35:57.415Z] [2021-04-16T10:35:57.415Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-16T10:35:57.415Z] #56 sha256:de166c69133a94241271d4c11ba725ce2c22b4c80df69b9b5e32c49d4b27ca4b [2021-04-16T10:35:57.822Z] #49 12.83 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-04-16T10:35:57.822Z] #49 12.86 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-04-16T10:35:57.979Z] #57 ... [2021-04-16T10:35:57.979Z] [2021-04-16T10:35:57.979Z] #59 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-04-16T10:35:57.979Z] #59 24.94 + for f in rootlesskit rootlesskit-docker-proxy [2021-04-16T10:35:57.979Z] #59 24.94 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-04-16T10:35:57.979Z] #59 DONE 27.1s [2021-04-16T10:35:57.979Z] [2021-04-16T10:35:57.979Z] #60 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-04-16T10:35:57.979Z] #60 DONE 0.1s [2021-04-16T10:35:57.979Z] [2021-04-16T10:35:57.979Z] #61 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-04-16T10:35:57.979Z] #61 DONE 0.1s [2021-04-16T10:35:57.979Z] [2021-04-16T10:35:57.979Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-04-16T10:35:58.079Z] #40 22.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 [2021-04-16T10:35:58.585Z] #67 ... [2021-04-16T10:35:58.585Z] [2021-04-16T10:35:58.585Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-04-16T10:35:58.585Z] #47 sha256:cf3f6913c83754be5039951ad9c1f6418c10569b8365690daf85436308d786a2 [2021-04-16T10:35:58.585Z] #47 10.59 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-04-16T10:35:58.585Z] #47 14.40 go: finding github.com/fatih/color v1.9.0 [2021-04-16T10:35:58.585Z] #47 14.48 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-04-16T10:35:58.585Z] #47 14.54 go: finding github.com/pkg/errors v0.9.1 [2021-04-16T10:35:58.585Z] #47 14.58 go: finding github.com/spf13/pflag v1.0.3 [2021-04-16T10:35:58.585Z] #47 14.58 go: finding github.com/mattn/go-colorable v0.1.6 [2021-04-16T10:35:58.585Z] #47 14.64 go: finding github.com/mattn/go-isatty v0.0.12 [2021-04-16T10:35:58.585Z] #47 14.80 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-04-16T10:35:58.585Z] #47 14.85 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-04-16T10:35:58.585Z] #47 14.91 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-04-16T10:35:58.585Z] #47 14.96 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-04-16T10:35:58.585Z] #47 14.97 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-04-16T10:35:58.585Z] #47 ... [2021-04-16T10:35:58.585Z] [2021-04-16T10:35:58.585Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-16T10:35:58.585Z] #49 sha256:09baea0a08acef68e781291c02a7f75d8023921c266f27bae9ad9e449cbdb13c [2021-04-16T10:35:58.585Z] #49 14.62 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-04-16T10:35:58.585Z] #49 14.65 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-04-16T10:35:58.585Z] #49 14.78 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-04-16T10:35:58.585Z] #49 14.80 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-04-16T10:35:58.585Z] #49 14.86 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-04-16T10:35:58.585Z] #49 14.87 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-04-16T10:35:58.585Z] #49 14.91 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-04-16T10:35:58.585Z] #49 15.07 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-04-16T10:35:58.585Z] #49 15.14 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-04-16T10:35:58.585Z] #49 15.15 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-04-16T10:35:58.585Z] #49 15.51 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-04-16T10:35:58.585Z] #49 17.89 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-04-16T10:35:58.585Z] #49 17.90 go: downloading github.com/magiconair/properties v1.8.1 [2021-04-16T10:35:58.585Z] #49 17.93 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-04-16T10:35:58.585Z] #49 17.93 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-04-16T10:35:58.585Z] #49 17.93 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-04-16T10:35:58.585Z] #49 17.95 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-04-16T10:35:58.585Z] #49 17.98 go: downloading github.com/ultraware/funlen v0.0.2 [2021-04-16T10:35:58.585Z] #49 18.05 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-04-16T10:35:58.585Z] #49 18.06 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-04-16T10:35:58.585Z] #49 18.13 go: extracting github.com/magiconair/properties v1.8.1 [2021-04-16T10:35:58.585Z] #49 18.14 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-04-16T10:35:58.585Z] #49 18.16 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-04-16T10:35:58.585Z] #49 18.18 go: extracting github.com/ultraware/funlen v0.0.2 [2021-04-16T10:35:58.585Z] #49 18.18 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-04-16T10:35:58.585Z] #49 18.19 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-04-16T10:35:58.585Z] #49 18.19 go: downloading github.com/spf13/cast v1.3.0 [2021-04-16T10:35:58.585Z] #49 18.19 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-04-16T10:35:58.585Z] #49 18.25 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-04-16T10:35:58.585Z] #49 18.29 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-16T10:35:58.585Z] #49 18.33 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-04-16T10:35:58.585Z] #49 18.35 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-04-16T10:35:58.585Z] #49 18.39 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-04-16T10:35:58.585Z] #49 18.50 go: extracting github.com/spf13/cast v1.3.0 [2021-04-16T10:35:58.585Z] #49 18.54 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-04-16T10:35:58.585Z] #49 18.56 go: downloading github.com/kisielk/gotool v1.0.0 [2021-04-16T10:35:58.585Z] #49 18.59 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-04-16T10:35:58.585Z] #49 18.59 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-04-16T10:35:58.585Z] #49 18.70 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-04-16T10:35:58.585Z] #49 18.75 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-04-16T10:35:58.585Z] #49 18.79 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-04-16T10:35:58.585Z] #49 18.79 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-04-16T10:35:58.585Z] #49 18.86 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-04-16T10:35:58.585Z] #49 18.92 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-04-16T10:35:58.585Z] #49 18.92 go: extracting github.com/kisielk/gotool v1.0.0 [2021-04-16T10:35:58.585Z] #49 18.93 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-04-16T10:35:58.585Z] #49 18.93 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-04-16T10:35:58.585Z] #49 19.06 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-04-16T10:35:58.585Z] #49 19.13 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-04-16T10:35:58.585Z] #49 19.19 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-04-16T10:35:58.585Z] #49 19.32 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-04-16T10:35:58.585Z] #49 19.33 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-04-16T10:35:58.585Z] #49 19.36 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-04-16T10:35:58.585Z] #49 19.44 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-04-16T10:35:58.585Z] #49 19.49 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-04-16T10:35:58.585Z] #49 19.55 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-04-16T10:35:58.585Z] #49 19.63 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-04-16T10:35:58.585Z] #49 19.69 go: downloading github.com/gobwas/glob v0.2.3 [2021-04-16T10:35:58.585Z] #49 19.72 go: extracting golang.org/x/text v0.3.2 [2021-04-16T10:35:58.585Z] #49 19.74 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-04-16T10:35:58.585Z] #49 19.77 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-04-16T10:35:58.585Z] #49 19.84 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-04-16T10:35:58.585Z] #49 19.87 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-04-16T10:35:58.585Z] #49 19.88 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-04-16T10:35:58.585Z] #49 19.93 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-04-16T10:35:58.585Z] #49 20.00 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-04-16T10:35:58.585Z] #49 20.05 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-04-16T10:35:58.585Z] #49 20.05 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-04-16T10:35:58.585Z] #49 20.05 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-16T10:35:58.585Z] #49 20.06 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-04-16T10:35:58.585Z] #49 20.06 go: extracting github.com/gobwas/glob v0.2.3 [2021-04-16T10:35:58.585Z] #49 20.10 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-04-16T10:35:58.585Z] #49 20.16 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-04-16T10:35:58.585Z] #49 20.17 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-04-16T10:35:58.585Z] #49 20.30 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-04-16T10:35:58.585Z] #49 20.31 go: downloading github.com/gogo/protobuf v1.2.1 [2021-04-16T10:35:58.585Z] #49 20.37 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-04-16T10:35:58.585Z] #49 20.37 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-04-16T10:35:58.585Z] #49 20.37 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-04-16T10:35:58.585Z] #49 20.42 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-04-16T10:35:58.585Z] #49 20.47 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-04-16T10:35:58.585Z] #49 20.50 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-04-16T10:35:58.585Z] #49 20.66 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-04-16T10:35:58.585Z] #49 20.75 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-04-16T10:35:58.585Z] #49 20.80 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-16T10:35:58.585Z] #49 20.93 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-04-16T10:35:58.585Z] #49 ... [2021-04-16T10:35:58.585Z] [2021-04-16T10:35:58.585Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:35:58.585Z] #45 sha256:6b25832c735f06a7b898c780a23a3f2dfe2efa4b08b2b21bc7222e21931a7092 [2021-04-16T10:35:58.585Z] #45 DONE 21.3s [2021-04-16T10:35:58.585Z] [2021-04-16T10:35:58.585Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-16T10:35:58.585Z] #49 sha256:09baea0a08acef68e781291c02a7f75d8023921c266f27bae9ad9e449cbdb13c [2021-04-16T10:35:58.585Z] #49 21.17 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-04-16T10:35:58.585Z] #49 21.25 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-04-16T10:35:58.585Z] #49 ... [2021-04-16T10:35:58.585Z] [2021-04-16T10:35:58.585Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-04-16T10:35:58.585Z] #58 sha256:8e6ef1311befa60a31ebba9db71e655d51c66c8c928126b97868ec58bd8e01fe [2021-04-16T10:35:58.585Z] #58 11.59 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-04-16T10:35:58.585Z] #58 11.60 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-04-16T10:35:58.585Z] #58 12.91 go: extracting github.com/moby/vpnkit v0.5.0 [2021-04-16T10:35:58.585Z] #58 14.14 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-04-16T10:35:58.585Z] #58 14.49 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-04-16T10:35:58.585Z] #58 15.47 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-04-16T10:35:58.585Z] #58 16.07 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-04-16T10:35:58.585Z] #58 16.37 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-04-16T10:35:58.586Z] #58 16.62 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-04-16T10:35:58.586Z] #58 16.86 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-04-16T10:35:58.586Z] #58 17.43 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-04-16T10:35:58.586Z] #58 19.01 go: finding github.com/pkg/errors v0.9.1 [2021-04-16T10:35:58.586Z] #58 19.17 go: finding github.com/sirupsen/logrus v1.8.1 [2021-04-16T10:35:58.586Z] #58 19.26 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-04-16T10:35:58.586Z] #58 19.34 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-04-16T10:35:58.586Z] #58 19.40 go: finding github.com/google/uuid v1.2.0 [2021-04-16T10:35:58.586Z] #58 19.42 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-04-16T10:35:58.586Z] #58 19.43 go: finding github.com/gofrs/flock v0.8.0 [2021-04-16T10:35:58.586Z] #58 19.45 go: finding github.com/moby/vpnkit v0.5.0 [2021-04-16T10:35:58.586Z] #58 19.50 go: finding github.com/gorilla/mux v1.8.0 [2021-04-16T10:35:58.586Z] #58 19.52 go: finding github.com/moby/sys/mountinfo v0.4.1 [2021-04-16T10:35:58.586Z] #58 19.60 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-04-16T10:35:58.586Z] #58 19.61 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-04-16T10:35:58.586Z] #58 19.62 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-04-16T10:35:58.586Z] #58 19.75 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-04-16T10:35:58.586Z] #58 19.83 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-04-16T10:35:58.586Z] #58 ... [2021-04-16T10:35:58.586Z] [2021-04-16T10:35:58.586Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-16T10:35:58.586Z] #49 sha256:09baea0a08acef68e781291c02a7f75d8023921c266f27bae9ad9e449cbdb13c [2021-04-16T10:35:58.586Z] #49 21.33 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-04-16T10:35:58.586Z] #49 21.35 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-04-16T10:35:58.586Z] #49 21.43 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-04-16T10:35:58.844Z] #49 13.92 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-04-16T10:35:58.847Z] #49 21.44 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-04-16T10:35:58.847Z] #49 21.47 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-04-16T10:35:58.847Z] #49 21.50 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-04-16T10:35:58.847Z] #49 21.58 go: downloading github.com/stretchr/testify v1.4.0 [2021-04-16T10:35:58.886Z] #29 11.21 0.1% # 1.4% ## 3.1% ### 5.2% ##### 7.1% ##### 8.2% ####### 9.8% ######## 12.0% ######### 13.5% ########## 15.3% ########### 16.4% ############ 17.5% ############## [2021-04-16T10:35:58.886Z] #29 ... [2021-04-16T10:35:58.886Z] [2021-04-16T10:35:58.886Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-16T10:35:58.886Z] #13 sha256:5151d703b769bc35b6bada7e872d6f26a661733fd6a91bb6a69d949f095f4d31 [2021-04-16T10:35:58.886Z] #13 6.835 Reading package lists... [2021-04-16T10:35:59.107Z] #49 13.92 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-04-16T10:35:59.107Z] #49 13.92 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-04-16T10:35:59.107Z] #49 13.92 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-04-16T10:35:59.107Z] #49 13.92 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-04-16T10:35:59.107Z] #49 13.96 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-04-16T10:35:59.107Z] #49 13.98 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-04-16T10:35:59.107Z] #49 13.98 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-04-16T10:35:59.107Z] #49 13.99 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-04-16T10:35:59.107Z] #49 14.08 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-04-16T10:35:59.107Z] #49 14.09 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-04-16T10:35:59.107Z] #49 14.14 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-04-16T10:35:59.107Z] #49 14.14 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-04-16T10:35:59.107Z] #49 14.16 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-04-16T10:35:59.107Z] #49 14.21 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-04-16T10:35:59.107Z] #49 14.23 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-04-16T10:35:59.107Z] #49 14.24 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-04-16T10:35:59.107Z] #49 14.27 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-04-16T10:35:59.107Z] #49 14.28 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-04-16T10:35:59.107Z] #49 14.28 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-04-16T10:35:59.107Z] #49 14.31 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-04-16T10:35:59.107Z] #49 14.32 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-04-16T10:35:59.190Z] #13 14.59 Reading package lists... [2021-04-16T10:35:59.190Z] #13 ... [2021-04-16T10:35:59.190Z] [2021-04-16T10:35:59.190Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-16T10:35:59.190Z] #49 sha256:e028295ca16d674709ac4a9a241f4b9e163cc794cf831a250ad771e52d5ece85 [2021-04-16T10:35:59.190Z] #49 12.26 go: downloading github.com/spf13/cobra v0.0.5 [2021-04-16T10:35:59.190Z] #49 12.27 go: downloading github.com/pkg/errors v0.8.1 [2021-04-16T10:35:59.190Z] #49 12.30 go: downloading github.com/fatih/color v1.7.0 [2021-04-16T10:35:59.190Z] #49 12.31 go: downloading github.com/spf13/viper v1.6.1 [2021-04-16T10:35:59.191Z] #49 12.40 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-04-16T10:35:59.191Z] #49 12.42 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-04-16T10:35:59.191Z] #49 12.46 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-04-16T10:35:59.191Z] #49 12.51 go: extracting github.com/fatih/color v1.7.0 [2021-04-16T10:35:59.191Z] #49 12.65 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-04-16T10:35:59.191Z] #49 12.73 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-04-16T10:35:59.191Z] #49 12.74 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-04-16T10:35:59.191Z] #49 12.74 go: extracting github.com/pkg/errors v0.8.1 [2021-04-16T10:35:59.191Z] #49 12.89 go: extracting github.com/spf13/viper v1.6.1 [2021-04-16T10:35:59.373Z] #49 14.33 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-16T10:35:59.373Z] #49 14.34 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-04-16T10:35:59.373Z] #49 14.42 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-04-16T10:35:59.373Z] #49 14.44 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-04-16T10:35:59.373Z] #49 14.46 go: downloading github.com/gobwas/glob v0.2.3 [2021-04-16T10:35:59.373Z] #49 14.47 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-04-16T10:35:59.373Z] #49 14.48 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-04-16T10:35:59.373Z] #49 14.50 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-04-16T10:35:59.373Z] #49 14.50 go: downloading golang.org/x/text v0.3.2 [2021-04-16T10:35:59.373Z] #49 14.52 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-04-16T10:35:59.373Z] #49 14.54 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-04-16T10:35:59.435Z] #49 21.91 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-04-16T10:35:59.435Z] #49 21.91 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-04-16T10:35:59.435Z] #49 21.91 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-04-16T10:35:59.496Z] #49 13.17 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-04-16T10:35:59.496Z] #49 13.27 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-16T10:35:59.496Z] #49 13.30 go: downloading github.com/spf13/cast v1.3.0 [2021-04-16T10:35:59.639Z] #49 14.57 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-04-16T10:35:59.639Z] #49 14.64 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-04-16T10:35:59.639Z] #49 14.69 go: downloading github.com/subosito/gotenv v1.2.0 [2021-04-16T10:35:59.713Z] #49 22.27 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-04-16T10:35:59.713Z] #49 22.28 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-04-16T10:35:59.801Z] #49 13.38 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-04-16T10:35:59.801Z] #49 13.38 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-04-16T10:35:59.801Z] #49 13.43 go: extracting github.com/spf13/cobra v0.0.5 [2021-04-16T10:35:59.801Z] #49 13.46 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-04-16T10:35:59.801Z] #49 13.62 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-04-16T10:35:59.801Z] #49 13.66 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-04-16T10:35:59.801Z] #49 13.68 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-16T10:35:59.902Z] #49 14.81 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-04-16T10:35:59.902Z] #49 14.83 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-04-16T10:35:59.902Z] #49 14.85 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-04-16T10:35:59.902Z] #49 14.90 go: downloading github.com/kisielk/gotool v1.0.0 [2021-04-16T10:35:59.902Z] #49 14.91 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-04-16T10:35:59.902Z] #49 14.96 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-04-16T10:35:59.984Z] #49 22.56 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-04-16T10:35:59.984Z] #49 22.60 go: extracting github.com/stretchr/testify v1.4.0 [2021-04-16T10:36:00.109Z] #49 13.89 go: extracting github.com/spf13/cast v1.3.0 [2021-04-16T10:36:00.109Z] #49 13.89 go: downloading github.com/magiconair/properties v1.8.1 [2021-04-16T10:36:00.109Z] #49 13.96 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-04-16T10:36:00.165Z] #49 15.04 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-04-16T10:36:00.165Z] #49 15.04 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-04-16T10:36:00.165Z] #49 15.06 go: extracting github.com/gobwas/glob v0.2.3 [2021-04-16T10:36:00.165Z] #49 15.08 go: extracting github.com/subosito/gotenv v1.2.0 [2021-04-16T10:36:00.165Z] #49 15.16 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-04-16T10:36:00.165Z] #49 15.16 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-04-16T10:36:00.165Z] #49 15.18 go: extracting github.com/kisielk/gotool v1.0.0 [2021-04-16T10:36:00.165Z] #49 15.22 go: downloading github.com/spf13/cast v1.3.0 [2021-04-16T10:36:00.165Z] #49 15.26 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-04-16T10:36:00.165Z] #49 15.26 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-04-16T10:36:00.165Z] #49 15.27 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-04-16T10:36:00.165Z] #49 15.30 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-04-16T10:36:00.165Z] #49 15.31 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-04-16T10:36:00.165Z] #49 15.31 go: downloading github.com/pkg/errors v0.8.1 [2021-04-16T10:36:00.165Z] #49 15.31 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-04-16T10:36:00.165Z] #49 15.32 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-04-16T10:36:00.165Z] #49 15.34 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-04-16T10:36:00.165Z] #49 15.34 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-04-16T10:36:00.165Z] #49 15.35 go: extracting github.com/spf13/cast v1.3.0 [2021-04-16T10:36:00.165Z] #49 15.40 go: extracting github.com/pkg/errors v0.8.1 [2021-04-16T10:36:00.252Z] #49 ... [2021-04-16T10:36:00.252Z] [2021-04-16T10:36:00.252Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:36:00.252Z] #43 sha256:634da649664dd1653459ec5ff55fe2816455cb64254406f6f3ff10f2bc6f3259 [2021-04-16T10:36:00.252Z] #43 CACHED [2021-04-16T10:36:00.252Z] [2021-04-16T10:36:00.252Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-04-16T10:36:00.252Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-04-16T10:36:00.252Z] #39 CACHED [2021-04-16T10:36:00.252Z] [2021-04-16T10:36:00.252Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-04-16T10:36:00.252Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df [2021-04-16T10:36:00.252Z] #19 CACHED [2021-04-16T10:36:00.252Z] [2021-04-16T10:36:00.252Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-16T10:36:00.252Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-16T10:36:00.252Z] #20 CACHED [2021-04-16T10:36:00.252Z] [2021-04-16T10:36:00.252Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-04-16T10:36:00.252Z] #27 sha256:2f5ef7d60ae1d151fd2aa8dfcbd4d1be127456a9f8db7a76d9528a1821e46d69 [2021-04-16T10:36:00.252Z] #27 CACHED [2021-04-16T10:36:00.252Z] [2021-04-16T10:36:00.253Z] #15 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-04-16T10:36:00.253Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6 [2021-04-16T10:36:00.253Z] #15 CACHED [2021-04-16T10:36:00.253Z] [2021-04-16T10:36:00.253Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-04-16T10:36:00.253Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-04-16T10:36:00.253Z] #32 CACHED [2021-04-16T10:36:00.253Z] [2021-04-16T10:36:00.253Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-04-16T10:36:00.253Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea [2021-04-16T10:36:00.253Z] #17 CACHED [2021-04-16T10:36:00.253Z] [2021-04-16T10:36:00.253Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-04-16T10:36:00.253Z] #38 sha256:8de1edc8f142d17c75b5cb787adc6d53b261a34c5c3e9bf1eeb115cfacab8438 [2021-04-16T10:36:00.253Z] #38 CACHED [2021-04-16T10:36:00.253Z] [2021-04-16T10:36:00.253Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-04-16T10:36:00.253Z] #29 sha256:7d013979a4fc0d2f61c20b02a8b8ee43b3ed34809be21280eb4da6c5dc0a0987 [2021-04-16T10:36:00.253Z] #29 CACHED [2021-04-16T10:36:00.253Z] [2021-04-16T10:36:00.253Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-04-16T10:36:00.253Z] #33 sha256:e5aa0879b012a0a520431f90a6ccc7e4ab8420f4e4f2e87fc72ab548eb931c5a [2021-04-16T10:36:00.253Z] #33 CACHED [2021-04-16T10:36:00.253Z] [2021-04-16T10:36:00.253Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-04-16T10:36:00.253Z] #41 sha256:c757d976fe67f312d0b43a4b753aa88fc6a480abc7e75df7e35386b854b1e498 [2021-04-16T10:36:00.253Z] #41 CACHED [2021-04-16T10:36:00.253Z] [2021-04-16T10:36:00.253Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-04-16T10:36:00.253Z] #28 sha256:db1e9ce015cb67f504e9a9440d14d9cd97d076d292768050599ee6dcc38e6e9e [2021-04-16T10:36:00.253Z] #28 CACHED [2021-04-16T10:36:00.253Z] [2021-04-16T10:36:00.253Z] #21 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-04-16T10:36:00.253Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b [2021-04-16T10:36:00.253Z] #21 CACHED [2021-04-16T10:36:00.253Z] [2021-04-16T10:36:00.253Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-04-16T10:36:00.253Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6 [2021-04-16T10:36:00.253Z] #18 CACHED [2021-04-16T10:36:00.253Z] [2021-04-16T10:36:00.253Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-04-16T10:36:00.253Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4 [2021-04-16T10:36:00.253Z] #22 CACHED [2021-04-16T10:36:00.253Z] [2021-04-16T10:36:00.253Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-04-16T10:36:00.253Z] #25 sha256:eb5157f683686095b35d254e7a720c3b9b90f3b28e699a9ba39ca70fd913b997 [2021-04-16T10:36:00.253Z] #25 CACHED [2021-04-16T10:36:00.253Z] [2021-04-16T10:36:00.253Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-04-16T10:36:00.253Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815 [2021-04-16T10:36:00.253Z] #14 CACHED [2021-04-16T10:36:00.253Z] [2021-04-16T10:36:00.253Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-04-16T10:36:00.253Z] #30 sha256:aaa32604d52b36b76b5000b60fa7ca194821e093afaa0a39a744cf9a84fc38c0 [2021-04-16T10:36:00.253Z] #30 CACHED [2021-04-16T10:36:00.253Z] [2021-04-16T10:36:00.253Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-04-16T10:36:00.253Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-16T10:36:00.253Z] #42 CACHED [2021-04-16T10:36:00.253Z] [2021-04-16T10:36:00.253Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-04-16T10:36:00.253Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-04-16T10:36:00.253Z] #31 CACHED [2021-04-16T10:36:00.253Z] [2021-04-16T10:36:00.253Z] #35 [dev-systemd-false 13/26] COPY --from=tomll /build/ /usr/local/bin/ [2021-04-16T10:36:00.253Z] #35 sha256:ef8f9ae7cf0eed1e3d43ce9cd00c91456a31903d4c1ae17bbd8fb53071560384 [2021-04-16T10:36:00.253Z] #35 CACHED [2021-04-16T10:36:00.253Z] [2021-04-16T10:36:00.253Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-04-16T10:36:00.253Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac [2021-04-16T10:36:00.253Z] #16 CACHED [2021-04-16T10:36:00.253Z] [2021-04-16T10:36:00.253Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-04-16T10:36:00.253Z] #40 sha256:7b2fe3946947f3b0859e850ff08d21da2ec2d73d27b4150d703bd44d27949913 [2021-04-16T10:36:00.253Z] #40 CACHED [2021-04-16T10:36:00.253Z] [2021-04-16T10:36:00.253Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-04-16T10:36:00.253Z] #44 sha256:9a9a718cafc7d70f85063227f4d510067c1a5152fadf57b8861f56f7fcfe5e0a [2021-04-16T10:36:00.253Z] #44 CACHED [2021-04-16T10:36:00.428Z] #49 15.41 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-04-16T10:36:00.428Z] #49 15.47 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-04-16T10:36:00.428Z] #49 15.47 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-04-16T10:36:00.428Z] #49 15.48 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-04-16T10:36:00.428Z] #49 15.48 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-04-16T10:36:00.429Z] #49 15.50 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-04-16T10:36:00.429Z] #49 15.51 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-04-16T10:36:00.429Z] #49 15.55 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-04-16T10:36:00.429Z] #49 15.55 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-16T10:36:00.429Z] #49 15.57 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-04-16T10:36:00.429Z] #49 15.59 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-16T10:36:00.429Z] #49 15.60 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-04-16T10:36:00.429Z] #49 15.61 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-04-16T10:36:00.429Z] #49 14.17 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-04-16T10:36:00.429Z] #49 14.23 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-04-16T10:36:00.429Z] #49 14.28 go: extracting github.com/magiconair/properties v1.8.1 [2021-04-16T10:36:00.429Z] #49 14.31 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-04-16T10:36:00.514Z] [2021-04-16T10:36:00.514Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-04-16T10:36:00.514Z] #67 sha256:b92f1de79082a939a27176ad2a197d1e876950c551a13ab0779ea19708c2ccc2 [2021-04-16T10:36:00.514Z] #67 DONE 23.1s [2021-04-16T10:36:00.514Z] [2021-04-16T10:36:00.514Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-04-16T10:36:00.514Z] #46 sha256:6d51c73dfc556c27ccb2df6fe1db75437286b4ab6f0ac2f7cb865ca2696dc894 [2021-04-16T10:36:00.514Z] #46 DONE 0.1s [2021-04-16T10:36:00.514Z] [2021-04-16T10:36:00.514Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-16T10:36:00.514Z] #51 sha256:c89c8f782abaa4e6c55b19a27b24fc7190cc4ab67aa1ac00f233028fd23711d4 [2021-04-16T10:36:00.514Z] #51 17.32 github.com/pkg/diff [2021-04-16T10:36:00.514Z] #51 17.35 golang.org/x/sys/unix [2021-04-16T10:36:00.514Z] #51 18.57 mvdan.cc/editorconfig [2021-04-16T10:36:00.514Z] #51 19.72 mvdan.cc/sh/v3/fileutil [2021-04-16T10:36:00.514Z] #51 19.91 mvdan.cc/sh/v3/syntax [2021-04-16T10:36:00.514Z] #51 ... [2021-04-16T10:36:00.514Z] [2021-04-16T10:36:00.514Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-16T10:36:00.514Z] #49 sha256:09baea0a08acef68e781291c02a7f75d8023921c266f27bae9ad9e449cbdb13c [2021-04-16T10:36:00.514Z] #49 23.25 go: downloading github.com/stretchr/objx v0.2.0 [2021-04-16T10:36:00.514Z] #49 23.28 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-04-16T10:36:00.692Z] #49 15.63 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-04-16T10:36:00.692Z] #49 15.65 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-04-16T10:36:00.692Z] #49 15.66 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-04-16T10:36:00.692Z] #49 15.67 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-04-16T10:36:00.692Z] #49 15.77 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-04-16T10:36:00.692Z] #49 15.77 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-04-16T10:36:00.692Z] #49 15.78 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-16T10:36:00.692Z] #49 15.89 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-04-16T10:36:00.730Z] #49 14.43 go: downloading github.com/ultraware/funlen v0.0.2 [2021-04-16T10:36:00.730Z] #49 14.49 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-04-16T10:36:00.774Z] #49 23.37 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-16T10:36:00.774Z] #49 23.45 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-04-16T10:36:00.774Z] #49 23.46 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-04-16T10:36:00.774Z] #49 23.46 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-04-16T10:36:00.955Z] #49 15.90 go: downloading github.com/magiconair/properties v1.8.1 [2021-04-16T10:36:00.955Z] #49 16.02 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-04-16T10:36:00.955Z] #49 16.04 go: downloading github.com/gogo/protobuf v1.2.1 [2021-04-16T10:36:00.955Z] #49 16.10 go: downloading github.com/spf13/afero v1.1.2 [2021-04-16T10:36:00.955Z] #49 16.10 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-04-16T10:36:00.955Z] #49 16.12 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-04-16T10:36:00.955Z] #49 16.14 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-04-16T10:36:01.033Z] #49 14.67 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-04-16T10:36:01.033Z] #49 14.68 go: extracting github.com/ultraware/funlen v0.0.2 [2021-04-16T10:36:01.033Z] #49 14.69 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-04-16T10:36:01.033Z] #49 14.94 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-04-16T10:36:01.035Z] #49 23.62 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-04-16T10:36:01.035Z] #49 23.62 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-04-16T10:36:01.035Z] #49 23.79 go: extracting github.com/stretchr/objx v0.2.0 [2021-04-16T10:36:01.219Z] #49 16.18 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-16T10:36:01.219Z] #49 16.24 go: extracting github.com/magiconair/properties v1.8.1 [2021-04-16T10:36:01.219Z] #49 16.26 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-04-16T10:36:01.219Z] #49 16.27 go: extracting github.com/spf13/afero v1.1.2 [2021-04-16T10:36:01.219Z] #49 16.28 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-04-16T10:36:01.219Z] #49 16.34 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-04-16T10:36:01.296Z] #49 23.89 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-04-16T10:36:01.296Z] #49 23.98 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-04-16T10:36:01.296Z] #49 24.02 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-04-16T10:36:01.296Z] #49 24.02 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-04-16T10:36:01.296Z] #49 24.03 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-04-16T10:36:01.296Z] #49 24.07 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-16T10:36:01.296Z] #49 24.08 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-04-16T10:36:01.335Z] #49 14.94 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-04-16T10:36:01.335Z] #49 15.27 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-04-16T10:36:01.482Z] #49 16.36 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-04-16T10:36:01.482Z] #49 16.39 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-04-16T10:36:01.482Z] #49 16.42 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-04-16T10:36:01.557Z] #49 24.10 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-04-16T10:36:01.557Z] #49 24.25 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-04-16T10:36:01.557Z] #49 24.26 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-04-16T10:36:01.636Z] #49 15.29 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-04-16T10:36:01.636Z] #49 15.36 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-04-16T10:36:01.745Z] #49 16.63 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-04-16T10:36:01.937Z] #49 15.64 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-04-16T10:36:01.937Z] #49 15.74 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-04-16T10:36:02.008Z] #49 16.95 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-04-16T10:36:02.008Z] #49 ... [2021-04-16T10:36:02.008Z] [2021-04-16T10:36:02.008Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:36:02.008Z] #45 sha256:64459a08e6694c5aa2f46c3932623a1939839d2a1e954c3972a37db072f949c8 [2021-04-16T10:36:02.008Z] #45 DONE 17.0s [2021-04-16T10:36:02.008Z] [2021-04-16T10:36:02.008Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-16T10:36:02.008Z] #49 sha256:86d2417d1d662ba9387daaa8253891f334d7318a361d9a968413ee2721e6dcbf [2021-04-16T10:36:02.008Z] #49 17.04 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-04-16T10:36:02.008Z] #49 ... [2021-04-16T10:36:02.008Z] [2021-04-16T10:36:02.008Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-04-16T10:36:02.008Z] #67 sha256:bd8ecb44b78d0d65b76ae925ab81823261e381dddacf1c9eb59f633d3b6cf8f8 [2021-04-16T10:36:02.008Z] #67 14.81 Checking out files: 80% (1529/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 90% (1715/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2021-04-16T10:36:02.008Z] #67 15.11 + cd /tmp/tmp.JgBOH8GZqv/src/github.com/docker/libnetwork [2021-04-16T10:36:02.008Z] #67 15.11 + git checkout -q b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-04-16T10:36:02.008Z] #67 15.59 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-04-16T10:36:02.260Z] #49 16.03 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-04-16T10:36:02.260Z] #49 16.17 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-04-16T10:36:02.562Z] #49 16.28 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-04-16T10:36:02.943Z] #49 25.56 go: extracting github.com/gogo/protobuf v1.2.1 [2021-04-16T10:36:03.328Z] #40 ... [2021-04-16T10:36:03.328Z] [2021-04-16T10:36:03.328Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-04-16T10:36:03.328Z] #47 sha256:17a1115d5b50779a2e482e38a84cb798d812c3881d2f3e2d95299ccb61587907 [2021-04-16T10:36:03.328Z] #47 11.75 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-04-16T10:36:03.328Z] #47 11.96 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-04-16T10:36:03.328Z] #47 13.19 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-04-16T10:36:03.328Z] #47 18.04 go: finding github.com/fatih/color v1.9.0 [2021-04-16T10:36:03.328Z] #47 18.07 go: finding github.com/pkg/errors v0.9.1 [2021-04-16T10:36:03.328Z] #47 18.09 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-04-16T10:36:03.328Z] #47 18.19 go: finding github.com/mattn/go-colorable v0.1.6 [2021-04-16T10:36:03.328Z] #47 18.29 go: finding github.com/spf13/pflag v1.0.3 [2021-04-16T10:36:03.328Z] #47 18.37 go: finding github.com/mattn/go-isatty v0.0.12 [2021-04-16T10:36:03.328Z] #47 18.59 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-04-16T10:36:03.328Z] #47 18.83 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-04-16T10:36:03.328Z] #47 18.98 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-04-16T10:36:03.328Z] #47 19.01 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-04-16T10:36:03.328Z] #47 19.02 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-04-16T10:36:03.328Z] #47 ... [2021-04-16T10:36:03.328Z] [2021-04-16T10:36:03.328Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-16T10:36:03.328Z] #49 sha256:3fda856b49e821caaa8314cb530fa690d1a70a84251009bd74294b825178aab3 [2021-04-16T10:36:03.328Z] #49 16.24 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-04-16T10:36:03.328Z] #49 16.45 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-04-16T10:36:03.328Z] #49 16.52 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-16T10:36:03.328Z] #49 16.75 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-04-16T10:36:03.328Z] #49 17.07 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-16T10:36:03.328Z] #49 17.15 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-04-16T10:36:03.328Z] #49 17.27 go: downloading github.com/stretchr/objx v0.2.0 [2021-04-16T10:36:03.328Z] #49 17.34 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-04-16T10:36:03.328Z] #49 17.35 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-04-16T10:36:03.328Z] #49 17.39 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-04-16T10:36:03.328Z] #49 17.44 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-04-16T10:36:03.328Z] #49 17.70 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-04-16T10:36:03.328Z] #49 17.78 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-04-16T10:36:03.328Z] #49 17.84 go: extracting github.com/stretchr/objx v0.2.0 [2021-04-16T10:36:03.328Z] #49 17.91 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-04-16T10:36:03.328Z] #49 18.15 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-04-16T10:36:03.328Z] #49 18.16 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-04-16T10:36:03.328Z] #49 18.46 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-04-16T10:36:03.328Z] #49 18.67 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-04-16T10:36:03.328Z] #49 19.23 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-04-16T10:36:03.328Z] #49 20.01 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-04-16T10:36:03.328Z] #49 20.29 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-04-16T10:36:03.328Z] #49 20.85 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-04-16T10:36:03.328Z] #49 21.60 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-04-16T10:36:03.328Z] #49 21.82 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-04-16T10:36:03.328Z] #49 21.85 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-04-16T10:36:03.328Z] #49 22.11 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-04-16T10:36:03.328Z] #49 22.22 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-04-16T10:36:03.328Z] #49 22.44 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-04-16T10:36:03.328Z] #49 22.55 go: downloading github.com/spf13/viper v1.6.1 [2021-04-16T10:36:03.328Z] #49 22.65 go: extracting github.com/spf13/viper v1.6.1 [2021-04-16T10:36:03.516Z] #49 ... [2021-04-16T10:36:03.516Z] [2021-04-16T10:36:03.516Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-04-16T10:36:03.516Z] #53 sha256:5413b74590a75cc0940b152abb6b2a5a0657fb3ed6e15f6dba919f2bd8270e14 [2021-04-16T10:36:03.516Z] #53 16.16 + cd /tmp/tmp.EPMPTpNjob/src/github.com/opencontainers/runc [2021-04-16T10:36:03.516Z] #53 16.16 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-16T10:36:03.516Z] #53 16.66 + '[' -z '' ']' [2021-04-16T10:36:03.516Z] #53 16.66 + target=static [2021-04-16T10:36:03.516Z] #53 16.66 + make 'BUILDTAGS=seccomp ' static [2021-04-16T10:36:03.516Z] #53 17.03 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o runc . [2021-04-16T10:36:03.516Z] #53 ... [2021-04-16T10:36:03.516Z] [2021-04-16T10:36:03.516Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-16T10:36:03.516Z] #51 sha256:c89c8f782abaa4e6c55b19a27b24fc7190cc4ab67aa1ac00f233028fd23711d4 [2021-04-16T10:36:03.516Z] #51 25.41 golang.org/x/crypto/ssh/terminal [2021-04-16T10:36:03.585Z] #49 22.75 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-04-16T10:36:03.585Z] #49 22.83 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-04-16T10:36:03.585Z] #49 22.83 go: downloading github.com/kisielk/gotool v1.0.0 [2021-04-16T10:36:03.585Z] #49 22.88 go: extracting github.com/kisielk/gotool v1.0.0 [2021-04-16T10:36:03.585Z] #49 ... [2021-04-16T10:36:03.585Z] [2021-04-16T10:36:03.585Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-04-16T10:36:03.585Z] #67 sha256:721fc16eacf69012cabff9b931e8d814a19f64edcaa108a75c6f7c6d3c40d9b7 [2021-04-16T10:36:03.989Z] #56 ... [2021-04-16T10:36:03.989Z] [2021-04-16T10:36:03.989Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-04-16T10:36:03.989Z] #58 sha256:ae3f3bbe27b1542e6d9cc0eb1ee2ae84156405e44a44a0abe4cca5b8d41d054f [2021-04-16T10:36:03.989Z] #58 42.13 + for f in rootlesskit rootlesskit-docker-proxy [2021-04-16T10:36:03.989Z] #58 42.13 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-04-16T10:36:04.098Z] #67 22.91 Checking out files: 67% (1290/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 90% (1715/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2021-04-16T10:36:04.098Z] #67 23.45 + cd /tmp/tmp.ZsIOLnRmXg/src/github.com/docker/libnetwork [2021-04-16T10:36:04.134Z] #49 ... [2021-04-16T10:36:04.134Z] [2021-04-16T10:36:04.134Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-04-16T10:36:04.134Z] #29 sha256:e2316c56a423369126d110cc42fe6fee4482aed27b26bb9f11e11d7ea4f80137 [2021-04-16T10:36:04.134Z] #29 11.21 0.1% # 1.4% ## 3.1% ### 5.2% ##### 7.1% ##### 8.2% ####### 9.8% ######## 12.0% ######### 13.5% ########## 15.3% ########### 16.4% ############ 17.5% ############## 19.6% ############### 21.8% ################ 23.4% ################## 25.6% ################### 27.8% ##################### 29.9% ####################### 32.0% ####################### 33.2% ######################### 34.8% ######################### 35.8% ########################## 36.9% ########################### 38.0% ############################ 39.1% ############################# 41.2% ############################## 41.8% ############################## 42.9% ################################ 44.5% ################################# 46.7% ################################## 48.3% ################################### 49.9% ##################################### 51.5% ###################################### 53.2% ####################################### 55.3% ######################################## 56.9% ########################################## 58.4% ########################################### 60.0% ############################################ 61.6% ############################################# 63.8% ############################################### 66.0% ################################################# 68.1% ################################################## 69.8% ################################################### 70.8% ################################################### 71.9% #################################################### 73.2% ##################################################### 74.1% ###################################################### 75.5% ####################################################### 76.4% ######################################################## 78.4% ######################################################### 80.0% ########################################################### 82.2% ############################################################ 84.4% ############################################################# 86.0% [2021-04-16T10:36:04.134Z] #29 ... [2021-04-16T10:36:04.134Z] [2021-04-16T10:36:04.134Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-04-16T10:36:04.134Z] #55 sha256:c6de94bf361792c0630dfe92297aafeb0498862bc4e1fa7f675f3ac2c82c21ea [2021-04-16T10:36:04.134Z] #55 5.347 Reading package lists... [2021-04-16T10:36:04.134Z] #55 12.28 Reading package lists... [2021-04-16T10:36:04.134Z] #55 21.24 Building dependency tree... [2021-04-16T10:36:04.134Z] #55 ... [2021-04-16T10:36:04.134Z] [2021-04-16T10:36:04.134Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-04-16T10:36:04.134Z] #29 sha256:e2316c56a423369126d110cc42fe6fee4482aed27b26bb9f11e11d7ea4f80137 [2021-04-16T10:36:04.355Z] #67 23.45 + git checkout -q b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-04-16T10:36:04.571Z] #67 DONE 19.5s [2021-04-16T10:36:04.571Z] [2021-04-16T10:36:04.571Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-04-16T10:36:04.571Z] #58 sha256:1d4878a7f106f94f22e408988e47d982f0b1f1b819b67898b0abdfd7595b92a8 [2021-04-16T10:36:04.571Z] #58 11.19 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-04-16T10:36:04.571Z] #58 11.82 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-04-16T10:36:04.571Z] #58 12.98 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-04-16T10:36:04.571Z] #58 13.51 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-04-16T10:36:04.571Z] #58 13.57 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-04-16T10:36:04.571Z] #58 13.64 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-04-16T10:36:04.571Z] #58 13.77 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-04-16T10:36:04.571Z] #58 15.81 go: finding github.com/pkg/errors v0.9.1 [2021-04-16T10:36:04.571Z] #58 15.84 go: finding github.com/sirupsen/logrus v1.8.1 [2021-04-16T10:36:04.571Z] #58 15.86 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-04-16T10:36:04.571Z] #58 16.10 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-04-16T10:36:04.571Z] #58 16.10 go: finding github.com/google/uuid v1.2.0 [2021-04-16T10:36:04.571Z] #58 16.18 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-04-16T10:36:04.571Z] #58 16.36 go: finding github.com/moby/vpnkit v0.5.0 [2021-04-16T10:36:04.571Z] #58 16.36 go: finding github.com/gorilla/mux v1.8.0 [2021-04-16T10:36:04.571Z] #58 16.40 go: finding github.com/moby/sys/mountinfo v0.4.1 [2021-04-16T10:36:04.571Z] #58 16.40 go: finding github.com/gofrs/flock v0.8.0 [2021-04-16T10:36:04.571Z] #58 16.42 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-04-16T10:36:04.571Z] #58 16.45 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-04-16T10:36:04.571Z] #58 16.49 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-04-16T10:36:04.571Z] #58 16.72 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-04-16T10:36:04.571Z] #58 16.85 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-04-16T10:36:04.611Z] #67 ... [2021-04-16T10:36:04.611Z] [2021-04-16T10:36:04.611Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-04-16T10:36:04.611Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-16T10:36:04.611Z] #42 18.92 Reading package lists... [2021-04-16T10:36:04.611Z] #42 25.81 Reading package lists... [2021-04-16T10:36:04.611Z] #42 ... [2021-04-16T10:36:04.611Z] [2021-04-16T10:36:04.611Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-16T10:36:04.611Z] #51 sha256:977ddd2fd4eeeabc38522ca19723d9052cf8de0a1c2effa3553fe7a00309a118 [2021-04-16T10:36:04.611Z] #51 16.84 + cd /tmp/tmp.aY5WAxiW1h/src/github.com/mvdan/sh [2021-04-16T10:36:04.611Z] #51 16.85 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-04-16T10:36:04.611Z] #51 16.96 + GO111MODULE=on [2021-04-16T10:36:04.611Z] #51 16.96 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-04-16T10:36:04.611Z] #51 18.14 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-04-16T10:36:04.611Z] #51 18.21 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-04-16T10:36:04.611Z] #51 18.26 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-04-16T10:36:04.611Z] #51 18.35 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-04-16T10:36:04.611Z] #51 18.58 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-04-16T10:36:04.611Z] #51 19.45 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-04-16T10:36:04.611Z] #51 20.03 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-04-16T10:36:04.611Z] #51 21.32 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-04-16T10:36:04.611Z] #51 22.42 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-04-16T10:36:04.611Z] #51 22.61 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-04-16T10:36:04.611Z] #51 22.74 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-04-16T10:36:04.611Z] #51 22.78 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-04-16T10:36:04.611Z] #51 23.71 runtime [2021-04-16T10:36:04.737Z] #29 11.21 0.1% # 1.4% ## 3.1% ### 5.2% ##### 7.1% ##### 8.2% ####### 9.8% ######## 12.0% ######### 13.5% ########## 15.3% ########### 16.4% ############ 17.5% ############## 19.6% ############### 21.8% ################ 23.4% ################## 25.6% ################### 27.8% ##################### 29.9% ####################### 32.0% ####################### 33.2% ######################### 34.8% ######################### 35.8% ########################## 36.9% ########################### 38.0% ############################ 39.1% ############################# 41.2% ############################## 41.8% ############################## 42.9% ################################ 44.5% ################################# 46.7% ################################## 48.3% ################################### 49.9% ##################################### 51.5% ###################################### 53.2% ####################################### 55.3% ######################################## 56.9% ########################################## 58.4% ########################################### 60.0% ############################################ 61.6% ############################################# 63.8% ############################################### 66.0% ################################################# 68.1% ################################################## 69.8% ################################################### 70.8% ################################################### 71.9% #################################################### 73.2% ##################################################### 74.1% ###################################################### 75.5% ####################################################### 76.4% ######################################################## 78.4% ######################################################### 80.0% ########################################################### 82.2% ############################################################ 84.4% ############################################################# 86.0% ############################################################### 88.7% ################################################################# 91.4% ################################################################### 93.6% #################################################################### 95.2% ###################################################################### 97.3% ####################################################################### 98.6% ######################################################################## 100.0% [2021-04-16T10:36:04.738Z] #29 18.55 [2021-04-16T10:36:04.909Z] #51 ... [2021-04-16T10:36:04.909Z] [2021-04-16T10:36:04.909Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-04-16T10:36:04.909Z] #67 sha256:721fc16eacf69012cabff9b931e8d814a19f64edcaa108a75c6f7c6d3c40d9b7 [2021-04-16T10:36:04.909Z] #67 24.04 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-04-16T10:36:04.909Z] #67 ... [2021-04-16T10:36:04.909Z] [2021-04-16T10:36:04.909Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-04-16T10:36:04.909Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-04-16T10:36:04.909Z] #55 19.32 Reading package lists... [2021-04-16T10:36:05.036Z] #29 ... [2021-04-16T10:36:05.037Z] [2021-04-16T10:36:05.037Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-04-16T10:36:05.037Z] #42 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-04-16T10:36:05.037Z] #42 5.218 Reading package lists... [2021-04-16T10:36:05.037Z] #42 13.36 Reading package lists... [2021-04-16T10:36:05.037Z] #42 20.93 Building dependency tree... [2021-04-16T10:36:05.165Z] #55 26.54 Reading package lists... [2021-04-16T10:36:05.165Z] #55 ... [2021-04-16T10:36:05.165Z] [2021-04-16T10:36:05.166Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-16T10:36:05.166Z] #49 sha256:3fda856b49e821caaa8314cb530fa690d1a70a84251009bd74294b825178aab3 [2021-04-16T10:36:05.166Z] #49 24.19 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-04-16T10:36:05.166Z] #49 24.20 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-16T10:36:05.166Z] #49 24.23 go: downloading github.com/subosito/gotenv v1.2.0 [2021-04-16T10:36:05.166Z] #49 24.23 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-04-16T10:36:05.166Z] #49 24.23 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-04-16T10:36:05.166Z] #49 24.23 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-04-16T10:36:05.166Z] #49 24.23 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-04-16T10:36:05.166Z] #49 24.25 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-04-16T10:36:05.166Z] #49 24.28 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-04-16T10:36:05.166Z] #49 24.33 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-04-16T10:36:05.166Z] #49 24.34 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-04-16T10:36:05.166Z] #49 24.34 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-04-16T10:36:05.166Z] #49 24.39 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-04-16T10:36:05.166Z] #49 24.39 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-16T10:36:05.166Z] #49 24.43 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-04-16T10:36:05.166Z] #49 24.43 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-04-16T10:36:05.336Z] #42 ... [2021-04-16T10:36:05.336Z] [2021-04-16T10:36:05.336Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-04-16T10:36:05.336Z] #40 sha256:c360766b9b9540745e547dc930890c4e537534bd1ab1855e1af4d697e9a70cf8 [2021-04-16T10:36:05.336Z] #40 18.24 Checking out files: 66% (1127/1684) Checking out files: 67% (1129/1684) Checking out files: 68% (1146/1684) Checking out files: 69% (1162/1684) Checking out files: 70% (1179/1684) Checking out files: 71% (1196/1684) Checking out files: 72% (1213/1684) Checking out files: 73% (1230/1684) Checking out files: 74% (1247/1684) Checking out files: 75% (1263/1684) Checking out files: 76% (1280/1684) Checking out files: 77% (1297/1684) Checking out files: 78% (1314/1684) Checking out files: 79% (1331/1684) Checking out files: 80% (1348/1684) Checking out files: 81% (1365/1684) Checking out files: 82% (1381/1684) Checking out files: 83% (1398/1684) Checking out files: 84% (1415/1684) Checking out files: 85% (1432/1684) Checking out files: 86% (1449/1684) Checking out files: 87% (1466/1684) Checking out files: 88% (1482/1684) Checking out files: 89% (1499/1684) Checking out files: 90% (1516/1684) Checking out files: 91% (1533/1684) Checking out files: 92% (1550/1684) Checking out files: 93% (1567/1684) Checking out files: 94% (1583/1684) Checking out files: 95% (1600/1684) Checking out files: 96% (1617/1684) Checking out files: 97% (1634/1684) Checking out files: 98% (1651/1684) Checking out files: 99% (1668/1684) Checking out files: 100% (1684/1684) Checking out files: 100% (1684/1684), done. [2021-04-16T10:36:05.336Z] #40 18.91 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-04-16T10:36:05.336Z] #40 21.50 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2021-04-16T10:36:05.422Z] #49 24.63 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-04-16T10:36:05.422Z] #49 24.64 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-04-16T10:36:05.422Z] #49 24.66 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-04-16T10:36:05.422Z] #49 24.67 go: downloading github.com/spf13/cast v1.3.0 [2021-04-16T10:36:05.422Z] #49 24.71 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-04-16T10:36:05.422Z] #49 24.79 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-04-16T10:36:05.422Z] #49 24.79 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-04-16T10:36:05.432Z] #51 27.97 mvdan.cc/sh/v3/cmd/shfmt [2021-04-16T10:36:05.520Z] #58 ... [2021-04-16T10:36:05.520Z] [2021-04-16T10:36:05.520Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-16T10:36:05.520Z] #51 sha256:0211f2aac60e6bcefda87315c8c3fd71f255e38ff3b2fc86fa278b735bbb1945 [2021-04-16T10:36:05.520Z] #51 10.58 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-04-16T10:36:05.520Z] #51 11.38 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-04-16T10:36:05.520Z] #51 12.49 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-04-16T10:36:05.520Z] #51 12.51 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-04-16T10:36:05.520Z] #51 12.63 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-04-16T10:36:05.520Z] #51 12.77 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-04-16T10:36:05.520Z] #51 13.31 golang.org/x/sys/unix [2021-04-16T10:36:05.520Z] #51 13.32 github.com/pkg/diff [2021-04-16T10:36:05.520Z] #51 13.34 mvdan.cc/editorconfig [2021-04-16T10:36:05.520Z] #51 13.39 mvdan.cc/sh/v3/fileutil [2021-04-16T10:36:05.520Z] #51 13.69 mvdan.cc/sh/v3/syntax [2021-04-16T10:36:05.520Z] #51 19.48 golang.org/x/crypto/ssh/terminal [2021-04-16T10:36:05.637Z] #40 ... [2021-04-16T10:36:05.637Z] [2021-04-16T10:36:05.637Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-04-16T10:36:05.637Z] #36 sha256:79f49bf47c58a6a4ce1054d2344261d05117cb9c833f2854cdb226827e69bd91 [2021-04-16T10:36:05.637Z] #36 5.151 Reading package lists... [2021-04-16T10:36:05.637Z] #36 13.92 Reading package lists... [2021-04-16T10:36:05.637Z] #36 20.99 Building dependency tree... [2021-04-16T10:36:05.637Z] #36 ... [2021-04-16T10:36:05.637Z] [2021-04-16T10:36:05.637Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-16T10:36:05.637Z] #51 sha256:89950dca246c8d949f4e2b540f51ad2feadb236163ab1597bc357afbaf2493af [2021-04-16T10:36:05.637Z] #51 13.20 + cd /tmp/tmp.5qeMzotAjE/src/github.com/mvdan/sh [2021-04-16T10:36:05.637Z] #51 13.20 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-04-16T10:36:05.637Z] #51 13.35 + GO111MODULE=on [2021-04-16T10:36:05.637Z] #51 13.35 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-04-16T10:36:05.637Z] #51 15.17 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-04-16T10:36:05.637Z] #51 15.19 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-04-16T10:36:05.637Z] #51 15.47 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-04-16T10:36:05.637Z] #51 15.56 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-04-16T10:36:05.637Z] #51 15.56 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-04-16T10:36:05.637Z] #51 17.31 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-04-16T10:36:05.637Z] #51 18.43 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-04-16T10:36:05.678Z] #49 24.84 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-04-16T10:36:05.678Z] #49 24.84 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-04-16T10:36:05.678Z] #49 24.84 go: extracting github.com/subosito/gotenv v1.2.0 [2021-04-16T10:36:05.678Z] #49 24.93 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-04-16T10:36:05.678Z] #49 25.00 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-04-16T10:36:05.678Z] #49 25.00 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-04-16T10:36:05.784Z] #51 ... [2021-04-16T10:36:05.784Z] [2021-04-16T10:36:05.784Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-04-16T10:36:05.784Z] #47 sha256:a6062770ac3b58d875a2caf3e5dbd5ee696e2079c02f444c6edf2d7c8a996e2b [2021-04-16T10:36:05.784Z] #47 12.62 go: finding github.com/fatih/color v1.9.0 [2021-04-16T10:36:05.784Z] #47 12.64 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-04-16T10:36:05.784Z] #47 12.66 go: finding github.com/pkg/errors v0.9.1 [2021-04-16T10:36:05.784Z] #47 12.67 go: finding github.com/spf13/pflag v1.0.3 [2021-04-16T10:36:05.784Z] #47 12.76 go: finding github.com/mattn/go-colorable v0.1.6 [2021-04-16T10:36:05.784Z] #47 12.78 go: finding github.com/mattn/go-isatty v0.0.12 [2021-04-16T10:36:05.784Z] #47 12.88 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-04-16T10:36:05.784Z] #47 13.05 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-04-16T10:36:05.784Z] #47 13.05 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-04-16T10:36:05.784Z] #47 13.08 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-04-16T10:36:05.784Z] #47 13.08 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-04-16T10:36:05.898Z] #58 DONE 45.0s [2021-04-16T10:36:05.898Z] [2021-04-16T10:36:05.898Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-04-16T10:36:05.898Z] #59 sha256:11821bf29847b90f45f4cff7d9ca6f6fefcbe7a8bd40988958127155f929b060 [2021-04-16T10:36:05.898Z] #59 DONE 0.0s [2021-04-16T10:36:05.898Z] [2021-04-16T10:36:05.898Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-16T10:36:05.898Z] #56 sha256:de166c69133a94241271d4c11ba725ce2c22b4c80df69b9b5e32c49d4b27ca4b [2021-04-16T10:36:05.935Z] #49 25.13 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-04-16T10:36:05.935Z] #49 25.13 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-04-16T10:36:05.935Z] #49 25.16 go: downloading github.com/ultraware/funlen v0.0.2 [2021-04-16T10:36:05.935Z] #49 25.19 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-04-16T10:36:05.935Z] #49 25.20 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-04-16T10:36:05.935Z] #49 25.24 go: extracting github.com/spf13/cast v1.3.0 [2021-04-16T10:36:05.935Z] #49 25.27 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-04-16T10:36:05.935Z] #49 25.27 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-04-16T10:36:05.935Z] #49 25.28 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-04-16T10:36:05.935Z] #49 25.30 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-04-16T10:36:05.935Z] #49 ... [2021-04-16T10:36:05.935Z] [2021-04-16T10:36:05.935Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-04-16T10:36:05.935Z] #36 sha256:7c9164a9e09f5957dcd35b85232a0e2c2e1eefe9590c9cc61db30a2968787259 [2021-04-16T10:36:05.935Z] #36 20.29 Reading package lists... [2021-04-16T10:36:05.937Z] #51 ... [2021-04-16T10:36:05.937Z] [2021-04-16T10:36:05.937Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-16T10:36:05.937Z] #13 sha256:5151d703b769bc35b6bada7e872d6f26a661733fd6a91bb6a69d949f095f4d31 [2021-04-16T10:36:05.937Z] #13 14.59 Reading package lists... [2021-04-16T10:36:06.158Z] #56 ... [2021-04-16T10:36:06.158Z] [2021-04-16T10:36:06.158Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-04-16T10:36:06.158Z] #60 sha256:d10fb320cae9ef90664f9f615ce3909f5514d4d314ebe99bf4d68dab0c0fa6b8 [2021-04-16T10:36:06.158Z] #60 DONE 0.1s [2021-04-16T10:36:06.158Z] [2021-04-16T10:36:06.158Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-16T10:36:06.158Z] #56 sha256:de166c69133a94241271d4c11ba725ce2c22b4c80df69b9b5e32c49d4b27ca4b [2021-04-16T10:36:06.192Z] #36 26.80 Reading package lists... [2021-04-16T10:36:06.192Z] #36 ... [2021-04-16T10:36:06.192Z] [2021-04-16T10:36:06.192Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-16T10:36:06.192Z] #49 sha256:3fda856b49e821caaa8314cb530fa690d1a70a84251009bd74294b825178aab3 [2021-04-16T10:36:06.192Z] #49 25.32 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-04-16T10:36:06.192Z] #49 25.33 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-04-16T10:36:06.192Z] #49 25.35 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-04-16T10:36:06.192Z] #49 25.35 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-04-16T10:36:06.192Z] #49 25.35 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-04-16T10:36:06.192Z] #49 25.35 go: extracting github.com/ultraware/funlen v0.0.2 [2021-04-16T10:36:06.192Z] #49 25.48 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-04-16T10:36:06.192Z] #49 25.50 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-04-16T10:36:06.192Z] #49 25.50 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-04-16T10:36:06.192Z] #49 25.51 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-04-16T10:36:06.192Z] #49 25.57 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-04-16T10:36:06.448Z] #49 25.60 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-04-16T10:36:06.448Z] #49 25.61 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-04-16T10:36:06.448Z] #49 25.62 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-04-16T10:36:06.448Z] #49 25.80 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-04-16T10:36:06.448Z] #49 25.80 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-04-16T10:36:06.448Z] #49 25.82 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-04-16T10:36:06.704Z] #49 25.85 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-04-16T10:36:06.704Z] #49 25.88 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-04-16T10:36:06.704Z] #49 25.92 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-04-16T10:36:06.704Z] #49 25.93 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-04-16T10:36:06.704Z] #49 26.00 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-04-16T10:36:06.781Z] #47 ... [2021-04-16T10:36:06.781Z] [2021-04-16T10:36:06.781Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-16T10:36:06.781Z] #51 sha256:0211f2aac60e6bcefda87315c8c3fd71f255e38ff3b2fc86fa278b735bbb1945 [2021-04-16T10:36:06.781Z] #51 21.90 mvdan.cc/sh/v3/cmd/shfmt [2021-04-16T10:36:06.926Z] #13 23.91 Building dependency tree... [2021-04-16T10:36:06.926Z] #13 ... [2021-04-16T10:36:06.926Z] [2021-04-16T10:36:06.926Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-04-16T10:36:06.926Z] #58 sha256:ecc4d0232de3018f6bf544d0d3a0516505c5d88844e679f140d41cc1470aff71 [2021-04-16T10:36:06.926Z] #58 10.62 go: extracting github.com/moby/sys/mountinfo v0.4.1 [2021-04-16T10:36:06.926Z] #58 11.09 go: extracting github.com/pkg/errors v0.9.1 [2021-04-16T10:36:06.926Z] #58 11.19 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-04-16T10:36:06.926Z] #58 11.30 go: extracting github.com/gorilla/mux v1.8.0 [2021-04-16T10:36:06.926Z] #58 12.18 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-04-16T10:36:06.926Z] #58 13.49 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-04-16T10:36:06.926Z] #58 13.51 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-04-16T10:36:06.926Z] #58 14.66 go: extracting github.com/moby/vpnkit v0.5.0 [2021-04-16T10:36:06.926Z] #58 18.29 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-04-16T10:36:06.926Z] #58 18.42 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-04-16T10:36:06.926Z] #58 20.55 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-04-16T10:36:06.926Z] #58 ... [2021-04-16T10:36:06.926Z] [2021-04-16T10:36:06.926Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-04-16T10:36:06.926Z] #29 sha256:e2316c56a423369126d110cc42fe6fee4482aed27b26bb9f11e11d7ea4f80137 [2021-04-16T10:36:06.926Z] #29 19.82 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-04-16T10:36:06.926Z] #29 20.25 [2021-04-16T10:36:06.926Z] #29 20.45 #=#=# ##################################################################### 96.0% ######################################################################## 100.0% [2021-04-16T10:36:06.960Z] #49 26.11 go: downloading github.com/spf13/afero v1.1.2 [2021-04-16T10:36:06.960Z] #49 26.12 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-04-16T10:36:06.960Z] #49 ... [2021-04-16T10:36:06.960Z] [2021-04-16T10:36:06.960Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-04-16T10:36:06.960Z] #58 sha256:3b62a6a04354bc4e94b41e4193f325ad5e32dc9b9ac3d136d569f255334eef86 [2021-04-16T10:36:06.960Z] #58 16.21 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-04-16T10:36:06.960Z] #58 16.29 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-04-16T10:36:06.960Z] #58 16.39 go: extracting github.com/moby/vpnkit v0.5.0 [2021-04-16T10:36:06.960Z] #58 16.87 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-04-16T10:36:06.960Z] #58 17.82 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-04-16T10:36:06.960Z] #58 20.59 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-04-16T10:36:06.960Z] #58 22.46 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-04-16T10:36:06.960Z] #58 22.69 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-04-16T10:36:06.960Z] #58 22.82 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-04-16T10:36:06.960Z] #58 22.83 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-04-16T10:36:06.961Z] #58 23.16 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-04-16T10:36:06.961Z] #58 25.39 go: finding github.com/pkg/errors v0.9.1 [2021-04-16T10:36:06.961Z] #58 25.52 go: finding github.com/sirupsen/logrus v1.8.1 [2021-04-16T10:36:06.961Z] #58 25.72 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-04-16T10:36:06.961Z] #58 25.86 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-04-16T10:36:06.961Z] #58 25.91 go: finding github.com/google/uuid v1.2.0 [2021-04-16T10:36:06.961Z] #58 25.93 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-04-16T10:36:06.961Z] #58 26.00 go: finding github.com/gofrs/flock v0.8.0 [2021-04-16T10:36:06.961Z] #58 26.05 go: finding github.com/moby/vpnkit v0.5.0 [2021-04-16T10:36:06.961Z] #58 26.11 go: finding github.com/gorilla/mux v1.8.0 [2021-04-16T10:36:06.961Z] #58 26.13 go: finding github.com/moby/sys/mountinfo v0.4.1 [2021-04-16T10:36:06.961Z] #58 26.16 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-04-16T10:36:06.961Z] #58 26.18 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-04-16T10:36:06.961Z] #58 26.21 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-04-16T10:36:06.961Z] #58 ... [2021-04-16T10:36:06.961Z] [2021-04-16T10:36:06.961Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-16T10:36:06.961Z] #49 sha256:3fda856b49e821caaa8314cb530fa690d1a70a84251009bd74294b825178aab3 [2021-04-16T10:36:06.961Z] #49 26.25 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-04-16T10:36:06.961Z] #49 26.34 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-04-16T10:36:06.961Z] #49 26.34 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-04-16T10:36:07.097Z] #56 ... [2021-04-16T10:36:07.097Z] [2021-04-16T10:36:07.097Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-04-16T10:36:07.097Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-04-16T10:36:07.097Z] #63 CACHED [2021-04-16T10:36:07.097Z] [2021-04-16T10:36:07.097Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-04-16T10:36:07.097Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-04-16T10:36:07.097Z] #65 CACHED [2021-04-16T10:36:07.216Z] #49 26.34 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-04-16T10:36:07.217Z] #49 26.34 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-04-16T10:36:07.217Z] #49 26.36 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-04-16T10:36:07.217Z] #49 26.44 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-04-16T10:36:07.217Z] #49 26.45 go: extracting github.com/spf13/afero v1.1.2 [2021-04-16T10:36:07.217Z] #49 26.47 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-04-16T10:36:07.217Z] #49 26.49 go: downloading golang.org/x/text v0.3.2 [2021-04-16T10:36:07.217Z] #49 26.53 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-04-16T10:36:07.217Z] #49 26.57 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-04-16T10:36:07.231Z] #29 20.81 [2021-04-16T10:36:07.351Z] #51 ... [2021-04-16T10:36:07.351Z] [2021-04-16T10:36:07.351Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-04-16T10:36:07.351Z] #53 sha256:5413b74590a75cc0940b152abb6b2a5a0657fb3ed6e15f6dba919f2bd8270e14 [2021-04-16T10:36:07.351Z] #53 27.24 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-04-16T10:36:07.351Z] #53 29.61 + mkdir -p /build [2021-04-16T10:36:07.351Z] #53 29.61 + cp runc /build/runc [2021-04-16T10:36:07.351Z] #53 DONE 29.9s [2021-04-16T10:36:07.351Z] [2021-04-16T10:36:07.351Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-16T10:36:07.351Z] #49 sha256:09baea0a08acef68e781291c02a7f75d8023921c266f27bae9ad9e449cbdb13c [2021-04-16T10:36:07.351Z] #49 27.62 go: finding github.com/fatih/color v1.7.0 [2021-04-16T10:36:07.351Z] #49 27.66 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-04-16T10:36:07.351Z] #49 27.66 go: finding github.com/mattn/go-colorable v0.1.4 [2021-04-16T10:36:07.351Z] #49 27.67 go: finding github.com/mattn/go-isatty v0.0.8 [2021-04-16T10:36:07.351Z] #49 27.70 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-04-16T10:36:07.351Z] #49 27.71 go: finding github.com/go-critic/go-critic v0.4.1 [2021-04-16T10:36:07.351Z] #49 27.71 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-04-16T10:36:07.351Z] #49 27.72 go: finding github.com/pkg/errors v0.8.1 [2021-04-16T10:36:07.351Z] #49 27.73 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-04-16T10:36:07.351Z] #49 27.73 go: finding github.com/sirupsen/logrus v1.4.2 [2021-04-16T10:36:07.351Z] #49 27.73 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-04-16T10:36:07.351Z] #49 27.74 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-04-16T10:36:07.351Z] #49 27.74 go: finding github.com/stretchr/testify v1.4.0 [2021-04-16T10:36:07.351Z] #49 27.75 go: finding github.com/spf13/viper v1.6.1 [2021-04-16T10:36:07.351Z] #49 27.76 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-04-16T10:36:07.351Z] #49 27.76 go: finding github.com/davecgh/go-spew v1.1.1 [2021-04-16T10:36:07.351Z] #49 27.78 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-04-16T10:36:07.351Z] #49 27.81 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-04-16T10:36:07.351Z] #49 27.82 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-04-16T10:36:07.351Z] #49 27.86 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-04-16T10:36:07.351Z] #49 27.86 go: finding github.com/stretchr/objx v0.2.0 [2021-04-16T10:36:07.351Z] #49 27.87 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-04-16T10:36:07.351Z] #49 27.88 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-04-16T10:36:07.351Z] #49 27.89 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-04-16T10:36:07.351Z] #49 27.89 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-04-16T10:36:07.351Z] #49 27.91 go: finding github.com/spf13/cobra v0.0.5 [2021-04-16T10:36:07.351Z] #49 27.91 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-04-16T10:36:07.351Z] #49 27.92 go: finding github.com/gobwas/glob v0.2.3 [2021-04-16T10:36:07.351Z] #49 27.93 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-04-16T10:36:07.351Z] #49 27.95 go: finding github.com/hashicorp/hcl v1.0.0 [2021-04-16T10:36:07.351Z] #49 27.97 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-04-16T10:36:07.351Z] #49 27.98 go: finding github.com/spf13/pflag v1.0.5 [2021-04-16T10:36:07.351Z] #49 28.05 go: finding github.com/magiconair/properties v1.8.1 [2021-04-16T10:36:07.351Z] #49 28.06 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-04-16T10:36:07.351Z] #49 28.08 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-04-16T10:36:07.351Z] #49 28.09 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-04-16T10:36:07.351Z] #49 28.10 go: finding github.com/pelletier/go-toml v1.2.0 [2021-04-16T10:36:07.351Z] #49 28.11 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-04-16T10:36:07.351Z] #49 28.15 go: finding github.com/spf13/afero v1.1.2 [2021-04-16T10:36:07.351Z] #49 28.17 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-04-16T10:36:07.351Z] #49 28.18 go: finding github.com/spf13/cast v1.3.0 [2021-04-16T10:36:07.351Z] #49 28.21 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-04-16T10:36:07.351Z] #49 28.21 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-04-16T10:36:07.351Z] #49 28.22 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-04-16T10:36:07.351Z] #49 28.23 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-04-16T10:36:07.351Z] #49 28.24 go: finding github.com/subosito/gotenv v1.2.0 [2021-04-16T10:36:07.351Z] #49 28.26 go: finding gopkg.in/ini.v1 v1.51.0 [2021-04-16T10:36:07.351Z] #49 28.27 go: finding golang.org/x/text v0.3.2 [2021-04-16T10:36:07.351Z] #49 28.30 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-04-16T10:36:07.351Z] #49 28.31 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-04-16T10:36:07.351Z] #49 28.39 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-04-16T10:36:07.351Z] #49 28.40 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-04-16T10:36:07.351Z] #49 28.40 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-04-16T10:36:07.351Z] #49 28.41 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-04-16T10:36:07.351Z] #49 28.41 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-04-16T10:36:07.351Z] #49 28.42 go: finding github.com/kisielk/gotool v1.0.0 [2021-04-16T10:36:07.351Z] #49 28.42 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-04-16T10:36:07.351Z] #49 28.42 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-04-16T10:36:07.351Z] #49 28.43 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-04-16T10:36:07.351Z] #49 28.44 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-04-16T10:36:07.351Z] #49 28.46 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-04-16T10:36:07.351Z] #49 28.46 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-04-16T10:36:07.351Z] #49 28.48 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-04-16T10:36:07.351Z] #49 28.49 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-04-16T10:36:07.351Z] #49 28.49 go: finding github.com/ultraware/funlen v0.0.2 [2021-04-16T10:36:07.351Z] #49 28.50 go: finding github.com/ultraware/whitespace v0.0.4 [2021-04-16T10:36:07.351Z] #49 28.50 go: finding github.com/uudashr/gocognit v1.0.1 [2021-04-16T10:36:07.351Z] #49 28.52 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-04-16T10:36:07.351Z] #49 28.55 go: finding github.com/gogo/protobuf v1.2.1 [2021-04-16T10:36:07.351Z] #49 28.69 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-04-16T10:36:07.351Z] #49 28.70 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-04-16T10:36:07.351Z] #49 28.70 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-04-16T10:36:07.351Z] #49 28.73 go: finding github.com/BurntSushi/toml v0.3.1 [2021-04-16T10:36:07.351Z] #49 28.74 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-04-16T10:36:07.356Z] [2021-04-16T10:36:07.356Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-16T10:36:07.356Z] #49 sha256:90332918501b89463c4f8284ee84be20f5df49094cf1c74da3b14ac05d9afbce [2021-04-16T10:36:07.473Z] #49 26.75 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-04-16T10:36:07.473Z] #49 26.84 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-04-16T10:36:07.547Z] #29 ... [2021-04-16T10:36:07.547Z] [2021-04-16T10:36:07.547Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-04-16T10:36:07.547Z] #47 sha256:33f1707d25d76e72699d5bac01f1307ae6ec2f8b63376a4a1e6328136d8e70d6 [2021-04-16T10:36:07.547Z] #47 11.07 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-04-16T10:36:07.547Z] #47 13.43 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-04-16T10:36:07.547Z] #47 17.66 go: finding github.com/fatih/color v1.9.0 [2021-04-16T10:36:07.547Z] #47 17.74 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-04-16T10:36:07.547Z] #47 17.87 go: finding github.com/pkg/errors v0.9.1 [2021-04-16T10:36:07.547Z] #47 18.07 go: finding github.com/spf13/pflag v1.0.3 [2021-04-16T10:36:07.547Z] #47 18.19 go: finding github.com/mattn/go-colorable v0.1.6 [2021-04-16T10:36:07.547Z] #47 18.30 go: finding github.com/mattn/go-isatty v0.0.12 [2021-04-16T10:36:07.547Z] #47 18.56 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-04-16T10:36:07.547Z] #47 18.65 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-04-16T10:36:07.547Z] #47 18.73 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-04-16T10:36:07.547Z] #47 18.77 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-04-16T10:36:07.547Z] #47 18.82 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-04-16T10:36:07.547Z] #47 ... [2021-04-16T10:36:07.547Z] [2021-04-16T10:36:07.547Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-04-16T10:36:07.547Z] #36 sha256:79f49bf47c58a6a4ce1054d2344261d05117cb9c833f2854cdb226827e69bd91 [2021-04-16T10:36:07.547Z] #36 25.10 The following additional packages will be installed: [2021-04-16T10:36:07.547Z] #36 25.12 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-04-16T10:36:07.547Z] #36 25.13 Suggested packages: [2021-04-16T10:36:07.547Z] #36 25.13 cmake-doc ninja-build lrzip [2021-04-16T10:36:07.547Z] #36 25.13 Recommended packages: [2021-04-16T10:36:07.547Z] #36 25.13 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-04-16T10:36:07.730Z] #49 26.88 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-04-16T10:36:07.730Z] #49 26.91 go: downloading github.com/gobwas/glob v0.2.3 [2021-04-16T10:36:07.730Z] #49 26.95 go: downloading github.com/magiconair/properties v1.8.1 [2021-04-16T10:36:07.730Z] #49 26.96 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-16T10:36:07.730Z] #49 26.97 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-04-16T10:36:07.730Z] #51 ... [2021-04-16T10:36:07.731Z] [2021-04-16T10:36:07.731Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-04-16T10:36:07.731Z] #53 sha256:df65f99b8dcfc750f02e65f926ad3822249b9b9b7edf9201e43a615dfd9b1df5 [2021-04-16T10:36:07.731Z] #53 12.61 + cd /tmp/tmp.3dZBurqRPc/src/github.com/opencontainers/runc [2021-04-16T10:36:07.731Z] #53 12.61 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-16T10:36:07.731Z] #53 13.21 + '[' -z '' ']' [2021-04-16T10:36:07.731Z] #53 13.21 + target=static [2021-04-16T10:36:07.731Z] #53 13.21 + make 'BUILDTAGS=seccomp ' static [2021-04-16T10:36:07.731Z] #53 13.65 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o runc . [2021-04-16T10:36:07.731Z] #53 22.48 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-04-16T10:36:07.987Z] #49 27.24 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-04-16T10:36:07.987Z] #49 27.30 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-04-16T10:36:07.987Z] #49 27.38 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-04-16T10:36:07.993Z] #53 ... [2021-04-16T10:36:07.993Z] [2021-04-16T10:36:07.993Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-16T10:36:07.993Z] #49 sha256:86d2417d1d662ba9387daaa8253891f334d7318a361d9a968413ee2721e6dcbf [2021-04-16T10:36:07.993Z] #49 18.87 go: extracting github.com/gogo/protobuf v1.2.1 [2021-04-16T10:36:07.993Z] #49 19.66 go: extracting golang.org/x/text v0.3.2 [2021-04-16T10:36:07.993Z] #49 23.17 go: finding github.com/fatih/color v1.7.0 [2021-04-16T10:36:07.993Z] #49 23.19 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-04-16T10:36:08.255Z] #49 23.21 go: finding github.com/mattn/go-colorable v0.1.4 [2021-04-16T10:36:08.255Z] #49 23.22 go: finding github.com/mattn/go-isatty v0.0.8 [2021-04-16T10:36:08.255Z] #49 23.29 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-04-16T10:36:08.255Z] #49 23.29 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-04-16T10:36:08.255Z] #49 23.32 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-04-16T10:36:08.255Z] #49 23.32 go: finding github.com/pkg/errors v0.8.1 [2021-04-16T10:36:08.255Z] #49 23.33 go: finding github.com/go-critic/go-critic v0.4.1 [2021-04-16T10:36:08.255Z] #49 23.34 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-04-16T10:36:08.255Z] #49 23.36 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-04-16T10:36:08.255Z] #49 23.38 go: finding github.com/spf13/viper v1.6.1 [2021-04-16T10:36:08.255Z] #49 23.41 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-04-16T10:36:08.288Z] #49 27.41 go: extracting github.com/magiconair/properties v1.8.1 [2021-04-16T10:36:08.288Z] #49 27.49 go: downloading github.com/gogo/protobuf v1.2.1 [2021-04-16T10:36:08.288Z] #49 27.51 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-04-16T10:36:08.288Z] #49 27.63 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-04-16T10:36:08.518Z] #49 23.43 go: finding github.com/sirupsen/logrus v1.4.2 [2021-04-16T10:36:08.518Z] #49 23.44 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-04-16T10:36:08.518Z] #49 23.46 go: finding github.com/stretchr/testify v1.4.0 [2021-04-16T10:36:08.518Z] #49 23.46 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-04-16T10:36:08.518Z] #49 23.47 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-04-16T10:36:08.518Z] #49 23.49 go: finding github.com/davecgh/go-spew v1.1.1 [2021-04-16T10:36:08.518Z] #49 23.53 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-04-16T10:36:08.518Z] #49 23.55 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-04-16T10:36:08.518Z] #49 23.56 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-04-16T10:36:08.518Z] #49 23.59 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-04-16T10:36:08.518Z] #49 23.59 go: finding github.com/spf13/cobra v0.0.5 [2021-04-16T10:36:08.518Z] #49 23.61 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-04-16T10:36:08.518Z] #49 23.63 go: finding github.com/hashicorp/hcl v1.0.0 [2021-04-16T10:36:08.518Z] #49 23.64 go: finding github.com/stretchr/objx v0.2.0 [2021-04-16T10:36:08.518Z] #49 23.64 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-04-16T10:36:08.518Z] #49 23.68 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-04-16T10:36:08.518Z] #49 23.68 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-04-16T10:36:08.518Z] #49 23.69 go: finding github.com/gobwas/glob v0.2.3 [2021-04-16T10:36:08.518Z] #49 23.72 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-04-16T10:36:08.518Z] #49 23.74 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-04-16T10:36:08.546Z] #49 27.81 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-04-16T10:36:08.546Z] #49 27.92 go: extracting github.com/gobwas/glob v0.2.3 [2021-04-16T10:36:08.546Z] #49 ... [2021-04-16T10:36:08.546Z] [2021-04-16T10:36:08.546Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-16T10:36:08.546Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-16T10:36:08.546Z] #13 22.84 Reading package lists... [2021-04-16T10:36:08.605Z] #36 26.33 The following NEW packages will be installed: [2021-04-16T10:36:08.605Z] #36 26.33 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-04-16T10:36:08.605Z] #36 26.33 vim-common xxd [2021-04-16T10:36:08.781Z] #49 23.74 go: finding github.com/magiconair/properties v1.8.1 [2021-04-16T10:36:08.781Z] #49 23.75 go: finding github.com/spf13/pflag v1.0.5 [2021-04-16T10:36:08.781Z] #49 23.76 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-04-16T10:36:08.781Z] #49 23.82 go: finding github.com/pelletier/go-toml v1.2.0 [2021-04-16T10:36:08.781Z] #49 23.83 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-04-16T10:36:08.781Z] #49 23.85 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-04-16T10:36:08.781Z] #49 23.85 go: finding github.com/spf13/cast v1.3.0 [2021-04-16T10:36:08.781Z] #49 23.87 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-04-16T10:36:08.781Z] #49 23.91 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-04-16T10:36:08.781Z] #49 23.92 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-04-16T10:36:08.781Z] #49 23.92 go: finding github.com/spf13/afero v1.1.2 [2021-04-16T10:36:08.781Z] #49 23.94 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-04-16T10:36:08.802Z] #13 29.97 Reading package lists... [2021-04-16T10:36:08.802Z] #13 ... [2021-04-16T10:36:08.802Z] [2021-04-16T10:36:08.802Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-04-16T10:36:08.802Z] #36 sha256:7c9164a9e09f5957dcd35b85232a0e2c2e1eefe9590c9cc61db30a2968787259 [2021-04-16T10:36:08.802Z] #36 26.80 Reading package lists... [2021-04-16T10:36:08.905Z] #36 26.60 0 upgraded, 10 newly installed, 0 to remove and 29 not upgraded. [2021-04-16T10:36:08.905Z] #36 26.60 Need to get 14.9 MB of archives. [2021-04-16T10:36:08.905Z] #36 26.60 After this operation, 67.2 MB of additional disk space will be used. [2021-04-16T10:36:08.905Z] #36 26.60 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2021-04-16T10:36:08.905Z] #36 26.78 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2021-04-16T10:36:08.905Z] #36 26.80 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake-data all 3.13.4-1 [1476 kB] [2021-04-16T10:36:09.047Z] #49 24.01 go: finding github.com/subosito/gotenv v1.2.0 [2021-04-16T10:36:09.047Z] #49 24.05 go: finding gopkg.in/ini.v1 v1.51.0 [2021-04-16T10:36:09.047Z] #49 24.11 go: finding golang.org/x/text v0.3.2 [2021-04-16T10:36:09.047Z] #49 24.12 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-04-16T10:36:09.047Z] #49 24.12 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-04-16T10:36:09.047Z] #49 24.13 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-04-16T10:36:09.047Z] #49 24.14 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-04-16T10:36:09.047Z] #49 24.15 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-04-16T10:36:09.047Z] #49 24.15 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-04-16T10:36:09.047Z] #49 24.17 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-04-16T10:36:09.047Z] #49 24.17 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-04-16T10:36:09.047Z] #49 24.17 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-04-16T10:36:09.047Z] #49 24.18 go: finding github.com/kisielk/gotool v1.0.0 [2021-04-16T10:36:09.047Z] #49 24.19 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-04-16T10:36:09.047Z] #49 24.19 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-04-16T10:36:09.047Z] #49 24.22 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-04-16T10:36:09.204Z] #36 26.94 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2021-04-16T10:36:09.269Z] #49 ... [2021-04-16T10:36:09.269Z] [2021-04-16T10:36:09.269Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-16T10:36:09.269Z] #51 sha256:c89c8f782abaa4e6c55b19a27b24fc7190cc4ab67aa1ac00f233028fd23711d4 [2021-04-16T10:36:09.269Z] #51 DONE 31.7s [2021-04-16T10:36:09.269Z] [2021-04-16T10:36:09.269Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-04-16T10:36:09.269Z] #58 sha256:8e6ef1311befa60a31ebba9db71e655d51c66c8c928126b97868ec58bd8e01fe [2021-04-16T10:36:09.310Z] #49 24.25 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-04-16T10:36:09.310Z] #49 24.25 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-04-16T10:36:09.310Z] #49 24.25 go: finding github.com/ultraware/funlen v0.0.2 [2021-04-16T10:36:09.310Z] #49 24.26 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-04-16T10:36:09.310Z] #49 24.26 go: finding github.com/ultraware/whitespace v0.0.4 [2021-04-16T10:36:09.310Z] #49 24.27 go: finding github.com/uudashr/gocognit v1.0.1 [2021-04-16T10:36:09.310Z] #49 24.31 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-04-16T10:36:09.310Z] #49 24.35 go: finding github.com/gogo/protobuf v1.2.1 [2021-04-16T10:36:09.310Z] #49 24.44 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-04-16T10:36:09.310Z] #49 24.46 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-04-16T10:36:09.505Z] #36 ... [2021-04-16T10:36:09.505Z] [2021-04-16T10:36:09.505Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-04-16T10:36:09.505Z] #55 sha256:c6de94bf361792c0630dfe92297aafeb0498862bc4e1fa7f675f3ac2c82c21ea [2021-04-16T10:36:09.505Z] #55 21.24 Building dependency tree... [2021-04-16T10:36:09.505Z] #55 24.34 The following additional packages will be installed: [2021-04-16T10:36:09.505Z] #55 24.36 libbtrfs0 [2021-04-16T10:36:09.505Z] #55 24.57 The following NEW packages will be installed: [2021-04-16T10:36:09.505Z] #55 24.58 libbtrfs-dev libbtrfs0 [2021-04-16T10:36:09.505Z] #55 24.81 0 upgraded, 2 newly installed, 0 to remove and 29 not upgraded. [2021-04-16T10:36:09.505Z] #55 24.81 Need to get 120 kB of archives. [2021-04-16T10:36:09.505Z] #55 24.81 After this operation, 423 kB of additional disk space will be used. [2021-04-16T10:36:09.505Z] #55 24.81 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2021-04-16T10:36:09.505Z] #55 24.84 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2021-04-16T10:36:09.505Z] #55 26.06 debconf: delaying package configuration, since apt-utils is not installed [2021-04-16T10:36:09.505Z] #55 26.30 Fetched 120 kB in 0s (1759 kB/s) [2021-04-16T10:36:09.505Z] #55 26.43 Selecting previously unselected package libbtrfs0. [2021-04-16T10:36:09.505Z] #55 26.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.) [2021-04-16T10:36:09.505Z] #55 26.51 Preparing to unpack .../libbtrfs0_4.20.1-2_ppc64el.deb ... [2021-04-16T10:36:09.505Z] #55 26.54 Unpacking libbtrfs0 (4.20.1-2) ... [2021-04-16T10:36:09.505Z] #55 26.64 Selecting previously unselected package libbtrfs-dev. [2021-04-16T10:36:09.505Z] #55 26.65 Preparing to unpack .../libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2021-04-16T10:36:09.505Z] #55 26.66 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-04-16T10:36:09.505Z] #55 26.95 Setting up libbtrfs0 (4.20.1-2) ... [2021-04-16T10:36:09.505Z] #55 26.95 Setting up libbtrfs-dev (4.20.1-2) ... [2021-04-16T10:36:09.505Z] #55 26.96 Processing triggers for libc-bin (2.28-10) ... [2021-04-16T10:36:09.505Z] #55 DONE 27.4s [2021-04-16T10:36:09.580Z] #49 24.48 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-04-16T10:36:09.580Z] #49 24.51 go: finding github.com/BurntSushi/toml v0.3.1 [2021-04-16T10:36:09.580Z] #49 24.52 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-04-16T10:36:09.816Z] [2021-04-16T10:36:09.817Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-04-16T10:36:09.817Z] #67 sha256:5983f2368e865d4149b12993d71f8ba59db471b1df42eef83b4a0262584953e1 [2021-04-16T10:36:09.817Z] #67 23.07 Checking out files: 60% (1158/1905) Checking out files: 61% (1163/1905) Checking out files: 62% (1182/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 90% (1715/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2021-04-16T10:36:09.817Z] #67 23.73 + cd /tmp/tmp.QZNNoc7OOC/src/github.com/docker/libnetwork [2021-04-16T10:36:09.817Z] #67 23.73 + git checkout -q b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-04-16T10:36:09.846Z] #49 ... [2021-04-16T10:36:09.846Z] [2021-04-16T10:36:09.846Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-04-16T10:36:09.846Z] #53 sha256:df65f99b8dcfc750f02e65f926ad3822249b9b9b7edf9201e43a615dfd9b1df5 [2021-04-16T10:36:09.846Z] #53 24.52 + mkdir -p /build [2021-04-16T10:36:09.846Z] #53 24.52 + cp runc /build/runc [2021-04-16T10:36:09.846Z] #53 DONE 24.9s [2021-04-16T10:36:09.846Z] [2021-04-16T10:36:09.846Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-04-16T10:36:09.846Z] #47 sha256:a6062770ac3b58d875a2caf3e5dbd5ee696e2079c02f444c6edf2d7c8a996e2b [2021-04-16T10:36:10.071Z] #36 33.38 Building dependency tree... [2021-04-16T10:36:10.071Z] #36 ... [2021-04-16T10:36:10.071Z] [2021-04-16T10:36:10.071Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:36:10.071Z] #45 sha256:48e3890b1ec9b7f2844f2242a64d47e52fc97a0a2beaf78d5c48865100003438 [2021-04-16T10:36:10.071Z] #45 19.31 vendor/golang.org/x/crypto/internal/subtle [2021-04-16T10:36:10.071Z] #45 19.44 vendor/golang.org/x/crypto/curve25519 [2021-04-16T10:36:10.071Z] #45 ... [2021-04-16T10:36:10.071Z] [2021-04-16T10:36:10.071Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-04-16T10:36:10.071Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-04-16T10:36:10.071Z] #55 26.54 Reading package lists... [2021-04-16T10:36:10.071Z] #55 32.84 Building dependency tree... [2021-04-16T10:36:10.534Z] DEBUG: print all environment variables to check how Jenkins runs this script [2021-04-16T10:36:10.534Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-f5344476\powershellScript.ps1'; exit $LASTEXITCODE; [2021-04-16T10:36:10.534Z] ---------------------------------------------------------------------------- [2021-04-16T10:36:10.534Z] [2021-04-16T10:36:10.534Z] INFO: executeCI.ps1 starting at Fri Apr 16 10:36:08 CUT 2021 [2021-04-16T10:36:10.534Z] [2021-04-16T10:36:10.534Z] INFO: Script version 05-Feb-2019 09:03 PDT [2021-04-16T10:36:10.534Z] INFO: Running git version 2.24.1.windows.2 [2021-04-16T10:36:10.534Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2021-04-16T10:36:10.534Z] INFO: Environment variables: [2021-04-16T10:36:10.534Z] [2021-04-16T10:36:10.534Z] Name Value [2021-04-16T10:36:10.534Z] ---- ----- [2021-04-16T10:36:10.534Z] ALLUSERSPROFILE C:\ProgramData [2021-04-16T10:36:10.534Z] amd64 true [2021-04-16T10:36:10.534Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2021-04-16T10:36:10.534Z] APT_MIRROR cdn-fastly.deb.debian.org [2021-04-16T10:36:10.534Z] arm64 true [2021-04-16T10:36:10.534Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.10 [2021-04-16T10:36:10.534Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2021-04-16T10:36:10.534Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.10 [2021-04-16T10:36:10.534Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2021-04-16T10:36:10.534Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2021-04-16T10:36:10.534Z] BRANCH_NAME PR-40094 [2021-04-16T10:36:10.534Z] BUILD_DISPLAY_NAME #16 [2021-04-16T10:36:10.534Z] BUILD_ID 16 [2021-04-16T10:36:10.534Z] BUILD_NUMBER 16 [2021-04-16T10:36:10.534Z] BUILD_TAG jenkins-moby-PR-40094-16 [2021-04-16T10:36:10.534Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-40094/16/ [2021-04-16T10:36:10.534Z] cgroup2 true [2021-04-16T10:36:10.534Z] CHANGE_AUTHOR thaJeztah [2021-04-16T10:36:10.534Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2021-04-16T10:36:10.534Z] CHANGE_BRANCH dockerfile_versions [2021-04-16T10:36:10.534Z] CHANGE_FORK thaJeztah/docker [2021-04-16T10:36:10.534Z] CHANGE_ID 40094 [2021-04-16T10:36:10.534Z] CHANGE_TARGET master [2021-04-16T10:36:10.534Z] CHANGE_TITLE Move package versions to ARGs in Dockerfile [2021-04-16T10:36:10.534Z] CHANGE_URL https://github.com/moby/moby/pull/40094 [2021-04-16T10:36:10.534Z] CHECK_CONFIG_COMMIT 2b0755b936416834e14208c6c37b36977e67ea35 [2021-04-16T10:36:10.534Z] CommonProgramFiles C:\Program Files\Common Files [2021-04-16T10:36:10.534Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2021-04-16T10:36:10.534Z] CommonProgramW6432 C:\Program Files\Common Files [2021-04-16T10:36:10.534Z] COMPUTERNAME azwin-2-a80f70 [2021-04-16T10:36:10.534Z] ComSpec C:\windows\system32\cmd.exe [2021-04-16T10:36:10.534Z] ConfigSequenceNumber 0 [2021-04-16T10:36:10.534Z] dco true [2021-04-16T10:36:10.534Z] DOCKER_BUILDKIT 0 [2021-04-16T10:36:10.534Z] DOCKER_DUT_DEBUG 1 [2021-04-16T10:36:10.534Z] DOCKER_EXPERIMENTAL 1 [2021-04-16T10:36:10.534Z] DOCKER_GRAPHDRIVER overlay2 [2021-04-16T10:36:10.534Z] DriverData C:\Windows\System32\Drivers\DriverData [2021-04-16T10:36:10.534Z] EXECUTOR_NUMBER 0 [2021-04-16T10:36:10.534Z] FQDN azwin-2-a80f70.westus.cloudapp.azure.com [2021-04-16T10:36:10.534Z] GIT_BRANCH PR-40094 [2021-04-16T10:36:10.534Z] GIT_COMMIT eb0610b7fc7e8c49160c99fa311e14ee632dd45a [2021-04-16T10:36:10.534Z] GIT_PREVIOUS_COMMIT c227d33b5a40f4f7191accae86cde682e014163d [2021-04-16T10:36:10.534Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT c227d33b5a40f4f7191accae86cde682e014163d [2021-04-16T10:36:10.534Z] GIT_URL https://github.com/moby/moby.git [2021-04-16T10:36:10.534Z] HUDSON_COOKIE 39cfe419-ce55-41fb-8781-5c444901edb8 [2021-04-16T10:36:10.534Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2021-04-16T10:36:10.534Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2021-04-16T10:36:10.534Z] HUDSON_URL https://ci-next.docker.com/public/ [2021-04-16T10:36:10.534Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.282-1.b08.ojdkbuild.windows.x86_64 [2021-04-16T10:36:10.534Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2021-04-16T10:36:10.534Z] JENKINS_NODE_COOKIE 6e1d1157-1389-4234-a9eb-6d1db2652e18 [2021-04-16T10:36:10.534Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2021-04-16T10:36:10.534Z] JENKINS_URL https://ci-next.docker.com/public/ [2021-04-16T10:36:10.534Z] JOB_BASE_NAME PR-40094 [2021-04-16T10:36:10.534Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-40094/display/redirect [2021-04-16T10:36:10.534Z] JOB_NAME moby/PR-40094 [2021-04-16T10:36:10.534Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-40094/ [2021-04-16T10:36:10.534Z] library.jps.version master [2021-04-16T10:36:10.534Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2021-04-16T10:36:10.534Z] NODE_LABELS amd64 azure azwin-2-a80f70 azwin-2019 docker west-us windows windows-2019 x86_64 [2021-04-16T10:36:10.534Z] NODE_NAME azwin-2-a80f70 [2021-04-16T10:36:10.534Z] NUMBER_OF_PROCESSORS 4 [2021-04-16T10:36:10.534Z] OS Windows_NT [2021-04-16T10:36:10.534Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2021-04-16T10:36:10.534Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2021-04-16T10:36:10.534Z] ppc64le true [2021-04-16T10:36:10.534Z] PROCESSOR_ARCHITECTURE AMD64 [2021-04-16T10:36:10.534Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2021-04-16T10:36:10.534Z] PROCESSOR_LEVEL 6 [2021-04-16T10:36:10.534Z] PROCESSOR_REVISION 4f01 [2021-04-16T10:36:10.534Z] ProgramData C:\ProgramData [2021-04-16T10:36:10.534Z] ProgramFiles C:\Program Files [2021-04-16T10:36:10.534Z] ProgramFiles(x86) C:\Program Files (x86) [2021-04-16T10:36:10.534Z] ProgramW6432 C:\Program Files [2021-04-16T10:36:10.534Z] PROMPT $P$G [2021-04-16T10:36:10.534Z] PSExecutionPolicyPreference Bypass [2021-04-16T10:36:10.534Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2021-04-16T10:36:10.534Z] PUBLIC C:\Users\Public [2021-04-16T10:36:10.534Z] rootless true [2021-04-16T10:36:10.534Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-40094/16/display/redirect?page=arti... [2021-04-16T10:36:10.534Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-40094/16/display/redirect?page=changes [2021-04-16T10:36:10.534Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-40094/16/display/redirect [2021-04-16T10:36:10.534Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-40094/16/display/redirect?page=tests [2021-04-16T10:36:10.534Z] s390x true [2021-04-16T10:36:10.534Z] SKIP_VALIDATION_TESTS 1 [2021-04-16T10:36:10.534Z] SOURCES_DRIVE d [2021-04-16T10:36:10.534Z] SOURCES_SUBDIR gopath [2021-04-16T10:36:10.534Z] STAGE_NAME Run tests [2021-04-16T10:36:10.535Z] SystemDrive C: [2021-04-16T10:36:10.535Z] SystemRoot C:\windows [2021-04-16T10:36:10.535Z] TEMP C:\windows\TEMP [2021-04-16T10:36:10.535Z] TESTDEBUG 0 [2021-04-16T10:36:10.535Z] TESTRUN_DRIVE d [2021-04-16T10:36:10.535Z] TESTRUN_SUBDIR CI [2021-04-16T10:36:10.535Z] TIMEOUT 120m [2021-04-16T10:36:10.535Z] TMP C:\windows\TEMP [2021-04-16T10:36:10.535Z] unit_validate true [2021-04-16T10:36:10.535Z] USERDOMAIN WORKGROUP [2021-04-16T10:36:10.535Z] USERNAME azwin-2-a80f70$ [2021-04-16T10:36:10.535Z] USERPROFILE C:\windows\system32\config\systemprofile [2021-04-16T10:36:10.535Z] validate_force false [2021-04-16T10:36:10.535Z] windir C:\windows [2021-04-16T10:36:10.535Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2021-04-16T10:36:10.535Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2021-04-16T10:36:10.535Z] windows2022 true [2021-04-16T10:36:10.535Z] windowsRS1 false [2021-04-16T10:36:10.535Z] windowsRS5 true [2021-04-16T10:36:10.535Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2021-04-16T10:36:10.535Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2021-04-16T10:36:10.535Z] [2021-04-16T10:36:10.535Z] [2021-04-16T10:36:10.535Z] [2021-04-16T10:36:10.535Z] INFO: Sources under d:\gopath\... [2021-04-16T10:36:10.535Z] INFO: Test run under d:\CI\... [2021-04-16T10:36:10.535Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2021-04-16T10:36:10.535Z] INFO: docker/docker repository was found [2021-04-16T10:36:10.535Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2021-04-16T10:36:10.535Z] ltsc2019: Pulling from windows/servercore [2021-04-16T10:36:10.535Z] 4612f6d0b889: Pulling fs layer [2021-04-16T10:36:10.535Z] 399f118dfaa9: Pulling fs layer [2021-04-16T10:36:10.806Z] #47 ... [2021-04-16T10:36:10.806Z] [2021-04-16T10:36:10.806Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-16T10:36:10.806Z] #51 sha256:0211f2aac60e6bcefda87315c8c3fd71f255e38ff3b2fc86fa278b735bbb1945 [2021-04-16T10:36:10.806Z] #51 DONE 25.7s [2021-04-16T10:36:10.806Z] [2021-04-16T10:36:10.806Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-04-16T10:36:10.806Z] #24 sha256:3a0072bb78fd441ca23534688e284a4c0d07a28dd8b762b69c2a8a15ce4e7211 [2021-04-16T10:36:10.897Z] #67 24.60 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-04-16T10:36:11.961Z] #55 36.20 The following additional packages will be installed: [2021-04-16T10:36:11.961Z] #55 36.21 libbtrfs0 [2021-04-16T10:36:11.961Z] #55 36.39 The following NEW packages will be installed: [2021-04-16T10:36:12.202Z] #24 ... [2021-04-16T10:36:12.202Z] [2021-04-16T10:36:12.202Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-16T10:36:12.202Z] #56 sha256:144a32523a326334293e35cf1d2255272030a9964e8a2a0cb868b4bb524ec42e [2021-04-16T10:36:12.218Z] #55 36.41 libbtrfs-dev libbtrfs0 [2021-04-16T10:36:12.474Z] #55 36.94 0 upgraded, 2 newly installed, 0 to remove and 29 not upgraded. [2021-04-16T10:36:12.474Z] #55 36.94 Need to get 119 kB of archives. [2021-04-16T10:36:12.474Z] #55 36.94 After this operation, 387 kB of additional disk space will be used. [2021-04-16T10:36:12.474Z] #55 36.94 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-04-16T10:36:12.474Z] #55 36.94 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-04-16T10:36:12.576Z] #58 ... [2021-04-16T10:36:12.576Z] [2021-04-16T10:36:12.576Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-04-16T10:36:12.576Z] #47 sha256:cf3f6913c83754be5039951ad9c1f6418c10569b8365690daf85436308d786a2 [2021-04-16T10:36:12.576Z] #47 DONE 34.9s [2021-04-16T10:36:12.576Z] [2021-04-16T10:36:12.576Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-04-16T10:36:12.576Z] #58 sha256:8e6ef1311befa60a31ebba9db71e655d51c66c8c928126b97868ec58bd8e01fe [2021-04-16T10:36:12.576Z] #58 ... [2021-04-16T10:36:12.576Z] [2021-04-16T10:36:12.576Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-16T10:36:12.576Z] #56 sha256:abb64e41d5ddacd535210b89e9a3581ae27fdd816f85f745d40e28d05174dcd5 [2021-04-16T10:36:12.838Z] #56 35.22 Checking out files: 89% (3491/3883) Checking out files: 90% (3495/3883) Checking out files: 91% (3534/3883) Checking out files: 92% (3573/3883) Checking out files: 93% (3612/3883) Checking out files: 94% (3651/3883) Checking out files: 95% (3689/3883) Checking out files: 96% (3728/3883) Checking out files: 97% (3767/3883) Checking out files: 98% (3806/3883) Checking out files: 99% (3845/3883) Checking out files: 100% (3883/3883) Checking out files: 100% (3883/3883), done. [2021-04-16T10:36:12.838Z] #56 35.52 + cd /tmp/tmp.DqffLLhxGp/src/github.com/containerd/containerd [2021-04-16T10:36:12.838Z] #56 35.52 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-16T10:36:13.256Z] #56 27.30 Checking out files: 63% (2468/3883) Checking out files: 64% (2486/3883) Checking out files: 65% (2524/3883) Checking out files: 66% (2563/3883) Checking out files: 67% (2602/3883) Checking out files: 68% (2641/3883) Checking out files: 69% (2680/3883) Checking out files: 70% (2719/3883) Checking out files: 71% (2757/3883) Checking out files: 72% (2796/3883) Checking out files: 73% (2835/3883) Checking out files: 74% (2874/3883) Checking out files: 75% (2913/3883) Checking out files: 76% (2952/3883) Checking out files: 77% (2990/3883) Checking out files: 78% (3029/3883) Checking out files: 79% (3068/3883) Checking out files: 80% (3107/3883) Checking out files: 81% (3146/3883) Checking out files: 82% (3185/3883) Checking out files: 83% (3223/3883) Checking out files: 84% (3262/3883) Checking out files: 85% (3301/3883) Checking out files: 86% (3340/3883) Checking out files: 87% (3379/3883) Checking out files: 88% (3418/3883) Checking out files: 89% (3456/3883) Checking out files: 90% (3495/3883) Checking out files: 91% (3534/3883) Checking out files: 92% (3573/3883) Checking out files: 93% (3612/3883) Checking out files: 94% (3651/3883) Checking out files: 95% (3689/3883) Checking out files: 96% (3728/3883) Checking out files: 97% (3767/3883) Checking out files: 98% (3806/3883) Checking out files: 99% (3845/3883) Checking out files: 100% (3883/3883) Checking out files: 100% (3883/3883), done. [2021-04-16T10:36:13.256Z] #56 28.13 + cd /tmp/tmp.lJdtZz6CCa/src/github.com/containerd/containerd [2021-04-16T10:36:13.256Z] #56 28.13 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-16T10:36:13.885Z] #55 38.02 debconf: delaying package configuration, since apt-utils is not installed [2021-04-16T10:36:13.885Z] #55 ... [2021-04-16T10:36:13.885Z] [2021-04-16T10:36:13.885Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:36:13.885Z] #45 sha256:48e3890b1ec9b7f2844f2242a64d47e52fc97a0a2beaf78d5c48865100003438 [2021-04-16T10:36:13.885Z] #45 33.11 sync [2021-04-16T10:36:13.885Z] #45 33.11 internal/reflectlite [2021-04-16T10:36:14.226Z] #56 36.69 + export 'BUILDTAGS=netgo osusergo static_build' [2021-04-16T10:36:14.226Z] #56 36.69 + BUILDTAGS='netgo osusergo static_build' [2021-04-16T10:36:14.226Z] #56 36.69 + export EXTRA_FLAGS=-buildmode=pie [2021-04-16T10:36:14.226Z] #56 36.69 + EXTRA_FLAGS=-buildmode=pie [2021-04-16T10:36:14.226Z] #56 36.69 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-04-16T10:36:14.226Z] #56 36.69 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-04-16T10:36:14.226Z] #56 36.69 + '[' '' = dynamic ']' [2021-04-16T10:36:14.226Z] #56 36.69 + make [2021-04-16T10:36:14.487Z] #56 ... [2021-04-16T10:36:14.487Z] [2021-04-16T10:36:14.487Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-04-16T10:36:14.487Z] #48 sha256:08f3af63c37dad2e9da0a7c7b10d359ad9e8ecaf6a3df55a4f4ccfbf5bb358ed [2021-04-16T10:36:14.487Z] #48 DONE 0.1s [2021-04-16T10:36:14.487Z] [2021-04-16T10:36:14.487Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-16T10:36:14.487Z] #56 sha256:abb64e41d5ddacd535210b89e9a3581ae27fdd816f85f745d40e28d05174dcd5 [2021-04-16T10:36:14.487Z] #56 37.25 + bin/ctr [2021-04-16T10:36:14.538Z] #67 ... [2021-04-16T10:36:14.538Z] [2021-04-16T10:36:14.538Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-16T10:36:14.538Z] #49 sha256:e028295ca16d674709ac4a9a241f4b9e163cc794cf831a250ad771e52d5ece85 [2021-04-16T10:36:14.538Z] #49 18.04 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-04-16T10:36:14.538Z] #49 20.66 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-04-16T10:36:14.538Z] #49 20.66 go: downloading github.com/subosito/gotenv v1.2.0 [2021-04-16T10:36:14.538Z] #49 20.66 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-04-16T10:36:14.538Z] #49 20.66 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-04-16T10:36:14.538Z] #49 20.66 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-04-16T10:36:14.538Z] #49 20.67 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-04-16T10:36:14.538Z] #49 20.68 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-04-16T10:36:14.538Z] #49 20.70 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-04-16T10:36:14.538Z] #49 20.71 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-04-16T10:36:14.538Z] #49 20.71 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-04-16T10:36:14.538Z] #49 20.82 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-04-16T10:36:14.538Z] #49 20.85 go: extracting github.com/subosito/gotenv v1.2.0 [2021-04-16T10:36:14.538Z] #49 20.94 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-04-16T10:36:14.538Z] #49 20.94 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-04-16T10:36:14.538Z] #49 20.95 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-04-16T10:36:14.538Z] #49 21.06 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-04-16T10:36:14.538Z] #49 21.11 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-04-16T10:36:14.538Z] #49 21.13 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-04-16T10:36:14.538Z] #49 21.18 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-04-16T10:36:14.538Z] #49 21.20 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-04-16T10:36:14.538Z] #49 21.23 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-04-16T10:36:14.538Z] #49 21.37 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-04-16T10:36:14.538Z] #49 21.40 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-04-16T10:36:14.538Z] #49 21.40 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-04-16T10:36:14.538Z] #49 21.40 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-04-16T10:36:14.538Z] #49 21.50 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-04-16T10:36:14.538Z] #49 21.51 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-04-16T10:36:14.538Z] #49 21.66 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-04-16T10:36:14.538Z] #49 21.68 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-04-16T10:36:14.538Z] #49 21.74 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-04-16T10:36:14.538Z] #49 21.75 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-04-16T10:36:14.538Z] #49 21.75 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-04-16T10:36:14.538Z] #49 21.75 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-04-16T10:36:14.538Z] #49 21.75 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-04-16T10:36:14.538Z] #49 22.02 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-04-16T10:36:14.538Z] #49 22.02 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-04-16T10:36:14.538Z] #49 22.06 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-04-16T10:36:14.538Z] #49 22.09 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-04-16T10:36:14.538Z] #49 22.16 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-04-16T10:36:14.538Z] #49 22.23 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-04-16T10:36:14.538Z] #49 22.29 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-04-16T10:36:14.538Z] #49 22.32 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-04-16T10:36:14.538Z] #49 22.38 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-04-16T10:36:14.538Z] #49 22.41 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-04-16T10:36:14.538Z] #49 22.56 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-04-16T10:36:14.538Z] #49 22.74 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-04-16T10:36:14.538Z] #49 22.74 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-04-16T10:36:14.538Z] #49 22.75 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-04-16T10:36:14.538Z] #49 22.76 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-04-16T10:36:14.538Z] #49 22.78 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-04-16T10:36:14.538Z] #49 22.84 go: downloading github.com/stretchr/testify v1.4.0 [2021-04-16T10:36:14.538Z] #49 22.86 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-04-16T10:36:14.538Z] #49 23.01 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-04-16T10:36:14.538Z] #49 23.10 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-04-16T10:36:14.538Z] #49 23.36 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-04-16T10:36:14.538Z] #49 23.36 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-04-16T10:36:14.538Z] #49 23.42 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-04-16T10:36:14.538Z] #49 23.67 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-04-16T10:36:14.538Z] #49 23.75 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-04-16T10:36:14.538Z] #49 23.81 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-04-16T10:36:14.538Z] #49 23.81 go: extracting github.com/stretchr/testify v1.4.0 [2021-04-16T10:36:14.538Z] #49 23.96 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-04-16T10:36:14.538Z] #49 24.00 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-04-16T10:36:14.538Z] #49 24.00 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-04-16T10:36:14.538Z] #49 24.07 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-04-16T10:36:14.538Z] #49 24.12 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-04-16T10:36:14.538Z] #49 24.12 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-04-16T10:36:14.538Z] #49 24.13 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-04-16T10:36:14.538Z] #49 24.17 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-04-16T10:36:14.538Z] #49 24.20 go: downloading github.com/gogo/protobuf v1.2.1 [2021-04-16T10:36:14.538Z] #49 24.29 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-04-16T10:36:14.538Z] #49 24.37 go: downloading github.com/spf13/pflag v1.0.5 [2021-04-16T10:36:14.538Z] #49 24.40 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-16T10:36:14.538Z] #49 24.42 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-04-16T10:36:14.538Z] #49 24.43 go: downloading github.com/spf13/afero v1.1.2 [2021-04-16T10:36:14.538Z] #49 24.44 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-04-16T10:36:14.538Z] #49 24.48 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-04-16T10:36:14.538Z] #49 24.59 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-16T10:36:14.538Z] #49 25.28 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-04-16T10:36:14.538Z] #49 25.57 go: extracting github.com/spf13/afero v1.1.2 [2021-04-16T10:36:14.538Z] #49 25.58 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-04-16T10:36:14.538Z] #49 25.74 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-04-16T10:36:14.538Z] #49 25.91 go: extracting github.com/spf13/pflag v1.0.5 [2021-04-16T10:36:14.538Z] #49 25.97 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-04-16T10:36:14.538Z] #49 26.15 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-04-16T10:36:14.538Z] #49 26.19 go: downloading golang.org/x/text v0.3.2 [2021-04-16T10:36:14.538Z] #49 26.70 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-04-16T10:36:14.538Z] #49 26.79 go: downloading github.com/kisielk/gotool v1.0.0 [2021-04-16T10:36:14.538Z] #49 26.80 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-04-16T10:36:14.538Z] #49 26.81 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-04-16T10:36:14.538Z] #49 27.64 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-04-16T10:36:14.538Z] #49 27.74 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-04-16T10:36:14.538Z] #49 27.74 go: extracting github.com/kisielk/gotool v1.0.0 [2021-04-16T10:36:14.538Z] #49 27.78 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-04-16T10:36:14.538Z] #49 ... [2021-04-16T10:36:14.538Z] [2021-04-16T10:36:14.538Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-04-16T10:36:14.538Z] #29 sha256:e2316c56a423369126d110cc42fe6fee4482aed27b26bb9f11e11d7ea4f80137 [2021-04-16T10:36:14.538Z] #29 22.30 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-04-16T10:36:14.538Z] #29 22.41 skipping existing 5cb8031fd95d [2021-04-16T10:36:14.538Z] #29 22.51 [2021-04-16T10:36:14.538Z] #29 24.21 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-04-16T10:36:14.538Z] #29 24.71 [2021-04-16T10:36:14.538Z] #29 24.92 0.4% ## 3.1% ###### 8.7% ########## 14.2% ############## 19.8% ################ 23.5% #################### 29.0% ######################## 34.6% ############################ 40.2% ################################ 45.7% ###################################### 53.1% ########################################### 60.4% ############################################### 66.0% ##################################################### 74.6% ############################################################# 85.2% ################################################################## 92.5% ###################################################################### 98.1% ######################################################################## 100.0% [2021-04-16T10:36:14.538Z] #29 27.07 [2021-04-16T10:36:14.652Z] #56 29.57 + export 'BUILDTAGS=netgo osusergo static_build' [2021-04-16T10:36:14.652Z] #56 29.57 + BUILDTAGS='netgo osusergo static_build' [2021-04-16T10:36:14.652Z] #56 29.57 + export EXTRA_FLAGS=-buildmode=pie [2021-04-16T10:36:14.652Z] #56 29.57 + EXTRA_FLAGS=-buildmode=pie [2021-04-16T10:36:14.652Z] #56 29.57 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-04-16T10:36:14.652Z] #56 29.57 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-04-16T10:36:14.652Z] #56 29.57 + '[' '' = dynamic ']' [2021-04-16T10:36:14.652Z] #56 29.57 + make [2021-04-16T10:36:14.652Z] #56 ... [2021-04-16T10:36:14.652Z] [2021-04-16T10:36:14.652Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-04-16T10:36:14.652Z] #47 sha256:a6062770ac3b58d875a2caf3e5dbd5ee696e2079c02f444c6edf2d7c8a996e2b [2021-04-16T10:36:14.652Z] #47 DONE 29.8s [2021-04-16T10:36:14.844Z] #29 28.57 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-04-16T10:36:14.888Z] Running on azwin-2-cd8e40 in d:\jenkins\workspace\moby_PR-40094 [Pipeline] { [Pipeline] ws [2021-04-16T10:36:14.906Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [2021-04-16T10:36:14.916Z] [2021-04-16T10:36:14.916Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-16T10:36:14.916Z] #56 sha256:144a32523a326334293e35cf1d2255272030a9964e8a2a0cb868b4bb524ec42e [Pipeline] checkout [2021-04-16T10:36:15.253Z] #45 34.58 github.com/LK4D4/vndr/godl/singleflight [2021-04-16T10:36:15.494Z] #29 29.09 [2021-04-16T10:36:15.494Z] #29 29.28 #=#=# ######################################################################## 100.0% [2021-04-16T10:36:15.496Z] #56 30.54 + bin/ctr [2021-04-16T10:36:15.509Z] #45 34.90 math/rand [2021-04-16T10:36:15.783Z] #45 ... [2021-04-16T10:36:15.783Z] [2021-04-16T10:36:15.783Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-04-16T10:36:15.783Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-04-16T10:36:15.783Z] #55 38.21 Fetched 119 kB in 0s (330 kB/s) [2021-04-16T10:36:15.783Z] #55 38.31 Selecting previously unselected package libbtrfs0. [2021-04-16T10:36:15.783Z] #55 38.31 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-04-16T10:36:15.783Z] #55 38.38 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-04-16T10:36:15.783Z] #55 38.39 Unpacking libbtrfs0 (4.20.1-2) ... [2021-04-16T10:36:15.783Z] #55 38.57 Selecting previously unselected package libbtrfs-dev. [2021-04-16T10:36:15.783Z] #55 38.58 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-04-16T10:36:15.783Z] #55 38.61 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-04-16T10:36:15.783Z] #55 38.88 Setting up libbtrfs0 (4.20.1-2) ... [2021-04-16T10:36:15.783Z] #55 38.97 Setting up libbtrfs-dev (4.20.1-2) ... [2021-04-16T10:36:15.783Z] #55 38.98 Processing triggers for libc-bin (2.28-10) ... [2021-04-16T10:36:15.783Z] #55 DONE 40.0s [2021-04-16T10:36:15.783Z] [2021-04-16T10:36:15.783Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-16T10:36:15.783Z] #56 sha256:48dfde97e06fabde525c16b895e288e6a621b70d71fc279e53df57931e1d355d [2021-04-16T10:36:15.811Z] #29 29.52 [2021-04-16T10:36:16.110Z] #29 ... [2021-04-16T10:36:16.110Z] [2021-04-16T10:36:16.110Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-04-16T10:36:16.110Z] #42 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-04-16T10:36:16.110Z] #42 23.92 The following additional packages will be installed: [2021-04-16T10:36:16.110Z] #42 23.92 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-04-16T10:36:16.110Z] #42 23.93 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-04-16T10:36:16.110Z] #42 23.95 Suggested packages: [2021-04-16T10:36:16.110Z] #42 23.95 manpages-dev python-setuptools [2021-04-16T10:36:16.110Z] #42 25.52 The following NEW packages will be installed: [2021-04-16T10:36:16.110Z] #42 25.53 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-04-16T10:36:16.110Z] #42 25.53 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-04-16T10:36:16.110Z] #42 25.53 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-04-16T10:36:16.110Z] #42 25.53 python-six zlib1g-dev [2021-04-16T10:36:16.110Z] #42 25.89 0 upgraded, 17 newly installed, 0 to remove and 29 not upgraded. [2021-04-16T10:36:16.110Z] #42 25.89 Need to get 4075 kB of archives. [2021-04-16T10:36:16.110Z] #42 25.89 After this operation, 24.5 MB of additional disk space will be used. [2021-04-16T10:36:16.110Z] #42 25.89 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libcap-dev ppc64el 1:2.25-2 [31.4 kB] [2021-04-16T10:36:16.110Z] #42 25.91 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2021-04-16T10:36:16.110Z] #42 25.91 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3.1 [119 kB] [2021-04-16T10:36:16.111Z] #42 26.08 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2021-04-16T10:36:16.111Z] #42 26.11 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-dev ppc64el 3.4.0-1 [103 kB] [2021-04-16T10:36:16.111Z] #42 26.18 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2021-04-16T10:36:16.111Z] #42 26.18 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c-dev ppc64el 1.3.1-1+b1 [36.6 kB] [2021-04-16T10:36:16.111Z] #42 26.33 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zlib1g-dev ppc64el 1:1.2.11.dfsg-1 [216 kB] [2021-04-16T10:36:16.111Z] #42 26.51 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf17 ppc64el 3.6.1.3-2 [795 kB] [2021-04-16T10:36:16.111Z] #42 26.57 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-lite17 ppc64el 3.6.1.3-2 [166 kB] [2021-04-16T10:36:16.111Z] #42 26.81 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-dev ppc64el 3.6.1.3-2 [1130 kB] [2021-04-16T10:36:16.111Z] #42 27.28 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotoc17 ppc64el 3.6.1.3-2 [647 kB] [2021-04-16T10:36:16.111Z] #42 27.34 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-c-compiler ppc64el 1.3.1-1+b1 [81.2 kB] [2021-04-16T10:36:16.111Z] #42 27.34 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-compiler ppc64el 3.6.1.3-2 [65.2 kB] [2021-04-16T10:36:16.111Z] #42 27.34 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pkg-resources all 40.8.0-1 [182 kB] [2021-04-16T10:36:16.111Z] #42 27.38 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-six all 1.12.0-1 [15.7 kB] [2021-04-16T10:36:16.111Z] #42 27.40 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-protobuf ppc64el 3.6.1.3-2 [337 kB] [2021-04-16T10:36:16.111Z] #42 29.14 debconf: delaying package configuration, since apt-utils is not installed [2021-04-16T10:36:16.111Z] #42 29.33 Fetched 4075 kB in 2s (2474 kB/s) [2021-04-16T10:36:16.111Z] #42 29.57 Selecting previously unselected package libcap-dev:ppc64el. [2021-04-16T10:36:16.111Z] #42 29.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 ... 15339 files and directories currently installed.) [2021-04-16T10:36:16.111Z] #42 29.66 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_ppc64el.deb ... [2021-04-16T10:36:16.111Z] #42 29.68 Unpacking libcap-dev:ppc64el (1:2.25-2) ... [2021-04-16T10:36:16.111Z] #42 29.95 Selecting previously unselected package libnet1:ppc64el. [2021-04-16T10:36:16.111Z] #42 29.96 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2021-04-16T10:36:16.111Z] #42 30.01 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2021-04-16T10:36:16.111Z] #42 30.24 Selecting previously unselected package libnet1-dev. [2021-04-16T10:36:16.111Z] #42 30.24 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_ppc64el.deb ... [2021-04-16T10:36:16.111Z] #42 30.26 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-04-16T10:36:16.111Z] #42 30.68 Selecting previously unselected package libnl-3-200:ppc64el. [2021-04-16T10:36:16.111Z] #42 30.68 Preparing to unpack .../03-libnl-3-200_3.4.0-1_ppc64el.deb ... [2021-04-16T10:36:16.111Z] #42 30.69 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2021-04-16T10:36:16.111Z] #42 30.87 Selecting previously unselected package libnl-3-dev:ppc64el. [2021-04-16T10:36:16.111Z] #42 30.87 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_ppc64el.deb ... [2021-04-16T10:36:16.111Z] #42 30.88 Unpacking libnl-3-dev:ppc64el (3.4.0-1) ... [2021-04-16T10:36:16.111Z] #42 31.25 Selecting previously unselected package libprotobuf-c1:ppc64el. [2021-04-16T10:36:16.111Z] #42 31.25 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2021-04-16T10:36:16.111Z] #42 31.26 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2021-04-16T10:36:16.111Z] #42 31.33 Selecting previously unselected package libprotobuf-c-dev:ppc64el. [2021-04-16T10:36:16.111Z] #42 31.34 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_ppc64el.deb ... [2021-04-16T10:36:16.111Z] #42 31.35 Unpacking libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2021-04-16T10:36:16.111Z] #42 31.50 Selecting previously unselected package zlib1g-dev:ppc64el. [2021-04-16T10:36:16.111Z] #42 31.51 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_ppc64el.deb ... [2021-04-16T10:36:16.111Z] #42 31.53 Unpacking zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2021-04-16T10:36:16.111Z] #42 31.91 Selecting previously unselected package libprotobuf17:ppc64el. [2021-04-16T10:36:16.111Z] #42 31.92 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_ppc64el.deb ... [2021-04-16T10:36:16.111Z] #42 31.93 Unpacking libprotobuf17:ppc64el (3.6.1.3-2) ... [2021-04-16T10:36:16.111Z] #42 33.01 Selecting previously unselected package libprotobuf-lite17:ppc64el. [2021-04-16T10:36:16.111Z] #42 33.01 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_ppc64el.deb ... [2021-04-16T10:36:16.111Z] #42 33.01 Unpacking libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2021-04-16T10:36:16.111Z] #42 33.36 Selecting previously unselected package libprotobuf-dev:ppc64el. [2021-04-16T10:36:16.111Z] #42 33.37 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_ppc64el.deb ... [2021-04-16T10:36:16.111Z] #42 33.42 Unpacking libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2021-04-16T10:36:16.274Z] The recommended git tool is: git [2021-04-16T10:36:16.411Z] #42 ... [2021-04-16T10:36:16.411Z] [2021-04-16T10:36:16.411Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-04-16T10:36:16.411Z] #29 sha256:e2316c56a423369126d110cc42fe6fee4482aed27b26bb9f11e11d7ea4f80137 [2021-04-16T10:36:16.411Z] #29 30.20 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-04-16T10:36:16.712Z] #29 ... [2021-04-16T10:36:16.712Z] [2021-04-16T10:36:16.712Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-16T10:36:16.712Z] #51 sha256:89950dca246c8d949f4e2b540f51ad2feadb236163ab1597bc357afbaf2493af [2021-04-16T10:36:16.712Z] #51 20.39 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-04-16T10:36:16.712Z] #51 21.89 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-04-16T10:36:16.712Z] #51 21.99 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-04-16T10:36:16.712Z] #51 22.17 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-04-16T10:36:16.712Z] #51 22.55 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-04-16T10:36:16.712Z] #51 23.93 runtime [2021-04-16T10:36:16.712Z] #51 ... [2021-04-16T10:36:16.712Z] [2021-04-16T10:36:16.712Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-04-16T10:36:16.712Z] #29 sha256:e2316c56a423369126d110cc42fe6fee4482aed27b26bb9f11e11d7ea4f80137 [2021-04-16T10:36:16.712Z] #29 30.52 [2021-04-16T10:36:17.012Z] #29 30.71 ######################################################################## 100.0% [2021-04-16T10:36:17.012Z] #29 30.85 [2021-04-16T10:36:17.147Z] #56 1.237 + RM_GOPATH=0 [2021-04-16T10:36:17.147Z] #56 1.237 + TMP_GOPATH= [2021-04-16T10:36:17.147Z] #56 1.238 + : /build [2021-04-16T10:36:17.147Z] #56 1.238 + '[' -z '' ']' [2021-04-16T10:36:17.147Z] #56 1.239 ++ mktemp -d [2021-04-16T10:36:17.147Z] #56 1.245 + GOPATH=/tmp/tmp.PCiXgkKo4n [2021-04-16T10:36:17.147Z] #56 1.247 + export GOPATH [2021-04-16T10:36:17.147Z] #56 1.248 + RM_GOPATH=1 [2021-04-16T10:36:17.147Z] #56 1.249 + case "$(go env GOARCH)" in [2021-04-16T10:36:17.147Z] #56 1.249 ++ go env GOARCH [2021-04-16T10:36:17.147Z] #56 1.281 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:36:17.147Z] #56 1.282 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:36:17.147Z] #56 1.282 ++ dirname /tmp/install/install.sh [2021-04-16T10:36:17.147Z] #56 1.299 + dir=/tmp/install [2021-04-16T10:36:17.147Z] #56 1.301 + bin=containerd [2021-04-16T10:36:17.147Z] #56 1.301 + shift [2021-04-16T10:36:17.147Z] #56 1.301 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-04-16T10:36:17.147Z] #56 1.301 + . /tmp/install/containerd.installer [2021-04-16T10:36:17.147Z] #56 1.302 + install_containerd [2021-04-16T10:36:17.147Z] #56 1.306 + set -e [2021-04-16T10:36:17.147Z] #56 1.308 + : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-16T10:36:17.147Z] #56 1.310 + : /build [2021-04-16T10:36:17.147Z] #56 1.310 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e' [2021-04-16T10:36:17.147Z] #56 1.310 + git clone https://github.com/containerd/containerd.git /tmp/tmp.PCiXgkKo4n/src/github.com/containerd/containerd [2021-04-16T10:36:17.147Z] #56 1.310 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-16T10:36:17.147Z] #56 1.312 Cloning into '/tmp/tmp.PCiXgkKo4n/src/github.com/containerd/containerd'... [2021-04-16T10:36:17.147Z] #56 ... [2021-04-16T10:36:17.147Z] [2021-04-16T10:36:17.147Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-04-16T10:36:17.147Z] #58 sha256:3b62a6a04354bc4e94b41e4193f325ad5e32dc9b9ac3d136d569f255334eef86 [2021-04-16T10:36:17.147Z] #58 26.44 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-04-16T10:36:17.147Z] #58 26.68 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-04-16T10:36:17.312Z] #29 30.97 Download of images into '/build' complete. [2021-04-16T10:36:17.312Z] #29 30.98 Use something like the following to load the result into a Docker daemon: [2021-04-16T10:36:17.312Z] #29 30.98 tar -cC '/build' . | docker load [2021-04-16T10:36:17.312Z] #29 DONE 31.1s [2021-04-16T10:36:17.312Z] [2021-04-16T10:36:17.312Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-04-16T10:36:17.312Z] #42 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-04-16T10:36:17.312Z] #42 34.82 Selecting previously unselected package libprotoc17:ppc64el. [2021-04-16T10:36:17.312Z] #42 34.82 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_ppc64el.deb ... [2021-04-16T10:36:17.312Z] #42 34.84 Unpacking libprotoc17:ppc64el (3.6.1.3-2) ... [2021-04-16T10:36:17.312Z] #42 ... [2021-04-16T10:36:17.312Z] [2021-04-16T10:36:17.312Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-16T10:36:17.312Z] #13 sha256:5151d703b769bc35b6bada7e872d6f26a661733fd6a91bb6a69d949f095f4d31 [2021-04-16T10:36:17.312Z] #13 23.91 Building dependency tree... [2021-04-16T10:36:17.312Z] #13 26.59 The following additional packages will be installed: [2021-04-16T10:36:17.312Z] #13 26.59 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-04-16T10:36:17.312Z] #13 26.59 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-04-16T10:36:17.312Z] #13 26.59 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-04-16T10:36:17.312Z] #13 26.59 libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1 [2021-04-16T10:36:17.312Z] #13 26.59 mingw-w64-common mingw-w64-x86-64-dev [2021-04-16T10:36:17.312Z] #13 26.60 Suggested packages: [2021-04-16T10:36:17.312Z] #13 26.60 gcc-8-locales seccomp wine64 [2021-04-16T10:36:17.312Z] #13 28.07 The following NEW packages will be installed: [2021-04-16T10:36:17.312Z] #13 28.08 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-04-16T10:36:17.312Z] #13 28.08 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-04-16T10:36:17.312Z] #13 28.09 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-04-16T10:36:17.312Z] #13 28.09 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-04-16T10:36:17.312Z] #13 28.09 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-04-16T10:36:17.312Z] #13 28.10 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-04-16T10:36:17.312Z] #13 28.12 The following packages will be upgraded: [2021-04-16T10:36:17.312Z] #13 28.13 libseccomp2 libsystemd0 libudev1 [2021-04-16T10:36:17.312Z] #13 28.37 3 upgraded, 25 newly installed, 0 to remove and 27 not upgraded. [2021-04-16T10:36:17.312Z] #13 28.37 Need to get 79.4 MB of archives. [2021-04-16T10:36:17.312Z] #13 28.37 After this operation, 532 MB of additional disk space will be used. [2021-04-16T10:36:17.312Z] #13 28.37 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd0 ppc64el 241-7~deb10u7 [358 kB] [2021-04-16T10:36:17.312Z] #13 28.46 Get:2 http://deb.debian.org/debian buster-backports/main ppc64el libseccomp2 ppc64el 2.4.1-2~bpo10+1 [47.0 kB] [2021-04-16T10:36:17.312Z] #13 28.47 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev1 ppc64el 241-7~deb10u7 [158 kB] [2021-04-16T10:36:17.312Z] #13 28.49 Get:4 http://deb.debian.org/debian buster-backports/main ppc64el libseccomp-dev ppc64el 2.4.1-2~bpo10+1 [73.0 kB] [2021-04-16T10:36:17.312Z] #13 28.62 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64-i686 ppc64el 2.31.1-11+8.3 [2811 kB] [2021-04-16T10:36:17.312Z] #13 29.41 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64-x86-64 ppc64el 2.31.1-11+8.3 [3109 kB] [2021-04-16T10:36:17.312Z] #13 29.95 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-04-16T10:36:17.312Z] #13 30.01 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.155-3 [128 kB] [2021-04-16T10:36:17.312Z] #13 30.02 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el dmsetup ppc64el 2:1.02.155-3 [85.4 kB] [2021-04-16T10:36:17.312Z] #13 30.03 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-common all 6.0.0-3 [4910 kB] [2021-04-16T10:36:17.312Z] #13 30.77 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-04-16T10:36:17.312Z] #13 31.23 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el gcc-mingw-w64-base ppc64el 8.3.0-6+21.3~deb10u1 [175 kB] [2021-04-16T10:36:17.312Z] #13 31.24 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el gcc-mingw-w64-x86-64 ppc64el 8.3.0-6+21.3~deb10u1 [35.9 MB] [2021-04-16T10:36:17.312Z] #13 34.91 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el g++-mingw-w64-x86-64 ppc64el 8.3.0-6+21.3~deb10u1 [25.5 MB] [2021-04-16T10:36:17.403Z] #58 ... [2021-04-16T10:36:17.403Z] [2021-04-16T10:36:17.403Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-04-16T10:36:17.403Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-04-16T10:36:17.403Z] #32 40.95 Checking out files: 85% (1298/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2021-04-16T10:36:17.403Z] #32 41.67 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-04-16T10:36:17.615Z] #13 ... [2021-04-16T10:36:17.615Z] [2021-04-16T10:36:17.615Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-04-16T10:36:17.615Z] #36 sha256:79f49bf47c58a6a4ce1054d2344261d05117cb9c833f2854cdb226827e69bd91 [2021-04-16T10:36:17.615Z] #36 27.72 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-7+deb10u1 [730 kB] [2021-04-16T10:36:17.615Z] #36 28.18 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libarchive13 ppc64el 3.3.3-4+deb10u1 [360 kB] [2021-04-16T10:36:17.615Z] #36 28.37 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB] [2021-04-16T10:36:17.615Z] #36 28.37 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el librhash0 ppc64el 1.3.8-1 [127 kB] [2021-04-16T10:36:17.615Z] #36 28.45 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libuv1 ppc64el 1.24.1-1 [116 kB] [2021-04-16T10:36:17.615Z] #36 28.54 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake ppc64el 3.13.4-1 [3306 kB] [2021-04-16T10:36:17.615Z] #36 30.77 debconf: delaying package configuration, since apt-utils is not installed [2021-04-16T10:36:17.615Z] #36 31.03 Fetched 14.9 MB in 2s (6077 kB/s) [2021-04-16T10:36:17.615Z] #36 31.14 Selecting previously unselected package xxd. [2021-04-16T10:36:17.615Z] #36 31.14 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2021-04-16T10:36:17.615Z] #36 31.19 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2021-04-16T10:36:17.615Z] #36 31.20 Unpacking xxd (2:8.1.0875-5) ... [2021-04-16T10:36:17.615Z] #36 31.41 Selecting previously unselected package vim-common. [2021-04-16T10:36:17.615Z] #36 31.42 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-04-16T10:36:17.615Z] #36 31.53 Unpacking vim-common (2:8.1.0875-5) ... [2021-04-16T10:36:17.615Z] #36 32.03 Selecting previously unselected package cmake-data. [2021-04-16T10:36:17.615Z] #36 32.03 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-04-16T10:36:17.615Z] #36 32.04 Unpacking cmake-data (3.13.4-1) ... [2021-04-16T10:36:17.661Z] #32 41.88 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-04-16T10:36:17.916Z] #36 ... [2021-04-16T10:36:17.916Z] [2021-04-16T10:36:17.916Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-04-16T10:36:17.916Z] #42 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-04-16T10:36:17.916Z] #42 35.58 Selecting previously unselected package protobuf-c-compiler. [2021-04-16T10:36:17.916Z] #42 35.60 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_ppc64el.deb ... [2021-04-16T10:36:17.916Z] #42 35.60 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-04-16T10:36:17.916Z] #42 35.81 Selecting previously unselected package protobuf-compiler. [2021-04-16T10:36:17.925Z] #32 ... [2021-04-16T10:36:17.925Z] [2021-04-16T10:36:17.925Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-04-16T10:36:17.925Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-16T10:36:17.925Z] #42 25.81 Reading package lists... [2021-04-16T10:36:17.925Z] #42 32.31 Building dependency tree... [2021-04-16T10:36:17.925Z] #42 35.83 The following additional packages will be installed: [2021-04-16T10:36:17.925Z] #42 35.84 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-04-16T10:36:17.925Z] #42 35.84 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-04-16T10:36:17.925Z] #42 35.85 Suggested packages: [2021-04-16T10:36:17.925Z] #42 35.87 manpages-dev python-setuptools [2021-04-16T10:36:17.925Z] #42 37.10 The following NEW packages will be installed: [2021-04-16T10:36:17.925Z] #42 37.11 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-04-16T10:36:17.925Z] #42 37.11 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-04-16T10:36:17.925Z] #42 37.12 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-04-16T10:36:17.925Z] #42 37.12 python-six zlib1g-dev [2021-04-16T10:36:17.925Z] #42 37.50 0 upgraded, 17 newly installed, 0 to remove and 29 not upgraded. [2021-04-16T10:36:17.925Z] #42 37.50 Need to get 4095 kB of archives. [2021-04-16T10:36:17.925Z] #42 37.50 After this operation, 22.5 MB of additional disk space will be used. [2021-04-16T10:36:17.925Z] #42 37.50 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2021-04-16T10:36:17.925Z] #42 37.50 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-04-16T10:36:17.925Z] #42 37.50 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2021-04-16T10:36:17.925Z] #42 37.51 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-04-16T10:36:17.925Z] #42 37.52 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2021-04-16T10:36:17.925Z] #42 37.53 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-04-16T10:36:17.925Z] #42 37.53 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2021-04-16T10:36:17.925Z] #42 37.54 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2021-04-16T10:36:17.925Z] #42 37.56 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-04-16T10:36:17.925Z] #42 37.62 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2021-04-16T10:36:17.925Z] #42 37.64 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2021-04-16T10:36:17.925Z] #42 37.75 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2021-04-16T10:36:17.925Z] #42 37.81 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] [2021-04-16T10:36:17.925Z] #42 37.82 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2021-04-16T10:36:17.925Z] #42 37.83 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-04-16T10:36:17.925Z] #42 37.85 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2021-04-16T10:36:17.925Z] #42 37.85 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2021-04-16T10:36:17.925Z] #42 38.97 debconf: delaying package configuration, since apt-utils is not installed [2021-04-16T10:36:17.925Z] #42 39.18 Fetched 4095 kB in 1s (6409 kB/s) [2021-04-16T10:36:17.925Z] #42 39.33 Selecting previously unselected package libcap-dev:amd64. [2021-04-16T10:36:17.925Z] #42 39.33 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-04-16T10:36:17.925Z] #42 39.39 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2021-04-16T10:36:17.925Z] #42 39.41 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2021-04-16T10:36:17.925Z] #42 39.75 Selecting previously unselected package libnet1:amd64. [2021-04-16T10:36:17.925Z] #42 39.75 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-04-16T10:36:17.925Z] #42 39.78 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-04-16T10:36:17.925Z] #42 40.16 Selecting previously unselected package libnet1-dev. [2021-04-16T10:36:17.925Z] #42 40.16 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2021-04-16T10:36:17.925Z] #42 40.21 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-04-16T10:36:17.925Z] #42 40.56 Selecting previously unselected package libnl-3-200:amd64. [2021-04-16T10:36:17.925Z] #42 40.58 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2021-04-16T10:36:17.925Z] #42 40.61 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-04-16T10:36:17.925Z] #42 40.75 Selecting previously unselected package libnl-3-dev:amd64. [2021-04-16T10:36:17.925Z] #42 40.76 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2021-04-16T10:36:17.925Z] #42 40.77 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2021-04-16T10:36:17.925Z] #42 41.17 Selecting previously unselected package libprotobuf-c1:amd64. [2021-04-16T10:36:17.925Z] #42 41.18 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-04-16T10:36:17.925Z] #42 41.19 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-04-16T10:36:17.925Z] #42 41.30 Selecting previously unselected package libprotobuf-c-dev:amd64. [2021-04-16T10:36:17.925Z] #42 41.31 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2021-04-16T10:36:17.925Z] #42 41.32 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-04-16T10:36:17.925Z] #42 41.43 Selecting previously unselected package zlib1g-dev:amd64. [2021-04-16T10:36:17.925Z] #42 41.45 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2021-04-16T10:36:17.925Z] #42 41.46 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-04-16T10:36:17.925Z] #42 41.75 Selecting previously unselected package libprotobuf17:amd64. [2021-04-16T10:36:17.925Z] #42 41.78 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-04-16T10:36:17.925Z] #42 41.79 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-04-16T10:36:18.187Z] #42 42.59 Selecting previously unselected package libprotobuf-lite17:amd64. [2021-04-16T10:36:18.187Z] #42 42.59 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2021-04-16T10:36:18.218Z] #42 35.82 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_ppc64el.deb ... [2021-04-16T10:36:18.218Z] #42 35.82 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-04-16T10:36:18.444Z] #42 42.60 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-04-16T10:36:18.444Z] #42 42.85 Selecting previously unselected package libprotobuf-dev:amd64. [2021-04-16T10:36:18.444Z] #42 42.85 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2021-04-16T10:36:18.518Z] #42 36.07 Selecting previously unselected package python-pkg-resources. [2021-04-16T10:36:18.518Z] #42 36.10 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-04-16T10:36:18.518Z] #42 36.13 Unpacking python-pkg-resources (40.8.0-1) ... [2021-04-16T10:36:18.518Z] #42 36.45 Selecting previously unselected package python-six. [2021-04-16T10:36:18.700Z] #42 42.85 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-04-16T10:36:18.820Z] #42 36.48 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-04-16T10:36:18.820Z] #42 36.49 Unpacking python-six (1.12.0-1) ... [2021-04-16T10:36:18.820Z] #42 36.65 Selecting previously unselected package python-protobuf. [2021-04-16T10:36:18.820Z] #42 36.66 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_ppc64el.deb ... [2021-04-16T10:36:18.820Z] #42 36.67 Unpacking python-protobuf (3.6.1.3-2) ... [2021-04-16T10:36:18.957Z] #42 ... [2021-04-16T10:36:18.957Z] [2021-04-16T10:36:18.957Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-16T10:36:18.957Z] #49 sha256:3fda856b49e821caaa8314cb530fa690d1a70a84251009bd74294b825178aab3 [2021-04-16T10:36:18.957Z] #49 28.12 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-04-16T10:36:18.957Z] #49 31.33 go: extracting github.com/gogo/protobuf v1.2.1 [2021-04-16T10:36:18.957Z] #49 34.38 go: extracting golang.org/x/text v0.3.2 [2021-04-16T10:36:18.957Z] #49 ... [2021-04-16T10:36:18.957Z] [2021-04-16T10:36:18.957Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-04-16T10:36:18.957Z] #36 sha256:7c9164a9e09f5957dcd35b85232a0e2c2e1eefe9590c9cc61db30a2968787259 [2021-04-16T10:36:18.957Z] #36 33.38 Building dependency tree... [2021-04-16T10:36:18.957Z] #36 36.86 The following additional packages will be installed: [2021-04-16T10:36:18.957Z] #36 36.87 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-04-16T10:36:18.957Z] #36 36.89 Suggested packages: [2021-04-16T10:36:18.957Z] #36 36.89 cmake-doc ninja-build lrzip [2021-04-16T10:36:18.957Z] #36 36.89 Recommended packages: [2021-04-16T10:36:18.957Z] #36 36.89 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-04-16T10:36:18.957Z] #36 37.91 The following NEW packages will be installed: [2021-04-16T10:36:18.957Z] #36 37.94 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-04-16T10:36:18.957Z] #36 37.94 vim-common xxd [2021-04-16T10:36:18.957Z] #36 38.36 0 upgraded, 10 newly installed, 0 to remove and 29 not upgraded. [2021-04-16T10:36:18.957Z] #36 38.36 Need to get 14.9 MB of archives. [2021-04-16T10:36:18.957Z] #36 38.36 After this operation, 61.8 MB of additional disk space will be used. [2021-04-16T10:36:18.957Z] #36 38.36 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-04-16T10:36:18.957Z] #36 38.37 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-04-16T10:36:18.957Z] #36 38.37 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-04-16T10:36:18.957Z] #36 38.54 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-04-16T10:36:18.957Z] #36 39.62 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2021-04-16T10:36:18.957Z] #36 39.65 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-04-16T10:36:18.957Z] #36 39.68 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-04-16T10:36:18.957Z] #36 39.69 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-04-16T10:36:18.957Z] #36 39.72 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-04-16T10:36:18.957Z] #36 39.72 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-04-16T10:36:18.957Z] #36 41.45 debconf: delaying package configuration, since apt-utils is not installed [2021-04-16T10:36:18.957Z] #36 41.67 Fetched 14.9 MB in 2s (7907 kB/s) [2021-04-16T10:36:18.957Z] #36 41.74 Selecting previously unselected package xxd. [2021-04-16T10:36:18.957Z] #36 41.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 ... 15410 files and directories currently installed.) [2021-04-16T10:36:18.957Z] #36 41.83 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-04-16T10:36:18.957Z] #36 41.85 Unpacking xxd (2:8.1.0875-5) ... [2021-04-16T10:36:18.957Z] #36 42.04 Selecting previously unselected package vim-common. [2021-04-16T10:36:18.957Z] #36 42.04 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-04-16T10:36:18.957Z] #36 42.07 Unpacking vim-common (2:8.1.0875-5) ... [2021-04-16T10:36:18.957Z] #36 42.52 Selecting previously unselected package cmake-data. [2021-04-16T10:36:18.957Z] #36 42.52 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-04-16T10:36:18.957Z] #36 42.53 Unpacking cmake-data (3.13.4-1) ... [2021-04-16T10:36:19.134Z] 399f118dfaa9: Verifying Checksum [2021-04-16T10:36:19.885Z] #36 ... [2021-04-16T10:36:19.885Z] [2021-04-16T10:36:19.885Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-16T10:36:19.885Z] #49 sha256:3fda856b49e821caaa8314cb530fa690d1a70a84251009bd74294b825178aab3 [2021-04-16T10:36:19.885Z] #49 39.23 go: finding github.com/fatih/color v1.7.0 [2021-04-16T10:36:19.889Z] #42 37.48 Setting up python-pkg-resources (40.8.0-1) ... [2021-04-16T10:36:19.889Z] #42 ... [2021-04-16T10:36:19.889Z] [2021-04-16T10:36:19.889Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-16T10:36:19.889Z] #56 sha256:5be0eca2f44eeda23977849f4f01518b67e52ef33523bbf1220c1dbbb34e954b [2021-04-16T10:36:19.889Z] #56 0.269 + RM_GOPATH=0 [2021-04-16T10:36:19.889Z] #56 0.269 + TMP_GOPATH= [2021-04-16T10:36:19.889Z] #56 0.269 + : /build [2021-04-16T10:36:19.889Z] #56 0.269 + '[' -z '' ']' [2021-04-16T10:36:19.889Z] #56 0.271 ++ mktemp -d [2021-04-16T10:36:19.889Z] #56 0.277 + GOPATH=/tmp/tmp.K2XYL5UKQC [2021-04-16T10:36:19.889Z] #56 0.277 + export GOPATH [2021-04-16T10:36:19.889Z] #56 0.278 + RM_GOPATH=1 [2021-04-16T10:36:19.889Z] #56 0.279 + case "$(go env GOARCH)" in [2021-04-16T10:36:19.889Z] #56 0.288 ++ go env GOARCH [2021-04-16T10:36:19.889Z] #56 0.320 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:36:19.889Z] #56 0.340 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:36:19.889Z] #56 0.351 ++ dirname /tmp/install/install.sh [2021-04-16T10:36:19.889Z] #56 0.359 + dir=/tmp/install [2021-04-16T10:36:19.889Z] #56 0.361 + bin=containerd [2021-04-16T10:36:19.889Z] #56 0.361 + shift [2021-04-16T10:36:19.889Z] #56 0.362 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-04-16T10:36:19.889Z] #56 0.362 + . /tmp/install/containerd.installer [2021-04-16T10:36:19.889Z] #56 0.365 + install_containerd [2021-04-16T10:36:19.889Z] #56 0.368 + set -e [2021-04-16T10:36:19.889Z] #56 0.368 + : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-16T10:36:19.889Z] #56 0.368 + : /build [2021-04-16T10:36:19.889Z] #56 0.368 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e' [2021-04-16T10:36:19.889Z] #56 0.368 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-16T10:36:19.889Z] #56 0.369 + git clone https://github.com/containerd/containerd.git /tmp/tmp.K2XYL5UKQC/src/github.com/containerd/containerd [2021-04-16T10:36:19.889Z] #56 0.372 Cloning into '/tmp/tmp.K2XYL5UKQC/src/github.com/containerd/containerd'... [2021-04-16T10:36:19.889Z] #56 ... [2021-04-16T10:36:19.889Z] [2021-04-16T10:36:19.889Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-16T10:36:19.889Z] #13 sha256:5151d703b769bc35b6bada7e872d6f26a661733fd6a91bb6a69d949f095f4d31 [2021-04-16T10:36:19.889Z] #13 37.60 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor1 ppc64el 2.13.2-10 [98.2 kB] [2021-04-16T10:36:19.889Z] #13 37.63 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor-dev ppc64el 2.13.2-10 [141 kB] [2021-04-16T10:36:19.889Z] #13 37.74 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2021-04-16T10:36:19.889Z] #13 37.75 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2021-04-16T10:36:19.889Z] #13 37.77 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-event1.02.1 ppc64el 2:1.02.155-3 [22.3 kB] [2021-04-16T10:36:19.889Z] #13 37.77 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev-dev ppc64el 241-7~deb10u7 [110 kB] [2021-04-16T10:36:19.889Z] #13 37.77 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsepol1-dev ppc64el 2.8-1 [337 kB] [2021-04-16T10:36:19.889Z] #13 37.81 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre16-3 ppc64el 2:8.39-12 [252 kB] [2021-04-16T10:36:19.889Z] #13 37.86 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre32-3 ppc64el 2:8.39-12 [246 kB] [2021-04-16T10:36:20.142Z] #49 39.39 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-04-16T10:36:20.142Z] #49 39.41 go: finding github.com/mattn/go-colorable v0.1.4 [2021-04-16T10:36:20.142Z] #49 39.41 go: finding github.com/mattn/go-isatty v0.0.8 [2021-04-16T10:36:20.186Z] #13 37.92 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-12 [153 kB] [2021-04-16T10:36:20.186Z] #13 37.93 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre3-dev ppc64el 2:8.39-12 [622 kB] [2021-04-16T10:36:20.186Z] #13 ... [2021-04-16T10:36:20.186Z] [2021-04-16T10:36:20.186Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-04-16T10:36:20.186Z] #58 sha256:ecc4d0232de3018f6bf544d0d3a0516505c5d88844e679f140d41cc1470aff71 [2021-04-16T10:36:20.186Z] #58 23.83 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-04-16T10:36:20.186Z] #58 24.09 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-04-16T10:36:20.186Z] #58 24.15 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-04-16T10:36:20.186Z] #58 24.17 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-04-16T10:36:20.186Z] #58 24.52 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-04-16T10:36:20.186Z] #58 28.55 go: finding github.com/pkg/errors v0.9.1 [2021-04-16T10:36:20.186Z] #58 28.65 go: finding github.com/sirupsen/logrus v1.8.1 [2021-04-16T10:36:20.186Z] #58 28.84 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-04-16T10:36:20.186Z] #58 28.90 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-04-16T10:36:20.186Z] #58 29.12 go: finding github.com/google/uuid v1.2.0 [2021-04-16T10:36:20.186Z] #58 29.31 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-04-16T10:36:20.186Z] #58 29.39 go: finding github.com/moby/vpnkit v0.5.0 [2021-04-16T10:36:20.186Z] #58 29.47 go: finding github.com/gofrs/flock v0.8.0 [2021-04-16T10:36:20.186Z] #58 29.57 go: finding github.com/gorilla/mux v1.8.0 [2021-04-16T10:36:20.186Z] #58 29.77 go: finding github.com/moby/sys/mountinfo v0.4.1 [2021-04-16T10:36:20.186Z] #58 29.87 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-04-16T10:36:20.186Z] #58 29.99 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-04-16T10:36:20.186Z] #58 30.00 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-04-16T10:36:20.186Z] #58 30.41 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-04-16T10:36:20.186Z] #58 30.55 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-04-16T10:36:20.186Z] #58 ... [2021-04-16T10:36:20.186Z] [2021-04-16T10:36:20.187Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-16T10:36:20.187Z] #13 sha256:5151d703b769bc35b6bada7e872d6f26a661733fd6a91bb6a69d949f095f4d31 [2021-04-16T10:36:20.187Z] #13 38.11 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libselinux1-dev ppc64el 2.8-1+b1 [177 kB] [2021-04-16T10:36:20.398Z] #49 39.55 go: finding github.com/go-critic/go-critic v0.4.1 [2021-04-16T10:36:20.398Z] #49 39.57 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-04-16T10:36:20.398Z] #49 39.59 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-04-16T10:36:20.398Z] #49 39.61 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-04-16T10:36:20.398Z] #49 39.64 go: finding github.com/pkg/errors v0.8.1 [2021-04-16T10:36:20.398Z] #49 39.66 go: finding github.com/sirupsen/logrus v1.4.2 [2021-04-16T10:36:20.398Z] #49 39.68 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-04-16T10:36:20.398Z] #49 39.69 go: finding github.com/stretchr/testify v1.4.0 [2021-04-16T10:36:20.398Z] #49 39.70 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-04-16T10:36:20.398Z] #49 39.70 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-04-16T10:36:20.398Z] #49 39.72 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-04-16T10:36:20.398Z] #49 39.74 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-04-16T10:36:20.481Z] #50 47.78 + /build/golangci-lint --version [2021-04-16T10:36:20.481Z] #50 47.88 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-04-16T10:36:20.481Z] #50 DONE 48.6s [2021-04-16T10:36:20.481Z] [2021-04-16T10:36:20.481Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-04-16T10:36:20.481Z] #57 ... [2021-04-16T10:36:20.481Z] [2021-04-16T10:36:20.481Z] #51 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2021-04-16T10:36:20.481Z] #51 DONE 0.2s [2021-04-16T10:36:20.481Z] [2021-04-16T10:36:20.481Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-04-16T10:36:20.481Z] #57 ... [2021-04-16T10:36:20.481Z] [2021-04-16T10:36:20.481Z] #53 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2021-04-16T10:36:20.481Z] #53 DONE 0.1s [2021-04-16T10:36:20.486Z] #13 38.14 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-dev ppc64el 2:1.02.155-3 [51.5 kB] [2021-04-16T10:36:20.486Z] #13 38.16 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd-dev ppc64el 241-7~deb10u7 [322 kB] [2021-04-16T10:36:20.654Z] #49 39.75 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-04-16T10:36:20.654Z] #49 39.76 go: finding github.com/davecgh/go-spew v1.1.1 [2021-04-16T10:36:20.654Z] #49 39.78 go: finding github.com/spf13/viper v1.6.1 [2021-04-16T10:36:20.654Z] #49 39.79 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-04-16T10:36:20.654Z] #49 39.92 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-04-16T10:36:20.654Z] #49 39.98 go: finding github.com/stretchr/objx v0.2.0 [2021-04-16T10:36:20.654Z] #49 39.98 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-04-16T10:36:20.654Z] #49 40.01 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-04-16T10:36:20.770Z] [2021-04-16T10:36:20.770Z] #55 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2021-04-16T10:36:20.770Z] #55 DONE 0.2s [2021-04-16T10:36:20.770Z] [2021-04-16T10:36:20.770Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-04-16T10:36:20.910Z] #49 40.03 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-04-16T10:36:20.910Z] #49 40.06 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-04-16T10:36:20.910Z] #49 40.13 go: finding github.com/spf13/cobra v0.0.5 [2021-04-16T10:36:20.910Z] #49 40.13 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-04-16T10:36:20.910Z] #49 40.18 go: finding github.com/gobwas/glob v0.2.3 [2021-04-16T10:36:20.910Z] #49 40.24 go: finding github.com/hashicorp/hcl v1.0.0 [2021-04-16T10:36:21.059Z] #57 50.49 + bin/containerd [2021-04-16T10:36:21.078Z] #56 ... [2021-04-16T10:36:21.078Z] [2021-04-16T10:36:21.078Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-04-16T10:36:21.078Z] #58 sha256:8e6ef1311befa60a31ebba9db71e655d51c66c8c928126b97868ec58bd8e01fe [2021-04-16T10:36:21.078Z] #58 42.74 + for f in rootlesskit rootlesskit-docker-proxy [2021-04-16T10:36:21.078Z] #58 42.74 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-04-16T10:36:21.169Z] #49 40.27 go: finding github.com/spf13/pflag v1.0.5 [2021-04-16T10:36:21.169Z] #49 40.36 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-04-16T10:36:21.440Z] #49 40.57 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-04-16T10:36:21.440Z] #49 40.57 go: finding github.com/magiconair/properties v1.8.1 [2021-04-16T10:36:21.440Z] #49 ... [2021-04-16T10:36:21.440Z] [2021-04-16T10:36:21.440Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-04-16T10:36:21.440Z] #67 sha256:721fc16eacf69012cabff9b931e8d814a19f64edcaa108a75c6f7c6d3c40d9b7 [2021-04-16T10:36:21.440Z] #67 DONE 40.7s [2021-04-16T10:36:21.440Z] [2021-04-16T10:36:21.440Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-16T10:36:21.440Z] #49 sha256:3fda856b49e821caaa8314cb530fa690d1a70a84251009bd74294b825178aab3 [2021-04-16T10:36:21.440Z] #49 40.68 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-04-16T10:36:21.697Z] #49 40.90 go: finding github.com/pelletier/go-toml v1.2.0 [2021-04-16T10:36:21.697Z] #49 40.91 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-04-16T10:36:21.697Z] #49 40.93 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-04-16T10:36:21.697Z] #49 40.95 go: finding github.com/spf13/afero v1.1.2 [2021-04-16T10:36:21.697Z] #49 40.97 go: finding github.com/spf13/cast v1.3.0 [2021-04-16T10:36:21.697Z] #49 40.97 go: finding golang.org/x/text v0.3.2 [2021-04-16T10:36:21.697Z] #49 40.98 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-04-16T10:36:21.697Z] #49 40.99 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-04-16T10:36:21.697Z] #49 41.00 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-04-16T10:36:21.697Z] #49 41.03 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-04-16T10:36:21.953Z] #49 41.10 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-04-16T10:36:21.953Z] #49 41.11 go: finding github.com/subosito/gotenv v1.2.0 [2021-04-16T10:36:21.953Z] #49 41.15 go: finding gopkg.in/ini.v1 v1.51.0 [2021-04-16T10:36:21.953Z] #49 41.19 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-04-16T10:36:21.953Z] #49 41.19 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-04-16T10:36:21.953Z] #49 41.21 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-04-16T10:36:21.953Z] #49 41.24 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-04-16T10:36:21.953Z] #49 41.25 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-04-16T10:36:21.953Z] #49 ... [2021-04-16T10:36:21.953Z] [2021-04-16T10:36:21.953Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-16T10:36:21.953Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-16T10:36:21.953Z] #13 29.97 Reading package lists... [2021-04-16T10:36:21.953Z] #13 36.41 Building dependency tree... [2021-04-16T10:36:21.953Z] #13 40.07 The following additional packages will be installed: [2021-04-16T10:36:21.953Z] #13 40.07 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-04-16T10:36:21.953Z] #13 40.08 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-04-16T10:36:21.953Z] #13 40.10 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-04-16T10:36:21.953Z] #13 40.10 libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1 [2021-04-16T10:36:21.953Z] #13 40.10 mingw-w64-common mingw-w64-x86-64-dev [2021-04-16T10:36:21.953Z] #13 40.13 Suggested packages: [2021-04-16T10:36:21.953Z] #13 40.13 gcc-8-locales seccomp wine64 [2021-04-16T10:36:21.953Z] #13 41.65 The following NEW packages will be installed: [2021-04-16T10:36:21.953Z] #13 41.66 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-04-16T10:36:21.953Z] #13 41.66 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-04-16T10:36:21.953Z] #13 41.67 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-04-16T10:36:21.953Z] #13 41.67 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-04-16T10:36:21.953Z] #13 41.67 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-04-16T10:36:21.953Z] #13 41.67 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-04-16T10:36:21.953Z] #13 41.69 The following packages will be upgraded: [2021-04-16T10:36:21.953Z] #13 41.70 libseccomp2 libsystemd0 libudev1 [2021-04-16T10:36:21.953Z] #13 42.16 3 upgraded, 25 newly installed, 0 to remove and 27 not upgraded. [2021-04-16T10:36:21.953Z] #13 42.16 Need to get 78.2 MB of archives. [2021-04-16T10:36:21.953Z] #13 42.16 After this operation, 487 MB of additional disk space will be used. [2021-04-16T10:36:21.953Z] #13 42.16 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB] [2021-04-16T10:36:21.953Z] #13 42.16 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB] [2021-04-16T10:36:21.953Z] #13 42.18 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u7 [332 kB] [2021-04-16T10:36:21.953Z] #13 42.20 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u7 [151 kB] [2021-04-16T10:36:21.953Z] #13 42.21 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2021-04-16T10:36:21.953Z] #13 42.47 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2021-04-16T10:36:21.953Z] #13 42.63 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-04-16T10:36:21.953Z] #13 42.65 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-04-16T10:36:21.953Z] #13 42.66 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-04-16T10:36:21.953Z] #13 42.68 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-04-16T10:36:21.953Z] #13 43.18 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-04-16T10:36:21.953Z] #13 43.51 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2021-04-16T10:36:21.953Z] #13 43.51 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB] [2021-04-16T10:36:22.026Z] #13 39.62 debconf: delaying package configuration, since apt-utils is not installed [2021-04-16T10:36:22.026Z] #13 39.91 Fetched 79.4 MB in 10s (8022 kB/s) [2021-04-16T10:36:22.209Z] #13 ... [2021-04-16T10:36:22.209Z] [2021-04-16T10:36:22.209Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-16T10:36:22.209Z] #49 sha256:3fda856b49e821caaa8314cb530fa690d1a70a84251009bd74294b825178aab3 [2021-04-16T10:36:22.209Z] #49 41.27 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-04-16T10:36:22.209Z] #49 41.28 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-04-16T10:36:22.209Z] #49 41.30 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-04-16T10:36:22.209Z] #49 41.30 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-04-16T10:36:22.209Z] #49 41.31 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-04-16T10:36:22.209Z] #49 41.32 go: finding github.com/kisielk/gotool v1.0.0 [2021-04-16T10:36:22.209Z] #49 41.34 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-04-16T10:36:22.209Z] #49 41.41 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-04-16T10:36:22.209Z] #49 41.42 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-04-16T10:36:22.325Z] #13 40.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.) [2021-04-16T10:36:22.325Z] #13 40.21 Preparing to unpack .../libsystemd0_241-7~deb10u7_ppc64el.deb ... [2021-04-16T10:36:22.325Z] #13 40.23 Unpacking libsystemd0:ppc64el (241-7~deb10u7) over (241-7~deb10u4) ... [2021-04-16T10:36:22.465Z] #49 41.56 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-04-16T10:36:22.465Z] #49 41.56 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-04-16T10:36:22.465Z] #49 41.67 go: finding github.com/ultraware/funlen v0.0.2 [2021-04-16T10:36:22.465Z] #49 41.78 go: finding github.com/ultraware/whitespace v0.0.4 [2021-04-16T10:36:22.764Z] #49 41.88 go: finding github.com/uudashr/gocognit v1.0.1 [2021-04-16T10:36:22.764Z] #49 42.01 go: finding github.com/gogo/protobuf v1.2.1 [2021-04-16T10:36:22.764Z] #49 42.03 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-04-16T10:36:22.764Z] #49 42.13 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-04-16T10:36:22.987Z] #13 40.65 Setting up libsystemd0:ppc64el (241-7~deb10u7) ... [2021-04-16T10:36:22.987Z] #13 40.78 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2021-04-16T10:36:22.987Z] #13 40.83 Preparing to unpack .../libseccomp2_2.4.1-2~bpo10+1_ppc64el.deb ... [2021-04-16T10:36:22.987Z] #13 40.85 Unpacking libseccomp2:ppc64el (2.4.1-2~bpo10+1) over (2.3.3-4) ... [2021-04-16T10:36:23.020Z] #49 42.28 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-04-16T10:36:23.020Z] #49 42.28 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-04-16T10:36:23.020Z] #49 42.32 go: finding github.com/BurntSushi/toml v0.3.1 [2021-04-16T10:36:23.020Z] #49 42.36 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-04-16T10:36:23.286Z] #13 41.07 Setting up libseccomp2:ppc64el (2.4.1-2~bpo10+1) ... [2021-04-16T10:36:23.586Z] #13 41.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 ... 15339 files and directories currently installed.) [2021-04-16T10:36:23.586Z] #13 41.30 Preparing to unpack .../libudev1_241-7~deb10u7_ppc64el.deb ... [2021-04-16T10:36:23.586Z] #13 41.34 Unpacking libudev1:ppc64el (241-7~deb10u7) over (241-7~deb10u4) ... [2021-04-16T10:36:23.632Z] #58 DONE 45.9s [2021-04-16T10:36:23.632Z] [2021-04-16T10:36:23.632Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-04-16T10:36:23.632Z] #59 sha256:712c5ffecdfc3f457bac9c2af169af929077b4436374a89760ab2c8da6b7031d [2021-04-16T10:36:23.632Z] #59 DONE 0.1s [2021-04-16T10:36:23.632Z] [2021-04-16T10:36:23.632Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-04-16T10:36:23.632Z] #60 sha256:4867b2393a3a0e12a64b0a052528fc07d4fbf76f9906810cc973e6ae86bf23bb [2021-04-16T10:36:23.632Z] #60 DONE 0.1s [2021-04-16T10:36:23.632Z] [2021-04-16T10:36:23.632Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-16T10:36:23.632Z] #49 sha256:09baea0a08acef68e781291c02a7f75d8023921c266f27bae9ad9e449cbdb13c [2021-04-16T10:36:23.660Z] #56 ... [2021-04-16T10:36:23.660Z] [2021-04-16T10:36:23.660Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-04-16T10:36:23.660Z] #58 sha256:1d4878a7f106f94f22e408988e47d982f0b1f1b819b67898b0abdfd7595b92a8 [2021-04-16T10:36:23.660Z] #58 37.93 + for f in rootlesskit rootlesskit-docker-proxy [2021-04-16T10:36:23.660Z] #58 37.93 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-04-16T10:36:23.894Z] #13 41.48 Setting up libudev1:ppc64el (241-7~deb10u7) ... [2021-04-16T10:36:23.894Z] #13 41.60 Selecting previously unselected package binutils-mingw-w64-i686. [2021-04-16T10:36:23.894Z] #13 41.60 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2021-04-16T10:36:23.894Z] #13 41.75 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_ppc64el.deb ... [2021-04-16T10:36:23.894Z] #13 41.75 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-04-16T10:36:24.584Z] #49 ... [2021-04-16T10:36:24.584Z] [2021-04-16T10:36:24.584Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-04-16T10:36:24.584Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-04-16T10:36:24.584Z] #63 CACHED [2021-04-16T10:36:24.584Z] [2021-04-16T10:36:24.584Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-04-16T10:36:24.584Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-04-16T10:36:24.584Z] #65 CACHED [2021-04-16T10:36:24.584Z] [2021-04-16T10:36:24.584Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-16T10:36:24.584Z] #56 sha256:abb64e41d5ddacd535210b89e9a3581ae27fdd816f85f745d40e28d05174dcd5 [2021-04-16T10:36:25.430Z] #13 ... [2021-04-16T10:36:25.430Z] [2021-04-16T10:36:25.430Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-04-16T10:36:25.430Z] #42 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-04-16T10:36:25.430Z] #42 43.32 Setting up libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2021-04-16T10:36:25.729Z] #42 43.32 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2021-04-16T10:36:25.729Z] #42 43.32 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2021-04-16T10:36:25.729Z] #42 43.33 Setting up libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2021-04-16T10:36:25.729Z] #42 43.33 Setting up python-six (1.12.0-1) ... [2021-04-16T10:36:25.729Z] #42 ... [2021-04-16T10:36:25.729Z] [2021-04-16T10:36:25.729Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-16T10:36:25.729Z] #49 sha256:e028295ca16d674709ac4a9a241f4b9e163cc794cf831a250ad771e52d5ece85 [2021-04-16T10:36:25.729Z] #49 29.28 go: downloading github.com/stretchr/objx v0.2.0 [2021-04-16T10:36:25.729Z] #49 29.82 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-04-16T10:36:25.729Z] #49 29.93 go: extracting github.com/stretchr/objx v0.2.0 [2021-04-16T10:36:25.729Z] #49 30.61 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-04-16T10:36:25.729Z] #49 31.22 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-04-16T10:36:25.729Z] #49 31.45 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-16T10:36:25.729Z] #49 31.64 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-04-16T10:36:25.729Z] #49 32.03 go: downloading github.com/gobwas/glob v0.2.3 [2021-04-16T10:36:25.729Z] #49 32.18 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-04-16T10:36:25.729Z] #49 32.72 go: extracting github.com/gobwas/glob v0.2.3 [2021-04-16T10:36:25.729Z] #49 36.20 go: extracting github.com/gogo/protobuf v1.2.1 [2021-04-16T10:36:25.729Z] #49 ... [2021-04-16T10:36:25.729Z] [2021-04-16T10:36:25.729Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:36:25.729Z] #45 sha256:361f9151b9374e8bf32e43f72eb60276634412167f47c2d39151afba75fbd393 [2021-04-16T10:36:25.729Z] #45 33.17 sync [2021-04-16T10:36:25.729Z] #45 33.18 internal/reflectlite [2021-04-16T10:36:25.729Z] #45 36.23 internal/singleflight [2021-04-16T10:36:25.729Z] #45 36.23 math/rand [2021-04-16T10:36:25.729Z] #45 36.23 github.com/LK4D4/vndr/godl/singleflight [2021-04-16T10:36:25.729Z] #45 38.91 sort [2021-04-16T10:36:25.729Z] #45 38.94 errors [2021-04-16T10:36:25.729Z] #45 39.50 io [2021-04-16T10:36:25.729Z] #45 39.51 internal/oserror [2021-04-16T10:36:25.729Z] #45 39.53 strconv [2021-04-16T10:36:26.381Z] #45 40.01 syscall [2021-04-16T10:36:27.004Z] #58 DONE 41.5s [2021-04-16T10:36:27.004Z] [2021-04-16T10:36:27.004Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-04-16T10:36:27.004Z] #59 sha256:bc4540e8550425d1dff020c3db8a5c9b14ca5a9e5f997455dc1e9874415f0bd5 [2021-04-16T10:36:27.004Z] #59 DONE 0.1s [2021-04-16T10:36:27.004Z] [2021-04-16T10:36:27.004Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-04-16T10:36:27.004Z] #60 sha256:2343c49dcecdbc22c7ecc6b8b8db8e47abac735fd3f5de648f9215129938ffdd [2021-04-16T10:36:27.004Z] #60 DONE 0.1s [2021-04-16T10:36:27.004Z] [2021-04-16T10:36:27.004Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-04-16T10:36:27.004Z] #24 sha256:3a0072bb78fd441ca23534688e284a4c0d07a28dd8b762b69c2a8a15ce4e7211 [2021-04-16T10:36:27.050Z] #45 ... [2021-04-16T10:36:27.050Z] [2021-04-16T10:36:27.050Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-16T10:36:27.050Z] #49 sha256:e028295ca16d674709ac4a9a241f4b9e163cc794cf831a250ad771e52d5ece85 [2021-04-16T10:36:27.050Z] #49 40.91 go: extracting golang.org/x/text v0.3.2 [2021-04-16T10:36:27.191Z] #49 ... [2021-04-16T10:36:27.191Z] [2021-04-16T10:36:27.191Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:36:27.191Z] #45 sha256:48e3890b1ec9b7f2844f2242a64d47e52fc97a0a2beaf78d5c48865100003438 [2021-04-16T10:36:27.191Z] #45 36.49 internal/singleflight [2021-04-16T10:36:27.191Z] #45 36.85 errors [2021-04-16T10:36:27.191Z] #45 36.94 sort [2021-04-16T10:36:27.191Z] #45 37.23 io [2021-04-16T10:36:27.191Z] #45 38.15 strconv [2021-04-16T10:36:27.191Z] #45 38.42 bytes [2021-04-16T10:36:27.191Z] #45 40.76 bufio [2021-04-16T10:36:27.191Z] #45 42.26 reflect [2021-04-16T10:36:27.191Z] #45 43.35 syscall [2021-04-16T10:36:27.191Z] #45 ... [2021-04-16T10:36:27.191Z] [2021-04-16T10:36:27.191Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-04-16T10:36:27.191Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-16T10:36:27.191Z] #42 44.37 Selecting previously unselected package libprotoc17:amd64. [2021-04-16T10:36:27.191Z] #42 44.37 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2021-04-16T10:36:27.191Z] #42 44.38 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2021-04-16T10:36:27.191Z] #42 44.99 Selecting previously unselected package protobuf-c-compiler. [2021-04-16T10:36:27.191Z] #42 45.00 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2021-04-16T10:36:27.191Z] #42 45.02 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-04-16T10:36:27.191Z] #42 45.16 Selecting previously unselected package protobuf-compiler. [2021-04-16T10:36:27.191Z] #42 45.17 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2021-04-16T10:36:27.191Z] #42 45.20 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-04-16T10:36:27.191Z] #42 45.77 Selecting previously unselected package python-pkg-resources. [2021-04-16T10:36:27.191Z] #42 45.78 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-04-16T10:36:27.191Z] #42 45.82 Unpacking python-pkg-resources (40.8.0-1) ... [2021-04-16T10:36:27.191Z] #42 46.08 Selecting previously unselected package python-six. [2021-04-16T10:36:27.191Z] #42 46.08 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-04-16T10:36:27.191Z] #42 46.13 Unpacking python-six (1.12.0-1) ... [2021-04-16T10:36:27.191Z] #42 46.33 Selecting previously unselected package python-protobuf. [2021-04-16T10:36:27.191Z] #42 46.39 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2021-04-16T10:36:27.191Z] #42 46.41 Unpacking python-protobuf (3.6.1.3-2) ... [2021-04-16T10:36:27.191Z] #42 47.55 Setting up python-pkg-resources (40.8.0-1) ... [2021-04-16T10:36:27.191Z] #42 51.36 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-04-16T10:36:27.191Z] #42 51.37 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-04-16T10:36:27.191Z] #42 51.38 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-04-16T10:36:27.191Z] #42 51.39 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-04-16T10:36:27.191Z] #42 51.40 Setting up python-six (1.12.0-1) ... [2021-04-16T10:36:27.754Z] #42 ... [2021-04-16T10:36:27.754Z] [2021-04-16T10:36:27.754Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-16T10:36:27.754Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-16T10:36:27.754Z] #13 47.60 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB] [2021-04-16T10:36:27.754Z] #13 50.40 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-04-16T10:36:27.754Z] #13 50.40 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-04-16T10:36:27.754Z] #13 50.41 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-04-16T10:36:27.754Z] #13 50.42 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-04-16T10:36:27.754Z] #13 50.42 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2021-04-16T10:36:27.754Z] #13 50.44 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB] [2021-04-16T10:36:27.754Z] #13 50.46 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-04-16T10:36:27.754Z] #13 50.50 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-04-16T10:36:27.754Z] #13 50.51 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-04-16T10:36:27.754Z] #13 50.55 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-04-16T10:36:27.754Z] #13 50.57 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-04-16T10:36:27.754Z] #13 50.64 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-04-16T10:36:27.754Z] #13 50.65 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-04-16T10:36:27.754Z] #13 50.67 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB] [2021-04-16T10:36:27.754Z] #13 51.83 debconf: delaying package configuration, since apt-utils is not installed [2021-04-16T10:36:27.754Z] #13 52.05 Fetched 78.2 MB in 9s (8895 kB/s) [2021-04-16T10:36:28.052Z] #13 52.19 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-04-16T10:36:28.052Z] #13 52.27 Preparing to unpack .../libsystemd0_241-7~deb10u7_amd64.deb ... [2021-04-16T10:36:28.052Z] #13 52.28 Unpacking libsystemd0:amd64 (241-7~deb10u7) over (241-7~deb10u4) ... [2021-04-16T10:36:28.112Z] #49 ... [2021-04-16T10:36:28.112Z] [2021-04-16T10:36:28.112Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-04-16T10:36:28.112Z] #36 sha256:79f49bf47c58a6a4ce1054d2344261d05117cb9c833f2854cdb226827e69bd91 [2021-04-16T10:36:28.112Z] #36 36.03 Selecting previously unselected package libicu63:ppc64el. [2021-04-16T10:36:28.112Z] #36 36.07 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2021-04-16T10:36:28.112Z] #36 36.08 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2021-04-16T10:36:28.112Z] #36 43.21 Selecting previously unselected package libxml2:ppc64el. [2021-04-16T10:36:28.112Z] #36 43.22 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_ppc64el.deb ... [2021-04-16T10:36:28.112Z] #36 43.25 Unpacking libxml2:ppc64el (2.9.4+dfsg1-7+deb10u1) ... [2021-04-16T10:36:28.112Z] #36 43.89 Selecting previously unselected package libarchive13:ppc64el. [2021-04-16T10:36:28.112Z] #36 43.92 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_ppc64el.deb ... [2021-04-16T10:36:28.112Z] #36 43.93 Unpacking libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2021-04-16T10:36:28.112Z] #36 44.31 Selecting previously unselected package libjsoncpp1:ppc64el. [2021-04-16T10:36:28.112Z] #36 44.35 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_ppc64el.deb ... [2021-04-16T10:36:28.112Z] #36 44.36 Unpacking libjsoncpp1:ppc64el (1.7.4-3) ... [2021-04-16T10:36:28.112Z] #36 44.53 Selecting previously unselected package librhash0:ppc64el. [2021-04-16T10:36:28.112Z] #36 44.55 Preparing to unpack .../7-librhash0_1.3.8-1_ppc64el.deb ... [2021-04-16T10:36:28.112Z] #36 44.56 Unpacking librhash0:ppc64el (1.3.8-1) ... [2021-04-16T10:36:28.112Z] #36 44.80 Selecting previously unselected package libuv1:ppc64el. [2021-04-16T10:36:28.112Z] #36 44.82 Preparing to unpack .../8-libuv1_1.24.1-1_ppc64el.deb ... [2021-04-16T10:36:28.112Z] #36 44.83 Unpacking libuv1:ppc64el (1.24.1-1) ... [2021-04-16T10:36:28.112Z] #36 45.03 Selecting previously unselected package cmake. [2021-04-16T10:36:28.112Z] #36 45.03 Preparing to unpack .../9-cmake_3.13.4-1_ppc64el.deb ... [2021-04-16T10:36:28.112Z] #36 45.04 Unpacking cmake (3.13.4-1) ... [2021-04-16T10:36:28.353Z] #13 52.71 Setting up libsystemd0:amd64 (241-7~deb10u7) ... [2021-04-16T10:36:28.413Z] #36 ... [2021-04-16T10:36:28.413Z] [2021-04-16T10:36:28.413Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-16T10:36:28.413Z] #13 sha256:5151d703b769bc35b6bada7e872d6f26a661733fd6a91bb6a69d949f095f4d31 [2021-04-16T10:36:28.413Z] #13 45.07 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-04-16T10:36:28.413Z] #13 45.08 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_ppc64el.deb ... [2021-04-16T10:36:28.413Z] #13 45.09 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-04-16T10:36:28.875Z] #13 52.89 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-04-16T10:36:28.875Z] #13 53.00 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ... [2021-04-16T10:36:28.875Z] #13 53.02 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ... [2021-04-16T10:36:28.930Z] #24 ... [2021-04-16T10:36:28.930Z] [2021-04-16T10:36:28.930Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-04-16T10:36:28.930Z] #63 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2021-04-16T10:36:28.930Z] #63 CACHED [2021-04-16T10:36:28.930Z] [2021-04-16T10:36:28.930Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-04-16T10:36:28.930Z] #65 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2021-04-16T10:36:28.930Z] #65 CACHED [2021-04-16T10:36:28.930Z] [2021-04-16T10:36:28.930Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-04-16T10:36:28.930Z] #24 sha256:3a0072bb78fd441ca23534688e284a4c0d07a28dd8b762b69c2a8a15ce4e7211 [2021-04-16T10:36:29.131Z] #13 53.28 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ... [2021-04-16T10:36:29.387Z] #13 53.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.) [2021-04-16T10:36:29.387Z] #13 53.52 Preparing to unpack .../libudev1_241-7~deb10u7_amd64.deb ... [2021-04-16T10:36:29.387Z] #13 53.55 Unpacking libudev1:amd64 (241-7~deb10u7) over (241-7~deb10u4) ... [2021-04-16T10:36:29.644Z] #13 53.77 Setting up libudev1:amd64 (241-7~deb10u7) ... [2021-04-16T10:36:29.644Z] #13 53.95 Selecting previously unselected package binutils-mingw-w64-i686. [2021-04-16T10:36:29.688Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0736ef4bebdbfa331) in /home/ubuntu/workspace/moby_PR-40094 [Pipeline] { [Pipeline] checkout [2021-04-16T10:36:29.792Z] The recommended git tool is: git [2021-04-16T10:36:29.900Z] #13 53.95 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-04-16T10:36:29.900Z] #13 54.02 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-04-16T10:36:29.900Z] #13 54.04 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-04-16T10:36:30.828Z] #13 ... [2021-04-16T10:36:30.828Z] [2021-04-16T10:36:30.828Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-04-16T10:36:30.828Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-16T10:36:30.828Z] #42 55.09 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-04-16T10:36:30.828Z] #42 55.10 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-04-16T10:36:30.828Z] #42 55.16 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-04-16T10:36:30.828Z] #42 55.17 Setting up libcap-dev:amd64 (1:2.25-2) ... [2021-04-16T10:36:30.828Z] #42 55.24 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2021-04-16T10:36:31.085Z] #42 55.25 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-04-16T10:36:31.085Z] #42 55.27 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-04-16T10:36:31.085Z] #42 55.28 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-04-16T10:36:31.085Z] #42 55.29 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-04-16T10:36:31.085Z] #42 55.30 Setting up python-protobuf (3.6.1.3-2) ... [2021-04-16T10:36:31.195Z] #13 48.78 Selecting previously unselected package binutils-mingw-w64. [2021-04-16T10:36:31.195Z] #13 48.80 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-04-16T10:36:31.195Z] #13 48.80 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-04-16T10:36:31.195Z] #13 48.99 Selecting previously unselected package libdevmapper1.02.1:ppc64el. [2021-04-16T10:36:31.195Z] #13 48.99 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2021-04-16T10:36:31.195Z] #13 49.00 Unpacking libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2021-04-16T10:36:31.195Z] #13 49.19 Selecting previously unselected package dmsetup. [2021-04-16T10:36:31.535Z] #13 49.19 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_ppc64el.deb ...#13 ... [2021-04-16T10:36:31.535Z] [2021-04-16T10:36:31.535Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-04-16T10:36:31.535Z] #36 sha256:79f49bf47c58a6a4ce1054d2344261d05117cb9c833f2854cdb226827e69bd91 [2021-04-16T10:36:31.535Z] #36 48.64 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2021-04-16T10:36:31.535Z] #36 48.66 Setting up xxd (2:8.1.0875-5) ... [2021-04-16T10:36:31.535Z] #36 48.66 Setting up libuv1:ppc64el (1.24.1-1) ... [2021-04-16T10:36:31.535Z] #36 48.67 Setting up vim-common (2:8.1.0875-5) ... [2021-04-16T10:36:31.535Z] #36 48.72 Setting up librhash0:ppc64el (1.3.8-1) ... [2021-04-16T10:36:31.535Z] #36 48.74 Setting up cmake-data (3.13.4-1) ... [2021-04-16T10:36:31.535Z] #36 48.75 Setting up libxml2:ppc64el (2.9.4+dfsg1-7+deb10u1) ... [2021-04-16T10:36:31.535Z] #36 48.76 Setting up libjsoncpp1:ppc64el (1.7.4-3) ... [2021-04-16T10:36:31.535Z] #36 48.78 Setting up libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2021-04-16T10:36:31.535Z] #36 48.79 Setting up cmake (3.13.4-1) ... [2021-04-16T10:36:31.535Z] #36 48.80 Processing triggers for libc-bin (2.28-10) ... [2021-04-16T10:36:31.535Z] #36 48.94 Processing triggers for mime-support (3.62) ... [2021-04-16T10:36:31.535Z] #36 DONE 49.2s [2021-04-16T10:36:31.535Z] [2021-04-16T10:36:31.535Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-16T10:36:31.535Z] #13 sha256:5151d703b769bc35b6bada7e872d6f26a661733fd6a91bb6a69d949f095f4d31 [2021-04-16T10:36:31.535Z] #13 49.19 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_ppc64el.deb ... [2021-04-16T10:36:31.535Z] #13 49.19 Unpacking dmsetup (2:1.02.155-3) ... [2021-04-16T10:36:31.535Z] #13 49.40 Selecting previously unselected package mingw-w64-common. [2021-04-16T10:36:31.535Z] #13 49.41 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-04-16T10:36:31.535Z] #13 49.41 Unpacking mingw-w64-common (6.0.0-3) ... [2021-04-16T10:36:31.647Z] #42 ... [2021-04-16T10:36:31.647Z] [2021-04-16T10:36:31.647Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-04-16T10:36:31.647Z] #36 sha256:7c9164a9e09f5957dcd35b85232a0e2c2e1eefe9590c9cc61db30a2968787259 [2021-04-16T10:36:31.647Z] #36 45.94 Selecting previously unselected package libicu63:amd64. [2021-04-16T10:36:31.647Z] #36 45.96 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-04-16T10:36:31.647Z] #36 45.98 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-04-16T10:36:31.647Z] #36 53.60 Selecting previously unselected package libxml2:amd64. [2021-04-16T10:36:31.647Z] #36 53.63 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2021-04-16T10:36:31.647Z] #36 53.65 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-04-16T10:36:31.647Z] #36 54.17 Selecting previously unselected package libarchive13:amd64. [2021-04-16T10:36:31.647Z] #36 54.19 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-04-16T10:36:31.647Z] #36 54.20 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-04-16T10:36:31.647Z] #36 54.56 Selecting previously unselected package libjsoncpp1:amd64. [2021-04-16T10:36:31.647Z] #36 54.59 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-04-16T10:36:31.647Z] #36 54.59 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-04-16T10:36:31.647Z] #36 54.75 Selecting previously unselected package librhash0:amd64. [2021-04-16T10:36:31.647Z] #36 54.77 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-04-16T10:36:31.647Z] #36 54.77 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-04-16T10:36:31.647Z] #36 54.95 Selecting previously unselected package libuv1:amd64. [2021-04-16T10:36:31.647Z] #36 54.95 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-04-16T10:36:31.647Z] #36 54.96 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-04-16T10:36:31.647Z] #36 55.15 Selecting previously unselected package cmake. [2021-04-16T10:36:31.647Z] #36 55.15 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-04-16T10:36:31.647Z] #36 55.16 Unpacking cmake (3.13.4-1) ... [2021-04-16T10:36:31.949Z] #36 ... [2021-04-16T10:36:31.949Z] [2021-04-16T10:36:31.949Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-16T10:36:31.949Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-16T10:36:31.949Z] #13 56.25 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-04-16T10:36:31.949Z] #13 56.27 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-04-16T10:36:31.949Z] #13 56.28 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-04-16T10:36:32.315Z] using credential docker-jenkins-github-credentials [2021-04-16T10:36:32.324Z] Cloning the remote Git repository [2021-04-16T10:36:32.324Z] Cloning with configured refspecs honoured and without tags [2021-04-16T10:36:32.588Z] #13 ... [2021-04-16T10:36:32.588Z] [2021-04-16T10:36:32.588Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-04-16T10:36:32.588Z] #67 sha256:5983f2368e865d4149b12993d71f8ba59db471b1df42eef83b4a0262584953e1 [2021-04-16T10:36:32.588Z] #67 DONE 46.4s [2021-04-16T10:36:32.885Z] [2021-04-16T10:36:32.885Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-04-16T10:36:32.885Z] #37 sha256:562410a1d78c03f72173c2d39f9e5f02e61399b3c490a7f657f361749d7a0422 [2021-04-16T10:36:32.885Z] #37 0.423 + RM_GOPATH=0 [2021-04-16T10:36:32.885Z] #37 0.424 + TMP_GOPATH= [2021-04-16T10:36:32.885Z] #37 0.425 + : /build [2021-04-16T10:36:32.885Z] #37 0.426 + '[' -z '' ']' [2021-04-16T10:36:32.885Z] #37 0.427 ++ mktemp -d [2021-04-16T10:36:32.885Z] #37 0.432 + GOPATH=/tmp/tmp.CWTvrcqAga [2021-04-16T10:36:32.885Z] #37 0.433 + export GOPATH [2021-04-16T10:36:32.885Z] #37 0.433 + RM_GOPATH=1 [2021-04-16T10:36:32.885Z] #37 0.434 + case "$(go env GOARCH)" in [2021-04-16T10:36:32.885Z] #37 0.437 ++ go env GOARCH [2021-04-16T10:36:32.885Z] #37 0.456 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:36:32.885Z] #37 0.457 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:36:32.885Z] #37 0.459 ++ dirname /tmp/install/install.sh [2021-04-16T10:36:32.885Z] #37 0.469 + dir=/tmp/install [2021-04-16T10:36:32.885Z] #37 0.473 + bin=tini [2021-04-16T10:36:32.885Z] #37 0.474 + shift [2021-04-16T10:36:32.885Z] #37 0.475 + '[' '!' -f /tmp/install/tini.installer ']' [2021-04-16T10:36:32.885Z] #37 0.481 + . /tmp/install/tini.installer [2021-04-16T10:36:32.885Z] #37 0.482 ++ set -e [2021-04-16T10:36:32.885Z] #37 0.483 + install_tini [2021-04-16T10:36:32.885Z] #37 0.484 + : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-04-16T10:36:32.885Z] #37 0.484 + : /build [2021-04-16T10:36:32.885Z] #37 0.489 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-04-16T10:36:32.885Z] #37 0.490 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-04-16T10:36:32.885Z] #37 0.490 + git clone https://github.com/krallin/tini.git /tmp/tmp.CWTvrcqAga/tini [2021-04-16T10:36:32.885Z] #37 0.498 Cloning into '/tmp/tmp.CWTvrcqAga/tini'... [2021-04-16T10:36:32.343Z] Cloning repository https://github.com/moby/moby.git [2021-04-16T10:36:32.398Z] > git init /home/ubuntu/workspace/moby_PR-40094 # timeout=10 [2021-04-16T10:36:32.662Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-16T10:36:32.663Z] > git --version # timeout=10 [2021-04-16T10:36:32.701Z] > git --version # 'git version 2.25.1' [2021-04-16T10:36:32.701Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-16T10:36:32.736Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/40094/head:refs/remotes/origin/PR-40094 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-16T10:36:33.531Z] #37 1.922 + cd /tmp/tmp.CWTvrcqAga/tini [2021-04-16T10:36:33.531Z] #37 1.923 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-04-16T10:36:33.531Z] #37 1.966 + cmake . [2021-04-16T10:36:34.180Z] #37 2.805 -- The C compiler identification is GNU 8.3.0 [2021-04-16T10:36:34.503Z] #37 2.903 -- Check for working C compiler: /usr/bin/cc [2021-04-16T10:36:35.154Z] #37 3.650 -- Check for working C compiler: /usr/bin/cc -- works [2021-04-16T10:36:35.154Z] #37 3.659 -- Detecting C compiler ABI info [2021-04-16T10:36:35.219Z] #13 ... [2021-04-16T10:36:35.219Z] [2021-04-16T10:36:35.219Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-16T10:36:35.219Z] #51 sha256:977ddd2fd4eeeabc38522ca19723d9052cf8de0a1c2effa3553fe7a00309a118 [2021-04-16T10:36:35.219Z] #51 44.10 syscall [2021-04-16T10:36:35.219Z] #51 44.12 reflect [2021-04-16T10:36:35.219Z] #51 51.36 time [2021-04-16T10:36:35.219Z] #51 ... [2021-04-16T10:36:35.219Z] [2021-04-16T10:36:35.219Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-04-16T10:36:35.219Z] #36 sha256:7c9164a9e09f5957dcd35b85232a0e2c2e1eefe9590c9cc61db30a2968787259 [2021-04-16T10:36:35.219Z] #36 58.00 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-04-16T10:36:35.219Z] #36 58.03 Setting up xxd (2:8.1.0875-5) ... [2021-04-16T10:36:35.219Z] #36 58.05 Setting up libuv1:amd64 (1.24.1-1) ... [2021-04-16T10:36:35.219Z] #36 58.06 Setting up vim-common (2:8.1.0875-5) ... [2021-04-16T10:36:35.219Z] #36 58.12 Setting up librhash0:amd64 (1.3.8-1) ... [2021-04-16T10:36:35.219Z] #36 58.13 Setting up cmake-data (3.13.4-1) ... [2021-04-16T10:36:35.219Z] #36 58.15 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-04-16T10:36:35.219Z] #36 58.16 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-04-16T10:36:35.219Z] #36 58.17 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-04-16T10:36:35.219Z] #36 58.19 Setting up cmake (3.13.4-1) ... [2021-04-16T10:36:35.219Z] #36 58.22 Processing triggers for libc-bin (2.28-10) ... [2021-04-16T10:36:35.219Z] #36 58.33 Processing triggers for mime-support (3.62) ... [2021-04-16T10:36:35.781Z] #36 DONE 59.9s [2021-04-16T10:36:35.781Z] [2021-04-16T10:36:35.781Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-16T10:36:35.781Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-16T10:36:35.781Z] #13 59.59 Selecting previously unselected package binutils-mingw-w64. [2021-04-16T10:36:35.781Z] #13 59.60 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-04-16T10:36:35.781Z] #13 59.62 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-04-16T10:36:35.781Z] #13 59.88 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-04-16T10:36:35.781Z] #13 59.88 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-04-16T10:36:35.781Z] #13 59.89 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-04-16T10:36:36.038Z] #13 60.17 Selecting previously unselected package dmsetup. [2021-04-16T10:36:36.038Z] #13 60.18 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-04-16T10:36:36.038Z] #13 60.20 Unpacking dmsetup (2:1.02.155-3) ... [2021-04-16T10:36:36.221Z] #37 4.479 -- Detecting C compiler ABI info - done [2021-04-16T10:36:36.221Z] #37 4.532 -- Detecting C compile features [2021-04-16T10:36:36.294Z] #13 60.52 Selecting previously unselected package mingw-w64-common. [2021-04-16T10:36:36.294Z] #13 60.55 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-04-16T10:36:36.294Z] #13 60.56 Unpacking mingw-w64-common (6.0.0-3) ... [2021-04-16T10:36:36.294Z] #13 ... [2021-04-16T10:36:36.294Z] [2021-04-16T10:36:36.294Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-04-16T10:36:36.294Z] #47 sha256:17a1115d5b50779a2e482e38a84cb798d812c3881d2f3e2d95299ccb61587907 [2021-04-16T10:36:36.294Z] #47 DONE 55.6s [2021-04-16T10:36:36.551Z] [2021-04-16T10:36:36.551Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-04-16T10:36:36.551Z] #37 sha256:174549ba637ae3bb170687a99e8e66e3244b6081e2fe8b00a4ff4cc77375cee5 [2021-04-16T10:36:37.117Z] #37 1.641 + RM_GOPATH=0 [2021-04-16T10:36:37.117Z] #37 1.641 + TMP_GOPATH= [2021-04-16T10:36:37.285Z] #37 ... [2021-04-16T10:36:37.285Z] [2021-04-16T10:36:37.285Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-16T10:36:37.285Z] #49 sha256:e028295ca16d674709ac4a9a241f4b9e163cc794cf831a250ad771e52d5ece85 [2021-04-16T10:36:37.285Z] #49 47.22 go: finding github.com/fatih/color v1.7.0 [2021-04-16T10:36:37.285Z] #49 47.45 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-04-16T10:36:37.285Z] #49 47.45 go: finding github.com/mattn/go-colorable v0.1.4 [2021-04-16T10:36:37.285Z] #49 47.50 go: finding github.com/mattn/go-isatty v0.0.8 [2021-04-16T10:36:37.285Z] #49 47.61 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-04-16T10:36:37.285Z] #49 47.62 go: finding github.com/pkg/errors v0.8.1 [2021-04-16T10:36:37.285Z] #49 47.66 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-04-16T10:36:37.285Z] #49 47.68 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-04-16T10:36:37.285Z] #49 47.74 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-04-16T10:36:37.285Z] #49 47.83 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-04-16T10:36:37.285Z] #49 47.85 go: finding github.com/go-critic/go-critic v0.4.1 [2021-04-16T10:36:37.285Z] #49 48.01 go: finding github.com/stretchr/testify v1.4.0 [2021-04-16T10:36:37.285Z] #49 48.01 go: finding github.com/spf13/viper v1.6.1 [2021-04-16T10:36:37.285Z] #49 48.02 go: finding github.com/sirupsen/logrus v1.4.2 [2021-04-16T10:36:37.285Z] #49 48.07 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-04-16T10:36:37.285Z] #49 48.15 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-04-16T10:36:37.285Z] #49 48.16 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-04-16T10:36:37.285Z] #49 48.16 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-04-16T10:36:37.285Z] #49 48.17 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-04-16T10:36:37.285Z] #49 48.17 go: finding github.com/davecgh/go-spew v1.1.1 [2021-04-16T10:36:37.285Z] #49 48.26 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-04-16T10:36:37.285Z] #49 48.26 go: finding github.com/gobwas/glob v0.2.3 [2021-04-16T10:36:37.285Z] #49 48.26 go: finding github.com/spf13/cobra v0.0.5 [2021-04-16T10:36:37.285Z] #49 48.27 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-04-16T10:36:37.285Z] #49 48.29 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-04-16T10:36:37.285Z] #49 48.35 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-04-16T10:36:37.285Z] #49 48.35 go: finding github.com/spf13/pflag v1.0.5 [2021-04-16T10:36:37.285Z] #49 48.37 go: finding github.com/stretchr/objx v0.2.0 [2021-04-16T10:36:37.285Z] #49 48.38 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-04-16T10:36:37.285Z] #49 48.45 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-04-16T10:36:37.285Z] #49 48.45 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-04-16T10:36:37.285Z] #49 48.47 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-04-16T10:36:37.285Z] #49 48.50 go: finding github.com/hashicorp/hcl v1.0.0 [2021-04-16T10:36:37.285Z] #49 48.52 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-04-16T10:36:37.285Z] #49 48.57 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-04-16T10:36:37.285Z] #49 48.62 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-04-16T10:36:37.285Z] #49 48.63 go: finding github.com/magiconair/properties v1.8.1 [2021-04-16T10:36:37.285Z] #49 48.65 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-04-16T10:36:37.285Z] #49 48.72 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-04-16T10:36:37.285Z] #49 48.72 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-04-16T10:36:37.285Z] #49 48.75 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-04-16T10:36:37.285Z] #49 48.83 go: finding github.com/pelletier/go-toml v1.2.0 [2021-04-16T10:36:37.285Z] #49 48.91 go: finding github.com/spf13/afero v1.1.2 [2021-04-16T10:36:37.285Z] #49 48.92 go: finding github.com/spf13/cast v1.3.0 [2021-04-16T10:36:37.285Z] #49 48.97 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-04-16T10:36:37.285Z] #49 49.10 go: finding github.com/subosito/gotenv v1.2.0 [2021-04-16T10:36:37.285Z] #49 49.18 go: finding gopkg.in/ini.v1 v1.51.0 [2021-04-16T10:36:37.285Z] #49 49.26 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-04-16T10:36:37.285Z] #49 49.32 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-04-16T10:36:37.285Z] #49 49.33 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-04-16T10:36:37.285Z] #49 49.33 go: finding golang.org/x/text v0.3.2 [2021-04-16T10:36:37.285Z] #49 49.45 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-04-16T10:36:37.285Z] #49 49.45 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-04-16T10:36:37.285Z] #49 49.45 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-04-16T10:36:37.285Z] #49 49.47 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-04-16T10:36:37.285Z] #49 49.54 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-04-16T10:36:37.285Z] #49 49.54 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-04-16T10:36:37.285Z] #49 49.58 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-04-16T10:36:37.285Z] #49 49.61 go: finding github.com/kisielk/gotool v1.0.0 [2021-04-16T10:36:37.285Z] #49 49.65 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-04-16T10:36:37.285Z] #49 49.69 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-04-16T10:36:37.285Z] #49 49.72 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-04-16T10:36:37.285Z] #49 49.76 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-04-16T10:36:37.285Z] #49 49.77 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-04-16T10:36:37.285Z] #49 49.82 go: finding github.com/ultraware/funlen v0.0.2 [2021-04-16T10:36:37.285Z] #49 49.86 go: finding github.com/ultraware/whitespace v0.0.4 [2021-04-16T10:36:37.285Z] #49 49.93 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-04-16T10:36:37.285Z] #49 50.00 go: finding github.com/uudashr/gocognit v1.0.1 [2021-04-16T10:36:37.285Z] #49 50.03 go: finding github.com/gogo/protobuf v1.2.1 [2021-04-16T10:36:37.285Z] #49 50.19 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-04-16T10:36:37.285Z] #49 50.28 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-04-16T10:36:37.285Z] #49 50.31 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-04-16T10:36:37.285Z] #49 50.38 go: finding github.com/BurntSushi/toml v0.3.1 [2021-04-16T10:36:37.285Z] #49 50.45 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-04-16T10:36:37.374Z] #37 1.641 + : /build [2021-04-16T10:36:37.374Z] #37 1.641 + '[' -z '' ']' [2021-04-16T10:36:37.374Z] #37 1.641 ++ mktemp -d [2021-04-16T10:36:37.374Z] #37 1.643 + GOPATH=/tmp/tmp.OhSi5QD3su [2021-04-16T10:36:37.374Z] #37 1.643 + export GOPATH [2021-04-16T10:36:37.374Z] #37 1.643 + RM_GOPATH=1 [2021-04-16T10:36:37.374Z] #37 1.643 + case "$(go env GOARCH)" in [2021-04-16T10:36:37.374Z] #37 1.649 ++ go env GOARCH [2021-04-16T10:36:37.374Z] #37 1.704 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:36:37.374Z] #37 1.704 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:36:37.374Z] #37 1.704 ++ dirname /tmp/install/install.sh [2021-04-16T10:36:37.374Z] #37 1.711 + dir=/tmp/install [2021-04-16T10:36:37.374Z] #37 1.711 + bin=tini [2021-04-16T10:36:37.374Z] #37 1.711 + shift [2021-04-16T10:36:37.374Z] #37 1.711 + '[' '!' -f /tmp/install/tini.installer ']' [2021-04-16T10:36:37.374Z] #37 1.711 + . /tmp/install/tini.installer [2021-04-16T10:36:37.374Z] #37 1.712 ++ set -e [2021-04-16T10:36:37.374Z] #37 1.740 + install_tini [2021-04-16T10:36:37.374Z] #37 1.740 + : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-04-16T10:36:37.374Z] #37 1.740 + : /build [2021-04-16T10:36:37.374Z] #37 1.740 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-04-16T10:36:37.374Z] #37 1.740 + git clone https://github.com/krallin/tini.git /tmp/tmp.OhSi5QD3su/tini [2021-04-16T10:36:37.374Z] #37 1.743 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-04-16T10:36:37.374Z] #37 1.754 Cloning into '/tmp/tmp.OhSi5QD3su/tini'... [2021-04-16T10:36:37.861Z] using credential docker-jenkins-github-credentials [2021-04-16T10:36:37.936Z] Cloning the remote Git repository [2021-04-16T10:36:37.936Z] Cloning with configured refspecs honoured and without tags [2021-04-16T10:36:38.306Z] #37 2.695 + cd /tmp/tmp.OhSi5QD3su/tini [2021-04-16T10:36:38.306Z] #37 2.695 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-04-16T10:36:38.306Z] #37 ... [2021-04-16T10:36:38.306Z] [2021-04-16T10:36:38.306Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-04-16T10:36:38.306Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-16T10:36:38.306Z] #42 62.30 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2021-04-16T10:36:38.306Z] #42 62.33 Processing triggers for libc-bin (2.28-10) ... [2021-04-16T10:36:38.306Z] #42 DONE 62.6s [2021-04-16T10:36:38.306Z] [2021-04-16T10:36:38.306Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-04-16T10:36:38.306Z] #37 sha256:174549ba637ae3bb170687a99e8e66e3244b6081e2fe8b00a4ff4cc77375cee5 [2021-04-16T10:36:38.306Z] #37 2.730 + cmake . [2021-04-16T10:36:38.859Z] #49 ... [2021-04-16T10:36:38.859Z] [2021-04-16T10:36:38.859Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-04-16T10:36:38.859Z] #42 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-04-16T10:36:38.859Z] #42 48.78 Setting up zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2021-04-16T10:36:38.859Z] #42 48.79 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2021-04-16T10:36:38.859Z] #42 48.80 Setting up libprotobuf17:ppc64el (3.6.1.3-2) ... [2021-04-16T10:36:38.859Z] #42 48.82 Setting up libcap-dev:ppc64el (1:2.25-2) ... [2021-04-16T10:36:38.859Z] #42 48.82 Setting up libprotoc17:ppc64el (3.6.1.3-2) ... [2021-04-16T10:36:38.859Z] #42 48.83 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-04-16T10:36:38.859Z] #42 48.83 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-04-16T10:36:38.859Z] #42 48.84 Setting up libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2021-04-16T10:36:38.859Z] #42 48.85 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-04-16T10:36:38.859Z] #42 48.87 Setting up python-protobuf (3.6.1.3-2) ... [2021-04-16T10:36:38.859Z] #42 56.34 Setting up libnl-3-dev:ppc64el (3.4.0-1) ... [2021-04-16T10:36:38.859Z] #42 56.35 Processing triggers for libc-bin (2.28-10) ... [2021-04-16T10:36:38.859Z] #42 DONE 56.6s [2021-04-16T10:36:38.859Z] [2021-04-16T10:36:38.859Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:36:38.859Z] #43 sha256:18971e2e33c6fe61fe2c3fccfe7f030f63f1953e93d060584dabe4c8520753d2 [2021-04-16T10:36:39.278Z] #37 3.583 -- The C compiler identification is GNU 8.3.0 [2021-04-16T10:36:39.278Z] #37 3.639 -- Check for working C compiler: /usr/bin/cc [2021-04-16T10:36:39.518Z] #43 ... [2021-04-16T10:36:39.518Z] [2021-04-16T10:36:39.518Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:36:39.518Z] #45 sha256:361f9151b9374e8bf32e43f72eb60276634412167f47c2d39151afba75fbd393 [2021-04-16T10:36:39.518Z] #45 43.18 vendor/golang.org/x/net/dns/dnsmessage [2021-04-16T10:36:39.518Z] #45 44.63 bytes [2021-04-16T10:36:39.518Z] #45 52.46 bufio [2021-04-16T10:36:39.518Z] #45 ... [2021-04-16T10:36:39.518Z] [2021-04-16T10:36:39.518Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-04-16T10:36:39.518Z] #32 sha256:ba59694c74ae35466e9aac70d02cc54f7d6e23f684c9a35cfebae8ddb1b44030 [2021-04-16T10:36:39.518Z] #32 53.64 Checking out files: 86% (1314/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2021-04-16T10:36:39.518Z] #32 54.09 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-04-16T10:36:39.518Z] #32 54.30 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-04-16T10:36:39.603Z] #57 68.65 + bin/containerd-stress [2021-04-16T10:36:39.840Z] #37 4.175 -- Check for working C compiler: /usr/bin/cc -- works [2021-04-16T10:36:39.840Z] #37 4.193 -- Detecting C compiler ABI info [2021-04-16T10:36:38.126Z] Cloning repository https://github.com/moby/moby.git [2021-04-16T10:36:38.539Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2021-04-16T10:36:39.565Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-16T10:36:39.565Z] > git --version # timeout=10 [2021-04-16T10:36:39.609Z] > git --version # 'git version 2.24.1.windows.2' [2021-04-16T10:36:39.609Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-16T10:36:39.612Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/40094/head:refs/remotes/origin/PR-40094 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-16T10:36:40.445Z] #37 4.917 -- Detecting C compiler ABI info - done [2021-04-16T10:36:40.445Z] #37 4.975 -- Detecting C compile features [2021-04-16T10:36:40.631Z] #57 69.97 + bin/containerd-shim [2021-04-16T10:36:41.389Z] #37 ... [2021-04-16T10:36:41.389Z] [2021-04-16T10:36:41.389Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:36:41.389Z] #45 sha256:48e3890b1ec9b7f2844f2242a64d47e52fc97a0a2beaf78d5c48865100003438 [2021-04-16T10:36:41.389Z] #45 50.71 time [2021-04-16T10:36:41.389Z] #45 56.02 internal/fmtsort [2021-04-16T10:36:41.389Z] #45 56.45 internal/poll [2021-04-16T10:36:41.389Z] #45 57.28 internal/syscall/execenv [2021-04-16T10:36:41.389Z] #45 57.46 internal/syscall/unix [2021-04-16T10:36:41.389Z] #45 57.93 strings [2021-04-16T10:36:41.389Z] #45 59.34 os [2021-04-16T10:36:41.672Z] #45 ... [2021-04-16T10:36:41.672Z] [2021-04-16T10:36:41.672Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:36:41.672Z] #43 sha256:634da649664dd1653459ec5ff55fe2816455cb64254406f6f3ff10f2bc6f3259 [2021-04-16T10:36:41.672Z] #43 2.178 Note: Building without setproctitle() and strlcpy() support. [2021-04-16T10:36:41.672Z] #43 2.179 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-04-16T10:36:41.672Z] #43 2.188 Note: Building without GnuTLS support [2021-04-16T10:36:41.672Z] #43 2.203 Makefile.config:39: Warn: you have no libnftables installed [2021-04-16T10:36:41.672Z] #43 2.203 Makefile.config:40: Warn: Building without nftables support [2021-04-16T10:36:41.987Z] #24 55.41 Checking out files: 37% (4243/11217) Checking out files: 38% (4263/11217) Checking out files: 39% (4375/11217) Checking out files: 40% (4487/11217) Checking out files: 41% (4599/11217) Checking out files: 42% (4712/11217) Checking out files: 43% (4824/11217) Checking out files: 44% (4936/11217) Checking out files: 45% (5048/11217) Checking out files: 46% (5160/11217) Checking out files: 47% (5272/11217) Checking out files: 48% (5385/11217) Checking out files: 49% (5497/11217) Checking out files: 50% (5609/11217) Checking out files: 51% (5721/11217) Checking out files: 52% (5833/11217) Checking out files: 53% (5946/11217) Checking out files: 54% (6058/11217) Checking out files: 55% (6170/11217) Checking out files: 56% (6282/11217) Checking out files: 57% (6394/11217) Checking out files: 58% (6506/11217) Checking out files: 59% (6619/11217) Checking out files: 60% (6731/11217) Checking out files: 61% (6843/11217) Checking out files: 62% (6955/11217) Checking out files: 63% (7067/11217) Checking out files: 64% (7179/11217) Checking out files: 65% (7292/11217) Checking out files: 66% (7404/11217) Checking out files: 67% (7516/11217) Checking out files: 68% (7628/11217) Checking out files: 69% (7740/11217) Checking out files: 70% (7852/11217) Checking out files: 71% (7965/11217) Checking out files: 72% (8077/11217) Checking out files: 73% (8189/11217) Checking out files: 74% (8301/11217) Checking out files: 75% (8413/11217) Checking out files: 76% (8525/11217) Checking out files: 77% (8638/11217) Checking out files: 77% (8640/11217) Checking out files: 78% (8750/11217) Checking out files: 79% (8862/11217) Checking out files: 80% (8974/11217) Checking out files: 81% (9086/11217) Checking out files: 82% (9198/11217) Checking out files: 83% (9311/11217) Checking out files: 84% (9423/11217) Checking out files: 85% (9535/11217) Checking out files: 86% (9647/11217) Checking out files: 87% (9759/11217) Checking out files: 88% (9871/11217) Checking out files: 89% (9984/11217) Checking out files: 90% (10096/11217) Checking out files: 91% (10208/11217) Checking out files: 92% (10320/11217) Checking out files: 93% (10432/11217) Checking out files: 94% (10544/11217) Checking out files: 95% (10657/11217) Checking out files: 96% (10769/11217) Checking out files: 97% (10881/11217) Checking out files: 98% (10993/11217) Checking out files: 99% (11105/11217) Checking out files: 100% (11217/11217) Checking out files: 100% (11217/11217), done. [2021-04-16T10:36:41.987Z] #24 57.08 + cd /tmp/tmp.5dCg2WnISg/tmp/docker-ce [2021-04-16T10:36:41.987Z] #24 57.09 + git checkout -q v17.06.2-ce [2021-04-16T10:36:42.305Z] #32 ... [2021-04-16T10:36:42.305Z] [2021-04-16T10:36:42.305Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-04-16T10:36:42.305Z] #37 sha256:562410a1d78c03f72173c2d39f9e5f02e61399b3c490a7f657f361749d7a0422 [2021-04-16T10:36:42.305Z] #37 6.511 -- Detecting C compile features - done [2021-04-16T10:36:42.305Z] #37 6.558 -- Performing Test HAS_BUILTIN_FORTIFY [2021-04-16T10:36:42.305Z] #37 6.806 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-04-16T10:36:42.305Z] #37 6.967 -- Configuring done [2021-04-16T10:36:42.305Z] #37 6.991 -- Generating done [2021-04-16T10:36:42.305Z] #37 7.000 -- Build files have been written to: /tmp/tmp.CWTvrcqAga/tini [2021-04-16T10:36:42.305Z] #37 7.011 + make tini-static [2021-04-16T10:36:42.305Z] #37 7.344 Scanning dependencies of target tini-static [2021-04-16T10:36:42.305Z] #37 7.457 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-04-16T10:36:42.305Z] #37 9.789 [100%] Linking C executable tini-static [2021-04-16T10:36:42.305Z] #37 10.52 [100%] Built target tini-static [2021-04-16T10:36:42.305Z] #37 10.60 + mkdir -p /build [2021-04-16T10:36:42.305Z] #37 10.60 + cp tini-static /build/docker-init [2021-04-16T10:36:42.305Z] #37 DONE 10.7s [2021-04-16T10:36:42.305Z] [2021-04-16T10:36:42.305Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:36:42.305Z] #43 sha256:18971e2e33c6fe61fe2c3fccfe7f030f63f1953e93d060584dabe4c8520753d2 [2021-04-16T10:36:42.305Z] #43 1.606 Note: Building without setproctitle() and strlcpy() support. [2021-04-16T10:36:42.305Z] #43 1.626 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-04-16T10:36:42.305Z] #43 1.644 Note: Building without GnuTLS support [2021-04-16T10:36:42.305Z] #43 1.657 Makefile.config:39: Warn: you have no libnftables installed [2021-04-16T10:36:42.305Z] #43 1.659 Makefile.config:40: Warn: Building without nftables support [2021-04-16T10:36:42.305Z] #43 3.296 fatal: not a git repository (or any of the parent directories): .git [2021-04-16T10:36:42.305Z] #43 3.335 GEN .gitid [2021-04-16T10:36:42.305Z] #43 3.366 GEN criu/include/version.h [2021-04-16T10:36:42.305Z] #43 3.454 GEN include/common/asm [2021-04-16T10:36:43.097Z] #43 4.412 fatal: not a git repository (or any of the parent directories): .git [2021-04-16T10:36:43.097Z] #43 4.475 GEN .gitid [2021-04-16T10:36:43.097Z] #43 4.533 GEN criu/include/version.h [2021-04-16T10:36:43.097Z] #43 4.588 GEN include/common/asm [2021-04-16T10:36:44.434Z] #43 5.413 PBCC images/timens.pb-c.c [2021-04-16T10:36:44.434Z] #43 5.455 DEP images/timens.pb-c.d [2021-04-16T10:36:44.434Z] #43 5.504 PBCC images/fown.pb-c.c [2021-04-16T10:36:44.434Z] #43 5.523 PBCC images/google/protobuf/descriptor.pb-c.c [2021-04-16T10:36:44.434Z] #43 5.634 PBCC images/opts.pb-c.c [2021-04-16T10:36:44.434Z] #43 5.744 PBCC images/memfd.pb-c.c [2021-04-16T10:36:44.466Z] #43 ... [2021-04-16T10:36:44.466Z] [2021-04-16T10:36:44.466Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-04-16T10:36:44.466Z] #37 sha256:174549ba637ae3bb170687a99e8e66e3244b6081e2fe8b00a4ff4cc77375cee5 [2021-04-16T10:36:44.466Z] #37 7.162 -- Detecting C compile features - done [2021-04-16T10:36:44.466Z] #37 7.228 -- Performing Test HAS_BUILTIN_FORTIFY [2021-04-16T10:36:44.466Z] #37 7.484 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-04-16T10:36:44.466Z] #37 7.601 -- Configuring done [2021-04-16T10:36:44.466Z] #37 7.625 -- Generating done [2021-04-16T10:36:44.466Z] #37 7.627 -- Build files have been written to: /tmp/tmp.OhSi5QD3su/tini [2021-04-16T10:36:44.466Z] #37 7.643 + make tini-static [2021-04-16T10:36:44.466Z] #37 7.947 Scanning dependencies of target tini-static [2021-04-16T10:36:44.466Z] #37 8.102 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-04-16T10:36:44.547Z] #24 59.31 + mkdir -p /tmp/tmp.5dCg2WnISg/src/github.com/docker [2021-04-16T10:36:44.547Z] #24 59.32 + mv components/cli /tmp/tmp.5dCg2WnISg/src/github.com/docker/cli [2021-04-16T10:36:44.547Z] #24 59.32 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2021-04-16T10:36:44.733Z] #43 5.840 DEP images/fown.pb-c.d [2021-04-16T10:36:44.733Z] #43 5.914 DEP images/google/protobuf/descriptor.pb-c.d [2021-04-16T10:36:44.733Z] #43 5.960 DEP images/opts.pb-c.d [2021-04-16T10:36:44.733Z] #43 6.006 DEP images/memfd.pb-c.d [2021-04-16T10:36:44.733Z] #43 6.076 PBCC images/sit.pb-c.c [2021-04-16T10:36:44.733Z] #43 6.128 DEP images/sit.pb-c.d [2021-04-16T10:36:45.029Z] #37 9.433 [100%] Linking C executable tini-static [2021-04-16T10:36:45.032Z] #43 6.178 PBCC images/macvlan.pb-c.c [2021-04-16T10:36:45.032Z] #43 6.204 DEP images/macvlan.pb-c.d [2021-04-16T10:36:45.032Z] #43 6.242 PBCC images/autofs.pb-c.c [2021-04-16T10:36:45.032Z] #43 6.252 DEP images/autofs.pb-c.d [2021-04-16T10:36:45.032Z] #43 6.299 PBCC images/sysctl.pb-c.c [2021-04-16T10:36:45.032Z] #43 6.324 DEP images/sysctl.pb-c.d [2021-04-16T10:36:45.032Z] #43 6.372 PBCC images/time.pb-c.c [2021-04-16T10:36:45.064Z] #57 74.24 + bin/containerd-shim-runc-v1 [2021-04-16T10:36:45.333Z] #43 6.388 DEP images/time.pb-c.d [2021-04-16T10:36:45.333Z] #43 6.444 PBCC images/binfmt-misc.pb-c.c [2021-04-16T10:36:45.333Z] #43 6.487 DEP images/binfmt-misc.pb-c.d [2021-04-16T10:36:45.333Z] #43 6.522 PBCC images/seccomp.pb-c.c [2021-04-16T10:36:45.333Z] #43 6.544 DEP images/seccomp.pb-c.d [2021-04-16T10:36:45.333Z] #43 6.610 PBCC images/userns.pb-c.c [2021-04-16T10:36:45.592Z] #37 9.960 [100%] Built target tini-static [2021-04-16T10:36:45.592Z] #37 10.02 + mkdir -p /build [2021-04-16T10:36:45.592Z] #37 10.02 + cp tini-static /build/docker-init [2021-04-16T10:36:45.631Z] #43 6.630 DEP images/userns.pb-c.d [2021-04-16T10:36:45.631Z] #43 6.704 PBCC images/cgroup.pb-c.c [2021-04-16T10:36:45.631Z] #43 6.729 DEP images/cgroup.pb-c.d [2021-04-16T10:36:45.631Z] #43 6.807 PBCC images/ext-file.pb-c.c [2021-04-16T10:36:45.631Z] #43 6.838 DEP images/ext-file.pb-c.d [2021-04-16T10:36:45.631Z] #43 6.927 PBCC images/rpc.pb-c.c [2021-04-16T10:36:45.930Z] #43 6.997 DEP images/rpc.pb-c.d [2021-04-16T10:36:45.930Z] #43 7.081 PBCC images/siginfo.pb-c.c [2021-04-16T10:36:45.930Z] #43 7.100 DEP images/siginfo.pb-c.d [2021-04-16T10:36:45.930Z] #43 7.127 PBCC images/pagemap.pb-c.c [2021-04-16T10:36:45.930Z] #43 7.196 DEP images/pagemap.pb-c.d [2021-04-16T10:36:45.930Z] #43 7.238 PBCC images/rlimit.pb-c.c [2021-04-16T10:36:46.081Z] #49 80.69 + /build/golangci-lint --version [2021-04-16T10:36:46.081Z] #49 80.83 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-04-16T10:36:46.081Z] #49 DONE 81.2s [2021-04-16T10:36:46.081Z] [2021-04-16T10:36:46.081Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-16T10:36:46.081Z] #56 sha256:de166c69133a94241271d4c11ba725ce2c22b4c80df69b9b5e32c49d4b27ca4b [2021-04-16T10:36:46.081Z] #56 81.79 + bin/containerd [2021-04-16T10:36:46.081Z] #56 ... [2021-04-16T10:36:46.081Z] [2021-04-16T10:36:46.081Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-04-16T10:36:46.081Z] #50 sha256:b76fcf1be7e474bb8e94ab1b79000f7eb49f5a837e25ccd5bf747bf2e584b01c [2021-04-16T10:36:46.081Z] #50 DONE 0.1s [2021-04-16T10:36:46.081Z] [2021-04-16T10:36:46.081Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-04-16T10:36:46.081Z] #52 sha256:1232894b82f8cb636d70dfc945ab3edd1a2388c3a489378a5bf79932d3ff29b2 [2021-04-16T10:36:46.081Z] #52 DONE 0.1s [2021-04-16T10:36:46.081Z] [2021-04-16T10:36:46.081Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-04-16T10:36:46.081Z] #54 sha256:37c8d1eb16d1f6383a58f3a074c1750ad9431b6d07586610addaaf6d1f5d2c3e [2021-04-16T10:36:46.081Z] #54 DONE 0.1s [2021-04-16T10:36:46.081Z] [2021-04-16T10:36:46.081Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-16T10:36:46.081Z] #56 sha256:de166c69133a94241271d4c11ba725ce2c22b4c80df69b9b5e32c49d4b27ca4b [2021-04-16T10:36:46.155Z] #37 DONE 10.5s [2021-04-16T10:36:46.155Z] [2021-04-16T10:36:46.155Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:36:46.155Z] #43 sha256:634da649664dd1653459ec5ff55fe2816455cb64254406f6f3ff10f2bc6f3259 [2021-04-16T10:36:46.155Z] #43 6.265 PBCC images/timens.pb-c.c [2021-04-16T10:36:46.155Z] #43 6.297 DEP images/timens.pb-c.d [2021-04-16T10:36:46.155Z] #43 6.371 PBCC images/fown.pb-c.c [2021-04-16T10:36:46.155Z] #43 6.387 PBCC images/google/protobuf/descriptor.pb-c.c [2021-04-16T10:36:46.155Z] #43 6.496 PBCC images/opts.pb-c.c [2021-04-16T10:36:46.155Z] #43 6.560 PBCC images/memfd.pb-c.c [2021-04-16T10:36:46.155Z] #43 6.610 DEP images/fown.pb-c.d [2021-04-16T10:36:46.155Z] #43 6.658 DEP images/google/protobuf/descriptor.pb-c.d [2021-04-16T10:36:46.155Z] #43 6.734 DEP images/opts.pb-c.d [2021-04-16T10:36:46.155Z] #43 6.802 DEP images/memfd.pb-c.d [2021-04-16T10:36:46.155Z] #43 6.867 PBCC images/sit.pb-c.c [2021-04-16T10:36:46.155Z] #43 6.931 DEP images/sit.pb-c.d [2021-04-16T10:36:46.155Z] #43 7.015 PBCC images/macvlan.pb-c.c [2021-04-16T10:36:46.155Z] #43 7.063 DEP images/macvlan.pb-c.d [2021-04-16T10:36:46.155Z] #43 7.123 PBCC images/autofs.pb-c.c [2021-04-16T10:36:46.155Z] #43 7.171 DEP images/autofs.pb-c.d [2021-04-16T10:36:46.155Z] #43 7.219 PBCC images/sysctl.pb-c.c [2021-04-16T10:36:46.155Z] #43 7.248 DEP images/sysctl.pb-c.d [2021-04-16T10:36:46.155Z] #43 7.285 PBCC images/time.pb-c.c [2021-04-16T10:36:46.155Z] #43 7.312 DEP images/time.pb-c.d [2021-04-16T10:36:46.155Z] #43 7.438 PBCC images/binfmt-misc.pb-c.c [2021-04-16T10:36:46.155Z] #43 7.465 DEP images/binfmt-misc.pb-c.d [2021-04-16T10:36:46.155Z] #43 7.575 PBCC images/seccomp.pb-c.c [2021-04-16T10:36:46.155Z] #43 7.614 DEP images/seccomp.pb-c.d [2021-04-16T10:36:46.155Z] #43 7.666 PBCC images/userns.pb-c.c [2021-04-16T10:36:46.155Z] #43 7.724 DEP images/userns.pb-c.d [2021-04-16T10:36:46.155Z] #43 7.827 PBCC images/cgroup.pb-c.c [2021-04-16T10:36:46.155Z] #43 7.884 DEP images/cgroup.pb-c.d [2021-04-16T10:36:46.230Z] #43 7.262 DEP images/rlimit.pb-c.d [2021-04-16T10:36:46.230Z] #43 7.332 PBCC images/file-lock.pb-c.c [2021-04-16T10:36:46.230Z] #43 7.380 DEP images/file-lock.pb-c.d [2021-04-16T10:36:46.230Z] #43 7.454 PBCC images/tty.pb-c.c [2021-04-16T10:36:46.230Z] #43 7.511 DEP images/tty.pb-c.d [2021-04-16T10:36:46.412Z] #43 7.978 PBCC images/ext-file.pb-c.c [2021-04-16T10:36:46.412Z] #43 8.158 DEP images/ext-file.pb-c.d [2021-04-16T10:36:46.412Z] #43 8.202 PBCC images/rpc.pb-c.c [2021-04-16T10:36:46.412Z] #43 8.263 DEP images/rpc.pb-c.d [2021-04-16T10:36:46.530Z] #43 7.586 PBCC images/tun.pb-c.c [2021-04-16T10:36:46.530Z] #43 7.674 PBCC images/netdev.pb-c.c [2021-04-16T10:36:46.530Z] #43 7.733 DEP images/tun.pb-c.d [2021-04-16T10:36:46.530Z] #43 7.823 DEP images/netdev.pb-c.d [2021-04-16T10:36:46.530Z] #43 7.863 PBCC images/vma.pb-c.c [2021-04-16T10:36:46.668Z] #43 8.326 PBCC images/siginfo.pb-c.c [2021-04-16T10:36:46.668Z] #43 8.342 DEP images/siginfo.pb-c.d [2021-04-16T10:36:46.668Z] #43 8.394 PBCC images/pagemap.pb-c.c [2021-04-16T10:36:46.668Z] #43 8.444 DEP images/pagemap.pb-c.d [2021-04-16T10:36:46.829Z] #43 7.951 DEP images/vma.pb-c.d [2021-04-16T10:36:46.829Z] #43 8.019 PBCC images/creds.pb-c.c [2021-04-16T10:36:46.829Z] #43 8.052 DEP images/creds.pb-c.d [2021-04-16T10:36:46.829Z] #43 8.114 PBCC images/utsns.pb-c.c [2021-04-16T10:36:46.829Z] #43 8.146 DEP images/utsns.pb-c.d [2021-04-16T10:36:46.931Z] #43 8.571 PBCC images/rlimit.pb-c.c [2021-04-16T10:36:46.931Z] #43 8.627 DEP images/rlimit.pb-c.d [2021-04-16T10:36:47.128Z] #43 8.297 PBCC images/ipc-desc.pb-c.c [2021-04-16T10:36:47.128Z] #43 8.377 PBCC images/ipc-sem.pb-c.c [2021-04-16T10:36:47.128Z] #43 8.442 DEP images/ipc-desc.pb-c.d [2021-04-16T10:36:47.197Z] #43 8.739 PBCC images/file-lock.pb-c.c [2021-04-16T10:36:47.197Z] #43 8.826 DEP images/file-lock.pb-c.d [2021-04-16T10:36:47.197Z] #43 8.852 PBCC images/tty.pb-c.c [2021-04-16T10:36:47.197Z] #43 8.873 DEP images/tty.pb-c.d [2021-04-16T10:36:47.197Z] #43 8.902 PBCC images/tun.pb-c.c [2021-04-16T10:36:47.197Z] #43 8.951 PBCC images/netdev.pb-c.c [2021-04-16T10:36:47.443Z] #43 8.502 DEP images/ipc-sem.pb-c.d [2021-04-16T10:36:47.443Z] #43 8.591 PBCC images/ipc-msg.pb-c.c [2021-04-16T10:36:47.443Z] #43 8.661 DEP images/ipc-msg.pb-c.d [2021-04-16T10:36:47.443Z] #43 8.723 PBCC images/ipc-shm.pb-c.c [2021-04-16T10:36:47.443Z] #43 8.769 DEP images/ipc-shm.pb-c.d [2021-04-16T10:36:47.453Z] #43 9.003 DEP images/tun.pb-c.d [2021-04-16T10:36:47.454Z] #43 9.048 DEP images/netdev.pb-c.d [2021-04-16T10:36:47.454Z] #43 9.085 PBCC images/vma.pb-c.c [2021-04-16T10:36:47.454Z] #43 9.121 DEP images/vma.pb-c.d [2021-04-16T10:36:47.454Z] #43 9.168 PBCC images/creds.pb-c.c [2021-04-16T10:36:47.454Z] #43 9.209 DEP images/creds.pb-c.d [2021-04-16T10:36:47.454Z] #43 9.275 PBCC images/utsns.pb-c.c [2021-04-16T10:36:47.454Z] #43 9.314 DEP images/utsns.pb-c.d [2021-04-16T10:36:47.710Z] #43 9.384 PBCC images/ipc-desc.pb-c.c [2021-04-16T10:36:47.710Z] #43 9.416 PBCC images/ipc-sem.pb-c.c [2021-04-16T10:36:47.710Z] #43 9.473 DEP images/ipc-desc.pb-c.d [2021-04-16T10:36:47.710Z] #43 9.534 DEP images/ipc-sem.pb-c.d [2021-04-16T10:36:47.741Z] #43 8.795 PBCC images/ipc-var.pb-c.c [2021-04-16T10:36:47.741Z] #43 8.830 DEP images/ipc-var.pb-c.d [2021-04-16T10:36:47.741Z] #43 8.894 PBCC images/sk-opts.pb-c.c [2021-04-16T10:36:47.741Z] #43 ... [2021-04-16T10:36:47.741Z] [2021-04-16T10:36:47.741Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-16T10:36:47.741Z] #13 sha256:5151d703b769bc35b6bada7e872d6f26a661733fd6a91bb6a69d949f095f4d31 [2021-04-16T10:36:47.741Z] #13 55.40 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-04-16T10:36:47.741Z] #13 55.41 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-04-16T10:36:47.741Z] #13 55.41 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-04-16T10:36:47.741Z] #13 62.61 Selecting previously unselected package gcc-mingw-w64-base. [2021-04-16T10:36:47.741Z] #13 62.63 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2021-04-16T10:36:47.742Z] #13 62.66 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-04-16T10:36:47.742Z] #13 62.80 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-04-16T10:36:47.742Z] #13 62.82 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2021-04-16T10:36:47.742Z] #13 62.82 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-04-16T10:36:47.742Z] #13 ... [2021-04-16T10:36:47.742Z] [2021-04-16T10:36:47.742Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:36:47.742Z] #43 sha256:18971e2e33c6fe61fe2c3fccfe7f030f63f1953e93d060584dabe4c8520753d2 [2021-04-16T10:36:47.742Z] #43 8.947 PBCC images/packet-sock.pb-c.c [2021-04-16T10:36:47.742Z] #43 8.998 DEP images/sk-opts.pb-c.d [2021-04-16T10:36:47.836Z] #57 77.25 + bin/containerd-shim-runc-v2 [2021-04-16T10:36:47.966Z] #43 9.599 PBCC images/ipc-msg.pb-c.c [2021-04-16T10:36:47.966Z] #43 9.628 DEP images/ipc-msg.pb-c.d [2021-04-16T10:36:47.966Z] #43 9.703 PBCC images/ipc-shm.pb-c.c [2021-04-16T10:36:47.966Z] #43 9.741 DEP images/ipc-shm.pb-c.d [2021-04-16T10:36:47.966Z] #43 9.808 PBCC images/ipc-var.pb-c.c [2021-04-16T10:36:48.043Z] #43 9.070 DEP images/packet-sock.pb-c.d [2021-04-16T10:36:48.043Z] #43 9.200 PBCC images/sk-netlink.pb-c.c [2021-04-16T10:36:48.043Z] #43 9.278 DEP images/sk-netlink.pb-c.d [2021-04-16T10:36:48.043Z] #43 ... [2021-04-16T10:36:48.043Z] [2021-04-16T10:36:48.043Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-16T10:36:48.043Z] #51 sha256:89950dca246c8d949f4e2b540f51ad2feadb236163ab1597bc357afbaf2493af [2021-04-16T10:36:48.043Z] #51 51.74 bytes [2021-04-16T10:36:48.043Z] #51 51.74 strconv [2021-04-16T10:36:48.043Z] #51 51.75 strings [2021-04-16T10:36:48.043Z] #51 51.75 syscall [2021-04-16T10:36:48.043Z] #51 58.61 text/tabwriter [2021-04-16T10:36:48.043Z] #51 61.09 regexp/syntax [2021-04-16T10:36:48.043Z] #51 61.10 reflect [2021-04-16T10:36:48.043Z] #51 ... [2021-04-16T10:36:48.043Z] [2021-04-16T10:36:48.043Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:36:48.043Z] #43 sha256:18971e2e33c6fe61fe2c3fccfe7f030f63f1953e93d060584dabe4c8520753d2 [2021-04-16T10:36:48.043Z] #43 9.320 PBCC images/sk-inet.pb-c.c [2021-04-16T10:36:48.043Z] #43 9.390 DEP images/sk-inet.pb-c.d [2021-04-16T10:36:48.222Z] #43 9.847 DEP images/ipc-var.pb-c.d [2021-04-16T10:36:48.222Z] #43 9.895 PBCC images/sk-opts.pb-c.c [2021-04-16T10:36:48.222Z] #43 9.937 PBCC images/packet-sock.pb-c.c [2021-04-16T10:36:48.222Z] #43 ... [2021-04-16T10:36:48.222Z] [2021-04-16T10:36:48.222Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-16T10:36:48.222Z] #51 sha256:977ddd2fd4eeeabc38522ca19723d9052cf8de0a1c2effa3553fe7a00309a118 [2021-04-16T10:36:48.222Z] #51 57.48 encoding/binary [2021-04-16T10:36:48.222Z] #51 58.35 context [2021-04-16T10:36:48.222Z] #51 59.25 os [2021-04-16T10:36:48.222Z] #51 59.64 encoding/base64 [2021-04-16T10:36:48.222Z] #51 60.52 strings [2021-04-16T10:36:48.222Z] #51 62.75 golang.org/x/sys/unix [2021-04-16T10:36:48.222Z] #51 63.78 fmt [2021-04-16T10:36:48.222Z] #51 ... [2021-04-16T10:36:48.222Z] [2021-04-16T10:36:48.222Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:36:48.222Z] #43 sha256:634da649664dd1653459ec5ff55fe2816455cb64254406f6f3ff10f2bc6f3259 [2021-04-16T10:36:48.222Z] #43 9.975 DEP images/sk-opts.pb-c.d [2021-04-16T10:36:48.222Z] #43 10.02 DEP images/packet-sock.pb-c.d [2021-04-16T10:36:48.343Z] #43 9.437 PBCC images/sk-unix.pb-c.c [2021-04-16T10:36:48.343Z] #43 9.493 DEP images/sk-unix.pb-c.d [2021-04-16T10:36:48.343Z] #43 9.571 PBCC images/mm.pb-c.c [2021-04-16T10:36:48.416Z] Fetching without tags [2021-04-16T10:36:48.478Z] #43 10.11 PBCC images/sk-netlink.pb-c.c [2021-04-16T10:36:48.478Z] #43 10.19 DEP images/sk-netlink.pb-c.d [2021-04-16T10:36:48.478Z] #43 10.23 PBCC images/sk-inet.pb-c.c [2021-04-16T10:36:48.478Z] #43 10.29 DEP images/sk-inet.pb-c.d [2021-04-16T10:36:48.478Z] #43 10.35 PBCC images/sk-unix.pb-c.c [2021-04-16T10:36:48.644Z] #43 9.674 DEP images/mm.pb-c.d [2021-04-16T10:36:48.644Z] #43 9.726 PBCC images/timerfd.pb-c.c [2021-04-16T10:36:48.644Z] #43 9.784 DEP images/timerfd.pb-c.d [2021-04-16T10:36:48.644Z] #43 9.847 PBCC images/timer.pb-c.c [2021-04-16T10:36:48.644Z] #43 9.869 DEP images/timer.pb-c.d [2021-04-16T10:36:48.644Z] #43 9.917 PBCC images/sa.pb-c.c [2021-04-16T10:36:48.706Z] Merging remotes/origin/master commit 8eb947c5b1d7ce7551ed6e07db7a8b65234b75e0 into PR head commit eb0610b7fc7e8c49160c99fa311e14ee632dd45a [2021-04-16T10:36:48.735Z] #43 10.40 DEP images/sk-unix.pb-c.d [2021-04-16T10:36:48.735Z] #43 10.50 PBCC images/mm.pb-c.c [2021-04-16T10:36:48.735Z] #43 10.54 DEP images/mm.pb-c.d [2021-04-16T10:36:48.864Z] #57 77.92 + binaries [2021-04-16T10:36:48.864Z] #57 77.92 + install -D bin/containerd /build/containerd [2021-04-16T10:36:48.864Z] #57 77.95 + install -D bin/containerd-shim /build/containerd-shim [2021-04-16T10:36:48.864Z] #57 77.96 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-04-16T10:36:48.864Z] #57 77.96 + install -D bin/ctr /build/ctr [2021-04-16T10:36:48.945Z] #43 9.968 DEP images/sa.pb-c.d [2021-04-16T10:36:48.945Z] #43 10.04 PBCC images/pipe-data.pb-c.c [2021-04-16T10:36:48.945Z] #43 10.11 DEP images/pipe-data.pb-c.d [2021-04-16T10:36:48.945Z] #43 10.16 PBCC images/mnt.pb-c.c [2021-04-16T10:36:48.945Z] #43 10.20 DEP images/mnt.pb-c.d [2021-04-16T10:36:48.945Z] #43 10.28 PBCC images/sk-packet.pb-c.c [2021-04-16T10:36:48.991Z] #43 10.60 PBCC images/timerfd.pb-c.c [2021-04-16T10:36:48.991Z] #43 10.65 DEP images/timerfd.pb-c.d [2021-04-16T10:36:48.991Z] #43 10.69 PBCC images/timer.pb-c.c [2021-04-16T10:36:48.991Z] #43 10.73 DEP images/timer.pb-c.d [2021-04-16T10:36:48.991Z] #43 10.77 PBCC images/sa.pb-c.c [2021-04-16T10:36:48.991Z] #43 10.83 DEP images/sa.pb-c.d [2021-04-16T10:36:49.156Z] #57 DONE 78.6s [2021-04-16T10:36:49.245Z] #43 10.32 DEP images/sk-packet.pb-c.d [2021-04-16T10:36:49.245Z] #43 10.45 PBCC images/tcp-stream.pb-c.c [2021-04-16T10:36:49.245Z] #43 10.50 DEP images/tcp-stream.pb-c.d [2021-04-16T10:36:49.247Z] #43 10.87 PBCC images/pipe-data.pb-c.c [2021-04-16T10:36:49.247Z] #43 10.92 DEP images/pipe-data.pb-c.d [2021-04-16T10:36:49.247Z] #43 10.97 PBCC images/mnt.pb-c.c [2021-04-16T10:36:49.247Z] #43 11.05 DEP images/mnt.pb-c.d [2021-04-16T10:36:49.247Z] #43 11.09 PBCC images/sk-packet.pb-c.c [2021-04-16T10:36:49.410Z] Merge succeeded, producing eb0610b7fc7e8c49160c99fa311e14ee632dd45a [2021-04-16T10:36:49.411Z] Checking out Revision eb0610b7fc7e8c49160c99fa311e14ee632dd45a (PR-40094) [2021-04-16T10:36:49.503Z] #43 11.14 DEP images/sk-packet.pb-c.d [2021-04-16T10:36:49.503Z] #43 11.17 PBCC images/tcp-stream.pb-c.c [2021-04-16T10:36:49.545Z] #43 10.58 PBCC images/pipe.pb-c.c [2021-04-16T10:36:49.545Z] #43 10.63 DEP images/pipe.pb-c.d [2021-04-16T10:36:49.545Z] #43 10.70 PBCC images/pstree.pb-c.c [2021-04-16T10:36:49.545Z] #43 10.71 DEP images/pstree.pb-c.d [2021-04-16T10:36:49.545Z] #43 10.75 PBCC images/fs.pb-c.c [2021-04-16T10:36:49.545Z] #43 10.77 DEP images/fs.pb-c.d [2021-04-16T10:36:49.545Z] #43 10.80 PBCC images/signalfd.pb-c.c [2021-04-16T10:36:49.545Z] #43 10.83 DEP images/signalfd.pb-c.d [2021-04-16T10:36:49.545Z] #43 10.87 PBCC images/fh.pb-c.c [2021-04-16T10:36:49.545Z] #43 10.90 PBCC images/fsnotify.pb-c.c [2021-04-16T10:36:49.545Z] #43 10.94 DEP images/fh.pb-c.d [2021-04-16T10:36:48.352Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-16T10:36:48.370Z] > git config --add remote.origin.fetch +refs/pull/40094/head:refs/remotes/origin/PR-40094 # timeout=10 [2021-04-16T10:36:48.391Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-16T10:36:48.400Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-16T10:36:48.421Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-16T10:36:48.421Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-16T10:36:48.422Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/40094/head:refs/remotes/origin/PR-40094 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-16T10:36:48.713Z] > git config core.sparsecheckout # timeout=10 [2021-04-16T10:36:48.731Z] > git checkout -f eb0610b7fc7e8c49160c99fa311e14ee632dd45a # timeout=10 [2021-04-16T10:36:49.329Z] > git remote # timeout=10 [2021-04-16T10:36:49.347Z] > git config --get remote.origin.url # timeout=10 [2021-04-16T10:36:49.365Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-16T10:36:49.366Z] > git merge 8eb947c5b1d7ce7551ed6e07db7a8b65234b75e0 # timeout=10 [2021-04-16T10:36:49.389Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-16T10:36:49.413Z] > git config core.sparsecheckout # timeout=10 [2021-04-16T10:36:49.429Z] > git checkout -f eb0610b7fc7e8c49160c99fa311e14ee632dd45a # timeout=10 [2021-04-16T10:36:49.759Z] #43 11.25 DEP images/tcp-stream.pb-c.d [2021-04-16T10:36:49.759Z] #43 11.32 PBCC images/pipe.pb-c.c [2021-04-16T10:36:49.759Z] #43 11.39 DEP images/pipe.pb-c.d [2021-04-16T10:36:49.759Z] #43 11.48 PBCC images/pstree.pb-c.c [2021-04-16T10:36:49.759Z] #43 11.49 DEP images/pstree.pb-c.d [2021-04-16T10:36:49.759Z] #43 11.53 PBCC images/fs.pb-c.c [2021-04-16T10:36:49.846Z] #43 10.97 DEP images/fsnotify.pb-c.d [2021-04-16T10:36:49.846Z] #43 11.05 PBCC images/eventpoll.pb-c.c [2021-04-16T10:36:49.846Z] #43 11.07 DEP images/eventpoll.pb-c.d [2021-04-16T10:36:49.846Z] #43 11.12 PBCC images/eventfd.pb-c.c [2021-04-16T10:36:49.846Z] #43 11.14 DEP images/eventfd.pb-c.d [2021-04-16T10:36:49.846Z] #43 11.17 PBCC images/remap-file-path.pb-c.c [2021-04-16T10:36:49.846Z] #43 ... [2021-04-16T10:36:49.846Z] [2021-04-16T10:36:49.846Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:36:49.846Z] #45 sha256:361f9151b9374e8bf32e43f72eb60276634412167f47c2d39151afba75fbd393 [2021-04-16T10:36:49.846Z] #45 53.67 reflect [2021-04-16T10:36:49.846Z] #45 58.15 regexp/syntax [2021-04-16T10:36:49.846Z] #45 59.46 path [2021-04-16T10:36:49.846Z] #45 60.47 hash/crc32 [2021-04-16T10:36:49.846Z] #45 63.28 vendor/golang.org/x/text/transform [2021-04-16T10:36:49.860Z] [2021-04-16T10:36:49.860Z] #58 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2021-04-16T10:36:50.027Z] #43 11.57 DEP images/fs.pb-c.d [2021-04-16T10:36:50.027Z] #43 11.61 PBCC images/signalfd.pb-c.c [2021-04-16T10:36:50.027Z] #43 11.65 DEP images/signalfd.pb-c.d [2021-04-16T10:36:50.027Z] #43 11.71 PBCC images/fh.pb-c.c [2021-04-16T10:36:50.027Z] #43 11.75 PBCC images/fsnotify.pb-c.c [2021-04-16T10:36:50.027Z] #43 11.78 DEP images/fh.pb-c.d [2021-04-16T10:36:50.146Z] #45 ... [2021-04-16T10:36:50.146Z] [2021-04-16T10:36:50.146Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:36:50.146Z] #43 sha256:18971e2e33c6fe61fe2c3fccfe7f030f63f1953e93d060584dabe4c8520753d2 [2021-04-16T10:36:50.146Z] #43 11.20 DEP images/remap-file-path.pb-c.d [2021-04-16T10:36:50.146Z] #43 11.33 PBCC images/fifo.pb-c.c [2021-04-16T10:36:50.146Z] #43 11.34 DEP images/fifo.pb-c.d [2021-04-16T10:36:50.146Z] #43 11.39 PBCC images/ghost-file.pb-c.c [2021-04-16T10:36:50.146Z] #43 11.45 DEP images/ghost-file.pb-c.d [2021-04-16T10:36:50.149Z] #58 DONE 0.3s [2021-04-16T10:36:50.149Z] [2021-04-16T10:36:50.149Z] #62 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2021-04-16T10:36:50.284Z] #43 11.85 DEP images/fsnotify.pb-c.d [2021-04-16T10:36:50.284Z] #43 11.92 PBCC images/eventpoll.pb-c.c [2021-04-16T10:36:50.284Z] #43 11.96 DEP images/eventpoll.pb-c.d [2021-04-16T10:36:50.284Z] #43 12.00 PBCC images/eventfd.pb-c.c [2021-04-16T10:36:50.284Z] #43 12.02 DEP images/eventfd.pb-c.d [2021-04-16T10:36:50.284Z] #43 12.05 PBCC images/remap-file-path.pb-c.c [2021-04-16T10:36:50.442Z] #62 DONE 0.2s [2021-04-16T10:36:50.442Z] [2021-04-16T10:36:50.442Z] #67 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/b... [2021-04-16T10:36:50.478Z] #43 11.49 PBCC images/regfile.pb-c.c [2021-04-16T10:36:50.478Z] #43 11.59 DEP images/regfile.pb-c.d [2021-04-16T10:36:50.478Z] #43 11.67 PBCC images/ns.pb-c.c [2021-04-16T10:36:50.478Z] #43 11.68 DEP images/ns.pb-c.d [2021-04-16T10:36:50.540Z] #43 12.08 DEP images/remap-file-path.pb-c.d [2021-04-16T10:36:50.540Z] #43 12.11 PBCC images/fifo.pb-c.c [2021-04-16T10:36:50.540Z] #43 12.14 DEP images/fifo.pb-c.d [2021-04-16T10:36:50.540Z] #43 12.18 PBCC images/ghost-file.pb-c.c [2021-04-16T10:36:50.540Z] #43 12.23 DEP images/ghost-file.pb-c.d [2021-04-16T10:36:50.540Z] #43 12.29 PBCC images/regfile.pb-c.c [2021-04-16T10:36:50.731Z] #67 DONE 0.3s [2021-04-16T10:36:50.731Z] [2021-04-16T10:36:50.731Z] #69 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2021-04-16T10:36:50.731Z] #69 DONE 0.2s [2021-04-16T10:36:50.731Z] [2021-04-16T10:36:50.731Z] #70 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-04-16T10:36:50.731Z] #70 DONE 0.1s [2021-04-16T10:36:50.778Z] #43 11.74 PBCC images/fdinfo.pb-c.c [2021-04-16T10:36:50.778Z] #43 12.01 DEP images/fdinfo.pb-c.d [2021-04-16T10:36:50.778Z] #43 12.14 PBCC images/core-aarch64.pb-c.c [2021-04-16T10:36:50.797Z] #43 12.38 DEP images/regfile.pb-c.d [2021-04-16T10:36:50.797Z] #43 12.43 PBCC images/ns.pb-c.c [2021-04-16T10:36:50.797Z] #43 12.47 DEP images/ns.pb-c.d [2021-04-16T10:36:50.797Z] #43 12.53 PBCC images/fdinfo.pb-c.c [2021-04-16T10:36:51.020Z] [2021-04-16T10:36:51.020Z] #71 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-04-16T10:36:51.053Z] #43 12.60 DEP images/fdinfo.pb-c.d [2021-04-16T10:36:51.053Z] #43 12.69 PBCC images/core-aarch64.pb-c.c [2021-04-16T10:36:51.053Z] #43 12.76 PBCC images/core-arm.pb-c.c [2021-04-16T10:36:51.053Z] #43 12.84 PBCC images/core-ppc64.pb-c.c [2021-04-16T10:36:51.078Z] #43 12.18 PBCC images/core-arm.pb-c.c [2021-04-16T10:36:51.078Z] #43 12.24 PBCC images/core-ppc64.pb-c.c [2021-04-16T10:36:51.078Z] #43 12.31 PBCC images/core-s390.pb-c.c [2021-04-16T10:36:51.078Z] #43 12.37 PBCC images/core-x86.pb-c.c [2021-04-16T10:36:51.078Z] #43 12.47 PBCC images/core.pb-c.c [2021-04-16T10:36:51.309Z] #43 12.92 PBCC images/core-s390.pb-c.c [2021-04-16T10:36:51.309Z] #43 13.00 PBCC images/core-x86.pb-c.c [2021-04-16T10:36:51.309Z] #43 13.03 PBCC images/core.pb-c.c [2021-04-16T10:36:51.309Z] #43 13.11 PBCC images/inventory.pb-c.c [2021-04-16T10:36:51.379Z] #43 12.60 PBCC images/inventory.pb-c.c [2021-04-16T10:36:51.379Z] #43 12.69 DEP images/core-aarch64.pb-c.d [2021-04-16T10:36:51.565Z] #43 13.18 DEP images/core-aarch64.pb-c.d [2021-04-16T10:36:51.565Z] #43 13.24 DEP images/core-arm.pb-c.d [2021-04-16T10:36:51.565Z] #43 13.30 DEP images/core-ppc64.pb-c.d [2021-04-16T10:36:51.565Z] #43 13.38 DEP images/core-s390.pb-c.d [2021-04-16T10:36:51.654Z] #71 DONE 0.7s [2021-04-16T10:36:51.654Z] [2021-04-16T10:36:51.654Z] #72 exporting to image [2021-04-16T10:36:51.654Z] #72 exporting layers [2021-04-16T10:36:51.680Z] #43 12.79 DEP images/core-arm.pb-c.d [2021-04-16T10:36:51.680Z] #43 12.85 DEP images/core-ppc64.pb-c.d [2021-04-16T10:36:51.680Z] #43 12.95 DEP images/core-s390.pb-c.d [2021-04-16T10:36:51.680Z] #43 13.01 DEP images/core-x86.pb-c.d [2021-04-16T10:36:51.821Z] #43 13.43 DEP images/core-x86.pb-c.d [2021-04-16T10:36:51.821Z] #43 13.53 DEP images/core.pb-c.d [2021-04-16T10:36:51.821Z] #43 13.61 DEP images/inventory.pb-c.d [2021-04-16T10:36:51.821Z] #43 13.65 PBCC images/cpuinfo.pb-c.c [2021-04-16T10:36:51.821Z] #43 ... [2021-04-16T10:36:51.821Z] [2021-04-16T10:36:51.821Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:36:51.821Z] #45 sha256:48e3890b1ec9b7f2844f2242a64d47e52fc97a0a2beaf78d5c48865100003438 [2021-04-16T10:36:51.821Z] #45 61.24 regexp/syntax [2021-04-16T10:36:51.821Z] #45 63.03 fmt [2021-04-16T10:36:51.821Z] #45 66.49 path/filepath [2021-04-16T10:36:51.821Z] #45 67.10 regexp [2021-04-16T10:36:51.821Z] #45 68.13 flag [2021-04-16T10:36:51.821Z] #45 69.56 go/token [2021-04-16T10:36:51.821Z] #45 70.50 go/scanner [2021-04-16T10:36:51.821Z] #45 70.54 internal/lazyregexp [2021-04-16T10:36:51.821Z] #45 70.85 path [2021-04-16T10:36:51.980Z] #43 13.12 DEP images/core.pb-c.d [2021-04-16T10:36:51.980Z] #43 13.19 DEP images/inventory.pb-c.d [2021-04-16T10:36:51.980Z] #43 13.23 PBCC images/cpuinfo.pb-c.c [2021-04-16T10:36:51.980Z] #43 13.26 DEP images/cpuinfo.pb-c.d [2021-04-16T10:36:51.980Z] #43 13.35 PBCC images/stats.pb-c.c [2021-04-16T10:36:52.077Z] #45 ... [2021-04-16T10:36:52.077Z] [2021-04-16T10:36:52.077Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:36:52.077Z] #43 sha256:634da649664dd1653459ec5ff55fe2816455cb64254406f6f3ff10f2bc6f3259 [2021-04-16T10:36:52.077Z] #43 13.69 DEP images/cpuinfo.pb-c.d [2021-04-16T10:36:52.077Z] #43 13.73 PBCC images/stats.pb-c.c [2021-04-16T10:36:52.077Z] #43 13.77 DEP images/stats.pb-c.d [2021-04-16T10:36:52.281Z] #43 13.38 DEP images/stats.pb-c.d [2021-04-16T10:36:53.005Z] #43 ... [2021-04-16T10:36:53.005Z] [2021-04-16T10:36:53.005Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-16T10:36:53.005Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-16T10:36:53.005Z] #13 67.19 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-04-16T10:36:53.005Z] #13 67.21 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-04-16T10:36:53.005Z] #13 67.22 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-04-16T10:36:53.005Z] #13 73.19 Selecting previously unselected package gcc-mingw-w64-base. [2021-04-16T10:36:53.005Z] #13 73.21 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-04-16T10:36:53.005Z] #13 73.23 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-04-16T10:36:53.005Z] #13 73.37 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-04-16T10:36:53.005Z] #13 73.37 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-04-16T10:36:53.005Z] #13 73.38 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-04-16T10:36:53.005Z] #13 ... [2021-04-16T10:36:53.005Z] [2021-04-16T10:36:53.005Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:36:53.005Z] #45 sha256:48e3890b1ec9b7f2844f2242a64d47e52fc97a0a2beaf78d5c48865100003438 [2021-04-16T10:36:53.005Z] #45 71.38 io/ioutil [2021-04-16T10:36:53.005Z] #45 71.55 go/ast [2021-04-16T10:36:53.005Z] #45 72.16 net/url [2021-04-16T10:36:53.431Z] Commit message: "Dockerfile: integrate e2e stage in main Dockerfile" [2021-04-16T10:36:53.824Z] #43 15.03 make[1]: Nothing to be done for 'all'. [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-04-16T10:36:54.418Z] + docker version [2021-04-16T10:36:54.424Z] #45 73.76 text/template/parse [2021-04-16T10:36:55.940Z] #43 16.81 CC images/stats.o [2021-04-16T10:36:56.237Z] #43 17.35 CC images/core.o [2021-04-16T10:36:56.305Z] Fetching without tags [2021-04-16T10:36:55.914Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-16T10:36:56.066Z] > git config --add remote.origin.fetch +refs/pull/40094/head:refs/remotes/origin/PR-40094 # timeout=10 [2021-04-16T10:36:56.110Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-16T10:36:56.224Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-16T10:36:56.341Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-16T10:36:56.341Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-16T10:36:56.342Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/40094/head:refs/remotes/origin/PR-40094 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-16T10:36:56.984Z] #45 76.31 go/parser [2021-04-16T10:36:57.020Z] Merging remotes/origin/master commit 8eb947c5b1d7ce7551ed6e07db7a8b65234b75e0 into PR head commit eb0610b7fc7e8c49160c99fa311e14ee632dd45a [2021-04-16T10:36:57.297Z] #43 18.30 CC images/core-x86.o [2021-04-16T10:36:57.337Z] #72 exporting layers 5.1s done [2021-04-16T10:36:57.337Z] #72 writing image sha256:3879cfa05a2fe60c32abcba15b8bb5009d661b637de9745947d892e2639d65fb done [2021-04-16T10:36:57.337Z] #72 naming to docker.io/library/docker:eb0610b7fc7e8c49160c99fa311e14ee632dd45a done [2021-04-16T10:36:57.337Z] #72 DONE 5.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-04-16T10:36:57.780Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-40094/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr16 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=eb0610b7fc7e8c49160c99fa311e14ee632dd45a -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:eb0610b7fc7e8c49160c99fa311e14ee632dd45a hack/test/unit [2021-04-16T10:36:57.913Z] #45 ... [2021-04-16T10:36:57.913Z] [2021-04-16T10:36:57.913Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-16T10:36:57.913Z] #56 sha256:48dfde97e06fabde525c16b895e288e6a621b70d71fc279e53df57931e1d355d [2021-04-16T10:36:57.948Z] #43 19.09 CC images/core-arm.o [2021-04-16T10:36:58.604Z] #43 19.66 CC images/core-aarch64.o [2021-04-16T10:36:58.682Z] #56 42.17 Checking out files: 41% (1616/3883) Checking out files: 42% (1631/3883) Checking out files: 43% (1670/3883) Checking out files: 44% (1709/3883) Checking out files: 45% (1748/3883) Checking out files: 46% (1787/3883) Checking out files: 47% (1826/3883) Checking out files: 48% (1864/3883) Checking out files: 49% (1903/3883) Checking out files: 50% (1942/3883) Checking out files: 51% (1981/3883) Checking out files: 52% (2020/3883) Checking out files: 53% (2058/3883) Checking out files: 54% (2097/3883) Checking out files: 55% (2136/3883) Checking out files: 56% (2175/3883) Checking out files: 57% (2214/3883) Checking out files: 58% (2253/3883) Checking out files: 59% (2291/3883) Checking out files: 60% (2330/3883) Checking out files: 61% (2369/3883) Checking out files: 62% (2408/3883) Checking out files: 63% (2447/3883) Checking out files: 64% (2486/3883) Checking out files: 65% (2524/3883) Checking out files: 66% (2563/3883) Checking out files: 67% (2602/3883) Checking out files: 68% (2641/3883) Checking out files: 69% (2680/3883) Checking out files: 70% (2719/3883) Checking out files: 71% (2757/3883) Checking out files: 72% (2796/3883) Checking out files: 73% (2835/3883) Checking out files: 74% (2874/3883) Checking out files: 75% (2913/3883) Checking out files: 76% (2952/3883) Checking out files: 77% (2990/3883) Checking out files: 78% (3029/3883) Checking out files: 79% (3068/3883) Checking out files: 80% (3107/3883) Checking out files: 81% (3146/3883) Checking out files: 82% (3185/3883) Checking out files: 83% (3223/3883) Checking out files: 84% (3262/3883) [2021-04-16T10:36:58.682Z] #56 ... [2021-04-16T10:36:58.682Z] [2021-04-16T10:36:58.682Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-16T10:36:58.682Z] #51 sha256:977ddd2fd4eeeabc38522ca19723d9052cf8de0a1c2effa3553fe7a00309a118 [2021-04-16T10:36:58.682Z] #51 68.01 encoding/json [2021-04-16T10:36:58.682Z] #51 72.44 github.com/pkg/diff [2021-04-16T10:36:58.682Z] #51 73.41 go/ast [2021-04-16T10:36:58.682Z] #51 73.43 golang.org/x/crypto/ssh/terminal [2021-04-16T10:36:58.682Z] #51 74.86 mvdan.cc/editorconfig [2021-04-16T10:36:58.682Z] #51 75.82 mvdan.cc/sh/v3/fileutil [2021-04-16T10:36:58.682Z] #51 75.95 text/tabwriter [2021-04-16T10:36:58.682Z] #51 76.42 mvdan.cc/sh/v3/syntax [2021-04-16T10:36:58.903Z] #43 ... [2021-04-16T10:36:58.903Z] [2021-04-16T10:36:58.903Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-04-16T10:36:58.903Z] #47 sha256:33f1707d25d76e72699d5bac01f1307ae6ec2f8b63376a4a1e6328136d8e70d6 [2021-04-16T10:36:58.903Z] #47 DONE 72.5s [2021-04-16T10:36:58.903Z] [2021-04-16T10:36:58.903Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:36:58.903Z] #45 sha256:361f9151b9374e8bf32e43f72eb60276634412167f47c2d39151afba75fbd393 [2021-04-16T10:36:58.903Z] #45 65.31 time [2021-04-16T10:36:58.903Z] #45 65.85 internal/syscall/execenv [2021-04-16T10:36:58.903Z] #45 66.25 internal/syscall/unix [2021-04-16T10:36:58.903Z] #45 70.48 regexp [2021-04-16T10:36:58.903Z] #45 ... [2021-04-16T10:36:58.903Z] [2021-04-16T10:36:58.903Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:36:58.903Z] #43 sha256:18971e2e33c6fe61fe2c3fccfe7f030f63f1953e93d060584dabe4c8520753d2 [2021-04-16T10:36:58.903Z] #43 20.15 CC images/core-ppc64.o [2021-04-16T10:36:58.938Z] #51 ... [2021-04-16T10:36:58.938Z] [2021-04-16T10:36:58.938Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-16T10:36:58.938Z] #56 sha256:48dfde97e06fabde525c16b895e288e6a621b70d71fc279e53df57931e1d355d [2021-04-16T10:36:59.451Z] #56 42.17 Checking out files: 41% (1616/3883) Checking out files: 42% (1631/3883) Checking out files: 43% (1670/3883) Checking out files: 44% (1709/3883) Checking out files: 45% (1748/3883) Checking out files: 46% (1787/3883) Checking out files: 47% (1826/3883) Checking out files: 48% (1864/3883) Checking out files: 49% (1903/3883) Checking out files: 50% (1942/3883) Checking out files: 51% (1981/3883) Checking out files: 52% (2020/3883) Checking out files: 53% (2058/3883) Checking out files: 54% (2097/3883) Checking out files: 55% (2136/3883) Checking out files: 56% (2175/3883) Checking out files: 57% (2214/3883) Checking out files: 58% (2253/3883) Checking out files: 59% (2291/3883) Checking out files: 60% (2330/3883) Checking out files: 61% (2369/3883) Checking out files: 62% (2408/3883) Checking out files: 63% (2447/3883) Checking out files: 64% (2486/3883) Checking out files: 65% (2524/3883) Checking out files: 66% (2563/3883) Checking out files: 67% (2602/3883) Checking out files: 68% (2641/3883) Checking out files: 69% (2680/3883) Checking out files: 70% (2719/3883) Checking out files: 71% (2757/3883) Checking out files: 72% (2796/3883) Checking out files: 73% (2835/3883) Checking out files: 74% (2874/3883) Checking out files: 75% (2913/3883) Checking out files: 76% (2952/3883) Checking out files: 77% (2990/3883) Checking out files: 78% (3029/3883) Checking out files: 79% (3068/3883) Checking out files: 80% (3107/3883) Checking out files: 81% (3146/3883) Checking out files: 82% (3185/3883) Checking out files: 83% (3223/3883) Checking out files: 84% (3262/3883) Checking out files: 84% (3291/3883) Checking out files: 85% (3301/3883) Checking out files: 86% (3340/3883) Checking out files: 87% (3379/3883) Checking out files: 88% (3418/3883) Checking out files: 89% (3456/3883) Checking out files: 90% (3495/3883) Checking out files: 91% (3534/3883) Checking out files: 92% (3573/3883) Checking out files: 93% (3612/3883) Checking out files: 94% (3651/3883) Checking out files: 95% (3689/3883) Checking out files: 96% (3728/3883) Checking out files: 97% (3767/3883) Checking out files: 98% (3806/3883) Checking out files: 99% (3845/3883) Checking out files: 100% (3883/3883) Checking out files: 100% (3883/3883), done. [2021-04-16T10:36:59.707Z] #56 43.82 + cd /tmp/tmp.PCiXgkKo4n/src/github.com/containerd/containerd [2021-04-16T10:36:59.707Z] #56 43.82 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-16T10:36:57.128Z] > git config core.sparsecheckout # timeout=10 [2021-04-16T10:36:57.170Z] > git checkout -f eb0610b7fc7e8c49160c99fa311e14ee632dd45a # timeout=10 [2021-04-16T10:36:59.958Z] #43 20.96 CC images/core-s390.o [2021-04-16T10:37:00.247Z] Merge succeeded, producing eb0610b7fc7e8c49160c99fa311e14ee632dd45a [2021-04-16T10:37:00.247Z] Checking out Revision eb0610b7fc7e8c49160c99fa311e14ee632dd45a (PR-40094) [2021-04-16T10:37:00.610Z] ? github.com/docker/docker/api [no test files] [2021-04-16T10:37:01.018Z] #43 22.14 CC images/cpuinfo.o [2021-04-16T10:37:01.316Z] #43 22.69 CC images/inventory.o [2021-04-16T10:37:01.597Z] #56 45.73 + export 'BUILDTAGS=netgo osusergo static_build' [2021-04-16T10:37:01.597Z] #56 45.73 + BUILDTAGS='netgo osusergo static_build' [2021-04-16T10:37:01.597Z] #56 45.73 + export EXTRA_FLAGS=-buildmode=pie [2021-04-16T10:37:01.597Z] #56 45.73 + EXTRA_FLAGS=-buildmode=pie [2021-04-16T10:37:01.597Z] #56 45.73 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-04-16T10:37:01.597Z] #56 45.73 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-04-16T10:37:01.597Z] #56 45.73 + '[' '' = dynamic ']' [2021-04-16T10:37:01.597Z] #56 45.73 + make [2021-04-16T10:37:01.616Z] #43 22.95 CC images/fdinfo.o [2021-04-16T10:37:02.288Z] #43 23.36 CC images/fown.o [2021-04-16T10:37:02.288Z] #43 23.58 CC images/ns.o [2021-04-16T10:37:02.586Z] #43 23.78 CC images/regfile.o [2021-04-16T10:36:59.871Z] > git remote # timeout=10 [2021-04-16T10:36:59.945Z] > git config --get remote.origin.url # timeout=10 [2021-04-16T10:36:59.989Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-16T10:36:59.991Z] > git merge 8eb947c5b1d7ce7551ed6e07db7a8b65234b75e0 # timeout=10 [2021-04-16T10:37:00.152Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2021-04-16T10:37:00.281Z] > git config core.sparsecheckout # timeout=10 [2021-04-16T10:37:00.323Z] > git checkout -f eb0610b7fc7e8c49160c99fa311e14ee632dd45a # timeout=10 [2021-04-16T10:37:02.884Z] #43 24.08 CC images/ghost-file.o [2021-04-16T10:37:02.964Z] #56 46.99 + bin/ctr [2021-04-16T10:37:03.185Z] #43 24.46 CC images/fifo.o [2021-04-16T10:37:03.337Z] #56 ... [2021-04-16T10:37:03.337Z] [2021-04-16T10:37:03.337Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-16T10:37:03.338Z] #49 sha256:09baea0a08acef68e781291c02a7f75d8023921c266f27bae9ad9e449cbdb13c [2021-04-16T10:37:03.338Z] #49 81.49 + /build/golangci-lint --version [2021-04-16T10:37:03.338Z] #49 81.64 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-04-16T10:37:03.338Z] #49 DONE 81.8s [2021-04-16T10:37:03.338Z] [2021-04-16T10:37:03.338Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-16T10:37:03.338Z] #56 sha256:abb64e41d5ddacd535210b89e9a3581ae27fdd816f85f745d40e28d05174dcd5 [2021-04-16T10:37:03.338Z] #56 82.35 + bin/containerd [2021-04-16T10:37:03.338Z] #56 ... [2021-04-16T10:37:03.338Z] [2021-04-16T10:37:03.338Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-04-16T10:37:03.338Z] #50 sha256:f0949b178860ff59a56a6fcd1012cd41d15e9861d7976b29f3bf068af497dd1f [2021-04-16T10:37:03.338Z] #50 DONE 0.1s [2021-04-16T10:37:03.338Z] [2021-04-16T10:37:03.338Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-04-16T10:37:03.338Z] #52 sha256:accc2e67f96b7c8a8a3729f44aa5fa07c185355b5720e2908265378f5d5a798b [2021-04-16T10:37:03.338Z] #52 DONE 0.1s [2021-04-16T10:37:03.338Z] [2021-04-16T10:37:03.338Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-04-16T10:37:03.338Z] #54 sha256:82c87bf8507d9812c6907e196cfa08ff1c3b4eb4ecb053b6995d4f8ee035b391 [2021-04-16T10:37:03.338Z] #54 DONE 0.1s [2021-04-16T10:37:03.338Z] [2021-04-16T10:37:03.338Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-16T10:37:03.338Z] #56 sha256:abb64e41d5ddacd535210b89e9a3581ae27fdd816f85f745d40e28d05174dcd5 [2021-04-16T10:37:03.485Z] #43 24.72 CC images/remap-file-path.o [2021-04-16T10:37:03.526Z] #56 ... [2021-04-16T10:37:03.526Z] [2021-04-16T10:37:03.526Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:37:03.526Z] #43 sha256:634da649664dd1653459ec5ff55fe2816455cb64254406f6f3ff10f2bc6f3259 [2021-04-16T10:37:03.526Z] #43 15.24 make[1]: Nothing to be done for 'all'. [2021-04-16T10:37:03.526Z] #43 16.73 CC images/stats.o [2021-04-16T10:37:03.526Z] #43 17.20 CC images/core.o [2021-04-16T10:37:03.526Z] #43 17.92 CC images/core-x86.o [2021-04-16T10:37:03.526Z] #43 18.51 CC images/core-arm.o [2021-04-16T10:37:03.526Z] #43 18.98 CC images/core-aarch64.o [2021-04-16T10:37:03.526Z] #43 19.43 CC images/core-ppc64.o [2021-04-16T10:37:03.526Z] #43 20.01 CC images/core-s390.o [2021-04-16T10:37:03.526Z] #43 20.74 CC images/cpuinfo.o [2021-04-16T10:37:03.526Z] #43 21.21 CC images/inventory.o [2021-04-16T10:37:03.526Z] #43 21.49 CC images/fdinfo.o [2021-04-16T10:37:03.526Z] #43 21.87 CC images/fown.o [2021-04-16T10:37:03.526Z] #43 22.13 CC images/ns.o [2021-04-16T10:37:03.526Z] #43 22.43 CC images/regfile.o [2021-04-16T10:37:03.526Z] #43 22.77 CC images/ghost-file.o [2021-04-16T10:37:03.526Z] #43 23.18 CC images/fifo.o [2021-04-16T10:37:03.526Z] #43 23.46 CC images/remap-file-path.o [2021-04-16T10:37:03.526Z] #43 23.71 CC images/eventfd.o [2021-04-16T10:37:03.526Z] #43 23.92 CC images/eventpoll.o [2021-04-16T10:37:03.526Z] #43 24.28 CC images/fh.o [2021-04-16T10:37:03.526Z] #43 24.62 CC images/fsnotify.o [2021-04-16T10:37:03.782Z] #43 25.34 CC images/signalfd.o [2021-04-16T10:37:03.785Z] #43 25.01 CC images/eventfd.o [2021-04-16T10:37:04.039Z] #43 25.67 CC images/fs.o [2021-04-16T10:37:04.039Z] #43 ... [2021-04-16T10:37:04.039Z] [2021-04-16T10:37:04.039Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-16T10:37:04.039Z] #51 sha256:977ddd2fd4eeeabc38522ca19723d9052cf8de0a1c2effa3553fe7a00309a118 [2021-04-16T10:37:04.039Z] #51 83.27 mvdan.cc/sh/v3/cmd/shfmt [2021-04-16T10:37:04.085Z] #43 25.23 CC images/eventpoll.o [2021-04-16T10:37:04.385Z] #43 25.58 CC images/fh.o [2021-04-16T10:37:04.385Z] #43 ... [2021-04-16T10:37:04.385Z] [2021-04-16T10:37:04.385Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-16T10:37:04.385Z] #56 sha256:5be0eca2f44eeda23977849f4f01518b67e52ef33523bbf1220c1dbbb34e954b [2021-04-16T10:37:04.421Z] Client: Docker Engine - Community [2021-04-16T10:37:04.421Z] Version: 20.10.5 [2021-04-16T10:37:04.421Z] API version: 1.41 [2021-04-16T10:37:04.421Z] Go version: go1.13.15 [2021-04-16T10:37:04.421Z] Git commit: 55c4c88 [2021-04-16T10:37:04.421Z] Built: Tue Mar 2 20:18:20 2021 [2021-04-16T10:37:04.421Z] OS/Arch: linux/amd64 [2021-04-16T10:37:04.421Z] Context: default [2021-04-16T10:37:04.421Z] Experimental: true [2021-04-16T10:37:04.421Z] [2021-04-16T10:37:04.421Z] Server: Docker Engine - Community [2021-04-16T10:37:04.421Z] Engine: [2021-04-16T10:37:04.421Z] Version: 20.10.5 [2021-04-16T10:37:04.421Z] API version: 1.41 (minimum version 1.12) [2021-04-16T10:37:04.421Z] Go version: go1.13.15 [2021-04-16T10:37:04.421Z] Git commit: 363e9a8 [2021-04-16T10:37:04.421Z] Built: Tue Mar 2 20:16:15 2021 [2021-04-16T10:37:04.421Z] OS/Arch: linux/amd64 [2021-04-16T10:37:04.421Z] Experimental: true [2021-04-16T10:37:04.421Z] containerd: [2021-04-16T10:37:04.421Z] Version: 1.4.4 [2021-04-16T10:37:04.421Z] GitCommit: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-16T10:37:04.421Z] runc: [2021-04-16T10:37:04.421Z] Version: 1.0.0-rc93 [2021-04-16T10:37:04.421Z] GitCommit: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-16T10:37:04.421Z] docker-init: [2021-04-16T10:37:04.421Z] Version: 0.19.0 [2021-04-16T10:37:04.421Z] GitCommit: de40ad0 [Pipeline] sh [2021-04-16T10:37:04.742Z] + docker info [2021-04-16T10:37:04.985Z] #56 54.79 Checking out files: 72% (2820/3883) Checking out files: 73% (2835/3883) Checking out files: 74% (2874/3883) Checking out files: 75% (2913/3883) Checking out files: 76% (2952/3883) Checking out files: 77% (2990/3883) Checking out files: 78% (3029/3883) Checking out files: 79% (3068/3883) Checking out files: 80% (3107/3883) Checking out files: 81% (3146/3883) Checking out files: 82% (3185/3883) Checking out files: 83% (3223/3883) Checking out files: 84% (3262/3883) Checking out files: 85% (3301/3883) Checking out files: 86% (3340/3883) Checking out files: 87% (3379/3883) Checking out files: 88% (3418/3883) Checking out files: 89% (3456/3883) Checking out files: 90% (3495/3883) Checking out files: 91% (3534/3883) Checking out files: 92% (3573/3883) Checking out files: 93% (3612/3883) Checking out files: 94% (3651/3883) Checking out files: 95% (3689/3883) Checking out files: 96% (3728/3883) Checking out files: 97% (3767/3883) Checking out files: 98% (3806/3883) [2021-04-16T10:37:04.985Z] #56 ... [2021-04-16T10:37:04.985Z] [2021-04-16T10:37:04.985Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-16T10:37:04.985Z] #51 sha256:89950dca246c8d949f4e2b540f51ad2feadb236163ab1597bc357afbaf2493af [2021-04-16T10:37:04.985Z] #51 68.68 time [2021-04-16T10:37:04.985Z] #51 71.91 regexp [2021-04-16T10:37:04.985Z] #51 ... [2021-04-16T10:37:04.985Z] [2021-04-16T10:37:04.985Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-16T10:37:04.985Z] #56 sha256:5be0eca2f44eeda23977849f4f01518b67e52ef33523bbf1220c1dbbb34e954b [2021-04-16T10:37:04.985Z] #56 54.79 Checking out files: 72% (2820/3883) Checking out files: 73% (2835/3883) Checking out files: 74% (2874/3883) Checking out files: 75% (2913/3883) Checking out files: 76% (2952/3883) Checking out files: 77% (2990/3883) Checking out files: 78% (3029/3883) Checking out files: 79% (3068/3883) Checking out files: 80% (3107/3883) Checking out files: 81% (3146/3883) Checking out files: 82% (3185/3883) Checking out files: 83% (3223/3883) Checking out files: 84% (3262/3883) Checking out files: 85% (3301/3883) Checking out files: 86% (3340/3883) Checking out files: 87% (3379/3883) Checking out files: 88% (3418/3883) Checking out files: 89% (3456/3883) Checking out files: 90% (3495/3883) Checking out files: 91% (3534/3883) Checking out files: 92% (3573/3883) Checking out files: 93% (3612/3883) Checking out files: 94% (3651/3883) Checking out files: 95% (3689/3883) Checking out files: 96% (3728/3883) Checking out files: 97% (3767/3883) Checking out files: 98% (3806/3883) Checking out files: 99% (3845/3883) Checking out files: 100% (3883/3883) Checking out files: 100% (3883/3883), done. [2021-04-16T10:37:04.985Z] #56 55.49 + cd /tmp/tmp.K2XYL5UKQC/src/github.com/containerd/containerd [2021-04-16T10:37:04.985Z] #56 55.49 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-16T10:37:06.581Z] #24 ... [2021-04-16T10:37:06.581Z] [2021-04-16T10:37:06.581Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-16T10:37:06.581Z] #56 sha256:144a32523a326334293e35cf1d2255272030a9964e8a2a0cb868b4bb524ec42e [2021-04-16T10:37:06.581Z] #56 79.90 + bin/containerd [2021-04-16T10:37:07.104Z] #56 57.56 + export 'BUILDTAGS=netgo osusergo static_build' [2021-04-16T10:37:07.104Z] #56 57.56 + BUILDTAGS='netgo osusergo static_build' [2021-04-16T10:37:07.104Z] #56 57.56 + export EXTRA_FLAGS=-buildmode=pie [2021-04-16T10:37:07.104Z] #56 57.56 + EXTRA_FLAGS=-buildmode=pie [2021-04-16T10:37:07.104Z] #56 57.56 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-04-16T10:37:07.104Z] #56 57.56 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-04-16T10:37:07.104Z] #56 57.56 + '[' '' = dynamic ']' [2021-04-16T10:37:07.104Z] #56 57.56 + make [2021-04-16T10:37:08.164Z] #56 58.70 + bin/ctr [2021-04-16T10:37:08.213Z] #51 ... [2021-04-16T10:37:08.213Z] [2021-04-16T10:37:08.213Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:37:08.213Z] #45 sha256:48e3890b1ec9b7f2844f2242a64d47e52fc97a0a2beaf78d5c48865100003438 [2021-04-16T10:37:08.213Z] #45 77.47 text/template [2021-04-16T10:37:08.213Z] #45 80.03 log [2021-04-16T10:37:08.213Z] #45 80.58 encoding/xml [2021-04-16T10:37:08.213Z] #45 82.77 go/doc [2021-04-16T10:37:08.213Z] #45 86.15 github.com/LK4D4/vndr/build [2021-04-16T10:37:08.213Z] #45 86.35 github.com/LK4D4/vndr/versioned [2021-04-16T10:37:08.213Z] #45 86.54 compress/flate [2021-04-16T10:37:08.213Z] #45 ... [2021-04-16T10:37:08.213Z] [2021-04-16T10:37:08.213Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:37:08.213Z] #43 sha256:634da649664dd1653459ec5ff55fe2816455cb64254406f6f3ff10f2bc6f3259 [2021-04-16T10:37:08.213Z] #43 25.90 CC images/pstree.o [2021-04-16T10:37:08.213Z] #43 26.16 CC images/pipe.o [2021-04-16T10:37:08.213Z] #43 26.46 CC images/tcp-stream.o [2021-04-16T10:37:08.213Z] #43 26.74 CC images/sk-packet.o [2021-04-16T10:37:08.213Z] #43 27.03 CC images/mnt.o [2021-04-16T10:37:08.213Z] #43 27.28 CC images/pipe-data.o [2021-04-16T10:37:08.213Z] #43 27.56 CC images/sa.o [2021-04-16T10:37:08.213Z] #43 27.81 CC images/timer.o [2021-04-16T10:37:08.213Z] #43 28.20 CC images/timerfd.o [2021-04-16T10:37:08.213Z] #43 28.52 CC images/mm.o [2021-04-16T10:37:08.213Z] #43 28.88 CC images/sk-opts.o [2021-04-16T10:37:08.213Z] #43 29.07 CC images/sk-unix.o [2021-04-16T10:37:08.213Z] #43 29.41 CC images/sk-inet.o [2021-04-16T10:37:08.213Z] #43 29.90 CC images/tun.o [2021-04-16T10:37:08.469Z] #43 30.26 CC images/sk-netlink.o [2021-04-16T10:37:08.507Z] #56 ... [2021-04-16T10:37:08.507Z] [2021-04-16T10:37:08.507Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-16T10:37:08.507Z] #49 sha256:86d2417d1d662ba9387daaa8253891f334d7318a361d9a968413ee2721e6dcbf [2021-04-16T10:37:08.507Z] #49 82.15 + /build/golangci-lint --version [2021-04-16T10:37:08.507Z] #49 82.47 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-04-16T10:37:08.507Z] #49 DONE 83.4s [2021-04-16T10:37:08.507Z] [2021-04-16T10:37:08.507Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-04-16T10:37:08.507Z] #24 sha256:3a0072bb78fd441ca23534688e284a4c0d07a28dd8b762b69c2a8a15ce4e7211 [2021-04-16T10:37:08.732Z] #43 30.49 CC images/packet-sock.o [2021-04-16T10:37:09.063Z] ok github.com/docker/docker/api/server 0.007s coverage: 9.0% of statements [2021-04-16T10:37:09.295Z] #43 30.92 CC images/ipc-var.o [2021-04-16T10:37:09.552Z] #43 31.15 CC images/ipc-desc.o [2021-04-16T10:37:09.814Z] #43 31.41 CC images/ipc-shm.o [2021-04-16T10:37:09.814Z] #43 31.60 CC images/ipc-msg.o [2021-04-16T10:37:10.379Z] #43 31.85 CC images/ipc-sem.o [2021-04-16T10:37:10.635Z] #43 32.12 CC images/utsns.o [2021-04-16T10:37:10.635Z] #43 ... [2021-04-16T10:37:10.635Z] [2021-04-16T10:37:10.635Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-16T10:37:10.635Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-16T10:37:10.635Z] #13 94.77 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-04-16T10:37:10.635Z] #13 94.77 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-04-16T10:37:10.635Z] #13 94.82 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-04-16T10:37:10.635Z] #13 ... [2021-04-16T10:37:10.635Z] [2021-04-16T10:37:10.635Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-16T10:37:10.635Z] #51 sha256:977ddd2fd4eeeabc38522ca19723d9052cf8de0a1c2effa3553fe7a00309a118 [2021-04-16T10:37:10.635Z] #51 DONE 89.8s [2021-04-16T10:37:10.891Z] [2021-04-16T10:37:10.891Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:37:10.891Z] #43 sha256:634da649664dd1653459ec5ff55fe2816455cb64254406f6f3ff10f2bc6f3259 [2021-04-16T10:37:10.891Z] #43 32.42 CC images/creds.o [2021-04-16T10:37:11.147Z] #43 32.72 CC images/vma.o [2021-04-16T10:37:11.403Z] #43 33.25 CC images/netdev.o [2021-04-16T10:37:11.777Z] #56 ... [2021-04-16T10:37:11.777Z] [2021-04-16T10:37:11.777Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:37:11.777Z] #43 sha256:18971e2e33c6fe61fe2c3fccfe7f030f63f1953e93d060584dabe4c8520753d2 [2021-04-16T10:37:11.777Z] #43 25.84 CC images/fsnotify.o [2021-04-16T10:37:11.777Z] #43 26.55 CC images/signalfd.o [2021-04-16T10:37:11.777Z] #43 26.82 CC images/fs.o [2021-04-16T10:37:11.777Z] #43 27.03 CC images/pstree.o [2021-04-16T10:37:11.777Z] #43 27.24 CC images/pipe.o [2021-04-16T10:37:11.777Z] #43 27.47 CC images/tcp-stream.o [2021-04-16T10:37:11.777Z] #43 27.72 CC images/sk-packet.o [2021-04-16T10:37:11.777Z] #43 28.03 CC images/mnt.o [2021-04-16T10:37:11.777Z] #43 28.32 CC images/pipe-data.o [2021-04-16T10:37:11.777Z] #43 28.51 CC images/sa.o [2021-04-16T10:37:11.777Z] #43 28.83 CC images/timer.o [2021-04-16T10:37:11.777Z] #43 29.24 CC images/timerfd.o [2021-04-16T10:37:11.777Z] #43 29.46 CC images/mm.o [2021-04-16T10:37:11.777Z] #43 29.82 CC images/sk-opts.o [2021-04-16T10:37:11.777Z] #43 30.13 CC images/sk-unix.o [2021-04-16T10:37:11.777Z] #43 30.54 CC images/sk-inet.o [2021-04-16T10:37:11.777Z] #43 31.01 CC images/tun.o [2021-04-16T10:37:11.777Z] #43 31.42 CC images/sk-netlink.o [2021-04-16T10:37:11.777Z] #43 31.69 CC images/packet-sock.o [2021-04-16T10:37:11.777Z] #43 32.13 CC images/ipc-var.o [2021-04-16T10:37:11.777Z] #43 32.38 CC images/ipc-desc.o [2021-04-16T10:37:11.777Z] #43 32.71 CC images/ipc-shm.o [2021-04-16T10:37:11.777Z] #43 33.06 CC images/ipc-msg.o [2021-04-16T10:37:11.933Z] Commit message: "Dockerfile: integrate e2e stage in main Dockerfile" [Pipeline] withEnv [Pipeline] { [2021-04-16T10:37:12.334Z] #43 33.78 CC images/tty.o [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-04-16T10:37:12.428Z] #43 33.43 CC images/ipc-sem.o [2021-04-16T10:37:12.428Z] #43 33.66 CC images/utsns.o [2021-04-16T10:37:12.590Z] #43 34.41 CC images/file-lock.o [2021-04-16T10:37:12.636Z] #56 109.4 + bin/containerd-stress [2021-04-16T10:37:12.636Z] #56 111.2 + bin/containerd-shim [2021-04-16T10:37:12.728Z] #43 33.84 CC images/creds.o [2021-04-16T10:37:12.728Z] #43 34.08 CC images/vma.o [2021-04-16T10:37:12.847Z] #43 34.67 CC images/rlimit.o [2021-04-16T10:37:13.026Z] #43 34.32 CC images/netdev.o [2021-04-16T10:37:13.103Z] #43 34.93 CC images/pagemap.o [2021-04-16T10:37:13.325Z] #43 ... [2021-04-16T10:37:13.325Z] [2021-04-16T10:37:13.325Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:37:13.325Z] #45 sha256:361f9151b9374e8bf32e43f72eb60276634412167f47c2d39151afba75fbd393 [2021-04-16T10:37:13.325Z] #45 77.14 context [2021-04-16T10:37:13.325Z] #45 77.15 internal/poll [2021-04-16T10:37:13.325Z] #45 79.08 github.com/LK4D4/vndr/versioned [2021-04-16T10:37:13.325Z] #45 80.82 os [2021-04-16T10:37:13.325Z] #45 82.45 encoding/binary [2021-04-16T10:37:13.325Z] #45 82.46 internal/fmtsort [2021-04-16T10:37:13.325Z] #45 85.06 encoding/base64 [2021-04-16T10:37:13.325Z] #45 85.07 crypto/cipher [2021-04-16T10:37:13.326Z] #45 85.07 crypto/sha512 [2021-04-16T10:37:13.326Z] #45 85.21 fmt [2021-04-16T10:37:13.326Z] #45 86.87 path/filepath [2021-04-16T10:37:13.359Z] #43 35.19 CC images/siginfo.o [2021-04-16T10:37:13.616Z] #43 35.46 CC images/rpc.o [2021-04-16T10:37:13.626Z] #45 ... [2021-04-16T10:37:13.626Z] [2021-04-16T10:37:13.626Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:37:13.626Z] #43 sha256:18971e2e33c6fe61fe2c3fccfe7f030f63f1953e93d060584dabe4c8520753d2 [2021-04-16T10:37:13.626Z] #43 34.76 CC images/tty.o [2021-04-16T10:37:14.290Z] #43 35.55 CC images/file-lock.o [2021-04-16T10:37:14.590Z] #43 35.84 CC images/rlimit.o [2021-04-16T10:37:14.890Z] #43 36.06 CC images/pagemap.o [2021-04-16T10:37:15.097Z] + docker version [2021-04-16T10:37:15.190Z] #43 36.38 CC images/siginfo.o [2021-04-16T10:37:15.490Z] #43 36.66 CC images/rpc.o [2021-04-16T10:37:15.555Z] #43 36.93 CC images/ext-file.o [2021-04-16T10:37:15.555Z] #43 37.12 CC images/cgroup.o [2021-04-16T10:37:15.789Z] #43 ... [2021-04-16T10:37:15.789Z] [2021-04-16T10:37:15.789Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-16T10:37:15.789Z] #51 sha256:89950dca246c8d949f4e2b540f51ad2feadb236163ab1597bc357afbaf2493af [2021-04-16T10:37:15.789Z] #51 79.42 internal/poll [2021-04-16T10:37:15.789Z] #51 81.62 os [2021-04-16T10:37:15.789Z] #51 84.22 encoding/binary [2021-04-16T10:37:15.789Z] #51 85.35 fmt [2021-04-16T10:37:15.789Z] #51 85.36 mvdan.cc/sh/v3/fileutil [2021-04-16T10:37:15.789Z] #51 85.37 path/filepath [2021-04-16T10:37:15.789Z] #51 88.10 golang.org/x/sys/unix [2021-04-16T10:37:15.789Z] #51 88.63 io/ioutil [2021-04-16T10:37:15.789Z] #51 ... [2021-04-16T10:37:15.789Z] [2021-04-16T10:37:15.789Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:37:15.789Z] #45 sha256:361f9151b9374e8bf32e43f72eb60276634412167f47c2d39151afba75fbd393 [2021-04-16T10:37:15.789Z] #45 87.91 internal/lazyregexp [2021-04-16T10:37:15.789Z] #45 88.61 crypto/ed25519/internal/edwards25519 [2021-04-16T10:37:16.089Z] #45 89.62 crypto/aes [2021-04-16T10:37:16.118Z] #43 37.69 CC images/userns.o [2021-04-16T10:37:16.118Z] #43 37.96 CC images/google/protobuf/descriptor.o [2021-04-16T10:37:16.389Z] #45 90.17 crypto/des [2021-04-16T10:37:16.968Z] Client: [2021-04-16T10:37:16.968Z] Context: default [2021-04-16T10:37:16.968Z] Debug Mode: false [2021-04-16T10:37:16.968Z] Plugins: [2021-04-16T10:37:16.968Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-04-16T10:37:16.968Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-04-16T10:37:16.968Z] [2021-04-16T10:37:16.968Z] Server: [2021-04-16T10:37:16.968Z] Containers: 0 [2021-04-16T10:37:16.968Z] Running: 0 [2021-04-16T10:37:16.968Z] Paused: 0 [2021-04-16T10:37:16.968Z] Stopped: 0 [2021-04-16T10:37:16.968Z] Images: 0 [2021-04-16T10:37:16.968Z] Server Version: 20.10.5 [2021-04-16T10:37:16.968Z] Storage Driver: overlay2 [2021-04-16T10:37:16.968Z] Backing Filesystem: extfs [2021-04-16T10:37:16.968Z] Supports d_type: true [2021-04-16T10:37:16.968Z] Native Overlay Diff: true [2021-04-16T10:37:16.968Z] Logging Driver: json-file [2021-04-16T10:37:16.968Z] Cgroup Driver: systemd [2021-04-16T10:37:16.968Z] Cgroup Version: 2 [2021-04-16T10:37:16.968Z] Plugins: [2021-04-16T10:37:16.968Z] Volume: local [2021-04-16T10:37:16.968Z] Network: bridge host ipvlan macvlan null overlay [2021-04-16T10:37:16.968Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-04-16T10:37:16.968Z] Swarm: inactive [2021-04-16T10:37:16.968Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-04-16T10:37:16.968Z] Default Runtime: runc [2021-04-16T10:37:16.968Z] Init Binary: docker-init [2021-04-16T10:37:16.968Z] containerd version: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-16T10:37:16.968Z] runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-16T10:37:16.968Z] init version: de40ad0 [2021-04-16T10:37:16.968Z] Security Options: [2021-04-16T10:37:16.968Z] apparmor [2021-04-16T10:37:16.968Z] seccomp [2021-04-16T10:37:16.968Z] Profile: default [2021-04-16T10:37:16.968Z] cgroupns [2021-04-16T10:37:16.968Z] Kernel Version: 5.4.0-1041-aws [2021-04-16T10:37:16.968Z] Operating System: Ubuntu 20.04.2 LTS [2021-04-16T10:37:16.968Z] OSType: linux [2021-04-16T10:37:16.968Z] Architecture: x86_64 [2021-04-16T10:37:16.968Z] CPUs: 2 [2021-04-16T10:37:16.968Z] Total Memory: 7.487GiB [2021-04-16T10:37:16.968Z] Name: ip-10-100-50-193 [2021-04-16T10:37:16.968Z] ID: XSCR:IMEW:U2PS:XHFP:UG4F:RXBB:XG3Q:ZRJE:MOFM:IVIM:YDU4:RNLR [2021-04-16T10:37:16.968Z] Docker Root Dir: /var/lib/docker [2021-04-16T10:37:16.968Z] Debug Mode: false [2021-04-16T10:37:16.968Z] Registry: https://index.docker.io/v1/ [2021-04-16T10:37:16.968Z] Labels: [2021-04-16T10:37:16.968Z] Experimental: true [2021-04-16T10:37:16.968Z] Insecure Registries: [2021-04-16T10:37:16.968Z] 127.0.0.0/8 [2021-04-16T10:37:16.968Z] Live Restore Enabled: true [2021-04-16T10:37:16.968Z] [2021-04-16T10:37:16.968Z] WARNING: Support for cgroup v2 is experimental [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-04-16T10:37:17.337Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:eb0610b7fc7e8c49160c99fa311e14ee632dd45a . [2021-04-16T10:37:17.445Z] #45 ... [2021-04-16T10:37:17.445Z] [2021-04-16T10:37:17.445Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-16T10:37:17.445Z] #13 sha256:5151d703b769bc35b6bada7e872d6f26a661733fd6a91bb6a69d949f095f4d31 [2021-04-16T10:37:17.445Z] #13 85.07 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-04-16T10:37:17.445Z] #13 85.08 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2021-04-16T10:37:17.445Z] #13 85.09 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-04-16T10:37:17.445Z] #13 ... [2021-04-16T10:37:17.445Z] [2021-04-16T10:37:17.445Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:37:17.445Z] #43 sha256:18971e2e33c6fe61fe2c3fccfe7f030f63f1953e93d060584dabe4c8520753d2 [2021-04-16T10:37:17.445Z] #43 38.21 CC images/ext-file.o [2021-04-16T10:37:17.445Z] #43 38.51 CC images/cgroup.o [2021-04-16T10:37:17.598Z] #1 [internal] load build definition from Dockerfile [2021-04-16T10:37:17.598Z] #1 sha256:859b53e7fb6dbcc0d67bb21800dee1966e9a931f738a3ad0c1f4fb390731aec4 [2021-04-16T10:37:17.598Z] #1 ... [2021-04-16T10:37:17.598Z] [2021-04-16T10:37:17.598Z] #2 [internal] load .dockerignore [2021-04-16T10:37:17.598Z] #2 sha256:5bbdc2827fd969cdec49f16df7a7bcc0281592350000ba0dadb8a98718bdc1aa [2021-04-16T10:37:17.598Z] #2 transferring context: 87B done [2021-04-16T10:37:17.598Z] #2 DONE 0.1s [2021-04-16T10:37:17.598Z] [2021-04-16T10:37:17.598Z] #1 [internal] load build definition from Dockerfile [2021-04-16T10:37:17.598Z] #1 sha256:859b53e7fb6dbcc0d67bb21800dee1966e9a931f738a3ad0c1f4fb390731aec4 [2021-04-16T10:37:17.598Z] #1 transferring dockerfile: 25.06kB done [2021-04-16T10:37:17.859Z] #1 DONE 0.3s [2021-04-16T10:37:17.859Z] [2021-04-16T10:37:17.859Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-04-16T10:37:17.859Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-04-16T10:37:18.008Z] #43 39.73 CC images/opts.o [2021-04-16T10:37:18.093Z] #43 39.29 CC images/userns.o [2021-04-16T10:37:18.264Z] #43 39.96 CC images/seccomp.o [2021-04-16T10:37:18.410Z] #43 39.61 CC images/google/protobuf/descriptor.o [2021-04-16T10:37:18.431Z] #3 DONE 0.5s [2021-04-16T10:37:18.431Z] [2021-04-16T10:37:18.431Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-04-16T10:37:18.431Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-04-16T10:37:18.431Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2021-04-16T10:37:18.431Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-04-16T10:37:18.431Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done [2021-04-16T10:37:18.431Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done [2021-04-16T10:37:18.431Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 2.10MB / 9.64MB 0.1s [2021-04-16T10:37:18.431Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s [2021-04-16T10:37:18.521Z] #43 40.27 CC images/binfmt-misc.o [2021-04-16T10:37:18.694Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.3s done [2021-04-16T10:37:18.694Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.1s [2021-04-16T10:37:18.777Z] #43 40.50 CC images/time.o [2021-04-16T10:37:18.954Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.2s done [2021-04-16T10:37:18.954Z] #4 DONE 0.7s [2021-04-16T10:37:19.033Z] #43 40.71 CC images/sysctl.o [2021-04-16T10:37:19.033Z] #43 40.89 CC images/autofs.o [2021-04-16T10:37:19.208Z] #56 117.8 + bin/containerd-shim-runc-v1 [2021-04-16T10:37:19.214Z] [2021-04-16T10:37:19.214Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-04-16T10:37:19.214Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-04-16T10:37:19.596Z] #43 41.08 CC images/macvlan.o [2021-04-16T10:37:19.596Z] #43 41.31 CC images/sit.o [2021-04-16T10:37:19.785Z] #8 ... [2021-04-16T10:37:19.785Z] [2021-04-16T10:37:19.785Z] #5 [internal] load metadata for docker.io/library/debian:buster [2021-04-16T10:37:19.785Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-04-16T10:37:19.785Z] #5 DONE 0.7s [2021-04-16T10:37:19.785Z] [2021-04-16T10:37:19.785Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-04-16T10:37:19.785Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-04-16T10:37:19.785Z] #8 DONE 0.7s [2021-04-16T10:37:19.785Z] [2021-04-16T10:37:19.785Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-04-16T10:37:19.785Z] #6 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-04-16T10:37:19.785Z] #6 DONE 0.8s [2021-04-16T10:37:19.785Z] [2021-04-16T10:37:19.785Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-04-16T10:37:19.785Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-04-16T10:37:19.785Z] #7 DONE 0.8s [2021-04-16T10:37:19.852Z] #43 41.56 CC images/memfd.o [2021-04-16T10:37:19.852Z] #43 ... [2021-04-16T10:37:19.852Z] [2021-04-16T10:37:19.852Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:37:19.852Z] #45 sha256:48e3890b1ec9b7f2844f2242a64d47e52fc97a0a2beaf78d5c48865100003438 [2021-04-16T10:37:19.852Z] #45 89.30 hash/crc32 [2021-04-16T10:37:19.852Z] #45 89.72 net [2021-04-16T10:37:19.852Z] #45 89.74 compress/gzip [2021-04-16T10:37:19.852Z] #45 90.73 vendor/golang.org/x/crypto/chacha20poly1305 [2021-04-16T10:37:19.852Z] #45 92.01 vendor/golang.org/x/text/transform [2021-04-16T10:37:19.852Z] #45 92.68 vendor/golang.org/x/text/unicode/bidi [2021-04-16T10:37:19.852Z] #45 94.37 vendor/golang.org/x/text/secure/bidirule [2021-04-16T10:37:19.852Z] #45 94.70 vendor/golang.org/x/text/unicode/norm [2021-04-16T10:37:19.852Z] #45 98.64 vendor/golang.org/x/net/idna [2021-04-16T10:37:20.149Z] #45 ... [2021-04-16T10:37:20.149Z] [2021-04-16T10:37:20.149Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:37:20.149Z] #43 sha256:634da649664dd1653459ec5ff55fe2816455cb64254406f6f3ff10f2bc6f3259 [2021-04-16T10:37:20.149Z] #43 41.81 CC images/timens.o [2021-04-16T10:37:20.404Z] #43 42.05 LINK images/built-in.o [2021-04-16T10:37:20.404Z] #43 42.24 GEN compel/include/asm [2021-04-16T10:37:20.404Z] #43 42.27 GEN compel/include/version.h [2021-04-16T10:37:20.529Z] #43 41.66 CC images/opts.o [2021-04-16T10:37:20.659Z] #43 42.30 touch .config [2021-04-16T10:37:20.659Z] #43 42.34 GEN include/common/config.h [2021-04-16T10:37:20.831Z] #43 41.94 CC images/seccomp.o [2021-04-16T10:37:20.914Z] #43 42.43 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2021-04-16T10:37:20.914Z] #43 42.45 GEN compel/plugins/include/uapi/std/syscall-64.h [2021-04-16T10:37:20.914Z] #43 42.48 GEN compel/arch/x86/plugins/std/syscalls-64.S [2021-04-16T10:37:20.914Z] #43 42.49 DEP compel/arch/x86/plugins/std/syscalls-64.d [2021-04-16T10:37:20.914Z] #43 42.52 DEP compel/arch/x86/plugins/std/memcpy.d [2021-04-16T10:37:20.914Z] #43 42.56 DEP compel/arch/x86/plugins/std/parasite-head.d [2021-04-16T10:37:20.914Z] #43 42.59 GEN compel/plugins/include/uapi/std/syscall.h [2021-04-16T10:37:20.914Z] #43 42.62 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2021-04-16T10:37:20.914Z] #43 42.64 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-04-16T10:37:20.914Z] #43 42.68 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-04-16T10:37:21.135Z] #43 42.24 CC images/binfmt-misc.o [2021-04-16T10:37:21.135Z] #43 42.49 CC images/time.o [2021-04-16T10:37:21.169Z] #43 42.69 DEP compel/plugins/std/infect.d [2021-04-16T10:37:21.169Z] #43 42.81 DEP compel/plugins/std/string.d [2021-04-16T10:37:21.169Z] #43 42.91 DEP compel/plugins/std/log.d [2021-04-16T10:37:21.427Z] #43 43.05 DEP compel/plugins/std/fds.d [2021-04-16T10:37:21.427Z] #43 43.21 DEP compel/plugins/std/std.d [2021-04-16T10:37:21.442Z] #43 42.69 CC images/sysctl.o [2021-04-16T10:37:21.682Z] #43 43.31 DEP compel/plugins/shmem/shmem.d [2021-04-16T10:37:21.703Z] [2021-04-16T10:37:21.703Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-16T10:37:21.703Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-04-16T10:37:21.703Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.0s done [2021-04-16T10:37:21.743Z] #43 42.86 CC images/autofs.o [2021-04-16T10:37:21.743Z] #43 43.05 CC images/macvlan.o [2021-04-16T10:37:21.937Z] #43 43.46 DEP compel/plugins/fds/fds.d [2021-04-16T10:37:21.937Z] #43 43.66 CC compel/plugins/std/std.o [2021-04-16T10:37:21.964Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-04-16T10:37:21.964Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2021-04-16T10:37:21.964Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2021-04-16T10:37:22.048Z] #43 43.26 CC images/sit.o [2021-04-16T10:37:22.187Z] Client: Mirantis Container Runtime [2021-04-16T10:37:22.187Z] Version: 20.10.0 [2021-04-16T10:37:22.187Z] API version: 1.41 [2021-04-16T10:37:22.187Z] Go version: go1.13.15 [2021-04-16T10:37:22.187Z] Git commit: 6ee42dc [2021-04-16T10:37:22.187Z] Built: 03/11/2021 13:24:56 [2021-04-16T10:37:22.187Z] OS/Arch: windows/amd64 [2021-04-16T10:37:22.187Z] Context: default [2021-04-16T10:37:22.187Z] Experimental: true [2021-04-16T10:37:22.187Z] [2021-04-16T10:37:22.187Z] Server: Mirantis Container Runtime [2021-04-16T10:37:22.187Z] Engine: [2021-04-16T10:37:22.187Z] Version: 20.10.0 [2021-04-16T10:37:22.187Z] API version: 1.41 (minimum version 1.24) [2021-04-16T10:37:22.187Z] Go version: go1.13.15 [2021-04-16T10:37:22.187Z] Git commit: 1e08f21e79 [2021-04-16T10:37:22.187Z] Built: 03/11/2021 13:23:32 [2021-04-16T10:37:22.187Z] OS/Arch: windows/amd64 [2021-04-16T10:37:22.187Z] Experimental: true [2021-04-16T10:37:22.263Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 0B / 50.40MB 0.4s [2021-04-16T10:37:22.349Z] #43 43.52 CC images/memfd.o [2021-04-16T10:37:22.349Z] #43 ... [2021-04-16T10:37:22.349Z] [2021-04-16T10:37:22.349Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-16T10:37:22.349Z] #13 sha256:5151d703b769bc35b6bada7e872d6f26a661733fd6a91bb6a69d949f095f4d31 [2021-04-16T10:37:22.349Z] #13 99.62 Selecting previously unselected package libapparmor1:ppc64el. [2021-04-16T10:37:22.349Z] #13 99.63 Preparing to unpack .../10-libapparmor1_2.13.2-10_ppc64el.deb ... [2021-04-16T10:37:22.349Z] #13 99.66 Unpacking libapparmor1:ppc64el (2.13.2-10) ... [2021-04-16T10:37:22.349Z] #13 99.79 Selecting previously unselected package libapparmor-dev:ppc64el. [2021-04-16T10:37:22.349Z] #13 99.81 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_ppc64el.deb ... [2021-04-16T10:37:22.349Z] #13 99.81 Unpacking libapparmor-dev:ppc64el (2.13.2-10) ... [2021-04-16T10:37:22.349Z] #13 99.96 Selecting previously unselected package libbtrfs0. [2021-04-16T10:37:22.349Z] #13 99.98 Preparing to unpack .../12-libbtrfs0_4.20.1-2_ppc64el.deb ... [2021-04-16T10:37:22.349Z] #13 99.98 Unpacking libbtrfs0 (4.20.1-2) ... [2021-04-16T10:37:22.349Z] #13 100.1 Selecting previously unselected package libbtrfs-dev. [2021-04-16T10:37:22.349Z] #13 100.1 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2021-04-16T10:37:22.349Z] #13 100.1 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-04-16T10:37:22.498Z] #43 44.07 CC compel/plugins/std/fds.o [2021-04-16T10:37:22.526Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 7.94MB / 50.40MB 0.7s [2021-04-16T10:37:22.526Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 12.58MB / 50.40MB 0.8s [2021-04-16T10:37:22.526Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0B / 7.81MB 0.8s [2021-04-16T10:37:22.650Z] #13 100.2 Selecting previously unselected package libdevmapper-event1.02.1:ppc64el. [2021-04-16T10:37:22.650Z] #13 100.3 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2021-04-16T10:37:22.650Z] #13 100.3 Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2021-04-16T10:37:22.650Z] #13 100.4 Selecting previously unselected package libudev-dev:ppc64el. [2021-04-16T10:37:22.650Z] #13 100.4 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_ppc64el.deb ... [2021-04-16T10:37:22.650Z] #13 100.5 Unpacking libudev-dev:ppc64el (241-7~deb10u7) ... [2021-04-16T10:37:22.650Z] #13 100.6 Selecting previously unselected package libsepol1-dev:ppc64el. [2021-04-16T10:37:22.753Z] #43 44.61 CC compel/plugins/std/log.o [2021-04-16T10:37:22.796Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 16.78MB / 50.40MB 0.9s [2021-04-16T10:37:22.796Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 23.07MB / 50.40MB 1.0s [2021-04-16T10:37:22.796Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 1.05MB / 7.81MB 1.0s [2021-04-16T10:37:22.796Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 33.55MB / 50.40MB 1.1s [2021-04-16T10:37:22.796Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 2.10MB / 7.81MB 1.1s [Pipeline] sh [2021-04-16T10:37:22.950Z] #13 100.7 Preparing to unpack .../16-libsepol1-dev_2.8-1_ppc64el.deb ... [2021-04-16T10:37:22.950Z] #13 100.7 Unpacking libsepol1-dev:ppc64el (2.8-1) ... [2021-04-16T10:37:23.058Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 41.94MB / 50.40MB 1.2s [2021-04-16T10:37:23.058Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 3.15MB / 7.81MB 1.2s [2021-04-16T10:37:23.250Z] #13 101.0 Selecting previously unselected package libpcre16-3:ppc64el. [2021-04-16T10:37:23.250Z] #13 101.0 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_ppc64el.deb ... [2021-04-16T10:37:23.250Z] #13 101.0 Unpacking libpcre16-3:ppc64el (2:8.39-12) ... [2021-04-16T10:37:23.322Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.4s [2021-04-16T10:37:23.322Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 1.4s [2021-04-16T10:37:23.401Z] #56 122.3 + bin/containerd-shim-runc-v2 [2021-04-16T10:37:23.551Z] #13 101.2 Selecting previously unselected package libpcre32-3:ppc64el. [2021-04-16T10:37:23.551Z] #13 101.2 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_ppc64el.deb ... [2021-04-16T10:37:23.551Z] #13 101.2 Unpacking libpcre32-3:ppc64el (2:8.39-12) ... [2021-04-16T10:37:23.551Z] #13 101.4 Selecting previously unselected package libpcrecpp0v5:ppc64el. [2021-04-16T10:37:23.610Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.8s done [2021-04-16T10:37:23.721Z] #43 45.41 CC compel/plugins/std/string.o [2021-04-16T10:37:23.727Z] + docker info [2021-04-16T10:37:23.854Z] #13 101.4 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_ppc64el.deb ... [2021-04-16T10:37:23.854Z] #13 101.5 Unpacking libpcrecpp0v5:ppc64el (2:8.39-12) ... [2021-04-16T10:37:23.854Z] #13 101.6 Selecting previously unselected package libpcre3-dev:ppc64el. [2021-04-16T10:37:23.854Z] #13 101.6 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_ppc64el.deb ... [2021-04-16T10:37:23.854Z] #13 101.6 Unpacking libpcre3-dev:ppc64el (2:8.39-12) ... [2021-04-16T10:37:23.873Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 2.0s done [2021-04-16T10:37:23.873Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 [2021-04-16T10:37:23.873Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 4.19MB / 51.83MB 2.1s [2021-04-16T10:37:24.137Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 11.53MB / 51.83MB 2.2s [2021-04-16T10:37:24.137Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 23.20MB / 51.83MB 2.4s [2021-04-16T10:37:24.155Z] #13 102.0 Selecting previously unselected package libselinux1-dev:ppc64el. [2021-04-16T10:37:24.155Z] #13 102.0 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_ppc64el.deb ... [2021-04-16T10:37:24.337Z] #56 123.2 + binaries [2021-04-16T10:37:24.337Z] #56 123.2 + install -D bin/containerd /build/containerd [2021-04-16T10:37:24.337Z] #56 123.3 + install -D bin/containerd-shim /build/containerd-shim [2021-04-16T10:37:24.337Z] #56 123.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-04-16T10:37:24.337Z] #56 123.3 + install -D bin/ctr /build/ctr [2021-04-16T10:37:24.400Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 31.18MB / 51.83MB 2.6s [2021-04-16T10:37:24.400Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 2.10MB / 10.00MB 2.6s [2021-04-16T10:37:24.400Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 0B / 68.67MB 2.6s [2021-04-16T10:37:24.400Z] #9 ... [2021-04-16T10:37:24.400Z] [2021-04-16T10:37:24.400Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-04-16T10:37:24.400Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-04-16T10:37:24.400Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2021-04-16T10:37:24.400Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-04-16T10:37:24.400Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-04-16T10:37:24.400Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-04-16T10:37:24.400Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.6s done [2021-04-16T10:37:24.400Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.6s done [2021-04-16T10:37:24.400Z] #62 DONE 2.8s [2021-04-16T10:37:24.455Z] #13 102.0 Unpacking libselinux1-dev:ppc64el (2.8-1+b1) ... [2021-04-16T10:37:24.646Z] #43 46.13 CC compel/plugins/std/infect.o [2021-04-16T10:37:24.663Z] [2021-04-16T10:37:24.663Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-16T10:37:24.663Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-04-16T10:37:24.663Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 38.80MB / 51.83MB 2.8s [2021-04-16T10:37:24.663Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 2.8s [2021-04-16T10:37:24.663Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 50.33MB / 51.83MB 2.9s [2021-04-16T10:37:24.663Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 8.39MB / 68.67MB 2.9s [2021-04-16T10:37:24.727Z] #56 DONE 123.6s [2021-04-16T10:37:24.754Z] #13 102.4 Selecting previously unselected package libdevmapper-dev:ppc64el. [2021-04-16T10:37:24.754Z] #13 102.4 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_ppc64el.deb ... [2021-04-16T10:37:24.754Z] #13 102.4 Unpacking libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2021-04-16T10:37:24.754Z] #13 102.5 Selecting previously unselected package libseccomp-dev:ppc64el. [2021-04-16T10:37:24.754Z] #13 102.5 Preparing to unpack .../23-libseccomp-dev_2.4.1-2~bpo10+1_ppc64el.deb ... [2021-04-16T10:37:24.754Z] #13 102.5 Unpacking libseccomp-dev:ppc64el (2.4.1-2~bpo10+1) ... [2021-04-16T10:37:24.754Z] #13 102.6 Selecting previously unselected package libsystemd-dev:ppc64el. [2021-04-16T10:37:24.754Z] #13 102.6 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_ppc64el.deb ... [2021-04-16T10:37:24.754Z] #13 102.6 Unpacking libsystemd-dev:ppc64el (241-7~deb10u7) ... [2021-04-16T10:37:24.901Z] #43 46.59 CC compel/arch/x86/plugins/std/parasite-head.o [2021-04-16T10:37:24.901Z] #43 46.63 CC compel/arch/x86/plugins/std/memcpy.o [2021-04-16T10:37:24.901Z] #43 46.68 CC compel/arch/x86/plugins/std/syscalls-64.o [2021-04-16T10:37:24.924Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 2.9s done [2021-04-16T10:37:24.924Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 0B / 120.17MB 3.0s [2021-04-16T10:37:24.924Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 23.07MB / 68.67MB 3.2s [2021-04-16T10:37:24.924Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 10.49MB / 120.17MB 3.2s [2021-04-16T10:37:25.186Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 28.31MB / 68.67MB 3.3s [2021-04-16T10:37:25.186Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 37.75MB / 68.67MB 3.5s [2021-04-16T10:37:25.186Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 22.02MB / 120.17MB 3.5s [2021-04-16T10:37:25.190Z] #43 46.75 AR compel/plugins/std.lib.a [2021-04-16T10:37:25.190Z] #43 46.87 CC compel/plugins/fds/fds.o [2021-04-16T10:37:25.418Z] #13 103.1 Setting up libpcrecpp0v5:ppc64el (2:8.39-12) ... [2021-04-16T10:37:25.418Z] #13 103.1 Setting up libseccomp-dev:ppc64el (2.4.1-2~bpo10+1) ... [2021-04-16T10:37:25.418Z] #13 103.1 Setting up libapparmor1:ppc64el (2.13.2-10) ... [2021-04-16T10:37:25.418Z] #13 103.1 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-04-16T10:37:25.418Z] #13 103.1 Setting up libpcre16-3:ppc64el (2:8.39-12) ... [2021-04-16T10:37:25.418Z] #13 103.1 Setting up libsepol1-dev:ppc64el (2.8-1) ... [2021-04-16T10:37:25.418Z] #13 103.1 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-04-16T10:37:25.418Z] #13 103.1 Setting up libbtrfs0 (4.20.1-2) ... [2021-04-16T10:37:25.418Z] #13 103.2 Setting up libpcre32-3:ppc64el (2:8.39-12) ... [2021-04-16T10:37:25.418Z] #13 103.2 Setting up libudev-dev:ppc64el (241-7~deb10u7) ... [2021-04-16T10:37:25.418Z] #13 103.2 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-04-16T10:37:25.418Z] #13 103.2 Setting up libbtrfs-dev (4.20.1-2) ... [2021-04-16T10:37:25.418Z] #13 103.2 Setting up libapparmor-dev:ppc64el (2.13.2-10) ... [2021-04-16T10:37:25.418Z] #13 103.2 Setting up mingw-w64-common (6.0.0-3) ... [2021-04-16T10:37:25.418Z] #13 103.3 Setting up libsystemd-dev:ppc64el (241-7~deb10u7) ... [2021-04-16T10:37:25.418Z] #13 103.3 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-04-16T10:37:25.418Z] #13 103.3 Setting up libpcre3-dev:ppc64el (2:8.39-12) ... [2021-04-16T10:37:25.418Z] #13 103.3 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-04-16T10:37:25.418Z] #13 103.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 [2021-04-16T10:37:25.418Z] #13 103.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 [2021-04-16T10:37:25.418Z] #13 103.4 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-04-16T10:37:25.449Z] #43 47.10 AR compel/plugins/fds.lib.a [2021-04-16T10:37:25.449Z] #43 47.14 HOSTDEP compel/src/lib/log-host.d [2021-04-16T10:37:25.449Z] #43 47.22 HOSTDEP compel/src/lib/handle-elf-host.d [2021-04-16T10:37:25.451Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 30.41MB / 120.17MB 3.6s [2021-04-16T10:37:25.451Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 3.5s done [2021-04-16T10:37:25.451Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 46.21MB / 68.67MB 3.7s [2021-04-16T10:37:25.715Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 63.75MB / 68.67MB 3.9s [2021-04-16T10:37:25.715Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 42.99MB / 120.17MB 3.9s [2021-04-16T10:37:25.715Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 4.0s [2021-04-16T10:37:25.719Z] #43 47.30 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2021-04-16T10:37:25.719Z] #43 47.40 HOSTDEP compel/src/main-host.d [2021-04-16T10:37:25.719Z] #43 47.48 DEP compel/src/lib/ptrace.d [2021-04-16T10:37:25.723Z] [2021-04-16T10:37:25.723Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-04-16T10:37:25.723Z] #57 sha256:e3d9391a5498b1088ed23847f4d90077f99d14fd65f8f505fee4e033f5ff5348 [2021-04-16T10:37:25.724Z] #13 103.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-04-16T10:37:25.724Z] #13 103.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-04-16T10:37:25.724Z] #13 103.4 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-04-16T10:37:25.724Z] #13 103.4 Setting up libselinux1-dev:ppc64el (2.8-1+b1) ... [2021-04-16T10:37:25.724Z] #13 103.4 Setting up libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2021-04-16T10:37:25.724Z] #13 103.4 Setting up dmsetup (2:1.02.155-3) ... [2021-04-16T10:37:25.724Z] #13 103.4 Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2021-04-16T10:37:25.724Z] #13 103.4 Setting up libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2021-04-16T10:37:25.724Z] #13 103.5 Processing triggers for libc-bin (2.28-10) ... [2021-04-16T10:37:25.724Z] #13 DONE 103.7s [2021-04-16T10:37:25.724Z] [2021-04-16T10:37:25.724Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-04-16T10:37:25.724Z] #53 sha256:ce62298ffb506dec0f2706153e092ae9e850cca7c7e5b3b5568ab4d77cfb4249 [2021-04-16T10:37:25.976Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 56.62MB / 120.17MB 4.1s [2021-04-16T10:37:25.976Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 4.1s [2021-04-16T10:37:25.976Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 67.11MB / 120.17MB 4.2s [2021-04-16T10:37:25.986Z] #43 ... [2021-04-16T10:37:25.987Z] [2021-04-16T10:37:25.987Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-16T10:37:25.987Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-16T10:37:25.987Z] #13 110.2 Selecting previously unselected package libapparmor1:amd64. [2021-04-16T10:37:25.987Z] #13 110.2 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-04-16T10:37:25.987Z] #13 110.2 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-04-16T10:37:25.987Z] #13 110.3 Selecting previously unselected package libapparmor-dev:amd64. [2021-04-16T10:37:25.987Z] #13 110.3 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-04-16T10:37:25.987Z] #13 110.3 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-04-16T10:37:25.990Z] #57 DONE 0.2s [2021-04-16T10:37:25.990Z] [2021-04-16T10:37:25.990Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-04-16T10:37:25.990Z] #61 sha256:3b440fec91cec5c49559d20316a72b0a51353bfdcde78d181d8d487b17d0587f [2021-04-16T10:37:25.990Z] #61 DONE 0.1s [2021-04-16T10:37:25.990Z] [2021-04-16T10:37:25.990Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-04-16T10:37:25.990Z] #66 sha256:ff34f34131607c2f30f12420d3188d9f6d7379889ba819ccdb94a3a6357dd2dc [2021-04-16T10:37:26.250Z] #66 DONE 0.2s [2021-04-16T10:37:26.250Z] [2021-04-16T10:37:26.250Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-04-16T10:37:26.250Z] #68 sha256:d8c11f9d04e56e5f3ba5f8e55f09133463b6dc361084c6a6ba139132bd10b260 [2021-04-16T10:37:26.250Z] #68 DONE 0.0s [2021-04-16T10:37:26.250Z] [2021-04-16T10:37:26.250Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-04-16T10:37:26.250Z] #69 sha256:1acddc57c7ad6cd46cad4b703ef03a6f3203a9177bf22574e5e473d6163dbe87 [2021-04-16T10:37:26.250Z] #69 DONE 0.0s [2021-04-16T10:37:26.250Z] [2021-04-16T10:37:26.250Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-04-16T10:37:26.250Z] #70 sha256:c65fde38af6049c26451fee56c43c054191ecfe844e17d34bc7e3fe8f2576d3b [2021-04-16T10:37:26.264Z] #13 110.5 Selecting previously unselected package libbtrfs0. [2021-04-16T10:37:26.264Z] #13 110.5 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-04-16T10:37:26.264Z] #13 110.6 Unpacking libbtrfs0 (4.20.1-2) ... [2021-04-16T10:37:26.264Z] #13 110.6 Selecting previously unselected package libbtrfs-dev. [2021-04-16T10:37:26.289Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 73.40MB / 120.17MB 4.3s [2021-04-16T10:37:26.289Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 80.74MB / 120.17MB 4.4s [2021-04-16T10:37:26.373Z] #53 0.431 + RM_GOPATH=0 [2021-04-16T10:37:26.373Z] #53 ... [2021-04-16T10:37:26.373Z] [2021-04-16T10:37:26.373Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-04-16T10:37:26.373Z] #14 sha256:b8833bc05957bb6f39933c4ed64d5fe2ab0bbcc6dc74622d7ca2920b37030968 [2021-04-16T10:37:26.373Z] #14 DONE 0.5s [2021-04-16T10:37:26.373Z] [2021-04-16T10:37:26.373Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-04-16T10:37:26.373Z] #53 sha256:ce62298ffb506dec0f2706153e092ae9e850cca7c7e5b3b5568ab4d77cfb4249 [2021-04-16T10:37:26.373Z] #53 0.433 + TMP_GOPATH= [2021-04-16T10:37:26.373Z] #53 0.433 + : /build [2021-04-16T10:37:26.373Z] #53 0.434 + '[' -z '' ']' [2021-04-16T10:37:26.373Z] #53 0.436 ++ mktemp -d [2021-04-16T10:37:26.373Z] #53 0.446 + GOPATH=/tmp/tmp.AVstCvr8d4 [2021-04-16T10:37:26.373Z] #53 0.447 + export GOPATH [2021-04-16T10:37:26.373Z] #53 0.447 + RM_GOPATH=1 [2021-04-16T10:37:26.373Z] #53 0.448 + case "$(go env GOARCH)" in [2021-04-16T10:37:26.373Z] #53 0.452 ++ go env GOARCH [2021-04-16T10:37:26.373Z] #53 0.475 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:37:26.373Z] #53 0.476 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:37:26.373Z] #53 0.476 ++ dirname /tmp/install/install.sh [2021-04-16T10:37:26.373Z] #53 0.478 + dir=/tmp/install [2021-04-16T10:37:26.373Z] #53 0.479 + bin=runc [2021-04-16T10:37:26.373Z] #53 0.479 + shift [2021-04-16T10:37:26.373Z] #53 0.479 + '[' '!' -f /tmp/install/runc.installer ']' [2021-04-16T10:37:26.373Z] #53 0.479 + . /tmp/install/runc.installer [2021-04-16T10:37:26.373Z] #53 0.479 ++ set -e [2021-04-16T10:37:26.373Z] #53 0.479 + install_runc [2021-04-16T10:37:26.373Z] #53 0.479 + : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-16T10:37:26.373Z] #53 0.479 + : /build [2021-04-16T10:37:26.373Z] #53 0.482 + grep -q '^3\.10\.0.*\.el7\.' [2021-04-16T10:37:26.373Z] #53 0.482 + uname -r [2021-04-16T10:37:26.373Z] #53 0.486 + RUNC_BUILDTAGS='seccomp ' [2021-04-16T10:37:26.373Z] #53 0.496 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-04-16T10:37:26.373Z] #53 0.497 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-04-16T10:37:26.373Z] #53 0.497 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.AVstCvr8d4/src/github.com/opencontainers/runc [2021-04-16T10:37:26.373Z] #53 0.513 Cloning into '/tmp/tmp.AVstCvr8d4/src/github.com/opencontainers/runc'... [2021-04-16T10:37:26.524Z] #13 110.6 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-04-16T10:37:26.524Z] #13 110.7 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-04-16T10:37:26.524Z] #13 110.8 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-04-16T10:37:26.524Z] #13 110.8 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-04-16T10:37:26.524Z] #13 110.9 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-04-16T10:37:26.524Z] #13 110.9 Selecting previously unselected package libudev-dev:amd64. [2021-04-16T10:37:26.666Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 93.61MB / 120.17MB 4.6s [2021-04-16T10:37:26.666Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 101.71MB / 120.17MB 4.7s [2021-04-16T10:37:26.779Z] #13 110.9 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ... [2021-04-16T10:37:26.779Z] #13 110.9 Unpacking libudev-dev:amd64 (241-7~deb10u7) ... [2021-04-16T10:37:26.779Z] #13 111.1 Selecting previously unselected package libsepol1-dev:amd64. [2021-04-16T10:37:26.779Z] #13 111.1 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-04-16T10:37:26.779Z] #13 111.1 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-04-16T10:37:26.835Z] #70 DONE 0.8s [2021-04-16T10:37:26.927Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 4.7s done [2021-04-16T10:37:26.927Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 4.9s [2021-04-16T10:37:26.927Z] #9 ... [2021-04-16T10:37:26.927Z] [2021-04-16T10:37:26.927Z] #23 [internal] load build context [2021-04-16T10:37:26.927Z] #23 sha256:6c89dc1fe7469202f66a2643ce55f97a26a403d9a828c6a10972234c1c85e911 [2021-04-16T10:37:26.927Z] #23 transferring context: 53.54MB 4.7s done [2021-04-16T10:37:26.927Z] #23 DONE 5.5s [2021-04-16T10:37:26.927Z] [2021-04-16T10:37:26.927Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-16T10:37:26.927Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-04-16T10:37:27.025Z] #53 ... [2021-04-16T10:37:27.025Z] [2021-04-16T10:37:27.025Z] #15 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-04-16T10:37:27.025Z] #15 sha256:9ad184c4b873f65c54f55ab2c4ef04960b2913b4042036c4223da4e77c19309f [2021-04-16T10:37:27.025Z] #15 DONE 0.4s [2021-04-16T10:37:27.025Z] [2021-04-16T10:37:27.025Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:37:27.025Z] #43 sha256:18971e2e33c6fe61fe2c3fccfe7f030f63f1953e93d060584dabe4c8520753d2 [2021-04-16T10:37:27.025Z] #43 43.80 CC images/timens.o [2021-04-16T10:37:27.025Z] #43 44.17 LINK images/built-in.o [2021-04-16T10:37:27.025Z] #43 44.38 GEN compel/include/asm [2021-04-16T10:37:27.025Z] #43 44.42 GEN compel/include/version.h [2021-04-16T10:37:27.025Z] #43 44.44 touch .config [2021-04-16T10:37:27.025Z] #43 44.49 GEN include/common/config.h [2021-04-16T10:37:27.025Z] #43 44.59 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-04-16T10:37:27.025Z] #43 44.63 GEN compel/plugins/include/uapi/std/syscall.h [2021-04-16T10:37:27.025Z] #43 44.64 GEN compel/arch/ppc64/plugins/std/syscalls/syscalls.S [2021-04-16T10:37:27.025Z] #43 44.68 DEP compel/arch/ppc64/plugins/std/syscalls/syscalls.d [2021-04-16T10:37:27.025Z] #43 44.72 DEP compel/arch/ppc64/plugins/std/memcmp.d [2021-04-16T10:37:27.025Z] #43 44.77 DEP compel/arch/ppc64/plugins/std/memcpy.d [2021-04-16T10:37:27.025Z] #43 44.82 DEP compel/arch/ppc64/plugins/std/parasite-head.d [2021-04-16T10:37:27.025Z] #43 44.83 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-04-16T10:37:27.025Z] #43 44.83 DEP compel/plugins/std/infect.d [2021-04-16T10:37:27.025Z] #43 44.99 DEP compel/plugins/std/string.d [2021-04-16T10:37:27.025Z] #43 45.10 DEP compel/plugins/std/log.d [2021-04-16T10:37:27.025Z] #43 45.20 DEP compel/plugins/std/fds.d [2021-04-16T10:37:27.025Z] #43 45.32 DEP compel/plugins/std/std.d [2021-04-16T10:37:27.025Z] #43 45.44 DEP compel/plugins/shmem/shmem.d [2021-04-16T10:37:27.025Z] #43 45.60 DEP compel/plugins/fds/fds.d [2021-04-16T10:37:27.025Z] #43 45.73 CC compel/plugins/std/std.o [2021-04-16T10:37:27.025Z] #43 46.09 CC compel/plugins/std/fds.o [2021-04-16T10:37:27.025Z] #43 46.48 CC compel/plugins/std/log.o [2021-04-16T10:37:27.025Z] #43 47.43 CC compel/plugins/std/string.o [2021-04-16T10:37:27.025Z] #43 48.22 CC compel/plugins/std/infect.o [2021-04-16T10:37:27.093Z] [2021-04-16T10:37:27.093Z] #71 exporting to image [2021-04-16T10:37:27.093Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-04-16T10:37:27.093Z] #71 exporting layers [2021-04-16T10:37:27.188Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 5.4s done [2021-04-16T10:37:27.326Z] #43 ... [2021-04-16T10:37:27.326Z] [2021-04-16T10:37:27.326Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-04-16T10:37:27.326Z] #16 sha256:11e391b27a9bffb1a1d3b9c8bafb64562c89aeb406c5da5f2879cf27b2e300d7 [2021-04-16T10:37:27.326Z] #16 0.315 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-04-16T10:37:27.326Z] #16 DONE 0.4s [2021-04-16T10:37:27.326Z] [2021-04-16T10:37:27.326Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-04-16T10:37:27.326Z] #17 sha256:88b6eb16bce120972b0b3ef95f4027b3c5a3bbc254ff2b3cb43c0519505318f7 [2021-04-16T10:37:27.340Z] #13 111.4 Selecting previously unselected package libpcre16-3:amd64. [2021-04-16T10:37:27.340Z] #13 111.5 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-04-16T10:37:27.340Z] #13 111.5 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-04-16T10:37:27.340Z] #13 111.6 Selecting previously unselected package libpcre32-3:amd64. [2021-04-16T10:37:27.340Z] #13 111.6 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-04-16T10:37:27.340Z] #13 111.6 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-04-16T10:37:27.595Z] #13 111.8 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-04-16T10:37:27.595Z] #13 111.8 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-04-16T10:37:27.595Z] #13 111.8 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-04-16T10:37:27.626Z] #17 DONE 0.3s [2021-04-16T10:37:27.626Z] [2021-04-16T10:37:27.626Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-04-16T10:37:27.626Z] #18 sha256:dbc494930278f5843cd93cd7a3bef6655a13acac5d63dbf808375ecaa1f4f7be [2021-04-16T10:37:27.759Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 5.7s done [2021-04-16T10:37:27.850Z] #13 111.9 Selecting previously unselected package libpcre3-dev:amd64. [2021-04-16T10:37:27.850Z] #13 111.9 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-04-16T10:37:27.850Z] #13 112.0 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-04-16T10:37:27.927Z] #18 ... [2021-04-16T10:37:27.927Z] [2021-04-16T10:37:27.927Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:37:27.927Z] #45 sha256:361f9151b9374e8bf32e43f72eb60276634412167f47c2d39151afba75fbd393 [2021-04-16T10:37:27.927Z] #45 91.58 crypto/md5 [2021-04-16T10:37:27.927Z] #45 92.03 crypto/sha1 [2021-04-16T10:37:27.927Z] #45 93.39 crypto/sha256 [2021-04-16T10:37:27.927Z] #45 93.60 encoding/pem [2021-04-16T10:37:27.927Z] #45 94.28 net [2021-04-16T10:37:27.927Z] #45 95.07 vendor/golang.org/x/crypto/internal/chacha20 [2021-04-16T10:37:27.927Z] #45 95.51 vendor/golang.org/x/crypto/poly1305 [2021-04-16T10:37:27.927Z] #45 96.64 vendor/golang.org/x/crypto/curve25519 [2021-04-16T10:37:27.927Z] #45 96.70 vendor/golang.org/x/crypto/chacha20poly1305 [2021-04-16T10:37:27.927Z] #45 97.95 os/exec [2021-04-16T10:37:27.927Z] #45 98.30 go/scanner [2021-04-16T10:37:27.927Z] #45 98.31 net/url [2021-04-16T10:37:27.927Z] #45 ... [2021-04-16T10:37:27.927Z] [2021-04-16T10:37:27.927Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-04-16T10:37:27.927Z] #18 sha256:dbc494930278f5843cd93cd7a3bef6655a13acac5d63dbf808375ecaa1f4f7be [2021-04-16T10:37:27.927Z] #18 DONE 0.4s [2021-04-16T10:37:27.927Z] [2021-04-16T10:37:27.927Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:37:27.927Z] #45 sha256:361f9151b9374e8bf32e43f72eb60276634412167f47c2d39151afba75fbd393 [2021-04-16T10:37:27.927Z] #45 101.7 go/ast [2021-04-16T10:37:27.927Z] #45 ... [2021-04-16T10:37:27.927Z] [2021-04-16T10:37:27.927Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-04-16T10:37:27.927Z] #19 sha256:3c447f6fcade940e47d7d8f1889f2c4ec6826858493495dbdc30d003d2513f73 [2021-04-16T10:37:28.106Z] #13 112.4 Selecting previously unselected package libselinux1-dev:amd64. [2021-04-16T10:37:28.106Z] #13 112.4 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-04-16T10:37:28.106Z] #13 112.4 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-04-16T10:37:28.226Z] #19 DONE 0.3s [2021-04-16T10:37:28.226Z] [2021-04-16T10:37:28.226Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-16T10:37:28.226Z] #20 sha256:4c9d04e548c65087cec82d0a856eaa1f69a58bf085807ae56661f71481307afe [2021-04-16T10:37:28.331Z] #9 ... [2021-04-16T10:37:28.331Z] [2021-04-16T10:37:28.331Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-04-16T10:37:28.331Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-04-16T10:37:28.331Z] #63 DONE 0.7s [2021-04-16T10:37:28.331Z] [2021-04-16T10:37:28.331Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-16T10:37:28.331Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-04-16T10:37:28.361Z] #13 112.7 Selecting previously unselected package libdevmapper-dev:amd64. [2021-04-16T10:37:28.361Z] #13 112.7 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-04-16T10:37:28.361Z] #13 112.7 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-04-16T10:37:28.361Z] #13 112.8 Selecting previously unselected package libseccomp-dev:amd64. [2021-04-16T10:37:28.617Z] #13 112.8 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ... [2021-04-16T10:37:28.617Z] #13 112.8 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-04-16T10:37:28.617Z] #13 112.9 Selecting previously unselected package libsystemd-dev:amd64. [2021-04-16T10:37:28.617Z] #13 112.9 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ... [2021-04-16T10:37:28.617Z] #13 112.9 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-04-16T10:37:28.894Z] #20 0.543 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-04-16T10:37:28.894Z] #20 0.706 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-04-16T10:37:28.903Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.0s [2021-04-16T10:37:28.998Z] #71 exporting layers 1.8s done [2021-04-16T10:37:28.998Z] #71 writing image sha256:ac93e0063c2a1ae95750fe6a2fc7ba9ae0d05dd85dbb2927cd6fd65e4b3d992a done [2021-04-16T10:37:28.998Z] #71 naming to docker.io/library/docker:eb0610b7fc7e8c49160c99fa311e14ee632dd45a done [2021-04-16T10:37:28.998Z] #71 DONE 1.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-04-16T10:37:29.167Z] #9 ... [2021-04-16T10:37:29.167Z] [2021-04-16T10:37:29.167Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-04-16T10:37:29.167Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-04-16T10:37:29.167Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2021-04-16T10:37:29.167Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-04-16T10:37:29.167Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-04-16T10:37:29.167Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-04-16T10:37:29.167Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 5.9s done [2021-04-16T10:37:29.167Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.3s done [2021-04-16T10:37:29.167Z] #64 DONE 7.6s [2021-04-16T10:37:29.167Z] [2021-04-16T10:37:29.167Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-16T10:37:29.167Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-04-16T10:37:29.179Z] #13 113.5 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-04-16T10:37:29.179Z] #13 113.5 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-04-16T10:37:29.179Z] #13 113.5 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-04-16T10:37:29.179Z] #13 113.6 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-04-16T10:37:29.179Z] #13 113.6 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-04-16T10:37:29.193Z] #20 0.899 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-16T10:37:29.193Z] #20 ... [2021-04-16T10:37:29.193Z] [2021-04-16T10:37:29.193Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-16T10:37:29.193Z] #51 sha256:89950dca246c8d949f4e2b540f51ad2feadb236163ab1597bc357afbaf2493af [2021-04-16T10:37:29.193Z] #51 93.08 flag [2021-04-16T10:37:29.193Z] #51 93.09 github.com/pkg/diff [2021-04-16T10:37:29.193Z] #51 93.09 encoding/json [2021-04-16T10:37:29.193Z] #51 95.88 go/token [2021-04-16T10:37:29.193Z] #51 97.13 mvdan.cc/editorconfig [2021-04-16T10:37:29.193Z] #51 97.74 go/scanner [2021-04-16T10:37:29.193Z] #51 100.4 mvdan.cc/sh/v3/syntax [2021-04-16T10:37:29.193Z] #51 101.5 go/ast [2021-04-16T10:37:29.350Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40094/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr16 -e DOCKER_GITCOMMIT=eb0610b7fc7e8c49160c99fa311e14ee632dd45a -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:eb0610b7fc7e8c49160c99fa311e14ee632dd45a hack/make.sh dynbinary test-integration [2021-04-16T10:37:29.435Z] #13 113.6 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-04-16T10:37:29.435Z] #13 113.6 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-04-16T10:37:29.435Z] #13 113.6 Setting up libbtrfs0 (4.20.1-2) ... [2021-04-16T10:37:29.435Z] #13 113.6 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-04-16T10:37:29.435Z] #13 113.6 Setting up libudev-dev:amd64 (241-7~deb10u7) ... [2021-04-16T10:37:29.435Z] #13 113.7 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-04-16T10:37:29.435Z] #13 113.7 Setting up libbtrfs-dev (4.20.1-2) ... [2021-04-16T10:37:29.435Z] #13 113.7 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-04-16T10:37:29.435Z] #13 113.8 Setting up mingw-w64-common (6.0.0-3) ... [2021-04-16T10:37:29.435Z] #13 113.8 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-04-16T10:37:29.435Z] #13 113.8 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-04-16T10:37:29.435Z] #13 113.8 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-04-16T10:37:29.435Z] #13 113.8 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-04-16T10:37:29.435Z] #13 113.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-04-16T10:37:29.435Z] #13 113.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-04-16T10:37:29.435Z] #13 113.9 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-04-16T10:37:29.435Z] #13 113.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-04-16T10:37:29.435Z] #13 113.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-04-16T10:37:29.435Z] #13 113.9 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-04-16T10:37:29.495Z] #51 ... [2021-04-16T10:37:29.495Z] [2021-04-16T10:37:29.495Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:37:29.495Z] #45 sha256:361f9151b9374e8bf32e43f72eb60276634412167f47c2d39151afba75fbd393 [2021-04-16T10:37:29.495Z] #45 103.0 text/template/parse [2021-04-16T10:37:29.495Z] #45 103.1 encoding/json [2021-04-16T10:37:29.691Z] #13 113.9 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-04-16T10:37:29.691Z] #13 113.9 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-04-16T10:37:29.691Z] #13 113.9 Setting up dmsetup (2:1.02.155-3) ... [2021-04-16T10:37:29.691Z] #13 113.9 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-04-16T10:37:29.691Z] #13 114.0 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-04-16T10:37:29.691Z] #13 114.0 Processing triggers for libc-bin (2.28-10) ... [2021-04-16T10:37:29.917Z] [2021-04-16T10:37:29.917Z] Removing bundles/ [2021-04-16T10:37:29.917Z] [2021-04-16T10:37:29.917Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-04-16T10:37:29.917Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-04-16T10:37:29.917Z] GOOS="" GOARCH="" GOARM="" [2021-04-16T10:37:29.919Z] #56 110.4 + bin/containerd-stress [2021-04-16T10:37:29.919Z] #56 112.2 + bin/containerd-shim [2021-04-16T10:37:30.511Z] #24 104.0 + return [2021-04-16T10:37:30.511Z] #24 DONE 104.4s [2021-04-16T10:37:30.511Z] [2021-04-16T10:37:30.511Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-16T10:37:30.511Z] #56 sha256:144a32523a326334293e35cf1d2255272030a9964e8a2a0cb868b4bb524ec42e [2021-04-16T10:37:31.087Z] #56 ... [2021-04-16T10:37:31.087Z] [2021-04-16T10:37:31.087Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-04-16T10:37:31.087Z] #18 sha256:3cacc04a1189660550b8cc885d68df049614571821b02a63bff579b9e9bd4f22 [2021-04-16T10:37:31.087Z] #18 CACHED [2021-04-16T10:37:31.087Z] [2021-04-16T10:37:31.087Z] #15 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-04-16T10:37:31.087Z] #15 sha256:daa9f6e8adf5b429e62d5ff15da3779572527060f146ba0a193beaf894564a3f [2021-04-16T10:37:31.087Z] #15 CACHED [2021-04-16T10:37:31.087Z] [2021-04-16T10:37:31.087Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-04-16T10:37:31.087Z] #14 sha256:8a6ac16c6f60b3ddd6666e188160503c9d1e0f23b198ede20cd2b4a914d2344c [2021-04-16T10:37:31.087Z] #14 CACHED [2021-04-16T10:37:31.087Z] [2021-04-16T10:37:31.087Z] #21 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-04-16T10:37:31.087Z] #21 sha256:3a04c6fdd7ef5872a267faf8a5f2edcdb730aaf9dae03f62142eed23000d4fab [2021-04-16T10:37:31.087Z] #21 CACHED [2021-04-16T10:37:31.087Z] [2021-04-16T10:37:31.087Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-04-16T10:37:31.087Z] #17 sha256:8adba43626e6c2ad9c104858cdfccc193309ce46f8df97e23fb1104bc3eb1997 [2021-04-16T10:37:31.087Z] #17 CACHED [2021-04-16T10:37:31.087Z] [2021-04-16T10:37:31.087Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-16T10:37:31.087Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379 [2021-04-16T10:37:31.087Z] #20 CACHED [2021-04-16T10:37:31.087Z] [2021-04-16T10:37:31.087Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-04-16T10:37:31.087Z] #19 sha256:4c1fddb96b703d3806ef5aae6835a85678c055f769b5f99c9926d604e1adf9d6 [2021-04-16T10:37:31.087Z] #19 CACHED [2021-04-16T10:37:31.087Z] [2021-04-16T10:37:31.087Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-04-16T10:37:31.087Z] #16 sha256:65e089c5b1d7082ef58fefc5a2c440b5b720136eae7084c036f4b9a2be3fd5b1 [2021-04-16T10:37:31.087Z] #16 CACHED [2021-04-16T10:37:31.087Z] [2021-04-16T10:37:31.087Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-04-16T10:37:31.087Z] #22 sha256:828ffd8e1dc815641f30bb5bb583e958b4c6e9831dc05d10effd12fa54d04780 [2021-04-16T10:37:31.087Z] #22 CACHED [2021-04-16T10:37:31.087Z] [2021-04-16T10:37:31.087Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-04-16T10:37:31.087Z] #27 sha256:6a36c1ca9152118f164ea7fd1fc610a255e6d3abbbcd0f0ccc2a6c66059aac92 [2021-04-16T10:37:31.087Z] #27 CACHED [2021-04-16T10:37:31.087Z] [2021-04-16T10:37:31.087Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-04-16T10:37:31.087Z] #28 sha256:453a2ac078233770ed51655f403ad04424b0d625c871012048b086f36998178a [2021-04-16T10:37:31.087Z] #28 CACHED [2021-04-16T10:37:31.087Z] [2021-04-16T10:37:31.087Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-04-16T10:37:31.087Z] #29 sha256:6c81499818c3dafcceb5b71250880e4a1515d72eba07ad6224288d8069617f9a [2021-04-16T10:37:31.087Z] #29 CACHED [2021-04-16T10:37:31.087Z] [2021-04-16T10:37:31.087Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-04-16T10:37:31.087Z] #31 sha256:83c8560c50b15431e546bac469c64be716b739933dacb40c9db55dad341c2a58 [2021-04-16T10:37:31.087Z] #31 CACHED [2021-04-16T10:37:31.087Z] [2021-04-16T10:37:31.087Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-04-16T10:37:31.087Z] #32 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805 [2021-04-16T10:37:31.087Z] #32 CACHED [2021-04-16T10:37:31.087Z] [2021-04-16T10:37:31.087Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-04-16T10:37:31.087Z] #39 sha256:5a8b6c7320e82a4b1d150c036edc95f00476bccb86f60acf022f7ce3ac710b58 [2021-04-16T10:37:31.087Z] #39 CACHED [2021-04-16T10:37:31.087Z] [2021-04-16T10:37:31.087Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-04-16T10:37:31.087Z] #40 sha256:b9b4b852ae7acfad41fc90daf8308ecff6b25d577cdd0c223c31cd20c1f929ed [2021-04-16T10:37:31.087Z] #40 CACHED [2021-04-16T10:37:31.087Z] [2021-04-16T10:37:31.087Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-04-16T10:37:31.087Z] #25 sha256:a39ae617d9aef56cb8eae87f2606343ebe39902f47221a1716590e70a03da70c [2021-04-16T10:37:31.087Z] #25 DONE 0.2s [2021-04-16T10:37:31.087Z] [2021-04-16T10:37:31.087Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-04-16T10:37:31.087Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-04-16T10:37:31.087Z] #42 CACHED [2021-04-16T10:37:31.087Z] [2021-04-16T10:37:31.087Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:37:31.087Z] #43 sha256:b226aad35e45b85584166210cae650d022a00e5586f62dc445c66416511d8ad6 [2021-04-16T10:37:31.087Z] #43 CACHED [2021-04-16T10:37:31.087Z] [2021-04-16T10:37:31.087Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-04-16T10:37:31.087Z] #30 sha256:33943b33a1646fea1297b520ccedadcc57ab7c631c50db58c7558901aa15b008 [2021-04-16T10:37:31.152Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 7.1s done [2021-04-16T10:37:31.417Z] #9 ... [2021-04-16T10:37:31.417Z] [2021-04-16T10:37:31.417Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f [2021-04-16T10:37:31.417Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0 [2021-04-16T10:37:31.417Z] #26 resolve docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f 0.0s done [2021-04-16T10:37:31.417Z] #26 sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f 1.85kB / 1.85kB done [2021-04-16T10:37:31.417Z] #26 sha256:fa335fed387465ccc369958d7908e1975e7d65677f7f3050d862161754ebcf90 529B / 529B done [2021-04-16T10:37:31.417Z] #26 sha256:0d587dfbc4f4800bfe9ab08662e8396ffc37060c493f8ef24b2823fef3320df6 1.46kB / 1.46kB done [2021-04-16T10:37:31.417Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 50.43MB / 50.43MB 2.4s done [2021-04-16T10:37:31.417Z] #26 extracting sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 6.5s done [2021-04-16T10:37:31.417Z] #26 DONE 9.8s [2021-04-16T10:37:31.417Z] [2021-04-16T10:37:31.417Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-04-16T10:37:31.417Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-04-16T10:37:31.417Z] #65 DONE 0.8s [2021-04-16T10:37:31.417Z] [2021-04-16T10:37:31.417Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-16T10:37:31.417Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-04-16T10:37:31.417Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 [2021-04-16T10:37:31.582Z] #13 DONE 115.6s [2021-04-16T10:37:31.582Z] [2021-04-16T10:37:31.582Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-04-16T10:37:31.582Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815 [2021-04-16T10:37:31.837Z] #14 ... [2021-04-16T10:37:31.837Z] [2021-04-16T10:37:31.837Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:37:31.837Z] #45 sha256:48e3890b1ec9b7f2844f2242a64d47e52fc97a0a2beaf78d5c48865100003438 [2021-04-16T10:37:31.837Z] #45 101.1 vendor/golang.org/x/net/http2/hpack [2021-04-16T10:37:31.837Z] #45 102.1 mime [2021-04-16T10:37:31.837Z] #45 103.6 mime/quotedprintable [2021-04-16T10:37:31.837Z] #45 103.9 net/http/internal [2021-04-16T10:37:31.837Z] #45 107.4 crypto/tls [2021-04-16T10:37:31.837Z] #45 ... [2021-04-16T10:37:31.837Z] [2021-04-16T10:37:31.837Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:37:31.837Z] #43 sha256:634da649664dd1653459ec5ff55fe2816455cb64254406f6f3ff10f2bc6f3259 [2021-04-16T10:37:31.837Z] #43 47.65 DEP compel/src/lib/infect.d [2021-04-16T10:37:31.837Z] #43 47.88 DEP compel/src/lib/infect-util.d [2021-04-16T10:37:31.837Z] #43 47.97 DEP compel/src/lib/infect-rpc.d [2021-04-16T10:37:31.837Z] #43 48.07 DEP compel/arch/x86/src/lib/infect.d [2021-04-16T10:37:31.837Z] #43 48.19 DEP compel/arch/x86/src/lib/cpu.d [2021-04-16T10:37:31.837Z] #43 48.27 DEP compel/src/lib/log.d [2021-04-16T10:37:31.837Z] #43 48.34 DEP compel/src/main.d [2021-04-16T10:37:31.837Z] #43 48.47 DEP compel/src/lib/handle-elf.d [2021-04-16T10:37:31.837Z] #43 48.56 DEP compel/arch/x86/src/lib/handle-elf.d [2021-04-16T10:37:31.837Z] #43 48.68 CC compel/src/lib/log.o [2021-04-16T10:37:31.837Z] #43 48.95 CC compel/arch/x86/src/lib/cpu.o [2021-04-16T10:37:31.837Z] #43 49.77 CC compel/arch/x86/src/lib/infect.o [2021-04-16T10:37:31.837Z] #43 50.59 CC compel/src/lib/infect-rpc.o [2021-04-16T10:37:31.837Z] #43 50.93 CC compel/src/lib/infect-util.o [2021-04-16T10:37:31.837Z] #43 51.27 CC compel/src/lib/infect.o [2021-04-16T10:37:31.992Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.6s done [2021-04-16T10:37:31.992Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 [2021-04-16T10:37:32.398Z] #43 53.89 CC compel/src/lib/ptrace.o [2021-04-16T10:37:32.398Z] #43 ... [2021-04-16T10:37:32.398Z] [2021-04-16T10:37:32.398Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-04-16T10:37:32.398Z] #58 sha256:3b62a6a04354bc4e94b41e4193f325ad5e32dc9b9ac3d136d569f255334eef86 [2021-04-16T10:37:32.398Z] #58 111.7 + for f in rootlesskit rootlesskit-docker-proxy [2021-04-16T10:37:32.398Z] #58 111.7 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-04-16T10:37:32.565Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.4s done [2021-04-16T10:37:32.565Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab [2021-04-16T10:37:32.959Z] #58 ... [2021-04-16T10:37:32.959Z] [2021-04-16T10:37:32.959Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-04-16T10:37:32.959Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815 [2021-04-16T10:37:32.959Z] #14 DONE 1.7s [2021-04-16T10:37:32.959Z] [2021-04-16T10:37:32.959Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-04-16T10:37:32.959Z] #53 sha256:f651f3121f8d6b8bef2248a00b1abf919aa01c7050edc0b3ef4754aa921f6c96 [2021-04-16T10:37:32.959Z] #53 1.541 + RM_GOPATH=0 [2021-04-16T10:37:32.959Z] #53 1.542 + TMP_GOPATH= [2021-04-16T10:37:32.959Z] #53 1.542 + : /build [2021-04-16T10:37:32.959Z] #53 1.546 + '[' -z '' ']' [2021-04-16T10:37:32.959Z] #53 1.546 ++ mktemp -d [2021-04-16T10:37:32.959Z] #53 1.557 + GOPATH=/tmp/tmp.GW1NmDImCu [2021-04-16T10:37:32.959Z] #53 1.557 + export GOPATH [2021-04-16T10:37:32.959Z] #53 1.557 + RM_GOPATH=1 [2021-04-16T10:37:32.959Z] #53 1.557 + case "$(go env GOARCH)" in [2021-04-16T10:37:32.959Z] #53 1.557 ++ go env GOARCH [2021-04-16T10:37:32.959Z] #53 1.578 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:37:32.959Z] #53 1.578 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:37:32.959Z] #53 1.579 ++ dirname /tmp/install/install.sh [2021-04-16T10:37:32.959Z] #53 1.590 + dir=/tmp/install [2021-04-16T10:37:32.959Z] #53 1.590 + bin=runc [2021-04-16T10:37:32.959Z] #53 1.591 + shift [2021-04-16T10:37:32.959Z] #53 1.591 + '[' '!' -f /tmp/install/runc.installer ']' [2021-04-16T10:37:32.959Z] #53 1.591 + . /tmp/install/runc.installer [2021-04-16T10:37:32.959Z] #53 1.592 ++ set -e [2021-04-16T10:37:32.959Z] #53 1.594 + install_runc [2021-04-16T10:37:32.959Z] #53 1.594 + : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-16T10:37:32.959Z] #53 1.594 + : /build [2021-04-16T10:37:32.959Z] #53 1.598 + uname -r [2021-04-16T10:37:32.959Z] #53 1.598 + grep -q '^3\.10\.0.*\.el7\.' [2021-04-16T10:37:32.959Z] #53 1.602 + RUNC_BUILDTAGS='seccomp ' [2021-04-16T10:37:32.959Z] #53 1.602 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-04-16T10:37:32.959Z] #53 1.602 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-04-16T10:37:32.959Z] #53 1.603 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.GW1NmDImCu/src/github.com/opencontainers/runc [2021-04-16T10:37:32.959Z] #53 1.604 Cloning into '/tmp/tmp.GW1NmDImCu/src/github.com/opencontainers/runc'... [2021-04-16T10:37:33.012Z] #30 DONE 1.6s [2021-04-16T10:37:33.012Z] [2021-04-16T10:37:33.012Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-16T10:37:33.012Z] #56 sha256:144a32523a326334293e35cf1d2255272030a9964e8a2a0cb868b4bb524ec42e [2021-04-16T10:37:33.012Z] #56 ... [2021-04-16T10:37:33.012Z] [2021-04-16T10:37:33.012Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-04-16T10:37:33.012Z] #33 sha256:3bc7f2570765231c3a7624f1eb44366f1bca5c8bc45b5db3efcbd6a4376cecd8 [2021-04-16T10:37:33.012Z] #33 DONE 0.1s [2021-04-16T10:37:33.012Z] [2021-04-16T10:37:33.012Z] #35 [dev-systemd-false 13/26] COPY --from=tomll /build/ /usr/local/bin/ [2021-04-16T10:37:33.012Z] #35 sha256:b2a6cb9ef69c979539d7c7df0c8d7d5abd033711c9d9b1f8171f2bfb107f2431 [2021-04-16T10:37:33.012Z] #35 DONE 0.1s [2021-04-16T10:37:33.012Z] [2021-04-16T10:37:33.012Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-04-16T10:37:33.012Z] #38 sha256:9ba0ab637d6d34f2935a0554e98ca3ed5a375ed75015e5d77742b35059ddb00c [2021-04-16T10:37:33.012Z] #38 DONE 0.1s [2021-04-16T10:37:33.012Z] [2021-04-16T10:37:33.012Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-16T10:37:33.012Z] #56 sha256:144a32523a326334293e35cf1d2255272030a9964e8a2a0cb868b4bb524ec42e [2021-04-16T10:37:33.012Z] #56 ... [2021-04-16T10:37:33.012Z] [2021-04-16T10:37:33.012Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-04-16T10:37:33.012Z] #41 sha256:e0730b5db1d8443dced6842ec7099a7e3438f8d5c203ab2afe92055dd4b41694 [2021-04-16T10:37:33.274Z] #41 DONE 0.2s [2021-04-16T10:37:33.274Z] [2021-04-16T10:37:33.274Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-04-16T10:37:33.274Z] #44 sha256:d4cca4498acff1a77322964625c6a5bcf57e7a56451e55277832fbb8031d4ba0 [2021-04-16T10:37:33.274Z] #44 DONE 0.1s [2021-04-16T10:37:33.274Z] [2021-04-16T10:37:33.274Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-16T10:37:33.274Z] #56 sha256:144a32523a326334293e35cf1d2255272030a9964e8a2a0cb868b4bb524ec42e [2021-04-16T10:37:33.274Z] #56 ... [2021-04-16T10:37:33.274Z] [2021-04-16T10:37:33.274Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-04-16T10:37:33.274Z] #46 sha256:6554f5cb629bcd4af1809c5b1b59b6620502bcc27e6447d2fa8d6b0e01a6b3f1 [2021-04-16T10:37:33.274Z] #46 DONE 0.1s [2021-04-16T10:37:33.537Z] [2021-04-16T10:37:33.537Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-04-16T10:37:33.537Z] #48 sha256:ddf8368dcbf76fb5bae37a683d16affad5c7300e65a812769dc25b2f152a6b70 [2021-04-16T10:37:33.537Z] #48 DONE 0.1s [2021-04-16T10:37:33.537Z] [2021-04-16T10:37:33.537Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-04-16T10:37:33.537Z] #50 sha256:2e21c393e4c7747dfb059e725a0f9bf73dbdff919b13a481565f97eb011b8d00 [2021-04-16T10:37:33.799Z] #50 DONE 0.2s [2021-04-16T10:37:33.799Z] [2021-04-16T10:37:33.799Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-04-16T10:37:33.799Z] #52 sha256:7169d069f0497dc59576540562c0b1ede8c863c6e09bed40a6ac48353f689e57 [2021-04-16T10:37:33.799Z] #52 DONE 0.1s [2021-04-16T10:37:33.799Z] [2021-04-16T10:37:33.799Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-16T10:37:33.799Z] #56 sha256:144a32523a326334293e35cf1d2255272030a9964e8a2a0cb868b4bb524ec42e [2021-04-16T10:37:33.799Z] #56 ... [2021-04-16T10:37:33.799Z] [2021-04-16T10:37:33.799Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-04-16T10:37:33.799Z] #54 sha256:e1dc5632384628bf3a48eacf9d1f6839244b19f049f618bf6d05b86b87b896d3 [2021-04-16T10:37:33.799Z] #54 DONE 0.1s [2021-04-16T10:37:34.061Z] [2021-04-16T10:37:34.061Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-16T10:37:34.061Z] #56 sha256:144a32523a326334293e35cf1d2255272030a9964e8a2a0cb868b4bb524ec42e [2021-04-16T10:37:34.369Z] #53 ... [2021-04-16T10:37:34.369Z] [2021-04-16T10:37:34.369Z] #15 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-04-16T10:37:34.369Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6 [2021-04-16T10:37:34.369Z] #15 DONE 1.2s [2021-04-16T10:37:34.369Z] [2021-04-16T10:37:34.369Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-04-16T10:37:34.369Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac [2021-04-16T10:37:35.143Z] #45 ... [2021-04-16T10:37:35.143Z] [2021-04-16T10:37:35.143Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:37:35.143Z] #43 sha256:18971e2e33c6fe61fe2c3fccfe7f030f63f1953e93d060584dabe4c8520753d2 [2021-04-16T10:37:35.143Z] #43 48.87 CC compel/arch/ppc64/plugins/std/parasite-head.o [2021-04-16T10:37:35.143Z] #43 48.90 CC compel/arch/ppc64/plugins/std/memcpy.o [2021-04-16T10:37:35.143Z] #43 48.93 CC compel/arch/ppc64/plugins/std/memcmp.o [2021-04-16T10:37:35.143Z] #43 48.97 CC compel/arch/ppc64/plugins/std/syscalls/syscalls.o [2021-04-16T10:37:35.143Z] #43 49.03 AR compel/plugins/std.lib.a [2021-04-16T10:37:35.143Z] #43 49.16 CC compel/plugins/fds/fds.o [2021-04-16T10:37:35.143Z] #43 49.37 AR compel/plugins/fds.lib.a [2021-04-16T10:37:35.143Z] #43 49.43 HOSTDEP compel/src/lib/log-host.d [2021-04-16T10:37:35.143Z] #43 49.54 HOSTDEP compel/src/lib/handle-elf-host.d [2021-04-16T10:37:35.143Z] #43 49.75 HOSTDEP compel/arch/ppc64/src/lib/handle-elf-host.d [2021-04-16T10:37:35.143Z] #43 49.91 HOSTDEP compel/src/main-host.d [2021-04-16T10:37:35.143Z] #43 50.02 DEP compel/src/lib/ptrace.d [2021-04-16T10:37:35.143Z] #43 50.21 DEP compel/src/lib/infect.d [2021-04-16T10:37:35.143Z] #43 50.41 DEP compel/src/lib/infect-util.d [2021-04-16T10:37:35.143Z] #43 50.66 DEP compel/src/lib/infect-rpc.d [2021-04-16T10:37:35.143Z] #43 50.86 DEP compel/arch/ppc64/src/lib/infect.d [2021-04-16T10:37:35.143Z] #43 50.99 DEP compel/arch/ppc64/src/lib/cpu.d [2021-04-16T10:37:35.143Z] #43 51.06 DEP compel/src/lib/log.d [2021-04-16T10:37:35.143Z] #43 51.15 DEP compel/src/main.d [2021-04-16T10:37:35.143Z] #43 51.26 DEP compel/src/lib/handle-elf.d [2021-04-16T10:37:35.143Z] #43 51.43 DEP compel/arch/ppc64/src/lib/handle-elf.d [2021-04-16T10:37:35.143Z] #43 51.57 CC compel/src/lib/log.o [2021-04-16T10:37:35.143Z] #43 51.87 CC compel/arch/ppc64/src/lib/cpu.o [2021-04-16T10:37:35.143Z] #43 52.19 CC compel/arch/ppc64/src/lib/infect.o [2021-04-16T10:37:35.143Z] #43 53.05 CC compel/src/lib/infect-rpc.o [2021-04-16T10:37:35.143Z] #43 53.44 CC compel/src/lib/infect-util.o [2021-04-16T10:37:35.143Z] #43 53.84 CC compel/src/lib/infect.o [2021-04-16T10:37:35.295Z] #16 1.086 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-04-16T10:37:35.295Z] #16 DONE 1.2s [2021-04-16T10:37:35.295Z] [2021-04-16T10:37:35.295Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:37:35.295Z] #43 sha256:634da649664dd1653459ec5ff55fe2816455cb64254406f6f3ff10f2bc6f3259 [2021-04-16T10:37:35.295Z] #43 54.49 AR compel/libcompel.a [2021-04-16T10:37:35.295Z] #43 54.60 HOSTCC compel/src/main-host.o [2021-04-16T10:37:35.295Z] #43 55.16 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2021-04-16T10:37:35.295Z] #43 55.43 HOSTCC compel/src/lib/handle-elf-host.o [2021-04-16T10:37:35.295Z] #43 56.00 HOSTCC compel/src/lib/log-host.o [2021-04-16T10:37:35.295Z] #43 56.47 HOSTLINK compel/compel-host-bin [2021-04-16T10:37:35.295Z] #43 56.65 DEP soccr/soccr.d [2021-04-16T10:37:35.295Z] #43 56.91 CC soccr/soccr.o [2021-04-16T10:37:35.810Z] #43 56.95 CC compel/src/lib/ptrace.o [2021-04-16T10:37:36.108Z] #43 57.40 AR compel/libcompel.a [2021-04-16T10:37:36.108Z] #43 57.46 HOSTCC compel/src/main-host.o [2021-04-16T10:37:36.506Z] #56 118.8 + bin/containerd-shim-runc-v1 [2021-04-16T10:37:36.665Z] #43 ... [2021-04-16T10:37:36.665Z] [2021-04-16T10:37:36.665Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-04-16T10:37:36.665Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea [2021-04-16T10:37:36.665Z] #17 DONE 1.2s [2021-04-16T10:37:36.665Z] [2021-04-16T10:37:36.665Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-04-16T10:37:36.665Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6 [2021-04-16T10:37:36.757Z] #43 57.78 HOSTCC compel/arch/ppc64/src/lib/handle-elf-host.o [2021-04-16T10:37:36.757Z] #43 58.02 HOSTCC compel/src/lib/handle-elf-host.o [2021-04-16T10:37:36.781Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 4.1s done [2021-04-16T10:37:37.042Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 [2021-04-16T10:37:37.410Z] #43 58.51 HOSTCC compel/src/lib/log-host.o [2021-04-16T10:37:37.410Z] #43 58.72 HOSTLINK compel/compel-host-bin [2021-04-16T10:37:37.410Z] #43 ... [2021-04-16T10:37:37.410Z] [2021-04-16T10:37:37.410Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-04-16T10:37:37.410Z] #53 sha256:ce62298ffb506dec0f2706153e092ae9e850cca7c7e5b3b5568ab4d77cfb4249 [2021-04-16T10:37:37.410Z] #53 11.55 + cd /tmp/tmp.AVstCvr8d4/src/github.com/opencontainers/runc [2021-04-16T10:37:37.410Z] #53 11.55 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-16T10:37:38.027Z] #18 DONE 1.2s [2021-04-16T10:37:38.027Z] [2021-04-16T10:37:38.027Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-04-16T10:37:38.027Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df [2021-04-16T10:37:38.059Z] #53 12.02 + '[' -z '' ']' [2021-04-16T10:37:38.059Z] #53 12.03 + target=static [2021-04-16T10:37:38.059Z] #53 12.03 + make 'BUILDTAGS=seccomp ' static [2021-04-16T10:37:38.358Z] #53 12.36 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o runc . [2021-04-16T10:37:38.954Z] #19 DONE 1.2s [2021-04-16T10:37:38.954Z] [2021-04-16T10:37:38.954Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-16T10:37:38.954Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-16T10:37:39.422Z] #53 ... [2021-04-16T10:37:39.422Z] [2021-04-16T10:37:39.422Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-16T10:37:39.422Z] #20 sha256:4c9d04e548c65087cec82d0a856eaa1f69a58bf085807ae56661f71481307afe [2021-04-16T10:37:39.422Z] #20 1.074 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-16T10:37:39.422Z] #20 1.416 Get:5 http://deb.debian.org/debian buster-backports/main ppc64el Packages [449 kB] [2021-04-16T10:37:39.422Z] #20 2.893 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-04-16T10:37:39.422Z] #20 4.196 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [262 kB] [2021-04-16T10:37:39.422Z] #20 5.618 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [8332 B] [2021-04-16T10:37:39.422Z] #20 ... [2021-04-16T10:37:39.422Z] [2021-04-16T10:37:39.422Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:37:39.422Z] #43 sha256:18971e2e33c6fe61fe2c3fccfe7f030f63f1953e93d060584dabe4c8520753d2 [2021-04-16T10:37:39.422Z] #43 58.83 DEP soccr/soccr.d [2021-04-16T10:37:39.422Z] #43 59.03 CC soccr/soccr.o [2021-04-16T10:37:39.723Z] #43 61.07 AR soccr/libsoccr.a [2021-04-16T10:37:40.024Z] #43 61.14 make[1]: 'soccr/libsoccr.a' is up to date. [2021-04-16T10:37:40.345Z] #9 ... [2021-04-16T10:37:40.345Z] [2021-04-16T10:37:40.345Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-04-16T10:37:40.345Z] #27 sha256:2f5ef7d60ae1d151fd2aa8dfcbd4d1be127456a9f8db7a76d9528a1821e46d69 [2021-04-16T10:37:40.345Z] #27 1.143 Get:1 http://deb.debian.org/debian buster InRelease [121 kB] [2021-04-16T10:37:40.345Z] #27 1.157 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-16T10:37:40.345Z] #27 1.266 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-16T10:37:40.345Z] #27 1.302 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-04-16T10:37:40.345Z] #27 1.570 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-04-16T10:37:40.345Z] #27 1.947 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [272 kB] [2021-04-16T10:37:40.345Z] #27 3.402 Fetched 8427 kB in 3s (3347 kB/s) [2021-04-16T10:37:40.345Z] #27 3.402 Reading package lists... [2021-04-16T10:37:40.345Z] #27 4.269 Reading package lists... [2021-04-16T10:37:40.345Z] #27 5.180 Building dependency tree... [2021-04-16T10:37:40.345Z] #27 5.469 The following additional packages will be installed: [2021-04-16T10:37:40.345Z] #27 5.469 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-04-16T10:37:40.345Z] #27 5.469 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-04-16T10:37:40.345Z] #27 5.470 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-04-16T10:37:40.345Z] #27 5.471 Suggested packages: [2021-04-16T10:37:40.345Z] #27 5.471 krb5-doc krb5-user [2021-04-16T10:37:40.345Z] #27 5.471 Recommended packages: [2021-04-16T10:37:40.345Z] #27 5.471 krb5-locales publicsuffix libsasl2-modules [2021-04-16T10:37:40.345Z] #27 5.703 The following NEW packages will be installed: [2021-04-16T10:37:40.345Z] #27 5.704 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-04-16T10:37:40.345Z] #27 5.704 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-04-16T10:37:40.345Z] #27 5.704 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-04-16T10:37:40.345Z] #27 5.705 libssh2-1 libssl1.1 openssl [2021-04-16T10:37:40.345Z] #27 5.983 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded. [2021-04-16T10:37:40.345Z] #27 5.983 Need to get 5059 kB of archives. [2021-04-16T10:37:40.345Z] #27 5.983 After this operation, 12.1 MB of additional disk space will be used. [2021-04-16T10:37:40.345Z] #27 5.983 Get:1 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-04-16T10:37:40.345Z] #27 5.985 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB] [2021-04-16T10:37:40.345Z] #27 5.992 Get:3 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-04-16T10:37:40.345Z] #27 5.992 Get:4 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-04-16T10:37:40.345Z] #27 5.992 Get:5 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-04-16T10:37:40.345Z] #27 5.996 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-04-16T10:37:40.345Z] #27 6.012 Get:7 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-04-16T10:37:40.345Z] #27 6.014 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2021-04-16T10:37:40.345Z] #27 6.019 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-04-16T10:37:40.345Z] #27 6.031 Get:10 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-04-16T10:37:40.345Z] #27 6.031 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB] [2021-04-16T10:37:40.345Z] #27 6.031 Get:12 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-04-16T10:37:40.345Z] #27 6.031 Get:13 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB] [2021-04-16T10:37:40.345Z] #27 6.031 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-04-16T10:37:40.345Z] #27 6.031 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-04-16T10:37:40.345Z] #27 6.031 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-04-16T10:37:40.345Z] #27 6.035 Get:17 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-04-16T10:37:40.345Z] #27 6.041 Get:18 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-04-16T10:37:40.345Z] #27 6.045 Get:19 http://security.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB] [2021-04-16T10:37:40.345Z] #27 6.049 Get:20 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-04-16T10:37:40.345Z] #27 6.051 Get:21 http://security.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB] [2021-04-16T10:37:40.345Z] #27 6.242 debconf: delaying package configuration, since apt-utils is not installed [2021-04-16T10:37:40.345Z] #27 6.318 Fetched 5059 kB in 0s (15.5 MB/s) [2021-04-16T10:37:40.345Z] #27 6.361 Selecting previously unselected package libssl1.1:amd64. [2021-04-16T10:37:40.346Z] #27 6.361 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6677 files and directories currently installed.) [2021-04-16T10:37:40.346Z] #27 6.361 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ... [2021-04-16T10:37:40.346Z] #27 6.369 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-04-16T10:37:40.346Z] #27 6.559 Selecting previously unselected package openssl. [2021-04-16T10:37:40.346Z] #27 6.559 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ... [2021-04-16T10:37:40.346Z] #27 6.561 Unpacking openssl (1.1.1d-0+deb10u6) ... [2021-04-16T10:37:40.346Z] #27 6.705 Selecting previously unselected package ca-certificates. [2021-04-16T10:37:40.346Z] #27 6.705 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ... [2021-04-16T10:37:40.346Z] #27 6.710 Unpacking ca-certificates (20200601~deb10u2) ... [2021-04-16T10:37:40.346Z] #27 6.784 Selecting previously unselected package libkeyutils1:amd64. [2021-04-16T10:37:40.346Z] #27 6.784 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ... [2021-04-16T10:37:40.346Z] #27 6.789 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-04-16T10:37:40.346Z] #27 6.822 Selecting previously unselected package libkrb5support0:amd64. [2021-04-16T10:37:40.346Z] #27 6.822 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-04-16T10:37:40.346Z] #27 6.826 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-04-16T10:37:40.346Z] #27 6.860 Selecting previously unselected package libk5crypto3:amd64. [2021-04-16T10:37:40.346Z] #27 6.861 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-04-16T10:37:40.346Z] #27 6.867 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-04-16T10:37:40.346Z] #27 6.914 Selecting previously unselected package libkrb5-3:amd64. [2021-04-16T10:37:40.346Z] #27 6.914 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-04-16T10:37:40.346Z] #27 6.918 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-04-16T10:37:40.346Z] #27 7.020 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-16T10:37:40.346Z] #27 7.020 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-04-16T10:37:40.346Z] #27 7.025 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-04-16T10:37:40.346Z] #27 7.066 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-16T10:37:40.346Z] #27 7.066 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-04-16T10:37:40.346Z] #27 7.070 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-04-16T10:37:40.346Z] #27 7.105 Selecting previously unselected package libsasl2-2:amd64. [2021-04-16T10:37:40.346Z] #27 7.105 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-04-16T10:37:40.346Z] #27 7.108 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-04-16T10:37:40.346Z] #27 7.145 Selecting previously unselected package libldap-common. [2021-04-16T10:37:40.346Z] #27 7.146 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-04-16T10:37:40.346Z] #27 7.151 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-04-16T10:37:40.346Z] #27 7.190 Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-16T10:37:40.346Z] #27 7.191 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ... [2021-04-16T10:37:40.346Z] #27 7.210 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-04-16T10:37:40.346Z] #27 7.271 Selecting previously unselected package libnghttp2-14:amd64. [2021-04-16T10:37:40.346Z] #27 7.271 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-04-16T10:37:40.346Z] #27 7.277 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-04-16T10:37:40.346Z] #27 7.317 Selecting previously unselected package libpsl5:amd64. [2021-04-16T10:37:40.346Z] #27 7.317 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-04-16T10:37:40.346Z] #27 7.320 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-04-16T10:37:40.346Z] #27 7.362 Selecting previously unselected package librtmp1:amd64. [2021-04-16T10:37:40.346Z] #27 7.362 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-04-16T10:37:40.346Z] #27 7.366 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-04-16T10:37:40.346Z] #27 7.404 Selecting previously unselected package libssh2-1:amd64. [2021-04-16T10:37:40.346Z] #27 7.404 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-04-16T10:37:40.346Z] #27 7.409 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-04-16T10:37:40.346Z] #27 7.462 Selecting previously unselected package libcurl4:amd64. [2021-04-16T10:37:40.346Z] #27 7.463 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ... [2021-04-16T10:37:40.346Z] #27 7.468 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-04-16T10:37:40.346Z] #27 7.532 Selecting previously unselected package curl. [2021-04-16T10:37:40.346Z] #27 7.532 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ... [2021-04-16T10:37:40.346Z] #27 7.536 Unpacking curl (7.64.0-4+deb10u2) ... [2021-04-16T10:37:40.346Z] #27 7.599 Selecting previously unselected package libonig5:amd64. [2021-04-16T10:37:40.346Z] #27 7.599 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-04-16T10:37:40.346Z] #27 7.602 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-04-16T10:37:40.346Z] #27 7.660 Selecting previously unselected package libjq1:amd64. [2021-04-16T10:37:40.346Z] #27 7.660 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-04-16T10:37:40.346Z] #27 7.663 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-04-16T10:37:40.346Z] #27 7.702 Selecting previously unselected package jq. [2021-04-16T10:37:40.346Z] #27 7.702 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-04-16T10:37:40.346Z] #27 7.706 Unpacking jq (1.5+dfsg-2+b1) ... [2021-04-16T10:37:40.346Z] #27 7.748 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-04-16T10:37:40.346Z] #27 7.759 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-04-16T10:37:40.346Z] #27 7.769 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-04-16T10:37:40.346Z] #27 7.903 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-04-16T10:37:40.346Z] #27 7.914 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-04-16T10:37:40.346Z] #27 7.927 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-04-16T10:37:40.346Z] #27 7.937 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-04-16T10:37:40.346Z] #27 7.948 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-04-16T10:37:40.346Z] #27 7.999 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-04-16T10:37:40.346Z] #27 8.008 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-04-16T10:37:40.346Z] #27 8.018 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-04-16T10:37:40.346Z] #27 8.029 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-04-16T10:37:40.346Z] #27 8.040 Setting up openssl (1.1.1d-0+deb10u6) ... [2021-04-16T10:37:40.346Z] #27 8.053 Setting up libonig5:amd64 (6.9.1-1) ... [2021-04-16T10:37:40.346Z] #27 8.064 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-04-16T10:37:40.346Z] #27 8.074 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-04-16T10:37:40.346Z] #27 8.084 Setting up ca-certificates (20200601~deb10u2) ... [2021-04-16T10:37:40.346Z] #27 8.646 Updating certificates in /etc/ssl/certs... [2021-04-16T10:37:40.346Z] #27 ... [2021-04-16T10:37:40.346Z] [2021-04-16T10:37:40.346Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-16T10:37:40.346Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-04-16T10:37:40.346Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 3.4s done [2021-04-16T10:37:40.606Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e [2021-04-16T10:37:40.687Z] #43 61.72 DEP criu/arch/ppc64/sigframe.d [2021-04-16T10:37:40.687Z] #43 61.99 DEP criu/arch/ppc64/crtools.d [2021-04-16T10:37:40.717Z] #56 123.3 + bin/containerd-shim-runc-v2 [2021-04-16T10:37:40.839Z] #20 1.525 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-04-16T10:37:40.839Z] #20 1.574 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-04-16T10:37:40.839Z] #20 1.575 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-16T10:37:40.839Z] #20 1.719 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-16T10:37:40.987Z] #43 62.18 DEP criu/arch/ppc64/cpu.d [2021-04-16T10:37:41.094Z] #20 2.251 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [462 kB] [2021-04-16T10:37:41.288Z] #43 62.47 CC criu/arch/ppc64/cpu.o [2021-04-16T10:37:41.441Z] Client: [2021-04-16T10:37:41.441Z] Context: default [2021-04-16T10:37:41.441Z] Debug Mode: false [2021-04-16T10:37:41.441Z] Plugins: [2021-04-16T10:37:41.441Z] app: Docker Application (Docker Inc., v0.8.0) [2021-04-16T10:37:41.441Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2021-04-16T10:37:41.441Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2021-04-16T10:37:41.441Z] [2021-04-16T10:37:41.441Z] Server: [2021-04-16T10:37:41.441Z] Containers: 0 [2021-04-16T10:37:41.441Z] Running: 0 [2021-04-16T10:37:41.441Z] Paused: 0 [2021-04-16T10:37:41.441Z] Stopped: 0 [2021-04-16T10:37:41.441Z] Images: 0 [2021-04-16T10:37:41.441Z] Server Version: 20.10.0 [2021-04-16T10:37:41.441Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-04-16T10:37:41.441Z] Windows: [2021-04-16T10:37:41.441Z] LCOW: [2021-04-16T10:37:41.441Z] Logging Driver: json-file [2021-04-16T10:37:41.441Z] Plugins: [2021-04-16T10:37:41.441Z] Volume: local [2021-04-16T10:37:41.441Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-04-16T10:37:41.441Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-04-16T10:37:41.441Z] Swarm: inactive [2021-04-16T10:37:41.441Z] Default Isolation: process [2021-04-16T10:37:41.441Z] Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600) [2021-04-16T10:37:41.441Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1) [2021-04-16T10:37:41.441Z] OSType: windows [2021-04-16T10:37:41.441Z] Architecture: x86_64 [2021-04-16T10:37:41.441Z] CPUs: 4 [2021-04-16T10:37:41.441Z] Total Memory: 32GiB [2021-04-16T10:37:41.441Z] Name: azwin-2-cd8e40 [2021-04-16T10:37:41.441Z] ID: HIW7:RJDB:LAOZ:BJYL:XAN5:UZSY:3HLA:IGW5:APOR:JIRV:4S77:NKO6 [2021-04-16T10:37:41.441Z] Docker Root Dir: D:\docker [2021-04-16T10:37:41.441Z] Debug Mode: false [2021-04-16T10:37:41.441Z] Registry: https://index.docker.io/v1/ [2021-04-16T10:37:41.441Z] Labels: [2021-04-16T10:37:41.441Z] Experimental: true [2021-04-16T10:37:41.441Z] Insecure Registries: [2021-04-16T10:37:41.441Z] 10.0.0.4:5000 [2021-04-16T10:37:41.441Z] 127.0.0.0/8 [2021-04-16T10:37:41.441Z] Registry Mirrors: [2021-04-16T10:37:41.441Z] http://10.0.0.4:5000/ [2021-04-16T10:37:41.441Z] Live Restore Enabled: false [2021-04-16T10:37:41.441Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2021-04-16T10:37:41.660Z] #56 124.3 + binaries [2021-04-16T10:37:41.660Z] #56 124.3 + install -D bin/containerd /build/containerd [2021-04-16T10:37:41.660Z] #56 124.3 + install -D bin/containerd-shim /build/containerd-shim [2021-04-16T10:37:41.660Z] #56 124.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-04-16T10:37:41.660Z] #56 124.3 + install -D bin/ctr /build/ctr [2021-04-16T10:37:41.921Z] #56 DONE 124.7s [2021-04-16T10:37:41.936Z] #43 63.15 CC criu/arch/ppc64/crtools.o [2021-04-16T10:37:42.501Z] #20 3.347 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-04-16T10:37:42.588Z] #43 ... [2021-04-16T10:37:42.588Z] [2021-04-16T10:37:42.588Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-16T10:37:42.588Z] #51 sha256:89950dca246c8d949f4e2b540f51ad2feadb236163ab1597bc357afbaf2493af [2021-04-16T10:37:42.588Z] #51 106.4 golang.org/x/crypto/ssh/terminal [2021-04-16T10:37:42.900Z] #51 ... [2021-04-16T10:37:42.900Z] [2021-04-16T10:37:42.900Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:37:42.900Z] #45 sha256:361f9151b9374e8bf32e43f72eb60276634412167f47c2d39151afba75fbd393 [2021-04-16T10:37:42.900Z] #45 114.2 text/template [2021-04-16T10:37:42.900Z] #45 114.2 go/parser [2021-04-16T10:37:43.162Z] #9 ... [2021-04-16T10:37:43.162Z] [2021-04-16T10:37:43.162Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-04-16T10:37:43.162Z] #27 sha256:2f5ef7d60ae1d151fd2aa8dfcbd4d1be127456a9f8db7a76d9528a1821e46d69 [2021-04-16T10:37:43.162Z] #27 9.477 137 added, 0 removed; done. [2021-04-16T10:37:43.162Z] #27 9.535 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-04-16T10:37:43.162Z] #27 9.547 Setting up jq (1.5+dfsg-2+b1) ... [2021-04-16T10:37:43.162Z] #27 9.557 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-04-16T10:37:43.162Z] #27 9.570 Setting up curl (7.64.0-4+deb10u2) ... [2021-04-16T10:37:43.162Z] #27 9.580 Processing triggers for libc-bin (2.28-10) ... [2021-04-16T10:37:43.162Z] #27 9.597 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-04-16T10:37:43.162Z] #27 9.605 Updating certificates in /etc/ssl/certs... [2021-04-16T10:37:43.162Z] #27 10.21 0 added, 0 removed; done. [2021-04-16T10:37:43.162Z] #27 10.21 Running hooks in /etc/ca-certificates/update.d... [2021-04-16T10:37:43.162Z] #27 10.21 done. [2021-04-16T10:37:43.162Z] #27 DONE 11.7s [2021-04-16T10:37:43.162Z] [2021-04-16T10:37:43.162Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-16T10:37:43.163Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-04-16T10:37:43.305Z] [2021-04-16T10:37:43.305Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-04-16T10:37:43.305Z] #57 sha256:c780559f83484244b6aefdc36349ac6d37d270ca52537561ecaf7e21f1abee8c [2021-04-16T10:37:43.305Z] #57 DONE 0.2s [2021-04-16T10:37:43.305Z] [2021-04-16T10:37:43.305Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-04-16T10:37:43.305Z] #61 sha256:493aa5631b63c41a83b93c79b056922110d4095c5907cf417c96aeddfbef68de [2021-04-16T10:37:43.305Z] #61 DONE 0.1s [2021-04-16T10:37:43.305Z] [2021-04-16T10:37:43.305Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-04-16T10:37:43.305Z] #66 sha256:a5e504381449d4f944d7f4a28417efa732fe235420a2d52ff2e37e7f3fd9de54 [2021-04-16T10:37:43.305Z] #66 DONE 0.2s [2021-04-16T10:37:43.305Z] [2021-04-16T10:37:43.305Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-04-16T10:37:43.305Z] #68 sha256:630b30bae4c603b849365e5521475213038db7aa524dc53287e7cca73182bb1f [2021-04-16T10:37:43.567Z] #68 DONE 0.1s [2021-04-16T10:37:43.567Z] [2021-04-16T10:37:43.567Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-04-16T10:37:43.567Z] #69 sha256:9ef2adc0acd72de4c3a95ec7091a09dea4ad9eafa3844b87bb3b9cd7dc2c112f [2021-04-16T10:37:43.567Z] #69 DONE 0.0s [2021-04-16T10:37:43.567Z] [2021-04-16T10:37:43.567Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-04-16T10:37:43.567Z] #70 sha256:ec10c56378cf15c8c2b546427b96e7b0433c1493369637dd85938726b98bbc3d [2021-04-16T10:37:43.734Z] #9 ... [2021-04-16T10:37:43.734Z] [2021-04-16T10:37:43.734Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-04-16T10:37:43.734Z] #28 sha256:41db4c4fc305cb4e9cf03df4e8c75e10dae22ec02cc8b43a12a38fde107f2756 [2021-04-16T10:37:43.734Z] #28 DONE 0.6s [2021-04-16T10:37:43.734Z] [2021-04-16T10:37:43.734Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-16T10:37:43.734Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-04-16T10:37:43.862Z] #20 ... [2021-04-16T10:37:43.862Z] [2021-04-16T10:37:43.862Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-04-16T10:37:43.862Z] #58 sha256:3b62a6a04354bc4e94b41e4193f325ad5e32dc9b9ac3d136d569f255334eef86 [2021-04-16T10:37:43.862Z] #58 DONE 122.8s [2021-04-16T10:37:43.862Z] [2021-04-16T10:37:43.862Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-04-16T10:37:43.862Z] #59 sha256:46ea6b11d51051f123330d31b69edc3f88202555added0fc5b001b4cf9ef4f76 [2021-04-16T10:37:43.862Z] #59 DONE 0.1s [2021-04-16T10:37:43.862Z] [2021-04-16T10:37:43.862Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-04-16T10:37:43.862Z] #60 sha256:569c0f2eae684c296b8fb8fd41c59085da3176e5fac6a8ad8ae38c2fc94aaed0 [2021-04-16T10:37:43.862Z] #60 DONE 0.1s [2021-04-16T10:37:43.862Z] [2021-04-16T10:37:43.862Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:37:43.862Z] #43 sha256:634da649664dd1653459ec5ff55fe2816455cb64254406f6f3ff10f2bc6f3259 [2021-04-16T10:37:43.862Z] #43 59.26 AR soccr/libsoccr.a [2021-04-16T10:37:43.862Z] #43 59.29 make[1]: 'soccr/libsoccr.a' is up to date. [2021-04-16T10:37:43.862Z] #43 60.05 DEP criu/arch/x86/sigframe.d [2021-04-16T10:37:43.862Z] #43 60.26 DEP criu/arch/x86/sigaction_compat.d [2021-04-16T10:37:43.862Z] #43 60.41 DEP criu/arch/x86/kerndat.d [2021-04-16T10:37:43.862Z] #43 60.64 DEP criu/arch/x86/crtools.d [2021-04-16T10:37:43.862Z] #43 60.83 DEP criu/arch/x86/cpu.d [2021-04-16T10:37:43.862Z] #43 61.10 CC criu/arch/x86/cpu.o [2021-04-16T10:37:43.862Z] #43 62.00 CC criu/arch/x86/crtools.o [2021-04-16T10:37:43.862Z] #43 63.38 CC criu/arch/x86/kerndat.o [2021-04-16T10:37:43.862Z] #43 63.97 CC criu/arch/x86/sigaction_compat.o [2021-04-16T10:37:43.862Z] #43 64.32 CC criu/arch/x86/sigframe.o [2021-04-16T10:37:43.862Z] #43 64.74 LINK criu/arch/x86/crtools.built-in.o [2021-04-16T10:37:43.862Z] #43 64.81 DEP criu/pie/util-vdso-elf32.d [2021-04-16T10:37:43.862Z] #43 65.07 DEP criu/pie/util-vdso.d [2021-04-16T10:37:43.862Z] #43 65.34 DEP criu/pie/util.d [2021-04-16T10:37:43.862Z] #43 65.63 CC criu/pie/util.o [2021-04-16T10:37:44.118Z] #43 ... [2021-04-16T10:37:44.118Z] [2021-04-16T10:37:44.118Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-16T10:37:44.118Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-16T10:37:44.118Z] #20 5.211 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [272 kB] [2021-04-16T10:37:44.511Z] #70 DONE 0.7s [2021-04-16T10:37:44.511Z] [2021-04-16T10:37:44.511Z] #71 exporting to image [2021-04-16T10:37:44.511Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-04-16T10:37:44.511Z] #71 exporting layers [2021-04-16T10:37:45.242Z] 4612f6d0b889: Verifying Checksum [2021-04-16T10:37:45.242Z] 4612f6d0b889: Download complete [2021-04-16T10:37:45.646Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.1s [2021-04-16T10:37:46.052Z] #20 7.164 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-04-16T10:37:46.308Z] #20 ... [2021-04-16T10:37:46.308Z] [2021-04-16T10:37:46.308Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:37:46.308Z] #45 sha256:48e3890b1ec9b7f2844f2242a64d47e52fc97a0a2beaf78d5c48865100003438 [2021-04-16T10:37:46.308Z] #45 115.6 net/http/httptrace [2021-04-16T10:37:46.308Z] #45 116.1 net/http [2021-04-16T10:37:46.311Z] #56 119.5 + bin/containerd-stress [2021-04-16T10:37:46.440Z] #71 exporting layers 1.8s done [2021-04-16T10:37:46.440Z] #71 writing image sha256:f2fcee693c39e5e13fe4b19a177a1be07eeb26d927e6186947a2eeb9bc0f84a9 done [2021-04-16T10:37:46.440Z] #71 naming to docker.io/library/docker:eb0610b7fc7e8c49160c99fa311e14ee632dd45a [2021-04-16T10:37:46.440Z] #71 naming to docker.io/library/docker:eb0610b7fc7e8c49160c99fa311e14ee632dd45a done [2021-04-16T10:37:46.440Z] #71 DONE 1.9s [Pipeline] } [Pipeline] // stage [2021-04-16T10:37:46.474Z] #45 119.6 encoding/xml [2021-04-16T10:37:46.474Z] #45 ... [2021-04-16T10:37:46.474Z] [2021-04-16T10:37:46.474Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:37:46.474Z] #43 sha256:18971e2e33c6fe61fe2c3fccfe7f030f63f1953e93d060584dabe4c8520753d2 [2021-04-16T10:37:46.474Z] #43 64.37 CC criu/arch/ppc64/sigframe.o [2021-04-16T10:37:46.474Z] #43 64.71 LINK criu/arch/ppc64/crtools.built-in.o [2021-04-16T10:37:46.474Z] #43 64.75 DEP criu/pie/util-vdso.d [2021-04-16T10:37:46.474Z] #43 64.89 DEP criu/pie/util.d [2021-04-16T10:37:46.474Z] #43 65.06 CC criu/pie/util.o [2021-04-16T10:37:46.474Z] #43 65.42 CC criu/pie/util-vdso.o [2021-04-16T10:37:46.474Z] #43 66.31 AR criu/pie/pie.lib.a [2021-04-16T10:37:46.474Z] #43 66.43 DEP criu/pie/restorer.d [2021-04-16T10:37:46.474Z] #43 66.73 DEP criu/arch/ppc64/vdso-trampoline.d [2021-04-16T10:37:46.474Z] #43 66.76 DEP criu/arch/ppc64/restorer.d [2021-04-16T10:37:46.475Z] #43 67.04 DEP criu/arch/ppc64/vdso-pie.d [2021-04-16T10:37:46.475Z] #43 67.19 DEP criu/pie/parasite-vdso.d [2021-04-16T10:37:46.475Z] #43 67.41 DEP criu/pie/parasite.d [2021-04-16T10:37:46.475Z] #43 67.74 CC criu/pie/parasite.o [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2021-04-16T10:37:46.564Z] #45 ... [2021-04-16T10:37:46.564Z] [2021-04-16T10:37:46.564Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-04-16T10:37:46.564Z] #53 sha256:f651f3121f8d6b8bef2248a00b1abf919aa01c7050edc0b3ef4754aa921f6c96 [2021-04-16T10:37:46.564Z] #53 13.04 Checking out files: 86% (1036/1200) Checking out files: 87% (1044/1200) Checking out files: 88% (1056/1200) Checking out files: 89% (1068/1200) Checking out files: 90% (1080/1200) Checking out files: 91% (1092/1200) Checking out files: 92% (1104/1200) Checking out files: 93% (1116/1200) Checking out files: 94% (1128/1200) Checking out files: 95% (1140/1200) Checking out files: 96% (1152/1200) Checking out files: 97% (1164/1200) Checking out files: 98% (1176/1200) Checking out files: 99% (1188/1200) Checking out files: 100% (1200/1200) Checking out files: 100% (1200/1200), done. [2021-04-16T10:37:46.564Z] #53 13.27 + cd /tmp/tmp.GW1NmDImCu/src/github.com/opencontainers/runc [2021-04-16T10:37:46.564Z] #53 13.27 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-16T10:37:46.564Z] #53 13.95 + '[' -z '' ']' [2021-04-16T10:37:46.564Z] #53 13.97 + target=static [2021-04-16T10:37:46.564Z] #53 13.97 + make 'BUILDTAGS=seccomp ' static [2021-04-16T10:37:46.564Z] #53 14.13 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o runc . [2021-04-16T10:37:46.597Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 6.0s done [2021-04-16T10:37:46.788Z] + trap exit INT TERM [2021-04-16T10:37:46.788Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2021-04-16T10:37:46.788Z] + CONTAINER_NAME=docker-pr16 [2021-04-16T10:37:46.788Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40094/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40094/.git:/go/src/github.com/docker/docker/.git --name docker-pr16-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=eb0610b7fc7e8c49160c99fa311e14ee632dd45a -e DOCKER_GRAPHDRIVER docker:eb0610b7fc7e8c49160c99fa311e14ee632dd45a hack/make.sh dynbinary-daemon [2021-04-16T10:37:46.858Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2021-04-16T10:37:47.124Z] #9 DONE 25.4s [2021-04-16T10:37:47.124Z] [2021-04-16T10:37:47.124Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-04-16T10:37:47.124Z] #29 sha256:241baac3f2a8b9608e232a47a3f64b9491bd4769eb0d39232019e710f046f85d [2021-04-16T10:37:47.124Z] #29 0.987 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-04-16T10:37:47.124Z] #29 1.070 [2021-04-16T10:37:47.124Z] #29 1.184 ########## 13.9% ########################## 37.1% ######################################### 57.2% ############################################### 66.3% ################################################################### 93.3% ######################################################################## 100.0% [2021-04-16T10:37:47.124Z] #29 1.699 [2021-04-16T10:37:47.124Z] #29 1.826 ############################### 43.2% ######################################################################## 100.0% [2021-04-16T10:37:47.124Z] #29 1.926 [2021-04-16T10:37:47.124Z] #29 2.042 ####################################### 55.4% ######################################################################## 100.0% [2021-04-16T10:37:47.124Z] #29 2.134 [2021-04-16T10:37:47.124Z] #29 2.248 ####### 10.1% ######################### 35.8% ####################################### 55.2% ##################################################### 74.5% ################################################################### 93.6% ######################################################################## 100.0% [2021-04-16T10:37:47.124Z] #29 2.789 [2021-04-16T10:37:47.255Z] #56 122.4 + bin/containerd-shim [2021-04-16T10:37:47.361Z] [2021-04-16T10:37:47.361Z] Removing bundles/ [2021-04-16T10:37:47.361Z] [2021-04-16T10:37:47.361Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2021-04-16T10:37:47.361Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-04-16T10:37:47.361Z] GOOS="" GOARCH="" GOARM="" [2021-04-16T10:37:48.031Z] #43 69.34 LINK criu/pie/parasite.built-in.o [2021-04-16T10:37:48.330Z] #43 69.36 GEN criu/pie/parasite-blob.h [2021-04-16T10:37:48.330Z] #43 69.39 CC criu/pie/parasite-vdso.o [2021-04-16T10:37:48.429Z] #29 2.896 # 1.9% ###### 9.2% ########## 14.8% ############## 20.0% ################## 25.2% ##################### 30.4% ######################### 35.4% ############################# 40.8% ################################# 46.0% #################################### 51.3% ######################################## 56.5% ############################################ 61.7% ################################################ 66.9% ################################################### 72.1% ####################################################### 77.0% ########################################################### 82.4% ############################################################## 87.4% ################################################################## 93.0% ###################################################################### 98.2% ######################################################################## 100.0% [2021-04-16T10:37:48.429Z] #29 4.751 [2021-04-16T10:37:48.630Z] #43 ... [2021-04-16T10:37:48.630Z] [2021-04-16T10:37:48.630Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-16T10:37:48.630Z] #51 sha256:89950dca246c8d949f4e2b540f51ad2feadb236163ab1597bc357afbaf2493af [2021-04-16T10:37:48.630Z] #51 116.9 mvdan.cc/sh/v3/cmd/shfmt [2021-04-16T10:37:48.630Z] #51 DONE 122.4s [2021-04-16T10:37:48.630Z] [2021-04-16T10:37:48.630Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-16T10:37:48.630Z] #20 sha256:4c9d04e548c65087cec82d0a856eaa1f69a58bf085807ae56661f71481307afe [2021-04-16T10:37:48.630Z] #20 11.97 Fetched 8698 kB in 11s (760 kB/s) [2021-04-16T10:37:48.630Z] #20 11.97 Reading package lists... [2021-04-16T10:37:48.690Z] #29 ... [2021-04-16T10:37:48.690Z] [2021-04-16T10:37:48.690Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-04-16T10:37:48.690Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-04-16T10:37:48.690Z] #10 DONE 1.6s [2021-04-16T10:37:48.690Z] [2021-04-16T10:37:48.690Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-04-16T10:37:48.690Z] #29 sha256:241baac3f2a8b9608e232a47a3f64b9491bd4769eb0d39232019e710f046f85d [2021-04-16T10:37:48.690Z] #29 5.042 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-04-16T10:37:48.951Z] #29 5.148 [2021-04-16T10:37:48.951Z] #29 5.263 ######################################################################## 100.0% [2021-04-16T10:37:49.211Z] #29 5.282 [2021-04-16T10:37:49.211Z] #29 5.544 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-04-16T10:37:49.276Z] #20 16.66 Reading package lists... [2021-04-16T10:37:49.276Z] #20 ... [2021-04-16T10:37:49.276Z] [2021-04-16T10:37:49.276Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:37:49.276Z] #43 sha256:18971e2e33c6fe61fe2c3fccfe7f030f63f1953e93d060584dabe4c8520753d2 [2021-04-16T10:37:49.276Z] #43 70.41 CC criu/arch/ppc64/vdso-pie.o [2021-04-16T10:37:49.472Z] #29 ... [2021-04-16T10:37:49.472Z] [2021-04-16T10:37:49.472Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2021-04-16T10:37:49.472Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-04-16T10:37:49.472Z] #11 DONE 0.6s [2021-04-16T10:37:49.472Z] [2021-04-16T10:37:49.473Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-04-16T10:37:49.473Z] #29 sha256:241baac3f2a8b9608e232a47a3f64b9491bd4769eb0d39232019e710f046f85d [2021-04-16T10:37:49.473Z] #29 5.628 [2021-04-16T10:37:49.473Z] [2021-04-16T10:37:49.473Z] #29 ... [2021-04-16T10:37:49.473Z] [2021-04-16T10:37:49.473Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-04-16T10:37:49.473Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-04-16T10:37:49.473Z] #39 DONE 0.2s [2021-04-16T10:37:49.473Z] [2021-04-16T10:37:49.473Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-04-16T10:37:49.473Z] #29 sha256:241baac3f2a8b9608e232a47a3f64b9491bd4769eb0d39232019e710f046f85d [2021-04-16T10:37:49.739Z] #29 5.790 0.3%#29 ... [2021-04-16T10:37:49.739Z] [2021-04-16T10:37:49.739Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-04-16T10:37:49.739Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-04-16T10:37:49.739Z] #31 DONE 0.2s [2021-04-16T10:37:49.739Z] [2021-04-16T10:37:49.739Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-04-16T10:37:49.739Z] #29 sha256:241baac3f2a8b9608e232a47a3f64b9491bd4769eb0d39232019e710f046f85d [2021-04-16T10:37:49.739Z] #29 5.790 0.3% ######################################################################## 100.0% [2021-04-16T10:37:49.739Z] #29 5.883 [2021-04-16T10:37:50.001Z] #29 6.365 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-04-16T10:37:50.262Z] #29 6.495 [2021-04-16T10:37:50.334Z] #43 71.46 CC criu/arch/ppc64/restorer.o [2021-04-16T10:37:50.982Z] #43 72.00 CC criu/arch/ppc64/vdso-trampoline.o [2021-04-16T10:37:50.982Z] #43 72.05 CC criu/pie/restorer.o [2021-04-16T10:37:51.057Z] #29 6.635 0.1% ###### 9.1% ################### 27.3% ################################# 47.1% ########################################### 60.4% ######################################################## 79.1% ######################################################################## 100.0% [2021-04-16T10:37:51.057Z] #29 7.345 [2021-04-16T10:37:51.317Z] #29 7.738 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-04-16T10:37:51.579Z] #29 7.876 [2021-04-16T10:37:51.579Z] #29 7.965 ######################################################################## 100.0% [2021-04-16T10:37:51.579Z] #29 7.989 [2021-04-16T10:37:51.805Z] #53 ... [2021-04-16T10:37:51.805Z] [2021-04-16T10:37:51.805Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:37:51.805Z] #45 sha256:48e3890b1ec9b7f2844f2242a64d47e52fc97a0a2beaf78d5c48865100003438 [2021-04-16T10:37:51.805Z] #45 131.0 github.com/LK4D4/vndr/godl [2021-04-16T10:37:51.839Z] #29 8.245 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-04-16T10:37:52.100Z] #29 8.338 [2021-04-16T10:37:52.100Z] #29 8.406 ######################################################################## 100.0% [2021-04-16T10:37:52.100Z] #29 8.432 [2021-04-16T10:37:52.100Z] #29 8.453 Download of images into '/build' complete. [2021-04-16T10:37:52.100Z] #29 8.453 Use something like the following to load the result into a Docker daemon: [2021-04-16T10:37:52.100Z] #29 8.453 tar -cC '/build' . | docker load [2021-04-16T10:37:52.361Z] #29 DONE 8.6s [2021-04-16T10:37:52.361Z] [2021-04-16T10:37:52.361Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-04-16T10:37:52.361Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-04-16T10:37:52.408Z] #45 131.7 github.com/LK4D4/vndr [2021-04-16T10:37:53.746Z] #32 ... [2021-04-16T10:37:53.746Z] [2021-04-16T10:37:53.746Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-04-16T10:37:53.746Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9 [2021-04-16T10:37:53.746Z] #12 DONE 4.3s [2021-04-16T10:37:53.746Z] [2021-04-16T10:37:53.746Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-16T10:37:53.746Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-16T10:37:53.864Z] #56 128.3 + bin/containerd-shim-runc-v1 [2021-04-16T10:37:54.551Z] #43 75.35 LINK criu/pie/restorer.built-in.o [2021-04-16T10:37:54.551Z] #43 75.36 GEN criu/pie/restorer-blob.h [2021-04-16T10:37:54.551Z] #43 75.47 DEP criu/vdso.d [2021-04-16T10:37:54.551Z] #43 75.67 DEP criu/uts_ns.d [2021-04-16T10:37:54.551Z] #43 75.83 DEP criu/util.d [2021-04-16T10:37:54.890Z] #43 76.06 DEP criu/uffd.d [2021-04-16T10:37:54.920Z] #45 ... [2021-04-16T10:37:54.920Z] [2021-04-16T10:37:54.920Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:37:54.920Z] #43 sha256:634da649664dd1653459ec5ff55fe2816455cb64254406f6f3ff10f2bc6f3259 [2021-04-16T10:37:54.920Z] #43 66.37 CC criu/pie/util-vdso.o [2021-04-16T10:37:54.920Z] #43 67.27 CC criu/pie/util-vdso-elf32.o [2021-04-16T10:37:54.920Z] #43 68.09 AR criu/pie/pie.lib.a [2021-04-16T10:37:54.920Z] #43 68.16 DEP criu/pie/restorer.d [2021-04-16T10:37:54.920Z] #43 68.45 DEP criu/arch/x86/sigaction_compat_pie.d [2021-04-16T10:37:54.920Z] #43 68.57 DEP criu/arch/x86/restorer_unmap.d [2021-04-16T10:37:54.920Z] #43 68.60 DEP criu/arch/x86/restorer.d [2021-04-16T10:37:54.920Z] #43 68.89 DEP criu/arch/x86/vdso-pie.d [2021-04-16T10:37:54.920Z] #43 69.07 DEP criu/pie/parasite-vdso.d [2021-04-16T10:37:54.920Z] #43 69.17 DEP criu/pie/parasite.d [2021-04-16T10:37:54.920Z] #43 69.52 CC criu/pie/parasite.o [2021-04-16T10:37:54.920Z] #43 70.93 LINK criu/pie/parasite.built-in.o [2021-04-16T10:37:54.920Z] #43 70.95 GEN criu/pie/parasite-blob.h [2021-04-16T10:37:54.920Z] #43 70.99 CC criu/pie/parasite-vdso.o [2021-04-16T10:37:54.920Z] #43 71.76 CC criu/arch/x86/vdso-pie.o [2021-04-16T10:37:54.920Z] #43 72.05 CC criu/arch/x86/restorer.o [2021-04-16T10:37:54.920Z] #43 72.67 CC criu/arch/x86/restorer_unmap.o [2021-04-16T10:37:54.920Z] #43 72.75 CC criu/arch/x86/sigaction_compat_pie.o [2021-04-16T10:37:54.920Z] #43 73.05 CC criu/pie/restorer.o [2021-04-16T10:37:54.920Z] #43 75.99 LINK criu/pie/restorer.built-in.o [2021-04-16T10:37:54.920Z] #43 75.99 GEN criu/pie/restorer-blob.h [2021-04-16T10:37:54.920Z] #43 76.09 DEP criu/vdso.d [2021-04-16T10:37:54.920Z] #43 76.31 DEP criu/vdso-compat.d [2021-04-16T10:37:54.920Z] #43 76.46 DEP criu/uts_ns.d [2021-04-16T10:37:54.920Z] #43 76.60 DEP criu/util.d [2021-04-16T10:37:55.175Z] #43 76.85 DEP criu/uffd.d [2021-04-16T10:37:55.190Z] #43 76.32 DEP criu/tun.d [2021-04-16T10:37:55.191Z] #43 76.51 DEP criu/tty.d [2021-04-16T10:37:55.430Z] #43 77.11 DEP criu/tun.d [2021-04-16T10:37:55.491Z] #43 76.70 DEP criu/timerfd.d [2021-04-16T10:37:55.685Z] #43 77.26 DEP criu/tty.d [2021-04-16T10:37:55.685Z] #43 77.47 DEP criu/timerfd.d [2021-04-16T10:37:55.795Z] #43 76.92 DEP criu/timens.d [2021-04-16T10:37:55.795Z] #43 ... [2021-04-16T10:37:55.795Z] [2021-04-16T10:37:55.795Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-16T10:37:55.795Z] #20 sha256:4c9d04e548c65087cec82d0a856eaa1f69a58bf085807ae56661f71481307afe [2021-04-16T10:37:55.795Z] #20 16.66 Reading package lists... [2021-04-16T10:37:55.795Z] #20 21.30 Building dependency tree... [2021-04-16T10:37:55.795Z] #20 23.34 libcap2-bin is already the newest version (1:2.25-2). [2021-04-16T10:37:55.795Z] #20 23.34 The following additional packages will be installed: [2021-04-16T10:37:55.795Z] #20 23.35 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-04-16T10:37:55.795Z] #20 23.35 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-04-16T10:37:55.795Z] #20 23.35 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-04-16T10:37:55.795Z] #20 23.36 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-04-16T10:37:55.795Z] #20 23.36 python3.7 python3.7-minimal vim-runtime xxd [2021-04-16T10:37:55.795Z] #20 23.36 Suggested packages: [2021-04-16T10:37:55.795Z] #20 23.37 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-04-16T10:37:55.795Z] #20 23.37 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-04-16T10:37:55.795Z] #20 23.37 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-04-16T10:37:55.795Z] #20 23.37 Recommended packages: [2021-04-16T10:37:55.795Z] #20 23.37 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-04-16T10:37:55.795Z] #20 23.37 python3-keyrings.alt python3-xdg unzip [2021-04-16T10:37:55.795Z] #20 25.52 The following NEW packages will be installed: [2021-04-16T10:37:55.795Z] #20 25.53 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-04-16T10:37:55.795Z] #20 25.53 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-04-16T10:37:55.795Z] #20 25.53 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-04-16T10:37:55.795Z] #20 25.53 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-04-16T10:37:55.795Z] #20 25.53 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-04-16T10:37:55.795Z] #20 25.53 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-04-16T10:37:55.795Z] #20 25.53 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-04-16T10:37:55.795Z] #20 25.53 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-04-16T10:37:55.795Z] #20 25.53 xz-utils zip [2021-04-16T10:37:55.795Z] #20 25.84 0 upgraded, 48 newly installed, 0 to remove and 27 not upgraded. [2021-04-16T10:37:55.795Z] #20 25.84 Need to get 29.2 MB of archives. [2021-04-16T10:37:55.795Z] #20 25.84 After this operation, 134 MB of additional disk space will be used. [2021-04-16T10:37:55.795Z] #20 25.84 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el pigz ppc64el 2.4-1 [53.3 kB] [2021-04-16T10:37:55.795Z] #20 25.88 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-minimal ppc64el 3.7.3-2+deb10u3 [593 kB] [2021-04-16T10:37:55.795Z] #20 26.06 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7-minimal ppc64el 3.7.3-2+deb10u3 [2023 kB] [2021-04-16T10:37:55.795Z] #20 26.45 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-minimal ppc64el 3.7.3-1 [36.6 kB] [2021-04-16T10:37:55.795Z] #20 26.46 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libmpdec2 ppc64el 2.4.2-2 [84.6 kB] [2021-04-16T10:37:55.795Z] #20 26.56 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-stdlib ppc64el 3.7.3-2+deb10u3 [1794 kB] [2021-04-16T10:37:55.795Z] #20 26.99 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7 ppc64el 3.7.3-2+deb10u3 [330 kB] [2021-04-16T10:37:55.795Z] #20 27.02 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3-stdlib ppc64el 3.7.3-1 [20.0 kB] [2021-04-16T10:37:55.795Z] #20 27.03 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3 ppc64el 3.7.3-1 [61.5 kB] [2021-04-16T10:37:55.795Z] #20 27.04 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip4tc0 ppc64el 1.8.2-4 [73.3 kB] [2021-04-16T10:37:55.795Z] #20 27.06 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip6tc0 ppc64el 1.8.2-4 [73.7 kB] [2021-04-16T10:37:55.795Z] #20 27.07 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libiptc0 ppc64el 1.8.2-4 [59.8 kB] [2021-04-16T10:37:55.795Z] #20 27.08 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnfnetlink0 ppc64el 1.0.1-3+b1 [12.8 kB] [2021-04-16T10:37:55.795Z] #20 27.09 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.7-1 [38.8 kB] [2021-04-16T10:37:55.795Z] #20 27.10 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnftnl11 ppc64el 1.1.2-2 [61.5 kB] [2021-04-16T10:37:55.795Z] #20 27.11 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el iptables ppc64el 1.8.2-4 [437 kB] [2021-04-16T10:37:55.795Z] #20 27.16 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2021-04-16T10:37:55.795Z] #20 27.18 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2021-04-16T10:37:55.795Z] #20 27.21 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bash-completion all 1:2.8-6 [208 kB] [2021-04-16T10:37:55.795Z] #20 27.23 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bzip2 ppc64el 1.0.6-9.2~deb10u1 [49.7 kB] [2021-04-16T10:37:55.795Z] #20 27.25 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xz-utils ppc64el 5.2.4-1 [186 kB] [2021-04-16T10:37:55.795Z] #20 27.27 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el apparmor ppc64el 2.13.2-10 [584 kB] [2021-04-16T10:37:55.795Z] #20 27.30 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el aufs-tools ppc64el 1:4.14+20190211-1 [107 kB] [2021-04-16T10:37:55.795Z] #20 27.31 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2021-04-16T10:37:55.795Z] #20 27.33 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2021-04-16T10:37:55.795Z] #20 27.33 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2021-04-16T10:37:55.795Z] #20 27.35 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libaio1 ppc64el 0.3.112-3 [11.6 kB] [2021-04-16T10:37:55.795Z] #20 27.35 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libgpm2 ppc64el 1.20.7-5 [35.4 kB] [2021-04-16T10:37:55.795Z] #20 27.35 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2021-04-16T10:37:56.168Z] #20 27.90 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2021-04-16T10:37:56.168Z] #20 27.91 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2021-04-16T10:37:56.168Z] #20 27.92 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2021-04-16T10:37:56.245Z] #43 77.75 DEP criu/timens.d [2021-04-16T10:37:56.472Z] #20 28.07 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b13 [129 kB] [2021-04-16T10:37:56.472Z] #20 28.07 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el net-tools ppc64el 1.60+git20180626.aebd88e-1 [265 kB] [2021-04-16T10:37:56.472Z] #20 28.09 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pip-whl all 18.1-5 [1591 kB] [2021-04-16T10:37:56.472Z] #20 28.23 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-04-16T10:37:56.472Z] #20 28.24 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-distutils all 3.7.3-1 [142 kB] [2021-04-16T10:37:56.472Z] #20 28.25 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pip all 18.1-5 [171 kB] [2021-04-16T10:37:56.472Z] #20 28.27 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pkg-resources all 40.8.0-1 [153 kB] [2021-04-16T10:37:56.472Z] #20 28.27 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-setuptools all 40.8.0-1 [306 kB] [2021-04-16T10:37:56.472Z] #20 28.30 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-wheel all 0.32.3-2 [19.4 kB] [2021-04-16T10:37:56.472Z] #20 28.30 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el sudo ppc64el 1.8.27-1+deb10u3 [1230 kB] [2021-04-16T10:37:56.501Z] #43 78.01 DEP criu/sysfs_parse.d [2021-04-16T10:37:56.501Z] #43 78.21 DEP criu/sysctl.d [2021-04-16T10:37:56.756Z] #43 78.35 DEP criu/string.d [2021-04-16T10:37:56.756Z] #43 78.42 DEP criu/stats.d [2021-04-16T10:37:56.756Z] #43 78.54 DEP criu/sockets.d [2021-04-16T10:37:56.770Z] #20 28.38 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el thin-provisioning-tools ppc64el 0.7.6-2.1 [350 kB] [2021-04-16T10:37:56.771Z] #20 28.65 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el uidmap ppc64el 1:4.5-1.1 [261 kB] [2021-04-16T10:37:57.011Z] #43 78.72 DEP criu/sk-unix.d [2021-04-16T10:37:57.072Z] #20 28.71 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-04-16T10:37:57.267Z] #43 78.95 DEP criu/sk-tcp.d [2021-04-16T10:37:57.373Z] #20 29.03 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim ppc64el 2:8.1.0875-5 [1346 kB] [2021-04-16T10:37:57.373Z] #20 29.15 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xfsprogs ppc64el 4.20.0-1 [961 kB] [2021-04-16T10:37:57.522Z] #43 79.21 DEP criu/sk-queue.d [2021-04-16T10:37:57.673Z] #20 29.51 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zip ppc64el 3.0-11+b1 [223 kB] [2021-04-16T10:37:57.777Z] #43 79.38 DEP criu/sk-packet.d [2021-04-16T10:37:57.778Z] #43 79.62 DEP criu/sk-netlink.d [2021-04-16T10:37:58.085Z] #56 132.4 + bin/containerd-shim-runc-v2 [2021-04-16T10:37:58.338Z] #43 79.84 DEP criu/sk-inet.d [2021-04-16T10:37:58.598Z] #43 80.12 DEP criu/signalfd.d [2021-04-16T10:37:58.598Z] #43 80.32 DEP criu/sigframe.d [2021-04-16T10:37:58.598Z] #43 80.42 DEP criu/shmem.d [2021-04-16T10:37:58.658Z] #56 133.7 + binaries [2021-04-16T10:37:58.658Z] #56 133.7 + install -D bin/containerd /build/containerd [2021-04-16T10:37:58.658Z] #56 133.8 + install -D bin/containerd-shim /build/containerd-shim [2021-04-16T10:37:58.731Z] #20 30.33 debconf: delaying package configuration, since apt-utils is not installed [2021-04-16T10:37:58.731Z] #20 30.50 Fetched 29.2 MB in 4s (7499 kB/s) [2021-04-16T10:37:58.731Z] #20 30.57 Selecting previously unselected package pigz. [2021-04-16T10:37:58.731Z] #20 30.57 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23363 files and directories currently installed.) [2021-04-16T10:37:58.731Z] #20 30.64 Preparing to unpack .../pigz_2.4-1_ppc64el.deb ... [2021-04-16T10:37:58.731Z] #20 30.65 Unpacking pigz (2.4-1) ... [2021-04-16T10:37:58.853Z] #43 80.68 DEP criu/servicefd.d [2021-04-16T10:37:58.919Z] #56 133.8 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-04-16T10:37:58.919Z] #56 133.9 + install -D bin/ctr /build/ctr [2021-04-16T10:37:59.030Z] #20 30.77 Selecting previously unselected package libpython3.7-minimal:ppc64el. [2021-04-16T10:37:59.030Z] #20 30.77 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_ppc64el.deb ... [2021-04-16T10:37:59.030Z] #20 30.78 Unpacking libpython3.7-minimal:ppc64el (3.7.3-2+deb10u3) ... [2021-04-16T10:37:59.052Z] #13 ... [2021-04-16T10:37:59.052Z] [2021-04-16T10:37:59.052Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-04-16T10:37:59.052Z] #47 sha256:291c9eeb001576eadf7e351e21c460d49c42df6129b2bde8b37efd60824455dc [2021-04-16T10:37:59.052Z] #47 5.647 + RM_GOPATH=0 [2021-04-16T10:37:59.052Z] #47 5.647 + TMP_GOPATH= [2021-04-16T10:37:59.052Z] #47 5.647 + : /build [2021-04-16T10:37:59.052Z] #47 5.647 + '[' -z '' ']' [2021-04-16T10:37:59.052Z] #47 5.647 ++ mktemp -d [2021-04-16T10:37:59.052Z] #47 5.648 + GOPATH=/tmp/tmp.XCjARJzABT [2021-04-16T10:37:59.052Z] #47 5.648 + export GOPATH [2021-04-16T10:37:59.052Z] #47 5.648 + RM_GOPATH=1 [2021-04-16T10:37:59.052Z] #47 5.648 + case "$(go env GOARCH)" in [2021-04-16T10:37:59.052Z] #47 5.648 ++ go env GOARCH [2021-04-16T10:37:59.052Z] #47 5.669 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:37:59.052Z] #47 5.669 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:37:59.052Z] #47 5.669 ++ dirname /tmp/install/install.sh [2021-04-16T10:37:59.052Z] #47 5.669 + dir=/tmp/install [2021-04-16T10:37:59.052Z] #47 5.669 + bin=gotestsum [2021-04-16T10:37:59.052Z] #47 5.669 + shift [2021-04-16T10:37:59.052Z] #47 5.669 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-04-16T10:37:59.052Z] #47 5.669 + . /tmp/install/gotestsum.installer [2021-04-16T10:37:59.052Z] #47 5.669 + install_gotestsum [2021-04-16T10:37:59.052Z] #47 5.669 + set -e [2021-04-16T10:37:59.052Z] #47 5.669 + : v0.5.3 [2021-04-16T10:37:59.052Z] #47 5.669 + : /build [2021-04-16T10:37:59.052Z] #47 5.669 + export GO111MODULE=on [2021-04-16T10:37:59.052Z] #47 5.669 + GO111MODULE=on [2021-04-16T10:37:59.052Z] #47 5.669 + GOBIN=/build [2021-04-16T10:37:59.052Z] #47 5.669 + go get gotest.tools/gotestsum@v0.5.3 [2021-04-16T10:37:59.052Z] #47 5.782 go: finding gotest.tools/gotestsum v0.5.3 [2021-04-16T10:37:59.052Z] #47 5.782 go: finding gotest.tools v0.5.3 [2021-04-16T10:37:59.052Z] #47 6.375 go: downloading gotest.tools/gotestsum v0.5.3 [2021-04-16T10:37:59.052Z] #47 6.826 go: extracting gotest.tools/gotestsum v0.5.3 [2021-04-16T10:37:59.052Z] #47 7.302 go: downloading github.com/spf13/pflag v1.0.3 [2021-04-16T10:37:59.052Z] #47 7.302 go: downloading github.com/pkg/errors v0.9.1 [2021-04-16T10:37:59.052Z] #47 7.302 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-04-16T10:37:59.052Z] #47 7.346 go: downloading github.com/fatih/color v1.9.0 [2021-04-16T10:37:59.052Z] #47 7.362 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-04-16T10:37:59.052Z] #47 7.450 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-04-16T10:37:59.052Z] #47 7.450 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-04-16T10:37:59.052Z] #47 7.517 go: extracting github.com/pkg/errors v0.9.1 [2021-04-16T10:37:59.052Z] #47 7.541 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-04-16T10:37:59.052Z] #47 7.552 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-04-16T10:37:59.052Z] #47 7.589 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-04-16T10:37:59.052Z] #47 7.797 go: extracting github.com/fatih/color v1.9.0 [2021-04-16T10:37:59.052Z] #47 7.844 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-04-16T10:37:59.052Z] #47 7.857 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-16T10:37:59.052Z] #47 7.857 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-16T10:37:59.052Z] #47 7.922 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-04-16T10:37:59.052Z] #47 8.118 go: extracting github.com/spf13/pflag v1.0.3 [2021-04-16T10:37:59.052Z] #47 8.266 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-04-16T10:37:59.052Z] #47 8.351 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-04-16T10:37:59.108Z] #43 80.86 DEP criu/seize.d [2021-04-16T10:37:59.312Z] #47 10.01 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-04-16T10:37:59.312Z] #47 ... [2021-04-16T10:37:59.312Z] [2021-04-16T10:37:59.312Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-16T10:37:59.312Z] #51 sha256:c9c69883b53444f0e80a474188825ff804ddf2c456c62fe6c7b59f3011550c70 [2021-04-16T10:37:59.312Z] #51 7.166 + RM_GOPATH=0 [2021-04-16T10:37:59.312Z] #51 7.166 + TMP_GOPATH= [2021-04-16T10:37:59.312Z] #51 7.166 + : /build [2021-04-16T10:37:59.312Z] #51 7.166 + '[' -z '' ']' [2021-04-16T10:37:59.312Z] #51 7.166 ++ mktemp -d [2021-04-16T10:37:59.312Z] #51 7.166 + GOPATH=/tmp/tmp.7UxTib2Tw8 [2021-04-16T10:37:59.312Z] #51 7.166 + export GOPATH [2021-04-16T10:37:59.312Z] #51 7.166 + RM_GOPATH=1 [2021-04-16T10:37:59.313Z] #51 7.166 + case "$(go env GOARCH)" in [2021-04-16T10:37:59.313Z] #51 7.166 ++ go env GOARCH [2021-04-16T10:37:59.313Z] #51 7.178 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-04-16T10:37:59.313Z] #51 7.178 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:37:59.313Z] #51 7.178 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:37:59.313Z] #51 7.178 ++ dirname /tmp/install/install.sh [2021-04-16T10:37:59.313Z] #51 7.178 + dir=/tmp/install [2021-04-16T10:37:59.313Z] #51 7.178 + bin=shfmt [2021-04-16T10:37:59.313Z] #51 7.178 + shift [2021-04-16T10:37:59.313Z] #51 7.178 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-04-16T10:37:59.313Z] #51 7.178 + . /tmp/install/shfmt.installer [2021-04-16T10:37:59.313Z] #51 7.178 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-04-16T10:37:59.313Z] #51 7.178 + install_shfmt [2021-04-16T10:37:59.313Z] #51 7.178 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-04-16T10:37:59.313Z] #51 7.178 + git clone https://github.com/mvdan/sh.git /tmp/tmp.7UxTib2Tw8/src/github.com/mvdan/sh [2021-04-16T10:37:59.313Z] #51 7.216 Cloning into '/tmp/tmp.7UxTib2Tw8/src/github.com/mvdan/sh'... [2021-04-16T10:37:59.313Z] #51 ... [2021-04-16T10:37:59.313Z] [2021-04-16T10:37:59.313Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-04-16T10:37:59.313Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-16T10:37:59.313Z] #42 7.836 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-04-16T10:37:59.313Z] #42 7.869 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-16T10:37:59.313Z] #42 7.964 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-16T10:37:59.313Z] #42 8.814 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-04-16T10:37:59.363Z] #43 81.02 DEP criu/seccomp.d [2021-04-16T10:37:59.493Z] #56 DONE 134.3s [2021-04-16T10:37:59.573Z] #42 ... [2021-04-16T10:37:59.573Z] [2021-04-16T10:37:59.573Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:37:59.573Z] #45 sha256:8cefe35e1f8c9be27349f1091e79b96de2d2df0961cedb0e85bc9ccff6949da3 [2021-04-16T10:37:59.573Z] #45 5.750 + RM_GOPATH=0 [2021-04-16T10:37:59.573Z] #45 5.750 + TMP_GOPATH= [2021-04-16T10:37:59.573Z] #45 5.750 + : /build [2021-04-16T10:37:59.573Z] #45 5.750 + '[' -z '' ']' [2021-04-16T10:37:59.573Z] #45 5.750 ++ mktemp -d [2021-04-16T10:37:59.573Z] #45 5.763 + GOPATH=/tmp/tmp.Kii6hxd4GQ [2021-04-16T10:37:59.573Z] #45 5.763 + export GOPATH [2021-04-16T10:37:59.573Z] #45 5.763 + RM_GOPATH=1 [2021-04-16T10:37:59.573Z] #45 5.763 + case "$(go env GOARCH)" in [2021-04-16T10:37:59.573Z] #45 5.766 ++ go env GOARCH [2021-04-16T10:37:59.573Z] #45 5.772 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:37:59.573Z] #45 5.772 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:37:59.573Z] #45 5.772 ++ dirname /tmp/install/install.sh [2021-04-16T10:37:59.573Z] #45 5.772 + dir=/tmp/install [2021-04-16T10:37:59.573Z] #45 5.772 + bin=vndr [2021-04-16T10:37:59.573Z] #45 5.772 + shift [2021-04-16T10:37:59.573Z] #45 5.772 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-04-16T10:37:59.573Z] #45 5.772 + . /tmp/install/vndr.installer [2021-04-16T10:37:59.573Z] #45 5.772 ++ set -e [2021-04-16T10:37:59.573Z] #45 5.772 + install_vndr [2021-04-16T10:37:59.573Z] #45 5.772 + : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-04-16T10:37:59.573Z] #45 5.772 + : /build [2021-04-16T10:37:59.573Z] #45 5.772 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-04-16T10:37:59.573Z] #45 5.772 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.Kii6hxd4GQ/src/github.com/LK4D4/vndr [2021-04-16T10:37:59.573Z] #45 5.772 Cloning into '/tmp/tmp.Kii6hxd4GQ/src/github.com/LK4D4/vndr'... [2021-04-16T10:37:59.573Z] #45 5.773 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-04-16T10:37:59.573Z] #45 6.151 + cd /tmp/tmp.Kii6hxd4GQ/src/github.com/LK4D4/vndr [2021-04-16T10:37:59.573Z] #45 6.151 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-04-16T10:37:59.573Z] #45 6.161 + go build -buildmode=pie -v -o /build/vndr . [2021-04-16T10:37:59.573Z] #45 6.618 runtime/internal/atomic [2021-04-16T10:37:59.573Z] #45 6.619 internal/cpu [2021-04-16T10:37:59.573Z] #45 6.730 runtime/internal/sys [2021-04-16T10:37:59.573Z] #45 6.790 runtime/internal/math [2021-04-16T10:37:59.573Z] #45 6.835 internal/race [2021-04-16T10:37:59.573Z] #45 6.894 internal/bytealg [2021-04-16T10:37:59.573Z] #45 6.922 sync/atomic [2021-04-16T10:37:59.573Z] #45 7.079 unicode [2021-04-16T10:37:59.573Z] #45 7.346 runtime [2021-04-16T10:37:59.619Z] #43 81.19 DEP criu/rst-malloc.d [2021-04-16T10:37:59.619Z] #43 81.27 DEP criu/rbtree.d [2021-04-16T10:37:59.619Z] #43 81.33 DEP criu/pstree.d [2021-04-16T10:37:59.678Z] #20 31.30 Selecting previously unselected package python3.7-minimal. [2021-04-16T10:37:59.678Z] #20 31.31 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_ppc64el.deb ... [2021-04-16T10:37:59.678Z] #20 31.34 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-04-16T10:37:59.834Z] #45 10.33 unicode/utf8 [2021-04-16T10:37:59.834Z] #45 ... [2021-04-16T10:37:59.834Z] [2021-04-16T10:37:59.834Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-04-16T10:37:59.834Z] #24 sha256:b18c8d1929d751c32825bb748c084c3471d1dffe43f3b26da3765b1ef4a45d79 [2021-04-16T10:37:59.834Z] #24 6.549 + RM_GOPATH=0 [2021-04-16T10:37:59.834Z] #24 6.549 + TMP_GOPATH= [2021-04-16T10:37:59.834Z] #24 6.549 + : /build [2021-04-16T10:37:59.834Z] #24 6.549 + '[' -z '' ']' [2021-04-16T10:37:59.834Z] #24 6.549 ++ mktemp -d [2021-04-16T10:37:59.834Z] #24 6.549 + GOPATH=/tmp/tmp.J57u8XDKTm [2021-04-16T10:37:59.834Z] #24 6.549 + export GOPATH [2021-04-16T10:37:59.834Z] #24 6.549 + RM_GOPATH=1 [2021-04-16T10:37:59.834Z] #24 6.549 + case "$(go env GOARCH)" in [2021-04-16T10:37:59.834Z] #24 6.549 ++ go env GOARCH [2021-04-16T10:37:59.834Z] #24 6.566 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:37:59.834Z] #24 6.566 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:37:59.834Z] #24 6.566 ++ dirname /tmp/install/install.sh [2021-04-16T10:37:59.834Z] #24 6.569 + dir=/tmp/install [2021-04-16T10:37:59.834Z] #24 6.569 + bin=dockercli [2021-04-16T10:37:59.834Z] #24 6.569 + shift [2021-04-16T10:37:59.834Z] #24 6.569 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-04-16T10:37:59.834Z] #24 6.569 + . /tmp/install/dockercli.installer [2021-04-16T10:37:59.834Z] #24 6.569 ++ set -e [2021-04-16T10:37:59.834Z] #24 6.569 + install_dockercli [2021-04-16T10:37:59.834Z] #24 6.569 + : stable [2021-04-16T10:37:59.834Z] #24 6.569 + : 17.06.2-ce [2021-04-16T10:37:59.834Z] #24 6.569 + : /build [2021-04-16T10:37:59.834Z] #24 6.569 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-04-16T10:37:59.834Z] #24 6.569 ++ uname -m [2021-04-16T10:37:59.834Z] #24 6.570 + arch=x86_64 [2021-04-16T10:37:59.834Z] #24 6.570 + '[' x86_64 '!=' x86_64 ']' [2021-04-16T10:37:59.834Z] #24 6.570 + url=https://download.docker.com/linux/static [2021-04-16T10:37:59.834Z] #24 6.570 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-04-16T10:37:59.834Z] #24 6.573 + tar -xz docker/docker [2021-04-16T10:37:59.834Z] #24 6.574 Install docker/cli version 17.06.2-ce from stable [2021-04-16T10:37:59.834Z] #24 ... [2021-04-16T10:37:59.834Z] [2021-04-16T10:37:59.834Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-04-16T10:37:59.834Z] #67 sha256:b3d255a7e2252440cc1161c3e4acbf381bb605581754f858b634231cecb9d6b8 [2021-04-16T10:37:59.834Z] #67 3.975 + RM_GOPATH=0 [2021-04-16T10:37:59.834Z] #67 3.975 + TMP_GOPATH= [2021-04-16T10:37:59.834Z] #67 3.975 + : /build [2021-04-16T10:37:59.834Z] #67 3.975 + '[' -z '' ']' [2021-04-16T10:37:59.834Z] #67 3.975 ++ mktemp -d [2021-04-16T10:37:59.834Z] #67 3.975 + GOPATH=/tmp/tmp.GxnkVAxiVl [2021-04-16T10:37:59.834Z] #67 3.975 + export GOPATH [2021-04-16T10:37:59.834Z] #67 3.975 + RM_GOPATH=1 [2021-04-16T10:37:59.834Z] #67 3.975 + case "$(go env GOARCH)" in [2021-04-16T10:37:59.834Z] #67 3.975 ++ go env GOARCH [2021-04-16T10:37:59.834Z] #67 3.975 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:37:59.834Z] #67 3.975 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:37:59.834Z] #67 3.975 ++ dirname /tmp/install/install.sh [2021-04-16T10:37:59.834Z] #67 3.975 + dir=/tmp/install [2021-04-16T10:37:59.834Z] #67 3.975 + bin=proxy [2021-04-16T10:37:59.834Z] #67 3.975 + shift [2021-04-16T10:37:59.834Z] #67 3.975 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-04-16T10:37:59.834Z] #67 3.975 + . /tmp/install/proxy.installer [2021-04-16T10:37:59.834Z] #67 3.975 ++ set -e [2021-04-16T10:37:59.834Z] #67 3.975 + install_proxy [2021-04-16T10:37:59.834Z] #67 3.975 + case "$1" in [2021-04-16T10:37:59.834Z] #67 3.975 + export CGO_ENABLED=0 [2021-04-16T10:37:59.834Z] #67 3.975 + CGO_ENABLED=0 [2021-04-16T10:37:59.834Z] #67 3.975 + _install_proxy [2021-04-16T10:37:59.834Z] #67 3.975 + : b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-04-16T10:37:59.834Z] #67 3.975 + : /build [2021-04-16T10:37:59.834Z] #67 3.975 + echo 'Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46' [2021-04-16T10:37:59.834Z] #67 3.975 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.GxnkVAxiVl/src/github.com/docker/libnetwork [2021-04-16T10:37:59.834Z] #67 3.975 Cloning into '/tmp/tmp.GxnkVAxiVl/src/github.com/docker/libnetwork'... [2021-04-16T10:37:59.834Z] #67 3.976 Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-04-16T10:37:59.875Z] #43 81.45 DEP criu/protobuf.d [2021-04-16T10:37:59.875Z] #43 81.62 GEN criu/protobuf-desc-gen.h [2021-04-16T10:37:59.878Z] DEBUG: print all environment variables to check how Jenkins runs this script [2021-04-16T10:37:59.878Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-ac6d1fbb\powershellScript.ps1'; exit $LASTEXITCODE; [2021-04-16T10:37:59.878Z] ---------------------------------------------------------------------------- [2021-04-16T10:38:00.105Z] #67 10.49 Checking out files: 56% (1081/1905) Checking out files: 57% (1086/1905) Checking out files: 58% (1105/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) [2021-04-16T10:38:00.105Z] #67 ... [2021-04-16T10:38:00.105Z] [2021-04-16T10:38:00.105Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-04-16T10:38:00.105Z] #34 sha256:06777a5c5f036678a9bc1ecee68c72b2dbcce7f03d354f4c99b4074c9bc0776e [2021-04-16T10:38:00.105Z] #34 6.287 Install go-toml version v1.8.1 [2021-04-16T10:38:00.105Z] #34 6.296 go: finding github.com v1.8.1 [2021-04-16T10:38:00.105Z] #34 6.296 go: finding github.com/pelletier/go-toml/cmd/tomll v1.8.1 [2021-04-16T10:38:00.105Z] #34 6.296 go: finding github.com/pelletier/go-toml/cmd v1.8.1 [2021-04-16T10:38:00.105Z] #34 6.296 go: finding github.com/pelletier/go-toml v1.8.1 [2021-04-16T10:38:00.105Z] #34 6.296 go: finding github.com/pelletier v1.8.1 [2021-04-16T10:38:00.105Z] #34 6.927 go: downloading github.com/pelletier/go-toml v1.8.1 [2021-04-16T10:38:00.105Z] #34 7.302 go: extracting github.com/pelletier/go-toml v1.8.1 [2021-04-16T10:38:00.105Z] #34 9.028 github.com/pelletier/go-toml [2021-04-16T10:38:00.105Z] #34 ... [2021-04-16T10:38:00.105Z] [2021-04-16T10:38:00.105Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-04-16T10:38:00.105Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-04-16T10:38:00.105Z] #55 8.262 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-04-16T10:38:00.105Z] #55 8.266 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-16T10:38:00.105Z] #55 8.266 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-16T10:38:00.105Z] #55 9.279 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-04-16T10:38:00.340Z] [2021-04-16T10:38:00.340Z] INFO: executeCI.ps1 starting at Fri Apr 16 10:37:59 CUT 2021 [2021-04-16T10:38:00.340Z] [2021-04-16T10:38:00.340Z] INFO: Script version 05-Feb-2019 09:03 PDT [2021-04-16T10:38:00.340Z] INFO: Running git version 2.24.1.windows.2 [2021-04-16T10:38:00.340Z] INFO: Branch:fe_release Build:20295.1.210212-1600 [2021-04-16T10:38:00.340Z] INFO: Environment variables: [2021-04-16T10:38:00.366Z] #55 ... [2021-04-16T10:38:00.366Z] [2021-04-16T10:38:00.366Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-04-16T10:38:00.366Z] #36 sha256:7c9164a9e09f5957dcd35b85232a0e2c2e1eefe9590c9cc61db30a2968787259 [2021-04-16T10:38:00.366Z] #36 9.326 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-04-16T10:38:00.366Z] #36 9.424 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-16T10:38:00.366Z] #36 9.424 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-16T10:38:00.366Z] #36 10.47 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-04-16T10:38:00.366Z] #36 ... [2021-04-16T10:38:00.366Z] [2021-04-16T10:38:00.366Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-16T10:38:00.366Z] #49 sha256:4aa58824b34585cff1a812595c9e2395fcac20331fe23029ef97fa222d56b1ee [2021-04-16T10:38:00.366Z] #49 6.098 + RM_GOPATH=0 [2021-04-16T10:38:00.366Z] #49 6.098 + TMP_GOPATH= [2021-04-16T10:38:00.366Z] #49 6.098 + : /build [2021-04-16T10:38:00.366Z] #49 6.098 + '[' -z '' ']' [2021-04-16T10:38:00.366Z] #49 6.098 ++ mktemp -d [2021-04-16T10:38:00.366Z] #49 6.099 + GOPATH=/tmp/tmp.OK2YOD0PD6 [2021-04-16T10:38:00.366Z] #49 6.099 + export GOPATH [2021-04-16T10:38:00.366Z] #49 6.099 + RM_GOPATH=1 [2021-04-16T10:38:00.366Z] #49 6.099 + case "$(go env GOARCH)" in [2021-04-16T10:38:00.366Z] #49 6.099 ++ go env GOARCH [2021-04-16T10:38:00.366Z] #49 6.110 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:38:00.366Z] #49 6.110 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:38:00.366Z] #49 6.110 ++ dirname /tmp/install/install.sh [2021-04-16T10:38:00.366Z] #49 6.110 + dir=/tmp/install [2021-04-16T10:38:00.366Z] #49 6.110 + bin=golangci_lint [2021-04-16T10:38:00.366Z] #49 6.110 + shift [2021-04-16T10:38:00.366Z] #49 6.110 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-04-16T10:38:00.366Z] #49 6.110 + . /tmp/install/golangci_lint.installer [2021-04-16T10:38:00.366Z] #49 6.110 + install_golangci_lint [2021-04-16T10:38:00.366Z] #49 6.110 + set -e [2021-04-16T10:38:00.366Z] #49 6.110 + : v1.23.8 [2021-04-16T10:38:00.366Z] #49 6.110 + : /build [2021-04-16T10:38:00.366Z] #49 6.110 + export GO111MODULE=on [2021-04-16T10:38:00.366Z] #49 6.110 + GO111MODULE=on [2021-04-16T10:38:00.366Z] #49 6.110 + GOBIN=/build [2021-04-16T10:38:00.366Z] #49 6.110 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-04-16T10:38:00.366Z] #49 6.110 go: finding github.com v1.23.8 [2021-04-16T10:38:00.366Z] #49 6.128 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-04-16T10:38:00.366Z] #49 6.128 go: finding github.com/golangci v1.23.8 [2021-04-16T10:38:00.366Z] #49 6.128 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-04-16T10:38:00.366Z] #49 6.128 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-04-16T10:38:00.366Z] #49 6.730 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-04-16T10:38:00.366Z] #49 7.346 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-04-16T10:38:00.628Z] #49 ... [2021-04-16T10:38:00.628Z] [2021-04-16T10:38:00.629Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-04-16T10:38:00.629Z] #58 sha256:4a75bb1703d9e9529569fc185aea76d5279a10a894c27239befb91162e3be202 [2021-04-16T10:38:00.629Z] #58 7.873 + RM_GOPATH=0 [2021-04-16T10:38:00.629Z] #58 7.873 + TMP_GOPATH= [2021-04-16T10:38:00.629Z] #58 7.873 + : /build [2021-04-16T10:38:00.629Z] #58 7.873 + '[' -z '' ']' [2021-04-16T10:38:00.629Z] #58 7.873 ++ mktemp -d [2021-04-16T10:38:00.629Z] #58 7.885 + GOPATH=/tmp/tmp.LxU0tZewfA [2021-04-16T10:38:00.629Z] #58 7.885 + export GOPATH [2021-04-16T10:38:00.629Z] #58 7.885 + RM_GOPATH=1 [2021-04-16T10:38:00.629Z] #58 7.885 + case "$(go env GOARCH)" in [2021-04-16T10:38:00.629Z] #58 7.885 ++ go env GOARCH [2021-04-16T10:38:00.629Z] #58 7.907 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:38:00.629Z] #58 7.907 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:38:00.629Z] #58 7.907 ++ dirname /tmp/install/install.sh [2021-04-16T10:38:00.629Z] #58 7.908 + dir=/tmp/install [2021-04-16T10:38:00.629Z] #58 7.908 + bin=rootlesskit [2021-04-16T10:38:00.629Z] #58 7.908 + shift [2021-04-16T10:38:00.629Z] #58 7.908 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-04-16T10:38:00.629Z] #58 7.908 + . /tmp/install/rootlesskit.installer [2021-04-16T10:38:00.629Z] #58 7.908 ++ set -e [2021-04-16T10:38:00.629Z] #58 7.908 + install_rootlesskit [2021-04-16T10:38:00.629Z] #58 7.908 + case "${1}" in [2021-04-16T10:38:00.629Z] #58 7.908 + export CGO_ENABLED=0 [2021-04-16T10:38:00.629Z] #58 7.908 + CGO_ENABLED=0 [2021-04-16T10:38:00.629Z] #58 7.908 + _install_rootlesskit [2021-04-16T10:38:00.629Z] #58 7.910 Install rootlesskit version ed9b8c5cc48d29d0a979dae52a24f6e886795abd [2021-04-16T10:38:00.629Z] #58 7.911 + : ed9b8c5cc48d29d0a979dae52a24f6e886795abd [2021-04-16T10:38:00.629Z] #58 7.911 + : /build [2021-04-16T10:38:00.629Z] #58 7.911 + echo 'Install rootlesskit version ed9b8c5cc48d29d0a979dae52a24f6e886795abd' [2021-04-16T10:38:00.629Z] #58 7.917 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.LxU0tZewfA/src/github.com/rootless-containers/rootlesskit [2021-04-16T10:38:00.629Z] #58 7.937 Cloning into '/tmp/tmp.LxU0tZewfA/src/github.com/rootless-containers/rootlesskit'... [2021-04-16T10:38:00.629Z] #58 ... [2021-04-16T10:38:00.629Z] [2021-04-16T10:38:00.629Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-04-16T10:38:00.629Z] #40 sha256:7b2fe3946947f3b0859e850ff08d21da2ec2d73d27b4150d703bd44d27949913 [2021-04-16T10:38:00.629Z] #40 8.732 + git clone https://github.com/docker/distribution.git . [2021-04-16T10:38:00.629Z] #40 8.737 Cloning into '.'... [2021-04-16T10:38:00.801Z] [2021-04-16T10:38:00.801Z] Name Value [2021-04-16T10:38:00.801Z] ---- ----- [2021-04-16T10:38:00.801Z] ALLUSERSPROFILE C:\ProgramData [2021-04-16T10:38:00.801Z] amd64 true [2021-04-16T10:38:00.801Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2021-04-16T10:38:00.801Z] APT_MIRROR cdn-fastly.deb.debian.org [2021-04-16T10:38:00.801Z] arm64 true [2021-04-16T10:38:00.801Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.10 [2021-04-16T10:38:00.801Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2021-04-16T10:38:00.801Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.10 [2021-04-16T10:38:00.801Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2021-04-16T10:38:00.801Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2021-04-16T10:38:00.801Z] BRANCH_NAME PR-40094 [2021-04-16T10:38:00.801Z] BUILD_DISPLAY_NAME #16 [2021-04-16T10:38:00.801Z] BUILD_ID 16 [2021-04-16T10:38:00.801Z] BUILD_NUMBER 16 [2021-04-16T10:38:00.801Z] BUILD_TAG jenkins-moby-PR-40094-16 [2021-04-16T10:38:00.801Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-40094/16/ [2021-04-16T10:38:00.801Z] cgroup2 true [2021-04-16T10:38:00.801Z] CHANGE_AUTHOR thaJeztah [2021-04-16T10:38:00.801Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2021-04-16T10:38:00.801Z] CHANGE_BRANCH dockerfile_versions [2021-04-16T10:38:00.801Z] CHANGE_FORK thaJeztah/docker [2021-04-16T10:38:00.801Z] CHANGE_ID 40094 [2021-04-16T10:38:00.802Z] CHANGE_TARGET master [2021-04-16T10:38:00.802Z] CHANGE_TITLE Move package versions to ARGs in Dockerfile [2021-04-16T10:38:00.802Z] CHANGE_URL https://github.com/moby/moby/pull/40094 [2021-04-16T10:38:00.802Z] CHECK_CONFIG_COMMIT 2b0755b936416834e14208c6c37b36977e67ea35 [2021-04-16T10:38:00.802Z] CommonProgramFiles C:\Program Files\Common Files [2021-04-16T10:38:00.802Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2021-04-16T10:38:00.802Z] CommonProgramW6432 C:\Program Files\Common Files [2021-04-16T10:38:00.802Z] COMPUTERNAME azwin-2-cd8e40 [2021-04-16T10:38:00.802Z] ComSpec C:\Windows\system32\cmd.exe [2021-04-16T10:38:00.802Z] ConfigSequenceNumber 0 [2021-04-16T10:38:00.802Z] dco true [2021-04-16T10:38:00.802Z] DOCKER_BUILDKIT 0 [2021-04-16T10:38:00.802Z] DOCKER_DUT_DEBUG 1 [2021-04-16T10:38:00.802Z] DOCKER_EXPERIMENTAL 1 [2021-04-16T10:38:00.802Z] DOCKER_GRAPHDRIVER overlay2 [2021-04-16T10:38:00.802Z] DriverData C:\Windows\System32\Drivers\DriverData [2021-04-16T10:38:00.802Z] EXECUTOR_NUMBER 0 [2021-04-16T10:38:00.802Z] FQDN azwin-2-cd8e40.westus.cloudapp.azure.com [2021-04-16T10:38:00.802Z] GIT_BRANCH PR-40094 [2021-04-16T10:38:00.802Z] GIT_COMMIT eb0610b7fc7e8c49160c99fa311e14ee632dd45a [2021-04-16T10:38:00.802Z] GIT_PREVIOUS_COMMIT c227d33b5a40f4f7191accae86cde682e014163d [2021-04-16T10:38:00.802Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT c227d33b5a40f4f7191accae86cde682e014163d [2021-04-16T10:38:00.802Z] GIT_URL https://github.com/moby/moby.git [2021-04-16T10:38:00.802Z] HUDSON_COOKIE 269fdff4-7cd9-4b9f-ad45-598670066fa6 [2021-04-16T10:38:00.802Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2021-04-16T10:38:00.802Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2021-04-16T10:38:00.802Z] HUDSON_URL https://ci-next.docker.com/public/ [2021-04-16T10:38:00.802Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.282-1.b08.ojdkbuild.windows.x86_64 [2021-04-16T10:38:00.802Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2021-04-16T10:38:00.802Z] JENKINS_NODE_COOKIE e86bbc8f-b404-44af-98fa-8109b39bd342 [2021-04-16T10:38:00.802Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2021-04-16T10:38:00.802Z] JENKINS_URL https://ci-next.docker.com/public/ [2021-04-16T10:38:00.802Z] JOB_BASE_NAME PR-40094 [2021-04-16T10:38:00.802Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-40094/display/redirect [2021-04-16T10:38:00.802Z] JOB_NAME moby/PR-40094 [2021-04-16T10:38:00.802Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-40094/ [2021-04-16T10:38:00.802Z] library.jps.version master [2021-04-16T10:38:00.802Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2021-04-16T10:38:00.802Z] NODE_LABELS amd64 azure azwin-2-cd8e40 azwin-2022 docker west-us windows windows-2022 x86_64 [2021-04-16T10:38:00.802Z] NODE_NAME azwin-2-cd8e40 [2021-04-16T10:38:00.802Z] NUMBER_OF_PROCESSORS 4 [2021-04-16T10:38:00.802Z] OS Windows_NT [2021-04-16T10:38:00.802Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2021-04-16T10:38:00.802Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2021-04-16T10:38:00.802Z] ppc64le true [2021-04-16T10:38:00.802Z] PROCESSOR_ARCHITECTURE AMD64 [2021-04-16T10:38:00.802Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2021-04-16T10:38:00.802Z] PROCESSOR_LEVEL 6 [2021-04-16T10:38:00.802Z] PROCESSOR_REVISION 4f01 [2021-04-16T10:38:00.802Z] ProgramData C:\ProgramData [2021-04-16T10:38:00.802Z] ProgramFiles C:\Program Files [2021-04-16T10:38:00.802Z] ProgramFiles(x86) C:\Program Files (x86) [2021-04-16T10:38:00.802Z] ProgramW6432 C:\Program Files [2021-04-16T10:38:00.802Z] PROMPT $P$G [2021-04-16T10:38:00.802Z] PSExecutionPolicyPreference Bypass [2021-04-16T10:38:00.802Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2021-04-16T10:38:00.802Z] PUBLIC C:\Users\Public [2021-04-16T10:38:00.802Z] rootless true [2021-04-16T10:38:00.802Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-40094/16/display/redirect?page=arti... [2021-04-16T10:38:00.802Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-40094/16/display/redirect?page=changes [2021-04-16T10:38:00.802Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-40094/16/display/redirect [2021-04-16T10:38:00.802Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-40094/16/display/redirect?page=tests [2021-04-16T10:38:00.802Z] s390x true [2021-04-16T10:38:00.802Z] SKIP_VALIDATION_TESTS 1 [2021-04-16T10:38:00.802Z] SOURCES_DRIVE d [2021-04-16T10:38:00.802Z] SOURCES_SUBDIR gopath [2021-04-16T10:38:00.802Z] STAGE_NAME Run tests [2021-04-16T10:38:00.802Z] SystemDrive C: [2021-04-16T10:38:00.802Z] SystemRoot C:\Windows [2021-04-16T10:38:00.802Z] TEMP C:\Windows\TEMP [2021-04-16T10:38:00.802Z] TESTDEBUG 0 [2021-04-16T10:38:00.802Z] TESTRUN_DRIVE d [2021-04-16T10:38:00.802Z] TESTRUN_SUBDIR CI [2021-04-16T10:38:00.802Z] TIMEOUT 120m [2021-04-16T10:38:00.802Z] TMP C:\Windows\TEMP [2021-04-16T10:38:00.802Z] unit_validate true [2021-04-16T10:38:00.802Z] USERDOMAIN WORKGROUP [2021-04-16T10:38:00.802Z] USERNAME azwin-2-cd8e40$ [2021-04-16T10:38:00.802Z] USERPROFILE C:\Windows\system32\config\systemprofile [2021-04-16T10:38:00.802Z] validate_force false [2021-04-16T10:38:00.802Z] windir C:\Windows [2021-04-16T10:38:00.802Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore/insider [2021-04-16T10:38:00.802Z] WINDOWS_BASE_IMAGE_TAG 10.0.20295.1 [2021-04-16T10:38:00.802Z] windows2022 true [2021-04-16T10:38:00.802Z] windowsRS1 false [2021-04-16T10:38:00.802Z] windowsRS5 true [2021-04-16T10:38:00.802Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2021-04-16T10:38:00.802Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2021-04-16T10:38:00.802Z] [2021-04-16T10:38:00.802Z] [2021-04-16T10:38:00.802Z] [2021-04-16T10:38:00.880Z] [2021-04-16T10:38:00.880Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-04-16T10:38:00.880Z] #57 sha256:d5978f1b8e95a8a489571f368ed446ea4f7fbf5c2b8f93a01966c567a8e9516e [2021-04-16T10:38:00.891Z] #40 ... [2021-04-16T10:38:00.891Z] [2021-04-16T10:38:00.891Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-04-16T10:38:00.891Z] #67 sha256:b3d255a7e2252440cc1161c3e4acbf381bb605581754f858b634231cecb9d6b8 [2021-04-16T10:38:00.891Z] #67 10.49 Checking out files: 56% (1081/1905) Checking out files: 57% (1086/1905) Checking out files: 58% (1105/1905) Checking out files: 59% (1124/1905) Checking out files: 60% (1143/1905) Checking out files: 61% (1163/1905) Checking out files: 62% (1182/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 90% (1715/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2021-04-16T10:38:00.891Z] #67 11.41 + cd /tmp/tmp.GxnkVAxiVl/src/github.com/docker/libnetwork [2021-04-16T10:38:00.891Z] #67 11.41 + git checkout -q b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-04-16T10:38:01.142Z] #57 DONE 0.3s [2021-04-16T10:38:01.142Z] [2021-04-16T10:38:01.142Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-04-16T10:38:01.142Z] #61 sha256:3fa82e81aaf21d684eb4f04535a43e568bfe8897de72f9c75cb8060105267801 [2021-04-16T10:38:01.142Z] #61 DONE 0.1s [2021-04-16T10:38:01.142Z] [2021-04-16T10:38:01.142Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-04-16T10:38:01.142Z] #66 sha256:46cdda99eebac00e3a0c9a4401db5d7afdbeed4ef45727511a12fa74b923639c [2021-04-16T10:38:01.152Z] #67 11.84 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-04-16T10:38:01.222Z] #20 32.67 Setting up libpython3.7-minimal:ppc64el (3.7.3-2+deb10u3) ... [2021-04-16T10:38:01.222Z] #20 32.68 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-04-16T10:38:01.761Z] #43 83.39 DEP criu/protobuf-desc.d [2021-04-16T10:38:01.761Z] #43 ... [2021-04-16T10:38:01.761Z] [2021-04-16T10:38:01.761Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-16T10:38:01.761Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-16T10:38:01.761Z] #20 12.73 Fetched 8935 kB in 11s (780 kB/s) [2021-04-16T10:38:01.761Z] #20 12.73 Reading package lists... [2021-04-16T10:38:01.761Z] #20 17.06 Reading package lists... [2021-04-16T10:38:01.761Z] #20 21.38 Building dependency tree... [2021-04-16T10:38:01.761Z] #20 ... [2021-04-16T10:38:01.761Z] [2021-04-16T10:38:01.761Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:38:01.761Z] #45 sha256:48e3890b1ec9b7f2844f2242a64d47e52fc97a0a2beaf78d5c48865100003438 [2021-04-16T10:38:01.761Z] #45 DONE 141.1s [2021-04-16T10:38:01.761Z] [2021-04-16T10:38:01.761Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:38:01.761Z] #43 sha256:634da649664dd1653459ec5ff55fe2816455cb64254406f6f3ff10f2bc6f3259 [2021-04-16T10:38:01.761Z] #43 83.49 DEP criu/proc_parse.d [2021-04-16T10:38:02.086Z] #66 DONE 0.7s [2021-04-16T10:38:02.086Z] [2021-04-16T10:38:02.086Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-04-16T10:38:02.086Z] #68 sha256:e0b7ff10a1bfb2b261e55985d96afbd3aa223762d5f44958c38743964e27ab8e [2021-04-16T10:38:02.086Z] #68 DONE 0.1s [2021-04-16T10:38:02.086Z] [2021-04-16T10:38:02.086Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-04-16T10:38:02.086Z] #69 sha256:78b741fb081ca9f9d2cfe8259650dfb02c446eb8df6fc771fe0025100aec087d [2021-04-16T10:38:02.086Z] #69 DONE 0.1s [2021-04-16T10:38:02.086Z] [2021-04-16T10:38:02.086Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-04-16T10:38:02.086Z] #70 sha256:aaba959128f666bc074eff72a42d588dbd8e374299eeff7f8883e552e881b3e8 [2021-04-16T10:38:02.281Z] #20 ... [2021-04-16T10:38:02.281Z] [2021-04-16T10:38:02.281Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:38:02.281Z] #45 sha256:361f9151b9374e8bf32e43f72eb60276634412167f47c2d39151afba75fbd393 [2021-04-16T10:38:02.281Z] #45 125.8 math/big [2021-04-16T10:38:02.281Z] #45 130.2 go/doc [2021-04-16T10:38:02.281Z] #45 ... [2021-04-16T10:38:02.281Z] [2021-04-16T10:38:02.282Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:38:02.282Z] #43 sha256:18971e2e33c6fe61fe2c3fccfe7f030f63f1953e93d060584dabe4c8520753d2 [2021-04-16T10:38:02.282Z] #43 77.12 DEP criu/sysfs_parse.d [2021-04-16T10:38:02.282Z] #43 77.33 DEP criu/sysctl.d [2021-04-16T10:38:02.282Z] #43 77.53 DEP criu/string.d [2021-04-16T10:38:02.282Z] #43 77.61 DEP criu/stats.d [2021-04-16T10:38:02.282Z] #43 77.84 DEP criu/sockets.d [2021-04-16T10:38:02.282Z] #43 78.08 DEP criu/sk-unix.d [2021-04-16T10:38:02.282Z] #43 78.35 DEP criu/sk-tcp.d [2021-04-16T10:38:02.282Z] #43 78.68 DEP criu/sk-queue.d [2021-04-16T10:38:02.282Z] #43 78.89 DEP criu/sk-packet.d [2021-04-16T10:38:02.282Z] #43 79.17 DEP criu/sk-netlink.d [2021-04-16T10:38:02.282Z] #43 79.34 DEP criu/sk-inet.d [2021-04-16T10:38:02.282Z] #43 79.57 DEP criu/signalfd.d [2021-04-16T10:38:02.282Z] #43 79.78 DEP criu/sigframe.d [2021-04-16T10:38:02.282Z] #43 79.90 DEP criu/shmem.d [2021-04-16T10:38:02.282Z] #43 80.12 DEP criu/servicefd.d [2021-04-16T10:38:02.282Z] #43 80.30 DEP criu/seize.d [2021-04-16T10:38:02.282Z] #43 80.47 DEP criu/seccomp.d [2021-04-16T10:38:02.282Z] #43 80.75 DEP criu/rst-malloc.d [2021-04-16T10:38:02.282Z] #43 80.85 DEP criu/rbtree.d [2021-04-16T10:38:02.282Z] #43 80.89 DEP criu/pstree.d [2021-04-16T10:38:02.282Z] #43 81.13 DEP criu/protobuf.d [2021-04-16T10:38:02.282Z] #43 81.32 GEN criu/protobuf-desc-gen.h [2021-04-16T10:38:02.282Z] #43 83.58 DEP criu/protobuf-desc.d [2021-04-16T10:38:02.324Z] #43 83.82 DEP criu/plugin.d [2021-04-16T10:38:02.324Z] #43 84.08 DEP criu/pipes.d [2021-04-16T10:38:02.346Z] INFO: Sources under d:\gopath\... [2021-04-16T10:38:02.346Z] INFO: Test run under d:\CI\... [2021-04-16T10:38:02.580Z] #43 83.81 DEP criu/proc_parse.d [2021-04-16T10:38:02.807Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2021-04-16T10:38:02.807Z] INFO: docker/docker repository was found [2021-04-16T10:38:02.807Z] INFO: Pulling mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 from docker hub. This may take some time... [2021-04-16T10:38:02.877Z] #43 84.10 DEP criu/plugin.d [2021-04-16T10:38:02.884Z] #43 84.40 DEP criu/pie-util.d [2021-04-16T10:38:02.884Z] #43 84.60 DEP criu/pie-util-vdso.d [2021-04-16T10:38:03.139Z] #43 84.70 DEP criu/pie-util-vdso-elf32.d [2021-04-16T10:38:03.139Z] #43 84.81 DEP criu/path.d [2021-04-16T10:38:03.175Z] #43 84.26 DEP criu/pipes.d [2021-04-16T10:38:03.175Z] #43 84.53 DEP criu/pie-util.d [2021-04-16T10:38:03.395Z] #43 84.94 DEP criu/parasite-syscall.d [2021-04-16T10:38:03.395Z] #43 85.15 DEP criu/pagemap.d [2021-04-16T10:38:03.473Z] #43 84.69 DEP criu/pie-util-vdso.d [2021-04-16T10:38:03.651Z] #43 85.37 DEP criu/pagemap-cache.d [2021-04-16T10:38:03.651Z] #43 85.50 DEP criu/page-xfer.d [2021-04-16T10:38:03.776Z] #43 84.96 DEP criu/path.d [2021-04-16T10:38:03.779Z] 10.0.20295.1: Pulling from windows/servercore/insider [2021-04-16T10:38:04.004Z] #70 DONE 1.8s [2021-04-16T10:38:04.004Z] [2021-04-16T10:38:04.004Z] #71 exporting to image [2021-04-16T10:38:04.004Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-04-16T10:38:04.004Z] #71 exporting layers [2021-04-16T10:38:04.077Z] #43 85.20 DEP criu/parasite-syscall.d [2021-04-16T10:38:04.217Z] #43 85.68 DEP criu/page-pipe.d [2021-04-16T10:38:04.217Z] #43 85.75 DEP criu/netfilter.d [2021-04-16T10:38:04.217Z] #43 85.86 DEP criu/net.d [2021-04-16T10:38:04.217Z] #43 86.06 DEP criu/namespaces.d [2021-04-16T10:38:04.244Z] 29d5b6a226d2: Pulling fs layer [2021-04-16T10:38:04.376Z] #43 ... [2021-04-16T10:38:04.376Z] [2021-04-16T10:38:04.376Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-16T10:38:04.376Z] #20 sha256:4c9d04e548c65087cec82d0a856eaa1f69a58bf085807ae56661f71481307afe [2021-04-16T10:38:04.376Z] #20 35.99 Selecting previously unselected package python3-minimal. [2021-04-16T10:38:04.376Z] #20 35.99 (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 ... 23612 files and directories currently installed.) [2021-04-16T10:38:04.376Z] #20 36.06 Preparing to unpack .../python3-minimal_3.7.3-1_ppc64el.deb ... [2021-04-16T10:38:04.376Z] #20 36.06 Unpacking python3-minimal (3.7.3-1) ... [2021-04-16T10:38:04.376Z] #20 36.19 Selecting previously unselected package libmpdec2:ppc64el. [2021-04-16T10:38:04.455Z] #67 ... [2021-04-16T10:38:04.455Z] [2021-04-16T10:38:04.455Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-04-16T10:38:04.455Z] #24 sha256:b18c8d1929d751c32825bb748c084c3471d1dffe43f3b26da3765b1ef4a45d79 [2021-04-16T10:38:04.455Z] #24 14.30 + mkdir -p /build [2021-04-16T10:38:04.455Z] #24 14.31 + mv docker/docker /build/ [2021-04-16T10:38:04.455Z] #24 14.32 + rmdir docker [2021-04-16T10:38:04.455Z] #24 DONE 14.9s [2021-04-16T10:38:04.455Z] [2021-04-16T10:38:04.455Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-16T10:38:04.455Z] #49 sha256:4aa58824b34585cff1a812595c9e2395fcac20331fe23029ef97fa222d56b1ee [2021-04-16T10:38:04.455Z] #49 14.26 go: downloading github.com/spf13/cobra v0.0.5 [2021-04-16T10:38:04.455Z] #49 14.33 go: downloading github.com/spf13/pflag v1.0.5 [2021-04-16T10:38:04.455Z] #49 14.33 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-04-16T10:38:04.455Z] #49 14.33 go: downloading github.com/fatih/color v1.7.0 [2021-04-16T10:38:04.455Z] #49 14.37 go: downloading github.com/spf13/viper v1.6.1 [2021-04-16T10:38:04.455Z] #49 14.45 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-04-16T10:38:04.455Z] #49 14.52 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-04-16T10:38:04.455Z] #49 14.68 go: downloading github.com/pkg/errors v0.8.1 [2021-04-16T10:38:04.455Z] #49 14.84 go: extracting github.com/fatih/color v1.7.0 [2021-04-16T10:38:04.455Z] #49 14.84 go: downloading github.com/stretchr/testify v1.4.0 [2021-04-16T10:38:04.455Z] #49 14.89 go: extracting github.com/spf13/pflag v1.0.5 [2021-04-16T10:38:04.455Z] #49 14.89 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-04-16T10:38:04.455Z] #49 14.97 go: extracting github.com/spf13/cobra v0.0.5 [2021-04-16T10:38:04.455Z] #49 15.18 go: extracting github.com/spf13/viper v1.6.1 [2021-04-16T10:38:04.455Z] #49 15.18 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-04-16T10:38:04.455Z] #49 15.21 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-04-16T10:38:04.473Z] #43 86.33 DEP criu/mount.d [2021-04-16T10:38:04.675Z] #20 36.19 Preparing to unpack .../libmpdec2_2.4.2-2_ppc64el.deb ... [2021-04-16T10:38:04.675Z] #20 36.20 Unpacking libmpdec2:ppc64el (2.4.2-2) ... [2021-04-16T10:38:04.675Z] #20 36.35 Selecting previously unselected package libpython3.7-stdlib:ppc64el. [2021-04-16T10:38:04.675Z] #20 36.38 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_ppc64el.deb ... [2021-04-16T10:38:04.675Z] #20 36.38 Unpacking libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u3) ... [2021-04-16T10:38:04.717Z] #49 15.42 go: extracting github.com/pkg/errors v0.8.1 [2021-04-16T10:38:04.717Z] #49 15.46 go: extracting github.com/stretchr/testify v1.4.0 [2021-04-16T10:38:04.978Z] #49 15.49 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-04-16T10:38:04.978Z] #49 15.49 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-04-16T10:38:04.978Z] #49 15.59 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-04-16T10:38:04.978Z] #49 15.66 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-04-16T10:38:05.034Z] #43 86.49 DEP criu/memfd.d [2021-04-16T10:38:05.034Z] #43 86.63 DEP criu/mem.d [2021-04-16T10:38:05.034Z] #43 86.78 DEP criu/lsm.d [2021-04-16T10:38:05.034Z] #43 86.89 DEP criu/log.d [2021-04-16T10:38:05.240Z] #49 15.74 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-04-16T10:38:05.240Z] #49 15.81 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-04-16T10:38:05.240Z] #49 15.87 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-04-16T10:38:05.289Z] #43 ... [2021-04-16T10:38:05.289Z] [2021-04-16T10:38:05.289Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-04-16T10:38:05.289Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-04-16T10:38:05.289Z] #32 DONE 149.7s [2021-04-16T10:38:05.289Z] [2021-04-16T10:38:05.289Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:38:05.289Z] #43 sha256:634da649664dd1653459ec5ff55fe2816455cb64254406f6f3ff10f2bc6f3259 [2021-04-16T10:38:05.289Z] #43 86.99 DEP criu/libnetlink.d [2021-04-16T10:38:05.501Z] #49 16.06 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-04-16T10:38:05.501Z] #49 16.06 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-04-16T10:38:05.501Z] #49 16.13 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-04-16T10:38:05.501Z] #49 16.15 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-16T10:38:05.501Z] #49 16.25 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-04-16T10:38:05.501Z] #49 16.36 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-04-16T10:38:05.501Z] #49 16.36 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-04-16T10:38:05.501Z] #49 16.36 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-04-16T10:38:05.544Z] #43 87.16 DEP criu/kerndat.d [2021-04-16T10:38:05.733Z] #20 37.57 Selecting previously unselected package python3.7. [2021-04-16T10:38:05.799Z] #43 87.66 DEP criu/kcmp-ids.d [2021-04-16T10:38:05.922Z] #71 exporting layers 1.9s done [2021-04-16T10:38:05.922Z] #71 writing image sha256:35cd5aa9c58b6f6dc9305242d0714461aa24d0b063c7b378b05067de0df65f37 [2021-04-16T10:38:05.922Z] #71 writing image sha256:35cd5aa9c58b6f6dc9305242d0714461aa24d0b063c7b378b05067de0df65f37 done [2021-04-16T10:38:05.922Z] #71 naming to docker.io/library/docker:eb0610b7fc7e8c49160c99fa311e14ee632dd45a done [2021-04-16T10:38:05.922Z] #71 DONE 1.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-04-16T10:38:06.033Z] #20 37.58 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_ppc64el.deb ... [2021-04-16T10:38:06.033Z] #20 37.58 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-04-16T10:38:06.033Z] #20 37.73 Selecting previously unselected package libpython3-stdlib:ppc64el. [2021-04-16T10:38:06.033Z] #20 37.74 Preparing to unpack .../libpython3-stdlib_3.7.3-1_ppc64el.deb ... [2021-04-16T10:38:06.033Z] #20 37.74 Unpacking libpython3-stdlib:ppc64el (3.7.3-1) ... [2021-04-16T10:38:06.060Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-04-16T10:38:06.060Z] ok github.com/docker/docker/api/server/httputils 0.010s coverage: 14.7% of statements [2021-04-16T10:38:06.060Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2021-04-16T10:38:06.060Z] ? github.com/docker/docker/api/server/router [no test files] [2021-04-16T10:38:06.060Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-04-16T10:38:06.060Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-04-16T10:38:06.060Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-04-16T10:38:06.060Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-04-16T10:38:06.060Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-04-16T10:38:06.060Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-04-16T10:38:06.060Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-04-16T10:38:06.060Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-04-16T10:38:06.060Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-04-16T10:38:06.060Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-04-16T10:38:06.060Z] ok github.com/docker/docker/api/server/router/swarm 0.016s coverage: 5.7% of statements [2021-04-16T10:38:06.060Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-04-16T10:38:06.060Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-04-16T10:38:06.060Z] ? github.com/docker/docker/api/types [no test files] [2021-04-16T10:38:06.060Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-04-16T10:38:06.060Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-04-16T10:38:06.060Z] ? github.com/docker/docker/api/types/container [no test files] [2021-04-16T10:38:06.060Z] ? github.com/docker/docker/api/types/events [no test files] [2021-04-16T10:38:06.060Z] ok github.com/docker/docker/api/types/strslice 0.007s coverage: 90.0% of statements [2021-04-16T10:38:06.060Z] ok github.com/docker/docker/api/types/filters 0.010s coverage: 92.2% of statements [2021-04-16T10:38:06.060Z] ? github.com/docker/docker/api/types/image [no test files] [2021-04-16T10:38:06.060Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-04-16T10:38:06.060Z] ? github.com/docker/docker/api/types/network [no test files] [2021-04-16T10:38:06.060Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-04-16T10:38:06.060Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-04-16T10:38:06.060Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-04-16T10:38:06.060Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-04-16T10:38:06.060Z] ok github.com/docker/docker/api/types/time 0.001s coverage: 100.0% of statements [2021-04-16T10:38:06.060Z] ok github.com/docker/docker/api/types/versions 0.001s coverage: 75.0% of statements [2021-04-16T10:38:06.060Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-04-16T10:38:06.060Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-04-16T10:38:06.060Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-04-16T10:38:06.060Z] ? github.com/docker/docker/builder [no test files] [2021-04-16T10:38:06.060Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-04-16T10:38:06.060Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-04-16T10:38:06.060Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-04-16T10:38:06.060Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-04-16T10:38:06.060Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-04-16T10:38:06.060Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-04-16T10:38:06.060Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-04-16T10:38:06.060Z] ok github.com/docker/docker/builder/remotecontext 0.341s coverage: 13.7% of statements [2021-04-16T10:38:06.060Z] ok github.com/docker/docker/builder/dockerfile 0.957s coverage: 48.5% of statements [2021-04-16T10:38:06.060Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-04-16T10:38:06.060Z] ok github.com/docker/docker/cli/debug 0.001s coverage: 100.0% of statements [2021-04-16T10:38:06.060Z] ok github.com/docker/docker/builder/remotecontext/git 0.910s coverage: 86.3% of statements [2021-04-16T10:38:06.060Z] ? github.com/docker/docker/cli [no test files] [2021-04-16T10:38:06.060Z] ? github.com/docker/docker/cli/config [no test files] [2021-04-16T10:38:06.074Z] #49 16.59 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-04-16T10:38:06.279Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40094/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr16 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=eb0610b7fc7e8c49160c99fa311e14ee632dd45a -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:eb0610b7fc7e8c49160c99fa311e14ee632dd45a hack/test/unit [2021-04-16T10:38:06.332Z] #20 37.84 Setting up python3-minimal (3.7.3-1) ... [2021-04-16T10:38:06.336Z] #49 ... [2021-04-16T10:38:06.336Z] [2021-04-16T10:38:06.336Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-04-16T10:38:06.336Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-04-16T10:38:06.336Z] #32 6.602 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-04-16T10:38:06.336Z] #32 6.602 Cloning into '.'... [2021-04-16T10:38:06.336Z] #32 ... [2021-04-16T10:38:06.336Z] [2021-04-16T10:38:06.336Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-04-16T10:38:06.336Z] #34 sha256:06777a5c5f036678a9bc1ecee68c72b2dbcce7f03d354f4c99b4074c9bc0776e [2021-04-16T10:38:06.336Z] #34 16.82 github.com/pelletier/go-toml/cmd/tomll [2021-04-16T10:38:06.360Z] #43 87.83 DEP criu/irmap.d [2021-04-16T10:38:06.360Z] #43 88.05 DEP criu/ipc_ns.d [2021-04-16T10:38:06.615Z] #43 88.26 DEP criu/image.d [2021-04-16T10:38:06.615Z] #43 88.38 DEP criu/image-desc.d [2021-04-16T10:38:06.615Z] #43 88.49 DEP criu/fsnotify.d [2021-04-16T10:38:06.870Z] #43 88.66 DEP criu/filesystems.d [2021-04-16T10:38:06.870Z] #43 88.75 DEP criu/files.d [2021-04-16T10:38:07.125Z] #43 88.89 DEP criu/files-reg.d [2021-04-16T10:38:07.380Z] #43 89.04 DEP criu/files-ext.d [2021-04-16T10:38:07.543Z] #20 39.10 Selecting previously unselected package python3. [2021-04-16T10:38:07.543Z] #20 39.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 ... 24024 files and directories currently installed.) [2021-04-16T10:38:07.543Z] #20 39.18 Preparing to unpack .../00-python3_3.7.3-1_ppc64el.deb ... [2021-04-16T10:38:07.543Z] #20 39.21 Unpacking python3 (3.7.3-1) ... [2021-04-16T10:38:07.543Z] #20 39.33 Selecting previously unselected package libip4tc0:ppc64el. [2021-04-16T10:38:07.543Z] #20 39.35 Preparing to unpack .../01-libip4tc0_1.8.2-4_ppc64el.deb ... [2021-04-16T10:38:07.543Z] #20 39.35 Unpacking libip4tc0:ppc64el (1.8.2-4) ... [2021-04-16T10:38:07.543Z] #20 39.46 Selecting previously unselected package libip6tc0:ppc64el. [2021-04-16T10:38:07.637Z] #43 89.20 DEP criu/file-lock.d [2021-04-16T10:38:07.637Z] #43 89.38 DEP criu/file-ids.d [2021-04-16T10:38:07.731Z] ok github.com/docker/docker/client 0.136s coverage: 75.4% of statements [2021-04-16T10:38:07.846Z] #20 39.47 Preparing to unpack .../02-libip6tc0_1.8.2-4_ppc64el.deb ... [2021-04-16T10:38:07.846Z] #20 39.47 Unpacking libip6tc0:ppc64el (1.8.2-4) ... [2021-04-16T10:38:07.846Z] #20 39.60 Selecting previously unselected package libiptc0:ppc64el. [2021-04-16T10:38:07.846Z] #20 39.61 Preparing to unpack .../03-libiptc0_1.8.2-4_ppc64el.deb ... [2021-04-16T10:38:07.846Z] #20 39.61 Unpacking libiptc0:ppc64el (1.8.2-4) ... [2021-04-16T10:38:07.892Z] #43 89.50 DEP criu/fifo.d [2021-04-16T10:38:07.892Z] #43 89.58 DEP criu/fdstore.d [2021-04-16T10:38:07.892Z] #43 89.71 DEP criu/fault-injection.d [2021-04-16T10:38:08.144Z] #20 39.77 Selecting previously unselected package libnfnetlink0:ppc64el. [2021-04-16T10:38:08.144Z] #20 39.78 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_ppc64el.deb ... [2021-04-16T10:38:08.144Z] #20 39.78 Unpacking libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2021-04-16T10:38:08.144Z] #20 39.84 Selecting previously unselected package libnetfilter-conntrack3:ppc64el. [2021-04-16T10:38:08.144Z] #20 39.85 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_ppc64el.deb ... [2021-04-16T10:38:08.144Z] #20 39.86 Unpacking libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2021-04-16T10:38:08.144Z] #20 39.95 Selecting previously unselected package libnftnl11:ppc64el. [2021-04-16T10:38:08.144Z] #20 39.95 Preparing to unpack .../06-libnftnl11_1.1.2-2_ppc64el.deb ... [2021-04-16T10:38:08.144Z] #20 39.96 Unpacking libnftnl11:ppc64el (1.1.2-2) ... [2021-04-16T10:38:08.147Z] #43 89.76 DEP criu/external.d [2021-04-16T10:38:08.147Z] #43 89.86 DEP criu/eventpoll.d [2021-04-16T10:38:08.402Z] #43 90.02 DEP criu/eventfd.d [2021-04-16T10:38:08.402Z] #43 90.14 DEP criu/crtools.d [2021-04-16T10:38:08.442Z] #20 40.07 Selecting previously unselected package iptables. [2021-04-16T10:38:08.442Z] #20 40.09 Preparing to unpack .../07-iptables_1.8.2-4_ppc64el.deb ... [2021-04-16T10:38:08.442Z] #20 40.09 Unpacking iptables (1.8.2-4) ... [2021-04-16T10:38:08.658Z] #43 90.37 DEP criu/cr-service.d [2021-04-16T10:38:08.914Z] #43 90.50 DEP criu/cr-restore.d [2021-04-16T10:38:08.914Z] #43 90.69 DEP criu/cr-errno.d [2021-04-16T10:38:08.914Z] #43 90.70 DEP criu/cr-dump.d [2021-04-16T10:38:09.094Z] #20 40.60 Selecting previously unselected package xxd. [2021-04-16T10:38:09.094Z] #20 40.60 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2021-04-16T10:38:09.094Z] #20 40.61 Unpacking xxd (2:8.1.0875-5) ... [2021-04-16T10:38:09.094Z] #20 40.81 Selecting previously unselected package vim-common. [2021-04-16T10:38:09.094Z] #20 40.81 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-04-16T10:38:09.094Z] #20 40.87 Unpacking vim-common (2:8.1.0875-5) ... [2021-04-16T10:38:09.170Z] #43 90.94 DEP criu/cr-dedup.d [2021-04-16T10:38:09.395Z] #20 41.08 Selecting previously unselected package bash-completion. [2021-04-16T10:38:09.395Z] #20 41.08 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-04-16T10:38:09.425Z] #43 91.10 DEP criu/cr-check.d [2021-04-16T10:38:09.425Z] #43 91.27 DEP criu/config.d [2021-04-16T10:38:09.681Z] #43 91.42 DEP criu/clone-noasan.d [2021-04-16T10:38:09.937Z] #43 91.49 DEP criu/cgroup.d [2021-04-16T10:38:09.937Z] #43 91.62 DEP criu/cgroup-props.d [2021-04-16T10:38:09.937Z] #43 91.71 DEP criu/bitmap.d [2021-04-16T10:38:10.193Z] #43 91.74 DEP criu/bfd.d [2021-04-16T10:38:10.193Z] #43 91.83 DEP criu/autofs.d [2021-04-16T10:38:10.193Z] #43 91.95 DEP criu/aio.d [2021-04-16T10:38:10.193Z] #43 92.07 DEP criu/action-scripts.d [2021-04-16T10:38:10.495Z] ? github.com/docker/docker/api [no test files] [2021-04-16T10:38:10.548Z] #34 ... [2021-04-16T10:38:10.548Z] [2021-04-16T10:38:10.548Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:38:10.548Z] #45 sha256:8cefe35e1f8c9be27349f1091e79b96de2d2df0961cedb0e85bc9ccff6949da3 [2021-04-16T10:38:10.548Z] #45 11.09 math/bits [2021-04-16T10:38:10.548Z] #45 11.57 math [2021-04-16T10:38:10.548Z] #45 15.97 internal/testlog [2021-04-16T10:38:10.548Z] #45 16.22 encoding [2021-04-16T10:38:10.548Z] #45 16.36 unicode/utf16 [2021-04-16T10:38:10.548Z] #45 16.68 container/list [2021-04-16T10:38:10.548Z] #45 17.32 crypto/internal/subtle [2021-04-16T10:38:10.548Z] #45 17.45 crypto/subtle [2021-04-16T10:38:10.548Z] #45 17.81 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-04-16T10:38:10.548Z] #45 18.10 internal/nettrace [2021-04-16T10:38:10.548Z] #45 18.38 runtime/cgo [2021-04-16T10:38:10.548Z] #45 ... [2021-04-16T10:38:10.548Z] [2021-04-16T10:38:10.548Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-04-16T10:38:10.548Z] #47 sha256:291c9eeb001576eadf7e351e21c460d49c42df6129b2bde8b37efd60824455dc [2021-04-16T10:38:10.548Z] #47 11.16 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-04-16T10:38:10.548Z] #47 12.73 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-04-16T10:38:10.548Z] #47 17.02 go: finding github.com/fatih/color v1.9.0 [2021-04-16T10:38:10.548Z] #47 17.03 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-04-16T10:38:10.548Z] #47 17.07 go: finding github.com/pkg/errors v0.9.1 [2021-04-16T10:38:10.548Z] #47 17.22 go: finding github.com/spf13/pflag v1.0.3 [2021-04-16T10:38:10.548Z] #47 17.32 go: finding github.com/mattn/go-colorable v0.1.6 [2021-04-16T10:38:10.548Z] #47 17.38 go: finding github.com/mattn/go-isatty v0.0.12 [2021-04-16T10:38:10.548Z] #47 17.58 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-04-16T10:38:10.548Z] #47 17.97 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-04-16T10:38:10.548Z] #47 17.97 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-04-16T10:38:10.548Z] #47 17.97 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-04-16T10:38:10.548Z] #47 18.01 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-04-16T10:38:10.755Z] #43 92.38 CC criu/action-scripts.o [2021-04-16T10:38:10.809Z] #47 ... [2021-04-16T10:38:10.809Z] [2021-04-16T10:38:10.809Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-04-16T10:38:10.809Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-16T10:38:10.809Z] #42 11.41 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [272 kB] [2021-04-16T10:38:10.809Z] #42 13.40 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-04-16T10:38:10.809Z] #42 ... [2021-04-16T10:38:10.809Z] [2021-04-16T10:38:10.809Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-04-16T10:38:10.809Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-04-16T10:38:10.809Z] #55 11.40 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [272 kB] [2021-04-16T10:38:10.809Z] #55 13.56 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-04-16T10:38:11.010Z] #43 92.82 CC criu/aio.o [2021-04-16T10:38:11.071Z] #55 ... [2021-04-16T10:38:11.071Z] [2021-04-16T10:38:11.071Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-04-16T10:38:11.071Z] #34 sha256:06777a5c5f036678a9bc1ecee68c72b2dbcce7f03d354f4c99b4074c9bc0776e [2021-04-16T10:38:11.071Z] #34 DONE 21.7s [2021-04-16T10:38:11.071Z] [2021-04-16T10:38:11.071Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-16T10:38:11.071Z] #51 sha256:c9c69883b53444f0e80a474188825ff804ddf2c456c62fe6c7b59f3011550c70 [2021-04-16T10:38:11.071Z] #51 18.41 + cd /tmp/tmp.7UxTib2Tw8/src/github.com/mvdan/sh [2021-04-16T10:38:11.071Z] #51 18.41 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-04-16T10:38:11.071Z] #51 18.59 + GO111MODULE=on [2021-04-16T10:38:11.071Z] #51 18.59 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-04-16T10:38:11.071Z] #51 19.71 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-04-16T10:38:11.071Z] #51 19.75 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-04-16T10:38:11.071Z] #51 19.85 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-04-16T10:38:11.071Z] #51 20.07 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-04-16T10:38:11.071Z] #51 20.07 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-04-16T10:38:11.071Z] #51 21.39 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-04-16T10:38:11.616Z] #43 93.40 CC criu/autofs.o [2021-04-16T10:38:11.646Z] #51 22.28 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-04-16T10:38:11.646Z] #51 ... [2021-04-16T10:38:11.646Z] [2021-04-16T10:38:11.646Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-16T10:38:11.646Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-16T10:38:11.646Z] #13 8.172 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-04-16T10:38:11.646Z] #13 8.248 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-04-16T10:38:11.646Z] #13 8.248 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-16T10:38:11.646Z] #13 8.282 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-16T10:38:11.646Z] #13 9.305 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [462 kB] [2021-04-16T10:38:11.646Z] #13 11.50 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-04-16T10:38:11.646Z] #13 13.71 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [272 kB] [2021-04-16T10:38:11.646Z] #13 16.22 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-04-16T10:38:11.908Z] #13 ... [2021-04-16T10:38:11.908Z] [2021-04-16T10:38:11.908Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-04-16T10:38:11.908Z] #36 sha256:7c9164a9e09f5957dcd35b85232a0e2c2e1eefe9590c9cc61db30a2968787259 [2021-04-16T10:38:11.908Z] #36 12.52 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [272 kB] [2021-04-16T10:38:11.908Z] #36 14.89 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-04-16T10:38:11.908Z] #36 ... [2021-04-16T10:38:11.908Z] [2021-04-16T10:38:11.908Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-16T10:38:11.908Z] #49 sha256:4aa58824b34585cff1a812595c9e2395fcac20331fe23029ef97fa222d56b1ee [2021-04-16T10:38:11.908Z] #49 17.70 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-04-16T10:38:11.908Z] #49 19.69 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-04-16T10:38:11.908Z] #49 21.96 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-04-16T10:38:11.908Z] #49 21.96 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-04-16T10:38:11.908Z] #49 21.96 go: downloading github.com/magiconair/properties v1.8.1 [2021-04-16T10:38:11.908Z] #49 21.96 go: downloading github.com/spf13/afero v1.1.2 [2021-04-16T10:38:11.908Z] #49 21.96 go: downloading github.com/subosito/gotenv v1.2.0 [2021-04-16T10:38:11.908Z] #49 21.96 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-04-16T10:38:11.908Z] #49 21.96 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-16T10:38:11.908Z] #49 21.96 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-04-16T10:38:11.908Z] #49 22.07 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-04-16T10:38:11.908Z] #49 22.07 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-04-16T10:38:11.908Z] #49 22.07 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-04-16T10:38:11.908Z] #49 22.19 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-04-16T10:38:11.908Z] #49 22.19 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-04-16T10:38:11.908Z] #49 22.19 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-04-16T10:38:11.908Z] #49 22.19 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-04-16T10:38:11.908Z] #49 22.28 go: extracting github.com/subosito/gotenv v1.2.0 [2021-04-16T10:38:11.908Z] #49 22.28 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-04-16T10:38:11.908Z] #49 22.28 go: extracting github.com/magiconair/properties v1.8.1 [2021-04-16T10:38:11.908Z] #49 22.28 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-04-16T10:38:11.908Z] #49 22.35 go: extracting github.com/spf13/afero v1.1.2 [2021-04-16T10:38:11.908Z] #49 22.38 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-04-16T10:38:11.908Z] #49 22.53 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-04-16T10:38:11.908Z] #49 22.61 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-04-16T10:38:11.908Z] #49 22.61 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-04-16T10:38:11.908Z] #49 22.61 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-04-16T10:38:11.908Z] #49 22.72 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-04-16T10:38:11.908Z] #49 22.72 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-04-16T10:38:12.192Z] #49 ... [2021-04-16T10:38:12.192Z] [2021-04-16T10:38:12.192Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-04-16T10:38:12.192Z] #58 sha256:4a75bb1703d9e9529569fc185aea76d5279a10a894c27239befb91162e3be202 [2021-04-16T10:38:12.192Z] #58 12.78 + cd /tmp/tmp.LxU0tZewfA/src/github.com/rootless-containers/rootlesskit [2021-04-16T10:38:12.192Z] #58 12.78 + git checkout -q ed9b8c5cc48d29d0a979dae52a24f6e886795abd [2021-04-16T10:38:12.192Z] #58 12.82 + export GO111MODULE=on [2021-04-16T10:38:12.192Z] #58 12.82 + GO111MODULE=on [2021-04-16T10:38:12.192Z] #58 12.82 + export GOPROXY=https://proxy.golang.org [2021-04-16T10:38:12.192Z] #58 12.82 + GOPROXY=https://proxy.golang.org [2021-04-16T10:38:12.192Z] #58 12.82 + for f in rootlesskit rootlesskit-docker-proxy [2021-04-16T10:38:12.192Z] #58 12.82 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-04-16T10:38:12.192Z] #58 14.89 go: downloading github.com/pkg/errors v0.9.1 [2021-04-16T10:38:12.192Z] #58 14.97 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-04-16T10:38:12.192Z] #58 14.97 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-04-16T10:38:12.192Z] #58 15.18 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-04-16T10:38:12.192Z] #58 15.18 go: downloading github.com/gofrs/flock v0.8.0 [2021-04-16T10:38:12.192Z] #58 15.18 go: downloading github.com/gorilla/mux v1.8.0 [2021-04-16T10:38:12.192Z] #58 15.18 go: downloading github.com/moby/vpnkit v0.5.0 [2021-04-16T10:38:12.192Z] #58 15.23 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-04-16T10:38:12.192Z] #58 15.38 go: downloading github.com/google/uuid v1.2.0 [2021-04-16T10:38:12.192Z] #58 15.59 go: extracting github.com/pkg/errors v0.9.1 [2021-04-16T10:38:12.192Z] #58 15.66 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-04-16T10:38:12.192Z] #58 15.66 go: extracting github.com/gofrs/flock v0.8.0 [2021-04-16T10:38:12.192Z] #58 15.66 go: extracting github.com/sirupsen/logrus v1.8.1 [2021-04-16T10:38:12.192Z] #58 15.66 go: extracting github.com/moby/sys/mountinfo v0.4.1 [2021-04-16T10:38:12.192Z] #58 15.66 go: extracting github.com/google/uuid v1.2.0 [2021-04-16T10:38:12.192Z] #58 15.97 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-04-16T10:38:12.192Z] #58 15.97 go: extracting github.com/gorilla/mux v1.8.0 [2021-04-16T10:38:12.192Z] #58 16.06 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-04-16T10:38:12.192Z] #58 16.98 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-04-16T10:38:12.192Z] #58 18.76 go: extracting github.com/moby/vpnkit v0.5.0 [2021-04-16T10:38:12.192Z] #58 18.76 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-04-16T10:38:12.192Z] #58 18.76 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-04-16T10:38:12.192Z] #58 21.62 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-04-16T10:38:12.192Z] #58 22.19 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-04-16T10:38:12.453Z] #58 ... [2021-04-16T10:38:12.453Z] [2021-04-16T10:38:12.453Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-16T10:38:12.453Z] #49 sha256:4aa58824b34585cff1a812595c9e2395fcac20331fe23029ef97fa222d56b1ee [2021-04-16T10:38:12.453Z] #49 23.07 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-04-16T10:38:12.453Z] #49 23.07 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-04-16T10:38:12.453Z] #49 23.07 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-04-16T10:38:12.453Z] #49 23.07 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-04-16T10:38:12.453Z] #49 23.07 go: downloading github.com/spf13/cast v1.3.0 [2021-04-16T10:38:12.453Z] #49 23.07 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-04-16T10:38:12.453Z] #49 23.07 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-04-16T10:38:12.453Z] #49 23.07 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-04-16T10:38:12.453Z] #49 23.07 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-04-16T10:38:12.453Z] #49 23.07 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-04-16T10:38:12.453Z] #49 23.07 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-04-16T10:38:12.453Z] #49 23.25 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-04-16T10:38:12.453Z] #49 23.25 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-04-16T10:38:12.453Z] #49 23.25 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-04-16T10:38:12.453Z] #49 23.25 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-04-16T10:38:12.453Z] #49 23.25 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-04-16T10:38:12.453Z] #49 23.25 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-04-16T10:38:12.453Z] #49 23.30 go: extracting github.com/spf13/cast v1.3.0 [2021-04-16T10:38:12.453Z] #49 23.30 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-16T10:38:12.714Z] #49 23.35 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-04-16T10:38:12.714Z] #49 23.35 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-04-16T10:38:12.714Z] #49 23.38 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-04-16T10:38:12.714Z] #49 23.49 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-04-16T10:38:12.714Z] #49 23.52 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-04-16T10:38:12.714Z] #49 23.54 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-04-16T10:38:12.881Z] 29d5b6a226d2: Verifying Checksum [2021-04-16T10:38:12.881Z] 29d5b6a226d2: Download complete [2021-04-16T10:38:12.975Z] #49 23.73 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-04-16T10:38:12.975Z] #49 23.82 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-04-16T10:38:12.975Z] #49 23.82 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-04-16T10:38:12.975Z] #49 23.82 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-04-16T10:38:12.976Z] #49 23.82 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-04-16T10:38:12.981Z] #43 ... [2021-04-16T10:38:12.981Z] [2021-04-16T10:38:12.981Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-16T10:38:12.981Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-16T10:38:12.981Z] #20 23.99 libcap2-bin is already the newest version (1:2.25-2). [2021-04-16T10:38:12.981Z] #20 23.99 The following additional packages will be installed: [2021-04-16T10:38:12.981Z] #20 23.99 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-04-16T10:38:12.981Z] #20 23.99 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-04-16T10:38:12.981Z] #20 23.99 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-04-16T10:38:12.981Z] #20 23.99 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-04-16T10:38:12.981Z] #20 23.99 python3.7 python3.7-minimal vim-runtime xxd [2021-04-16T10:38:12.981Z] #20 24.00 Suggested packages: [2021-04-16T10:38:12.981Z] #20 24.01 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-04-16T10:38:12.981Z] #20 24.01 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-04-16T10:38:12.981Z] #20 24.01 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-04-16T10:38:12.981Z] #20 24.01 Recommended packages: [2021-04-16T10:38:12.981Z] #20 24.01 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-04-16T10:38:12.981Z] #20 24.01 python3-keyrings.alt python3-xdg unzip [2021-04-16T10:38:12.981Z] #20 26.00 The following NEW packages will be installed: [2021-04-16T10:38:12.981Z] #20 26.01 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-04-16T10:38:12.981Z] #20 26.01 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-04-16T10:38:12.981Z] #20 26.01 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-04-16T10:38:12.981Z] #20 26.01 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-04-16T10:38:12.981Z] #20 26.01 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-04-16T10:38:12.981Z] #20 26.01 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-04-16T10:38:12.981Z] #20 26.01 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-04-16T10:38:12.981Z] #20 26.01 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-04-16T10:38:12.981Z] #20 26.01 xz-utils zip [2021-04-16T10:38:12.981Z] #20 26.35 0 upgraded, 48 newly installed, 0 to remove and 27 not upgraded. [2021-04-16T10:38:12.981Z] #20 26.35 Need to get 28.5 MB of archives. [2021-04-16T10:38:12.981Z] #20 26.35 After this operation, 116 MB of additional disk space will be used. [2021-04-16T10:38:12.981Z] #20 26.35 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-04-16T10:38:12.981Z] #20 26.36 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB] [2021-04-16T10:38:12.981Z] #20 26.41 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB] [2021-04-16T10:38:12.981Z] #20 26.53 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-04-16T10:38:12.981Z] #20 26.57 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-04-16T10:38:12.981Z] #20 26.57 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB] [2021-04-16T10:38:12.981Z] #20 26.78 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2021-04-16T10:38:12.981Z] #20 26.83 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-04-16T10:38:12.981Z] #20 26.83 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-04-16T10:38:12.981Z] #20 26.83 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-04-16T10:38:12.981Z] #20 26.83 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-04-16T10:38:12.981Z] #20 26.85 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-04-16T10:38:12.981Z] #20 26.86 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-04-16T10:38:12.981Z] #20 26.86 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-04-16T10:38:12.981Z] #20 26.88 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-04-16T10:38:12.981Z] #20 26.88 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-04-16T10:38:12.981Z] #20 26.93 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-04-16T10:38:12.981Z] #20 26.94 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-04-16T10:38:12.981Z] #20 26.98 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-04-16T10:38:12.981Z] #20 26.98 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2021-04-16T10:38:12.981Z] #20 26.98 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-04-16T10:38:12.981Z] #20 26.98 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-04-16T10:38:12.981Z] #20 27.02 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-04-16T10:38:12.981Z] #20 27.04 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-04-16T10:38:12.981Z] #20 27.06 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-04-16T10:38:12.981Z] #20 27.07 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-04-16T10:38:12.981Z] #20 27.08 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-04-16T10:38:12.981Z] #20 27.08 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-04-16T10:38:12.981Z] #20 27.09 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-04-16T10:38:12.981Z] #20 27.69 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-04-16T10:38:12.981Z] #20 27.70 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-04-16T10:38:12.981Z] #20 27.70 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-04-16T10:38:12.981Z] #20 27.70 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-04-16T10:38:12.981Z] #20 27.71 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-04-16T10:38:12.981Z] #20 27.72 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-04-16T10:38:12.981Z] #20 27.78 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-04-16T10:38:12.981Z] #20 27.79 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-04-16T10:38:12.981Z] #20 27.79 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-04-16T10:38:12.981Z] #20 27.80 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-04-16T10:38:12.981Z] #20 27.81 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-04-16T10:38:12.981Z] #20 27.83 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-04-16T10:38:12.981Z] #20 27.83 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-04-16T10:38:12.981Z] #20 27.87 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2021-04-16T10:38:12.981Z] #20 27.89 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-04-16T10:38:12.981Z] #20 27.90 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-04-16T10:38:12.981Z] #20 28.16 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-04-16T10:38:12.981Z] #20 28.20 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-04-16T10:38:12.981Z] #20 28.25 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-04-16T10:38:12.981Z] #20 28.90 debconf: delaying package configuration, since apt-utils is not installed [2021-04-16T10:38:12.981Z] #20 29.03 Fetched 28.5 MB in 2s (13.1 MB/s) [2021-04-16T10:38:12.981Z] #20 29.09 Selecting previously unselected package pigz. [2021-04-16T10:38:12.981Z] #20 29.09 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23435 files and directories currently installed.) [2021-04-16T10:38:12.981Z] #20 29.14 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-04-16T10:38:12.981Z] #20 29.15 Unpacking pigz (2.4-1) ... [2021-04-16T10:38:12.981Z] #20 29.24 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-04-16T10:38:12.981Z] #20 29.25 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-04-16T10:38:12.981Z] #20 29.25 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-04-16T10:38:12.981Z] #20 29.69 Selecting previously unselected package python3.7-minimal. [2021-04-16T10:38:12.981Z] #20 29.69 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-04-16T10:38:12.981Z] #20 29.71 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-04-16T10:38:12.981Z] #20 30.57 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-04-16T10:38:12.981Z] #20 30.60 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-04-16T10:38:12.981Z] #20 32.77 Selecting previously unselected package python3-minimal. [2021-04-16T10:38:12.981Z] #20 32.77 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23684 files and directories currently installed.) [2021-04-16T10:38:12.981Z] #20 32.81 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-04-16T10:38:12.981Z] #20 32.82 Unpacking python3-minimal (3.7.3-1) ... [2021-04-16T10:38:12.981Z] #20 32.94 Selecting previously unselected package libmpdec2:amd64. [2021-04-16T10:38:12.981Z] #20 32.95 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-04-16T10:38:12.981Z] #20 32.95 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-04-16T10:38:12.981Z] #20 33.12 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-04-16T10:38:12.981Z] #20 33.12 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2021-04-16T10:38:12.981Z] #20 33.14 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-04-16T10:38:12.981Z] #20 33.97 Selecting previously unselected package python3.7. [2021-04-16T10:38:12.981Z] #20 33.98 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2021-04-16T10:38:12.981Z] #20 33.98 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-04-16T10:38:12.981Z] #20 34.10 Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-16T10:38:13.237Z] #49 23.94 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-04-16T10:38:13.237Z] #49 23.94 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-04-16T10:38:13.237Z] #49 23.99 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-04-16T10:38:13.237Z] #49 24.06 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-04-16T10:38:13.237Z] #20 34.11 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-04-16T10:38:13.237Z] #20 34.12 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-04-16T10:38:13.237Z] #20 34.24 Setting up python3-minimal (3.7.3-1) ... [2021-04-16T10:38:13.561Z] #49 24.12 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-16T10:38:13.829Z] #49 24.38 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-04-16T10:38:13.829Z] #49 24.38 go: downloading github.com/stretchr/objx v0.2.0 [2021-04-16T10:38:13.829Z] #49 24.38 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-04-16T10:38:13.829Z] #49 24.38 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-04-16T10:38:13.829Z] #49 24.57 go: downloading golang.org/x/text v0.3.2 [2021-04-16T10:38:13.924Z] #20 45.32 Unpacking bash-completion (1:2.8-6) ... [2021-04-16T10:38:14.210Z] #20 35.13 Selecting previously unselected package python3. [2021-04-16T10:38:14.210Z] #20 35.13 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24096 files and directories currently installed.) [2021-04-16T10:38:14.210Z] #20 35.20 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-04-16T10:38:14.210Z] #20 35.21 Unpacking python3 (3.7.3-1) ... [2021-04-16T10:38:14.210Z] #20 35.33 Selecting previously unselected package libip4tc0:amd64. [2021-04-16T10:38:14.210Z] #20 35.34 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-04-16T10:38:14.210Z] #20 35.34 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-04-16T10:38:14.224Z] #20 45.86 Selecting previously unselected package bzip2. [2021-04-16T10:38:14.224Z] #20 45.88 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_ppc64el.deb ... [2021-04-16T10:38:14.224Z] #20 45.88 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-04-16T10:38:14.224Z] #20 46.02 Selecting previously unselected package xz-utils. [2021-04-16T10:38:14.224Z] #20 46.02 Preparing to unpack .../12-xz-utils_5.2.4-1_ppc64el.deb ... [2021-04-16T10:38:14.224Z] #20 46.03 Unpacking xz-utils (5.2.4-1) ... [2021-04-16T10:38:14.414Z] #49 24.80 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-04-16T10:38:14.414Z] #49 24.80 go: downloading github.com/kisielk/gotool v1.0.0 [2021-04-16T10:38:14.414Z] #49 24.80 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-04-16T10:38:14.414Z] #49 24.91 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-04-16T10:38:14.414Z] #49 24.91 go: extracting github.com/stretchr/objx v0.2.0 [2021-04-16T10:38:14.414Z] #49 24.99 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-04-16T10:38:14.414Z] #49 24.99 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-04-16T10:38:14.414Z] #49 24.99 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-04-16T10:38:14.414Z] #49 25.14 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-04-16T10:38:14.414Z] #49 25.17 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-04-16T10:38:14.414Z] #49 25.17 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-16T10:38:14.414Z] #49 25.19 go: downloading github.com/ultraware/funlen v0.0.2 [2021-04-16T10:38:14.414Z] #49 25.22 go: extracting github.com/kisielk/gotool v1.0.0 [2021-04-16T10:38:14.466Z] #20 35.45 Selecting previously unselected package libip6tc0:amd64. [2021-04-16T10:38:14.466Z] #20 35.46 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-04-16T10:38:14.466Z] #20 35.46 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-04-16T10:38:14.466Z] #20 35.55 Selecting previously unselected package libiptc0:amd64. [2021-04-16T10:38:14.466Z] #20 35.55 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-04-16T10:38:14.466Z] #20 35.55 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-04-16T10:38:14.466Z] #20 35.64 Selecting previously unselected package libnfnetlink0:amd64. [2021-04-16T10:38:14.466Z] #20 35.64 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-04-16T10:38:14.525Z] #20 46.20 Selecting previously unselected package apparmor. [2021-04-16T10:38:14.525Z] #20 46.22 Preparing to unpack .../13-apparmor_2.13.2-10_ppc64el.deb ... [2021-04-16T10:38:14.525Z] #20 ... [2021-04-16T10:38:14.525Z] [2021-04-16T10:38:14.525Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:38:14.525Z] #43 sha256:18971e2e33c6fe61fe2c3fccfe7f030f63f1953e93d060584dabe4c8520753d2 [2021-04-16T10:38:14.525Z] #43 85.60 DEP criu/pagemap.d [2021-04-16T10:38:14.525Z] #43 85.75 DEP criu/pagemap-cache.d [2021-04-16T10:38:14.525Z] #43 85.90 DEP criu/page-xfer.d [2021-04-16T10:38:14.525Z] #43 86.10 DEP criu/page-pipe.d [2021-04-16T10:38:14.525Z] #43 86.26 DEP criu/netfilter.d [2021-04-16T10:38:14.525Z] #43 86.51 DEP criu/net.d [2021-04-16T10:38:14.525Z] #43 86.79 DEP criu/namespaces.d [2021-04-16T10:38:14.525Z] #43 87.00 DEP criu/mount.d [2021-04-16T10:38:14.525Z] #43 87.29 DEP criu/memfd.d [2021-04-16T10:38:14.525Z] #43 87.55 DEP criu/mem.d [2021-04-16T10:38:14.525Z] #43 87.81 DEP criu/lsm.d [2021-04-16T10:38:14.525Z] #43 88.04 DEP criu/log.d [2021-04-16T10:38:14.525Z] #43 88.25 DEP criu/libnetlink.d [2021-04-16T10:38:14.525Z] #43 88.45 DEP criu/kerndat.d [2021-04-16T10:38:14.525Z] #43 88.75 DEP criu/kcmp-ids.d [2021-04-16T10:38:14.525Z] #43 88.85 DEP criu/irmap.d [2021-04-16T10:38:14.525Z] #43 89.08 DEP criu/ipc_ns.d [2021-04-16T10:38:14.525Z] #43 89.33 DEP criu/image.d [2021-04-16T10:38:14.525Z] #43 89.53 DEP criu/image-desc.d [2021-04-16T10:38:14.525Z] #43 89.66 DEP criu/fsnotify.d [2021-04-16T10:38:14.525Z] #43 89.87 DEP criu/filesystems.d [2021-04-16T10:38:14.525Z] #43 90.06 DEP criu/files.d [2021-04-16T10:38:14.525Z] #43 90.30 DEP criu/files-reg.d [2021-04-16T10:38:14.525Z] #43 90.53 DEP criu/files-ext.d [2021-04-16T10:38:14.525Z] #43 90.75 DEP criu/file-lock.d [2021-04-16T10:38:14.525Z] #43 90.91 DEP criu/file-ids.d [2021-04-16T10:38:14.525Z] #43 91.09 DEP criu/fifo.d [2021-04-16T10:38:14.525Z] #43 91.26 DEP criu/fdstore.d [2021-04-16T10:38:14.525Z] #43 91.38 DEP criu/fault-injection.d [2021-04-16T10:38:14.525Z] #43 91.44 DEP criu/external.d [2021-04-16T10:38:14.525Z] #43 91.56 DEP criu/eventpoll.d [2021-04-16T10:38:14.525Z] #43 91.74 DEP criu/eventfd.d [2021-04-16T10:38:14.525Z] #43 91.90 DEP criu/crtools.d [2021-04-16T10:38:14.525Z] #43 92.13 DEP criu/cr-service.d [2021-04-16T10:38:14.525Z] #43 92.35 DEP criu/cr-restore.d [2021-04-16T10:38:14.525Z] #43 92.63 DEP criu/cr-errno.d [2021-04-16T10:38:14.525Z] #43 92.64 DEP criu/cr-dump.d [2021-04-16T10:38:14.525Z] #43 92.94 DEP criu/cr-dedup.d [2021-04-16T10:38:14.525Z] #43 93.21 DEP criu/cr-check.d [2021-04-16T10:38:14.525Z] #43 93.47 DEP criu/config.d [2021-04-16T10:38:14.525Z] #43 93.76 DEP criu/clone-noasan.d [2021-04-16T10:38:14.525Z] #43 93.87 DEP criu/cgroup.d [2021-04-16T10:38:14.525Z] #43 94.16 DEP criu/cgroup-props.d [2021-04-16T10:38:14.525Z] #43 94.34 DEP criu/bitmap.d [2021-04-16T10:38:14.525Z] #43 94.38 DEP criu/bfd.d [2021-04-16T10:38:14.525Z] #43 94.54 DEP criu/autofs.d [2021-04-16T10:38:14.525Z] #43 94.76 DEP criu/aio.d [2021-04-16T10:38:14.525Z] #43 94.97 DEP criu/action-scripts.d [2021-04-16T10:38:14.525Z] #43 95.43 CC criu/action-scripts.o [2021-04-16T10:38:14.525Z] #43 ... [2021-04-16T10:38:14.525Z] [2021-04-16T10:38:14.525Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-16T10:38:14.525Z] #20 sha256:4c9d04e548c65087cec82d0a856eaa1f69a58bf085807ae56661f71481307afe [2021-04-16T10:38:14.525Z] #20 46.22 Preparing to unpack .../13-apparmor_2.13.2-10_ppc64el.deb ... [2021-04-16T10:38:14.678Z] #49 25.27 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-04-16T10:38:14.678Z] #49 25.42 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-04-16T10:38:14.678Z] #49 25.42 go: downloading github.com/gogo/protobuf v1.2.1 [2021-04-16T10:38:14.764Z] #20 35.65 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-04-16T10:38:14.764Z] #20 35.70 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-04-16T10:38:14.764Z] #20 35.71 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-04-16T10:38:14.764Z] #20 35.72 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-04-16T10:38:14.764Z] #20 35.81 Selecting previously unselected package libnftnl11:amd64. [2021-04-16T10:38:14.764Z] #20 35.81 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-04-16T10:38:14.764Z] #20 35.82 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-04-16T10:38:14.764Z] #20 35.91 Selecting previously unselected package iptables. [2021-04-16T10:38:14.764Z] #20 35.91 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-04-16T10:38:14.826Z] #20 46.37 Unpacking apparmor (2.13.2-10) ... [2021-04-16T10:38:14.940Z] #49 25.62 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-04-16T10:38:14.940Z] #49 25.74 go: downloading github.com/gobwas/glob v0.2.3 [2021-04-16T10:38:14.940Z] #49 25.77 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-04-16T10:38:15.020Z] #20 35.92 Unpacking iptables (1.8.2-4) ... [2021-04-16T10:38:15.126Z] #20 46.82 Selecting previously unselected package aufs-tools. [2021-04-16T10:38:15.126Z] #20 46.83 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_ppc64el.deb ... [2021-04-16T10:38:15.126Z] #20 46.83 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-04-16T10:38:15.224Z] #49 25.87 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-04-16T10:38:15.276Z] #20 36.26 Selecting previously unselected package xxd. [2021-04-16T10:38:15.276Z] #20 36.26 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-04-16T10:38:15.276Z] #20 36.26 Unpacking xxd (2:8.1.0875-5) ... [2021-04-16T10:38:15.276Z] #20 36.39 Selecting previously unselected package vim-common. [2021-04-16T10:38:15.276Z] #20 36.41 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-04-16T10:38:15.276Z] #20 36.45 Unpacking vim-common (2:8.1.0875-5) ... [2021-04-16T10:38:15.426Z] #20 46.99 Selecting previously unselected package libonig5:ppc64el. [2021-04-16T10:38:15.426Z] #20 47.00 Preparing to unpack .../15-libonig5_6.9.1-1_ppc64el.deb ... [2021-04-16T10:38:15.426Z] #20 47.01 Unpacking libonig5:ppc64el (6.9.1-1) ... [2021-04-16T10:38:15.487Z] #49 26.05 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-04-16T10:38:15.487Z] #49 26.08 go: extracting github.com/ultraware/funlen v0.0.2 [2021-04-16T10:38:15.487Z] #49 26.13 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-04-16T10:38:15.487Z] #49 26.14 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-04-16T10:38:15.487Z] #49 26.24 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-04-16T10:38:15.487Z] #49 26.24 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-04-16T10:38:15.487Z] #49 26.24 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-04-16T10:38:15.487Z] #49 26.30 go: extracting github.com/gobwas/glob v0.2.3 [2021-04-16T10:38:15.532Z] #20 36.59 Selecting previously unselected package bash-completion. [2021-04-16T10:38:15.532Z] #20 36.60 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-04-16T10:38:15.726Z] #20 47.25 Selecting previously unselected package libjq1:ppc64el. [2021-04-16T10:38:15.726Z] #20 47.28 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2021-04-16T10:38:15.726Z] #20 47.29 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2021-04-16T10:38:15.726Z] #20 47.41 Selecting previously unselected package jq. [2021-04-16T10:38:15.726Z] #20 47.43 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_ppc64el.deb ... [2021-04-16T10:38:15.726Z] #20 47.44 Unpacking jq (1.5+dfsg-2+b1) ... [2021-04-16T10:38:15.726Z] #20 ... [2021-04-16T10:38:15.726Z] [2021-04-16T10:38:15.726Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:38:15.726Z] #45 sha256:361f9151b9374e8bf32e43f72eb60276634412167f47c2d39151afba75fbd393 [2021-04-16T10:38:15.726Z] #45 139.5 vendor/golang.org/x/text/unicode/norm [2021-04-16T10:38:15.726Z] #45 141.8 github.com/LK4D4/vndr/build [2021-04-16T10:38:16.027Z] #45 ... [2021-04-16T10:38:16.027Z] [2021-04-16T10:38:16.027Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-16T10:38:16.027Z] #20 sha256:4c9d04e548c65087cec82d0a856eaa1f69a58bf085807ae56661f71481307afe [2021-04-16T10:38:16.027Z] #20 47.58 Selecting previously unselected package libaio1:ppc64el. [2021-04-16T10:38:16.027Z] #20 47.60 Preparing to unpack .../18-libaio1_0.3.112-3_ppc64el.deb ... [2021-04-16T10:38:16.027Z] #20 47.62 Unpacking libaio1:ppc64el (0.3.112-3) ... [2021-04-16T10:38:16.027Z] #20 47.71 Selecting previously unselected package libgpm2:ppc64el. [2021-04-16T10:38:16.027Z] #20 47.72 Preparing to unpack .../19-libgpm2_1.20.7-5_ppc64el.deb ... [2021-04-16T10:38:16.027Z] #20 47.73 Unpacking libgpm2:ppc64el (1.20.7-5) ... [2021-04-16T10:38:16.027Z] #20 47.80 Selecting previously unselected package libicu63:ppc64el. [2021-04-16T10:38:16.027Z] #20 47.80 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2021-04-16T10:38:16.027Z] #20 47.82 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2021-04-16T10:38:16.062Z] #49 26.45 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-04-16T10:38:16.062Z] #49 26.70 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-04-16T10:38:16.062Z] #49 26.70 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-04-16T10:38:16.324Z] #49 26.84 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-04-16T10:38:16.324Z] #49 26.84 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-04-16T10:38:16.324Z] #49 26.84 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-04-16T10:38:16.324Z] #49 26.84 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-04-16T10:38:16.324Z] #49 26.84 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-04-16T10:38:16.326Z] #20 ... [2021-04-16T10:38:16.326Z] [2021-04-16T10:38:16.326Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-04-16T10:38:16.326Z] #58 sha256:ecc4d0232de3018f6bf544d0d3a0516505c5d88844e679f140d41cc1470aff71 [2021-04-16T10:38:16.326Z] #58 141.7 + for f in rootlesskit rootlesskit-docker-proxy [2021-04-16T10:38:16.326Z] #58 141.7 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-04-16T10:38:16.326Z] #58 DONE 150.0s [2021-04-16T10:38:16.586Z] #49 27.02 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-04-16T10:38:16.586Z] #49 27.09 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-04-16T10:38:16.647Z] [2021-04-16T10:38:16.647Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-04-16T10:38:16.647Z] #59 sha256:a6cdbc3ac583df9f294a53311986e14a27539767dc3e7f88459382b90cc26b01 [2021-04-16T10:38:16.647Z] #59 DONE 0.3s [2021-04-16T10:38:16.647Z] [2021-04-16T10:38:16.647Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-04-16T10:38:16.647Z] #60 sha256:3417562b12699073b0357a5cab9cb752932f78fe698b29c465f5162b6a45dc68 [2021-04-16T10:38:16.647Z] #60 DONE 0.1s [2021-04-16T10:38:16.647Z] [2021-04-16T10:38:16.647Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:38:16.647Z] #43 sha256:18971e2e33c6fe61fe2c3fccfe7f030f63f1953e93d060584dabe4c8520753d2 [2021-04-16T10:38:16.647Z] #43 96.20 CC criu/aio.o [2021-04-16T10:38:16.647Z] #43 97.07 CC criu/autofs.o [2021-04-16T10:38:16.847Z] #49 27.35 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-04-16T10:38:17.109Z] #49 27.55 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-04-16T10:38:17.109Z] #49 27.55 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-04-16T10:38:17.109Z] #49 27.55 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-04-16T10:38:17.109Z] #49 27.65 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-04-16T10:38:17.371Z] #49 27.86 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-04-16T10:38:17.371Z] #49 27.86 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-04-16T10:38:17.632Z] #49 28.20 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-04-16T10:38:18.182Z] #43 99.25 CC criu/bfd.o [2021-04-16T10:38:18.343Z] #20 39.31 Unpacking bash-completion (1:2.8-6) ... [2021-04-16T10:38:18.575Z] #49 29.18 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-04-16T10:38:18.827Z] #43 100.1 CC criu/bitmap.o [2021-04-16T10:38:18.827Z] #43 100.2 CC criu/cgroup-props.o [2021-04-16T10:38:18.859Z] #20 39.75 Selecting previously unselected package bzip2. [2021-04-16T10:38:18.859Z] #20 39.76 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-04-16T10:38:18.859Z] #20 39.77 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-04-16T10:38:18.859Z] #20 39.88 Selecting previously unselected package xz-utils. [2021-04-16T10:38:18.859Z] #20 39.88 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-04-16T10:38:18.859Z] #20 39.90 Unpacking xz-utils (5.2.4-1) ... [2021-04-16T10:38:19.116Z] #20 40.09 Selecting previously unselected package apparmor. [2021-04-16T10:38:19.116Z] #20 40.11 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-04-16T10:38:19.116Z] #20 40.22 Unpacking apparmor (2.13.2-10) ... [2021-04-16T10:38:19.627Z] #20 40.61 Selecting previously unselected package aufs-tools. [2021-04-16T10:38:19.627Z] #20 40.64 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-04-16T10:38:19.627Z] #20 40.64 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-04-16T10:38:19.925Z] #20 40.78 Selecting previously unselected package libonig5:amd64. [2021-04-16T10:38:19.925Z] #20 40.80 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-04-16T10:38:19.925Z] #20 40.80 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-04-16T10:38:19.925Z] #20 40.97 Selecting previously unselected package libjq1:amd64. [2021-04-16T10:38:19.925Z] #20 40.98 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-04-16T10:38:19.925Z] #20 40.98 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-04-16T10:38:20.180Z] #20 41.08 Selecting previously unselected package jq. [2021-04-16T10:38:20.180Z] #20 41.08 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-04-16T10:38:20.180Z] #20 41.12 Unpacking jq (1.5+dfsg-2+b1) ... [2021-04-16T10:38:20.180Z] #20 41.21 Selecting previously unselected package libaio1:amd64. [2021-04-16T10:38:20.180Z] #20 41.21 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-04-16T10:38:20.180Z] #20 41.21 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-04-16T10:38:20.180Z] #20 41.26 Selecting previously unselected package libgpm2:amd64. [2021-04-16T10:38:20.180Z] #20 41.27 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-04-16T10:38:20.180Z] #20 41.28 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-04-16T10:38:20.360Z] #43 101.4 CC criu/cgroup.o [2021-04-16T10:38:20.478Z] #20 41.35 Selecting previously unselected package libicu63:amd64. [2021-04-16T10:38:20.478Z] #20 41.36 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-04-16T10:38:20.478Z] #20 41.37 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-04-16T10:38:20.504Z] #49 ... [2021-04-16T10:38:20.504Z] [2021-04-16T10:38:20.504Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-16T10:38:20.504Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-16T10:38:20.504Z] #13 26.71 Fetched 8935 kB in 19s (479 kB/s) [2021-04-16T10:38:21.077Z] #13 26.71 Reading package lists... [2021-04-16T10:38:21.077Z] #13 ... [2021-04-16T10:38:21.077Z] [2021-04-16T10:38:21.077Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-04-16T10:38:21.077Z] #67 sha256:b3d255a7e2252440cc1161c3e4acbf381bb605581754f858b634231cecb9d6b8 [2021-04-16T10:38:21.077Z] #67 DONE 31.6s [2021-04-16T10:38:21.077Z] [2021-04-16T10:38:21.077Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-04-16T10:38:21.077Z] #58 sha256:4a75bb1703d9e9529569fc185aea76d5279a10a894c27239befb91162e3be202 [2021-04-16T10:38:21.077Z] #58 23.42 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-04-16T10:38:21.077Z] #58 25.74 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-04-16T10:38:21.077Z] #58 25.87 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-04-16T10:38:21.077Z] #58 25.87 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-04-16T10:38:21.077Z] #58 26.18 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-04-16T10:38:21.077Z] #58 26.55 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-04-16T10:38:21.077Z] #58 29.45 go: finding github.com/pkg/errors v0.9.1 [2021-04-16T10:38:21.077Z] #58 29.75 go: finding github.com/sirupsen/logrus v1.8.1 [2021-04-16T10:38:21.077Z] #58 29.89 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-04-16T10:38:21.077Z] #58 29.94 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-04-16T10:38:21.077Z] #58 29.98 go: finding github.com/google/uuid v1.2.0 [2021-04-16T10:38:21.077Z] #58 30.20 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-04-16T10:38:21.077Z] #58 30.25 go: finding github.com/gofrs/flock v0.8.0 [2021-04-16T10:38:21.077Z] #58 30.25 go: finding github.com/moby/vpnkit v0.5.0 [2021-04-16T10:38:21.077Z] #58 30.25 go: finding github.com/gorilla/mux v1.8.0 [2021-04-16T10:38:21.077Z] #58 30.33 go: finding github.com/moby/sys/mountinfo v0.4.1 [2021-04-16T10:38:21.077Z] #58 30.33 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-04-16T10:38:21.077Z] #58 30.41 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-04-16T10:38:21.077Z] #58 30.44 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-04-16T10:38:21.077Z] #58 30.71 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-04-16T10:38:21.077Z] #58 30.75 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-04-16T10:38:21.434Z] #43 ... [2021-04-16T10:38:21.434Z] [2021-04-16T10:38:21.434Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-16T10:38:21.434Z] #20 sha256:4c9d04e548c65087cec82d0a856eaa1f69a58bf085807ae56661f71481307afe [2021-04-16T10:38:21.434Z] #20 53.03 Selecting previously unselected package libnet1:ppc64el. [2021-04-16T10:38:21.434Z] #20 53.04 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2021-04-16T10:38:21.434Z] #20 53.05 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2021-04-16T10:38:21.434Z] #20 53.15 Selecting previously unselected package libnl-3-200:ppc64el. [2021-04-16T10:38:21.434Z] #20 53.15 Preparing to unpack .../22-libnl-3-200_3.4.0-1_ppc64el.deb ... [2021-04-16T10:38:21.434Z] #20 53.16 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2021-04-16T10:38:21.434Z] #20 53.24 Selecting previously unselected package libprotobuf-c1:ppc64el. [2021-04-16T10:38:21.434Z] #20 53.24 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2021-04-16T10:38:21.434Z] #20 53.24 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2021-04-16T10:38:21.434Z] #20 53.32 Selecting previously unselected package libreadline5:ppc64el. [2021-04-16T10:38:21.434Z] #20 53.33 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_ppc64el.deb ... [2021-04-16T10:38:21.434Z] #20 53.34 Unpacking libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2021-04-16T10:38:21.733Z] #20 53.47 Selecting previously unselected package net-tools. [2021-04-16T10:38:21.733Z] #20 53.48 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_ppc64el.deb ... [2021-04-16T10:38:21.733Z] #20 53.49 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-04-16T10:38:22.020Z] #58 ... [2021-04-16T10:38:22.020Z] [2021-04-16T10:38:22.020Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-16T10:38:22.020Z] #49 sha256:4aa58824b34585cff1a812595c9e2395fcac20331fe23029ef97fa222d56b1ee [2021-04-16T10:38:22.020Z] #49 32.50 go: extracting github.com/gogo/protobuf v1.2.1 [2021-04-16T10:38:22.033Z] #20 53.78 Selecting previously unselected package python-pip-whl. [2021-04-16T10:38:22.033Z] #20 53.78 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-04-16T10:38:22.033Z] #20 53.79 Unpacking python-pip-whl (18.1-5) ... [2021-04-16T10:38:22.683Z] #20 54.31 Selecting previously unselected package python3-lib2to3. [2021-04-16T10:38:22.683Z] #20 54.31 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-04-16T10:38:22.683Z] #20 54.32 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-04-16T10:38:22.683Z] #20 54.43 Selecting previously unselected package python3-distutils. [2021-04-16T10:38:22.683Z] #20 54.43 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-04-16T10:38:22.765Z] ok github.com/docker/docker/api/server 0.032s coverage: 9.0% of statements [2021-04-16T10:38:22.964Z] #49 ... [2021-04-16T10:38:22.964Z] [2021-04-16T10:38:22.964Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-16T10:38:22.964Z] #51 sha256:c9c69883b53444f0e80a474188825ff804ddf2c456c62fe6c7b59f3011550c70 [2021-04-16T10:38:22.964Z] #51 23.49 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-04-16T10:38:22.964Z] #51 24.91 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-04-16T10:38:22.964Z] #51 24.99 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-04-16T10:38:22.964Z] #51 25.32 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-04-16T10:38:22.964Z] #51 25.32 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-04-16T10:38:22.964Z] #51 26.24 runtime/cgo [2021-04-16T10:38:22.964Z] #51 26.45 runtime [2021-04-16T10:38:22.964Z] #51 ... [2021-04-16T10:38:22.964Z] [2021-04-16T10:38:22.964Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-04-16T10:38:22.964Z] #40 sha256:7b2fe3946947f3b0859e850ff08d21da2ec2d73d27b4150d703bd44d27949913 [2021-04-16T10:38:22.964Z] #40 26.15 Checking out files: 82% (1381/1684) Checking out files: 83% (1398/1684) Checking out files: 84% (1415/1684) Checking out files: 85% (1432/1684) Checking out files: 86% (1449/1684) Checking out files: 87% (1466/1684) Checking out files: 88% (1482/1684) Checking out files: 89% (1499/1684) Checking out files: 90% (1516/1684) Checking out files: 91% (1533/1684) Checking out files: 92% (1550/1684) Checking out files: 93% (1567/1684) Checking out files: 94% (1583/1684) Checking out files: 95% (1600/1684) Checking out files: 96% (1617/1684) Checking out files: 97% (1634/1684) Checking out files: 98% (1651/1684) Checking out files: 99% (1668/1684) Checking out files: 100% (1684/1684) Checking out files: 100% (1684/1684), done. [2021-04-16T10:38:22.964Z] #40 26.56 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-04-16T10:38:22.964Z] #40 28.75 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2021-04-16T10:38:22.983Z] #20 54.50 Unpacking python3-distutils (3.7.3-1) ... [2021-04-16T10:38:22.983Z] #20 54.64 Selecting previously unselected package python3-pip. [2021-04-16T10:38:22.983Z] #20 54.65 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-04-16T10:38:22.983Z] #20 54.65 Unpacking python3-pip (18.1-5) ... [2021-04-16T10:38:23.284Z] #20 54.86 Selecting previously unselected package python3-pkg-resources. [2021-04-16T10:38:23.284Z] #20 54.87 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-04-16T10:38:23.284Z] #20 54.87 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-04-16T10:38:23.284Z] #20 54.99 Selecting previously unselected package python3-setuptools. [2021-04-16T10:38:23.284Z] #20 55.00 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-04-16T10:38:23.284Z] #20 55.01 Unpacking python3-setuptools (40.8.0-1) ... [2021-04-16T10:38:23.583Z] #20 55.34 Selecting previously unselected package python3-wheel. [2021-04-16T10:38:23.583Z] #20 55.37 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-04-16T10:38:23.583Z] #20 55.39 Unpacking python3-wheel (0.32.3-2) ... [2021-04-16T10:38:23.742Z] #20 ... [2021-04-16T10:38:23.742Z] [2021-04-16T10:38:23.742Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:38:23.742Z] #43 sha256:634da649664dd1653459ec5ff55fe2816455cb64254406f6f3ff10f2bc6f3259 [2021-04-16T10:38:23.742Z] #43 94.93 CC criu/bfd.o [2021-04-16T10:38:23.742Z] #43 95.38 CC criu/bitmap.o [2021-04-16T10:38:23.742Z] #43 95.50 CC criu/cgroup-props.o [2021-04-16T10:38:23.742Z] #43 96.19 CC criu/cgroup.o [2021-04-16T10:38:23.742Z] #43 98.93 CC criu/clone-noasan.o [2021-04-16T10:38:23.742Z] #43 99.11 CC criu/config.o [2021-04-16T10:38:23.742Z] #43 100.8 CC criu/cr-check.o [2021-04-16T10:38:23.742Z] #43 102.6 CC criu/cr-dedup.o [2021-04-16T10:38:23.742Z] #43 103.0 CC criu/cr-dump.o [2021-04-16T10:38:23.742Z] #43 105.3 CC criu/cr-errno.o [2021-04-16T10:38:23.742Z] #43 105.4 CC criu/cr-restore.o [2021-04-16T10:38:23.742Z] #43 ... [2021-04-16T10:38:23.742Z] [2021-04-16T10:38:23.742Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-16T10:38:23.742Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-16T10:38:23.742Z] #20 44.86 Selecting previously unselected package libnet1:amd64. [2021-04-16T10:38:23.742Z] #20 44.87 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-04-16T10:38:23.742Z] #20 44.88 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-04-16T10:38:23.742Z] #20 44.95 Selecting previously unselected package libnl-3-200:amd64. [2021-04-16T10:38:23.742Z] #20 44.96 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-04-16T10:38:23.883Z] #20 55.50 Selecting previously unselected package sudo. [2021-04-16T10:38:23.883Z] #20 55.52 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_ppc64el.deb ... [2021-04-16T10:38:23.883Z] #20 55.53 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-04-16T10:38:23.998Z] #20 44.97 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-04-16T10:38:23.998Z] #20 45.06 Selecting previously unselected package libprotobuf-c1:amd64. [2021-04-16T10:38:23.998Z] #20 45.08 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-04-16T10:38:23.998Z] #20 45.09 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-04-16T10:38:23.998Z] #20 45.16 Selecting previously unselected package libreadline5:amd64. [2021-04-16T10:38:23.998Z] #20 45.18 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-04-16T10:38:23.998Z] #20 45.18 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-04-16T10:38:24.254Z] #20 45.30 Selecting previously unselected package net-tools. [2021-04-16T10:38:24.254Z] #20 45.31 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-04-16T10:38:24.254Z] #20 45.31 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-04-16T10:38:24.350Z] #40 ... [2021-04-16T10:38:24.350Z] [2021-04-16T10:38:24.350Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-04-16T10:38:24.350Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-16T10:38:24.350Z] #42 24.91 Fetched 8427 kB in 17s (486 kB/s) [2021-04-16T10:38:24.350Z] #42 24.91 Reading package lists... [2021-04-16T10:38:24.350Z] #42 32.10 Reading package lists... [2021-04-16T10:38:24.350Z] #42 ... [2021-04-16T10:38:24.350Z] [2021-04-16T10:38:24.350Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-04-16T10:38:24.350Z] #36 sha256:7c9164a9e09f5957dcd35b85232a0e2c2e1eefe9590c9cc61db30a2968787259 [2021-04-16T10:38:24.350Z] #36 26.92 Fetched 8427 kB in 18s (475 kB/s) [2021-04-16T10:38:24.350Z] #36 26.92 Reading package lists... [2021-04-16T10:38:24.510Z] #20 45.49 Selecting previously unselected package python-pip-whl. [2021-04-16T10:38:24.510Z] #20 45.49 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-04-16T10:38:24.510Z] #20 45.50 Unpacking python-pip-whl (18.1-5) ... [2021-04-16T10:38:24.540Z] #20 56.14 Selecting previously unselected package thin-provisioning-tools. [2021-04-16T10:38:24.540Z] #20 56.14 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_ppc64el.deb ... [2021-04-16T10:38:24.540Z] #20 56.16 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-04-16T10:38:24.540Z] #20 56.32 Selecting previously unselected package uidmap. [2021-04-16T10:38:24.540Z] #20 56.32 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_ppc64el.deb ... [2021-04-16T10:38:24.540Z] #20 56.33 Unpacking uidmap (1:4.5-1.1) ... [2021-04-16T10:38:24.840Z] #20 56.45 Selecting previously unselected package vim-runtime. [2021-04-16T10:38:24.840Z] #20 56.46 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-04-16T10:38:24.840Z] #20 56.51 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-04-16T10:38:24.840Z] #20 56.56 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-04-16T10:38:24.840Z] #20 56.57 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-04-16T10:38:24.922Z] #36 33.41 Reading package lists... [2021-04-16T10:38:24.922Z] #36 ... [2021-04-16T10:38:24.922Z] [2021-04-16T10:38:24.922Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-04-16T10:38:24.922Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-04-16T10:38:24.922Z] #55 25.46 Fetched 8427 kB in 17s (483 kB/s) [2021-04-16T10:38:24.922Z] #55 25.46 Reading package lists... [2021-04-16T10:38:24.922Z] #55 32.36 Reading package lists... [2021-04-16T10:38:24.922Z] #55 ... [2021-04-16T10:38:24.922Z] [2021-04-16T10:38:24.922Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:38:24.922Z] #45 sha256:8cefe35e1f8c9be27349f1091e79b96de2d2df0961cedb0e85bc9ccff6949da3 [2021-04-16T10:38:24.922Z] #45 29.29 vendor/golang.org/x/crypto/internal/subtle [2021-04-16T10:38:24.922Z] #45 29.38 vendor/golang.org/x/crypto/curve25519 [2021-04-16T10:38:25.072Z] #20 46.03 Selecting previously unselected package python3-lib2to3. [2021-04-16T10:38:25.072Z] #20 46.05 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-04-16T10:38:25.072Z] #20 46.05 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-04-16T10:38:25.328Z] #20 46.17 Selecting previously unselected package python3-distutils. [2021-04-16T10:38:25.328Z] #20 46.18 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-04-16T10:38:25.328Z] #20 46.18 Unpacking python3-distutils (3.7.3-1) ... [2021-04-16T10:38:25.328Z] #20 46.34 Selecting previously unselected package python3-pip. [2021-04-16T10:38:25.328Z] #20 46.36 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-04-16T10:38:25.328Z] #20 46.36 Unpacking python3-pip (18.1-5) ... [2021-04-16T10:38:25.495Z] #45 ... [2021-04-16T10:38:25.495Z] [2021-04-16T10:38:25.495Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-16T10:38:25.495Z] #49 sha256:4aa58824b34585cff1a812595c9e2395fcac20331fe23029ef97fa222d56b1ee [2021-04-16T10:38:25.495Z] #49 35.99 go: extracting golang.org/x/text v0.3.2 [2021-04-16T10:38:25.584Z] #20 46.54 Selecting previously unselected package python3-pkg-resources. [2021-04-16T10:38:25.584Z] #20 46.54 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-04-16T10:38:25.584Z] #20 46.56 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-04-16T10:38:25.584Z] #20 46.70 Selecting previously unselected package python3-setuptools. [2021-04-16T10:38:25.584Z] #20 46.70 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-04-16T10:38:25.584Z] #20 46.71 Unpacking python3-setuptools (40.8.0-1) ... [2021-04-16T10:38:25.840Z] #20 46.92 Selecting previously unselected package python3-wheel. [2021-04-16T10:38:25.840Z] #20 46.92 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-04-16T10:38:25.840Z] #20 46.93 Unpacking python3-wheel (0.32.3-2) ... [2021-04-16T10:38:26.096Z] #20 47.06 Selecting previously unselected package sudo. [2021-04-16T10:38:26.096Z] #20 47.08 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-04-16T10:38:26.096Z] #20 47.09 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-04-16T10:38:26.658Z] #20 47.54 Selecting previously unselected package thin-provisioning-tools. [2021-04-16T10:38:26.658Z] #20 47.54 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-04-16T10:38:26.658Z] #20 47.55 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-04-16T10:38:26.658Z] #20 47.75 Selecting previously unselected package uidmap. [2021-04-16T10:38:26.658Z] #20 47.76 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-04-16T10:38:26.658Z] #20 47.76 Unpacking uidmap (1:4.5-1.1) ... [2021-04-16T10:38:26.914Z] #20 47.87 Selecting previously unselected package vim-runtime. [2021-04-16T10:38:26.914Z] #20 47.88 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-04-16T10:38:26.914Z] #20 47.94 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-04-16T10:38:26.914Z] #20 47.98 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-04-16T10:38:26.914Z] #20 47.99 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-04-16T10:38:28.425Z] #20 ... [2021-04-16T10:38:28.425Z] [2021-04-16T10:38:28.425Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-04-16T10:38:28.425Z] #24 sha256:289aee260f9860d37cd5c6444ec76273229ee9b50ff2508daa522a556bf642c4 [2021-04-16T10:38:29.361Z] #24 159.7 Checking out files: 25% (2858/11217) Checking out files: 26% (2917/11217) Checking out files: 27% (3029/11217) Checking out files: 28% (3141/11217) Checking out files: 29% (3253/11217) Checking out files: 30% (3366/11217) Checking out files: 31% (3478/11217) Checking out files: 32% (3590/11217) Checking out files: 33% (3702/11217) Checking out files: 34% (3814/11217) Checking out files: 35% (3926/11217) Checking out files: 36% (4039/11217) Checking out files: 37% (4151/11217) Checking out files: 38% (4263/11217) Checking out files: 39% (4375/11217) Checking out files: 40% (4487/11217) Checking out files: 41% (4599/11217) Checking out files: 42% (4712/11217) Checking out files: 43% (4824/11217) Checking out files: 44% (4936/11217) Checking out files: 45% (5048/11217) Checking out files: 46% (5160/11217) Checking out files: 46% (5190/11217) Checking out files: 47% (5272/11217) Checking out files: 48% (5385/11217) Checking out files: 49% (5497/11217) Checking out files: 50% (5609/11217) Checking out files: 51% (5721/11217) Checking out files: 52% (5833/11217) Checking out files: 53% (5946/11217) Checking out files: 54% (6058/11217) Checking out files: 55% (6170/11217) Checking out files: 56% (6282/11217) Checking out files: 57% (6394/11217) Checking out files: 58% (6506/11217) Checking out files: 59% (6619/11217) Checking out files: 60% (6731/11217) Checking out files: 61% (6843/11217) Checking out files: 62% (6955/11217) Checking out files: 63% (7067/11217) Checking out files: 64% (7179/11217) Checking out files: 65% (7292/11217) Checking out files: 66% (7404/11217) Checking out files: 67% (7516/11217) Checking out files: 68% (7628/11217) Checking out files: 69% (7740/11217) Checking out files: 70% (7852/11217) Checking out files: 70% (7960/11217) Checking out files: 71% (7965/11217) Checking out files: 72% (8077/11217) Checking out files: 73% (8189/11217) Checking out files: 74% (8301/11217) Checking out files: 75% (8413/11217) Checking out files: 76% (8525/11217) Checking out files: 77% (8638/11217) Checking out files: 78% (8750/11217) Checking out files: 79% (8862/11217) Checking out files: 80% (8974/11217) Checking out files: 81% (9086/11217) Checking out files: 82% (9198/11217) Checking out files: 83% (9311/11217) Checking out files: 84% (9423/11217) Checking out files: 85% (9535/11217) Checking out files: 86% (9647/11217) Checking out files: 87% (9759/11217) Checking out files: 88% (9871/11217) Checking out files: 89% (9984/11217) Checking out files: 90% (10096/11217) Checking out files: 91% (10208/11217) Checking out files: 92% (10320/11217) Checking out files: 93% (10432/11217) Checking out files: 94% (10544/11217) Checking out files: 95% (10657/11217) Checking out files: 96% (10769/11217) Checking out files: 96% (10808/11217) Checking out files: 97% (10881/11217) Checking out files: 98% (10993/11217) Checking out files: 99% (11105/11217) Checking out files: 100% (11217/11217) Checking out files: 100% (11217/11217), done. [2021-04-16T10:38:29.660Z] #24 163.3 + cd /tmp/tmp.VffzXa6BkS/tmp/docker-ce [2021-04-16T10:38:29.660Z] #24 163.3 + git checkout -q v17.06.2-ce [2021-04-16T10:38:29.722Z] #49 40.27 go: finding github.com/fatih/color v1.7.0 [2021-04-16T10:38:29.722Z] #49 40.29 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-04-16T10:38:29.722Z] #49 40.35 go: finding github.com/mattn/go-colorable v0.1.4 [2021-04-16T10:38:29.722Z] #49 40.35 go: finding github.com/mattn/go-isatty v0.0.8 [2021-04-16T10:38:29.722Z] #49 40.46 go: finding github.com/go-critic/go-critic v0.4.1 [2021-04-16T10:38:29.722Z] #49 40.46 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-04-16T10:38:29.722Z] #49 40.50 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-04-16T10:38:29.722Z] #49 40.50 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-04-16T10:38:29.722Z] #49 40.50 go: finding github.com/pkg/errors v0.8.1 [2021-04-16T10:38:29.722Z] #49 40.52 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-04-16T10:38:29.722Z] #49 40.52 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-04-16T10:38:29.983Z] #49 40.58 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-04-16T10:38:29.983Z] #49 40.60 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-04-16T10:38:29.983Z] #49 40.66 go: finding github.com/sirupsen/logrus v1.4.2 [2021-04-16T10:38:29.983Z] #49 40.66 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-04-16T10:38:29.983Z] #49 40.66 go: finding github.com/stretchr/testify v1.4.0 [2021-04-16T10:38:29.983Z] #49 40.83 go: finding github.com/davecgh/go-spew v1.1.1 [2021-04-16T10:38:29.983Z] #49 40.83 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-04-16T10:38:29.983Z] #49 40.83 go: finding github.com/spf13/viper v1.6.1 [2021-04-16T10:38:29.983Z] #49 40.83 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-04-16T10:38:29.983Z] #49 40.83 go: finding github.com/stretchr/objx v0.2.0 [2021-04-16T10:38:29.983Z] #49 40.83 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-04-16T10:38:30.184Z] #20 51.19 Selecting previously unselected package vim. [2021-04-16T10:38:30.184Z] #20 51.19 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2021-04-16T10:38:30.184Z] #20 51.22 Unpacking vim (2:8.1.0875-5) ... [2021-04-16T10:38:30.245Z] #49 40.88 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-04-16T10:38:30.245Z] #49 40.88 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-04-16T10:38:30.518Z] #49 41.10 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-04-16T10:38:30.518Z] #49 41.10 go: finding github.com/spf13/cobra v0.0.5 [2021-04-16T10:38:30.518Z] #49 41.10 go: finding github.com/hashicorp/hcl v1.0.0 [2021-04-16T10:38:30.518Z] #49 41.10 go: finding github.com/spf13/pflag v1.0.5 [2021-04-16T10:38:30.518Z] #49 41.10 go: finding github.com/magiconair/properties v1.8.1 [2021-04-16T10:38:30.518Z] #49 41.10 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-04-16T10:38:30.518Z] #49 41.31 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-04-16T10:38:30.519Z] #49 41.31 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-04-16T10:38:30.519Z] #49 41.31 go: finding github.com/pelletier/go-toml v1.2.0 [2021-04-16T10:38:30.519Z] #49 41.31 go: finding github.com/gobwas/glob v0.2.3 [2021-04-16T10:38:30.519Z] #49 41.31 go: finding github.com/spf13/afero v1.1.2 [2021-04-16T10:38:30.519Z] #49 41.31 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-04-16T10:38:30.519Z] #49 41.31 go: finding github.com/spf13/cast v1.3.0 [2021-04-16T10:38:30.519Z] #49 41.38 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-04-16T10:38:30.746Z] #20 51.73 Selecting previously unselected package xfsprogs. [2021-04-16T10:38:30.746Z] #20 51.73 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2021-04-16T10:38:30.746Z] #20 51.73 Unpacking xfsprogs (4.20.0-1) ... [2021-04-16T10:38:30.780Z] #49 41.44 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-04-16T10:38:30.780Z] #49 41.44 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-04-16T10:38:30.780Z] #49 41.60 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-04-16T10:38:30.780Z] #49 41.60 go: finding github.com/subosito/gotenv v1.2.0 [2021-04-16T10:38:30.780Z] #49 41.60 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-04-16T10:38:30.780Z] #49 41.60 go: finding gopkg.in/ini.v1 v1.51.0 [2021-04-16T10:38:30.780Z] #49 41.60 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-04-16T10:38:30.780Z] #49 41.60 go: finding golang.org/x/text v0.3.2 [2021-04-16T10:38:31.309Z] #20 52.20 Selecting previously unselected package zip. [2021-04-16T10:38:31.309Z] #20 52.20 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2021-04-16T10:38:31.309Z] #20 52.22 Unpacking zip (3.0-11+b1) ... [2021-04-16T10:38:31.309Z] #20 52.40 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-04-16T10:38:31.309Z] #20 52.42 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-04-16T10:38:31.309Z] #20 52.43 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-04-16T10:38:31.309Z] #20 52.44 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-04-16T10:38:31.309Z] #20 52.45 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-04-16T10:38:31.309Z] #20 52.46 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-04-16T10:38:31.309Z] #20 52.48 Setting up uidmap (1:4.5-1.1) ... [2021-04-16T10:38:31.309Z] #20 52.49 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-04-16T10:38:31.309Z] #20 52.50 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-04-16T10:38:31.309Z] #20 52.51 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-04-16T10:38:31.352Z] #49 41.67 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-04-16T10:38:31.352Z] #49 41.81 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-04-16T10:38:31.353Z] #49 41.98 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-04-16T10:38:31.353Z] #49 41.98 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-04-16T10:38:31.353Z] #49 41.98 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-04-16T10:38:31.353Z] #49 41.98 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-04-16T10:38:31.353Z] #49 41.99 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-04-16T10:38:31.353Z] #49 42.04 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-04-16T10:38:31.353Z] #49 42.04 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-04-16T10:38:31.353Z] #49 42.04 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-04-16T10:38:31.353Z] #49 42.04 go: finding github.com/kisielk/gotool v1.0.0 [2021-04-16T10:38:31.353Z] #49 42.04 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-04-16T10:38:31.353Z] #49 42.04 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-04-16T10:38:31.353Z] #49 42.04 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-04-16T10:38:31.353Z] #49 42.15 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-04-16T10:38:31.353Z] #49 42.15 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-04-16T10:38:31.353Z] #49 42.15 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-04-16T10:38:31.353Z] #49 42.19 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-04-16T10:38:31.353Z] #49 42.19 go: finding github.com/ultraware/funlen v0.0.2 [2021-04-16T10:38:31.353Z] #49 42.19 go: finding github.com/ultraware/whitespace v0.0.4 [2021-04-16T10:38:31.565Z] #20 52.52 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-04-16T10:38:31.565Z] #20 52.53 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-04-16T10:38:31.565Z] #20 52.55 Setting up xxd (2:8.1.0875-5) ... [2021-04-16T10:38:31.565Z] #20 52.56 Setting up zip (3.0-11+b1) ... [2021-04-16T10:38:31.565Z] #20 52.57 Setting up vim-common (2:8.1.0875-5) ... [2021-04-16T10:38:31.565Z] #20 52.59 Setting up bash-completion (1:2.8-6) ... [2021-04-16T10:38:31.614Z] #49 42.22 go: finding github.com/uudashr/gocognit v1.0.1 [2021-04-16T10:38:31.614Z] #49 42.25 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-04-16T10:38:31.875Z] #49 42.35 go: finding github.com/gogo/protobuf v1.2.1 [2021-04-16T10:38:31.875Z] #49 42.52 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-04-16T10:38:31.875Z] #49 42.61 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-04-16T10:38:31.875Z] #49 42.61 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-04-16T10:38:31.875Z] #49 42.61 go: finding github.com/BurntSushi/toml v0.3.1 [2021-04-16T10:38:32.136Z] #49 42.67 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-04-16T10:38:32.442Z] #24 ... [2021-04-16T10:38:32.442Z] [2021-04-16T10:38:32.442Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:38:32.442Z] #45 sha256:361f9151b9374e8bf32e43f72eb60276634412167f47c2d39151afba75fbd393 [2021-04-16T10:38:32.442Z] #45 155.9 net/textproto [2021-04-16T10:38:32.442Z] #45 155.9 vendor/golang.org/x/net/http/httpproxy [2021-04-16T10:38:32.442Z] #45 156.0 crypto/x509 [2021-04-16T10:38:32.442Z] #45 157.6 mime/multipart [2021-04-16T10:38:32.442Z] #45 157.6 vendor/golang.org/x/net/http/httpguts [2021-04-16T10:38:32.442Z] #45 161.4 crypto/tls [2021-04-16T10:38:32.442Z] #45 ... [2021-04-16T10:38:32.442Z] [2021-04-16T10:38:32.442Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-16T10:38:32.442Z] #20 sha256:4c9d04e548c65087cec82d0a856eaa1f69a58bf085807ae56661f71481307afe [2021-04-16T10:38:32.442Z] #20 60.80 Selecting previously unselected package vim. [2021-04-16T10:38:32.442Z] #20 60.81 Preparing to unpack .../37-vim_2%3a8.1.0875-5_ppc64el.deb ... [2021-04-16T10:38:32.442Z] #20 60.84 Unpacking vim (2:8.1.0875-5) ... [2021-04-16T10:38:32.442Z] #20 61.52 Selecting previously unselected package xfsprogs. [2021-04-16T10:38:32.442Z] #20 61.53 Preparing to unpack .../38-xfsprogs_4.20.0-1_ppc64el.deb ... [2021-04-16T10:38:32.442Z] #20 61.53 Unpacking xfsprogs (4.20.0-1) ... [2021-04-16T10:38:32.442Z] #20 62.07 Selecting previously unselected package zip. [2021-04-16T10:38:32.442Z] #20 62.08 Preparing to unpack .../39-zip_3.0-11+b1_ppc64el.deb ... [2021-04-16T10:38:32.442Z] #20 62.08 Unpacking zip (3.0-11+b1) ... [2021-04-16T10:38:32.442Z] #20 62.32 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-04-16T10:38:32.442Z] #20 62.33 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-04-16T10:38:32.442Z] #20 62.34 Setting up libip6tc0:ppc64el (1.8.2-4) ... [2021-04-16T10:38:32.442Z] #20 62.34 Setting up libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2021-04-16T10:38:32.442Z] #20 62.35 Setting up libgpm2:ppc64el (1.20.7-5) ... [2021-04-16T10:38:32.442Z] #20 62.36 Setting up libip4tc0:ppc64el (1.8.2-4) ... [2021-04-16T10:38:32.442Z] #20 62.37 Setting up uidmap (1:4.5-1.1) ... [2021-04-16T10:38:32.442Z] #20 62.38 Setting up libnftnl11:ppc64el (1.1.2-2) ... [2021-04-16T10:38:32.442Z] #20 62.39 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2021-04-16T10:38:32.442Z] #20 62.41 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-04-16T10:38:32.442Z] #20 62.42 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2021-04-16T10:38:32.442Z] #20 62.42 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2021-04-16T10:38:32.442Z] #20 62.43 Setting up xxd (2:8.1.0875-5) ... [2021-04-16T10:38:32.442Z] #20 62.44 Setting up zip (3.0-11+b1) ... [2021-04-16T10:38:32.442Z] #20 62.47 Setting up vim-common (2:8.1.0875-5) ... [2021-04-16T10:38:32.442Z] #20 62.50 Setting up bash-completion (1:2.8-6) ... [2021-04-16T10:38:34.051Z] #49 ... [2021-04-16T10:38:34.051Z] [2021-04-16T10:38:34.051Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-04-16T10:38:34.051Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-04-16T10:38:34.051Z] #55 32.36 Reading package lists... [2021-04-16T10:38:34.051Z] #55 38.24 Building dependency tree... [2021-04-16T10:38:34.051Z] #55 41.60 The following additional packages will be installed: [2021-04-16T10:38:34.051Z] #55 41.60 libbtrfs0 [2021-04-16T10:38:34.051Z] #55 41.72 The following NEW packages will be installed: [2021-04-16T10:38:34.051Z] #55 41.72 libbtrfs-dev libbtrfs0 [2021-04-16T10:38:34.051Z] #55 42.14 0 upgraded, 2 newly installed, 0 to remove and 29 not upgraded. [2021-04-16T10:38:34.051Z] #55 42.14 Need to get 119 kB of archives. [2021-04-16T10:38:34.051Z] #55 42.14 After this operation, 387 kB of additional disk space will be used. [2021-04-16T10:38:34.051Z] #55 42.14 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-04-16T10:38:34.051Z] #55 42.14 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-04-16T10:38:34.051Z] #55 43.07 debconf: delaying package configuration, since apt-utils is not installed [2021-04-16T10:38:34.051Z] #55 43.27 Fetched 119 kB in 0s (450 kB/s) [2021-04-16T10:38:34.051Z] #55 43.36 Selecting previously unselected package libbtrfs0. [2021-04-16T10:38:34.051Z] #55 43.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 ... 15410 files and directories currently installed.) [2021-04-16T10:38:34.051Z] #55 43.41 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-04-16T10:38:34.051Z] #55 43.43 Unpacking libbtrfs0 (4.20.1-2) ... [2021-04-16T10:38:34.051Z] #55 43.54 Selecting previously unselected package libbtrfs-dev. [2021-04-16T10:38:34.051Z] #55 43.54 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-04-16T10:38:34.051Z] #55 43.55 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-04-16T10:38:34.051Z] #55 43.83 Setting up libbtrfs0 (4.20.1-2) ... [2021-04-16T10:38:34.051Z] #55 43.83 Setting up libbtrfs-dev (4.20.1-2) ... [2021-04-16T10:38:34.051Z] #55 43.84 Processing triggers for libc-bin (2.28-10) ... [2021-04-16T10:38:34.051Z] #55 DONE 44.3s [2021-04-16T10:38:34.051Z] [2021-04-16T10:38:34.052Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-16T10:38:34.052Z] #56 sha256:73a9954cb854da8887442757a1716cf70f8bd915e3c2639a6654d0f7700481f6 [2021-04-16T10:38:34.125Z] #20 55.08 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-04-16T10:38:34.125Z] #20 55.09 Setting up xz-utils (5.2.4-1) ... [2021-04-16T10:38:34.125Z] #20 55.11 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-04-16T10:38:34.125Z] #20 55.12 Setting up sudo (1.8.27-1+deb10u3) ... [2021-04-16T10:38:34.125Z] #20 55.22 invoke-rc.d: could not determine current runlevel [2021-04-16T10:38:34.125Z] #20 55.24 invoke-rc.d: policy-rc.d denied execution of start. [2021-04-16T10:38:34.125Z] #20 55.25 Setting up pigz (2.4-1) ... [2021-04-16T10:38:34.125Z] #20 55.26 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-04-16T10:38:34.125Z] #20 55.27 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-04-16T10:38:34.125Z] #20 55.29 Setting up python-pip-whl (18.1-5) ... [2021-04-16T10:38:34.382Z] #20 55.30 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-04-16T10:38:34.382Z] #20 55.31 Setting up vim-runtime (2:8.1.0875-5) ... [2021-04-16T10:38:34.638Z] #20 55.78 Setting up libaio1:amd64 (0.3.112-3) ... [2021-04-16T10:38:34.638Z] #20 55.79 Setting up libonig5:amd64 (6.9.1-1) ... [2021-04-16T10:38:34.638Z] #20 55.80 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-04-16T10:38:34.638Z] #20 55.83 Setting up vim (2:8.1.0875-5) ... [2021-04-16T10:38:34.894Z] #20 55.84 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-04-16T10:38:34.894Z] #20 55.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-04-16T10:38:34.894Z] #20 55.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-04-16T10:38:34.894Z] #20 55.86 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-04-16T10:38:34.894Z] #20 55.87 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-04-16T10:38:34.894Z] #20 55.87 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-04-16T10:38:34.894Z] #20 55.89 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-04-16T10:38:34.894Z] #20 55.91 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-04-16T10:38:34.894Z] #20 55.92 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-04-16T10:38:34.894Z] #20 55.94 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-04-16T10:38:34.894Z] #20 55.95 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-04-16T10:38:34.894Z] #20 55.96 Setting up jq (1.5+dfsg-2+b1) ... [2021-04-16T10:38:34.894Z] #20 55.97 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-04-16T10:38:34.894Z] #20 55.98 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-04-16T10:38:34.908Z] ok github.com/docker/docker/cmd/dockerd 0.064s coverage: 29.1% of statements [2021-04-16T10:38:34.908Z] ok github.com/docker/docker/container 0.110s coverage: 34.7% of statements [2021-04-16T10:38:34.908Z] ? github.com/docker/docker/container/stream [no test files] [2021-04-16T10:38:34.908Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-04-16T10:38:34.908Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-04-16T10:38:34.908Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-04-16T10:38:35.237Z] #20 66.85 Setting up libiptc0:ppc64el (1.8.2-4) ... [2021-04-16T10:38:35.237Z] #20 66.85 Setting up xz-utils (5.2.4-1) ... [2021-04-16T10:38:35.237Z] #20 66.86 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-04-16T10:38:35.237Z] #20 66.87 Setting up sudo (1.8.27-1+deb10u3) ... [2021-04-16T10:38:35.237Z] #20 ... [2021-04-16T10:38:35.237Z] [2021-04-16T10:38:35.237Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:38:35.237Z] #45 sha256:361f9151b9374e8bf32e43f72eb60276634412167f47c2d39151afba75fbd393 [2021-04-16T10:38:35.237Z] #45 168.9 net/http/httptrace [2021-04-16T10:38:35.536Z] #45 ... [2021-04-16T10:38:35.536Z] [2021-04-16T10:38:35.536Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:38:35.536Z] #43 sha256:18971e2e33c6fe61fe2c3fccfe7f030f63f1953e93d060584dabe4c8520753d2 [2021-04-16T10:38:35.536Z] #43 106.6 CC criu/clone-noasan.o [2021-04-16T10:38:35.536Z] #43 106.9 CC criu/config.o [2021-04-16T10:38:35.536Z] #43 110.2 CC criu/cr-check.o [2021-04-16T10:38:35.536Z] #43 113.2 CC criu/cr-dedup.o [2021-04-16T10:38:35.536Z] #43 113.8 CC criu/cr-dump.o [2021-04-16T10:38:35.536Z] #43 ... [2021-04-16T10:38:35.536Z] [2021-04-16T10:38:35.536Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-16T10:38:35.536Z] #20 sha256:4c9d04e548c65087cec82d0a856eaa1f69a58bf085807ae56661f71481307afe [2021-04-16T10:38:35.536Z] #20 66.95 invoke-rc.d: could not determine current runlevel [2021-04-16T10:38:35.536Z] #20 66.98 invoke-rc.d: policy-rc.d denied execution of start. [2021-04-16T10:38:35.536Z] #20 66.99 Setting up pigz (2.4-1) ... [2021-04-16T10:38:35.536Z] #20 66.99 Setting up libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2021-04-16T10:38:35.536Z] #20 67.00 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2021-04-16T10:38:35.536Z] #20 67.02 Setting up python-pip-whl (18.1-5) ... [2021-04-16T10:38:35.536Z] #20 67.02 Setting up libmpdec2:ppc64el (2.4.2-2) ... [2021-04-16T10:38:35.536Z] #20 67.03 Setting up vim-runtime (2:8.1.0875-5) ... [2021-04-16T10:38:35.835Z] #20 67.62 Setting up libaio1:ppc64el (0.3.112-3) ... [2021-04-16T10:38:35.835Z] #20 67.62 Setting up libonig5:ppc64el (6.9.1-1) ... [2021-04-16T10:38:35.835Z] #20 67.63 Setting up libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u3) ... [2021-04-16T10:38:35.835Z] #20 67.65 Setting up vim (2:8.1.0875-5) ... [2021-04-16T10:38:35.835Z] #20 67.66 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-04-16T10:38:35.835Z] #20 67.67 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-04-16T10:38:35.835Z] #20 67.69 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-04-16T10:38:35.835Z] #20 67.69 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-04-16T10:38:35.835Z] #20 67.70 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-04-16T10:38:35.835Z] #20 67.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-04-16T10:38:36.134Z] #20 67.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-04-16T10:38:36.134Z] #20 67.76 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-04-16T10:38:36.134Z] #20 67.79 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2021-04-16T10:38:36.134Z] #20 67.81 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-04-16T10:38:36.134Z] #20 67.82 Setting up libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2021-04-16T10:38:36.134Z] #20 67.83 Setting up jq (1.5+dfsg-2+b1) ... [2021-04-16T10:38:36.134Z] #20 67.85 Setting up libpython3-stdlib:ppc64el (3.7.3-1) ... [2021-04-16T10:38:36.134Z] #20 67.86 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-04-16T10:38:36.604Z] #56 ... [2021-04-16T10:38:36.604Z] [2021-04-16T10:38:36.604Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-16T10:38:36.604Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-16T10:38:36.604Z] #13 26.71 Reading package lists... [2021-04-16T10:38:36.604Z] #13 33.26 Reading package lists... [2021-04-16T10:38:36.604Z] #13 39.81 Building dependency tree... [2021-04-16T10:38:36.604Z] #13 43.02 The following additional packages will be installed: [2021-04-16T10:38:36.604Z] #13 43.02 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-04-16T10:38:36.604Z] #13 43.02 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-04-16T10:38:36.604Z] #13 43.02 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-04-16T10:38:36.604Z] #13 43.02 libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1 [2021-04-16T10:38:36.604Z] #13 43.02 mingw-w64-common mingw-w64-x86-64-dev [2021-04-16T10:38:36.604Z] #13 43.05 Suggested packages: [2021-04-16T10:38:36.604Z] #13 43.05 gcc-8-locales seccomp wine64 [2021-04-16T10:38:36.604Z] #13 ... [2021-04-16T10:38:36.604Z] [2021-04-16T10:38:36.604Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-04-16T10:38:36.604Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-04-16T10:38:36.604Z] #32 46.73 Checking out files: 92% (1403/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2021-04-16T10:38:36.604Z] #32 46.95 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-04-16T10:38:36.866Z] #32 47.33 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-04-16T10:38:37.128Z] #32 ... [2021-04-16T10:38:37.128Z] [2021-04-16T10:38:37.128Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-04-16T10:38:37.128Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-16T10:38:37.128Z] #42 32.10 Reading package lists... [2021-04-16T10:38:37.128Z] #42 38.07 Building dependency tree... [2021-04-16T10:38:37.128Z] #42 41.44 The following additional packages will be installed: [2021-04-16T10:38:37.128Z] #42 41.44 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-04-16T10:38:37.128Z] #42 41.44 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-04-16T10:38:37.128Z] #42 41.44 Suggested packages: [2021-04-16T10:38:37.128Z] #42 41.44 manpages-dev python-setuptools [2021-04-16T10:38:37.128Z] #42 42.66 The following NEW packages will be installed: [2021-04-16T10:38:37.128Z] #42 42.66 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-04-16T10:38:37.128Z] #42 42.66 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-04-16T10:38:37.128Z] #42 42.66 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-04-16T10:38:37.128Z] #42 42.66 python-six zlib1g-dev [2021-04-16T10:38:37.128Z] #42 43.27 0 upgraded, 17 newly installed, 0 to remove and 29 not upgraded. [2021-04-16T10:38:37.128Z] #42 43.27 Need to get 4095 kB of archives. [2021-04-16T10:38:37.128Z] #42 43.27 After this operation, 22.5 MB of additional disk space will be used. [2021-04-16T10:38:37.128Z] #42 43.27 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2021-04-16T10:38:37.128Z] #42 43.27 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-04-16T10:38:37.128Z] #42 43.27 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2021-04-16T10:38:37.128Z] #42 43.27 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-04-16T10:38:37.128Z] #42 43.27 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2021-04-16T10:38:37.128Z] #42 43.27 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-04-16T10:38:37.128Z] #42 43.30 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2021-04-16T10:38:37.128Z] #42 43.30 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2021-04-16T10:38:37.128Z] #42 43.32 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-04-16T10:38:37.128Z] #42 43.41 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2021-04-16T10:38:37.128Z] #42 43.41 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2021-04-16T10:38:37.128Z] #42 43.52 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2021-04-16T10:38:37.128Z] #42 43.57 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] [2021-04-16T10:38:37.128Z] #42 43.58 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2021-04-16T10:38:37.128Z] #42 43.59 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-04-16T10:38:37.128Z] #42 43.60 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2021-04-16T10:38:37.128Z] #42 43.62 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2021-04-16T10:38:37.128Z] #42 44.85 debconf: delaying package configuration, since apt-utils is not installed [2021-04-16T10:38:37.128Z] #42 45.15 Fetched 4095 kB in 1s (4664 kB/s) [2021-04-16T10:38:37.128Z] #42 45.26 Selecting previously unselected package libcap-dev:amd64. [2021-04-16T10:38:37.128Z] #42 45.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.) [2021-04-16T10:38:37.128Z] #42 45.31 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2021-04-16T10:38:37.128Z] #42 45.41 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2021-04-16T10:38:37.128Z] #42 45.54 Selecting previously unselected package libnet1:amd64. [2021-04-16T10:38:37.128Z] #42 45.54 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-04-16T10:38:37.128Z] #42 45.56 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-04-16T10:38:37.128Z] #42 45.68 Selecting previously unselected package libnet1-dev. [2021-04-16T10:38:37.128Z] #42 45.68 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2021-04-16T10:38:37.128Z] #42 45.68 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-04-16T10:38:37.128Z] #42 45.87 Selecting previously unselected package libnl-3-200:amd64. [2021-04-16T10:38:37.128Z] #42 45.87 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2021-04-16T10:38:37.128Z] #42 45.89 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-04-16T10:38:37.128Z] #42 46.02 Selecting previously unselected package libnl-3-dev:amd64. [2021-04-16T10:38:37.128Z] #42 46.02 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2021-04-16T10:38:37.128Z] #42 46.06 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2021-04-16T10:38:37.128Z] #42 46.27 Selecting previously unselected package libprotobuf-c1:amd64. [2021-04-16T10:38:37.128Z] #42 46.27 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-04-16T10:38:37.128Z] #42 46.27 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-04-16T10:38:37.128Z] #42 46.46 Selecting previously unselected package libprotobuf-c-dev:amd64. [2021-04-16T10:38:37.128Z] #42 46.46 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2021-04-16T10:38:37.128Z] #42 46.47 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-04-16T10:38:37.128Z] #42 46.56 Selecting previously unselected package zlib1g-dev:amd64. [2021-04-16T10:38:37.128Z] #42 46.56 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2021-04-16T10:38:37.128Z] #42 46.58 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-04-16T10:38:37.128Z] #42 46.83 Selecting previously unselected package libprotobuf17:amd64. [2021-04-16T10:38:37.128Z] #42 46.84 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-04-16T10:38:37.128Z] #42 46.84 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-04-16T10:38:37.128Z] #42 47.61 Selecting previously unselected package libprotobuf-lite17:amd64. [2021-04-16T10:38:37.128Z] #42 47.62 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2021-04-16T10:38:37.128Z] #42 47.62 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-04-16T10:38:37.128Z] #42 47.83 Selecting previously unselected package libprotobuf-dev:amd64. [2021-04-16T10:38:37.128Z] #42 47.85 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2021-04-16T10:38:37.128Z] #42 47.87 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-04-16T10:38:37.128Z] #42 ... [2021-04-16T10:38:37.128Z] [2021-04-16T10:38:37.128Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-16T10:38:37.128Z] #56 sha256:73a9954cb854da8887442757a1716cf70f8bd915e3c2639a6654d0f7700481f6 [2021-04-16T10:38:37.128Z] #56 3.579 + RM_GOPATH=0 [2021-04-16T10:38:37.128Z] #56 3.579 + TMP_GOPATH= [2021-04-16T10:38:37.128Z] #56 3.579 + : /build [2021-04-16T10:38:37.128Z] #56 3.579 + '[' -z '' ']' [2021-04-16T10:38:37.128Z] #56 3.579 ++ mktemp -d [2021-04-16T10:38:37.128Z] #56 3.588 + GOPATH=/tmp/tmp.0W2fIlq0OZ [2021-04-16T10:38:37.128Z] #56 3.588 + export GOPATH [2021-04-16T10:38:37.128Z] #56 3.588 + RM_GOPATH=1 [2021-04-16T10:38:37.128Z] #56 3.588 + case "$(go env GOARCH)" in [2021-04-16T10:38:37.128Z] #56 3.588 ++ go env GOARCH [2021-04-16T10:38:37.128Z] #56 3.625 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:38:37.128Z] #56 3.625 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:38:37.128Z] #56 3.626 ++ dirname /tmp/install/install.sh [2021-04-16T10:38:37.128Z] #56 3.629 + dir=/tmp/install [2021-04-16T10:38:37.128Z] #56 3.630 + bin=containerd [2021-04-16T10:38:37.128Z] #56 3.630 + shift [2021-04-16T10:38:37.128Z] #56 3.633 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-04-16T10:38:37.128Z] #56 3.637 + . /tmp/install/containerd.installer [2021-04-16T10:38:37.128Z] #56 3.638 + install_containerd [2021-04-16T10:38:37.128Z] #56 3.638 + set -e [2021-04-16T10:38:37.128Z] #56 3.639 + : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-16T10:38:37.128Z] #56 3.639 + : /build [2021-04-16T10:38:37.128Z] #56 3.639 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e' [2021-04-16T10:38:37.128Z] #56 3.640 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-16T10:38:37.128Z] #56 3.640 + git clone https://github.com/containerd/containerd.git /tmp/tmp.0W2fIlq0OZ/src/github.com/containerd/containerd [2021-04-16T10:38:37.128Z] #56 3.642 Cloning into '/tmp/tmp.0W2fIlq0OZ/src/github.com/containerd/containerd'... [2021-04-16T10:38:38.162Z] #20 58.85 Setting up iptables (1.8.2-4) ... [2021-04-16T10:38:38.163Z] #20 58.88 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-04-16T10:38:38.163Z] #20 58.89 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-04-16T10:38:38.163Z] #20 58.89 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-04-16T10:38:38.163Z] #20 58.90 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-04-16T10:38:38.163Z] #20 58.90 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-04-16T10:38:38.163Z] #20 58.91 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-04-16T10:38:38.163Z] #20 58.92 Setting up python3 (3.7.3-1) ... [2021-04-16T10:38:38.163Z] #20 ... [2021-04-16T10:38:38.163Z] [2021-04-16T10:38:38.163Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:38:38.163Z] #43 sha256:634da649664dd1653459ec5ff55fe2816455cb64254406f6f3ff10f2bc6f3259 [2021-04-16T10:38:38.163Z] #43 109.6 CC criu/cr-service.o [2021-04-16T10:38:38.163Z] #43 111.4 CC criu/crtools.o [2021-04-16T10:38:38.163Z] #43 111.8 CC criu/eventfd.o [2021-04-16T10:38:38.163Z] #43 112.2 CC criu/eventpoll.o [2021-04-16T10:38:38.163Z] #43 113.1 CC criu/external.o [2021-04-16T10:38:38.163Z] #43 113.4 CC criu/fault-injection.o [2021-04-16T10:38:38.163Z] #43 113.5 CC criu/fdstore.o [2021-04-16T10:38:38.163Z] #43 113.9 CC criu/fifo.o [2021-04-16T10:38:38.163Z] #43 114.3 CC criu/file-ids.o [2021-04-16T10:38:38.163Z] #43 114.7 CC criu/file-lock.o [2021-04-16T10:38:38.163Z] #43 115.7 CC criu/files-ext.o [2021-04-16T10:38:38.163Z] #43 116.0 CC criu/files-reg.o [2021-04-16T10:38:38.163Z] #43 118.3 CC criu/files.o [2021-04-16T10:38:38.419Z] #43 ... [2021-04-16T10:38:38.419Z] [2021-04-16T10:38:38.419Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-16T10:38:38.419Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-16T10:38:38.419Z] #20 59.35 Setting up python3-wheel (0.32.3-2) ... [2021-04-16T10:38:38.517Z] #56 ... [2021-04-16T10:38:38.517Z] [2021-04-16T10:38:38.517Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:38:38.517Z] #45 sha256:8cefe35e1f8c9be27349f1091e79b96de2d2df0961cedb0e85bc9ccff6949da3 [2021-04-16T10:38:38.517Z] #45 38.96 sync [2021-04-16T10:38:38.517Z] #45 38.96 internal/reflectlite [2021-04-16T10:38:38.517Z] #45 40.41 github.com/LK4D4/vndr/godl/singleflight [2021-04-16T10:38:38.517Z] #45 40.83 math/rand [2021-04-16T10:38:38.517Z] #45 41.81 internal/singleflight [2021-04-16T10:38:38.517Z] #45 42.21 errors [2021-04-16T10:38:38.517Z] #45 42.21 sort [2021-04-16T10:38:38.517Z] #45 42.61 io [2021-04-16T10:38:38.517Z] #45 43.32 strconv [2021-04-16T10:38:38.517Z] #45 43.85 bytes [2021-04-16T10:38:38.517Z] #45 45.98 bufio [2021-04-16T10:38:38.517Z] #45 46.62 reflect [2021-04-16T10:38:38.517Z] #45 47.57 internal/oserror [2021-04-16T10:38:38.517Z] #45 47.66 syscall [2021-04-16T10:38:38.517Z] #45 ... [2021-04-16T10:38:38.517Z] [2021-04-16T10:38:38.517Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-04-16T10:38:38.517Z] #36 sha256:7c9164a9e09f5957dcd35b85232a0e2c2e1eefe9590c9cc61db30a2968787259 [2021-04-16T10:38:38.517Z] #36 33.41 Reading package lists... [2021-04-16T10:38:38.517Z] #36 39.44 Building dependency tree... [2021-04-16T10:38:38.517Z] #36 42.61 The following additional packages will be installed: [2021-04-16T10:38:38.517Z] #36 42.64 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-04-16T10:38:38.517Z] #36 42.64 Suggested packages: [2021-04-16T10:38:38.517Z] #36 42.64 cmake-doc ninja-build lrzip [2021-04-16T10:38:38.517Z] #36 42.64 Recommended packages: [2021-04-16T10:38:38.517Z] #36 42.64 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-04-16T10:38:38.517Z] #36 43.57 The following NEW packages will be installed: [2021-04-16T10:38:38.517Z] #36 43.57 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-04-16T10:38:38.517Z] #36 43.57 vim-common xxd [2021-04-16T10:38:38.517Z] #36 43.95 0 upgraded, 10 newly installed, 0 to remove and 29 not upgraded. [2021-04-16T10:38:38.517Z] #36 43.95 Need to get 14.9 MB of archives. [2021-04-16T10:38:38.517Z] #36 43.95 After this operation, 61.8 MB of additional disk space will be used. [2021-04-16T10:38:38.517Z] #36 43.95 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-04-16T10:38:38.517Z] #36 43.97 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-04-16T10:38:38.517Z] #36 43.97 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-04-16T10:38:38.517Z] #36 44.12 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-04-16T10:38:38.517Z] #36 45.00 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2021-04-16T10:38:38.517Z] #36 45.02 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-04-16T10:38:38.517Z] #36 45.05 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-04-16T10:38:38.517Z] #36 45.06 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-04-16T10:38:38.517Z] #36 45.07 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-04-16T10:38:38.517Z] #36 45.09 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-04-16T10:38:38.517Z] #36 46.47 debconf: delaying package configuration, since apt-utils is not installed [2021-04-16T10:38:38.517Z] #36 46.69 Fetched 14.9 MB in 2s (8806 kB/s) [2021-04-16T10:38:38.517Z] #36 46.79 Selecting previously unselected package xxd. [2021-04-16T10:38:38.517Z] #36 46.79 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-04-16T10:38:38.517Z] #36 46.87 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-04-16T10:38:38.517Z] #36 46.87 Unpacking xxd (2:8.1.0875-5) ... [2021-04-16T10:38:38.517Z] #36 47.06 Selecting previously unselected package vim-common. [2021-04-16T10:38:38.517Z] #36 47.06 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-04-16T10:38:38.517Z] #36 47.14 Unpacking vim-common (2:8.1.0875-5) ... [2021-04-16T10:38:38.517Z] #36 47.42 Selecting previously unselected package cmake-data. [2021-04-16T10:38:38.517Z] #36 47.42 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-04-16T10:38:38.517Z] #36 47.43 Unpacking cmake-data (3.13.4-1) ... [2021-04-16T10:38:38.778Z] #36 ... [2021-04-16T10:38:38.778Z] [2021-04-16T10:38:38.778Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-16T10:38:38.778Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-16T10:38:38.778Z] #13 44.35 The following NEW packages will be installed: [2021-04-16T10:38:38.778Z] #13 44.37 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-04-16T10:38:38.778Z] #13 44.37 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-04-16T10:38:38.778Z] #13 44.37 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-04-16T10:38:38.778Z] #13 44.37 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-04-16T10:38:38.778Z] #13 44.38 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-04-16T10:38:38.778Z] #13 44.39 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-04-16T10:38:38.778Z] #13 44.40 The following packages will be upgraded: [2021-04-16T10:38:38.778Z] #13 44.41 libseccomp2 libsystemd0 libudev1 [2021-04-16T10:38:38.778Z] #13 44.85 3 upgraded, 25 newly installed, 0 to remove and 27 not upgraded. [2021-04-16T10:38:38.778Z] #13 44.85 Need to get 78.2 MB of archives. [2021-04-16T10:38:38.778Z] #13 44.85 After this operation, 487 MB of additional disk space will be used. [2021-04-16T10:38:38.778Z] #13 44.85 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB] [2021-04-16T10:38:38.778Z] #13 44.85 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB] [2021-04-16T10:38:38.778Z] #13 44.86 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u7 [332 kB] [2021-04-16T10:38:38.778Z] #13 44.87 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u7 [151 kB] [2021-04-16T10:38:38.778Z] #13 44.89 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2021-04-16T10:38:38.778Z] #13 45.03 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2021-04-16T10:38:38.778Z] #13 45.28 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-04-16T10:38:39.039Z] #13 45.29 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-04-16T10:38:39.039Z] #13 45.31 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-04-16T10:38:39.039Z] #13 45.33 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-04-16T10:38:39.301Z] #13 45.78 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-04-16T10:38:39.347Z] #20 60.24 Setting up apparmor (2.13.2-10) ... [2021-04-16T10:38:39.357Z] ok github.com/docker/docker/daemon/cluster 0.064s coverage: 0.5% of statements [2021-04-16T10:38:39.562Z] #13 46.05 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2021-04-16T10:38:39.562Z] #13 46.06 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB] [2021-04-16T10:38:39.713Z] #20 71.26 Setting up iptables (1.8.2-4) ... [2021-04-16T10:38:39.713Z] #20 71.28 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-04-16T10:38:39.713Z] #20 71.29 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-04-16T10:38:39.713Z] #20 71.30 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-04-16T10:38:39.713Z] #20 71.31 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-04-16T10:38:39.713Z] #20 71.32 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-04-16T10:38:39.713Z] #20 71.33 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-04-16T10:38:39.713Z] #20 71.33 Setting up python3 (3.7.3-1) ... [2021-04-16T10:38:40.361Z] #20 71.92 Setting up python3-wheel (0.32.3-2) ... [2021-04-16T10:38:40.859Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.007s coverage: 65.3% of statements [2021-04-16T10:38:41.237Z] #20 62.08 Setting up xfsprogs (4.20.0-1) ... [2021-04-16T10:38:41.237Z] #20 62.11 Setting up python3-lib2to3 (3.7.3-1) ... [2021-04-16T10:38:41.421Z] #20 72.99 Setting up apparmor (2.13.2-10) ... [2021-04-16T10:38:41.493Z] #20 62.55 Setting up python3-pkg-resources (40.8.0-1) ... [2021-04-16T10:38:41.887Z] ok github.com/docker/docker/daemon/cluster/convert 0.006s coverage: 35.9% of statements [2021-04-16T10:38:42.677Z] #20 63.53 Setting up python3-distutils (3.7.3-1) ... [2021-04-16T10:38:42.933Z] #20 64.08 Setting up python3-setuptools (40.8.0-1) ... [2021-04-16T10:38:43.547Z] #20 75.09 Setting up xfsprogs (4.20.0-1) ... [2021-04-16T10:38:43.547Z] #20 75.11 Setting up python3-lib2to3 (3.7.3-1) ... [2021-04-16T10:38:43.547Z] #20 ... [2021-04-16T10:38:43.547Z] [2021-04-16T10:38:43.547Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-04-16T10:38:43.547Z] #24 sha256:289aee260f9860d37cd5c6444ec76273229ee9b50ff2508daa522a556bf642c4 [2021-04-16T10:38:43.547Z] #24 167.1 + mkdir -p /tmp/tmp.VffzXa6BkS/src/github.com/docker [2021-04-16T10:38:43.547Z] #24 167.2 + mv components/cli /tmp/tmp.VffzXa6BkS/src/github.com/docker/cli [2021-04-16T10:38:43.547Z] #24 167.2 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2021-04-16T10:38:43.787Z] #13 49.60 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB] [2021-04-16T10:38:43.862Z] #20 ... [2021-04-16T10:38:43.862Z] [2021-04-16T10:38:43.862Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-04-16T10:38:43.862Z] #40 sha256:7b2fe3946947f3b0859e850ff08d21da2ec2d73d27b4150d703bd44d27949913 [2021-04-16T10:38:43.862Z] #24 ... [2021-04-16T10:38:43.862Z] [2021-04-16T10:38:43.862Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:38:43.862Z] #43 sha256:18971e2e33c6fe61fe2c3fccfe7f030f63f1953e93d060584dabe4c8520753d2 [2021-04-16T10:38:43.862Z] #43 117.2 CC criu/cr-errno.o [2021-04-16T10:38:43.862Z] #43 117.3 CC criu/cr-restore.o [2021-04-16T10:38:43.862Z] #43 125.1 CC criu/cr-service.o [2021-04-16T10:38:44.160Z] #43 ... [2021-04-16T10:38:44.160Z] [2021-04-16T10:38:44.160Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-16T10:38:44.160Z] #20 sha256:4c9d04e548c65087cec82d0a856eaa1f69a58bf085807ae56661f71481307afe [2021-04-16T10:38:44.160Z] #20 75.78 Setting up python3-pkg-resources (40.8.0-1) ... [2021-04-16T10:38:44.160Z] #40 188.3 + dpkg --print-architecture [2021-04-16T10:38:44.160Z] #40 188.3 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-04-16T10:38:44.730Z] #13 ... [2021-04-16T10:38:44.730Z] [2021-04-16T10:38:44.730Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-04-16T10:38:44.730Z] #47 sha256:291c9eeb001576eadf7e351e21c460d49c42df6129b2bde8b37efd60824455dc [2021-04-16T10:38:44.730Z] #47 DONE 55.3s [2021-04-16T10:38:44.730Z] [2021-04-16T10:38:44.731Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-04-16T10:38:44.731Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-16T10:38:44.731Z] #42 49.20 Selecting previously unselected package libprotoc17:amd64. [2021-04-16T10:38:44.731Z] #42 49.20 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2021-04-16T10:38:44.731Z] #42 49.20 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2021-04-16T10:38:44.731Z] #42 49.78 Selecting previously unselected package protobuf-c-compiler. [2021-04-16T10:38:44.731Z] #42 49.78 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2021-04-16T10:38:44.731Z] #42 49.79 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-04-16T10:38:44.731Z] #42 49.94 Selecting previously unselected package protobuf-compiler. [2021-04-16T10:38:44.731Z] #42 49.94 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2021-04-16T10:38:44.731Z] #42 49.94 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-04-16T10:38:44.731Z] #42 50.12 Selecting previously unselected package python-pkg-resources. [2021-04-16T10:38:44.731Z] #42 50.12 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-04-16T10:38:44.731Z] #42 50.13 Unpacking python-pkg-resources (40.8.0-1) ... [2021-04-16T10:38:44.731Z] #42 50.41 Selecting previously unselected package python-six. [2021-04-16T10:38:44.731Z] #42 50.41 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-04-16T10:38:44.731Z] #42 50.42 Unpacking python-six (1.12.0-1) ... [2021-04-16T10:38:44.731Z] #42 50.54 Selecting previously unselected package python-protobuf. [2021-04-16T10:38:44.731Z] #42 50.54 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2021-04-16T10:38:44.731Z] #42 50.55 Unpacking python-protobuf (3.6.1.3-2) ... [2021-04-16T10:38:44.731Z] #42 51.17 Setting up python-pkg-resources (40.8.0-1) ... [2021-04-16T10:38:44.731Z] #42 55.24 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-04-16T10:38:44.731Z] #42 55.28 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-04-16T10:38:44.731Z] #42 55.28 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-04-16T10:38:44.731Z] #42 55.32 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-04-16T10:38:44.731Z] #42 55.32 Setting up python-six (1.12.0-1) ... [2021-04-16T10:38:45.088Z] #40 189.1 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-04-16T10:38:45.088Z] #40 189.1 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-04-16T10:38:45.217Z] #20 76.88 Setting up python3-distutils (3.7.3-1) ... [2021-04-16T10:38:45.302Z] #42 ... [2021-04-16T10:38:45.302Z] [2021-04-16T10:38:45.302Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-16T10:38:45.302Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-16T10:38:45.302Z] #13 51.85 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-04-16T10:38:45.302Z] #13 51.85 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-04-16T10:38:45.302Z] #13 51.85 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-04-16T10:38:45.302Z] #13 51.85 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-04-16T10:38:45.302Z] #13 51.86 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2021-04-16T10:38:45.302Z] #13 51.86 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB] [2021-04-16T10:38:45.302Z] #13 51.89 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-04-16T10:38:45.517Z] #20 ... [2021-04-16T10:38:45.517Z] [2021-04-16T10:38:45.517Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:38:45.517Z] #45 sha256:361f9151b9374e8bf32e43f72eb60276634412167f47c2d39151afba75fbd393 [2021-04-16T10:38:45.517Z] #45 169.2 net/http [2021-04-16T10:38:45.562Z] #13 51.90 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-04-16T10:38:45.562Z] #13 51.95 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-04-16T10:38:45.562Z] #13 51.99 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-04-16T10:38:45.817Z] #45 ... [2021-04-16T10:38:45.817Z] [2021-04-16T10:38:45.817Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-16T10:38:45.817Z] #20 sha256:4c9d04e548c65087cec82d0a856eaa1f69a58bf085807ae56661f71481307afe [2021-04-16T10:38:45.817Z] #20 77.51 Setting up python3-setuptools (40.8.0-1) ... [2021-04-16T10:38:45.823Z] #13 52.23 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-04-16T10:38:45.823Z] #13 52.23 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-04-16T10:38:45.823Z] #13 52.23 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-04-16T10:38:45.823Z] #13 52.23 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB] [2021-04-16T10:38:46.456Z] #40 ... [2021-04-16T10:38:46.456Z] [2021-04-16T10:38:46.456Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-16T10:38:46.456Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-16T10:38:46.456Z] #20 65.37 Setting up python3-pip (18.1-5) ... [2021-04-16T10:38:46.457Z] #20 66.45 Processing triggers for libc-bin (2.28-10) ... [2021-04-16T10:38:46.457Z] #20 66.50 Processing triggers for mime-support (3.62) ... [2021-04-16T10:38:46.457Z] #20 DONE 67.4s [2021-04-16T10:38:46.713Z] [2021-04-16T10:38:46.713Z] #21 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-04-16T10:38:46.713Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b [2021-04-16T10:38:46.766Z] #13 53.19 debconf: delaying package configuration, since apt-utils is not installed [2021-04-16T10:38:47.028Z] #13 53.40 Fetched 78.2 MB in 8s (10.4 MB/s) [2021-04-16T10:38:47.289Z] #13 53.50 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-04-16T10:38:47.289Z] #13 53.59 Preparing to unpack .../libsystemd0_241-7~deb10u7_amd64.deb ... [2021-04-16T10:38:47.289Z] #13 53.64 Unpacking libsystemd0:amd64 (241-7~deb10u7) over (241-7~deb10u4) ... [2021-04-16T10:38:47.365Z] #20 79.05 Setting up python3-pip (18.1-5) ... [2021-04-16T10:38:47.550Z] #13 54.02 Setting up libsystemd0:amd64 (241-7~deb10u7) ... [2021-04-16T10:38:47.642Z] #21 1.092 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-04-16T10:38:47.642Z] #21 1.095 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-04-16T10:38:47.642Z] #21 1.099 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-04-16T10:38:47.642Z] #21 DONE 1.2s [2021-04-16T10:38:47.642Z] [2021-04-16T10:38:47.642Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:38:47.642Z] #43 sha256:634da649664dd1653459ec5ff55fe2816455cb64254406f6f3ff10f2bc6f3259 [2021-04-16T10:38:47.642Z] #43 120.3 CC criu/filesystems.o [2021-04-16T10:38:47.642Z] #43 121.0 CC criu/fsnotify.o [2021-04-16T10:38:47.642Z] #43 122.1 CC criu/image-desc.o [2021-04-16T10:38:47.642Z] #43 122.3 CC criu/image.o [2021-04-16T10:38:47.642Z] #43 123.3 CC criu/ipc_ns.o [2021-04-16T10:38:47.642Z] #43 124.3 CC criu/irmap.o [2021-04-16T10:38:47.642Z] #43 125.0 CC criu/kcmp-ids.o [2021-04-16T10:38:47.642Z] #43 125.4 CC criu/kerndat.o [2021-04-16T10:38:47.642Z] #43 126.5 CC criu/libnetlink.o [2021-04-16T10:38:47.642Z] #43 126.9 CC criu/log.o [2021-04-16T10:38:47.642Z] #43 127.5 CC criu/lsm.o [2021-04-16T10:38:47.642Z] #43 127.9 CC criu/mem.o [2021-04-16T10:38:47.642Z] #43 ... [2021-04-16T10:38:47.642Z] [2021-04-16T10:38:47.642Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-04-16T10:38:47.642Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4 [2021-04-16T10:38:47.811Z] #13 54.16 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-04-16T10:38:47.811Z] #13 54.25 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ... [2021-04-16T10:38:47.811Z] #13 54.29 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ... [2021-04-16T10:38:48.072Z] #13 54.49 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ... [2021-04-16T10:38:48.072Z] #13 ... [2021-04-16T10:38:48.072Z] [2021-04-16T10:38:48.072Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-16T10:38:48.072Z] #51 sha256:c9c69883b53444f0e80a474188825ff804ddf2c456c62fe6c7b59f3011550c70 [2021-04-16T10:38:48.072Z] #51 48.67 reflect [2021-04-16T10:38:48.072Z] #51 48.75 syscall [2021-04-16T10:38:48.072Z] #51 55.78 time [2021-04-16T10:38:48.072Z] #51 ... [2021-04-16T10:38:48.072Z] [2021-04-16T10:38:48.073Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-04-16T10:38:48.073Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-16T10:38:48.073Z] #42 58.84 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-04-16T10:38:48.073Z] #42 58.86 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-04-16T10:38:48.073Z] #42 58.89 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-04-16T10:38:48.333Z] #42 58.90 Setting up libcap-dev:amd64 (1:2.25-2) ... [2021-04-16T10:38:48.333Z] #42 58.94 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2021-04-16T10:38:48.333Z] #42 58.94 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-04-16T10:38:48.333Z] #42 58.97 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-04-16T10:38:48.333Z] #42 58.98 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-04-16T10:38:48.333Z] #42 59.00 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-04-16T10:38:48.333Z] #42 59.02 Setting up python-protobuf (3.6.1.3-2) ... [2021-04-16T10:38:48.760Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.442s coverage: 14.1% of statements [2021-04-16T10:38:48.902Z] #20 80.50 Processing triggers for libc-bin (2.28-10) ... [2021-04-16T10:38:48.902Z] #20 80.53 Processing triggers for mime-support (3.62) ... [2021-04-16T10:38:48.902Z] #20 DONE 80.8s [2021-04-16T10:38:48.902Z] [2021-04-16T10:38:48.902Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:38:48.902Z] #43 sha256:18971e2e33c6fe61fe2c3fccfe7f030f63f1953e93d060584dabe4c8520753d2 [2021-04-16T10:38:48.902Z] #43 128.1 CC criu/crtools.o [2021-04-16T10:38:48.902Z] #43 129.3 CC criu/eventfd.o [2021-04-16T10:38:48.902Z] #43 129.9 CC criu/eventpoll.o [2021-04-16T10:38:49.279Z] #42 ... [2021-04-16T10:38:49.279Z] [2021-04-16T10:38:49.279Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-04-16T10:38:49.279Z] #36 sha256:7c9164a9e09f5957dcd35b85232a0e2c2e1eefe9590c9cc61db30a2968787259 [2021-04-16T10:38:49.279Z] #36 49.92 Selecting previously unselected package libicu63:amd64. [2021-04-16T10:38:49.279Z] #36 49.93 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-04-16T10:38:49.279Z] #36 49.94 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-04-16T10:38:49.279Z] #36 56.39 Selecting previously unselected package libxml2:amd64. [2021-04-16T10:38:49.279Z] #36 56.39 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2021-04-16T10:38:49.279Z] #36 56.39 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-04-16T10:38:49.279Z] #36 56.90 Selecting previously unselected package libarchive13:amd64. [2021-04-16T10:38:49.279Z] #36 56.90 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-04-16T10:38:49.279Z] #36 56.90 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-04-16T10:38:49.279Z] #36 57.19 Selecting previously unselected package libjsoncpp1:amd64. [2021-04-16T10:38:49.279Z] #36 57.19 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-04-16T10:38:49.279Z] #36 57.20 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-04-16T10:38:49.279Z] #36 57.40 Selecting previously unselected package librhash0:amd64. [2021-04-16T10:38:49.279Z] #36 57.40 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-04-16T10:38:49.279Z] #36 57.42 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-04-16T10:38:49.279Z] #36 57.56 Selecting previously unselected package libuv1:amd64. [2021-04-16T10:38:49.279Z] #36 57.56 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-04-16T10:38:49.279Z] #36 57.57 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-04-16T10:38:49.279Z] #36 57.74 Selecting previously unselected package cmake. [2021-04-16T10:38:49.279Z] #36 57.74 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-04-16T10:38:49.279Z] #36 57.76 Unpacking cmake (3.13.4-1) ... [2021-04-16T10:38:49.279Z] #36 ... [2021-04-16T10:38:49.279Z] [2021-04-16T10:38:49.279Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-16T10:38:49.279Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-16T10:38:49.279Z] #13 54.64 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-04-16T10:38:49.279Z] #13 54.70 Preparing to unpack .../libudev1_241-7~deb10u7_amd64.deb ... [2021-04-16T10:38:49.279Z] #13 54.74 Unpacking libudev1:amd64 (241-7~deb10u7) over (241-7~deb10u4) ... [2021-04-16T10:38:49.279Z] #13 54.97 Setting up libudev1:amd64 (241-7~deb10u7) ... [2021-04-16T10:38:49.279Z] #13 55.16 Selecting previously unselected package binutils-mingw-w64-i686. [2021-04-16T10:38:49.279Z] #13 55.16 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-04-16T10:38:49.279Z] #13 55.24 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-04-16T10:38:49.279Z] #13 55.27 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-04-16T10:38:49.553Z] #43 ... [2021-04-16T10:38:49.553Z] [2021-04-16T10:38:49.553Z] #21 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-04-16T10:38:49.553Z] #21 sha256:5689fb46801d2daffeb03b9b995eb67721a565058e0f135137a1ecc184679fea [2021-04-16T10:38:49.553Z] #21 0.404 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-04-16T10:38:49.553Z] #21 0.409 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-04-16T10:38:49.553Z] #21 0.415 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-04-16T10:38:49.553Z] #21 DONE 0.5s [2021-04-16T10:38:49.554Z] [2021-04-16T10:38:49.554Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-04-16T10:38:49.554Z] #22 sha256:07d62feb1778c61a3500190b6abda9908522b37a91775907723f6672a7fbeeaf [2021-04-16T10:38:50.259Z] ok github.com/docker/docker/daemon/config 0.017s coverage: 81.8% of statements [2021-04-16T10:38:50.898Z] ok github.com/docker/docker/daemon/discovery 0.002s coverage: 30.0% of statements [2021-04-16T10:38:51.187Z] ok github.com/docker/docker/daemon/events 0.055s coverage: 50.0% of statements [2021-04-16T10:38:51.825Z] #13 ... [2021-04-16T10:38:51.825Z] [2021-04-16T10:38:51.825Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-04-16T10:38:51.825Z] #36 sha256:7c9164a9e09f5957dcd35b85232a0e2c2e1eefe9590c9cc61db30a2968787259 [2021-04-16T10:38:51.825Z] #36 60.92 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-04-16T10:38:51.825Z] #36 60.92 Setting up xxd (2:8.1.0875-5) ... [2021-04-16T10:38:51.825Z] #36 60.92 Setting up libuv1:amd64 (1.24.1-1) ... [2021-04-16T10:38:51.825Z] #36 60.93 Setting up vim-common (2:8.1.0875-5) ... [2021-04-16T10:38:51.825Z] #36 60.97 Setting up librhash0:amd64 (1.3.8-1) ... [2021-04-16T10:38:51.825Z] #36 60.99 Setting up cmake-data (3.13.4-1) ... [2021-04-16T10:38:51.825Z] #36 61.04 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-04-16T10:38:51.825Z] #36 61.07 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-04-16T10:38:51.825Z] #36 61.07 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-04-16T10:38:51.825Z] #36 61.09 Setting up cmake (3.13.4-1) ... [2021-04-16T10:38:51.825Z] #36 61.12 Processing triggers for libc-bin (2.28-10) ... [2021-04-16T10:38:51.825Z] #36 61.15 Processing triggers for mime-support (3.62) ... [2021-04-16T10:38:51.825Z] #36 DONE 62.1s [2021-04-16T10:38:51.825Z] [2021-04-16T10:38:51.825Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-16T10:38:51.825Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-16T10:38:51.825Z] #13 57.75 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-04-16T10:38:51.825Z] #13 57.75 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-04-16T10:38:51.825Z] #13 57.75 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-04-16T10:38:52.215Z] ok github.com/docker/docker/daemon/graphdriver 0.003s coverage: 2.2% of statements [2021-04-16T10:38:52.505Z] ok github.com/docker/docker/daemon 12.292s coverage: 17.2% of statements [2021-04-16T10:38:52.505Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-04-16T10:38:52.505Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-04-16T10:38:52.505Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-04-16T10:38:52.505Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-04-16T10:38:52.931Z] #22 5.412 Collecting yamllint==1.26.1 [2021-04-16T10:38:53.245Z] #13 ... [2021-04-16T10:38:53.245Z] [2021-04-16T10:38:53.245Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:38:53.245Z] #45 sha256:8cefe35e1f8c9be27349f1091e79b96de2d2df0961cedb0e85bc9ccff6949da3 [2021-04-16T10:38:53.245Z] #45 53.92 time [2021-04-16T10:38:53.245Z] #45 59.66 internal/fmtsort [2021-04-16T10:38:53.245Z] #45 60.15 internal/poll [2021-04-16T10:38:53.245Z] #45 60.43 internal/syscall/execenv [2021-04-16T10:38:53.245Z] #45 60.73 internal/syscall/unix [2021-04-16T10:38:53.245Z] #45 60.95 strings [2021-04-16T10:38:53.245Z] #45 62.54 os [2021-04-16T10:38:53.245Z] #45 63.28 regexp/syntax [2021-04-16T10:38:53.505Z] #45 ... [2021-04-16T10:38:53.505Z] [2021-04-16T10:38:53.505Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-16T10:38:53.505Z] #51 sha256:c9c69883b53444f0e80a474188825ff804ddf2c456c62fe6c7b59f3011550c70 [2021-04-16T10:38:53.505Z] #51 61.12 context [2021-04-16T10:38:53.505Z] #51 61.53 encoding/binary [2021-04-16T10:38:53.505Z] #51 62.09 internal/poll [2021-04-16T10:38:53.505Z] #51 63.71 encoding/base64 [2021-04-16T10:38:53.766Z] #51 64.46 os [2021-04-16T10:38:53.766Z] #51 64.58 golang.org/x/sys/unix [2021-04-16T10:38:54.006Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.003s coverage: 3.1% of statements [2021-04-16T10:38:54.635Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.189s coverage: 56.2% of statements [2021-04-16T10:38:54.714Z] #51 ... [2021-04-16T10:38:54.714Z] [2021-04-16T10:38:54.714Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-04-16T10:38:54.714Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-16T10:38:54.714Z] #42 64.74 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2021-04-16T10:38:54.714Z] #42 64.76 Processing triggers for libc-bin (2.28-10) ... [2021-04-16T10:38:54.714Z] #42 DONE 65.5s [2021-04-16T10:38:54.976Z] [2021-04-16T10:38:54.976Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-16T10:38:54.976Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-16T10:38:54.976Z] #13 60.57 Selecting previously unselected package binutils-mingw-w64. [2021-04-16T10:38:54.976Z] #13 60.59 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-04-16T10:38:54.976Z] #13 60.60 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-04-16T10:38:54.976Z] #13 61.08 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-04-16T10:38:54.976Z] #13 61.08 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-04-16T10:38:54.976Z] #13 61.17 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-04-16T10:38:54.976Z] #13 61.41 Selecting previously unselected package dmsetup. [2021-04-16T10:38:54.976Z] #13 61.42 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-04-16T10:38:54.976Z] #13 61.44 Unpacking dmsetup (2:1.02.155-3) ... [2021-04-16T10:38:55.211Z] #22 ... [2021-04-16T10:38:55.211Z] [2021-04-16T10:38:55.211Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:38:55.211Z] #43 sha256:18971e2e33c6fe61fe2c3fccfe7f030f63f1953e93d060584dabe4c8520753d2 [2021-04-16T10:38:55.211Z] #43 131.2 CC criu/external.o [2021-04-16T10:38:55.211Z] #43 131.7 CC criu/fault-injection.o [2021-04-16T10:38:55.211Z] #43 131.9 CC criu/fdstore.o [2021-04-16T10:38:55.211Z] #43 132.3 CC criu/fifo.o [2021-04-16T10:38:55.211Z] #43 132.7 CC criu/file-ids.o [2021-04-16T10:38:55.211Z] #43 133.3 CC criu/file-lock.o [2021-04-16T10:38:55.211Z] #43 134.7 CC criu/files-ext.o [2021-04-16T10:38:55.211Z] #43 135.6 CC criu/files-reg.o [2021-04-16T10:38:55.237Z] #13 61.60 Selecting previously unselected package mingw-w64-common. [2021-04-16T10:38:55.237Z] #13 61.61 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-04-16T10:38:55.237Z] #13 61.61 Unpacking mingw-w64-common (6.0.0-3) ... [2021-04-16T10:38:55.450Z] #22 ... [2021-04-16T10:38:55.450Z] [2021-04-16T10:38:55.450Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:38:55.450Z] #43 sha256:634da649664dd1653459ec5ff55fe2816455cb64254406f6f3ff10f2bc6f3259 [2021-04-16T10:38:55.450Z] #43 130.2 CC criu/memfd.o [2021-04-16T10:38:55.450Z] #43 130.9 CC criu/mount.o [2021-04-16T10:38:55.450Z] #43 135.1 CC criu/namespaces.o [2021-04-16T10:38:55.450Z] #43 137.0 CC criu/net.o [2021-04-16T10:38:56.269Z] #43 ... [2021-04-16T10:38:56.270Z] [2021-04-16T10:38:56.270Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-04-16T10:38:56.270Z] #22 sha256:07d62feb1778c61a3500190b6abda9908522b37a91775907723f6672a7fbeeaf [2021-04-16T10:38:56.270Z] #22 6.832 Collecting yamllint==1.26.1 [2021-04-16T10:38:57.331Z] #22 7.553 Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB) [2021-04-16T10:38:58.393Z] #22 ... [2021-04-16T10:38:58.393Z] [2021-04-16T10:38:58.393Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:38:58.393Z] #45 sha256:361f9151b9374e8bf32e43f72eb60276634412167f47c2d39151afba75fbd393 [2021-04-16T10:38:58.393Z] #45 182.0 github.com/LK4D4/vndr/godl [2021-04-16T10:38:58.393Z] #45 183.1 github.com/LK4D4/vndr [2021-04-16T10:38:58.393Z] #45 ... [2021-04-16T10:38:58.393Z] [2021-04-16T10:38:58.393Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:38:58.393Z] #43 sha256:18971e2e33c6fe61fe2c3fccfe7f030f63f1953e93d060584dabe4c8520753d2 [2021-04-16T10:38:58.393Z] #43 139.3 CC criu/files.o [2021-04-16T10:38:58.722Z] #43 139.9 CC criu/netfilter.o [2021-04-16T10:38:58.723Z] #43 ... [2021-04-16T10:38:58.723Z] [2021-04-16T10:38:58.723Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-04-16T10:38:58.723Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4 [2021-04-16T10:38:58.723Z] #22 10.81 Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB) [2021-04-16T10:38:59.071Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.998s coverage: 46.2% of statements [2021-04-16T10:38:59.452Z] #43 ... [2021-04-16T10:38:59.452Z] [2021-04-16T10:38:59.452Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:38:59.452Z] #45 sha256:361f9151b9374e8bf32e43f72eb60276634412167f47c2d39151afba75fbd393 [2021-04-16T10:38:59.452Z] #45 DONE 193.2s [2021-04-16T10:38:59.651Z] #22 11.98 Collecting pathspec>=0.5.3 (from yamllint==1.26.1) [2021-04-16T10:38:59.651Z] #22 12.04 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-04-16T10:38:59.651Z] #22 12.11 Collecting pyyaml (from yamllint==1.26.1) [2021-04-16T10:38:59.732Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.004s coverage: 1.9% of statements [2021-04-16T10:38:59.753Z] [2021-04-16T10:38:59.753Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-04-16T10:38:59.753Z] #22 sha256:07d62feb1778c61a3500190b6abda9908522b37a91775907723f6672a7fbeeaf [2021-04-16T10:38:59.753Z] #22 9.230 Collecting pathspec>=0.5.3 (from yamllint==1.26.1) [2021-04-16T10:38:59.753Z] #22 9.304 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-04-16T10:38:59.753Z] #22 9.392 Collecting pyyaml (from yamllint==1.26.1) [2021-04-16T10:38:59.753Z] #22 9.743 Downloading https://files.pythonhosted.org/packages/a0/a4/d63f2d7597e1a4b55aa3b4d6c5b029991d3b824b5bd331af8d4ab1ed687d/PyYAML-5.4.1.tar.gz (175kB) [2021-04-16T10:38:59.907Z] #22 12.34 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-04-16T10:39:00.164Z] #22 12.68 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0) [2021-04-16T10:39:00.420Z] #22 12.68 Building wheels for collected packages: yamllint [2021-04-16T10:39:00.420Z] #22 12.68 Running setup.py bdist_wheel for yamllint: started [2021-04-16T10:39:00.816Z] #22 11.14 Installing build dependencies: started [2021-04-16T10:39:01.352Z] #22 13.89 Running setup.py bdist_wheel for yamllint: finished with status 'done' [2021-04-16T10:39:01.352Z] #22 13.90 Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627 [2021-04-16T10:39:01.352Z] #22 13.96 Successfully built yamllint [2021-04-16T10:39:01.352Z] #22 13.99 Installing collected packages: pathspec, pyyaml, yamllint [2021-04-16T10:39:01.823Z] #13 67.17 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-04-16T10:39:01.823Z] #13 67.17 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-04-16T10:39:01.823Z] #13 67.18 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-04-16T10:39:01.823Z] #13 ... [2021-04-16T10:39:01.823Z] [2021-04-16T10:39:01.823Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-04-16T10:39:01.823Z] #37 sha256:c8ed1dd424e960e93a9b2507d8291757bdb48d6cadf7e7df081116ff8c6c7b7a [2021-04-16T10:39:01.823Z] #37 3.387 + RM_GOPATH=0 [2021-04-16T10:39:01.823Z] #37 3.387 + TMP_GOPATH= [2021-04-16T10:39:01.823Z] #37 3.387 + : /build [2021-04-16T10:39:01.823Z] #37 3.387 + '[' -z '' ']' [2021-04-16T10:39:01.823Z] #37 3.387 ++ mktemp -d [2021-04-16T10:39:01.823Z] #37 3.393 + GOPATH=/tmp/tmp.3olqFW0kYf [2021-04-16T10:39:01.823Z] #37 3.393 + export GOPATH [2021-04-16T10:39:01.823Z] #37 3.393 + RM_GOPATH=1 [2021-04-16T10:39:01.823Z] #37 3.393 + case "$(go env GOARCH)" in [2021-04-16T10:39:01.823Z] #37 3.393 ++ go env GOARCH [2021-04-16T10:39:01.823Z] #37 3.439 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:39:01.823Z] #37 3.439 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:39:01.823Z] #37 3.465 ++ dirname /tmp/install/install.sh [2021-04-16T10:39:01.823Z] #37 3.473 + dir=/tmp/install [2021-04-16T10:39:01.823Z] #37 3.473 + bin=tini [2021-04-16T10:39:01.823Z] #37 3.473 + shift [2021-04-16T10:39:01.823Z] #37 3.473 + '[' '!' -f /tmp/install/tini.installer ']' [2021-04-16T10:39:01.823Z] #37 3.473 + . /tmp/install/tini.installer [2021-04-16T10:39:01.823Z] #37 3.473 ++ set -e [2021-04-16T10:39:01.823Z] #37 3.473 + install_tini [2021-04-16T10:39:01.823Z] #37 3.473 + : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-04-16T10:39:01.823Z] #37 3.473 + : /build [2021-04-16T10:39:01.823Z] #37 3.473 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-04-16T10:39:01.823Z] #37 3.473 + git clone https://github.com/krallin/tini.git /tmp/tmp.3olqFW0kYf/tini [2021-04-16T10:39:01.823Z] #37 3.475 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-04-16T10:39:01.823Z] #37 3.480 Cloning into '/tmp/tmp.3olqFW0kYf/tini'... [2021-04-16T10:39:01.823Z] #37 4.458 + cd /tmp/tmp.3olqFW0kYf/tini [2021-04-16T10:39:01.823Z] #37 4.458 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-04-16T10:39:01.823Z] #37 4.458 + cmake . [2021-04-16T10:39:01.823Z] #37 5.098 -- The C compiler identification is GNU 8.3.0 [2021-04-16T10:39:01.823Z] #37 5.151 -- Check for working C compiler: /usr/bin/cc [2021-04-16T10:39:01.823Z] #37 5.749 -- Check for working C compiler: /usr/bin/cc -- works [2021-04-16T10:39:01.823Z] #37 5.756 -- Detecting C compiler ABI info [2021-04-16T10:39:01.823Z] #37 6.371 -- Detecting C compiler ABI info - done [2021-04-16T10:39:01.823Z] #37 6.421 -- Detecting C compile features [2021-04-16T10:39:01.823Z] #37 8.174 -- Detecting C compile features - done [2021-04-16T10:39:01.823Z] #37 8.223 -- Performing Test HAS_BUILTIN_FORTIFY [2021-04-16T10:39:01.823Z] #37 8.478 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-04-16T10:39:01.823Z] #37 8.584 -- Configuring done [2021-04-16T10:39:01.823Z] #37 8.594 -- Generating done [2021-04-16T10:39:01.823Z] #37 8.605 -- Build files have been written to: /tmp/tmp.3olqFW0kYf/tini [2021-04-16T10:39:01.823Z] #37 8.611 + make tini-static [2021-04-16T10:39:01.823Z] #37 9.004 Scanning dependencies of target tini-static [2021-04-16T10:39:01.823Z] #37 9.137 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-04-16T10:39:01.823Z] #37 10.45 [100%] Linking C executable tini-static [2021-04-16T10:39:01.914Z] #22 14.44 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1 [2021-04-16T10:39:02.394Z] #37 11.04 [100%] Built target tini-static [2021-04-16T10:39:02.394Z] #37 11.14 + mkdir -p /build [2021-04-16T10:39:02.479Z] #22 DONE 14.9s [2021-04-16T10:39:02.479Z] [2021-04-16T10:39:02.479Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-04-16T10:39:02.479Z] #25 sha256:22671ded47c3ef946435d06775c9c3253b5baa40c8af987ad156f16396437471 [2021-04-16T10:39:02.655Z] #37 11.15 + cp tini-static /build/docker-init [2021-04-16T10:39:02.736Z] #25 DONE 0.3s [2021-04-16T10:39:02.736Z] [2021-04-16T10:39:02.736Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-04-16T10:39:02.736Z] #30 sha256:e5798737211dd6dadaa16656cd346ab6ce64b0d425641036569ed1c424238f51 [2021-04-16T10:39:02.930Z] #22 ... [2021-04-16T10:39:02.930Z] [2021-04-16T10:39:02.930Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-04-16T10:39:02.930Z] #32 sha256:ba59694c74ae35466e9aac70d02cc54f7d6e23f684c9a35cfebae8ddb1b44030 [2021-04-16T10:39:02.930Z] #32 DONE 200.7s [2021-04-16T10:39:03.229Z] [2021-04-16T10:39:03.229Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:39:03.229Z] #43 sha256:18971e2e33c6fe61fe2c3fccfe7f030f63f1953e93d060584dabe4c8520753d2 [2021-04-16T10:39:03.230Z] #43 143.2 CC criu/filesystems.o [2021-04-16T10:39:03.247Z] #37 DONE 11.7s [2021-04-16T10:39:03.247Z] [2021-04-16T10:39:03.247Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:39:03.247Z] #43 sha256:634da649664dd1653459ec5ff55fe2816455cb64254406f6f3ff10f2bc6f3259 [2021-04-16T10:39:03.247Z] #43 3.993 Note: Building without setproctitle() and strlcpy() support. [2021-04-16T10:39:03.247Z] #43 3.993 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-04-16T10:39:03.247Z] #43 4.077 Note: Building without GnuTLS support [2021-04-16T10:39:03.247Z] #43 4.098 Makefile.config:39: Warn: you have no libnftables installed [2021-04-16T10:39:03.247Z] #43 4.098 Makefile.config:40: Warn: Building without nftables support [2021-04-16T10:39:03.247Z] #43 5.985 fatal: not a git repository (or any of the parent directories): .git [2021-04-16T10:39:03.247Z] #43 6.065 GEN .gitid [2021-04-16T10:39:03.247Z] #43 6.101 GEN criu/include/version.h [2021-04-16T10:39:03.247Z] #43 6.181 GEN include/common/asm [2021-04-16T10:39:03.247Z] #43 7.754 PBCC images/timens.pb-c.c [2021-04-16T10:39:03.247Z] #43 7.790 DEP images/timens.pb-c.d [2021-04-16T10:39:03.247Z] #43 7.896 PBCC images/fown.pb-c.c [2021-04-16T10:39:03.247Z] #43 7.936 PBCC images/google/protobuf/descriptor.pb-c.c [2021-04-16T10:39:03.247Z] #43 8.003 PBCC images/opts.pb-c.c [2021-04-16T10:39:03.247Z] #43 8.065 PBCC images/memfd.pb-c.c [2021-04-16T10:39:03.247Z] #43 8.121 DEP images/fown.pb-c.d [2021-04-16T10:39:03.247Z] #43 8.197 DEP images/google/protobuf/descriptor.pb-c.d [2021-04-16T10:39:03.247Z] #43 8.269 DEP images/opts.pb-c.d [2021-04-16T10:39:03.247Z] #43 8.398 DEP images/memfd.pb-c.d [2021-04-16T10:39:03.247Z] #43 8.489 PBCC images/sit.pb-c.c [2021-04-16T10:39:03.256Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.223s coverage: 49.4% of statements [2021-04-16T10:39:03.507Z] #43 8.557 DEP images/sit.pb-c.d [2021-04-16T10:39:03.507Z] #43 8.633 PBCC images/macvlan.pb-c.c [2021-04-16T10:39:03.507Z] #43 8.652 DEP images/macvlan.pb-c.d [2021-04-16T10:39:03.507Z] #43 8.761 PBCC images/autofs.pb-c.c [2021-04-16T10:39:03.507Z] #43 8.798 DEP images/autofs.pb-c.d [2021-04-16T10:39:03.507Z] #43 8.856 PBCC images/sysctl.pb-c.c [2021-04-16T10:39:03.507Z] #43 8.864 DEP images/sysctl.pb-c.d [2021-04-16T10:39:03.768Z] #43 8.949 PBCC images/time.pb-c.c [2021-04-16T10:39:03.768Z] #43 9.015 DEP images/time.pb-c.d [2021-04-16T10:39:03.768Z] #43 9.094 PBCC images/binfmt-misc.pb-c.c [2021-04-16T10:39:03.768Z] #43 9.138 DEP images/binfmt-misc.pb-c.d [2021-04-16T10:39:03.877Z] #43 145.1 CC criu/fsnotify.o [2021-04-16T10:39:04.029Z] #43 9.213 PBCC images/seccomp.pb-c.c [2021-04-16T10:39:04.029Z] #43 9.273 DEP images/seccomp.pb-c.d [2021-04-16T10:39:04.293Z] #43 9.337 PBCC images/userns.pb-c.c [2021-04-16T10:39:04.293Z] #43 9.369 DEP images/userns.pb-c.d [2021-04-16T10:39:04.293Z] #43 9.453 PBCC images/cgroup.pb-c.c [2021-04-16T10:39:04.293Z] #43 9.465 DEP images/cgroup.pb-c.d [2021-04-16T10:39:04.293Z] #43 9.520 PBCC images/ext-file.pb-c.c [2021-04-16T10:39:04.293Z] #43 9.551 DEP images/ext-file.pb-c.d [2021-04-16T10:39:04.554Z] #43 9.601 PBCC images/rpc.pb-c.c [2021-04-16T10:39:04.554Z] #43 9.645 DEP images/rpc.pb-c.d [2021-04-16T10:39:04.554Z] #43 9.693 PBCC images/siginfo.pb-c.c [2021-04-16T10:39:04.554Z] #43 9.722 DEP images/siginfo.pb-c.d [2021-04-16T10:39:04.554Z] #43 9.773 PBCC images/pagemap.pb-c.c [2021-04-16T10:39:04.554Z] #43 9.817 DEP images/pagemap.pb-c.d [2021-04-16T10:39:04.554Z] #43 9.856 PBCC images/rlimit.pb-c.c [2021-04-16T10:39:04.554Z] #43 9.881 DEP images/rlimit.pb-c.d [2021-04-16T10:39:04.554Z] #43 9.937 PBCC images/file-lock.pb-c.c [2021-04-16T10:39:04.814Z] #43 9.977 DEP images/file-lock.pb-c.d [2021-04-16T10:39:04.814Z] #43 10.04 PBCC images/tty.pb-c.c [2021-04-16T10:39:04.814Z] #43 10.11 DEP images/tty.pb-c.d [2021-04-16T10:39:04.814Z] #43 10.18 PBCC images/tun.pb-c.c [2021-04-16T10:39:05.075Z] #43 10.24 PBCC images/netdev.pb-c.c [2021-04-16T10:39:05.075Z] #43 10.32 DEP images/tun.pb-c.d [2021-04-16T10:39:05.075Z] #43 10.38 DEP images/netdev.pb-c.d [2021-04-16T10:39:05.075Z] #43 10.44 PBCC images/vma.pb-c.c [2021-04-16T10:39:05.336Z] #43 10.49 DEP images/vma.pb-c.d [2021-04-16T10:39:05.336Z] #43 10.55 PBCC images/creds.pb-c.c [2021-04-16T10:39:05.336Z] #43 10.55 DEP images/creds.pb-c.d [2021-04-16T10:39:05.336Z] #43 10.62 PBCC images/utsns.pb-c.c [2021-04-16T10:39:05.336Z] #43 10.64 DEP images/utsns.pb-c.d [2021-04-16T10:39:05.336Z] #43 10.70 PBCC images/ipc-desc.pb-c.c [2021-04-16T10:39:05.422Z] #43 146.4 CC criu/image-desc.o [2021-04-16T10:39:05.422Z] #43 146.6 CC criu/image.o [2021-04-16T10:39:05.596Z] #43 10.76 PBCC images/ipc-sem.pb-c.c [2021-04-16T10:39:05.596Z] #43 10.78 DEP images/ipc-desc.pb-c.d [2021-04-16T10:39:05.596Z] #43 10.86 DEP images/ipc-sem.pb-c.d [2021-04-16T10:39:05.596Z] #43 10.93 PBCC images/ipc-msg.pb-c.c [2021-04-16T10:39:05.596Z] #43 10.94 DEP images/ipc-msg.pb-c.d [2021-04-16T10:39:05.596Z] #43 ... [2021-04-16T10:39:05.596Z] [2021-04-16T10:39:05.596Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:39:05.596Z] #45 sha256:8cefe35e1f8c9be27349f1091e79b96de2d2df0961cedb0e85bc9ccff6949da3 [2021-04-16T10:39:05.596Z] #45 66.40 fmt [2021-04-16T10:39:05.596Z] #45 68.15 path/filepath [2021-04-16T10:39:05.596Z] #45 69.65 regexp [2021-04-16T10:39:05.596Z] #45 70.31 flag [2021-04-16T10:39:05.596Z] #45 72.12 go/token [2021-04-16T10:39:05.596Z] #45 73.08 go/scanner [2021-04-16T10:39:05.596Z] #45 73.46 internal/lazyregexp [2021-04-16T10:39:05.596Z] #45 73.77 path [2021-04-16T10:39:05.596Z] #45 74.26 io/ioutil [2021-04-16T10:39:05.596Z] #45 74.39 go/ast [2021-04-16T10:39:05.596Z] #45 74.92 net/url [2021-04-16T10:39:05.596Z] #45 76.42 text/template/parse [2021-04-16T10:39:05.857Z] #45 ... [2021-04-16T10:39:05.857Z] [2021-04-16T10:39:05.857Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:39:05.857Z] #43 sha256:634da649664dd1653459ec5ff55fe2816455cb64254406f6f3ff10f2bc6f3259 [2021-04-16T10:39:05.857Z] #43 11.01 PBCC images/ipc-shm.pb-c.c [2021-04-16T10:39:05.857Z] #43 11.06 DEP images/ipc-shm.pb-c.d [2021-04-16T10:39:05.857Z] #43 11.13 PBCC images/ipc-var.pb-c.c [2021-04-16T10:39:05.857Z] #43 11.16 DEP images/ipc-var.pb-c.d [2021-04-16T10:39:06.117Z] #43 11.22 PBCC images/sk-opts.pb-c.c [2021-04-16T10:39:06.117Z] #43 11.27 PBCC images/packet-sock.pb-c.c [2021-04-16T10:39:06.117Z] #43 11.30 DEP images/sk-opts.pb-c.d [2021-04-16T10:39:06.117Z] #43 11.34 DEP images/packet-sock.pb-c.d [2021-04-16T10:39:06.117Z] #43 11.39 PBCC images/sk-netlink.pb-c.c [2021-04-16T10:39:06.117Z] #43 11.47 DEP images/sk-netlink.pb-c.d [2021-04-16T10:39:06.378Z] #43 11.55 PBCC images/sk-inet.pb-c.c [2021-04-16T10:39:06.378Z] #43 11.61 DEP images/sk-inet.pb-c.d [2021-04-16T10:39:06.378Z] #43 11.74 PBCC images/sk-unix.pb-c.c [2021-04-16T10:39:06.384Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-04-16T10:39:06.384Z] [2021-04-16T10:39:06.384Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-04-16T10:39:06.384Z] PLATFORM= [2021-04-16T10:39:06.384Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-04-16T10:39:06.384Z] HOSTNAME=4b6fc062a116 [2021-04-16T10:39:06.384Z] DEST=bundles/test-integration [2021-04-16T10:39:06.384Z] PWD=/go/src/github.com/docker/docker [2021-04-16T10:39:06.384Z] DOCKER_ROOTLESS=1 [2021-04-16T10:39:06.384Z] DOCKER_GITCOMMIT=eb0610b7fc7e8c49160c99fa311e14ee632dd45a [2021-04-16T10:39:06.384Z] container=docker [2021-04-16T10:39:06.384Z] HOME=/root [2021-04-16T10:39:06.384Z] GOLANG_VERSION=1.13.15 [2021-04-16T10:39:06.384Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-04-16T10:39:06.384Z] VALIDATE_BRANCH=master [2021-04-16T10:39:06.384Z] TERM=xterm [2021-04-16T10:39:06.384Z] DOCKER_PKG=github.com/docker/docker [2021-04-16T10:39:06.384Z] TINI_COMMIT=de40ad007797e0dcd8b7126f27bb87401d224240 [2021-04-16T10:39:06.384Z] PRODUCT= [2021-04-16T10:39:06.384Z] SHLVL=1 [2021-04-16T10:39:06.384Z] TIMEOUT=120m [2021-04-16T10:39:06.384Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-04-16T10:39:06.384Z] DOCKER_GRAPHDRIVER=overlay2 [2021-04-16T10:39:06.384Z] GO111MODULE=off [2021-04-16T10:39:06.384Z] DEFAULT_PRODUCT_LICENSE= [2021-04-16T10:39:06.384Z] DOCKER_EXPERIMENTAL=1 [2021-04-16T10:39:06.384Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-04-16T10:39:06.384Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-04-16T10:39:06.384Z] VERSION=dev [2021-04-16T10:39:06.384Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-04-16T10:39:06.384Z] GOPATH=/go [2021-04-16T10:39:06.384Z] PKG_CONFIG=pkg-config [2021-04-16T10:39:06.384Z] _=/usr/bin/env [2021-04-16T10:39:06.384Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-04-16T10:39:06.493Z] #43 147.5 CC criu/ipc_ns.o [2021-04-16T10:39:06.639Z] #43 11.78 DEP images/sk-unix.pb-c.d [2021-04-16T10:39:06.639Z] #43 11.87 PBCC images/mm.pb-c.c [2021-04-16T10:39:06.639Z] #43 11.96 DEP images/mm.pb-c.d [2021-04-16T10:39:06.902Z] #43 12.05 PBCC images/timerfd.pb-c.c [2021-04-16T10:39:06.902Z] #43 12.11 DEP images/timerfd.pb-c.d [2021-04-16T10:39:06.902Z] #43 12.17 PBCC images/timer.pb-c.c [2021-04-16T10:39:07.164Z] #43 12.20 DEP images/timer.pb-c.d [2021-04-16T10:39:07.164Z] #43 12.26 PBCC images/sa.pb-c.c [2021-04-16T10:39:07.164Z] #43 12.36 DEP images/sa.pb-c.d [2021-04-16T10:39:07.164Z] #43 12.42 PBCC images/pipe-data.pb-c.c [2021-04-16T10:39:07.164Z] #43 12.42 DEP images/pipe-data.pb-c.d [2021-04-16T10:39:07.164Z] #43 12.50 PBCC images/mnt.pb-c.c [2021-04-16T10:39:07.164Z] #43 12.53 DEP images/mnt.pb-c.d [2021-04-16T10:39:07.164Z] #43 ... [2021-04-16T10:39:07.164Z] [2021-04-16T10:39:07.165Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-16T10:39:07.165Z] #51 sha256:c9c69883b53444f0e80a474188825ff804ddf2c456c62fe6c7b59f3011550c70 [2021-04-16T10:39:07.165Z] #51 67.96 fmt [2021-04-16T10:39:07.165Z] #51 72.24 encoding/json [2021-04-16T10:39:07.165Z] #51 73.16 github.com/pkg/diff [2021-04-16T10:39:07.165Z] #51 74.68 go/ast [2021-04-16T10:39:07.426Z] #51 78.06 golang.org/x/crypto/ssh/terminal [2021-04-16T10:39:07.426Z] #51 ... [2021-04-16T10:39:07.426Z] [2021-04-16T10:39:07.426Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:39:07.426Z] #43 sha256:634da649664dd1653459ec5ff55fe2816455cb64254406f6f3ff10f2bc6f3259 [2021-04-16T10:39:07.426Z] #43 12.65 PBCC images/sk-packet.pb-c.c [2021-04-16T10:39:07.426Z] #43 12.65 DEP images/sk-packet.pb-c.d [2021-04-16T10:39:07.426Z] #43 12.76 PBCC images/tcp-stream.pb-c.c [2021-04-16T10:39:07.426Z] #43 12.76 DEP images/tcp-stream.pb-c.d [2021-04-16T10:39:07.687Z] #43 12.89 PBCC images/pipe.pb-c.c [2021-04-16T10:39:07.687Z] #43 12.90 DEP images/pipe.pb-c.d [2021-04-16T10:39:07.687Z] #43 12.96 PBCC images/pstree.pb-c.c [2021-04-16T10:39:07.687Z] #43 13.02 DEP images/pstree.pb-c.d [2021-04-16T10:39:07.948Z] #43 13.05 PBCC images/fs.pb-c.c [2021-04-16T10:39:07.948Z] #43 13.14 DEP images/fs.pb-c.d [2021-04-16T10:39:07.948Z] #43 13.16 PBCC images/signalfd.pb-c.c [2021-04-16T10:39:07.948Z] #43 13.23 DEP images/signalfd.pb-c.d [2021-04-16T10:39:07.982Z] #30 DONE 4.3s [2021-04-16T10:39:07.982Z] [2021-04-16T10:39:07.982Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-04-16T10:39:07.982Z] #33 sha256:d46a5c6fb07cf160e497d88495d91cade99de39c4b710ef6fc98dd494534a84c [2021-04-16T10:39:07.982Z] #33 DONE 0.3s [2021-04-16T10:39:07.982Z] [2021-04-16T10:39:07.982Z] #35 [dev-systemd-false 13/26] COPY --from=tomll /build/ /usr/local/bin/ [2021-04-16T10:39:07.982Z] #35 sha256:4faad9a97eef73568a84883b2ddf3a8702a35e9e4691814231a3ee6ac11fcced [2021-04-16T10:39:07.982Z] #35 DONE 0.1s [2021-04-16T10:39:07.982Z] [2021-04-16T10:39:07.982Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:39:07.982Z] #43 sha256:634da649664dd1653459ec5ff55fe2816455cb64254406f6f3ff10f2bc6f3259 [2021-04-16T10:39:07.982Z] #43 140.4 CC criu/page-pipe.o [2021-04-16T10:39:07.982Z] #43 141.2 CC criu/page-xfer.o [2021-04-16T10:39:07.982Z] #43 143.0 CC criu/pagemap-cache.o [2021-04-16T10:39:07.982Z] #43 143.3 CC criu/pagemap.o [2021-04-16T10:39:07.982Z] #43 144.5 CC criu/parasite-syscall.o [2021-04-16T10:39:07.982Z] #43 145.6 CC criu/path.o [2021-04-16T10:39:07.982Z] #43 146.1 CC criu/pie-util-vdso-elf32.o [2021-04-16T10:39:07.982Z] #43 146.6 CC criu/pie-util-vdso.o [2021-04-16T10:39:07.982Z] #43 147.0 CC criu/pie-util.o [2021-04-16T10:39:07.982Z] #43 147.2 CC criu/pipes.o [2021-04-16T10:39:07.982Z] #43 147.9 CC criu/plugin.o [2021-04-16T10:39:07.982Z] #43 148.3 CC criu/proc_parse.o [2021-04-16T10:39:07.982Z] #43 ... [2021-04-16T10:39:07.982Z] [2021-04-16T10:39:07.982Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-04-16T10:39:07.982Z] #38 sha256:89f4ff58b43c54e893f14d9236840cf2ae601ca1fcc729e2bd1b937e405c4f61 [2021-04-16T10:39:07.982Z] #38 DONE 0.0s [2021-04-16T10:39:07.982Z] [2021-04-16T10:39:07.982Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-16T10:39:07.982Z] #49 sha256:3fda856b49e821caaa8314cb530fa690d1a70a84251009bd74294b825178aab3 [2021-04-16T10:39:08.027Z] #43 148.8 CC criu/irmap.o [2021-04-16T10:39:08.211Z] #43 13.30 PBCC images/fh.pb-c.c [2021-04-16T10:39:08.211Z] #43 13.37 PBCC images/fsnotify.pb-c.c [2021-04-16T10:39:08.211Z] #43 13.46 DEP images/fh.pb-c.d [2021-04-16T10:39:08.211Z] #43 13.49 DEP images/fsnotify.pb-c.d [2021-04-16T10:39:08.211Z] #43 13.54 PBCC images/eventpoll.pb-c.c [2021-04-16T10:39:08.326Z] #43 149.6 CC criu/kcmp-ids.o [2021-04-16T10:39:08.472Z] #43 13.59 DEP images/eventpoll.pb-c.d [2021-04-16T10:39:08.472Z] #43 13.66 PBCC images/eventfd.pb-c.c [2021-04-16T10:39:08.472Z] #43 13.68 DEP images/eventfd.pb-c.d [2021-04-16T10:39:08.472Z] #43 13.74 PBCC images/remap-file-path.pb-c.c [2021-04-16T10:39:08.472Z] #43 13.78 DEP images/remap-file-path.pb-c.d [2021-04-16T10:39:08.625Z] #43 150.0 CC criu/kerndat.o [2021-04-16T10:39:08.733Z] #43 13.84 PBCC images/fifo.pb-c.c [2021-04-16T10:39:08.733Z] #43 13.87 DEP images/fifo.pb-c.d [2021-04-16T10:39:08.733Z] #43 13.93 PBCC images/ghost-file.pb-c.c [2021-04-16T10:39:08.733Z] #43 13.97 DEP images/ghost-file.pb-c.d [2021-04-16T10:39:08.733Z] #43 14.03 PBCC images/regfile.pb-c.c [2021-04-16T10:39:08.804Z] ok github.com/docker/docker/daemon/graphdriver/aufs 16.224s coverage: 73.3% of statements [2021-04-16T10:39:08.804Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-04-16T10:39:08.994Z] #43 14.08 DEP images/regfile.pb-c.d [2021-04-16T10:39:08.994Z] #43 14.14 PBCC images/ns.pb-c.c [2021-04-16T10:39:08.994Z] #43 14.17 DEP images/ns.pb-c.d [2021-04-16T10:39:08.994Z] #43 14.25 PBCC images/fdinfo.pb-c.c [2021-04-16T10:39:09.255Z] #43 14.38 DEP images/fdinfo.pb-c.d [2021-04-16T10:39:09.255Z] #43 14.43 PBCC images/core-aarch64.pb-c.c [2021-04-16T10:39:09.255Z] #43 14.47 PBCC images/core-arm.pb-c.c [2021-04-16T10:39:09.255Z] #43 14.51 PBCC images/core-ppc64.pb-c.c [2021-04-16T10:39:09.349Z] #49 ... [2021-04-16T10:39:09.349Z] [2021-04-16T10:39:09.349Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:39:09.349Z] #43 sha256:634da649664dd1653459ec5ff55fe2816455cb64254406f6f3ff10f2bc6f3259 [2021-04-16T10:39:09.349Z] #43 150.8 CC criu/protobuf-desc.o [2021-04-16T10:39:09.516Z] #43 14.60 PBCC images/core-s390.pb-c.c [2021-04-16T10:39:09.516Z] #43 14.65 PBCC images/core-x86.pb-c.c [2021-04-16T10:39:09.516Z] #43 14.71 PBCC images/core.pb-c.c [2021-04-16T10:39:09.516Z] #43 14.78 PBCC images/inventory.pb-c.c [2021-04-16T10:39:09.516Z] #43 14.85 DEP images/core-aarch64.pb-c.d [2021-04-16T10:39:09.516Z] #43 14.91 DEP images/core-arm.pb-c.d [2021-04-16T10:39:09.777Z] #43 14.99 DEP images/core-ppc64.pb-c.d [2021-04-16T10:39:09.777Z] #43 15.06 DEP images/core-s390.pb-c.d [2021-04-16T10:39:09.832Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.079s coverage: 57.7% of statements [2021-04-16T10:39:09.832Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-04-16T10:39:09.832Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-04-16T10:39:09.832Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.005s coverage: 57.5% of statements [2021-04-16T10:39:10.038Z] #43 15.12 DEP images/core-x86.pb-c.d [2021-04-16T10:39:10.038Z] #43 15.21 DEP images/core.pb-c.d [2021-04-16T10:39:10.038Z] #43 15.30 DEP images/inventory.pb-c.d [2021-04-16T10:39:10.164Z] #43 151.4 CC criu/libnetlink.o [2021-04-16T10:39:10.277Z] #43 151.7 CC criu/protobuf.o [2021-04-16T10:39:10.277Z] #43 152.1 CC criu/pstree.o [2021-04-16T10:39:10.299Z] #43 15.36 PBCC images/cpuinfo.pb-c.c [2021-04-16T10:39:10.299Z] #43 15.37 DEP images/cpuinfo.pb-c.d [2021-04-16T10:39:10.299Z] #43 15.43 PBCC images/stats.pb-c.c [2021-04-16T10:39:10.299Z] #43 15.44 DEP images/stats.pb-c.d [2021-04-16T10:39:10.461Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.012s coverage: 3.0% of statements [2021-04-16T10:39:10.478Z] #43 151.8 CC criu/log.o [2021-04-16T10:39:11.091Z] ok github.com/docker/docker/daemon/links 0.001s coverage: 93.0% of statements [2021-04-16T10:39:11.126Z] #43 152.3 CC criu/lsm.o [2021-04-16T10:39:11.644Z] #43 153.3 CC criu/rbtree.o [2021-04-16T10:39:11.683Z] #43 16.93 make[1]: Nothing to be done for 'all'. [2021-04-16T10:39:11.782Z] #43 152.8 CC criu/mem.o [2021-04-16T10:39:11.900Z] #43 153.6 CC criu/rst-malloc.o [2021-04-16T10:39:12.123Z] ok github.com/docker/docker/daemon/images 0.018s coverage: 6.7% of statements [2021-04-16T10:39:12.123Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-04-16T10:39:12.123Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-04-16T10:39:12.157Z] #43 153.9 CC criu/seccomp.o [2021-04-16T10:39:12.752Z] ok github.com/docker/docker/daemon/logger 0.223s coverage: 43.2% of statements [2021-04-16T10:39:13.067Z] #43 18.35 CC images/stats.o [2021-04-16T10:39:13.085Z] #43 154.6 CC criu/seize.o [2021-04-16T10:39:13.343Z] #43 ... [2021-04-16T10:39:13.343Z] [2021-04-16T10:39:13.343Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-04-16T10:39:13.343Z] #40 sha256:7b2fe3946947f3b0859e850ff08d21da2ec2d73d27b4150d703bd44d27949913 [2021-04-16T10:39:13.343Z] #40 DONE 217.6s [2021-04-16T10:39:13.381Z] ok github.com/docker/docker/daemon/logger/awslogs 0.078s coverage: 77.4% of statements [2021-04-16T10:39:13.381Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-04-16T10:39:13.381Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-04-16T10:39:13.599Z] [2021-04-16T10:39:13.599Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-16T10:39:13.599Z] #49 sha256:3fda856b49e821caaa8314cb530fa690d1a70a84251009bd74294b825178aab3 [2021-04-16T10:39:13.639Z] #43 18.81 CC images/core.o [2021-04-16T10:39:13.671Z] ok github.com/docker/docker/daemon/logger/gelf 0.005s coverage: 67.0% of statements [2021-04-16T10:39:13.856Z] #49 ... [2021-04-16T10:39:13.856Z] [2021-04-16T10:39:13.856Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:39:13.856Z] #43 sha256:634da649664dd1653459ec5ff55fe2816455cb64254406f6f3ff10f2bc6f3259 [2021-04-16T10:39:13.856Z] #43 155.5 CC criu/servicefd.o [2021-04-16T10:39:13.890Z] #43 155.1 CC criu/memfd.o [2021-04-16T10:39:14.210Z] #43 19.49 CC images/core-x86.o [2021-04-16T10:39:14.300Z] ok github.com/docker/docker/daemon/logger/journald 0.017s coverage: 23.9% of statements [2021-04-16T10:39:14.418Z] #43 156.2 CC criu/shmem.o [2021-04-16T10:39:14.589Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.008s coverage: 69.9% of statements [2021-04-16T10:39:14.881Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.002s coverage: 87.2% of statements [2021-04-16T10:39:14.949Z] #43 155.9 CC criu/mount.o [2021-04-16T10:39:14.981Z] #43 ... [2021-04-16T10:39:14.981Z] [2021-04-16T10:39:14.981Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-04-16T10:39:14.981Z] #41 sha256:8b5febc9247ecbe6b8cbe225d798ec15354bba71e6774d99c652b173f5315085 [2021-04-16T10:39:14.981Z] #41 DONE 0.5s [2021-04-16T10:39:15.151Z] #43 20.19 CC images/core-arm.o [2021-04-16T10:39:15.276Z] [2021-04-16T10:39:15.276Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-04-16T10:39:15.276Z] #53 sha256:f651f3121f8d6b8bef2248a00b1abf919aa01c7050edc0b3ef4754aa921f6c96 [2021-04-16T10:39:15.411Z] #43 20.61 CC images/core-aarch64.o [2021-04-16T10:39:15.511Z] ok github.com/docker/docker/daemon/logger/local 0.009s coverage: 75.2% of statements [2021-04-16T10:39:15.511Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-04-16T10:39:15.534Z] #53 ... [2021-04-16T10:39:15.534Z] [2021-04-16T10:39:15.534Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:39:15.534Z] #43 sha256:634da649664dd1653459ec5ff55fe2816455cb64254406f6f3ff10f2bc6f3259 [2021-04-16T10:39:15.534Z] #43 157.0 CC criu/sigframe.o [2021-04-16T10:39:15.534Z] #43 157.3 CC criu/signalfd.o [2021-04-16T10:39:15.672Z] #43 20.99 CC images/core-ppc64.o [2021-04-16T10:39:15.800Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.051s coverage: 58.6% of statements [2021-04-16T10:39:16.007Z] #43 ... [2021-04-16T10:39:16.007Z] [2021-04-16T10:39:16.007Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-04-16T10:39:16.007Z] #22 sha256:07d62feb1778c61a3500190b6abda9908522b37a91775907723f6672a7fbeeaf [2021-04-16T10:39:16.007Z] #22 26.24 Installing build dependencies: finished with status 'done' [2021-04-16T10:39:16.111Z] #43 157.7 CC criu/sk-inet.o [2021-04-16T10:39:16.244Z] #43 ... [2021-04-16T10:39:16.244Z] [2021-04-16T10:39:16.244Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-16T10:39:16.244Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-16T10:39:16.244Z] #13 72.73 Selecting previously unselected package gcc-mingw-w64-base. [2021-04-16T10:39:16.244Z] #13 72.75 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-04-16T10:39:16.244Z] #13 72.75 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-04-16T10:39:16.244Z] #13 72.94 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-04-16T10:39:16.244Z] #13 72.94 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-04-16T10:39:16.244Z] #13 72.95 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-04-16T10:39:16.430Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.020s coverage: 31.5% of statements [2021-04-16T10:39:16.514Z] #13 ... [2021-04-16T10:39:16.514Z] [2021-04-16T10:39:16.514Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:39:16.514Z] #43 sha256:634da649664dd1653459ec5ff55fe2816455cb64254406f6f3ff10f2bc6f3259 [2021-04-16T10:39:16.514Z] #43 21.61 CC images/core-s390.o [2021-04-16T10:39:17.055Z] #43 158.7 CC criu/sk-netlink.o [2021-04-16T10:39:17.085Z] #43 22.33 CC images/cpuinfo.o [2021-04-16T10:39:17.315Z] #43 159.1 CC criu/sk-packet.o [2021-04-16T10:39:17.459Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 46.8% of statements [2021-04-16T10:39:17.655Z] #43 22.82 CC images/inventory.o [2021-04-16T10:39:17.749Z] ok github.com/docker/docker/daemon/logger/templates 0.001s coverage: 8.3% of statements [2021-04-16T10:39:17.877Z] #43 159.6 CC criu/sk-queue.o [2021-04-16T10:39:17.916Z] #43 23.12 CC images/fdinfo.o [2021-04-16T10:39:18.038Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2021-04-16T10:39:18.176Z] #43 23.54 CC images/fown.o [2021-04-16T10:39:18.328Z] ok github.com/docker/docker/daemon/logger/splunk 1.436s coverage: 82.5% of statements [2021-04-16T10:39:18.328Z] ? github.com/docker/docker/daemon/names [no test files] [2021-04-16T10:39:18.328Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-04-16T10:39:18.439Z] #43 160.1 CC criu/sk-tcp.o [2021-04-16T10:39:18.748Z] #43 23.74 CC images/ns.o [2021-04-16T10:39:18.748Z] #43 23.95 CC images/regfile.o [2021-04-16T10:39:18.748Z] #43 ... [2021-04-16T10:39:18.748Z] [2021-04-16T10:39:18.748Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-16T10:39:18.748Z] #51 sha256:c9c69883b53444f0e80a474188825ff804ddf2c456c62fe6c7b59f3011550c70 [2021-04-16T10:39:18.748Z] #51 79.43 mvdan.cc/editorconfig [2021-04-16T10:39:18.748Z] #51 79.85 mvdan.cc/sh/v3/fileutil [2021-04-16T10:39:18.748Z] #51 80.03 text/tabwriter [2021-04-16T10:39:18.748Z] #51 80.62 mvdan.cc/sh/v3/syntax [2021-04-16T10:39:18.748Z] #51 86.11 mvdan.cc/sh/v3/cmd/shfmt [2021-04-16T10:39:19.001Z] #43 160.7 CC criu/sk-unix.o [2021-04-16T10:39:19.008Z] #51 ... [2021-04-16T10:39:19.008Z] [2021-04-16T10:39:19.008Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-16T10:39:19.009Z] #56 sha256:73a9954cb854da8887442757a1716cf70f8bd915e3c2639a6654d0f7700481f6 [2021-04-16T10:39:19.009Z] #56 43.22 Checking out files: 48% (1891/3883) Checking out files: 49% (1903/3883) Checking out files: 50% (1942/3883) Checking out files: 51% (1981/3883) Checking out files: 52% (2020/3883) Checking out files: 53% (2058/3883) Checking out files: 54% (2097/3883) Checking out files: 55% (2136/3883) Checking out files: 56% (2175/3883) Checking out files: 57% (2214/3883) Checking out files: 58% (2253/3883) Checking out files: 59% (2291/3883) Checking out files: 60% (2330/3883) Checking out files: 61% (2369/3883) Checking out files: 62% (2408/3883) Checking out files: 63% (2447/3883) Checking out files: 64% (2486/3883) Checking out files: 65% (2524/3883) Checking out files: 66% (2563/3883) Checking out files: 67% (2602/3883) Checking out files: 68% (2641/3883) Checking out files: 69% (2680/3883) Checking out files: 70% (2719/3883) Checking out files: 71% (2757/3883) Checking out files: 72% (2796/3883) Checking out files: 73% (2835/3883) Checking out files: 74% (2874/3883) Checking out files: 75% (2913/3883) Checking out files: 76% (2952/3883) Checking out files: 77% (2990/3883) Checking out files: 78% (3029/3883) Checking out files: 79% (3068/3883) Checking out files: 80% (3107/3883) Checking out files: 81% (3146/3883) Checking out files: 82% (3185/3883) Checking out files: 83% (3223/3883) Checking out files: 84% (3262/3883) Checking out files: 85% (3301/3883) Checking out files: 86% (3340/3883) Checking out files: 87% (3379/3883) Checking out files: 88% (3418/3883) Checking out files: 89% (3456/3883) Checking out files: 89% (3479/3883) Checking out files: 90% (3495/3883) Checking out files: 91% (3534/3883) Checking out files: 92% (3573/3883) Checking out files: 93% (3612/3883) Checking out files: 94% (3651/3883) Checking out files: 95% (3689/3883) Checking out files: 96% (3728/3883) Checking out files: 97% (3767/3883) Checking out files: 98% (3806/3883) Checking out files: 99% (3845/3883) Checking out files: 100% (3883/3883) Checking out files: 100% (3883/3883), done. [2021-04-16T10:39:19.009Z] #56 44.64 + cd /tmp/tmp.0W2fIlq0OZ/src/github.com/containerd/containerd [2021-04-16T10:39:19.009Z] #56 44.64 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-16T10:39:19.269Z] #56 ... [2021-04-16T10:39:19.269Z] [2021-04-16T10:39:19.269Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:39:19.269Z] #45 sha256:8cefe35e1f8c9be27349f1091e79b96de2d2df0961cedb0e85bc9ccff6949da3 [2021-04-16T10:39:19.269Z] #45 79.88 go/parser [2021-04-16T10:39:19.269Z] #45 80.20 text/template [2021-04-16T10:39:19.269Z] #45 83.43 log [2021-04-16T10:39:19.269Z] #45 83.94 encoding/xml [2021-04-16T10:39:19.269Z] #45 84.69 go/doc [2021-04-16T10:39:19.269Z] #45 87.87 github.com/LK4D4/vndr/build [2021-04-16T10:39:19.269Z] #45 89.33 github.com/LK4D4/vndr/versioned [2021-04-16T10:39:19.269Z] #45 89.44 compress/flate [2021-04-16T10:39:19.529Z] #45 ... [2021-04-16T10:39:19.529Z] [2021-04-16T10:39:19.529Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:39:19.529Z] #43 sha256:634da649664dd1653459ec5ff55fe2816455cb64254406f6f3ff10f2bc6f3259 [2021-04-16T10:39:19.529Z] #43 24.25 CC images/ghost-file.o [2021-04-16T10:39:19.529Z] #43 24.62 CC images/fifo.o [2021-04-16T10:39:19.563Z] #43 ... [2021-04-16T10:39:19.563Z] [2021-04-16T10:39:19.563Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-16T10:39:19.563Z] #49 sha256:3fda856b49e821caaa8314cb530fa690d1a70a84251009bd74294b825178aab3 [2021-04-16T10:39:19.563Z] #49 218.0 + /build/golangci-lint --version [2021-04-16T10:39:19.563Z] #49 218.4 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-04-16T10:39:19.563Z] #49 DONE 218.9s [2021-04-16T10:39:19.790Z] #43 24.94 CC images/remap-file-path.o [2021-04-16T10:39:19.819Z] [2021-04-16T10:39:19.819Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-16T10:39:19.819Z] #56 sha256:48dfde97e06fabde525c16b895e288e6a621b70d71fc279e53df57931e1d355d [2021-04-16T10:39:19.828Z] ok github.com/docker/docker/distribution/metadata 0.022s coverage: 48.2% of statements [2021-04-16T10:39:19.828Z] ok github.com/docker/docker/distribution 0.228s coverage: 25.2% of statements [2021-04-16T10:39:19.828Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-04-16T10:39:20.050Z] #43 25.23 CC images/eventfd.o [2021-04-16T10:39:20.311Z] #43 25.47 CC images/eventpoll.o [2021-04-16T10:39:20.572Z] #43 25.82 CC images/fh.o [2021-04-16T10:39:20.931Z] ok github.com/docker/docker/errdefs 0.018s coverage: 53.1% of statements [2021-04-16T10:39:21.143Z] #43 26.12 CC images/fsnotify.o [2021-04-16T10:39:21.196Z] #56 ... [2021-04-16T10:39:21.196Z] [2021-04-16T10:39:21.196Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:39:21.196Z] #43 sha256:634da649664dd1653459ec5ff55fe2816455cb64254406f6f3ff10f2bc6f3259 [2021-04-16T10:39:21.196Z] #43 162.7 CC criu/sockets.o [2021-04-16T10:39:21.404Z] #43 26.64 CC images/signalfd.o [2021-04-16T10:39:21.561Z] ok github.com/docker/docker/image 0.013s coverage: 86.6% of statements [2021-04-16T10:39:21.664Z] #43 26.83 CC images/fs.o [2021-04-16T10:39:21.664Z] #43 ... [2021-04-16T10:39:21.664Z] [2021-04-16T10:39:21.664Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-04-16T10:39:21.664Z] #51 sha256:c9c69883b53444f0e80a474188825ff804ddf2c456c62fe6c7b59f3011550c70 [2021-04-16T10:39:21.664Z] #51 DONE 92.4s [2021-04-16T10:39:21.758Z] #43 163.5 CC criu/stats.o [2021-04-16T10:39:21.925Z] [2021-04-16T10:39:21.925Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:39:21.925Z] #45 sha256:8cefe35e1f8c9be27349f1091e79b96de2d2df0961cedb0e85bc9ccff6949da3 [2021-04-16T10:39:21.925Z] #45 90.97 hash/crc32 [2021-04-16T10:39:21.925Z] #45 91.65 vendor/golang.org/x/crypto/cryptobyte [2021-04-16T10:39:21.925Z] #45 92.31 compress/gzip [2021-04-16T10:39:22.014Z] #43 163.7 CC criu/string.o [2021-04-16T10:39:22.228Z] ok github.com/docker/docker/image/cache 0.005s coverage: 19.2% of statements [2021-04-16T10:39:22.270Z] #43 163.8 CC criu/sysctl.o [2021-04-16T10:39:22.497Z] #45 93.02 net [2021-04-16T10:39:22.526Z] #43 164.2 CC criu/sysfs_parse.o [2021-04-16T10:39:22.782Z] #43 164.5 CC criu/timens.o [2021-04-16T10:39:22.857Z] ok github.com/docker/docker/distribution/xfer 1.892s coverage: 85.1% of statements [2021-04-16T10:39:22.857Z] ? github.com/docker/docker/dockerversion [no test files] [2021-04-16T10:39:22.857Z] ok github.com/docker/docker/image/tarexport 0.019s coverage: 0.6% of statements [2021-04-16T10:39:22.982Z] #22 ... [2021-04-16T10:39:22.982Z] [2021-04-16T10:39:22.982Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:39:22.982Z] #43 sha256:18971e2e33c6fe61fe2c3fccfe7f030f63f1953e93d060584dabe4c8520753d2 [2021-04-16T10:39:22.982Z] #43 161.3 CC criu/namespaces.o [2021-04-16T10:39:22.982Z] #43 163.9 CC criu/net.o [2021-04-16T10:39:23.039Z] #43 164.7 CC criu/timerfd.o [2021-04-16T10:39:23.071Z] #45 93.74 vendor/golang.org/x/crypto/chacha20poly1305 [2021-04-16T10:39:23.295Z] #43 165.0 CC criu/tty.o [2021-04-16T10:39:23.499Z] ok github.com/docker/docker/image/v1 0.043s coverage: 25.0% of statements [2021-04-16T10:39:23.499Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-04-16T10:39:23.863Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-04-16T10:39:23.863Z] [2021-04-16T10:39:23.863Z] + TEST_INTEGRATION_DEST=1 [2021-04-16T10:39:23.863Z] + CONTAINER_NAME=docker-pr16-1 [2021-04-16T10:39:23.863Z] + TEST_SKIP_INTEGRATION_CLI=1 [2021-04-16T10:39:23.863Z] + run_tests test-integration-flaky [2021-04-16T10:39:23.863Z] + '[' -n 0 ']' [2021-04-16T10:39:23.863Z] + rm= [2021-04-16T10:39:23.863Z] + c=0 [2021-04-16T10:39:23.863Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-40094/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40094/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-40094/.git:/go/src/github.com/docker/docker/.git --name docker-pr16-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=eb0610b7fc7e8c49160c99fa311e14ee632dd45a -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:eb0610b7fc7e8c49160c99fa311e14ee632dd45a hack/make.sh test-integration-flaky test-integration [2021-04-16T10:39:23.863Z] + TEST_INTEGRATION_DEST=2 [2021-04-16T10:39:23.863Z] + TEST_INTEGRATION_DEST=3 [2021-04-16T10:39:23.863Z] + CONTAINER_NAME=docker-pr16-2 [2021-04-16T10:39:23.863Z] + CONTAINER_NAME=docker-pr16-3 [2021-04-16T10:39:23.863Z] + TEST_SKIP_INTEGRATION=1 [2021-04-16T10:39:23.863Z] + TEST_SKIP_INTEGRATION=1 [2021-04-16T10:39:23.863Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2021-04-16T10:39:23.863Z] + run_tests [2021-04-16T10:39:23.863Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2021-04-16T10:39:23.863Z] + run_tests [2021-04-16T10:39:23.863Z] + '[' -n 0 ']' [2021-04-16T10:39:23.863Z] + '[' -n 0 ']' [2021-04-16T10:39:23.863Z] + rm= [2021-04-16T10:39:23.863Z] + rm= [2021-04-16T10:39:23.863Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-40094/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40094/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-40094/.git:/go/src/github.com/docker/docker/.git --name docker-pr16-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=eb0610b7fc7e8c49160c99fa311e14ee632dd45a -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:eb0610b7fc7e8c49160c99fa311e14ee632dd45a hack/make.sh '' test-integration [2021-04-16T10:39:23.863Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-40094/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40094/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-40094/.git:/go/src/github.com/docker/docker/.git --name docker-pr16-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=eb0610b7fc7e8c49160c99fa311e14ee632dd45a -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:eb0610b7fc7e8c49160c99fa311e14ee632dd45a hack/make.sh '' test-integration [2021-04-16T10:39:23.863Z] ++ jobs -p [2021-04-16T10:39:23.863Z] + for job in $(jobs -p) [2021-04-16T10:39:23.863Z] + wait 21927 [2021-04-16T10:39:23.863Z] [2021-04-16T10:39:23.863Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-04-16T10:39:23.863Z] PLATFORM= [2021-04-16T10:39:23.863Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-04-16T10:39:23.863Z] HOSTNAME=9d15ae5167db [2021-04-16T10:39:23.863Z] TEST_SKIP_INTEGRATION=1 [2021-04-16T10:39:23.863Z] TESTDEBUG=0 [2021-04-16T10:39:23.863Z] DEST=bundles/test-integration [2021-04-16T10:39:23.863Z] PWD=/go/src/github.com/docker/docker [2021-04-16T10:39:23.863Z] KEEPBUNDLE=1 [2021-04-16T10:39:23.863Z] DOCKER_GITCOMMIT=eb0610b7fc7e8c49160c99fa311e14ee632dd45a [2021-04-16T10:39:23.863Z] container=docker [2021-04-16T10:39:23.863Z] HOME=/root [2021-04-16T10:39:23.863Z] GOLANG_VERSION=1.13.15 [2021-04-16T10:39:23.863Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-04-16T10:39:23.863Z] VALIDATE_BRANCH=master [2021-04-16T10:39:23.863Z] TERM=xterm [2021-04-16T10:39:23.863Z] DOCKER_PKG=github.com/docker/docker [2021-04-16T10:39:23.863Z] TINI_COMMIT=de40ad007797e0dcd8b7126f27bb87401d224240 [2021-04-16T10:39:23.863Z] PRODUCT= [2021-04-16T10:39:23.863Z] SHLVL=1 [2021-04-16T10:39:23.863Z] TIMEOUT=120m [2021-04-16T10:39:23.863Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-04-16T10:39:23.863Z] DOCKER_GRAPHDRIVER=overlay2 [2021-04-16T10:39:23.863Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2021-04-16T10:39:23.863Z] GO111MODULE=off [2021-04-16T10:39:23.863Z] DEFAULT_PRODUCT_LICENSE= [2021-04-16T10:39:23.863Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-04-16T10:39:23.863Z] VERSION=dev [2021-04-16T10:39:23.863Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-04-16T10:39:23.863Z] GOPATH=/go [2021-04-16T10:39:23.863Z] PKG_CONFIG=pkg-config [2021-04-16T10:39:23.863Z] _=/usr/bin/env [2021-04-16T10:39:23.863Z] Building test suite binary ./integration-cli/test.main [2021-04-16T10:39:23.863Z] [2021-04-16T10:39:23.863Z] [2021-04-16T10:39:23.863Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2021-04-16T10:39:23.863Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-04-16T10:39:23.863Z] PLATFORM= [2021-04-16T10:39:23.863Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-04-16T10:39:23.863Z] HOSTNAME=9e5287544633 [2021-04-16T10:39:23.863Z] TEST_SKIP_INTEGRATION=1 [2021-04-16T10:39:23.863Z] TESTDEBUG=0 [2021-04-16T10:39:23.863Z] DEST=bundles/test-integration [2021-04-16T10:39:23.863Z] PWD=/go/src/github.com/docker/docker [2021-04-16T10:39:23.863Z] KEEPBUNDLE=1 [2021-04-16T10:39:23.863Z] DOCKER_GITCOMMIT=eb0610b7fc7e8c49160c99fa311e14ee632dd45a [2021-04-16T10:39:23.863Z] container=docker [2021-04-16T10:39:23.863Z] HOME=/root [2021-04-16T10:39:23.863Z] GOLANG_VERSION=1.13.15 [2021-04-16T10:39:23.863Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-04-16T10:39:23.863Z] VALIDATE_BRANCH=master [2021-04-16T10:39:23.863Z] TERM=xterm [2021-04-16T10:39:23.863Z] DOCKER_PKG=github.com/docker/docker [2021-04-16T10:39:23.863Z] TINI_COMMIT=de40ad007797e0dcd8b7126f27bb87401d224240 [2021-04-16T10:39:23.863Z] PRODUCT= [2021-04-16T10:39:23.863Z] SHLVL=1 [2021-04-16T10:39:23.863Z] TIMEOUT=120m [2021-04-16T10:39:23.863Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-04-16T10:39:23.863Z] DOCKER_GRAPHDRIVER=overlay2 [2021-04-16T10:39:23.863Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2021-04-16T10:39:23.863Z] GO111MODULE=off [2021-04-16T10:39:23.863Z] DEFAULT_PRODUCT_LICENSE= [2021-04-16T10:39:23.863Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-04-16T10:39:23.863Z] VERSION=dev [2021-04-16T10:39:23.863Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-04-16T10:39:23.863Z] GOPATH=/go [2021-04-16T10:39:23.863Z] PKG_CONFIG=pkg-config [2021-04-16T10:39:23.863Z] _=/usr/bin/env [2021-04-16T10:39:23.863Z] Building test suite binary ./integration-cli/test.main [2021-04-16T10:39:23.863Z] No new tests added to integration. [2021-04-16T10:39:23.863Z] [2021-04-16T10:39:23.863Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-04-16T10:39:23.863Z] PLATFORM= [2021-04-16T10:39:23.863Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-04-16T10:39:23.863Z] HOSTNAME=9c1a2fbb7aa3 [2021-04-16T10:39:23.863Z] TESTDEBUG=0 [2021-04-16T10:39:23.863Z] DEST=bundles/test-integration [2021-04-16T10:39:23.863Z] PWD=/go/src/github.com/docker/docker [2021-04-16T10:39:23.863Z] KEEPBUNDLE=1 [2021-04-16T10:39:23.863Z] DOCKER_GITCOMMIT=eb0610b7fc7e8c49160c99fa311e14ee632dd45a [2021-04-16T10:39:23.863Z] container=docker [2021-04-16T10:39:23.863Z] HOME=/root [2021-04-16T10:39:23.863Z] GOLANG_VERSION=1.13.15 [2021-04-16T10:39:23.863Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-04-16T10:39:23.863Z] VALIDATE_BRANCH=master [2021-04-16T10:39:23.863Z] TERM=xterm [2021-04-16T10:39:23.863Z] DOCKER_PKG=github.com/docker/docker [2021-04-16T10:39:23.863Z] TINI_COMMIT=de40ad007797e0dcd8b7126f27bb87401d224240 [2021-04-16T10:39:23.863Z] PRODUCT= [2021-04-16T10:39:23.863Z] SHLVL=1 [2021-04-16T10:39:23.863Z] TIMEOUT=120m [2021-04-16T10:39:23.863Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-04-16T10:39:23.863Z] DOCKER_GRAPHDRIVER=overlay2 [2021-04-16T10:39:23.863Z] GO111MODULE=off [2021-04-16T10:39:23.863Z] DEFAULT_PRODUCT_LICENSE= [2021-04-16T10:39:23.863Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-04-16T10:39:23.863Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-04-16T10:39:23.863Z] VERSION=dev [2021-04-16T10:39:23.863Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-04-16T10:39:23.863Z] GOPATH=/go [2021-04-16T10:39:23.863Z] PKG_CONFIG=pkg-config [2021-04-16T10:39:23.863Z] _=/usr/bin/env [2021-04-16T10:39:23.863Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-04-16T10:39:24.128Z] ok github.com/docker/docker/libcontainerd/queue 0.021s coverage: 100.0% of statements [2021-04-16T10:39:24.457Z] #45 95.10 vendor/golang.org/x/crypto/hkdf [2021-04-16T10:39:24.661Z] #43 166.2 CC criu/tun.o [2021-04-16T10:39:24.718Z] #45 95.29 vendor/golang.org/x/text/transform [2021-04-16T10:39:24.756Z] ok github.com/docker/docker/oci 0.004s coverage: 45.2% of statements [2021-04-16T10:39:24.916Z] #43 166.6 CC criu/uffd.o [2021-04-16T10:39:25.046Z] ok github.com/docker/docker/opts 0.016s coverage: 67.1% of statements [2021-04-16T10:39:25.290Z] #45 95.98 vendor/golang.org/x/text/unicode/bidi [2021-04-16T10:39:25.336Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 52.9% of statements [2021-04-16T10:39:25.792Z] #43 ... [2021-04-16T10:39:25.792Z] [2021-04-16T10:39:25.792Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-04-16T10:39:25.792Z] #22 sha256:07d62feb1778c61a3500190b6abda9908522b37a91775907723f6672a7fbeeaf [2021-04-16T10:39:25.792Z] #22 34.62 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0) [2021-04-16T10:39:25.792Z] #22 34.63 Building wheels for collected packages: yamllint, pyyaml [2021-04-16T10:39:25.792Z] #22 34.63 Running setup.py bdist_wheel for yamllint: started [2021-04-16T10:39:25.792Z] #22 35.86 Running setup.py bdist_wheel for yamllint: finished with status 'done' [2021-04-16T10:39:25.792Z] #22 35.86 Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627 [2021-04-16T10:39:25.792Z] #22 35.92 Running setup.py bdist_wheel for pyyaml: started [2021-04-16T10:39:25.886Z] #43 167.4 CC criu/util.o [2021-04-16T10:39:26.434Z] ok github.com/docker/docker/pkg/archive 0.223s coverage: 81.9% of statements [2021-04-16T10:39:26.447Z] #43 168.2 CC criu/uts_ns.o [2021-04-16T10:39:26.746Z] #43 168.4 CC criu/vdso-compat.o [2021-04-16T10:39:27.002Z] #43 168.6 CC criu/vdso.o [2021-04-16T10:39:27.206Z] #45 ... [2021-04-16T10:39:27.206Z] [2021-04-16T10:39:27.206Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:39:27.206Z] #43 sha256:634da649664dd1653459ec5ff55fe2816455cb64254406f6f3ff10f2bc6f3259 [2021-04-16T10:39:27.206Z] #43 27.13 CC images/pstree.o [2021-04-16T10:39:27.206Z] #43 27.40 CC images/pipe.o [2021-04-16T10:39:27.206Z] #43 27.61 CC images/tcp-stream.o [2021-04-16T10:39:27.206Z] #43 27.85 CC images/sk-packet.o [2021-04-16T10:39:27.206Z] #43 28.14 CC images/mnt.o [2021-04-16T10:39:27.206Z] #43 28.37 CC images/pipe-data.o [2021-04-16T10:39:27.206Z] #43 28.56 CC images/sa.o [2021-04-16T10:39:27.206Z] #43 28.79 CC images/timer.o [2021-04-16T10:39:27.206Z] #43 29.19 CC images/timerfd.o [2021-04-16T10:39:27.206Z] #43 29.49 CC images/mm.o [2021-04-16T10:39:27.206Z] #43 29.80 CC images/sk-opts.o [2021-04-16T10:39:27.206Z] #43 30.08 CC images/sk-unix.o [2021-04-16T10:39:27.206Z] #43 30.43 CC images/sk-inet.o [2021-04-16T10:39:27.206Z] #43 30.73 CC images/tun.o [2021-04-16T10:39:27.206Z] #43 31.04 CC images/sk-netlink.o [2021-04-16T10:39:27.206Z] #43 31.25 CC images/packet-sock.o [2021-04-16T10:39:27.206Z] #43 31.58 CC images/ipc-var.o [2021-04-16T10:39:27.206Z] #43 31.81 CC images/ipc-desc.o [2021-04-16T10:39:27.206Z] #43 31.98 CC images/ipc-shm.o [2021-04-16T10:39:27.206Z] #43 32.18 CC images/ipc-msg.o [2021-04-16T10:39:27.206Z] #43 32.43 CC images/ipc-sem.o [2021-04-16T10:39:27.258Z] #43 169.0 LINK criu/built-in.o [2021-04-16T10:39:27.258Z] #43 169.1 LINK criu/criu [2021-04-16T10:39:27.348Z] #22 37.62 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2021-04-16T10:39:27.348Z] #22 37.62 Stored in directory: /root/.cache/pip/wheels/2a/d4/92/cf299bdf4162957ca8126b46e913e29f76a4f17ca762c45028 [2021-04-16T10:39:27.348Z] #22 37.84 Successfully built yamllint pyyaml [2021-04-16T10:39:27.465Z] ok github.com/docker/docker/pkg/authorization 0.460s coverage: 68.3% of statements [2021-04-16T10:39:27.467Z] #43 32.61 CC images/utsns.o [2021-04-16T10:39:27.467Z] #43 32.80 CC images/creds.o [2021-04-16T10:39:27.648Z] #22 37.88 Installing collected packages: pathspec, pyyaml, yamllint [2021-04-16T10:39:27.728Z] #43 32.96 CC images/vma.o [2021-04-16T10:39:27.728Z] #43 ... [2021-04-16T10:39:27.728Z] [2021-04-16T10:39:27.728Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-16T10:39:27.728Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-16T10:39:27.728Z] #13 94.17 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-04-16T10:39:27.728Z] #13 94.17 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-04-16T10:39:27.728Z] #13 94.18 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-04-16T10:39:27.755Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2021-04-16T10:39:27.755Z] ok github.com/docker/docker/pkg/capabilities 0.001s coverage: 87.5% of statements [2021-04-16T10:39:27.820Z] #43 169.5 DEP lib/c/criu.d [2021-04-16T10:39:27.820Z] #43 169.5 CC images/rpc.pb-c.o [2021-04-16T10:39:27.948Z] #22 38.22 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1 [2021-04-16T10:39:27.948Z] #22 DONE 38.4s [2021-04-16T10:39:27.948Z] [2021-04-16T10:39:27.948Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:39:27.948Z] #43 sha256:18971e2e33c6fe61fe2c3fccfe7f030f63f1953e93d060584dabe4c8520753d2 [2021-04-16T10:39:27.948Z] #43 168.4 CC criu/netfilter.o [2021-04-16T10:39:27.948Z] #43 168.9 CC criu/page-pipe.o [2021-04-16T10:39:28.118Z] #43 169.9 CC lib/c/criu.o [2021-04-16T10:39:28.598Z] #43 169.8 CC criu/page-xfer.o [2021-04-16T10:39:29.045Z] #43 170.8 LINK lib/c/built-in.o [2021-04-16T10:39:29.046Z] #43 170.8 LINK lib/c/libcriu.so [2021-04-16T10:39:29.046Z] #43 170.8 LINK lib/c/libcriu.a [2021-04-16T10:39:29.046Z] #43 170.9 GEN magic.py [2021-04-16T10:39:29.301Z] #43 171.0 Note: Building without setproctitle() and strlcpy() support. [2021-04-16T10:39:29.301Z] #43 171.0 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-04-16T10:39:29.301Z] #43 171.0 Note: Building without GnuTLS support [2021-04-16T10:39:29.301Z] #43 171.0 Makefile.config:39: Warn: you have no libnftables installed [2021-04-16T10:39:29.301Z] #43 171.0 Makefile.config:40: Warn: Building without nftables support [2021-04-16T10:39:29.863Z] #43 171.7 fatal: not a git repository (or any of the parent directories): .git [2021-04-16T10:39:30.275Z] #13 ... [2021-04-16T10:39:30.275Z] [2021-04-16T10:39:30.275Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-16T10:39:30.275Z] #56 sha256:73a9954cb854da8887442757a1716cf70f8bd915e3c2639a6654d0f7700481f6 [2021-04-16T10:39:30.275Z] #56 46.16 + export 'BUILDTAGS=netgo osusergo static_build' [2021-04-16T10:39:30.275Z] #56 46.16 + BUILDTAGS='netgo osusergo static_build' [2021-04-16T10:39:30.276Z] #56 46.16 + export EXTRA_FLAGS=-buildmode=pie [2021-04-16T10:39:30.276Z] #56 46.16 + EXTRA_FLAGS=-buildmode=pie [2021-04-16T10:39:30.276Z] #56 46.16 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-04-16T10:39:30.276Z] #56 46.16 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-04-16T10:39:30.276Z] #56 46.16 + '[' '' = dynamic ']' [2021-04-16T10:39:30.276Z] #56 46.16 + make [2021-04-16T10:39:30.276Z] #56 47.17 + bin/ctr [2021-04-16T10:39:30.276Z] #56 ... [2021-04-16T10:39:30.276Z] [2021-04-16T10:39:30.276Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:39:30.276Z] #43 sha256:634da649664dd1653459ec5ff55fe2816455cb64254406f6f3ff10f2bc6f3259 [2021-04-16T10:39:30.276Z] #43 33.17 CC images/netdev.o [2021-04-16T10:39:30.276Z] #43 33.51 CC images/tty.o [2021-04-16T10:39:30.276Z] #43 34.03 CC images/file-lock.o [2021-04-16T10:39:30.276Z] #43 34.23 CC images/rlimit.o [2021-04-16T10:39:30.276Z] #43 34.41 CC images/pagemap.o [2021-04-16T10:39:30.276Z] #43 34.68 CC images/siginfo.o [2021-04-16T10:39:30.276Z] #43 34.99 CC images/rpc.o [2021-04-16T10:39:30.545Z] ok github.com/docker/docker/api/server/httputils 0.026s coverage: 14.7% of statements [2021-04-16T10:39:30.545Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-04-16T10:39:30.545Z] ok github.com/docker/docker/api/server/middleware 0.032s coverage: 37.7% of statements [2021-04-16T10:39:30.545Z] ? github.com/docker/docker/api/server/router [no test files] [2021-04-16T10:39:30.545Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-04-16T10:39:30.545Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-04-16T10:39:30.545Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-04-16T10:39:30.545Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-04-16T10:39:30.545Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-04-16T10:39:30.545Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-04-16T10:39:30.545Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-04-16T10:39:30.545Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-04-16T10:39:30.545Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-04-16T10:39:30.545Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-04-16T10:39:30.545Z] ok github.com/docker/docker/api/types/strslice 0.028s coverage: 90.0% of statements [2021-04-16T10:39:30.545Z] ok github.com/docker/docker/api/types/filters 0.068s coverage: 92.2% of statements [2021-04-16T10:39:30.545Z] ok github.com/docker/docker/api/server/router/swarm 0.031s coverage: 5.7% of statements [2021-04-16T10:39:30.545Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-04-16T10:39:30.545Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-04-16T10:39:30.545Z] ? github.com/docker/docker/api/types [no test files] [2021-04-16T10:39:30.545Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-04-16T10:39:30.545Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-04-16T10:39:30.545Z] ? github.com/docker/docker/api/types/container [no test files] [2021-04-16T10:39:30.545Z] ? github.com/docker/docker/api/types/events [no test files] [2021-04-16T10:39:30.545Z] ? github.com/docker/docker/api/types/image [no test files] [2021-04-16T10:39:30.545Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-04-16T10:39:30.545Z] ? github.com/docker/docker/api/types/network [no test files] [2021-04-16T10:39:30.545Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-04-16T10:39:30.545Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-04-16T10:39:30.545Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-04-16T10:39:30.545Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-04-16T10:39:30.545Z] ok github.com/docker/docker/api/types/time 0.019s coverage: 100.0% of statements [2021-04-16T10:39:30.545Z] ok github.com/docker/docker/api/types/versions 0.026s coverage: 75.0% of statements [2021-04-16T10:39:30.545Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-04-16T10:39:30.545Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-04-16T10:39:30.545Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-04-16T10:39:30.545Z] ? github.com/docker/docker/builder [no test files] [2021-04-16T10:39:30.545Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-04-16T10:39:30.545Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-04-16T10:39:30.545Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-04-16T10:39:30.545Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-04-16T10:39:30.545Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-04-16T10:39:30.545Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-04-16T10:39:30.545Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-04-16T10:39:30.545Z] ok github.com/docker/docker/cli/debug 0.009s coverage: 100.0% of statements [2021-04-16T10:39:30.545Z] ok github.com/docker/docker/builder/remotecontext 0.160s coverage: 13.7% of statements [2021-04-16T10:39:30.545Z] ok github.com/docker/docker/builder/dockerfile 0.422s coverage: 48.5% of statements [2021-04-16T10:39:30.545Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-04-16T10:39:30.705Z] #43 171.9 CC criu/pagemap-cache.o [2021-04-16T10:39:30.803Z] #43 172.2 make[1]: Nothing to be done for 'all'. [2021-04-16T10:39:31.059Z] #43 172.7 make[1]: 'images/built-in.o' is up to date. [2021-04-16T10:39:31.059Z] #43 172.8 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-04-16T10:39:31.059Z] #43 172.8 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-04-16T10:39:31.059Z] #43 172.8 make[1]: 'compel/libcompel.a' is up to date. [2021-04-16T10:39:31.059Z] #43 172.8 make[1]: 'compel/compel-host-bin' is up to date. [2021-04-16T10:39:31.059Z] #43 172.9 make[1]: Nothing to be done for 'all'. [2021-04-16T10:39:31.219Z] #43 36.13 CC images/ext-file.o [2021-04-16T10:39:31.219Z] #43 36.31 CC images/cgroup.o [2021-04-16T10:39:31.315Z] #43 172.9 make[1]: 'soccr/libsoccr.a' is up to date. [2021-04-16T10:39:31.315Z] #43 173.1 make[2]: Nothing to be done for 'all'. [2021-04-16T10:39:31.316Z] #43 173.1 make[2]: Nothing to be done for 'all'. [2021-04-16T10:39:31.316Z] #43 173.1 make[2]: Nothing to be done for 'all'. [2021-04-16T10:39:31.374Z] #43 172.6 CC criu/pagemap.o [2021-04-16T10:39:31.507Z] ok github.com/docker/docker/builder/remotecontext/git 4.489s coverage: 86.3% of statements [2021-04-16T10:39:31.507Z] ? github.com/docker/docker/cli [no test files] [2021-04-16T10:39:31.507Z] ? github.com/docker/docker/cli/config [no test files] [2021-04-16T10:39:31.571Z] #43 173.2 make[2]: Nothing to be done for 'all'. [2021-04-16T10:39:31.571Z] #43 173.3 make[2]: Nothing to be done for 'all'. [2021-04-16T10:39:31.571Z] #43 173.3 make[2]: Nothing to be done for 'all'. [2021-04-16T10:39:31.571Z] #43 173.3 make[2]: Nothing to be done for 'all'. [2021-04-16T10:39:31.571Z] #43 173.4 make[2]: Nothing to be done for 'all'. [2021-04-16T10:39:31.791Z] #43 36.90 CC images/userns.o [2021-04-16T10:39:31.791Z] #43 37.14 CC images/google/protobuf/descriptor.o [2021-04-16T10:39:31.827Z] #43 173.4 INSTALL criu/criu [2021-04-16T10:39:32.084Z] #43 DONE 173.7s [2021-04-16T10:39:32.084Z] [2021-04-16T10:39:32.084Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-16T10:39:32.084Z] #56 sha256:48dfde97e06fabde525c16b895e288e6a621b70d71fc279e53df57931e1d355d [2021-04-16T10:39:32.190Z] ok github.com/docker/docker/pkg/chrootarchive 3.513s coverage: 43.2% of statements [2021-04-16T10:39:32.190Z] ok github.com/docker/docker/pkg/directory 0.001s coverage: 80.0% of statements [2021-04-16T10:39:32.190Z] ok github.com/docker/docker/layer 7.772s coverage: 68.8% of statements [2021-04-16T10:39:32.190Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-04-16T10:39:32.190Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-04-16T10:39:32.190Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-04-16T10:39:32.190Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-04-16T10:39:32.190Z] ? github.com/docker/docker/oci/caps [no test files] [2021-04-16T10:39:32.190Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-04-16T10:39:32.190Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-04-16T10:39:32.480Z] ok github.com/docker/docker/pkg/discovery 0.016s coverage: 58.3% of statements [2021-04-16T10:39:32.480Z] ok github.com/docker/docker/pkg/discovery/file 0.006s coverage: 97.6% of statements [2021-04-16T10:39:32.913Z] #43 173.7 CC criu/parasite-syscall.o [2021-04-16T10:39:33.011Z] #56 ... [2021-04-16T10:39:33.011Z] [2021-04-16T10:39:33.011Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-04-16T10:39:33.011Z] #44 sha256:81bdac19e87cbc403a9bfdf6f4721358d4a8895cd7bd396ad555c357268caaf2 [2021-04-16T10:39:33.109Z] ok github.com/docker/docker/pkg/discovery/memory 0.007s coverage: 92.3% of statements [2021-04-16T10:39:33.267Z] #44 DONE 0.1s [2021-04-16T10:39:33.267Z] [2021-04-16T10:39:33.267Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-04-16T10:39:33.267Z] #46 sha256:4b717b8af01bb56797e378365250a6774b873d4ccfca134a8ba2999a78cddfa2 [2021-04-16T10:39:33.398Z] ok github.com/docker/docker/pkg/discovery/nodes 0.013s coverage: 93.8% of statements [2021-04-16T10:39:33.523Z] #46 DONE 0.2s [2021-04-16T10:39:33.523Z] [2021-04-16T10:39:33.523Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-04-16T10:39:33.523Z] #48 sha256:9e5cfbf0a74edde82db52145d2ec57de3e0fce7bcfb818c585d7e723b9e9afb5 [2021-04-16T10:39:33.523Z] #48 DONE 0.1s [2021-04-16T10:39:33.523Z] [2021-04-16T10:39:33.523Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-04-16T10:39:33.523Z] #50 sha256:a522ffe4f799de501022bf83de9a9b4b2ad510367cc0923f9c9100844ba82a70 [2021-04-16T10:39:33.688Z] ok github.com/docker/docker/pkg/dmesg 0.005s coverage: 83.3% of statements [2021-04-16T10:39:33.707Z] #43 38.66 CC images/opts.o [2021-04-16T10:39:33.707Z] #43 38.89 CC images/seccomp.o [2021-04-16T10:39:33.968Z] #43 39.11 CC images/binfmt-misc.o [2021-04-16T10:39:33.975Z] #43 174.9 CC criu/path.o [2021-04-16T10:39:34.085Z] #50 DONE 0.5s [2021-04-16T10:39:34.085Z] [2021-04-16T10:39:34.085Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-16T10:39:34.085Z] #56 sha256:48dfde97e06fabde525c16b895e288e6a621b70d71fc279e53df57931e1d355d [2021-04-16T10:39:34.085Z] #56 ... [2021-04-16T10:39:34.085Z] [2021-04-16T10:39:34.085Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-04-16T10:39:34.085Z] #52 sha256:c8b07065d66ad1a217c125f92c68a7a0767fad67af7afed4f54d6ccea599eefd [2021-04-16T10:39:34.085Z] #52 DONE 0.1s [2021-04-16T10:39:34.230Z] #43 39.29 CC images/time.o [2021-04-16T10:39:34.230Z] #43 39.53 CC images/sysctl.o [2021-04-16T10:39:34.275Z] #43 175.4 CC criu/pie-util-vdso.o [2021-04-16T10:39:34.341Z] [2021-04-16T10:39:34.341Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-16T10:39:34.341Z] #56 sha256:48dfde97e06fabde525c16b895e288e6a621b70d71fc279e53df57931e1d355d [2021-04-16T10:39:34.491Z] #43 39.79 CC images/autofs.o [2021-04-16T10:39:34.575Z] #43 175.9 CC criu/pie-util.o [2021-04-16T10:39:34.715Z] ok github.com/docker/docker/pkg/filenotify 0.601s coverage: 67.0% of statements [2021-04-16T10:39:34.752Z] #43 40.04 CC images/macvlan.o [2021-04-16T10:39:34.903Z] #43 176.1 CC criu/pipes.o [2021-04-16T10:39:35.013Z] #43 40.21 CC images/sit.o [2021-04-16T10:39:35.274Z] #43 40.43 CC images/memfd.o [2021-04-16T10:39:35.344Z] ok github.com/docker/docker/pkg/fileutils 0.006s coverage: 89.5% of statements [2021-04-16T10:39:35.536Z] #43 40.69 CC images/timens.o [2021-04-16T10:39:35.797Z] #43 41.04 LINK images/built-in.o [2021-04-16T10:39:35.958Z] #43 177.1 CC criu/plugin.o [2021-04-16T10:39:36.060Z] #43 41.24 GEN compel/include/asm [2021-04-16T10:39:36.060Z] #43 41.28 GEN compel/include/version.h [2021-04-16T10:39:36.060Z] #43 41.30 touch .config [2021-04-16T10:39:36.060Z] #43 41.35 GEN include/common/config.h [2021-04-16T10:39:36.321Z] #43 41.44 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2021-04-16T10:39:36.321Z] #43 41.46 GEN compel/plugins/include/uapi/std/syscall-64.h [2021-04-16T10:39:36.321Z] #43 41.49 GEN compel/arch/x86/plugins/std/syscalls-64.S [2021-04-16T10:39:36.321Z] #43 41.51 DEP compel/arch/x86/plugins/std/syscalls-64.d [2021-04-16T10:39:36.321Z] #43 41.54 DEP compel/arch/x86/plugins/std/memcpy.d [2021-04-16T10:39:36.321Z] #43 41.56 DEP compel/arch/x86/plugins/std/parasite-head.d [2021-04-16T10:39:36.321Z] #43 41.59 GEN compel/plugins/include/uapi/std/syscall.h [2021-04-16T10:39:36.321Z] #43 41.62 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2021-04-16T10:39:36.321Z] #43 41.64 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-04-16T10:39:36.321Z] #43 41.66 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-04-16T10:39:36.372Z] ok github.com/docker/docker/pkg/fsutils 0.444s coverage: 85.1% of statements [2021-04-16T10:39:36.372Z] ok github.com/docker/docker/pkg/discovery/kv 3.065s coverage: 84.1% of statements [2021-04-16T10:39:36.582Z] #43 41.67 DEP compel/plugins/std/infect.d [2021-04-16T10:39:36.582Z] #43 41.79 DEP compel/plugins/std/string.d [2021-04-16T10:39:36.582Z] #43 41.86 DEP compel/plugins/std/log.d [2021-04-16T10:39:36.606Z] #43 177.6 CC criu/proc_parse.o [2021-04-16T10:39:36.662Z] ok github.com/docker/docker/pkg/homedir 0.008s coverage: 11.4% of statements [2021-04-16T10:39:36.816Z] ok github.com/docker/docker/client 0.286s coverage: 75.4% of statements [2021-04-16T10:39:36.843Z] #43 41.98 DEP compel/plugins/std/fds.d [2021-04-16T10:39:36.843Z] #43 42.07 DEP compel/plugins/std/std.d [2021-04-16T10:39:36.843Z] #43 42.18 DEP compel/plugins/shmem/shmem.d [2021-04-16T10:39:36.843Z] #43 ... [2021-04-16T10:39:36.843Z] [2021-04-16T10:39:36.843Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-04-16T10:39:36.843Z] #58 sha256:4a75bb1703d9e9529569fc185aea76d5279a10a894c27239befb91162e3be202 [2021-04-16T10:39:36.843Z] #58 107.5 + for f in rootlesskit rootlesskit-docker-proxy [2021-04-16T10:39:36.843Z] #58 107.5 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-04-16T10:39:37.104Z] #58 ... [2021-04-16T10:39:37.104Z] [2021-04-16T10:39:37.104Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:39:37.104Z] #45 sha256:8cefe35e1f8c9be27349f1091e79b96de2d2df0961cedb0e85bc9ccff6949da3 [2021-04-16T10:39:37.104Z] #45 97.66 vendor/golang.org/x/text/secure/bidirule [2021-04-16T10:39:37.104Z] #45 97.93 vendor/golang.org/x/text/unicode/norm [2021-04-16T10:39:37.104Z] #45 101.6 vendor/golang.org/x/net/idna [2021-04-16T10:39:37.104Z] #45 103.5 vendor/golang.org/x/net/http2/hpack [2021-04-16T10:39:37.104Z] #45 104.3 mime [2021-04-16T10:39:37.105Z] #45 105.6 mime/quotedprintable [2021-04-16T10:39:37.105Z] #45 105.9 net/http/internal [2021-04-16T10:39:37.105Z] #45 ... [2021-04-16T10:39:37.105Z] [2021-04-16T10:39:37.105Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:39:37.105Z] #43 sha256:634da649664dd1653459ec5ff55fe2816455cb64254406f6f3ff10f2bc6f3259 [2021-04-16T10:39:37.105Z] #43 42.31 DEP compel/plugins/fds/fds.d [2021-04-16T10:39:37.105Z] #43 42.46 CC compel/plugins/std/std.o [2021-04-16T10:39:37.291Z] ok github.com/docker/docker/pkg/idtools 0.356s coverage: 69.5% of statements [2021-04-16T10:39:37.580Z] ok github.com/docker/docker/pkg/ioutils 0.306s coverage: 70.1% of statements [2021-04-16T10:39:37.677Z] #43 42.76 CC compel/plugins/std/fds.o [2021-04-16T10:39:37.869Z] ok github.com/docker/docker/pkg/jsonmessage 0.003s coverage: 91.7% of statements [2021-04-16T10:39:37.869Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-04-16T10:39:37.870Z] ok github.com/docker/docker/pkg/longpath 0.004s coverage: 100.0% of statements [2021-04-16T10:39:37.870Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-04-16T10:39:37.870Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-04-16T10:39:37.938Z] #43 43.21 CC compel/plugins/std/log.o [2021-04-16T10:39:38.159Z] ok github.com/docker/docker/pkg/namesgenerator 0.001s coverage: 85.7% of statements [2021-04-16T10:39:38.159Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-04-16T10:39:38.159Z] ok github.com/docker/docker/pkg/parsers 0.001s coverage: 97.0% of statements [2021-04-16T10:39:38.448Z] ok github.com/docker/docker/pkg/parsers/kernel 0.006s coverage: 60.0% of statements [2021-04-16T10:39:38.473Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-04-16T10:39:38.473Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-04-16T10:39:38.738Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.015s coverage: 86.7% of statements [2021-04-16T10:39:38.738Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2021-04-16T10:39:38.738Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-04-16T10:39:38.738Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-04-16T10:39:38.891Z] 29d5b6a226d2: Pull complete [2021-04-16T10:39:38.891Z] Digest: sha256:e92dcad0bf84dc0ec9fdcf076eb32c9cb664a0605be1843365b6fc3e9de2306b [2021-04-16T10:39:38.891Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-04-16T10:39:38.891Z] mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-04-16T10:39:38.891Z] INFO: docker pull of mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 completed successfully [2021-04-16T10:39:38.891Z] INFO: Tagging mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 as microsoft/windowsservercore [2021-04-16T10:39:38.891Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20295.1' [2021-04-16T10:39:38.891Z] INFO: Docker version of control daemon [2021-04-16T10:39:38.891Z] [2021-04-16T10:39:38.891Z] Client: Mirantis Container Runtime [2021-04-16T10:39:38.891Z] Version: 20.10.0 [2021-04-16T10:39:38.891Z] API version: 1.41 [2021-04-16T10:39:38.891Z] Go version: go1.13.15 [2021-04-16T10:39:38.891Z] Git commit: 6ee42dc [2021-04-16T10:39:38.891Z] Built: 03/11/2021 13:24:56 [2021-04-16T10:39:38.891Z] OS/Arch: windows/amd64 [2021-04-16T10:39:38.891Z] Context: default [2021-04-16T10:39:38.891Z] Experimental: true [2021-04-16T10:39:38.891Z] [2021-04-16T10:39:38.891Z] Server: Mirantis Container Runtime [2021-04-16T10:39:38.891Z] Engine: [2021-04-16T10:39:38.891Z] Version: 20.10.0 [2021-04-16T10:39:38.891Z] API version: 1.41 (minimum version 1.24) [2021-04-16T10:39:38.891Z] Go version: go1.13.15 [2021-04-16T10:39:38.891Z] Git commit: 1e08f21e79 [2021-04-16T10:39:38.891Z] Built: 03/11/2021 13:23:32 [2021-04-16T10:39:38.891Z] OS/Arch: windows/amd64 [2021-04-16T10:39:38.891Z] Experimental: true [2021-04-16T10:39:38.891Z] [2021-04-16T10:39:38.891Z] INFO: Docker info of control daemon [2021-04-16T10:39:38.891Z] [2021-04-16T10:39:38.891Z] Client: [2021-04-16T10:39:38.891Z] Context: default [2021-04-16T10:39:38.891Z] Debug Mode: false [2021-04-16T10:39:38.891Z] Plugins: [2021-04-16T10:39:38.891Z] app: Docker Application (Docker Inc., v0.8.0) [2021-04-16T10:39:38.891Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2021-04-16T10:39:38.891Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2021-04-16T10:39:38.891Z] [2021-04-16T10:39:38.891Z] Server: [2021-04-16T10:39:38.891Z] Containers: 0 [2021-04-16T10:39:38.891Z] Running: 0 [2021-04-16T10:39:38.891Z] Paused: 0 [2021-04-16T10:39:38.891Z] Stopped: 0 [2021-04-16T10:39:38.891Z] Images: 1 [2021-04-16T10:39:38.891Z] Server Version: 20.10.0 [2021-04-16T10:39:38.891Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-04-16T10:39:38.891Z] Windows: [2021-04-16T10:39:38.891Z] LCOW: [2021-04-16T10:39:38.891Z] Logging Driver: json-file [2021-04-16T10:39:38.891Z] Plugins: [2021-04-16T10:39:38.891Z] Volume: local [2021-04-16T10:39:38.891Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-04-16T10:39:38.891Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-04-16T10:39:38.891Z] Swarm: inactive [2021-04-16T10:39:38.891Z] Default Isolation: process [2021-04-16T10:39:38.891Z] Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600) [2021-04-16T10:39:38.891Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1) [2021-04-16T10:39:38.891Z] OSType: windows [2021-04-16T10:39:38.891Z] Architecture: x86_64 [2021-04-16T10:39:38.891Z] CPUs: 4 [2021-04-16T10:39:38.891Z] Total Memory: 32GiB [2021-04-16T10:39:38.891Z] Name: azwin-2-cd8e40 [2021-04-16T10:39:38.891Z] ID: HIW7:RJDB:LAOZ:BJYL:XAN5:UZSY:3HLA:IGW5:APOR:JIRV:4S77:NKO6 [2021-04-16T10:39:38.891Z] Docker Root Dir: D:\docker [2021-04-16T10:39:38.891Z] Debug Mode: false [2021-04-16T10:39:38.891Z] Registry: https://index.docker.io/v1/ [2021-04-16T10:39:38.891Z] Labels: [2021-04-16T10:39:38.891Z] Experimental: true [2021-04-16T10:39:38.891Z] Insecure Registries: [2021-04-16T10:39:38.891Z] 10.0.0.4:5000 [2021-04-16T10:39:38.891Z] 127.0.0.0/8 [2021-04-16T10:39:38.891Z] Registry Mirrors: [2021-04-16T10:39:38.891Z] http://10.0.0.4:5000/ [2021-04-16T10:39:38.891Z] Live Restore Enabled: false [2021-04-16T10:39:38.891Z] [2021-04-16T10:39:38.891Z] [2021-04-16T10:39:38.891Z] INFO: Commit hash is eb0610b7fc [2021-04-16T10:39:38.891Z] INFO: Nuke-Everything... [2021-04-16T10:39:38.891Z] INFO: Container count on control daemon to delete is 0 [2021-04-16T10:39:38.891Z] INFO: Nuking d:\CI [2021-04-16T10:39:38.891Z] INFO: Zapped successfully [2021-04-16T10:39:38.891Z] INFO: Location for testing is d:\CI\PR-40094\16 [2021-04-16T10:39:38.891Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2021-04-16T10:39:38.891Z] [2021-04-16T10:39:38.891Z] [2021-04-16T10:39:38.891Z] INFO: Building the image from Dockerfile.windows at 04/16/2021 10:39:38... [2021-04-16T10:39:38.891Z] [2021-04-16T10:39:38.987Z] #43 44.04 CC compel/plugins/std/string.o [2021-04-16T10:39:39.367Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.015s coverage: 56.8% of statements [2021-04-16T10:39:39.574Z] #43 44.79 CC compel/plugins/std/infect.o [2021-04-16T10:39:39.672Z] #56 203.4 + bin/containerd [2021-04-16T10:39:39.996Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2021-04-16T10:39:39.996Z] ok github.com/docker/docker/pkg/pools 0.001s coverage: 88.2% of statements [2021-04-16T10:39:40.179Z] #43 45.22 CC compel/arch/x86/plugins/std/parasite-head.o [2021-04-16T10:39:40.179Z] #43 45.28 CC compel/arch/x86/plugins/std/memcpy.o [2021-04-16T10:39:40.179Z] #43 45.32 CC compel/arch/x86/plugins/std/syscalls-64.o [2021-04-16T10:39:40.179Z] #43 45.39 AR compel/plugins/std.lib.a [2021-04-16T10:39:40.179Z] #43 45.45 CC compel/plugins/fds/fds.o [2021-04-16T10:39:40.187Z] #43 181.4 CC criu/protobuf-desc.o [2021-04-16T10:39:40.286Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2021-04-16T10:39:40.450Z] #43 45.76 AR compel/plugins/fds.lib.a [2021-04-16T10:39:40.713Z] #43 45.85 HOSTDEP compel/src/lib/log-host.d [2021-04-16T10:39:40.713Z] #43 45.93 HOSTDEP compel/src/lib/handle-elf-host.d [2021-04-16T10:39:40.974Z] #43 46.03 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2021-04-16T10:39:40.974Z] #43 46.11 HOSTDEP compel/src/main-host.d [2021-04-16T10:39:40.974Z] #43 46.19 DEP compel/src/lib/ptrace.d [2021-04-16T10:39:41.234Z] #43 46.29 DEP compel/src/lib/infect.d [2021-04-16T10:39:41.234Z] #43 46.47 DEP compel/src/lib/infect-util.d [2021-04-16T10:39:41.495Z] #43 46.61 DEP compel/src/lib/infect-rpc.d [2021-04-16T10:39:41.495Z] #43 46.77 DEP compel/arch/x86/src/lib/infect.d [2021-04-16T10:39:41.725Z] #43 182.7 CC criu/protobuf.o [2021-04-16T10:39:41.755Z] #43 46.92 DEP compel/arch/x86/src/lib/cpu.d [2021-04-16T10:39:41.755Z] #43 47.00 DEP compel/src/lib/log.d [2021-04-16T10:39:41.755Z] #43 47.09 DEP compel/src/main.d [2021-04-16T10:39:41.769Z] 4612f6d0b889: Pull complete [2021-04-16T10:39:41.835Z] ok github.com/docker/docker/pkg/pubsub 1.018s coverage: 75.0% of statements [2021-04-16T10:39:41.835Z] ok github.com/docker/docker/pkg/reexec 0.003s coverage: 82.4% of statements [2021-04-16T10:39:42.016Z] #43 47.18 DEP compel/src/lib/handle-elf.d [2021-04-16T10:39:42.025Z] #43 183.1 CC criu/pstree.o [2021-04-16T10:39:42.277Z] #43 47.33 DEP compel/arch/x86/src/lib/handle-elf.d [2021-04-16T10:39:42.277Z] #43 47.47 CC compel/src/lib/log.o [2021-04-16T10:39:42.537Z] #43 47.81 CC compel/arch/x86/src/lib/cpu.o [2021-04-16T10:39:42.537Z] #43 ... [2021-04-16T10:39:42.537Z] [2021-04-16T10:39:42.537Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-16T10:39:42.537Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-16T10:39:42.537Z] #13 109.0 Selecting previously unselected package libapparmor1:amd64. [2021-04-16T10:39:42.537Z] #13 109.0 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-04-16T10:39:42.537Z] #13 109.0 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-04-16T10:39:42.537Z] #13 109.1 Selecting previously unselected package libapparmor-dev:amd64. [2021-04-16T10:39:42.797Z] #13 109.1 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-04-16T10:39:42.797Z] #13 109.1 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-04-16T10:39:42.797Z] #13 109.3 Selecting previously unselected package libbtrfs0. [2021-04-16T10:39:42.797Z] #13 109.3 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-04-16T10:39:42.798Z] #13 109.3 Unpacking libbtrfs0 (4.20.1-2) ... [2021-04-16T10:39:42.798Z] #13 109.4 Selecting previously unselected package libbtrfs-dev. [2021-04-16T10:39:43.058Z] #13 109.4 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-04-16T10:39:43.058Z] #13 109.4 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-04-16T10:39:43.058Z] #13 109.5 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-04-16T10:39:43.058Z] #13 109.5 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-04-16T10:39:43.058Z] #13 109.5 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-04-16T10:39:43.058Z] #13 109.6 Selecting previously unselected package libudev-dev:amd64. [2021-04-16T10:39:43.058Z] #13 109.6 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ... [2021-04-16T10:39:43.319Z] #13 109.6 Unpacking libudev-dev:amd64 (241-7~deb10u7) ... [2021-04-16T10:39:43.564Z] #43 184.6 CC criu/rbtree.o [2021-04-16T10:39:43.580Z] #13 109.8 Selecting previously unselected package libsepol1-dev:amd64. [2021-04-16T10:39:43.580Z] #13 109.8 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-04-16T10:39:43.580Z] #13 109.8 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-04-16T10:39:43.839Z] #56 ... [2021-04-16T10:39:43.839Z] [2021-04-16T10:39:43.839Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-04-16T10:39:43.839Z] #53 sha256:f651f3121f8d6b8bef2248a00b1abf919aa01c7050edc0b3ef4754aa921f6c96 [2021-04-16T10:39:43.839Z] #53 130.7 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-04-16T10:39:43.839Z] #53 131.7 + mkdir -p /build [2021-04-16T10:39:43.839Z] #53 131.7 + cp runc /build/runc [2021-04-16T10:39:43.839Z] #53 DONE 132.3s [2021-04-16T10:39:43.839Z] [2021-04-16T10:39:43.839Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-16T10:39:43.839Z] #56 sha256:48dfde97e06fabde525c16b895e288e6a621b70d71fc279e53df57931e1d355d [2021-04-16T10:39:43.840Z] #13 110.1 Selecting previously unselected package libpcre16-3:amd64. [2021-04-16T10:39:43.840Z] #13 110.1 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-04-16T10:39:43.840Z] #13 110.1 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-04-16T10:39:43.864Z] #43 185.1 CC criu/rst-malloc.o [2021-04-16T10:39:44.101Z] #13 110.4 Selecting previously unselected package libpcre32-3:amd64. [2021-04-16T10:39:44.101Z] #13 110.4 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-04-16T10:39:44.101Z] #13 110.4 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-04-16T10:39:44.101Z] #13 110.6 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-04-16T10:39:44.101Z] #13 110.6 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-04-16T10:39:44.101Z] #13 110.6 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-04-16T10:39:44.168Z] #43 185.4 CC criu/seccomp.o [2021-04-16T10:39:44.361Z] #13 110.7 Selecting previously unselected package libpcre3-dev:amd64. [2021-04-16T10:39:44.361Z] #13 110.7 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-04-16T10:39:44.361Z] #13 110.7 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-04-16T10:39:44.554Z] ok github.com/docker/docker/pkg/signal 2.387s coverage: 61.0% of statements [2021-04-16T10:39:44.716Z] Sending build context to Docker daemon 58.46MB [2021-04-16T10:39:44.716Z] [2021-04-16T10:39:44.716Z] Step 1/10 : FROM microsoft/windowsservercore [2021-04-16T10:39:44.716Z] ---> 39d157a84080 [2021-04-16T10:39:44.716Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2021-04-16T10:39:44.716Z] ---> Running in 560094eed827 [2021-04-16T10:39:44.765Z] #56 ... [2021-04-16T10:39:44.765Z] [2021-04-16T10:39:44.765Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-04-16T10:39:44.765Z] #54 sha256:01e41b26affc3489c9717360736ce7e8fac93bb824d6866f5305cb203f464407 [2021-04-16T10:39:44.844Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2021-04-16T10:39:45.021Z] #54 DONE 0.2s [2021-04-16T10:39:45.021Z] [2021-04-16T10:39:45.021Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-16T10:39:45.021Z] #56 sha256:48dfde97e06fabde525c16b895e288e6a621b70d71fc279e53df57931e1d355d [2021-04-16T10:39:45.134Z] ok github.com/docker/docker/pkg/streamformatter 0.002s coverage: 66.2% of statements [2021-04-16T10:39:45.134Z] ok github.com/docker/docker/pkg/stringid 0.001s coverage: 70.6% of statements [2021-04-16T10:39:45.177Z] Removing intermediate container 560094eed827 [2021-04-16T10:39:45.177Z] ---> ebfc8bea57ff [2021-04-16T10:39:45.177Z] Step 3/10 : ARG GO_VERSION=1.13.15 [2021-04-16T10:39:45.177Z] ---> Running in 4716f5260ac3 [2021-04-16T10:39:45.224Z] #43 186.4 CC criu/seize.o [2021-04-16T10:39:45.638Z] Removing intermediate container 4716f5260ac3 [2021-04-16T10:39:45.638Z] ---> 1f38239f7b27 [2021-04-16T10:39:45.638Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3 [2021-04-16T10:39:45.638Z] ---> Running in 3f25b3c5c645 [2021-04-16T10:39:45.756Z] #13 ... [2021-04-16T10:39:45.756Z] [2021-04-16T10:39:45.756Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-04-16T10:39:45.756Z] #58 sha256:4a75bb1703d9e9529569fc185aea76d5279a10a894c27239befb91162e3be202 [2021-04-16T10:39:45.756Z] #58 DONE 116.5s [2021-04-16T10:39:45.756Z] [2021-04-16T10:39:45.756Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-16T10:39:45.756Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-16T10:39:45.756Z] #13 112.2 Selecting previously unselected package libselinux1-dev:amd64. [2021-04-16T10:39:45.756Z] #13 112.2 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-04-16T10:39:45.756Z] #13 112.2 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-04-16T10:39:45.765Z] ok github.com/docker/docker/pkg/sysinfo 0.003s coverage: 54.2% of statements [2021-04-16T10:39:46.020Z] #13 ... [2021-04-16T10:39:46.020Z] [2021-04-16T10:39:46.021Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-04-16T10:39:46.021Z] #59 sha256:10df98a670fdad6bf4138b7abc73f11dd798738d6139af523202b20b62d1252e [2021-04-16T10:39:46.021Z] #59 DONE 0.2s [2021-04-16T10:39:46.021Z] [2021-04-16T10:39:46.021Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-16T10:39:46.021Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-16T10:39:46.021Z] #13 112.5 Selecting previously unselected package libdevmapper-dev:amd64. [2021-04-16T10:39:46.021Z] #13 112.5 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-04-16T10:39:46.055Z] ok github.com/docker/docker/pkg/system 0.037s coverage: 36.9% of statements [2021-04-16T10:39:46.100Z] Removing intermediate container 3f25b3c5c645 [2021-04-16T10:39:46.100Z] ---> ee07dbb94767 [2021-04-16T10:39:46.100Z] Step 5/10 : ENV GO_VERSION=${GO_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 GOTESTSUM_COMMIT=${GOTESTSUM_COMMIT} [2021-04-16T10:39:46.100Z] ---> Running in d0b50c80137c [2021-04-16T10:39:46.289Z] #13 ... [2021-04-16T10:39:46.289Z] [2021-04-16T10:39:46.289Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-04-16T10:39:46.289Z] #60 sha256:46d1277fc62bda8ace7b09d4db3b87f8609a6913ac17656fb031f97a5b5a19de [2021-04-16T10:39:46.289Z] #60 DONE 0.2s [2021-04-16T10:39:46.289Z] [2021-04-16T10:39:46.289Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-04-16T10:39:46.289Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-16T10:39:46.289Z] #13 112.6 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-04-16T10:39:46.289Z] #13 112.6 Selecting previously unselected package libseccomp-dev:amd64. [2021-04-16T10:39:46.289Z] #13 112.6 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ... [2021-04-16T10:39:46.289Z] #13 112.6 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-04-16T10:39:46.289Z] #13 112.8 Selecting previously unselected package libsystemd-dev:amd64. [2021-04-16T10:39:46.289Z] #13 112.8 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ... [2021-04-16T10:39:46.345Z] ok github.com/docker/docker/pkg/tailfile 0.038s coverage: 88.6% of statements [2021-04-16T10:39:46.550Z] #13 112.8 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-04-16T10:39:46.560Z] Removing intermediate container d0b50c80137c [2021-04-16T10:39:46.560Z] ---> 3581b85a0d6f [2021-04-16T10:39:46.561Z] Step 6/10 : RUN Function Test-Nano() { $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId; return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer')); } Function Download-File([string] $source, [string] $target) { if (Test-Nano) { $handler = New-Object System.Net.Http.HttpClientHandler; $client = New-Object System.Net.Http.HttpClient($handler); $client.Timeout = New-Object System.TimeSpan(0, 30, 0); $cancelTokenSource = [System.Threading.CancellationTokenSource]::new(); $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token); $responseMsg.Wait(); if (!$responseMsg.IsCanceled) { $response = $responseMsg.Result; if ($response.IsSuccessStatusCode) { $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write); $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream); $copyStreamOp.Wait(); $downloadedFileStream.Close(); if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception } } } else { Throw ("Failed to download " + $source) } } else { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile($source, $target); } } setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin'); Write-Host INFO: Downloading git...; $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION; Download-File $location C:\gitsetup.zip; Write-Host INFO: Downloading go...; $dlGoVersion=$Env:GO_VERSION -replace '\.0$',''; Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; Write-Host INFO: Downloading compiler 1 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; $srcDir = """$Env:GOPATH`\src\github.com\docker\docker\bundles"""; Write-Host INFO: Ensuring existence of directory $srcDir...; New-Item -Force -ItemType Directory -Path $srcDir | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; [2021-04-16T10:39:46.561Z] ---> Running in bdd61fec0dc3 [2021-04-16T10:39:46.763Z] #43 187.6 CC criu/servicefd.o [2021-04-16T10:39:46.974Z] ok github.com/docker/docker/pkg/tarsum 0.031s coverage: 89.3% of statements [2021-04-16T10:39:46.974Z] testing: warning: no tests to run [2021-04-16T10:39:46.974Z] coverage: [no statements] [2021-04-16T10:39:46.974Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2021-04-16T10:39:47.089Z] #43 188.2 CC criu/shmem.o [2021-04-16T10:39:47.089Z] #43 ... [2021-04-16T10:39:47.089Z] [2021-04-16T10:39:47.089Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-04-16T10:39:47.089Z] #40 sha256:c360766b9b9540745e547dc930890c4e537534bd1ab1855e1af4d697e9a70cf8 [2021-04-16T10:39:47.089Z] #40 244.8 + dpkg --print-architecture [2021-04-16T10:39:47.089Z] #40 244.8 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-04-16T10:39:47.120Z] #13 113.5 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-04-16T10:39:47.120Z] #13 113.5 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-04-16T10:39:47.120Z] #13 113.5 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-04-16T10:39:47.120Z] #13 113.5 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-04-16T10:39:47.120Z] #13 113.5 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-04-16T10:39:47.120Z] #13 113.6 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-04-16T10:39:47.120Z] #13 113.6 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-04-16T10:39:47.120Z] #13 113.6 Setting up libbtrfs0 (4.20.1-2) ... [2021-04-16T10:39:47.120Z] #13 113.6 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-04-16T10:39:47.120Z] #13 113.6 Setting up libudev-dev:amd64 (241-7~deb10u7) ... [2021-04-16T10:39:47.380Z] #13 113.6 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-04-16T10:39:47.380Z] #13 113.7 Setting up libbtrfs-dev (4.20.1-2) ... [2021-04-16T10:39:47.380Z] #13 113.7 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-04-16T10:39:47.380Z] #13 113.7 Setting up mingw-w64-common (6.0.0-3) ... [2021-04-16T10:39:47.380Z] #13 113.7 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-04-16T10:39:47.380Z] #13 113.8 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-04-16T10:39:47.380Z] #13 113.8 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-04-16T10:39:47.380Z] #13 113.8 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-04-16T10:39:47.380Z] #13 113.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-04-16T10:39:47.380Z] #13 113.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-04-16T10:39:47.380Z] #13 113.8 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-04-16T10:39:47.380Z] #13 113.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-04-16T10:39:47.380Z] #13 113.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-04-16T10:39:47.380Z] #13 113.8 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-04-16T10:39:47.380Z] #13 113.8 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-04-16T10:39:47.380Z] #13 113.8 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-04-16T10:39:47.380Z] #13 113.8 Setting up dmsetup (2:1.02.155-3) ... [2021-04-16T10:39:47.380Z] #13 113.9 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-04-16T10:39:47.380Z] #13 113.9 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-04-16T10:39:47.389Z] #40 245.3 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-04-16T10:39:47.389Z] #40 245.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-04-16T10:39:47.602Z] ok github.com/docker/docker/pkg/truncindex 0.101s coverage: 91.5% of statements [2021-04-16T10:39:47.602Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2021-04-16T10:39:47.602Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2021-04-16T10:39:47.640Z] #13 113.9 Processing triggers for libc-bin (2.28-10) ... [2021-04-16T10:39:48.211Z] #13 DONE 114.5s [2021-04-16T10:39:48.211Z] [2021-04-16T10:39:48.211Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-04-16T10:39:48.211Z] #53 sha256:b6f4b77a0481258553de1bc7874b83ffcea232bb4a62b0024a96941db252d55a [2021-04-16T10:39:49.669Z] ok github.com/docker/docker/plugin 0.565s coverage: 23.2% of statements [2021-04-16T10:39:49.959Z] ok github.com/docker/docker/plugin/v2 0.002s coverage: 14.5% of statements [2021-04-16T10:39:50.124Z] #53 ... [2021-04-16T10:39:50.124Z] [2021-04-16T10:39:50.124Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:39:50.124Z] #45 sha256:8cefe35e1f8c9be27349f1091e79b96de2d2df0961cedb0e85bc9ccff6949da3 [2021-04-16T10:39:50.124Z] #45 110.4 crypto/tls [2021-04-16T10:39:50.124Z] #45 116.4 net/http/httptrace [2021-04-16T10:39:50.124Z] #45 116.7 net/http [2021-04-16T10:39:50.124Z] #45 ... [2021-04-16T10:39:50.124Z] [2021-04-16T10:39:50.124Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:39:50.124Z] #43 sha256:634da649664dd1653459ec5ff55fe2816455cb64254406f6f3ff10f2bc6f3259 [2021-04-16T10:39:50.124Z] #43 48.59 CC compel/arch/x86/src/lib/infect.o [2021-04-16T10:39:50.124Z] #43 49.43 CC compel/src/lib/infect-rpc.o [2021-04-16T10:39:50.124Z] #43 49.84 CC compel/src/lib/infect-util.o [2021-04-16T10:39:50.124Z] #43 50.04 CC compel/src/lib/infect.o [2021-04-16T10:39:50.124Z] #43 52.33 CC compel/src/lib/ptrace.o [2021-04-16T10:39:50.124Z] #43 52.71 AR compel/libcompel.a [2021-04-16T10:39:50.124Z] #43 52.81 HOSTCC compel/src/main-host.o [2021-04-16T10:39:50.124Z] #43 53.17 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2021-04-16T10:39:50.124Z] #43 53.39 HOSTCC compel/src/lib/handle-elf-host.o [2021-04-16T10:39:50.124Z] #43 53.81 HOSTCC compel/src/lib/log-host.o [2021-04-16T10:39:50.124Z] #43 54.03 HOSTLINK compel/compel-host-bin [2021-04-16T10:39:50.124Z] #43 54.19 DEP soccr/soccr.d [2021-04-16T10:39:50.124Z] #43 54.32 CC soccr/soccr.o [2021-04-16T10:39:50.248Z] ok github.com/docker/docker/profiles/seccomp 0.008s coverage: 86.4% of statements [2021-04-16T10:39:50.384Z] #43 55.49 AR soccr/libsoccr.a [2021-04-16T10:39:50.384Z] #43 55.53 make[1]: 'soccr/libsoccr.a' is up to date. [2021-04-16T10:39:50.645Z] #43 55.83 DEP criu/arch/x86/sigframe.d [2021-04-16T10:39:50.905Z] #43 55.95 DEP criu/arch/x86/sigaction_compat.d [2021-04-16T10:39:50.905Z] #43 56.09 DEP criu/arch/x86/kerndat.d [2021-04-16T10:39:51.166Z] #43 56.26 DEP criu/arch/x86/crtools.d [2021-04-16T10:39:51.166Z] #43 56.38 DEP criu/arch/x86/cpu.d [2021-04-16T10:39:51.166Z] #43 56.49 CC criu/arch/x86/cpu.o [2021-04-16T10:39:51.318Z] [2021-04-16T10:39:51.319Z] SUCCESS: Specified value was saved. [2021-04-16T10:39:51.738Z] #43 57.06 CC criu/arch/x86/crtools.o [2021-04-16T10:39:51.751Z] ok github.com/docker/docker/quota 0.655s coverage: 71.4% of statements [2021-04-16T10:39:52.040Z] ok github.com/docker/docker/reference 0.004s coverage: 84.4% of statements [2021-04-16T10:39:52.291Z] INFO: Downloading git... [2021-04-16T10:39:53.069Z] ok github.com/docker/docker/registry 0.074s coverage: 58.8% of statements [2021-04-16T10:39:53.131Z] #43 ... [2021-04-16T10:39:53.132Z] [2021-04-16T10:39:53.132Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-04-16T10:39:53.132Z] #53 sha256:b6f4b77a0481258553de1bc7874b83ffcea232bb4a62b0024a96941db252d55a [2021-04-16T10:39:53.132Z] #53 4.717 + RM_GOPATH=0 [2021-04-16T10:39:53.132Z] #53 4.717 + TMP_GOPATH= [2021-04-16T10:39:53.132Z] #53 4.717 + : /build [2021-04-16T10:39:53.132Z] #53 4.717 + '[' -z '' ']' [2021-04-16T10:39:53.132Z] #53 4.717 ++ mktemp -d [2021-04-16T10:39:53.132Z] #53 4.717 + GOPATH=/tmp/tmp.6zNzBp9pbA [2021-04-16T10:39:53.132Z] #53 4.717 + export GOPATH [2021-04-16T10:39:53.132Z] #53 4.717 + RM_GOPATH=1 [2021-04-16T10:39:53.132Z] #53 4.717 + case "$(go env GOARCH)" in [2021-04-16T10:39:53.132Z] #53 4.717 ++ go env GOARCH [2021-04-16T10:39:53.132Z] #53 4.727 + export GO_BUILDMODE=-buildmode=pie [2021-04-16T10:39:53.132Z] #53 4.727 + GO_BUILDMODE=-buildmode=pie [2021-04-16T10:39:53.132Z] #53 4.727 ++ dirname /tmp/install/install.sh [2021-04-16T10:39:53.132Z] #53 4.734 + dir=/tmp/install [2021-04-16T10:39:53.132Z] #53 4.734 + bin=runc [2021-04-16T10:39:53.132Z] #53 4.734 + shift [2021-04-16T10:39:53.132Z] #53 4.734 + '[' '!' -f /tmp/install/runc.installer ']' [2021-04-16T10:39:53.132Z] #53 4.734 + . /tmp/install/runc.installer [2021-04-16T10:39:53.132Z] #53 4.734 ++ set -e [2021-04-16T10:39:53.132Z] #53 4.734 + install_runc [2021-04-16T10:39:53.132Z] #53 4.734 + : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-16T10:39:53.132Z] #53 4.734 + : /build [2021-04-16T10:39:53.132Z] #53 4.738 + grep -q '^3\.10\.0.*\.el7\.' [2021-04-16T10:39:53.132Z] #53 4.739 + uname -r [2021-04-16T10:39:53.132Z] #53 4.740 + RUNC_BUILDTAGS='seccomp ' [2021-04-16T10:39:53.132Z] #53 4.743 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-04-16T10:39:53.132Z] #53 4.743 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-04-16T10:39:53.132Z] #53 4.743 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.6zNzBp9pbA/src/github.com/opencontainers/runc [2021-04-16T10:39:53.132Z] #53 4.745 Cloning into '/tmp/tmp.6zNzBp9pbA/src/github.com/opencontainers/runc'... [2021-04-16T10:39:53.359Z] ok github.com/docker/docker/registry/resumable 0.013s coverage: 100.0% of statements [2021-04-16T10:39:53.393Z] #53 ... [2021-04-16T10:39:53.393Z] [2021-04-16T10:39:53.393Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-04-16T10:39:53.393Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815 [2021-04-16T10:39:53.393Z] #14 DONE 5.4s [2021-04-16T10:39:53.648Z] ok github.com/docker/docker/restartmanager 0.001s coverage: 50.9% of statements [2021-04-16T10:39:53.654Z] [2021-04-16T10:39:53.654Z] #15 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-04-16T10:39:53.654Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6 [2021-04-16T10:39:53.836Z] INFO: Downloading go... [2021-04-16T10:39:54.278Z] ok github.com/docker/docker/runconfig 0.006s coverage: 66.1% of statements [2021-04-16T10:39:54.278Z] ok github.com/docker/docker/testutil 0.001s coverage: 62.5% of statements [2021-04-16T10:39:54.811Z] INFO: Downloading compiler 1 of 3... [2021-04-16T10:39:55.274Z] INFO: Downloading compiler 2 of 3... [2021-04-16T10:39:55.735Z] INFO: Downloading compiler 3 of 3... [2021-04-16T10:39:55.735Z] INFO: Extracting git... [2021-04-16T10:39:56.564Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-04-16T10:39:56.999Z] ok github.com/docker/docker/volume/drivers 0.003s coverage: 36.1% of statements [2021-04-16T10:39:57.628Z] ok github.com/docker/docker/volume/local 0.315s coverage: 76.4% of statements [2021-04-16T10:39:57.860Z] #15 DONE 3.7s [2021-04-16T10:39:57.860Z] [2021-04-16T10:39:57.860Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-04-16T10:39:57.860Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac [2021-04-16T10:39:57.917Z] ok github.com/docker/docker/volume/mounts 0.031s coverage: 67.0% of statements [2021-04-16T10:39:58.945Z] ok github.com/docker/docker/volume/service 0.009s coverage: 73.1% of statements [2021-04-16T10:39:59.771Z] #16 2.559 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-04-16T10:40:00.032Z] #16 DONE 2.7s [2021-04-16T10:40:00.032Z] [2021-04-16T10:40:00.032Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-04-16T10:40:00.032Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea [2021-04-16T10:40:00.122Z] #40 ... [2021-04-16T10:40:00.122Z] [2021-04-16T10:40:00.122Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:40:00.122Z] #43 sha256:18971e2e33c6fe61fe2c3fccfe7f030f63f1953e93d060584dabe4c8520753d2 [2021-04-16T10:40:00.122Z] #43 189.7 CC criu/sigframe.o [2021-04-16T10:40:00.122Z] #43 189.9 CC criu/signalfd.o [2021-04-16T10:40:00.122Z] #43 190.3 CC criu/sk-inet.o [2021-04-16T10:40:00.122Z] #43 191.8 CC criu/sk-netlink.o [2021-04-16T10:40:00.122Z] #43 192.4 CC criu/sk-packet.o [2021-04-16T10:40:00.122Z] #43 193.3 CC criu/sk-queue.o [2021-04-16T10:40:00.122Z] #43 193.9 CC criu/sk-tcp.o [2021-04-16T10:40:00.122Z] #43 194.7 CC criu/sk-unix.o [2021-04-16T10:40:00.122Z] #43 197.4 CC criu/sockets.o [2021-04-16T10:40:00.122Z] #43 198.8 CC criu/stats.o [2021-04-16T10:40:00.122Z] #43 199.3 CC criu/string.o [2021-04-16T10:40:00.122Z] #43 199.4 CC criu/sysctl.o [2021-04-16T10:40:00.122Z] #43 200.3 CC criu/sysfs_parse.o [2021-04-16T10:40:00.122Z] #43 200.8 CC criu/timens.o [2021-04-16T10:40:00.122Z] #43 201.3 CC criu/timerfd.o [2021-04-16T10:40:00.776Z] #43 201.9 CC criu/tty.o [2021-04-16T10:40:02.575Z] #17 DONE 2.5s [2021-04-16T10:40:02.576Z] [2021-04-16T10:40:02.576Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:40:02.576Z] #43 sha256:634da649664dd1653459ec5ff55fe2816455cb64254406f6f3ff10f2bc6f3259 [2021-04-16T10:40:02.576Z] #43 58.23 CC criu/arch/x86/kerndat.o [2021-04-16T10:40:02.576Z] #43 58.74 CC criu/arch/x86/sigaction_compat.o [2021-04-16T10:40:02.576Z] #43 59.02 CC criu/arch/x86/sigframe.o [2021-04-16T10:40:02.576Z] #43 59.38 LINK criu/arch/x86/crtools.built-in.o [2021-04-16T10:40:02.576Z] #43 59.43 DEP criu/pie/util-vdso-elf32.d [2021-04-16T10:40:02.576Z] #43 59.67 DEP criu/pie/util-vdso.d [2021-04-16T10:40:02.576Z] #43 59.87 DEP criu/pie/util.d [2021-04-16T10:40:02.576Z] #43 60.13 CC criu/pie/util.o [2021-04-16T10:40:02.576Z] #43 60.39 CC criu/pie/util-vdso.o [2021-04-16T10:40:02.576Z] #43 61.13 CC criu/pie/util-vdso-elf32.o [2021-04-16T10:40:02.576Z] #43 61.79 AR criu/pie/pie.lib.a [2021-04-16T10:40:02.576Z] #43 61.87 DEP criu/pie/restorer.d [2021-04-16T10:40:02.576Z] #43 62.07 DEP criu/arch/x86/sigaction_compat_pie.d [2021-04-16T10:40:02.576Z] #43 62.25 DEP criu/arch/x86/restorer_unmap.d [2021-04-16T10:40:02.576Z] #43 62.28 DEP criu/arch/x86/restorer.d [2021-04-16T10:40:02.576Z] #43 62.57 DEP criu/arch/x86/vdso-pie.d [2021-04-16T10:40:02.576Z] #43 62.73 DEP criu/pie/parasite-vdso.d [2021-04-16T10:40:02.576Z] #43 62.96 DEP criu/pie/parasite.d [2021-04-16T10:40:02.576Z] #43 63.20 CC criu/pie/parasite.o [2021-04-16T10:40:02.576Z] #43 64.47 LINK criu/pie/parasite.built-in.o [2021-04-16T10:40:02.576Z] #43 64.50 GEN criu/pie/parasite-blob.h [2021-04-16T10:40:02.576Z] #43 64.51 CC criu/pie/parasite-vdso.o [2021-04-16T10:40:02.576Z] #43 65.23 CC criu/arch/x86/vdso-pie.o [2021-04-16T10:40:02.576Z] #43 65.58 CC criu/arch/x86/restorer.o [2021-04-16T10:40:02.576Z] #43 66.14 CC criu/arch/x86/restorer_unmap.o [2021-04-16T10:40:02.576Z] #43 66.20 CC criu/arch/x86/sigaction_compat_pie.o [2021-04-16T10:40:02.576Z] #43 66.48 CC criu/pie/restorer.o [2021-04-16T10:40:02.576Z] #43 ... [2021-04-16T10:40:02.576Z] [2021-04-16T10:40:02.576Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-04-16T10:40:02.576Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6 [2021-04-16T10:40:03.550Z] #43 204.4 CC criu/tun.o [2021-04-16T10:40:04.197Z] #43 205.2 CC criu/uffd.o [2021-04-16T10:40:05.117Z] #18 DONE 2.5s [2021-04-16T10:40:05.117Z] [2021-04-16T10:40:05.117Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-04-16T10:40:05.117Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df [2021-04-16T10:40:05.745Z] #43 206.9 CC criu/util.o [2021-04-16T10:40:06.543Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-04-16T10:40:07.675Z] #19 DONE 2.9s [2021-04-16T10:40:07.675Z] [2021-04-16T10:40:07.675Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-16T10:40:07.675Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-16T10:40:07.856Z] #43 208.8 CC criu/uts_ns.o [2021-04-16T10:40:07.856Z] #43 209.1 CC criu/vdso.o [2021-04-16T10:40:07.919Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-04-16T10:40:08.246Z] #20 ... [2021-04-16T10:40:08.246Z] [2021-04-16T10:40:08.246Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:40:08.246Z] #45 sha256:8cefe35e1f8c9be27349f1091e79b96de2d2df0961cedb0e85bc9ccff6949da3 [2021-04-16T10:40:08.246Z] #45 128.7 github.com/LK4D4/vndr/godl [2021-04-16T10:40:08.246Z] #45 129.5 github.com/LK4D4/vndr [2021-04-16T10:40:08.246Z] #45 ... [2021-04-16T10:40:08.246Z] [2021-04-16T10:40:08.246Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:40:08.246Z] #43 sha256:634da649664dd1653459ec5ff55fe2816455cb64254406f6f3ff10f2bc6f3259 [2021-04-16T10:40:08.246Z] #43 69.90 LINK criu/pie/restorer.built-in.o [2021-04-16T10:40:08.246Z] #43 69.92 GEN criu/pie/restorer-blob.h [2021-04-16T10:40:08.246Z] #43 70.00 DEP criu/vdso.d [2021-04-16T10:40:08.246Z] #43 70.23 DEP criu/vdso-compat.d [2021-04-16T10:40:08.246Z] #43 70.37 DEP criu/uts_ns.d [2021-04-16T10:40:08.246Z] #43 70.58 DEP criu/util.d [2021-04-16T10:40:08.246Z] #43 70.75 DEP criu/uffd.d [2021-04-16T10:40:08.246Z] #43 70.92 DEP criu/tun.d [2021-04-16T10:40:08.246Z] #43 71.10 DEP criu/tty.d [2021-04-16T10:40:08.246Z] #43 71.36 DEP criu/timerfd.d [2021-04-16T10:40:08.246Z] #43 71.58 DEP criu/timens.d [2021-04-16T10:40:08.246Z] #43 71.75 DEP criu/sysfs_parse.d [2021-04-16T10:40:08.246Z] #43 71.97 DEP criu/sysctl.d [2021-04-16T10:40:08.246Z] #43 72.13 DEP criu/string.d [2021-04-16T10:40:08.246Z] #43 72.18 DEP criu/stats.d [2021-04-16T10:40:08.246Z] #43 72.28 DEP criu/sockets.d [2021-04-16T10:40:08.246Z] #43 72.48 DEP criu/sk-unix.d [2021-04-16T10:40:08.246Z] #43 72.74 DEP criu/sk-tcp.d [2021-04-16T10:40:08.246Z] #43 72.91 DEP criu/sk-queue.d [2021-04-16T10:40:08.246Z] #43 73.12 DEP criu/sk-packet.d [2021-04-16T10:40:08.246Z] #43 73.34 DEP criu/sk-netlink.d [2021-04-16T10:40:08.246Z] #43 73.54 DEP criu/sk-inet.d [2021-04-16T10:40:08.820Z] #43 73.83 DEP criu/signalfd.d [2021-04-16T10:40:08.820Z] #43 73.98 DEP criu/sigframe.d [2021-04-16T10:40:08.855Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-04-16T10:40:08.915Z] #43 209.8 LINK criu/built-in.o [2021-04-16T10:40:08.915Z] #43 210.1 LINK criu/criu [2021-04-16T10:40:08.973Z] ok github.com/docker/docker/cmd/dockerd 0.168s coverage: 29.1% of statements [2021-04-16T10:40:08.973Z] ok github.com/docker/docker/container 0.145s coverage: 34.7% of statements [2021-04-16T10:40:08.973Z] ? github.com/docker/docker/container/stream [no test files] [2021-04-16T10:40:08.973Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-04-16T10:40:08.973Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-04-16T10:40:08.973Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-04-16T10:40:08.973Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.089s coverage: 65.3% of statements [2021-04-16T10:40:09.081Z] #43 74.11 DEP criu/shmem.d [2021-04-16T10:40:09.081Z] #43 ... [2021-04-16T10:40:09.081Z] [2021-04-16T10:40:09.081Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-16T10:40:09.081Z] #45 sha256:8cefe35e1f8c9be27349f1091e79b96de2d2df0961cedb0e85bc9ccff6949da3 [2021-04-16T10:40:09.081Z] #45 DONE 139.8s [2021-04-16T10:40:09.081Z] [2021-04-16T10:40:09.081Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:40:09.081Z] #43 sha256:634da649664dd1653459ec5ff55fe2816455cb64254406f6f3ff10f2bc6f3259 [2021-04-16T10:40:09.081Z] #43 74.27 DEP criu/servicefd.d [2021-04-16T10:40:09.342Z] #43 74.43 DEP criu/seize.d [2021-04-16T10:40:09.342Z] #43 74.59 DEP criu/seccomp.d [2021-04-16T10:40:09.575Z] #43 210.8 DEP lib/c/criu.d [2021-04-16T10:40:09.603Z] #43 74.72 DEP criu/rst-malloc.d [2021-04-16T10:40:09.603Z] #43 74.80 DEP criu/rbtree.d [2021-04-16T10:40:09.603Z] #43 74.89 DEP criu/pstree.d [2021-04-16T10:40:09.864Z] #43 75.10 DEP criu/protobuf.d [2021-04-16T10:40:09.864Z] #43 75.22 GEN criu/protobuf-desc-gen.h [2021-04-16T10:40:09.874Z] #43 210.9 CC images/rpc.pb-c.o [2021-04-16T10:40:10.233Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-04-16T10:40:10.233Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-04-16T10:40:10.366Z] ok github.com/docker/docker/daemon/cluster/convert 0.081s coverage: 35.9% of statements [2021-04-16T10:40:10.524Z] #43 211.9 CC lib/c/criu.o [2021-04-16T10:40:10.572Z] INFO: Expanding go... [2021-04-16T10:40:11.557Z] #56 234.1 + bin/containerd-stress [2021-04-16T10:40:11.779Z] #43 76.84 DEP criu/protobuf-desc.d [2021-04-16T10:40:11.779Z] #43 77.02 DEP criu/proc_parse.d [2021-04-16T10:40:11.779Z] #43 ... [2021-04-16T10:40:11.779Z] [2021-04-16T10:40:11.779Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-04-16T10:40:11.779Z] #53 sha256:b6f4b77a0481258553de1bc7874b83ffcea232bb4a62b0024a96941db252d55a [2021-04-16T10:40:11.779Z] #53 13.70 + cd /tmp/tmp.6zNzBp9pbA/src/github.com/opencontainers/runc [2021-04-16T10:40:11.779Z] #53 13.70 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-16T10:40:11.779Z] #53 14.52 + '[' -z '' ']' [2021-04-16T10:40:11.779Z] #53 14.53 + target=static [2021-04-16T10:40:11.779Z] #53 14.53 + make 'BUILDTAGS=seccomp ' static [2021-04-16T10:40:11.779Z] #53 15.02 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o runc . [2021-04-16T10:40:11.813Z] #56 236.1 + bin/containerd-shim [2021-04-16T10:40:12.040Z] #53 ... [2021-04-16T10:40:12.040Z] [2021-04-16T10:40:12.040Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-16T10:40:12.040Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-16T10:40:12.040Z] #20 3.590 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-04-16T10:40:12.040Z] #20 3.670 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-04-16T10:40:12.040Z] #20 3.898 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-16T10:40:12.040Z] #20 4.003 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-16T10:40:12.040Z] #20 4.254 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [462 kB] [2021-04-16T10:40:12.139Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-04-16T10:40:12.632Z] #43 213.6 LINK lib/c/built-in.o [2021-04-16T10:40:12.632Z] #43 213.7 LINK lib/c/libcriu.so [2021-04-16T10:40:12.632Z] #43 213.9 LINK lib/c/libcriu.a [2021-04-16T10:40:12.932Z] #43 214.2 GEN magic.py [2021-04-16T10:40:12.981Z] #20 5.271 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-04-16T10:40:13.258Z] #43 214.4 Note: Building without setproctitle() and strlcpy() support. [2021-04-16T10:40:13.258Z] #43 214.4 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-04-16T10:40:13.258Z] #43 214.4 Note: Building without GnuTLS support [2021-04-16T10:40:13.258Z] #43 214.4 Makefile.config:39: Warn: you have no libnftables installed [2021-04-16T10:40:13.258Z] #43 214.4 Makefile.config:40: Warn: Building without nftables support [2021-04-16T10:40:13.682Z] ok github.com/docker/docker/daemon/cluster 0.102s coverage: 0.5% of statements [2021-04-16T10:40:14.296Z] ok github.com/docker/docker/pkg/plugins 33.621s coverage: 76.6% of statements [2021-04-16T10:40:14.296Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-04-16T10:40:14.296Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-04-16T10:40:14.296Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-04-16T10:40:14.296Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-04-16T10:40:14.296Z] ? github.com/docker/docker/pkg/term [no test files] [2021-04-16T10:40:14.296Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-04-16T10:40:14.296Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-04-16T10:40:14.296Z] ? github.com/docker/docker/rootless [no test files] [2021-04-16T10:40:14.296Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-04-16T10:40:14.296Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-04-16T10:40:14.296Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-04-16T10:40:14.296Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-04-16T10:40:14.296Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-04-16T10:40:14.296Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-04-16T10:40:14.296Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-04-16T10:40:14.296Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-04-16T10:40:14.296Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-04-16T10:40:14.296Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-04-16T10:40:14.296Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-04-16T10:40:14.296Z] ? github.com/docker/docker/testutil/request [no test files] [2021-04-16T10:40:14.296Z] ? github.com/docker/docker/volume [no test files] [2021-04-16T10:40:14.296Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-04-16T10:40:14.296Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-04-16T10:40:14.296Z] [2021-04-16T10:40:14.296Z] === Skipped [2021-04-16T10:40:14.296Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2021-04-16T10:40:14.296Z] exec_linux_test.go:18: requires AppArmor to be enabled [2021-04-16T10:40:14.296Z] [2021-04-16T10:40:14.296Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2021-04-16T10:40:14.296Z] exec_linux_test.go:38: requires AppArmor to be enabled [2021-04-16T10:40:14.296Z] [2021-04-16T10:40:14.296Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-04-16T10:40:14.296Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-16T10:40:14.296Z] graphtest_unix.go:46: Driver btrfs not supported [2021-04-16T10:40:14.296Z] [2021-04-16T10:40:14.296Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-04-16T10:40:14.296Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-16T10:40:14.296Z] graphtest_unix.go:46: Driver btrfs not supported [2021-04-16T10:40:14.296Z] [2021-04-16T10:40:14.296Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-04-16T10:40:14.296Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-16T10:40:14.296Z] graphtest_unix.go:46: Driver btrfs not supported [2021-04-16T10:40:14.296Z] [2021-04-16T10:40:14.296Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-04-16T10:40:14.296Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-16T10:40:14.296Z] graphtest_unix.go:46: Driver btrfs not supported [2021-04-16T10:40:14.296Z] [2021-04-16T10:40:14.296Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-04-16T10:40:14.296Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-16T10:40:14.296Z] graphtest_unix.go:46: Driver btrfs not supported [2021-04-16T10:40:14.296Z] [2021-04-16T10:40:14.296Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-04-16T10:40:14.296Z] graphtest_unix.go:73: No driver to put! [2021-04-16T10:40:14.296Z] [2021-04-16T10:40:14.296Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-04-16T10:40:14.296Z] time="2021-04-16T10:38:59Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-04-16T10:40:14.296Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-04-16T10:40:14.296Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-04-16T10:40:14.296Z] [2021-04-16T10:40:14.296Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-04-16T10:40:14.296Z] time="2021-04-16T10:38:59Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-04-16T10:40:14.296Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-04-16T10:40:14.296Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-04-16T10:40:14.296Z] [2021-04-16T10:40:14.296Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-04-16T10:40:14.296Z] time="2021-04-16T10:38:59Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-04-16T10:40:14.296Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-04-16T10:40:14.296Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-04-16T10:40:14.296Z] [2021-04-16T10:40:14.296Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-04-16T10:40:14.296Z] time="2021-04-16T10:38:59Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-04-16T10:40:14.296Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-04-16T10:40:14.296Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-04-16T10:40:14.296Z] [2021-04-16T10:40:14.296Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-04-16T10:40:14.296Z] time="2021-04-16T10:38:59Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-04-16T10:40:14.296Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-04-16T10:40:14.296Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-04-16T10:40:14.296Z] [2021-04-16T10:40:14.296Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-04-16T10:40:14.296Z] graphtest_unix.go:73: No driver to put! [2021-04-16T10:40:14.296Z] [2021-04-16T10:40:14.296Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-04-16T10:40:14.296Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-04-16T10:40:14.296Z] [2021-04-16T10:40:14.296Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-04-16T10:40:14.296Z] overlay_test.go:49: Fails to compute changes intermittently [2021-04-16T10:40:14.296Z] [2021-04-16T10:40:14.296Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-04-16T10:40:14.296Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-04-16T10:40:14.296Z] [2021-04-16T10:40:14.296Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-04-16T10:40:14.296Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-04-16T10:40:14.296Z] [2021-04-16T10:40:14.296Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-04-16T10:40:14.296Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-16T10:40:14.296Z] graphtest_unix.go:46: Driver zfs not supported [2021-04-16T10:40:14.296Z] [2021-04-16T10:40:14.296Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-04-16T10:40:14.296Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-16T10:40:14.296Z] graphtest_unix.go:46: Driver zfs not supported [2021-04-16T10:40:14.296Z] [2021-04-16T10:40:14.296Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-04-16T10:40:14.296Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-16T10:40:14.296Z] graphtest_unix.go:46: Driver zfs not supported [2021-04-16T10:40:14.296Z] [2021-04-16T10:40:14.296Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-04-16T10:40:14.296Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-16T10:40:14.296Z] graphtest_unix.go:46: Driver zfs not supported [2021-04-16T10:40:14.296Z] [2021-04-16T10:40:14.296Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-04-16T10:40:14.296Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-16T10:40:14.296Z] graphtest_unix.go:46: Driver zfs not supported [2021-04-16T10:40:14.296Z] [2021-04-16T10:40:14.296Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-04-16T10:40:14.296Z] graphtest_unix.go:73: No driver to put! [2021-04-16T10:40:14.296Z] [2021-04-16T10:40:14.296Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-04-16T10:40:14.296Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-04-16T10:40:14.296Z] [2021-04-16T10:40:14.296Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-04-16T10:40:14.296Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-04-16T10:40:14.296Z] [2021-04-16T10:40:14.296Z] [2021-04-16T10:40:14.296Z] DONE 2247 tests, 26 skipped in 194.085s [2021-04-16T10:40:14.313Z] #43 215.4 fatal: not a git repository (or any of the parent directories): .git Post stage [Pipeline] junit [2021-04-16T10:40:14.340Z] Recording test results [2021-04-16T10:40:14.439Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-04-16T10:40:14.858Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-40094/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr16 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=eb0610b7fc7e8c49160c99fa311e14ee632dd45a -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:eb0610b7fc7e8c49160c99fa311e14ee632dd45a hack/make.sh dynbinary test-integration [2021-04-16T10:40:14.893Z] #20 6.701 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [272 kB] [2021-04-16T10:40:15.373Z] #43 216.7 make[1]: Nothing to be done for 'all'. [2021-04-16T10:40:15.429Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-04-16T10:40:15.465Z] #20 7.790 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-04-16T10:40:15.486Z] [2021-04-16T10:40:15.486Z] Removing bundles/ [2021-04-16T10:40:15.486Z] [2021-04-16T10:40:15.486Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-04-16T10:40:15.486Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-04-16T10:40:15.486Z] GOOS="" GOARCH="" GOARM="" [2021-04-16T10:40:15.611Z] ok github.com/docker/docker/daemon/discovery 0.020s coverage: 30.0% of statements [2021-04-16T10:40:16.190Z] ok github.com/docker/docker/daemon/config 0.099s coverage: 81.8% of statements [2021-04-16T10:40:16.406Z] #20 ... [2021-04-16T10:40:16.406Z] [2021-04-16T10:40:16.406Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-04-16T10:40:16.406Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-04-16T10:40:16.406Z] #32 DONE 146.9s [2021-04-16T10:40:16.406Z] [2021-04-16T10:40:16.406Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:40:16.406Z] #43 sha256:634da649664dd1653459ec5ff55fe2816455cb64254406f6f3ff10f2bc6f3259 [2021-04-16T10:40:16.406Z] #43 77.23 DEP criu/plugin.d [2021-04-16T10:40:16.406Z] #43 77.37 DEP criu/pipes.d [2021-04-16T10:40:16.406Z] #43 77.54 DEP criu/pie-util.d [2021-04-16T10:40:16.406Z] #43 77.64 DEP criu/pie-util-vdso.d [2021-04-16T10:40:16.406Z] #43 77.87 DEP criu/pie-util-vdso-elf32.d [2021-04-16T10:40:16.406Z] #43 77.96 DEP criu/path.d [2021-04-16T10:40:16.406Z] #43 78.11 DEP criu/parasite-syscall.d [2021-04-16T10:40:16.406Z] #43 78.30 DEP criu/pagemap.d [2021-04-16T10:40:16.406Z] #43 78.51 DEP criu/pagemap-cache.d [2021-04-16T10:40:16.406Z] #43 78.66 DEP criu/page-xfer.d [2021-04-16T10:40:16.406Z] #43 78.92 DEP criu/page-pipe.d [2021-04-16T10:40:16.406Z] #43 79.04 DEP criu/netfilter.d [2021-04-16T10:40:16.406Z] #43 79.21 DEP criu/net.d [2021-04-16T10:40:16.406Z] #43 79.41 DEP criu/namespaces.d [2021-04-16T10:40:16.406Z] #43 79.58 DEP criu/mount.d [2021-04-16T10:40:16.406Z] #43 79.82 DEP criu/memfd.d [2021-04-16T10:40:16.406Z] #43 79.94 DEP criu/mem.d [2021-04-16T10:40:16.406Z] #43 80.08 DEP criu/lsm.d [2021-04-16T10:40:16.406Z] #43 80.18 DEP criu/log.d [2021-04-16T10:40:16.406Z] #43 80.27 DEP criu/libnetlink.d [2021-04-16T10:40:16.406Z] #43 80.44 DEP criu/kerndat.d [2021-04-16T10:40:16.406Z] #43 80.60 DEP criu/kcmp-ids.d [2021-04-16T10:40:16.406Z] #43 80.69 DEP criu/irmap.d [2021-04-16T10:40:16.406Z] #43 80.84 DEP criu/ipc_ns.d [2021-04-16T10:40:16.406Z] #43 80.99 DEP criu/image.d [2021-04-16T10:40:16.406Z] #43 81.12 DEP criu/image-desc.d [2021-04-16T10:40:16.406Z] #43 81.20 DEP criu/fsnotify.d [2021-04-16T10:40:16.406Z] #43 81.42 DEP criu/filesystems.d [2021-04-16T10:40:16.406Z] #43 81.61 DEP criu/files.d [2021-04-16T10:40:16.432Z] #43 217.7 make[1]: 'images/built-in.o' is up to date. [2021-04-16T10:40:16.432Z] #43 217.8 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-04-16T10:40:16.667Z] #43 81.84 DEP criu/files-reg.d [2021-04-16T10:40:16.667Z] #43 81.98 DEP criu/files-ext.d [2021-04-16T10:40:16.732Z] #43 217.8 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-04-16T10:40:16.732Z] #43 217.9 make[1]: 'compel/libcompel.a' is up to date. [2021-04-16T10:40:16.732Z] #43 217.9 make[1]: 'compel/compel-host-bin' is up to date. [2021-04-16T10:40:16.732Z] #43 218.0 make[1]: Nothing to be done for 'all'. [2021-04-16T10:40:16.890Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-04-16T10:40:16.927Z] #43 82.13 DEP criu/file-lock.d [2021-04-16T10:40:17.032Z] #43 218.0 make[1]: 'soccr/libsoccr.a' is up to date. [2021-04-16T10:40:17.032Z] #43 218.4 make[2]: Nothing to be done for 'all'. [2021-04-16T10:40:17.032Z] #43 218.4 make[2]: Nothing to be done for 'all'. [2021-04-16T10:40:17.187Z] #43 82.35 DEP criu/file-ids.d [2021-04-16T10:40:17.339Z] #43 218.5 make[2]: Nothing to be done for 'all'. [2021-04-16T10:40:17.339Z] #43 218.6 make[2]: Nothing to be done for 'all'. [2021-04-16T10:40:17.448Z] #43 82.50 DEP criu/fifo.d [2021-04-16T10:40:17.448Z] #43 82.68 DEP criu/fdstore.d [2021-04-16T10:40:17.448Z] #43 82.83 DEP criu/fault-injection.d [2021-04-16T10:40:17.596Z] ok github.com/docker/docker/daemon/events 0.071s coverage: 50.0% of statements [2021-04-16T10:40:17.642Z] #43 218.7 make[2]: Nothing to be done for 'all'. [2021-04-16T10:40:17.642Z] #43 218.8 make[2]: Nothing to be done for 'all'. [2021-04-16T10:40:17.642Z] #43 218.9 make[2]: Nothing to be done for 'all'. [2021-04-16T10:40:17.708Z] #43 82.89 DEP criu/external.d [2021-04-16T10:40:17.944Z] #43 219.1 make[2]: Nothing to be done for 'all'. [2021-04-16T10:40:17.944Z] #43 219.1 INSTALL criu/criu [2021-04-16T10:40:17.944Z] #43 DONE 219.3s [2021-04-16T10:40:17.944Z] [2021-04-16T10:40:17.944Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-04-16T10:40:17.944Z] #40 sha256:c360766b9b9540745e547dc930890c4e537534bd1ab1855e1af4d697e9a70cf8 [2021-04-16T10:40:17.969Z] #43 83.02 DEP criu/eventpoll.d [2021-04-16T10:40:17.969Z] #43 83.17 DEP criu/eventfd.d [2021-04-16T10:40:18.230Z] #43 83.40 DEP criu/crtools.d [2021-04-16T10:40:18.268Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-04-16T10:40:18.491Z] #43 83.62 DEP criu/cr-service.d [2021-04-16T10:40:18.491Z] #43 83.78 DEP criu/cr-restore.d [2021-04-16T10:40:18.545Z] ok github.com/docker/docker/daemon/graphdriver 0.024s coverage: 2.2% of statements [2021-04-16T10:40:18.598Z] #40 DONE 276.3s [2021-04-16T10:40:18.598Z] [2021-04-16T10:40:18.598Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-04-16T10:40:18.598Z] #24 sha256:289aee260f9860d37cd5c6444ec76273229ee9b50ff2508daa522a556bf642c4 [2021-04-16T10:40:18.752Z] #43 83.98 DEP criu/cr-errno.d [2021-04-16T10:40:18.752Z] #43 84.00 DEP criu/cr-dump.d [2021-04-16T10:40:18.835Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-04-16T10:40:19.012Z] #43 84.18 DEP criu/cr-dedup.d [2021-04-16T10:40:19.273Z] #43 84.31 DEP criu/cr-check.d [2021-04-16T10:40:19.273Z] #43 84.47 DEP criu/config.d [2021-04-16T10:40:19.533Z] #43 84.66 DEP criu/clone-noasan.d [2021-04-16T10:40:19.533Z] #43 84.75 DEP criu/cgroup.d [2021-04-16T10:40:19.794Z] #43 84.90 DEP criu/cgroup-props.d [2021-04-16T10:40:19.794Z] #43 84.99 DEP criu/bitmap.d [2021-04-16T10:40:19.794Z] #43 85.01 DEP criu/bfd.d [2021-04-16T10:40:19.794Z] #43 85.09 DEP criu/autofs.d [2021-04-16T10:40:19.898Z] #56 243.1 + bin/containerd-shim-runc-v1 [2021-04-16T10:40:20.054Z] #43 85.24 DEP criu/aio.d [2021-04-16T10:40:20.054Z] #43 85.38 DEP criu/action-scripts.d [2021-04-16T10:40:20.211Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-04-16T10:40:20.315Z] #43 85.63 CC criu/action-scripts.o [2021-04-16T10:40:20.576Z] #43 ... [2021-04-16T10:40:20.576Z] [2021-04-16T10:40:20.576Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-16T10:40:20.576Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-16T10:40:20.576Z] #20 12.80 Fetched 8935 kB in 9s (944 kB/s) [2021-04-16T10:40:21.588Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-04-16T10:40:22.764Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.016s coverage: 3.1% of statements [2021-04-16T10:40:22.764Z] ok github.com/docker/docker/daemon/graphdriver/aufs 3.050s coverage: 73.3% of statements [2021-04-16T10:40:22.964Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-04-16T10:40:23.027Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.554s coverage: 14.1% of statements [2021-04-16T10:40:23.901Z] #20 12.80 Reading package lists... [2021-04-16T10:40:23.901Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-04-16T10:40:23.975Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.833s coverage: 56.2% of statements [2021-04-16T10:40:24.064Z] #56 247.7 + bin/containerd-shim-runc-v2 [2021-04-16T10:40:24.319Z] #56 248.7 + binaries [2021-04-16T10:40:24.574Z] #56 248.7 + install -D bin/containerd /build/containerd [2021-04-16T10:40:24.574Z] #56 248.7 + install -D bin/containerd-shim /build/containerd-shim [2021-04-16T10:40:24.574Z] #56 248.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-04-16T10:40:24.574Z] #56 248.7 + install -D bin/ctr /build/ctr [2021-04-16T10:40:24.839Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-04-16T10:40:25.368Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.021s coverage: 1.9% of statements [2021-04-16T10:40:25.499Z] #56 DONE 249.8s [2021-04-16T10:40:26.218Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-04-16T10:40:26.218Z] Using test binary docker [2021-04-16T10:40:26.218Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-04-16T10:40:26.218Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-04-16T10:40:26.218Z] INFO: Waiting for daemon to start... [2021-04-16T10:40:26.218Z] Starting dockerd [2021-04-16T10:40:26.863Z] [2021-04-16T10:40:26.863Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-04-16T10:40:26.863Z] #57 sha256:a17674b5c812305ab19959fd6bd476b38f302627ffa0dd0069db8407316c2d58 [2021-04-16T10:40:27.210Z] #20 16.31 Reading package lists... [2021-04-16T10:40:27.423Z] #57 DONE 0.8s [2021-04-16T10:40:27.423Z] [2021-04-16T10:40:27.423Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-04-16T10:40:27.423Z] #61 sha256:cb6a73f10b0fc85856a4d0ceea7aca638d66d56bd905fbc9d4bf5983f25c76ec [2021-04-16T10:40:27.681Z] #61 DONE 0.2s [2021-04-16T10:40:27.681Z] [2021-04-16T10:40:27.681Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-04-16T10:40:27.681Z] #66 sha256:4c162d7bf9429b47b84aeb352311e97227b0a4b163fa666f88389c4c65ca370d [2021-04-16T10:40:27.780Z] #20 19.30 Building dependency tree... [2021-04-16T10:40:27.927Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.820s coverage: 49.4% of statements [2021-04-16T10:40:28.351Z] #20 20.62 libcap2-bin is already the newest version (1:2.25-2). [2021-04-16T10:40:28.351Z] #20 20.62 The following additional packages will be installed: [2021-04-16T10:40:28.351Z] #20 20.63 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-04-16T10:40:28.351Z] #20 20.64 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-04-16T10:40:28.351Z] #20 20.64 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-04-16T10:40:28.351Z] #20 20.64 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-04-16T10:40:28.351Z] #20 20.64 python3.7 python3.7-minimal vim-runtime xxd [2021-04-16T10:40:28.351Z] #20 20.65 Suggested packages: [2021-04-16T10:40:28.351Z] #20 20.65 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-04-16T10:40:28.351Z] #20 20.65 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-04-16T10:40:28.351Z] #20 20.65 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-04-16T10:40:28.351Z] #20 20.65 Recommended packages: [2021-04-16T10:40:28.351Z] #20 20.65 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-04-16T10:40:28.351Z] #20 20.65 python3-keyrings.alt python3-xdg unzip [2021-04-16T10:40:28.649Z] #66 DONE 0.9s [2021-04-16T10:40:28.649Z] [2021-04-16T10:40:28.649Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-04-16T10:40:28.649Z] #68 sha256:db5132a608c274412761949955025488a7f66c7cbd88a7bf66ff1e8581581be7 [2021-04-16T10:40:28.649Z] #68 DONE 0.0s [2021-04-16T10:40:28.649Z] [2021-04-16T10:40:28.649Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-04-16T10:40:28.649Z] #69 sha256:bdf327347bb504a031181d8c46f3c92d97b8fceee22341ba0dfc85dda241a8f5 [2021-04-16T10:40:28.649Z] #69 DONE 0.0s [2021-04-16T10:40:28.649Z] [2021-04-16T10:40:28.649Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-04-16T10:40:28.649Z] #70 sha256:d3755d6e67513e6b533aa4753855f24e4a74596060d68ee1b79309459317ec2a [2021-04-16T10:40:28.749Z] . [2021-04-16T10:40:28.749Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-04-16T10:40:28.749Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-04-16T10:40:28.749Z] Error: No such image: emptyfs [2021-04-16T10:40:28.749Z] Running integration-test (iteration 1) [2021-04-16T10:40:28.749Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-04-16T10:40:29.072Z] #24 ... [2021-04-16T10:40:29.072Z] [2021-04-16T10:40:29.072Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-16T10:40:29.072Z] #49 sha256:e028295ca16d674709ac4a9a241f4b9e163cc794cf831a250ad771e52d5ece85 [2021-04-16T10:40:29.072Z] #49 281.5 + /build/golangci-lint --version [2021-04-16T10:40:29.072Z] #49 281.8 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-04-16T10:40:29.072Z] #49 DONE 282.0s [2021-04-16T10:40:29.072Z] [2021-04-16T10:40:29.072Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-04-16T10:40:29.072Z] #24 sha256:289aee260f9860d37cd5c6444ec76273229ee9b50ff2508daa522a556bf642c4 [2021-04-16T10:40:29.317Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 1.584s coverage: 57.7% of statements [2021-04-16T10:40:29.574Z] #70 DONE 0.8s [2021-04-16T10:40:29.574Z] [2021-04-16T10:40:29.574Z] #71 exporting to image [2021-04-16T10:40:29.574Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-04-16T10:40:29.574Z] #71 exporting layers [2021-04-16T10:40:29.579Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.820s coverage: 46.2% of statements [2021-04-16T10:40:29.842Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.021s coverage: 57.5% of statements [2021-04-16T10:40:30.275Z] #20 22.24 The following NEW packages will be installed: [2021-04-16T10:40:30.275Z] #20 22.24 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-04-16T10:40:30.275Z] #20 22.24 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-04-16T10:40:30.275Z] #20 22.24 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-04-16T10:40:30.275Z] #20 22.24 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-04-16T10:40:30.275Z] #20 22.24 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-04-16T10:40:30.275Z] #20 22.24 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-04-16T10:40:30.275Z] #20 22.24 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-04-16T10:40:30.275Z] #20 22.24 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-04-16T10:40:30.275Z] #20 22.24 xz-utils zip [2021-04-16T10:40:30.275Z] #20 22.57 0 upgraded, 48 newly installed, 0 to remove and 27 not upgraded. [2021-04-16T10:40:30.275Z] #20 22.57 Need to get 28.5 MB of archives. [2021-04-16T10:40:30.275Z] #20 22.57 After this operation, 116 MB of additional disk space will be used. [2021-04-16T10:40:30.275Z] #20 22.57 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-04-16T10:40:30.275Z] #20 22.57 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB] [2021-04-16T10:40:30.275Z] #20 22.59 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB] [2021-04-16T10:40:30.535Z] #20 22.68 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-04-16T10:40:30.535Z] #20 22.68 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-04-16T10:40:30.535Z] #20 22.69 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB] [2021-04-16T10:40:30.535Z] #20 22.81 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2021-04-16T10:40:30.535Z] #20 22.83 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-04-16T10:40:30.535Z] #20 22.83 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-04-16T10:40:30.535Z] #20 22.83 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-04-16T10:40:30.535Z] #20 22.84 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-04-16T10:40:30.535Z] #20 22.84 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-04-16T10:40:30.535Z] #20 22.84 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-04-16T10:40:30.535Z] #20 22.85 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-04-16T10:40:30.535Z] #20 22.85 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-04-16T10:40:30.535Z] #20 22.85 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-04-16T10:40:30.535Z] #20 22.87 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-04-16T10:40:30.535Z] #20 22.88 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-04-16T10:40:30.535Z] #20 22.89 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-04-16T10:40:30.535Z] #20 22.90 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2021-04-16T10:40:30.535Z] #20 22.90 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-04-16T10:40:30.535Z] #20 22.91 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-04-16T10:40:30.796Z] #20 22.94 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-04-16T10:40:30.796Z] #20 22.94 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-04-16T10:40:30.796Z] #20 22.95 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-04-16T10:40:30.796Z] #20 22.96 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-04-16T10:40:30.796Z] #20 22.97 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-04-16T10:40:30.796Z] #20 22.97 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-04-16T10:40:30.796Z] #20 22.97 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-04-16T10:40:30.796Z] #20 ... [2021-04-16T10:40:30.796Z] [2021-04-16T10:40:30.796Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:40:30.796Z] #43 sha256:634da649664dd1653459ec5ff55fe2816455cb64254406f6f3ff10f2bc6f3259 [2021-04-16T10:40:30.796Z] #43 86.03 CC criu/aio.o [2021-04-16T10:40:30.796Z] #43 86.56 CC criu/autofs.o [2021-04-16T10:40:30.796Z] #43 87.78 CC criu/bfd.o [2021-04-16T10:40:30.796Z] #43 88.17 CC criu/bitmap.o [2021-04-16T10:40:30.796Z] #43 88.29 CC criu/cgroup-props.o [2021-04-16T10:40:30.796Z] #43 89.17 CC criu/cgroup.o [2021-04-16T10:40:30.796Z] #43 92.01 CC criu/clone-noasan.o [2021-04-16T10:40:30.796Z] #43 92.22 CC criu/config.o [2021-04-16T10:40:30.796Z] #43 93.59 CC criu/cr-check.o [2021-04-16T10:40:30.796Z] #43 95.33 CC criu/cr-dedup.o [2021-04-16T10:40:30.796Z] #43 95.66 CC criu/cr-dump.o [2021-04-16T10:40:31.239Z] ok github.com/docker/docker/daemon/links 0.015s coverage: 93.0% of statements [2021-04-16T10:40:31.367Z] #43 ... [2021-04-16T10:40:31.367Z] [2021-04-16T10:40:31.367Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-16T10:40:31.367Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-16T10:40:31.367Z] #20 23.42 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-04-16T10:40:31.367Z] #20 23.43 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-04-16T10:40:31.367Z] #20 23.43 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-04-16T10:40:31.367Z] #20 23.43 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-04-16T10:40:31.367Z] #20 23.43 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-04-16T10:40:31.367Z] #20 23.44 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-04-16T10:40:31.367Z] #20 23.52 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-04-16T10:40:31.367Z] #20 23.53 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-04-16T10:40:31.367Z] #20 23.53 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-04-16T10:40:31.367Z] #20 23.55 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-04-16T10:40:31.367Z] #20 23.55 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-04-16T10:40:31.367Z] #20 23.57 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-04-16T10:40:31.367Z] #20 23.57 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-04-16T10:40:31.367Z] #20 23.63 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2021-04-16T10:40:31.367Z] #20 23.64 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-04-16T10:40:31.367Z] #20 23.66 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-04-16T10:40:31.502Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.019s coverage: 3.0% of statements [2021-04-16T10:40:31.627Z] #20 23.99 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-04-16T10:40:31.627Z] #20 24.03 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-04-16T10:40:31.708Z] INFO: Expanding compiler 1 of 3... [2021-04-16T10:40:31.708Z] INFO: Expanding compiler 2 of 3... [2021-04-16T10:40:31.888Z] #20 24.08 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-04-16T10:40:32.078Z] ok github.com/docker/docker/daemon 12.284s coverage: 17.2% of statements [2021-04-16T10:40:32.078Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-04-16T10:40:32.078Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-04-16T10:40:32.078Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-04-16T10:40:32.078Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-04-16T10:40:32.078Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-04-16T10:40:32.078Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-04-16T10:40:32.078Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-04-16T10:40:32.464Z] #20 24.69 debconf: delaying package configuration, since apt-utils is not installed [2021-04-16T10:40:32.464Z] #20 24.78 Fetched 28.5 MB in 2s (16.0 MB/s) [2021-04-16T10:40:32.464Z] #20 24.85 Selecting previously unselected package pigz. [2021-04-16T10:40:32.725Z] #20 24.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 ... 23435 files and directories currently installed.) [2021-04-16T10:40:32.725Z] #20 24.93 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-04-16T10:40:32.725Z] #20 24.93 Unpacking pigz (2.4-1) ... [2021-04-16T10:40:32.725Z] #20 25.06 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-04-16T10:40:32.725Z] #20 25.07 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-04-16T10:40:32.725Z] #20 25.07 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-04-16T10:40:33.296Z] #20 25.44 Selecting previously unselected package python3.7-minimal. [2021-04-16T10:40:33.296Z] #20 25.46 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-04-16T10:40:33.296Z] #20 25.47 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-04-16T10:40:34.001Z] ok github.com/docker/docker/daemon/images 0.124s coverage: 6.7% of statements [2021-04-16T10:40:34.001Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-04-16T10:40:34.001Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-04-16T10:40:34.001Z] ok github.com/docker/docker/daemon/logger 0.264s coverage: 43.2% of statements [2021-04-16T10:40:34.238Z] #20 26.26 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-04-16T10:40:34.238Z] #20 26.29 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-04-16T10:40:34.597Z] ok github.com/docker/docker/daemon/logger/awslogs 0.388s coverage: 77.8% of statements [2021-04-16T10:40:34.597Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-04-16T10:40:34.597Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-04-16T10:40:34.597Z] ok github.com/docker/docker/daemon/logger/gelf 0.016s coverage: 67.0% of statements [2021-04-16T10:40:35.175Z] ok github.com/docker/docker/daemon/logger/journald 0.050s coverage: 23.9% of statements [2021-04-16T10:40:35.437Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.030s coverage: 87.2% of statements [2021-04-16T10:40:36.014Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.055s coverage: 69.9% of statements [2021-04-16T10:40:36.106Z] #71 exporting layers 6.6s done [2021-04-16T10:40:36.106Z] #71 writing image sha256:8e0b07d87e9bf24fcb9893df966196b4e6ce280fce50c858e009d8f7ea630fd4 done [2021-04-16T10:40:36.106Z] #71 naming to docker.io/library/docker:eb0610b7fc7e8c49160c99fa311e14ee632dd45a done [2021-04-16T10:40:36.106Z] #71 DONE 6.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [2021-04-16T10:40:36.153Z] #20 28.12 Selecting previously unselected package python3-minimal. [2021-04-16T10:40:36.153Z] #20 28.13 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23684 files and directories currently installed.) [2021-04-16T10:40:36.153Z] #20 28.18 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-04-16T10:40:36.153Z] #20 28.19 Unpacking python3-minimal (3.7.3-1) ... [2021-04-16T10:40:36.153Z] #20 28.27 Selecting previously unselected package libmpdec2:amd64. [2021-04-16T10:40:36.153Z] #20 28.27 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-04-16T10:40:36.153Z] #20 28.30 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-04-16T10:40:36.153Z] #20 28.39 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-04-16T10:40:36.153Z] #20 28.40 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2021-04-16T10:40:36.153Z] #20 28.41 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [Pipeline] sh [2021-04-16T10:40:36.413Z] INFO: Expanding compiler 3 of 3... [2021-04-16T10:40:36.438Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40094/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40094/.git:/go/src/github.com/docker/docker/.git --name docker-pr16 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=eb0610b7fc7e8c49160c99fa311e14ee632dd45a -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:eb0610b7fc7e8c49160c99fa311e14ee632dd45a hack/validate/default [2021-04-16T10:40:36.874Z] INFO: Removing downloaded files... [2021-04-16T10:40:36.874Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2021-04-16T10:40:36.874Z] INFO: Configuring git core.autocrlf... [2021-04-16T10:40:36.963Z] ok github.com/docker/docker/daemon/logger/local 0.076s coverage: 75.2% of statements [2021-04-16T10:40:36.963Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-04-16T10:40:37.095Z] #20 29.23 Selecting previously unselected package python3.7. [2021-04-16T10:40:37.095Z] #20 29.23 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2021-04-16T10:40:37.095Z] #20 29.24 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-04-16T10:40:37.095Z] #20 29.37 Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-16T10:40:37.095Z] #20 29.37 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-04-16T10:40:37.095Z] #20 29.38 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-04-16T10:40:37.356Z] #20 29.45 Setting up python3-minimal (3.7.3-1) ... [2021-04-16T10:40:37.396Z] Congratulations! All commits are properly signed with the DCO! [2021-04-16T10:40:37.396Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2021-04-16T10:40:37.396Z] No api/types/ or api/swagger.yaml changes in diff. [2021-04-16T10:40:37.396Z] Congratulations! All TOML source files changed here have valid syntax. [2021-04-16T10:40:37.396Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2021-04-16T10:40:37.396Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2021-04-16T10:40:37.396Z] Congratulations! No new tests were added to integration-cli. [2021-04-16T10:40:37.396Z] [2021-04-16T10:40:37.396Z] INFO Start validation with golang-ci-lint [2021-04-16T10:40:37.396Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2021-04-16T10:40:37.396Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-04-16T10:40:37.396Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-04-16T10:40:37.539Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.050s coverage: 31.5% of statements [2021-04-16T10:40:37.801Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.088s coverage: 56.8% of statements [2021-04-16T10:40:37.926Z] #20 30.31 Selecting previously unselected package python3. [2021-04-16T10:40:38.187Z] #20 30.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 ... 24096 files and directories currently installed.) [2021-04-16T10:40:38.187Z] #20 30.37 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-04-16T10:40:38.187Z] #20 30.40 Unpacking python3 (3.7.3-1) ... [2021-04-16T10:40:38.187Z] #20 30.49 Selecting previously unselected package libip4tc0:amd64. [2021-04-16T10:40:38.187Z] #20 30.50 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-04-16T10:40:38.187Z] #20 30.51 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-04-16T10:40:38.376Z] ok github.com/docker/docker/daemon/logger/templates 0.028s coverage: 8.3% of statements [2021-04-16T10:40:38.447Z] #20 30.58 Selecting previously unselected package libip6tc0:amd64. [2021-04-16T10:40:38.447Z] #20 30.58 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-04-16T10:40:38.447Z] #20 30.60 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-04-16T10:40:38.447Z] #20 30.69 Selecting previously unselected package libiptc0:amd64. [2021-04-16T10:40:38.447Z] #20 30.69 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-04-16T10:40:38.447Z] #20 30.70 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-04-16T10:40:38.447Z] #20 30.77 Selecting previously unselected package libnfnetlink0:amd64. [2021-04-16T10:40:38.447Z] #20 30.79 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-04-16T10:40:38.707Z] #20 30.79 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-04-16T10:40:38.707Z] #20 30.86 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-04-16T10:40:38.707Z] #20 30.87 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-04-16T10:40:38.707Z] #20 30.88 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-04-16T10:40:38.707Z] #20 30.98 Selecting previously unselected package libnftnl11:amd64. [2021-04-16T10:40:38.707Z] #20 30.99 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-04-16T10:40:38.707Z] #20 31.00 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-04-16T10:40:38.951Z] ok github.com/docker/docker/daemon/logger/syslog 0.039s coverage: 46.8% of statements [2021-04-16T10:40:38.973Z] #20 31.08 Selecting previously unselected package iptables. [2021-04-16T10:40:38.973Z] #20 31.08 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-04-16T10:40:38.973Z] #20 31.09 Unpacking iptables (1.8.2-4) ... [2021-04-16T10:40:39.233Z] #20 31.43 Selecting previously unselected package xxd. [2021-04-16T10:40:39.233Z] #20 31.44 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-04-16T10:40:39.233Z] #20 31.45 Unpacking xxd (2:8.1.0875-5) ... [2021-04-16T10:40:39.233Z] #20 31.58 Selecting previously unselected package vim-common. [2021-04-16T10:40:39.494Z] #20 31.59 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-04-16T10:40:39.494Z] #20 31.61 Unpacking vim-common (2:8.1.0875-5) ... [2021-04-16T10:40:39.494Z] #20 31.79 Selecting previously unselected package bash-completion. [2021-04-16T10:40:39.494Z] #20 31.79 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-04-16T10:40:39.528Z] ok github.com/docker/docker/daemon/network 0.078s coverage: 63.8% of statements [2021-04-16T10:40:40.476Z] ok github.com/docker/docker/daemon/logger/splunk 1.994s coverage: 82.5% of statements [2021-04-16T10:40:40.476Z] ? github.com/docker/docker/daemon/names [no test files] [2021-04-16T10:40:40.476Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-04-16T10:40:40.738Z] ok github.com/docker/docker/distribution/metadata 0.079s coverage: 48.2% of statements [2021-04-16T10:40:42.129Z] ok github.com/docker/docker/distribution 0.325s coverage: 25.2% of statements [2021-04-16T10:40:42.129Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-04-16T10:40:42.392Z] ok github.com/docker/docker/errdefs 0.023s coverage: 53.1% of statements [2021-04-16T10:40:42.794Z] #20 34.56 Unpacking bash-completion (1:2.8-6) ... [2021-04-16T10:40:42.794Z] #20 34.91 Selecting previously unselected package bzip2. [2021-04-16T10:40:42.794Z] #20 34.91 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-04-16T10:40:42.794Z] #20 34.92 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-04-16T10:40:42.794Z] #20 35.00 Selecting previously unselected package xz-utils. [2021-04-16T10:40:42.794Z] #20 35.01 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-04-16T10:40:42.794Z] #20 35.02 Unpacking xz-utils (5.2.4-1) ... [2021-04-16T10:40:42.794Z] #20 ... [2021-04-16T10:40:42.794Z] [2021-04-16T10:40:42.794Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:40:42.794Z] #43 sha256:634da649664dd1653459ec5ff55fe2816455cb64254406f6f3ff10f2bc6f3259 [2021-04-16T10:40:42.794Z] #43 97.96 CC criu/cr-errno.o [2021-04-16T10:40:42.794Z] #43 98.04 CC criu/cr-restore.o [2021-04-16T10:40:42.794Z] #43 102.3 CC criu/cr-service.o [2021-04-16T10:40:42.794Z] #43 103.9 CC criu/crtools.o [2021-04-16T10:40:42.794Z] #43 104.4 CC criu/eventfd.o [2021-04-16T10:40:42.794Z] #43 104.8 CC criu/eventpoll.o [2021-04-16T10:40:42.794Z] #43 105.5 CC criu/external.o [2021-04-16T10:40:42.795Z] #43 105.8 CC criu/fault-injection.o [2021-04-16T10:40:42.795Z] #43 105.9 CC criu/fdstore.o [2021-04-16T10:40:42.795Z] #43 106.2 CC criu/fifo.o [2021-04-16T10:40:42.795Z] #43 106.6 CC criu/file-ids.o [2021-04-16T10:40:42.795Z] #43 106.9 CC criu/file-lock.o [2021-04-16T10:40:42.795Z] #43 107.8 CC criu/files-ext.o [2021-04-16T10:40:42.966Z] ok github.com/docker/docker/image 0.050s coverage: 86.6% of statements [2021-04-16T10:40:43.055Z] #43 108.2 CC criu/files-reg.o [2021-04-16T10:40:43.055Z] #43 ... [2021-04-16T10:40:43.055Z] [2021-04-16T10:40:43.055Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-16T10:40:43.055Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-16T10:40:43.055Z] #20 35.19 Selecting previously unselected package apparmor. [2021-04-16T10:40:43.055Z] #20 35.19 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-04-16T10:40:43.055Z] #20 35.28 Unpacking apparmor (2.13.2-10) ... [2021-04-16T10:40:43.318Z] #20 35.58 Selecting previously unselected package aufs-tools. [2021-04-16T10:40:43.318Z] #20 35.58 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-04-16T10:40:43.318Z] #20 35.59 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-04-16T10:40:43.543Z] ok github.com/docker/docker/image/cache 0.022s coverage: 19.2% of statements [2021-04-16T10:40:43.578Z] #20 35.75 Selecting previously unselected package libonig5:amd64. [2021-04-16T10:40:43.578Z] #20 35.75 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-04-16T10:40:43.578Z] #20 35.77 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-04-16T10:40:43.806Z] ok github.com/docker/docker/distribution/xfer 1.727s coverage: 85.6% of statements [2021-04-16T10:40:43.806Z] ? github.com/docker/docker/dockerversion [no test files] [2021-04-16T10:40:43.839Z] #20 35.92 Selecting previously unselected package libjq1:amd64. [2021-04-16T10:40:43.839Z] #20 35.92 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-04-16T10:40:43.839Z] #20 35.94 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-04-16T10:40:43.839Z] #20 36.08 Selecting previously unselected package jq. [2021-04-16T10:40:43.839Z] #20 36.08 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-04-16T10:40:43.839Z] #20 36.09 Unpacking jq (1.5+dfsg-2+b1) ... [2021-04-16T10:40:44.069Z] ok github.com/docker/docker/image/tarexport 0.037s coverage: 0.6% of statements [2021-04-16T10:40:44.100Z] #20 36.18 Selecting previously unselected package libaio1:amd64. [2021-04-16T10:40:44.100Z] #20 36.18 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-04-16T10:40:44.100Z] #20 36.18 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-04-16T10:40:44.100Z] #20 36.24 Selecting previously unselected package libgpm2:amd64. [2021-04-16T10:40:44.100Z] #20 36.24 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-04-16T10:40:44.100Z] #20 36.25 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-04-16T10:40:44.100Z] #20 36.31 Selecting previously unselected package libicu63:amd64. [2021-04-16T10:40:44.100Z] #20 36.31 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-04-16T10:40:44.100Z] #20 36.32 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-04-16T10:40:44.645Z] ok github.com/docker/docker/image/v1 0.040s coverage: 25.0% of statements [2021-04-16T10:40:44.645Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-04-16T10:40:44.645Z] ok github.com/docker/docker/libcontainerd/queue 0.057s coverage: 100.0% of statements [2021-04-16T10:40:46.040Z] ok github.com/docker/docker/oci 0.054s coverage: 45.2% of statements [2021-04-16T10:40:46.040Z] ok github.com/docker/docker/pkg/aaparser 0.043s coverage: 52.9% of statements [2021-04-16T10:40:46.302Z] ok github.com/docker/docker/opts 0.040s coverage: 67.1% of statements [2021-04-16T10:40:46.831Z] Loaded image: buildpack-deps:buster [2021-04-16T10:40:46.831Z] Loaded image: busybox:latest [2021-04-16T10:40:46.831Z] Loaded image: busybox:glibc [2021-04-16T10:40:46.831Z] Loaded image: debian:bullseye [2021-04-16T10:40:46.831Z] Loaded image: hello-world:latest [2021-04-16T10:40:46.831Z] Loaded image: arm32v7/hello-world:latest [2021-04-16T10:40:46.831Z] INFO: Testing against a local daemon [2021-04-16T10:40:46.831Z] === RUN TestCgroupNamespacesBuild [2021-04-16T10:40:47.250Z] ok github.com/docker/docker/pkg/broadcaster 0.045s coverage: 100.0% of statements [2021-04-16T10:40:47.768Z] #24 ... [2021-04-16T10:40:47.768Z] [2021-04-16T10:40:47.768Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-04-16T10:40:47.768Z] #53 sha256:ce62298ffb506dec0f2706153e092ae9e850cca7c7e5b3b5568ab4d77cfb4249 [2021-04-16T10:40:47.768Z] #53 200.7 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-04-16T10:40:48.065Z] #53 202.2 + mkdir -p /build [2021-04-16T10:40:48.065Z] #53 202.2 + cp runc /build/runc [2021-04-16T10:40:48.199Z] ok github.com/docker/docker/pkg/capabilities 0.010s coverage: 87.5% of statements [2021-04-16T10:40:48.305Z] #20 39.91 Selecting previously unselected package libnet1:amd64. [2021-04-16T10:40:48.305Z] #20 39.91 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-04-16T10:40:48.305Z] #20 39.91 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-04-16T10:40:48.305Z] #20 40.02 Selecting previously unselected package libnl-3-200:amd64. [2021-04-16T10:40:48.305Z] #20 40.03 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-04-16T10:40:48.305Z] #20 40.03 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-04-16T10:40:48.305Z] #20 40.12 Selecting previously unselected package libprotobuf-c1:amd64. [2021-04-16T10:40:48.305Z] #20 40.12 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-04-16T10:40:48.305Z] #20 40.13 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-04-16T10:40:48.305Z] #20 40.20 Selecting previously unselected package libreadline5:amd64. [2021-04-16T10:40:48.305Z] #20 40.20 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-04-16T10:40:48.305Z] #20 40.21 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-04-16T10:40:48.305Z] #20 40.34 Selecting previously unselected package net-tools. [2021-04-16T10:40:48.305Z] #20 40.36 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-04-16T10:40:48.305Z] #20 40.36 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-04-16T10:40:48.305Z] #20 40.55 Selecting previously unselected package python-pip-whl. [2021-04-16T10:40:48.305Z] #20 40.56 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-04-16T10:40:48.305Z] #20 40.57 Unpacking python-pip-whl (18.1-5) ... [2021-04-16T10:40:48.375Z] #53 DONE 202.3s [2021-04-16T10:40:48.375Z] [2021-04-16T10:40:48.375Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-04-16T10:40:48.375Z] #24 sha256:289aee260f9860d37cd5c6444ec76273229ee9b50ff2508daa522a556bf642c4 [2021-04-16T10:40:48.472Z] ok github.com/docker/docker/pkg/authorization 0.605s coverage: 68.3% of statements [2021-04-16T10:40:48.875Z] #20 41.11 Selecting previously unselected package python3-lib2to3. [2021-04-16T10:40:48.875Z] #20 41.12 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-04-16T10:40:48.875Z] #20 41.13 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-04-16T10:40:49.136Z] #20 41.27 Selecting previously unselected package python3-distutils. [2021-04-16T10:40:49.136Z] #20 41.28 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-04-16T10:40:49.136Z] #20 41.28 Unpacking python3-distutils (3.7.3-1) ... [2021-04-16T10:40:49.363Z] --- PASS: TestCgroupNamespacesBuild (2.98s) [2021-04-16T10:40:49.363Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-04-16T10:40:49.396Z] #20 41.44 Selecting previously unselected package python3-pip. [2021-04-16T10:40:49.396Z] #20 41.45 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-04-16T10:40:49.396Z] #20 41.46 Unpacking python3-pip (18.1-5) ... [2021-04-16T10:40:49.396Z] #20 41.62 Selecting previously unselected package python3-pkg-resources. [2021-04-16T10:40:49.396Z] #20 41.63 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-04-16T10:40:49.396Z] #20 41.64 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-04-16T10:40:49.418Z] ok github.com/docker/docker/pkg/directory 0.012s coverage: 80.0% of statements [2021-04-16T10:40:49.418Z] ok github.com/docker/docker/pkg/archive 1.203s coverage: 81.8% of statements [2021-04-16T10:40:49.657Z] #20 41.76 Selecting previously unselected package python3-setuptools. [2021-04-16T10:40:49.657Z] #20 41.77 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-04-16T10:40:49.657Z] #20 41.78 Unpacking python3-setuptools (40.8.0-1) ... [2021-04-16T10:40:49.918Z] #20 42.01 Selecting previously unselected package python3-wheel. [2021-04-16T10:40:49.918Z] #20 42.02 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-04-16T10:40:49.918Z] #20 42.03 Unpacking python3-wheel (0.32.3-2) ... [2021-04-16T10:40:49.918Z] #20 42.11 Selecting previously unselected package sudo. [2021-04-16T10:40:49.918Z] #20 42.12 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-04-16T10:40:49.993Z] ok github.com/docker/docker/pkg/discovery 0.011s coverage: 58.3% of statements [2021-04-16T10:40:50.178Z] #20 42.23 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-04-16T10:40:50.255Z] ok github.com/docker/docker/pkg/discovery/file 0.019s coverage: 92.9% of statements [2021-04-16T10:40:50.438Z] #20 42.77 Selecting previously unselected package thin-provisioning-tools. [2021-04-16T10:40:50.438Z] #20 42.77 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-04-16T10:40:50.698Z] #20 42.78 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-04-16T10:40:50.698Z] #20 43.01 Selecting previously unselected package uidmap. [2021-04-16T10:40:50.698Z] #20 43.03 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-04-16T10:40:50.698Z] #20 43.04 Unpacking uidmap (1:4.5-1.1) ... [2021-04-16T10:40:50.830Z] ok github.com/docker/docker/pkg/discovery/memory 0.025s coverage: 92.3% of statements [2021-04-16T10:40:50.959Z] #20 ... [2021-04-16T10:40:50.959Z] [2021-04-16T10:40:50.959Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-04-16T10:40:50.959Z] #40 sha256:7b2fe3946947f3b0859e850ff08d21da2ec2d73d27b4150d703bd44d27949913 [2021-04-16T10:40:50.959Z] #40 181.4 + dpkg --print-architecture [2021-04-16T10:40:50.959Z] #40 181.4 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-04-16T10:40:51.403Z] ok github.com/docker/docker/pkg/discovery/nodes 0.009s coverage: 93.8% of statements [2021-04-16T10:40:51.900Z] #40 182.2 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-04-16T10:40:51.901Z] #40 182.2 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-04-16T10:40:51.902Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.65s) [2021-04-16T10:40:51.902Z] === RUN TestBuildWithSession [2021-04-16T10:40:51.902Z] --- SKIP: TestBuildWithSession (0.00s) [2021-04-16T10:40:51.902Z] build_session_test.go:25: TODO: BuildKit [2021-04-16T10:40:51.902Z] === RUN TestBuildSquashParent [2021-04-16T10:40:51.976Z] ok github.com/docker/docker/pkg/dmesg 0.008s coverage: 83.3% of statements [2021-04-16T10:40:52.238Z] ok github.com/docker/docker/pkg/chrootarchive 2.984s coverage: 43.2% of statements [2021-04-16T10:40:53.184Z] ok github.com/docker/docker/pkg/fileutils 0.016s coverage: 89.5% of statements [2021-04-16T10:40:53.184Z] ok github.com/docker/docker/pkg/filenotify 0.610s coverage: 67.0% of statements [2021-04-16T10:40:53.757Z] ok github.com/docker/docker/pkg/homedir 0.010s coverage: 11.4% of statements [2021-04-16T10:40:53.757Z] ok github.com/docker/docker/pkg/fsutils 0.226s coverage: 85.1% of statements [2021-04-16T10:40:54.331Z] ok github.com/docker/docker/pkg/discovery/kv 3.106s coverage: 84.1% of statements [2021-04-16T10:40:55.204Z] #40 ... [2021-04-16T10:40:55.204Z] [2021-04-16T10:40:55.204Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:40:55.204Z] #43 sha256:634da649664dd1653459ec5ff55fe2816455cb64254406f6f3ff10f2bc6f3259 [2021-04-16T10:40:55.204Z] #43 110.4 CC criu/files.o [2021-04-16T10:40:55.204Z] #43 112.4 CC criu/filesystems.o [2021-04-16T10:40:55.204Z] #43 113.1 CC criu/fsnotify.o [2021-04-16T10:40:55.204Z] #43 114.3 CC criu/image-desc.o [2021-04-16T10:40:55.204Z] #43 114.5 CC criu/image.o [2021-04-16T10:40:55.204Z] #43 115.4 CC criu/ipc_ns.o [2021-04-16T10:40:55.204Z] #43 116.6 CC criu/irmap.o [2021-04-16T10:40:55.204Z] #43 117.3 CC criu/kcmp-ids.o [2021-04-16T10:40:55.204Z] #43 117.7 CC criu/kerndat.o [2021-04-16T10:40:55.204Z] #43 118.8 CC criu/libnetlink.o [2021-04-16T10:40:55.204Z] #43 119.2 CC criu/log.o [2021-04-16T10:40:55.204Z] #43 119.8 CC criu/lsm.o [2021-04-16T10:40:55.204Z] #43 120.3 CC criu/mem.o [2021-04-16T10:40:55.277Z] ok github.com/docker/docker/pkg/idtools 0.689s coverage: 69.5% of statements [2021-04-16T10:40:55.277Z] ok github.com/docker/docker/layer 7.790s coverage: 68.8% of statements [2021-04-16T10:40:55.277Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-04-16T10:40:55.277Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-04-16T10:40:55.277Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-04-16T10:40:55.277Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-04-16T10:40:55.277Z] ? github.com/docker/docker/oci/caps [no test files] [2021-04-16T10:40:55.277Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-04-16T10:40:55.277Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-04-16T10:40:55.277Z] ok github.com/docker/docker/pkg/jsonmessage 0.026s coverage: 91.7% of statements [2021-04-16T10:40:55.277Z] ok github.com/docker/docker/pkg/ioutils 0.620s coverage: 69.3% of statements [2021-04-16T10:40:55.328Z] #24 ... [2021-04-16T10:40:55.328Z] [2021-04-16T10:40:55.328Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-16T10:40:55.328Z] #56 sha256:5be0eca2f44eeda23977849f4f01518b67e52ef33523bbf1220c1dbbb34e954b [2021-04-16T10:40:55.328Z] #56 285.1 + bin/containerd [2021-04-16T10:40:55.465Z] #43 ... [2021-04-16T10:40:55.465Z] [2021-04-16T10:40:55.465Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-16T10:40:55.465Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-16T10:40:55.465Z] #20 43.17 Selecting previously unselected package vim-runtime. [2021-04-16T10:40:55.465Z] #20 43.17 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-04-16T10:40:55.465Z] #20 43.22 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-04-16T10:40:55.465Z] #20 43.26 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-04-16T10:40:55.465Z] #20 43.26 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-04-16T10:40:55.465Z] #20 46.41 Selecting previously unselected package vim. [2021-04-16T10:40:55.465Z] #20 46.41 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2021-04-16T10:40:55.465Z] #20 46.43 Unpacking vim (2:8.1.0875-5) ... [2021-04-16T10:40:55.465Z] #20 46.94 Selecting previously unselected package xfsprogs. [2021-04-16T10:40:55.465Z] #20 46.95 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2021-04-16T10:40:55.465Z] #20 46.95 Unpacking xfsprogs (4.20.0-1) ... [2021-04-16T10:40:55.465Z] #20 47.49 Selecting previously unselected package zip. [2021-04-16T10:40:55.465Z] #20 47.49 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2021-04-16T10:40:55.465Z] #20 47.50 Unpacking zip (3.0-11+b1) ... [2021-04-16T10:40:55.465Z] #20 47.73 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-04-16T10:40:55.465Z] #20 47.75 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-04-16T10:40:55.465Z] #20 47.77 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-04-16T10:40:55.465Z] #20 47.78 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-04-16T10:40:55.465Z] #20 47.79 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-04-16T10:40:55.465Z] #20 47.80 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-04-16T10:40:55.465Z] #20 47.81 Setting up uidmap (1:4.5-1.1) ... [2021-04-16T10:40:55.465Z] #20 47.82 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-04-16T10:40:55.540Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-04-16T10:40:55.725Z] #20 47.83 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-04-16T10:40:55.726Z] #20 47.84 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-04-16T10:40:55.726Z] #20 47.86 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-04-16T10:40:55.726Z] #20 47.87 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-04-16T10:40:55.726Z] #20 47.88 Setting up xxd (2:8.1.0875-5) ... [2021-04-16T10:40:55.726Z] #20 47.89 Setting up zip (3.0-11+b1) ... [2021-04-16T10:40:55.726Z] #20 47.90 Setting up vim-common (2:8.1.0875-5) ... [2021-04-16T10:40:55.726Z] #20 47.92 Setting up bash-completion (1:2.8-6) ... [2021-04-16T10:40:55.803Z] ok github.com/docker/docker/pkg/namesgenerator 0.010s coverage: 85.7% of statements [2021-04-16T10:40:55.803Z] ok github.com/docker/docker/pkg/longpath 0.022s coverage: 100.0% of statements [2021-04-16T10:40:55.803Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-04-16T10:40:55.803Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-04-16T10:40:55.803Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-04-16T10:40:56.066Z] ok github.com/docker/docker/pkg/parsers 0.019s coverage: 97.0% of statements [2021-04-16T10:40:56.329Z] ok github.com/docker/docker/pkg/parsers/kernel 0.029s coverage: 60.0% of statements [2021-04-16T10:40:56.397Z] #56 ... [2021-04-16T10:40:56.397Z] [2021-04-16T10:40:56.397Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-04-16T10:40:56.397Z] #24 sha256:289aee260f9860d37cd5c6444ec76273229ee9b50ff2508daa522a556bf642c4 [2021-04-16T10:40:56.397Z] #24 309.7 + return [2021-04-16T10:40:56.397Z] #24 DONE 309.9s [2021-04-16T10:40:56.397Z] [2021-04-16T10:40:56.397Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-16T10:40:56.397Z] #56 sha256:5be0eca2f44eeda23977849f4f01518b67e52ef33523bbf1220c1dbbb34e954b [2021-04-16T10:40:56.592Z] ok github.com/docker/docker/pkg/pidfile 0.047s coverage: 82.4% of statements [2021-04-16T10:40:56.592Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.039s coverage: 86.7% of statements [2021-04-16T10:40:56.592Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-04-16T10:40:56.592Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-04-16T10:40:57.168Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.050s coverage: 56.8% of statements [2021-04-16T10:40:57.745Z] ok github.com/docker/docker/pkg/plugins/transport 0.024s coverage: 85.7% of statements [2021-04-16T10:40:57.745Z] ok github.com/docker/docker/pkg/pools 0.021s coverage: 88.2% of statements [2021-04-16T10:40:57.745Z] ok github.com/docker/docker/pkg/progress 0.016s coverage: 75.9% of statements [2021-04-16T10:40:57.938Z] #56 ... [2021-04-16T10:40:57.938Z] [2021-04-16T10:40:57.938Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-04-16T10:40:57.938Z] #25 sha256:e90b8681210f13e90ddb7e909defe93079b5b36b320526ef75914a43a5f248fe [2021-04-16T10:40:57.938Z] #25 DONE 0.2s [2021-04-16T10:40:58.237Z] [2021-04-16T10:40:58.237Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-04-16T10:40:58.237Z] #30 sha256:2f53d072454734b387e8398e04d9f20d049018fad97f5f55f7fbfc6202e6f873 [2021-04-16T10:40:58.691Z] ok github.com/docker/docker/pkg/reexec 0.020s coverage: 82.4% of statements [2021-04-16T10:40:58.890Z] #30 DONE 0.7s [2021-04-16T10:40:58.890Z] [2021-04-16T10:40:58.890Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-04-16T10:40:58.890Z] #33 sha256:b21696aa02646929ccb3461abc3e6d816019432311025913610b613d063452e7 [2021-04-16T10:40:58.890Z] #33 DONE 0.1s [2021-04-16T10:40:58.890Z] [2021-04-16T10:40:58.890Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-16T10:40:58.890Z] #56 sha256:5be0eca2f44eeda23977849f4f01518b67e52ef33523bbf1220c1dbbb34e954b [2021-04-16T10:40:58.890Z] #56 ... [2021-04-16T10:40:58.890Z] [2021-04-16T10:40:58.890Z] #35 [dev-systemd-false 13/26] COPY --from=tomll /build/ /usr/local/bin/ [2021-04-16T10:40:58.890Z] #35 sha256:3a30b55a6567ccee8af751e5dcadae2dc30ace22f0a04de65ab9254a9020fb46 [2021-04-16T10:40:58.890Z] #35 DONE 0.1s [2021-04-16T10:40:58.890Z] [2021-04-16T10:40:58.890Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-04-16T10:40:58.890Z] #38 sha256:df671a83535544adc622b16561972f85fa3d7b3b954f8f5df52b24e7aedafe37 [2021-04-16T10:40:58.890Z] #38 DONE 0.1s [2021-04-16T10:40:58.890Z] [2021-04-16T10:40:58.890Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-04-16T10:40:58.890Z] #41 sha256:1b127588151ca3c6185eeca1f6ff36e8f8f5a2953ab3101dc1498f76d3ffce88 [2021-04-16T10:40:59.027Z] #20 50.83 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-04-16T10:40:59.028Z] #20 50.84 Setting up xz-utils (5.2.4-1) ... [2021-04-16T10:40:59.028Z] #20 50.86 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-04-16T10:40:59.028Z] #20 50.86 Setting up sudo (1.8.27-1+deb10u3) ... [2021-04-16T10:40:59.028Z] #20 50.93 invoke-rc.d: could not determine current runlevel [2021-04-16T10:40:59.028Z] #20 50.94 invoke-rc.d: policy-rc.d denied execution of start. [2021-04-16T10:40:59.028Z] #20 50.96 Setting up pigz (2.4-1) ... [2021-04-16T10:40:59.028Z] #20 50.97 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-04-16T10:40:59.028Z] #20 50.98 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-04-16T10:40:59.028Z] #20 51.00 Setting up python-pip-whl (18.1-5) ... [2021-04-16T10:40:59.028Z] #20 51.03 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-04-16T10:40:59.028Z] #20 51.04 Setting up vim-runtime (2:8.1.0875-5) ... [2021-04-16T10:40:59.188Z] #41 DONE 0.3s [2021-04-16T10:40:59.188Z] [2021-04-16T10:40:59.188Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-16T10:40:59.188Z] #56 sha256:5be0eca2f44eeda23977849f4f01518b67e52ef33523bbf1220c1dbbb34e954b [2021-04-16T10:40:59.188Z] #56 ... [2021-04-16T10:40:59.188Z] [2021-04-16T10:40:59.188Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-04-16T10:40:59.188Z] #44 sha256:c48fed6992ea7c8afd43d00dc180cfa73b09e386e74f563a144562e509f98d81 [2021-04-16T10:40:59.188Z] #44 DONE 0.1s [2021-04-16T10:40:59.265Z] ok github.com/docker/docker/pkg/stdcopy 0.015s coverage: 100.0% of statements [2021-04-16T10:40:59.265Z] ok github.com/docker/docker/pkg/pubsub 1.077s coverage: 75.0% of statements [2021-04-16T10:40:59.289Z] #20 51.51 Setting up libaio1:amd64 (0.3.112-3) ... [2021-04-16T10:40:59.289Z] #20 51.52 Setting up libonig5:amd64 (6.9.1-1) ... [2021-04-16T10:40:59.289Z] #20 51.54 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-04-16T10:40:59.289Z] #20 51.56 Setting up vim (2:8.1.0875-5) ... [2021-04-16T10:40:59.289Z] #20 51.57 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-04-16T10:40:59.289Z] #20 51.58 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-04-16T10:40:59.289Z] #20 51.58 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-04-16T10:40:59.289Z] #20 51.59 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-04-16T10:40:59.289Z] #20 51.60 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-04-16T10:40:59.289Z] #20 51.61 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-04-16T10:40:59.289Z] #20 51.61 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-04-16T10:40:59.289Z] #20 51.62 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-04-16T10:40:59.289Z] #20 51.65 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-04-16T10:40:59.289Z] #20 51.67 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-04-16T10:40:59.289Z] #20 51.68 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-04-16T10:40:59.289Z] #20 51.70 Setting up jq (1.5+dfsg-2+b1) ... [2021-04-16T10:40:59.492Z] [2021-04-16T10:40:59.492Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-04-16T10:40:59.492Z] #46 sha256:b471798656bf5c92097f5b2c568092d1b238800306f006106d99b76513fc4d75 [2021-04-16T10:40:59.492Z] #46 DONE 0.1s [2021-04-16T10:40:59.492Z] [2021-04-16T10:40:59.492Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-04-16T10:40:59.492Z] #48 sha256:60ec9f6d537282192d8b859ec2bc64ade0a039b7c4cb5a9c1bfe8acdb745c24b [2021-04-16T10:40:59.492Z] #48 DONE 0.1s [2021-04-16T10:40:59.492Z] [2021-04-16T10:40:59.492Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-04-16T10:40:59.492Z] #50 sha256:7943234cbe83999f8ee03dcb5d5de626c88c3ac404f9145b5b42529591691b2a [2021-04-16T10:40:59.492Z] #50 DONE 0.1s [2021-04-16T10:40:59.492Z] [2021-04-16T10:40:59.492Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-16T10:40:59.492Z] #56 sha256:5be0eca2f44eeda23977849f4f01518b67e52ef33523bbf1220c1dbbb34e954b [2021-04-16T10:40:59.550Z] #20 51.72 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-04-16T10:40:59.550Z] #20 51.74 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-04-16T10:40:59.790Z] #56 ... [2021-04-16T10:40:59.790Z] [2021-04-16T10:40:59.790Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-04-16T10:40:59.790Z] #52 sha256:e1352d48f61c89a6898bc95c871d074773f88b87701c4119925e0906cdc842c0 [2021-04-16T10:40:59.790Z] #52 DONE 0.1s [2021-04-16T10:40:59.790Z] [2021-04-16T10:40:59.790Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-04-16T10:40:59.790Z] #54 sha256:ef782739631943f81299a4f95a1a90ca4d0c3f23b12cbb01e50c4581985016e6 [2021-04-16T10:40:59.790Z] #54 DONE 0.1s [2021-04-16T10:40:59.790Z] [2021-04-16T10:40:59.790Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-16T10:40:59.790Z] #56 sha256:5be0eca2f44eeda23977849f4f01518b67e52ef33523bbf1220c1dbbb34e954b [2021-04-16T10:40:59.840Z] ok github.com/docker/docker/pkg/stringid 0.010s coverage: 70.6% of statements [2021-04-16T10:40:59.840Z] ok github.com/docker/docker/pkg/streamformatter 0.011s coverage: 66.2% of statements [2021-04-16T10:41:00.788Z] ok github.com/docker/docker/pkg/sysinfo 0.017s coverage: 54.9% of statements [2021-04-16T10:41:01.050Z] ok github.com/docker/docker/pkg/system 0.024s coverage: 36.9% of statements [2021-04-16T10:41:01.625Z] ok github.com/docker/docker/pkg/signal 2.869s coverage: 61.0% of statements [2021-04-16T10:41:01.625Z] ok github.com/docker/docker/pkg/tailfile 0.113s coverage: 88.6% of statements [2021-04-16T10:41:01.883Z] --- PASS: TestBuildSquashParent (8.14s) [2021-04-16T10:41:01.883Z] === RUN TestBuildWithRemoveAndForceRemove [2021-04-16T10:41:01.883Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-16T10:41:01.883Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-16T10:41:01.883Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-16T10:41:01.883Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-16T10:41:01.883Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-16T10:41:01.883Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-16T10:41:01.883Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-16T10:41:01.883Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-16T10:41:01.883Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-16T10:41:01.883Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-16T10:41:01.883Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-16T10:41:01.883Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-16T10:41:01.883Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-16T10:41:01.883Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-16T10:41:02.141Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-16T10:41:02.228Z] ok github.com/docker/docker/pkg/tarsum 0.115s coverage: 89.3% of statements [2021-04-16T10:41:02.228Z] testing: warning: no tests to run [2021-04-16T10:41:02.228Z] coverage: [no statements] [2021-04-16T10:41:02.228Z] ok github.com/docker/docker/pkg/term/windows 0.029s coverage: [no statements] [no tests to run] [2021-04-16T10:41:02.402Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-16T10:41:02.492Z] ok github.com/docker/docker/pkg/truncindex 0.109s coverage: 91.5% of statements [2021-04-16T10:41:02.492Z] ok github.com/docker/docker/pkg/urlutil 0.011s coverage: 100.0% of statements [2021-04-16T10:41:02.754Z] ok github.com/docker/docker/pkg/useragent 0.044s coverage: 88.9% of statements [2021-04-16T10:41:02.852Z] #20 54.80 Setting up iptables (1.8.2-4) ... [2021-04-16T10:41:02.852Z] #20 54.83 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-04-16T10:41:02.852Z] #20 54.84 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-04-16T10:41:02.852Z] #20 54.85 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-04-16T10:41:02.852Z] #20 54.85 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-04-16T10:41:02.852Z] #20 54.86 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-04-16T10:41:02.852Z] #20 54.87 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-04-16T10:41:02.852Z] #20 54.87 Setting up python3 (3.7.3-1) ... [2021-04-16T10:41:03.113Z] #20 55.34 Setting up python3-wheel (0.32.3-2) ... [2021-04-16T10:41:03.685Z] #20 56.00 Setting up apparmor (2.13.2-10) ... [2021-04-16T10:41:04.147Z] ok github.com/docker/docker/plugin/v2 0.052s coverage: 14.5% of statements [2021-04-16T10:41:04.147Z] ok github.com/docker/docker/profiles/seccomp 0.025s coverage: 85.4% of statements [2021-04-16T10:41:04.311Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-16T10:41:04.311Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-16T10:41:05.095Z] ok github.com/docker/docker/reference 0.017s coverage: 84.4% of statements [2021-04-16T10:41:05.358Z] ok github.com/docker/docker/plugin 0.552s coverage: 23.2% of statements [2021-04-16T10:41:05.600Z] #20 57.76 Setting up xfsprogs (4.20.0-1) ... [2021-04-16T10:41:05.600Z] #20 57.77 Setting up python3-lib2to3 (3.7.3-1) ... [2021-04-16T10:41:05.861Z] #20 58.16 Setting up python3-pkg-resources (40.8.0-1) ... [2021-04-16T10:41:06.214Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-04-16T10:41:06.214Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.02s) [2021-04-16T10:41:06.214Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.12s) [2021-04-16T10:41:06.214Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.86s) [2021-04-16T10:41:06.214Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.93s) [2021-04-16T10:41:06.214Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.23s) [2021-04-16T10:41:06.214Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.10s) [2021-04-16T10:41:06.214Z] === RUN TestBuildMultiStageCopy [2021-04-16T10:41:06.214Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-04-16T10:41:06.804Z] #20 59.05 Setting up python3-distutils (3.7.3-1) ... [2021-04-16T10:41:07.065Z] #20 ... [2021-04-16T10:41:07.065Z] [2021-04-16T10:41:07.065Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:41:07.065Z] #43 sha256:634da649664dd1653459ec5ff55fe2816455cb64254406f6f3ff10f2bc6f3259 [2021-04-16T10:41:07.065Z] #43 122.2 CC criu/memfd.o [2021-04-16T10:41:07.065Z] #43 122.9 CC criu/mount.o [2021-04-16T10:41:07.065Z] #43 127.0 CC criu/namespaces.o [2021-04-16T10:41:07.065Z] #43 129.0 CC criu/net.o [2021-04-16T10:41:07.065Z] #43 ... [2021-04-16T10:41:07.065Z] [2021-04-16T10:41:07.065Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-16T10:41:07.065Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-16T10:41:07.282Z] ok github.com/docker/docker/registry/resumable 0.026s coverage: 100.0% of statements [2021-04-16T10:41:07.282Z] ok github.com/docker/docker/quota 0.452s coverage: 71.4% of statements [2021-04-16T10:41:07.282Z] ok github.com/docker/docker/registry 0.178s coverage: 58.8% of statements [2021-04-16T10:41:07.325Z] #20 59.47 Setting up python3-setuptools (40.8.0-1) ... [2021-04-16T10:41:07.545Z] ok github.com/docker/docker/restartmanager 0.009s coverage: 50.9% of statements [2021-04-16T10:41:07.810Z] ok github.com/docker/docker/testutil 0.032s coverage: 62.5% of statements [2021-04-16T10:41:08.268Z] #20 60.57 Setting up python3-pip (18.1-5) ... [2021-04-16T10:41:08.386Z] ok github.com/docker/docker/runconfig 0.039s coverage: 66.1% of statements [2021-04-16T10:41:09.471Z] #20 61.63 Processing triggers for libc-bin (2.28-10) ... [2021-04-16T10:41:09.471Z] #20 61.68 Processing triggers for mime-support (3.62) ... [2021-04-16T10:41:09.497Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-04-16T10:41:10.310Z] ok github.com/docker/docker/volume/drivers 0.038s coverage: 36.1% of statements [2021-04-16T10:41:10.412Z] #20 DONE 62.4s [2021-04-16T10:41:10.412Z] [2021-04-16T10:41:10.412Z] #21 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-04-16T10:41:10.412Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b [2021-04-16T10:41:10.431Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-04-16T10:41:10.887Z] ok github.com/docker/docker/volume/mounts 0.065s coverage: 67.0% of statements [2021-04-16T10:41:11.365Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-04-16T10:41:11.461Z] ok github.com/docker/docker/volume/local 0.201s coverage: 76.4% of statements [2021-04-16T10:41:12.300Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-04-16T10:41:12.335Z] #21 1.990 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-04-16T10:41:12.335Z] #21 1.995 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-04-16T10:41:12.335Z] #21 1.998 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-04-16T10:41:12.335Z] #21 DONE 2.1s [2021-04-16T10:41:12.335Z] [2021-04-16T10:41:12.335Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-04-16T10:41:12.335Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4 [2021-04-16T10:41:12.364Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-04-16T10:41:12.364Z] [2021-04-16T10:41:12.364Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-04-16T10:41:12.364Z] PLATFORM= [2021-04-16T10:41:12.364Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-04-16T10:41:12.364Z] HOSTNAME=c68868df8466 [2021-04-16T10:41:12.364Z] TESTDEBUG=0 [2021-04-16T10:41:12.364Z] DEST=bundles/test-integration [2021-04-16T10:41:12.364Z] PWD=/go/src/github.com/docker/docker [2021-04-16T10:41:12.364Z] DOCKER_GITCOMMIT=eb0610b7fc7e8c49160c99fa311e14ee632dd45a [2021-04-16T10:41:12.364Z] container=docker [2021-04-16T10:41:12.364Z] HOME=/root [2021-04-16T10:41:12.364Z] GOLANG_VERSION=1.13.15 [2021-04-16T10:41:12.364Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-04-16T10:41:12.364Z] VALIDATE_BRANCH=master [2021-04-16T10:41:12.364Z] TERM=xterm [2021-04-16T10:41:12.364Z] DOCKER_PKG=github.com/docker/docker [2021-04-16T10:41:12.364Z] TINI_COMMIT=de40ad007797e0dcd8b7126f27bb87401d224240 [2021-04-16T10:41:12.364Z] PRODUCT= [2021-04-16T10:41:12.364Z] SHLVL=1 [2021-04-16T10:41:12.364Z] TIMEOUT=120m [2021-04-16T10:41:12.364Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-04-16T10:41:12.364Z] DOCKER_GRAPHDRIVER=overlay2 [2021-04-16T10:41:12.364Z] GO111MODULE=off [2021-04-16T10:41:12.364Z] DEFAULT_PRODUCT_LICENSE= [2021-04-16T10:41:12.364Z] DOCKER_EXPERIMENTAL=1 [2021-04-16T10:41:12.364Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-04-16T10:41:12.364Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-04-16T10:41:12.364Z] VERSION=dev [2021-04-16T10:41:12.364Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-04-16T10:41:12.364Z] GOPATH=/go [2021-04-16T10:41:12.364Z] PKG_CONFIG=pkg-config [2021-04-16T10:41:12.364Z] _=/usr/bin/env [2021-04-16T10:41:12.364Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-04-16T10:41:12.849Z] ok github.com/docker/docker/volume/service 0.028s coverage: 73.1% of statements [2021-04-16T10:41:13.235Z] --- PASS: TestBuildMultiStageCopy (6.94s) [2021-04-16T10:41:13.235Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.94s) [2021-04-16T10:41:13.235Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2021-04-16T10:41:13.235Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2021-04-16T10:41:13.235Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2021-04-16T10:41:13.235Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2021-04-16T10:41:13.235Z] === RUN TestBuildMultiStageParentConfig [2021-04-16T10:41:15.387Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-04-16T10:41:17.300Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-04-16T10:41:17.657Z] #22 ... [2021-04-16T10:41:17.657Z] [2021-04-16T10:41:17.657Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:41:17.657Z] #43 sha256:634da649664dd1653459ec5ff55fe2816455cb64254406f6f3ff10f2bc6f3259 [2021-04-16T10:41:17.657Z] #43 132.5 CC criu/netfilter.o [2021-04-16T10:41:17.657Z] #43 132.9 CC criu/page-pipe.o [2021-04-16T10:41:17.657Z] #43 133.6 CC criu/page-xfer.o [2021-04-16T10:41:17.657Z] #43 135.2 CC criu/pagemap-cache.o [2021-04-16T10:41:17.657Z] #43 135.7 CC criu/pagemap.o [2021-04-16T10:41:17.657Z] #43 136.9 CC criu/parasite-syscall.o [2021-04-16T10:41:17.657Z] #43 138.0 CC criu/path.o [2021-04-16T10:41:17.657Z] #43 138.4 CC criu/pie-util-vdso-elf32.o [2021-04-16T10:41:17.657Z] #43 138.9 CC criu/pie-util-vdso.o [2021-04-16T10:41:17.657Z] #43 139.4 CC criu/pie-util.o [2021-04-16T10:41:17.657Z] #43 139.7 CC criu/pipes.o [2021-04-16T10:41:17.657Z] #43 140.6 CC criu/plugin.o [2021-04-16T10:41:17.657Z] #43 141.0 CC criu/proc_parse.o [2021-04-16T10:41:18.228Z] #43 ... [2021-04-16T10:41:18.228Z] [2021-04-16T10:41:18.228Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-04-16T10:41:18.228Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4 [2021-04-16T10:41:18.228Z] #22 6.026 Collecting yamllint==1.26.1 [2021-04-16T10:41:18.501Z] --- PASS: TestBuildMultiStageParentConfig (5.00s) [2021-04-16T10:41:18.501Z] === RUN TestBuildLabelWithTargets [2021-04-16T10:41:21.528Z] #22 ... [2021-04-16T10:41:21.528Z] [2021-04-16T10:41:21.528Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-04-16T10:41:21.528Z] #40 sha256:7b2fe3946947f3b0859e850ff08d21da2ec2d73d27b4150d703bd44d27949913 [2021-04-16T10:41:21.528Z] #40 DONE 211.7s [2021-04-16T10:41:21.528Z] [2021-04-16T10:41:21.528Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:41:21.528Z] #43 sha256:634da649664dd1653459ec5ff55fe2816455cb64254406f6f3ff10f2bc6f3259 [2021-04-16T10:41:21.528Z] #43 143.9 CC criu/protobuf-desc.o [2021-04-16T10:41:21.528Z] #43 144.9 CC criu/protobuf.o [2021-04-16T10:41:21.528Z] #43 145.4 CC criu/pstree.o [2021-04-16T10:41:21.528Z] #43 146.4 CC criu/rbtree.o [2021-04-16T10:41:21.528Z] #43 146.8 CC criu/rst-malloc.o [2021-04-16T10:41:21.789Z] #43 147.1 CC criu/seccomp.o [2021-04-16T10:41:22.731Z] #43 147.9 CC criu/seize.o [2021-04-16T10:41:23.674Z] #43 148.8 CC criu/servicefd.o [2021-04-16T10:41:24.245Z] #43 149.4 CC criu/shmem.o [2021-04-16T10:41:24.818Z] #43 ... [2021-04-16T10:41:24.818Z] [2021-04-16T10:41:24.818Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-04-16T10:41:24.818Z] #49 sha256:4aa58824b34585cff1a812595c9e2395fcac20331fe23029ef97fa222d56b1ee [2021-04-16T10:41:24.818Z] #49 215.6 + /build/golangci-lint --version [2021-04-16T10:41:25.390Z] #49 216.0 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-04-16T10:41:25.390Z] #49 DONE 216.2s [2021-04-16T10:41:25.390Z] [2021-04-16T10:41:25.390Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:41:25.390Z] #43 sha256:634da649664dd1653459ec5ff55fe2816455cb64254406f6f3ff10f2bc6f3259 [2021-04-16T10:41:25.390Z] #43 150.4 CC criu/sigframe.o [2021-04-16T10:41:25.390Z] #43 150.6 CC criu/signalfd.o [2021-04-16T10:41:25.651Z] #43 151.0 CC criu/sk-inet.o [2021-04-16T10:41:26.610Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2021-04-16T10:41:26.610Z] === RUN TestBuildWithEmptyLayers [2021-04-16T10:41:27.038Z] #43 152.1 CC criu/sk-netlink.o [2021-04-16T10:41:27.299Z] #43 ... [2021-04-16T10:41:27.299Z] [2021-04-16T10:41:27.299Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-04-16T10:41:27.299Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4 [2021-04-16T10:41:27.299Z] #22 11.39 Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB) [2021-04-16T10:41:27.299Z] #22 12.64 Collecting pathspec>=0.5.3 (from yamllint==1.26.1) [2021-04-16T10:41:27.299Z] #22 12.69 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-04-16T10:41:27.299Z] #22 12.76 Collecting pyyaml (from yamllint==1.26.1) [2021-04-16T10:41:27.299Z] #22 12.98 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-04-16T10:41:27.299Z] #22 13.29 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0) [2021-04-16T10:41:27.299Z] #22 13.29 Building wheels for collected packages: yamllint [2021-04-16T10:41:27.299Z] #22 13.29 Running setup.py bdist_wheel for yamllint: started [2021-04-16T10:41:27.299Z] #22 14.26 Running setup.py bdist_wheel for yamllint: finished with status 'done' [2021-04-16T10:41:27.299Z] #22 14.26 Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627 [2021-04-16T10:41:27.299Z] #22 14.32 Successfully built yamllint [2021-04-16T10:41:27.299Z] #22 14.33 Installing collected packages: pathspec, pyyaml, yamllint [2021-04-16T10:41:27.299Z] #22 14.68 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1 [2021-04-16T10:41:27.299Z] #22 DONE 15.0s [2021-04-16T10:41:27.299Z] [2021-04-16T10:41:27.299Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:41:27.299Z] #43 sha256:634da649664dd1653459ec5ff55fe2816455cb64254406f6f3ff10f2bc6f3259 [2021-04-16T10:41:27.299Z] #43 152.6 CC criu/sk-packet.o [2021-04-16T10:41:27.559Z] #43 ... [2021-04-16T10:41:27.559Z] [2021-04-16T10:41:27.559Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-04-16T10:41:27.559Z] #25 sha256:a796707653568cbd20e28961cd5e73e6bdbe981ba8a6610e31e6bf4bff9d016c [2021-04-16T10:41:27.559Z] #25 DONE 0.3s [2021-04-16T10:41:27.819Z] [2021-04-16T10:41:27.819Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-04-16T10:41:27.819Z] #30 sha256:d42251bcf77bf397861423d86e7a6aded14fe890bfed4d4e18ef6a99507f686e [2021-04-16T10:41:29.893Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2021-04-16T10:41:29.893Z] === RUN TestBuildMultiStageOnBuild [2021-04-16T10:41:32.597Z] #56 318.6 + bin/containerd-stress [2021-04-16T10:41:32.597Z] #56 321.0 + bin/containerd-shim [2021-04-16T10:41:33.110Z] #30 ... [2021-04-16T10:41:33.110Z] [2021-04-16T10:41:33.110Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:41:33.110Z] #43 sha256:634da649664dd1653459ec5ff55fe2816455cb64254406f6f3ff10f2bc6f3259 [2021-04-16T10:41:33.110Z] #43 153.1 CC criu/sk-queue.o [2021-04-16T10:41:33.110Z] #43 153.5 CC criu/sk-tcp.o [2021-04-16T10:41:33.110Z] #43 154.0 CC criu/sk-unix.o [2021-04-16T10:41:33.110Z] #43 155.4 CC criu/sockets.o [2021-04-16T10:41:33.110Z] #43 156.0 CC criu/stats.o [2021-04-16T10:41:33.110Z] #43 156.2 CC criu/string.o [2021-04-16T10:41:33.110Z] #43 156.2 CC criu/sysctl.o [2021-04-16T10:41:33.110Z] #43 156.7 CC criu/sysfs_parse.o [2021-04-16T10:41:33.110Z] #43 157.0 CC criu/timens.o [2021-04-16T10:41:33.110Z] #43 157.2 CC criu/timerfd.o [2021-04-16T10:41:33.110Z] #43 157.5 CC criu/tty.o [2021-04-16T10:41:33.682Z] #43 ... [2021-04-16T10:41:33.682Z] [2021-04-16T10:41:33.682Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-04-16T10:41:33.682Z] #30 sha256:d42251bcf77bf397861423d86e7a6aded14fe890bfed4d4e18ef6a99507f686e [2021-04-16T10:41:33.682Z] #30 DONE 6.0s [2021-04-16T10:41:33.682Z] [2021-04-16T10:41:33.682Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:41:33.682Z] #43 sha256:634da649664dd1653459ec5ff55fe2816455cb64254406f6f3ff10f2bc6f3259 [2021-04-16T10:41:33.682Z] #43 158.7 CC criu/tun.o [2021-04-16T10:41:33.682Z] #43 ... [2021-04-16T10:41:33.682Z] [2021-04-16T10:41:33.682Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-04-16T10:41:33.682Z] #33 sha256:6b996397ffb5a094e6150b32635a075a03d1f54bc0114bbfff9f3e76b2066ac7 [2021-04-16T10:41:33.944Z] #33 DONE 0.4s [2021-04-16T10:41:33.944Z] [2021-04-16T10:41:33.944Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:41:33.944Z] #43 sha256:634da649664dd1653459ec5ff55fe2816455cb64254406f6f3ff10f2bc6f3259 [2021-04-16T10:41:33.944Z] #43 159.2 CC criu/uffd.o [2021-04-16T10:41:34.205Z] #43 ... [2021-04-16T10:41:34.205Z] [2021-04-16T10:41:34.205Z] #35 [dev-systemd-false 13/26] COPY --from=tomll /build/ /usr/local/bin/ [2021-04-16T10:41:34.205Z] #35 sha256:ed891550554435cd60e8bc22cdf10070a0eebee7643b9da12298ae4512d8e1aa [2021-04-16T10:41:34.205Z] #35 DONE 0.1s [2021-04-16T10:41:34.205Z] [2021-04-16T10:41:34.205Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-04-16T10:41:34.205Z] #38 sha256:836430ef1ac33716d1f7b0f8fa5d58a1d86937ba5e534fe74285e47882daef26 [2021-04-16T10:41:34.205Z] #38 DONE 0.1s [2021-04-16T10:41:34.205Z] [2021-04-16T10:41:34.205Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-04-16T10:41:34.205Z] #41 sha256:30e0f642304c66d62a45bb1bf45d1c2a0d8897e8704633c5ef11fad86da90692 [2021-04-16T10:41:34.777Z] #41 DONE 0.6s [2021-04-16T10:41:34.777Z] [2021-04-16T10:41:34.777Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-16T10:41:34.777Z] #43 sha256:634da649664dd1653459ec5ff55fe2816455cb64254406f6f3ff10f2bc6f3259 [2021-04-16T10:41:34.777Z] #43 160.1 CC criu/util.o [2021-04-16T10:41:34.813Z] ok github.com/docker/docker/pkg/plugins 33.643s coverage: 76.6% of statements [2021-04-16T10:41:34.813Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-04-16T10:41:34.813Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-04-16T10:41:34.813Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-04-16T10:41:34.813Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-04-16T10:41:34.813Z] ? github.com/docker/docker/pkg/term [no test files] [2021-04-16T10:41:34.813Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-04-16T10:41:34.813Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-04-16T10:41:34.813Z] ? github.com/docker/docker/rootless [no test files] [2021-04-16T10:41:34.813Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-04-16T10:41:34.813Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-04-16T10:41:34.813Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-04-16T10:41:34.813Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-04-16T10:41:34.813Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-04-16T10:41:34.813Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-04-16T10:41:34.814Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-04-16T10:41:34.814Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-04-16T10:41:34.814Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-04-16T10:41:34.814Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-04-16T10:41:34.814Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-04-16T10:41:34.814Z] ? github.com/docker/docker/testutil/request [no test files] [2021-04-16T10:41:34.814Z] ? github.com/docker/docker/volume [no test files] [2021-04-16T10:41:34.814Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-04-16T10:41:34.814Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-04-16T10:41:34.814Z] [2021-04-16T10:41:34.814Z] === Skipped [2021-04-16T10:41:34.814Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2021-04-16T10:41:34.814Z] exec_linux_test.go:18: requires AppArmor to be enabled [2021-04-16T10:41:34.814Z] [2021-04-16T10:41:34.814Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2021-04-16T10:41:34.814Z] exec_linux_test.go:38: requires AppArmor to be enabled [2021-04-16T10:41:34.814Z] [2021-04-16T10:41:34.814Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-04-16T10:41:34.814Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-16T10:41:34.814Z] graphtest_unix.go:46: Driver btrfs not supported [2021-04-16T10:41:34.814Z] [2021-04-16T10:41:34.814Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-04-16T10:41:34.814Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-16T10:41:34.814Z] graphtest_unix.go:46: Driver btrfs not supported [2021-04-16T10:41:34.814Z] [2021-04-16T10:41:34.814Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-04-16T10:41:34.814Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-16T10:41:34.814Z] graphtest_unix.go:46: Driver btrfs not supported [2021-04-16T10:41:34.814Z] [2021-04-16T10:41:34.814Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-04-16T10:41:34.814Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-16T10:41:34.814Z] graphtest_unix.go:46: Driver btrfs not supported [2021-04-16T10:41:34.814Z] [2021-04-16T10:41:34.814Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-04-16T10:41:34.814Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-16T10:41:34.814Z] graphtest_unix.go:46: Driver btrfs not supported [2021-04-16T10:41:34.814Z] [2021-04-16T10:41:34.814Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-04-16T10:41:34.814Z] graphtest_unix.go:73: No driver to put! [2021-04-16T10:41:34.814Z] [2021-04-16T10:41:34.814Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-04-16T10:41:34.814Z] time="2021-04-16T10:40:25Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-04-16T10:41:34.814Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-04-16T10:41:34.814Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-04-16T10:41:34.814Z] [2021-04-16T10:41:34.814Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-04-16T10:41:34.814Z] time="2021-04-16T10:40:25Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-04-16T10:41:34.814Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-04-16T10:41:34.814Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-04-16T10:41:34.814Z] [2021-04-16T10:41:34.814Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-04-16T10:41:34.814Z] time="2021-04-16T10:40:25Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-04-16T10:41:34.814Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-04-16T10:41:34.814Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-04-16T10:41:34.814Z] [2021-04-16T10:41:34.814Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-04-16T10:41:34.814Z] time="2021-04-16T10:40:25Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-04-16T10:41:34.814Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-04-16T10:41:34.814Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-04-16T10:41:34.814Z] [2021-04-16T10:41:34.814Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-04-16T10:41:34.814Z] time="2021-04-16T10:40:25Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-04-16T10:41:34.814Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-04-16T10:41:34.814Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-04-16T10:41:34.814Z] [2021-04-16T10:41:34.814Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-04-16T10:41:34.814Z] graphtest_unix.go:73: No driver to put! [2021-04-16T10:41:34.814Z] [2021-04-16T10:41:34.814Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-04-16T10:41:34.814Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-04-16T10:41:34.814Z] [2021-04-16T10:41:34.814Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-04-16T10:41:34.814Z] overlay_test.go:49: Fails to compute changes intermittently [2021-04-16T10:41:34.814Z] [2021-04-16T10:41:34.814Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-04-16T10:41:34.814Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-04-16T10:41:34.814Z] [2021-04-16T10:41:34.814Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-04-16T10:41:34.814Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-04-16T10:41:34.814Z] [2021-04-16T10:41:34.814Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-04-16T10:41:34.814Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-16T10:41:34.814Z] graphtest_unix.go:46: Driver zfs not supported [2021-04-16T10:41:34.814Z] [2021-04-16T10:41:34.814Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-04-16T10:41:34.814Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-16T10:41:34.814Z] graphtest_unix.go:46: Driver zfs not supported [2021-04-16T10:41:34.814Z] [2021-04-16T10:41:34.814Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-04-16T10:41:34.814Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-16T10:41:34.814Z] graphtest_unix.go:46: Driver zfs not supported [2021-04-16T10:41:34.814Z] [2021-04-16T10:41:34.814Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-04-16T10:41:34.814Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-16T10:41:34.814Z] graphtest_unix.go:46: Driver zfs not supported [2021-04-16T10:41:34.814Z] [2021-04-16T10:41:34.814Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-04-16T10:41:34.814Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-16T10:41:34.814Z] graphtest_unix.go:46: Driver zfs not supported [2021-04-16T10:41:34.814Z] [2021-04-16T10:41:34.814Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-04-16T10:41:34.814Z] graphtest_unix.go:73: No driver to put! [2021-04-16T10:41:34.814Z] [2021-04-16T10:41:34.814Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-04-16T10:41:34.814Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-04-16T10:41:34.814Z] [2021-04-16T10:41:34.814Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-04-16T10:41:34.814Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-04-16T10:41:34.814Z] [2021-04-16T10:41:34.814Z] [2021-04-16T10:41:34.814Z] DONE 2247 tests, 26 skipped in 203.194s Post stage [Pipeline] junit [2021-04-16T10:41:34.829Z] Recording test results [2021-04-16T10:41:34.832Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-04-16T10:41:34.832Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-04-16T10:41:35.158Z] [Checks API] No suitable checks publisher found. [Pipeline] } [2021-04-16T10:41:35.177Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2021-04-16T10:41:35.177Z] === RUN TestBuildUncleanTarFilenames [2021-04-16T10:41:35.177Z] --- PASS: TestBuildUncleanTarFilenames (0.93s) [2021-04-16T10:41:35.177Z] === RUN TestBuildMultiStageLayerLeak [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-04-16T10:41:35.522Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40094/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr16 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=eb0610b7fc7e8c49160c99fa311e14ee632dd45a -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:eb0610b7fc7e8c49160c99fa311e14ee632dd45a hack/make.sh dynbinary test-integration [2021-04-16T10:41:35.837Z] #43 160.9 CC criu/uts_ns.o [2021-04-16T10:41:36.098Z] #43 161.1 CC criu/vdso-compat.o [2021-04-16T10:41:36.098Z] #43 161.3 CC criu/vdso.o [2021-04-16T10:41:36.359Z] #43 161.7 LINK criu/built-in.o [2021-04-16T10:41:36.474Z] [2021-04-16T10:41:36.474Z] Removing bundles/ [2021-04-16T10:41:36.474Z] [2021-04-16T10:41:36.474Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-04-16T10:41:36.620Z] #43 161.8 LINK criu/criu [2021-04-16T10:41:36.736Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-04-16T10:41:36.736Z] GOOS="" GOARCH="" GOARM="" [2021-04-16T10:41:36.881Z] #43 162.1 DEP lib/c/criu.d [2021-04-16T10:41:36.881Z] #43 162.2 CC images/rpc.pb-c.o [2021-04-16T10:41:37.453Z] #43 162.6 CC lib/c/criu.o [2021-04-16T10:41:38.026Z] #43 163.3 LINK lib/c/built-in.o [2021-04-16T10:41:38.222Z] #56 328.0 + bin/containerd-shim-runc-v1 [2021-04-16T10:41:38.287Z] #43 163.3 LINK lib/c/libcriu.so [2021-04-16T10:41:38.287Z] #43 163.3 LINK lib/c/libcriu.a [2021-04-16T10:41:38.287Z] #43 163.5 GEN magic.py [2021-04-16T10:41:38.287Z] #43 163.5 Note: Building without setproctitle() and strlcpy() support. [2021-04-16T10:41:38.287Z] #43 163.5 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-04-16T10:41:38.295Z] 399f118dfaa9: Pull complete [2021-04-16T10:41:38.295Z] Digest: sha256:1bb6543a7fe87bb95d9adfa4c53ea3469c1c846ad63baf32729078062e8c1127 [2021-04-16T10:41:38.295Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2021-04-16T10:41:38.295Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2021-04-16T10:41:38.295Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2021-04-16T10:41:38.295Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2021-04-16T10:41:38.295Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1879' [2021-04-16T10:41:38.295Z] INFO: Docker version of control daemon [2021-04-16T10:41:38.295Z] [2021-04-16T10:41:38.295Z] Client: Docker Engine - Enterprise [2021-04-16T10:41:38.295Z] Version: 19.03.12 [2021-04-16T10:41:38.295Z] API version: 1.40 [2021-04-16T10:41:38.295Z] Go version: go1.13.13 [2021-04-16T10:41:38.295Z] Git commit: 4306744 [2021-04-16T10:41:38.295Z] Built: 08/05/2020 19:27:53 [2021-04-16T10:41:38.295Z] OS/Arch: windows/amd64 [2021-04-16T10:41:38.295Z] Experimental: false [2021-04-16T10:41:38.295Z] [2021-04-16T10:41:38.295Z] Server: Docker Engine - Enterprise [2021-04-16T10:41:38.295Z] Engine: [2021-04-16T10:41:38.295Z] Version: 19.03.12 [2021-04-16T10:41:38.295Z] API version: 1.40 (minimum version 1.24) [2021-04-16T10:41:38.295Z] Go version: go1.13.13 [2021-04-16T10:41:38.295Z] Git commit: f295753ffd [2021-04-16T10:41:38.295Z] Built: 08/05/2020 19:26:41 [2021-04-16T10:41:38.295Z] OS/Arch: windows/amd64 [2021-04-16T10:41:38.295Z] Experimental: true [2021-04-16T10:41:38.295Z] [2021-04-16T10:41:38.295Z] INFO: Docker info of control daemon [2021-04-16T10:41:38.295Z] [2021-04-16T10:41:38.295Z] Client: [2021-04-16T10:41:38.295Z] Debug Mode: false [2021-04-16T10:41:38.295Z] Plugins: [2021-04-16T10:41:38.295Z] cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0) [2021-04-16T10:41:38.295Z] [2021-04-16T10:41:38.295Z] Server: [2021-04-16T10:41:38.295Z] Containers: 0 [2021-04-16T10:41:38.295Z] Running: 0 [2021-04-16T10:41:38.295Z] Paused: 0 [2021-04-16T10:41:38.295Z] Stopped: 0 [2021-04-16T10:41:38.295Z] Images: 1 [2021-04-16T10:41:38.295Z] Server Version: 19.03.12 [2021-04-16T10:41:38.295Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-04-16T10:41:38.295Z] Windows: [2021-04-16T10:41:38.295Z] LCOW: [2021-04-16T10:41:38.295Z] Logging Driver: json-file [2021-04-16T10:41:38.295Z] Plugins: [2021-04-16T10:41:38.295Z] Volume: local [2021-04-16T10:41:38.295Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-04-16T10:41:38.295Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-04-16T10:41:38.295Z] Swarm: inactive [2021-04-16T10:41:38.295Z] Default Isolation: process [2021-04-16T10:41:38.295Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-04-16T10:41:38.295Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1757) [2021-04-16T10:41:38.295Z] OSType: windows [2021-04-16T10:41:38.295Z] Architecture: x86_64 [2021-04-16T10:41:38.295Z] CPUs: 4 [2021-04-16T10:41:38.295Z] Total Memory: 32GiB [2021-04-16T10:41:38.295Z] Name: azwin-2-a80f70 [2021-04-16T10:41:38.295Z] ID: WN5Z:FHZS:DLL2:44FT:5VQE:5IBG:D3OX:ZQY2:XHHE:F6GE:ORMY:IJ6Q [2021-04-16T10:41:38.295Z] Docker Root Dir: D:\docker [2021-04-16T10:41:38.295Z] Debug Mode: false [2021-04-16T10:41:38.295Z] Registry: https://index.docker.io/v1/ [2021-04-16T10:41:38.295Z] Labels: [2021-04-16T10:41:38.295Z] Experimental: true [2021-04-16T10:41:38.295Z] Insecure Registries: [2021-04-16T10:41:38.295Z] 10.0.0.4:5000 [2021-04-16T10:41:38.295Z] 127.0.0.0/8 [2021-04-16T10:41:38.295Z] Registry Mirrors: [2021-04-16T10:41:38.295Z] http://10.0.0.4:5000/ [2021-04-16T10:41:38.295Z] Live Restore Enabled: false [2021-04-16T10:41:38.295Z] [2021-04-16T10:41:38.295Z] [2021-04-16T10:41:38.295Z] INFO: Commit hash is eb0610b7fc [2021-04-16T10:41:38.295Z] INFO: Nuke-Everything... [2021-04-16T10:41:38.295Z] INFO: Container count on control daemon to delete is 0 [2021-04-16T10:41:38.295Z] INFO: Nuking d:\CI [2021-04-16T10:41:38.295Z] INFO: Zapped successfully [2021-04-16T10:41:38.295Z] INFO: Location for testing is d:\CI\PR-40094\16 [2021-04-16T10:41:38.295Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2021-04-16T10:41:38.295Z] [2021-04-16T10:41:38.295Z] [2021-04-16T10:41:38.295Z] INFO: Building the image from Dockerfile.windows at 04/16/2021 10:41:36... [2021-04-16T10:41:38.295Z] [2021-04-16T10:41:38.548Z] #43 163.6 Note: Building without GnuTLS support [2021-04-16T10:41:38.548Z] #43 163.6 Makefile.config:39: Warn: you have no libnftables installed [2021-04-16T10:41:38.548Z] #43 163.6 Makefile.config:40: Warn: Building without nftables support [2021-04-16T10:41:38.809Z] #43 164.1 fatal: not a git repository (or any of the parent directories): .git [2021-04-16T10:41:39.381Z] #43 164.6 make[1]: Nothing to be done for 'all'. [2021-04-16T10:41:39.953Z] #43 165.1 make[1]: 'images/built-in.o' is up to date. [2021-04-16T10:41:39.953Z] #43 165.1 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-04-16T10:41:39.953Z] #43 165.2 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-04-16T10:41:39.953Z] #43 165.2 make[1]: 'compel/libcompel.a' is up to date. [2021-04-16T10:41:39.953Z] #43 165.2 make[1]: 'compel/compel-host-bin' is up to date. [2021-04-16T10:41:39.953Z] #43 165.2 make[1]: Nothing to be done for 'all'. [2021-04-16T10:41:39.953Z] #43 165.2 make[1]: 'soccr/libsoccr.a' is up to date. [2021-04-16T10:41:40.213Z] #43 165.4 make[2]: Nothing to be done for 'all'. [2021-04-16T10:41:40.213Z] #43 165.4 make[2]: Nothing to be done for 'all'. [2021-04-16T10:41:40.213Z] #43 165.4 make[2]: Nothing to be done for 'all'. [2021-04-16T10:41:40.442Z] --- PASS: TestBuildMultiStageLayerLeak (5.07s) [2021-04-16T10:41:40.442Z] === RUN TestBuildWithHugeFile [2021-04-16T10:41:40.474Z] #43 165.5 make[2]: Nothing to be done for 'all'. [2021-04-16T10:41:40.474Z] #43 165.6 make[2]: Nothing to be done for 'all'. [2021-04-16T10:41:40.474Z] #43 165.6 make[2]: Nothing to be done for 'all'. [2021-04-16T10:41:40.474Z] #43 165.6 make[2]: Nothing to be done for 'all'. [2021-04-16T10:41:40.474Z] #43 165.7 make[2]: Nothing to be done for 'all'. [2021-04-16T10:41:40.735Z] #43 165.7 INSTALL criu/criu [2021-04-16T10:41:40.996Z] #43 DONE 166.1s [2021-04-16T10:41:40.996Z] [2021-04-16T10:41:40.996Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-04-16T10:41:40.996Z] #53 sha256:b6f4b77a0481258553de1bc7874b83ffcea232bb4a62b0024a96941db252d55a [2021-04-16T10:41:42.736Z] #56 332.9 + bin/containerd-shim-runc-v2 [2021-04-16T10:41:42.907Z] #53 ... [2021-04-16T10:41:42.907Z] [2021-04-16T10:41:42.907Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-04-16T10:41:42.907Z] #44 sha256:96927f62c44df99ea0a1ca79faa6895ebd45e2fdf543b4a8f23636d8e6ec5871 [2021-04-16T10:41:42.907Z] #44 DONE 0.1s [2021-04-16T10:41:42.907Z] [2021-04-16T10:41:42.907Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-04-16T10:41:42.907Z] #53 sha256:b6f4b77a0481258553de1bc7874b83ffcea232bb4a62b0024a96941db252d55a [2021-04-16T10:41:42.907Z] #53 ... [2021-04-16T10:41:42.907Z] [2021-04-16T10:41:42.907Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-04-16T10:41:42.907Z] #46 sha256:475c360c435c0a618e4c9824c6b1dac4a3c46a233f38c5f9f256a01687d9e856 [2021-04-16T10:41:42.999Z] Sending build context to Docker daemon 58.46MB [2021-04-16T10:41:42.999Z] [2021-04-16T10:41:42.999Z] Step 1/10 : FROM microsoft/windowsservercore [2021-04-16T10:41:42.999Z] ---> 152749f71f8f [2021-04-16T10:41:42.999Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2021-04-16T10:41:42.999Z] ---> Running in 410d1d981d96 [2021-04-16T10:41:43.168Z] #46 DONE 0.3s [2021-04-16T10:41:43.168Z] [2021-04-16T10:41:43.168Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-04-16T10:41:43.168Z] #53 sha256:b6f4b77a0481258553de1bc7874b83ffcea232bb4a62b0024a96941db252d55a [2021-04-16T10:41:43.168Z] #53 ... [2021-04-16T10:41:43.168Z] [2021-04-16T10:41:43.168Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-04-16T10:41:43.168Z] #48 sha256:919ea1c75a2b25f56b4a9d05ed029bc82866708f742082bf0665b1c58ce5e406 [2021-04-16T10:41:43.168Z] #48 DONE 0.1s [2021-04-16T10:41:43.428Z] [2021-04-16T10:41:43.428Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-04-16T10:41:43.428Z] #50 sha256:3f55beab6360827177b1e6cec0df6eff567b2a63fd1f9bfe5e64663b9f2b9c2d [2021-04-16T10:41:43.461Z] Removing intermediate container 410d1d981d96 [2021-04-16T10:41:43.461Z] ---> ea343003dcd8 [2021-04-16T10:41:43.461Z] Step 3/10 : ARG GO_VERSION=1.13.15 [2021-04-16T10:41:43.461Z] ---> Running in d5dfd010e205 [2021-04-16T10:41:43.689Z] #50 DONE 0.5s [2021-04-16T10:41:43.689Z] [2021-04-16T10:41:43.689Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-04-16T10:41:43.689Z] #52 sha256:919a6a62016adb30c08a1437bef2c69f8678be35f43b786cdfee69702546d6b1 [2021-04-16T10:41:43.781Z] #56 334.0 + binaries [2021-04-16T10:41:43.781Z] #56 334.0 + install -D bin/containerd /build/containerd [2021-04-16T10:41:43.781Z] #56 334.0 + install -D bin/containerd-shim /build/containerd-shim [2021-04-16T10:41:43.781Z] #56 334.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-04-16T10:41:43.781Z] #56 334.0 + install -D bin/ctr /build/ctr [2021-04-16T10:41:43.781Z] #56 DONE 334.1s [2021-04-16T10:41:43.922Z] Removing intermediate container d5dfd010e205 [2021-04-16T10:41:43.922Z] ---> 1a080710f158 [2021-04-16T10:41:43.922Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3 [2021-04-16T10:41:43.922Z] ---> Running in 9aa584ad9f1c [2021-04-16T10:41:43.949Z] #52 DONE 0.1s [2021-04-16T10:41:43.949Z] [2021-04-16T10:41:43.949Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-04-16T10:41:43.949Z] #53 sha256:b6f4b77a0481258553de1bc7874b83ffcea232bb4a62b0024a96941db252d55a [2021-04-16T10:41:44.384Z] Removing intermediate container 9aa584ad9f1c [2021-04-16T10:41:44.384Z] ---> d85842b09315 [2021-04-16T10:41:44.384Z] Step 5/10 : ENV GO_VERSION=${GO_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 GOTESTSUM_COMMIT=${GOTESTSUM_COMMIT} [2021-04-16T10:41:44.384Z] ---> Running in 27aeb4a59c55 [2021-04-16T10:41:44.823Z] [2021-04-16T10:41:44.823Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-04-16T10:41:44.823Z] #57 sha256:5d16f6ac0d75c14242ff564f5274ddf7314890feff4e1ddd51af3e5c41b3ca6c [2021-04-16T10:41:44.823Z] #57 DONE 0.1s [2021-04-16T10:41:44.823Z] [2021-04-16T10:41:44.823Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-04-16T10:41:44.823Z] #61 sha256:d6ab855230ee958f4e6eb33d1affd95631b155aeaf8271eae7af24a206ecae17 [2021-04-16T10:41:44.845Z] Removing intermediate container 27aeb4a59c55 [2021-04-16T10:41:44.845Z] ---> e889aa731207 [2021-04-16T10:41:44.845Z] Step 6/10 : RUN Function Test-Nano() { $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId; return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer')); } Function Download-File([string] $source, [string] $target) { if (Test-Nano) { $handler = New-Object System.Net.Http.HttpClientHandler; $client = New-Object System.Net.Http.HttpClient($handler); $client.Timeout = New-Object System.TimeSpan(0, 30, 0); $cancelTokenSource = [System.Threading.CancellationTokenSource]::new(); $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token); $responseMsg.Wait(); if (!$responseMsg.IsCanceled) { $response = $responseMsg.Result; if ($response.IsSuccessStatusCode) { $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write); $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream); $copyStreamOp.Wait(); $downloadedFileStream.Close(); if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception } } } else { Throw ("Failed to download " + $source) } } else { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile($source, $target); } } setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin'); Write-Host INFO: Downloading git...; $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION; Download-File $location C:\gitsetup.zip; Write-Host INFO: Downloading go...; $dlGoVersion=$Env:GO_VERSION -replace '\.0$',''; Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; Write-Host INFO: Downloading compiler 1 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; $srcDir = """$Env:GOPATH`\src\github.com\docker\docker\bundles"""; Write-Host INFO: Ensuring existence of directory $srcDir...; New-Item -Force -ItemType Directory -Path $srcDir | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; [2021-04-16T10:41:44.845Z] ---> Running in 8a17f9a75c5f [2021-04-16T10:41:45.117Z] #61 DONE 0.1s [2021-04-16T10:41:45.117Z] [2021-04-16T10:41:45.117Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-04-16T10:41:45.117Z] #66 sha256:4b4ce49a96e99d0df6d857cde95c2e3e83aa23045c2dafc2c1bdd2c0ad0d1b5b [2021-04-16T10:41:45.117Z] #66 DONE 0.2s [2021-04-16T10:41:45.117Z] [2021-04-16T10:41:45.117Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-04-16T10:41:45.117Z] #68 sha256:4a807d585362071b83678167e8a1168a0d7ea6ad2c0b6f2f8a0812287a0d7b00 [2021-04-16T10:41:45.117Z] #68 DONE 0.0s [2021-04-16T10:41:45.117Z] [2021-04-16T10:41:45.117Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-04-16T10:41:45.117Z] #69 sha256:a9c49fc13076d805079264dc7d5484a1d1f89e832a0561653bbf5533e056d34e [2021-04-16T10:41:45.117Z] #69 DONE 0.0s [2021-04-16T10:41:45.117Z] [2021-04-16T10:41:45.117Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-04-16T10:41:45.117Z] #70 sha256:4f0d3d6df5e96e27955a6829c52781b2e65867a6fe5a757f7c2fb44d2ef19736 [2021-04-16T10:41:47.215Z] #70 DONE 2.1s [2021-04-16T10:41:47.215Z] [2021-04-16T10:41:47.215Z] #71 exporting to oci image format [2021-04-16T10:41:47.215Z] #71 sha256:69a2560eef4d3ece902c3b5149d142e9bd132f25db0bc9e35b94201534c415d2 [2021-04-16T10:41:47.215Z] #71 exporting layers [2021-04-16T10:41:47.540Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-04-16T10:41:49.023Z] Removing intermediate container bdd61fec0dc3 [2021-04-16T10:41:49.023Z] ---> d5c9a700157c [2021-04-16T10:41:49.023Z] Step 7/10 : RUN Function Build-GoTestSum() { Write-Host "INFO: Building gotestsum version $Env:GOTESTSUM_COMMIT in $Env:GOPATH"; $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; &go get -buildmode=exe "gotest.tools/gotestsum@${Env:GOTESTSUM_COMMIT}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"gotestsum build failed..."'; } Write-Host "INFO: Build done for gotestsum..."; } Build-GoTestSum [2021-04-16T10:41:49.023Z] ---> Running in 059e9d79c904 [2021-04-16T10:41:50.530Z] #53 ... [2021-04-16T10:41:50.530Z] [2021-04-16T10:41:50.530Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-16T10:41:50.530Z] #56 sha256:73a9954cb854da8887442757a1716cf70f8bd915e3c2639a6654d0f7700481f6 [2021-04-16T10:41:50.530Z] #56 196.2 + bin/containerd [2021-04-16T10:41:50.566Z] INFO: Building gotestsum version v0.5.3 in C:\gopath [2021-04-16T10:41:50.566Z] go: finding gotest.tools v0.5.3 [2021-04-16T10:41:50.566Z] go: finding gotest.tools/gotestsum v0.5.3 [2021-04-16T10:41:50.566Z] go: downloading gotest.tools/gotestsum v0.5.3 [2021-04-16T10:41:50.690Z] [2021-04-16T10:41:50.690Z] SUCCESS: Specified value was saved. [2021-04-16T10:41:51.027Z] go: extracting gotest.tools/gotestsum v0.5.3 [2021-04-16T10:41:51.150Z] INFO: Downloading git... [2021-04-16T10:41:51.488Z] go: downloading github.com/spf13/pflag v1.0.3 [2021-04-16T10:41:51.488Z] go: downloading github.com/pkg/errors v0.9.1 [2021-04-16T10:41:51.488Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-16T10:41:51.488Z] go: extracting github.com/pkg/errors v0.9.1 [2021-04-16T10:41:51.488Z] go: extracting github.com/spf13/pflag v1.0.3 [2021-04-16T10:41:51.488Z] go: extracting github.com/fatih/color v1.9.0 [2021-04-16T10:41:51.488Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-04-16T10:41:51.488Z] go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-04-16T10:41:51.488Z] go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-04-16T10:41:51.488Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-16T10:41:51.488Z] go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-04-16T10:41:51.488Z] go: extracting github.com/mattn/go-isatty v0.0.12 [2021-04-16T10:41:51.488Z] go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-04-16T10:41:51.488Z] go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-04-16T10:41:51.488Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-04-16T10:41:51.488Z] go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-04-16T10:41:51.488Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-16T10:41:51.488Z] go: extracting github.com/mattn/go-colorable v0.1.6 [2021-04-16T10:41:51.488Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-04-16T10:41:51.488Z] go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-04-16T10:41:51.956Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-04-16T10:41:51.956Z] go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-04-16T10:41:52.129Z] INFO: Downloading go... [2021-04-16T10:41:52.939Z] go: finding github.com/fatih/color v1.9.0 [2021-04-16T10:41:52.939Z] go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-04-16T10:41:52.939Z] go: finding github.com/pkg/errors v0.9.1 [2021-04-16T10:41:52.939Z] go: finding github.com/spf13/pflag v1.0.3 [2021-04-16T10:41:52.939Z] go: finding github.com/mattn/go-colorable v0.1.6 [2021-04-16T10:41:52.939Z] go: finding github.com/mattn/go-isatty v0.0.12 [2021-04-16T10:41:52.939Z] go: finding github.com/jonboulle/clockwork v0.1.0 [2021-04-16T10:41:52.939Z] go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-04-16T10:41:52.939Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-04-16T10:41:52.939Z] go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-04-16T10:41:52.939Z] go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-04-16T10:41:53.166Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-04-16T10:41:53.692Z] INFO: Downloading compiler 1 of 3... [2021-04-16T10:41:54.153Z] INFO: Downloading compiler 2 of 3... [2021-04-16T10:41:54.153Z] INFO: Downloading compiler 3 of 3... [2021-04-16T10:41:54.153Z] INFO: Extracting git... [2021-04-16T10:41:54.264Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-04-16T10:41:54.893Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-04-16T10:41:55.817Z] #56 ... [2021-04-16T10:41:55.817Z] [2021-04-16T10:41:55.817Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-04-16T10:41:55.817Z] #53 sha256:b6f4b77a0481258553de1bc7874b83ffcea232bb4a62b0024a96941db252d55a [2021-04-16T10:41:55.817Z] #53 125.8 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-04-16T10:41:55.817Z] #53 126.8 + mkdir -p /build [2021-04-16T10:41:55.817Z] #53 126.8 + cp runc /build/runc [2021-04-16T10:41:55.817Z] #53 DONE 127.2s [2021-04-16T10:41:55.817Z] [2021-04-16T10:41:55.817Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-16T10:41:55.817Z] #56 sha256:73a9954cb854da8887442757a1716cf70f8bd915e3c2639a6654d0f7700481f6 [2021-04-16T10:41:55.921Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-04-16T10:41:55.921Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-04-16T10:41:56.391Z] #56 ... [2021-04-16T10:41:56.391Z] [2021-04-16T10:41:56.391Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-04-16T10:41:56.391Z] #54 sha256:a3c0301aea373ca033dab0d1ff00c3f8628139e82a247f99cc1c322c6015a4e7 [2021-04-16T10:41:56.651Z] #54 DONE 0.3s [2021-04-16T10:41:56.651Z] [2021-04-16T10:41:56.651Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-16T10:41:56.651Z] #56 sha256:73a9954cb854da8887442757a1716cf70f8bd915e3c2639a6654d0f7700481f6 [2021-04-16T10:41:56.686Z] INFO: Build done for gotestsum... [2021-04-16T10:41:57.019Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-04-16T10:41:59.155Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-04-16T10:42:00.183Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-04-16T10:42:01.300Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-04-16T10:42:01.589Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-04-16T10:42:02.618Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-04-16T10:42:03.247Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-04-16T10:42:04.751Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-04-16T10:42:05.040Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-04-16T10:42:06.070Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-04-16T10:42:06.698Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-04-16T10:42:06.698Z] Using test binary docker [2021-04-16T10:42:06.698Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-04-16T10:42:06.698Z] +++ /etc/init.d/apparmor start [2021-04-16T10:42:06.698Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-04-16T10:42:06.698Z] INFO: Waiting for daemon to start... [2021-04-16T10:42:06.698Z] Starting dockerd [2021-04-16T10:42:06.698Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2021-04-16T10:42:08.758Z] . [2021-04-16T10:42:08.758Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-04-16T10:42:08.758Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-04-16T10:42:08.758Z] Error: No such image: emptyfs [2021-04-16T10:42:08.758Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-04-16T10:42:08.758Z] ++++ docker load [2021-04-16T10:42:08.990Z] INFO: Expanding go... [2021-04-16T10:42:09.047Z] Running integration-test (iteration 1) [2021-04-16T10:42:09.047Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2021-04-16T10:42:09.047Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:42:09.047Z] ++ set -e [2021-04-16T10:42:09.047Z] ++ '[' -n 0 ']' [2021-04-16T10:42:09.047Z] ++ set -x [2021-04-16T10:42:09.047Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:42:09.088Z] Removing intermediate container 059e9d79c904 [2021-04-16T10:42:09.088Z] ---> 9af3e0c12deb [2021-04-16T10:42:09.088Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2021-04-16T10:42:09.088Z] ---> Running in 3746366c561e [2021-04-16T10:42:09.088Z] Removing intermediate container 3746366c561e [2021-04-16T10:42:09.088Z] ---> ff4a2677c34f [2021-04-16T10:42:09.088Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2021-04-16T10:42:09.088Z] ---> Running in c394060f1d5c [2021-04-16T10:42:09.088Z] Removing intermediate container c394060f1d5c [2021-04-16T10:42:09.088Z] ---> 543a52906d99 [2021-04-16T10:42:09.088Z] Step 10/10 : COPY . . [2021-04-16T10:42:17.504Z] Loaded image: buildpack-deps:buster [2021-04-16T10:42:17.504Z] Loaded image: busybox:latest [2021-04-16T10:42:17.504Z] Loaded image: busybox:glibc [2021-04-16T10:42:19.564Z] Loaded image: debian:bullseye [2021-04-16T10:42:19.564Z] Loaded image: hello-world:latest [2021-04-16T10:42:19.564Z] Loaded image: arm32v7/hello-world:latest [2021-04-16T10:42:19.564Z] INFO: Testing against a local daemon [2021-04-16T10:42:19.564Z] === RUN TestCgroupNamespacesBuild [2021-04-16T10:42:21.670Z] --- PASS: TestCgroupNamespacesBuild (2.00s) [2021-04-16T10:42:21.670Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-04-16T10:42:23.224Z] #56 227.2 + bin/containerd-stress [2021-04-16T10:42:23.224Z] #56 229.2 + bin/containerd-shim [2021-04-16T10:42:23.726Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.98s) [2021-04-16T10:42:23.726Z] === RUN TestBuildWithSession [2021-04-16T10:42:23.726Z] --- SKIP: TestBuildWithSession (0.00s) [2021-04-16T10:42:23.726Z] build_session_test.go:25: TODO: BuildKit [2021-04-16T10:42:23.726Z] === RUN TestBuildSquashParent [2021-04-16T10:42:25.065Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-04-16T10:42:29.849Z] #56 235.9 + bin/containerd-shim-runc-v1 [2021-04-16T10:42:30.121Z] INFO: Expanding compiler 1 of 3... [2021-04-16T10:42:30.121Z] INFO: Expanding compiler 2 of 3... [2021-04-16T10:42:32.335Z] --- PASS: TestBuildSquashParent (7.66s) [2021-04-16T10:42:32.335Z] === RUN TestBuildWithRemoveAndForceRemove [2021-04-16T10:42:32.335Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-16T10:42:32.335Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-16T10:42:32.335Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-16T10:42:32.335Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-16T10:42:32.336Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-16T10:42:32.336Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-16T10:42:32.336Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-16T10:42:32.336Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-16T10:42:32.336Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-16T10:42:32.336Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-16T10:42:32.336Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-16T10:42:32.336Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-16T10:42:32.336Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-16T10:42:32.336Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-16T10:42:33.873Z] INFO: Expanding compiler 3 of 3... [2021-04-16T10:42:34.087Z] #56 240.5 + bin/containerd-shim-runc-v2 [2021-04-16T10:42:34.260Z] ---> 34361ae035f5 [2021-04-16T10:42:34.260Z] Successfully built 34361ae035f5 [2021-04-16T10:42:34.260Z] Successfully tagged docker:latest [2021-04-16T10:42:34.260Z] INFO: Image build ended at 04/16/2021 10:42:32. Duration:00:02:54.2890512 [2021-04-16T10:42:34.260Z] [2021-04-16T10:42:34.260Z] [2021-04-16T10:42:34.260Z] INFO: Building the test binaries at 04/16/2021 10:42:32... [2021-04-16T10:42:34.334Z] INFO: Removing downloaded files... [2021-04-16T10:42:34.334Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2021-04-16T10:42:34.334Z] INFO: Configuring git core.autocrlf... [2021-04-16T10:42:34.429Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-16T10:42:34.429Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-16T10:42:35.027Z] #56 241.4 + binaries [2021-04-16T10:42:35.027Z] #56 241.4 + install -D bin/containerd /build/containerd [2021-04-16T10:42:35.027Z] #56 241.5 + install -D bin/containerd-shim /build/containerd-shim [2021-04-16T10:42:35.027Z] #56 241.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-04-16T10:42:35.027Z] #56 241.5 + install -D bin/ctr /build/ctr [2021-04-16T10:42:36.674Z] --- PASS: TestBuildWithHugeFile (51.29s) [2021-04-16T10:42:36.674Z] === RUN TestBuildWCOWSandboxSize [2021-04-16T10:42:36.674Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-04-16T10:42:36.674Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-04-16T10:42:36.674Z] === RUN TestBuildWithEmptyDockerfile [2021-04-16T10:42:36.674Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-16T10:42:36.674Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-16T10:42:36.674Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-16T10:42:36.674Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-16T10:42:36.674Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-16T10:42:36.674Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-16T10:42:36.674Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-16T10:42:36.674Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-16T10:42:36.674Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-16T10:42:36.674Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2021-04-16T10:42:36.674Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.14s) [2021-04-16T10:42:36.674Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.15s) [2021-04-16T10:42:36.674Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2021-04-16T10:42:36.674Z] === RUN TestBuildPreserveOwnership [2021-04-16T10:42:36.674Z] === RUN TestBuildPreserveOwnership/copy_from [2021-04-16T10:42:36.937Z] #56 DONE 242.9s [2021-04-16T10:42:37.204Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-16T10:42:37.204Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-16T10:42:37.507Z] [2021-04-16T10:42:37.507Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-04-16T10:42:37.507Z] #57 sha256:7a2815b2caaa34a545e7df847d6e7dbe1260ac8e477febaffaf1a5a2c8b89ce1 [2021-04-16T10:42:38.137Z] INFO: make.ps1 starting at 04/16/2021 10:42:37 [2021-04-16T10:42:38.137Z] INFO: Git commit (eb0610b7fc) assumed from DOCKER_GITCOMMIT environment variable [2021-04-16T10:42:38.137Z] INFO: Invoking autogen... [2021-04-16T10:42:38.137Z] INFO: Building daemon... [2021-04-16T10:42:38.445Z] #57 DONE 0.8s [2021-04-16T10:42:38.445Z] [2021-04-16T10:42:38.445Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-04-16T10:42:38.445Z] #61 sha256:ecc337e9a9aa60752fc31e12144801cce45877f7bb3871e206763f26e55f2418 [2021-04-16T10:42:38.575Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-04-16T10:42:38.705Z] #61 DONE 0.2s [2021-04-16T10:42:38.705Z] [2021-04-16T10:42:38.705Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-04-16T10:42:38.705Z] #66 sha256:a5e5e6054be79611a170f398291ca73e59b90f3c968c57100df8a6fcfffd8be6 [2021-04-16T10:42:39.644Z] #66 DONE 1.1s [2021-04-16T10:42:39.644Z] [2021-04-16T10:42:39.644Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-04-16T10:42:39.644Z] #68 sha256:f4a8a9a0f10b6c1cac1a60d8974c1898284453a8ddfd14ad6553ee57ec9b8aaa [2021-04-16T10:42:39.644Z] #68 DONE 0.1s [2021-04-16T10:42:39.905Z] [2021-04-16T10:42:39.905Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-04-16T10:42:39.905Z] #69 sha256:df8c248c32cbbe79b47df956ed62cde21d421e5344ec582fc9596a733687e215 [2021-04-16T10:42:39.905Z] #69 DONE 0.0s [2021-04-16T10:42:39.905Z] [2021-04-16T10:42:39.905Z] #70 [dev-systemd-true 1/2] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends dbus dbus-user-session systemd systemd-sysv [2021-04-16T10:42:39.905Z] #70 sha256:da812be8a7519305f13bac4d1b5daa3106389fc68aeda7e1cb639773ee040900 [2021-04-16T10:42:39.924Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-04-16T10:42:39.924Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.94s) [2021-04-16T10:42:39.924Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.01s) [2021-04-16T10:42:39.924Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.85s) [2021-04-16T10:42:39.924Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.86s) [2021-04-16T10:42:39.924Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.90s) [2021-04-16T10:42:39.924Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.90s) [2021-04-16T10:42:39.924Z] === RUN TestBuildMultiStageCopy [2021-04-16T10:42:39.924Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-04-16T10:42:40.475Z] #70 0.692 Hit:1 http://deb.debian.org/debian buster-backports InRelease [2021-04-16T10:42:40.475Z] #70 0.693 Hit:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [2021-04-16T10:42:40.475Z] #70 0.769 Hit:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [2021-04-16T10:42:40.475Z] #70 0.770 Hit:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [2021-04-16T10:42:41.676Z] #70 1.035 Reading package lists... [2021-04-16T10:42:41.936Z] #70 1.661 Reading package lists... [2021-04-16T10:42:42.196Z] #70 2.270 Building dependency tree... [2021-04-16T10:42:42.196Z] #70 2.401 Reading state information... [2021-04-16T10:42:42.456Z] #70 2.509 The following additional packages will be installed: [2021-04-16T10:42:42.456Z] #70 2.509 libargon2-1 libcryptsetup12 libdbus-1-3 libidn11 libjson-c3 libkmod2 [2021-04-16T10:42:42.456Z] #70 2.510 libpam-systemd [2021-04-16T10:42:42.456Z] #70 2.510 Suggested packages: [2021-04-16T10:42:42.456Z] #70 2.510 systemd-container policykit-1 [2021-04-16T10:42:42.456Z] #70 2.510 Recommended packages: [2021-04-16T10:42:42.456Z] #70 2.510 libnss-systemd [2021-04-16T10:42:42.456Z] #70 2.590 The following NEW packages will be installed: [2021-04-16T10:42:42.456Z] #70 2.590 dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libidn11 [2021-04-16T10:42:42.456Z] #70 2.591 libjson-c3 libkmod2 libpam-systemd systemd systemd-sysv [2021-04-16T10:42:42.717Z] #70 2.857 0 upgraded, 11 newly installed, 0 to remove and 27 not upgraded. [2021-04-16T10:42:42.717Z] #70 2.857 Need to get 4762 kB of archives. [2021-04-16T10:42:42.717Z] #70 2.857 After this operation, 16.6 MB of additional disk space will be used. [2021-04-16T10:42:42.717Z] #70 2.857 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] [2021-04-16T10:42:42.717Z] #70 2.859 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjson-c3 amd64 0.12.1+ds-2+deb10u1 [27.3 kB] [2021-04-16T10:42:42.717Z] #70 2.860 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcryptsetup12 amd64 2:2.1.0-5+deb10u2 [193 kB] [2021-04-16T10:42:42.717Z] #70 2.865 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libidn11 amd64 1.33-2.2 [116 kB] [2021-04-16T10:42:42.717Z] #70 2.867 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libkmod2 amd64 26-1 [52.7 kB] [2021-04-16T10:42:42.717Z] #70 2.868 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd amd64 241-7~deb10u7 [3499 kB] [2021-04-16T10:42:42.717Z] #70 2.935 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd-sysv amd64 241-7~deb10u7 [100 kB] [2021-04-16T10:42:42.717Z] #70 2.936 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdbus-1-3 amd64 1.12.20-0+deb10u1 [215 kB] [2021-04-16T10:42:42.717Z] #70 2.938 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dbus amd64 1.12.20-0+deb10u1 [236 kB] [2021-04-16T10:42:42.717Z] #70 2.941 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpam-systemd amd64 241-7~deb10u7 [209 kB] [2021-04-16T10:42:42.717Z] #70 2.943 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dbus-user-session amd64 1.12.20-0+deb10u1 [94.5 kB] [2021-04-16T10:42:42.760Z] --- PASS: TestBuildPreserveOwnership (10.44s) [2021-04-16T10:42:42.760Z] --- PASS: TestBuildPreserveOwnership/copy_from (6.43s) [2021-04-16T10:42:42.760Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2021-04-16T10:42:42.760Z] === RUN TestBuildPlatformInvalid [2021-04-16T10:42:42.760Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2021-04-16T10:42:42.760Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-04-16T10:42:42.760Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-04-16T10:42:42.760Z] build_userns_linux_test.go:32: testEnv.IsRootless() [2021-04-16T10:42:42.760Z] PASS [2021-04-16T10:42:42.760Z] [2021-04-16T10:42:42.760Z] === Skipped [2021-04-16T10:42:42.760Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-04-16T10:42:42.760Z] build_session_test.go:25: TODO: BuildKit [2021-04-16T10:42:42.760Z] [2021-04-16T10:42:42.760Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-04-16T10:42:42.760Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-04-16T10:42:42.760Z] [2021-04-16T10:42:42.760Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-04-16T10:42:42.760Z] build_userns_linux_test.go:32: testEnv.IsRootless() [2021-04-16T10:42:42.760Z] [2021-04-16T10:42:42.760Z] [2021-04-16T10:42:42.760Z] DONE 34 tests, 3 skipped in 133.873s [2021-04-16T10:42:42.760Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-04-16T10:42:42.760Z] INFO: Testing against a local daemon [2021-04-16T10:42:42.760Z] === RUN TestConfigInspect [2021-04-16T10:42:42.760Z] --- SKIP: TestConfigInspect (0.02s) [2021-04-16T10:42:42.760Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:42:42.760Z] === RUN TestConfigList [2021-04-16T10:42:42.760Z] --- SKIP: TestConfigList (0.02s) [2021-04-16T10:42:42.760Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:42:42.760Z] === RUN TestConfigsCreateAndDelete [2021-04-16T10:42:42.760Z] --- SKIP: TestConfigsCreateAndDelete (0.02s) [2021-04-16T10:42:42.760Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:42:42.760Z] === RUN TestConfigsUpdate [2021-04-16T10:42:42.760Z] --- SKIP: TestConfigsUpdate (0.02s) [2021-04-16T10:42:42.760Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:42:42.760Z] === RUN TestTemplatedConfig [2021-04-16T10:42:42.760Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-04-16T10:42:42.760Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:42:42.760Z] === RUN TestConfigCreateResolve [2021-04-16T10:42:42.760Z] --- SKIP: TestConfigCreateResolve (0.01s) [2021-04-16T10:42:42.760Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:42:42.760Z] === RUN TestConfigDaemonLibtrustID [2021-04-16T10:42:42.978Z] #70 3.093 debconf: delaying package configuration, since apt-utils is not installed [2021-04-16T10:42:42.978Z] #70 3.116 Fetched 4762 kB in 0s (13.9 MB/s) [2021-04-16T10:42:42.978Z] #70 3.143 Selecting previously unselected package libargon2-1:amd64. [2021-04-16T10:42:42.978Z] #70 3.143 (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 ... 28057 files and directories currently installed.) [2021-04-16T10:42:42.978Z] #70 3.160 Preparing to unpack .../0-libargon2-1_0~20171227-0.2_amd64.deb ... [2021-04-16T10:42:42.978Z] #70 3.166 Unpacking libargon2-1:amd64 (0~20171227-0.2) ... [2021-04-16T10:42:42.978Z] #70 3.198 Selecting previously unselected package libjson-c3:amd64. [2021-04-16T10:42:42.978Z] #70 3.199 Preparing to unpack .../1-libjson-c3_0.12.1+ds-2+deb10u1_amd64.deb ... [2021-04-16T10:42:42.978Z] #70 3.202 Unpacking libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ... [2021-04-16T10:42:42.978Z] #70 3.234 Selecting previously unselected package libcryptsetup12:amd64. [2021-04-16T10:42:42.978Z] #70 3.235 Preparing to unpack .../2-libcryptsetup12_2%3a2.1.0-5+deb10u2_amd64.deb ... [2021-04-16T10:42:42.978Z] #70 3.238 Unpacking libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ... [2021-04-16T10:42:42.978Z] #70 3.284 Selecting previously unselected package libidn11:amd64. [2021-04-16T10:42:42.978Z] #70 3.284 Preparing to unpack .../3-libidn11_1.33-2.2_amd64.deb ... [2021-04-16T10:42:42.978Z] #70 3.288 Unpacking libidn11:amd64 (1.33-2.2) ... [2021-04-16T10:42:42.978Z] #70 3.326 Selecting previously unselected package libkmod2:amd64. [2021-04-16T10:42:43.238Z] #70 3.328 Preparing to unpack .../4-libkmod2_26-1_amd64.deb ... [2021-04-16T10:42:43.238Z] #70 3.331 Unpacking libkmod2:amd64 (26-1) ... [2021-04-16T10:42:43.238Z] #70 3.374 Selecting previously unselected package systemd. [2021-04-16T10:42:43.238Z] #70 3.374 Preparing to unpack .../5-systemd_241-7~deb10u7_amd64.deb ... [2021-04-16T10:42:43.238Z] #70 3.412 Unpacking systemd (241-7~deb10u7) ... [2021-04-16T10:42:43.477Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-04-16T10:42:43.477Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-04-16T10:42:43.498Z] #70 3.906 Setting up libargon2-1:amd64 (0~20171227-0.2) ... [2021-04-16T10:42:43.758Z] #70 3.916 Setting up libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ... [2021-04-16T10:42:43.758Z] #70 3.925 Setting up libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ... [2021-04-16T10:42:43.758Z] #70 3.936 Setting up libidn11:amd64 (1.33-2.2) ... [2021-04-16T10:42:43.758Z] #70 3.946 Setting up libkmod2:amd64 (26-1) ... [2021-04-16T10:42:43.758Z] #70 3.956 Setting up systemd (241-7~deb10u7) ... [2021-04-16T10:42:43.758Z] #70 3.999 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2021-04-16T10:42:43.758Z] #70 4.001 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2021-04-16T10:42:43.758Z] #70 4.004 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. [2021-04-16T10:42:43.758Z] #70 4.004 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. [2021-04-16T10:42:43.917Z] INFO [loader] Go packages loading at mode 575 (files|imports|types_sizes|compiled_files|deps|exports_file|name) took 2m4.730907246s [2021-04-16T10:42:43.917Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 462.280946ms [2021-04-16T10:42:44.105Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-04-16T10:42:44.328Z] #70 4.439 Selecting previously unselected package systemd-sysv. [2021-04-16T10:42:44.328Z] #70 4.439 (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 ... 28854 files and directories currently installed.) [2021-04-16T10:42:44.328Z] #70 4.453 Preparing to unpack .../systemd-sysv_241-7~deb10u7_amd64.deb ... [2021-04-16T10:42:44.328Z] #70 4.460 Unpacking systemd-sysv (241-7~deb10u7) ... [2021-04-16T10:42:44.328Z] #70 4.509 Selecting previously unselected package libdbus-1-3:amd64. [2021-04-16T10:42:44.328Z] #70 4.512 Preparing to unpack .../libdbus-1-3_1.12.20-0+deb10u1_amd64.deb ... [2021-04-16T10:42:44.328Z] #70 4.516 Unpacking libdbus-1-3:amd64 (1.12.20-0+deb10u1) ... [2021-04-16T10:42:44.328Z] #70 4.566 Selecting previously unselected package dbus. [2021-04-16T10:42:44.328Z] #70 4.569 Preparing to unpack .../dbus_1.12.20-0+deb10u1_amd64.deb ... [2021-04-16T10:42:44.328Z] #70 4.580 Unpacking dbus (1.12.20-0+deb10u1) ... [2021-04-16T10:42:44.328Z] #70 4.636 Selecting previously unselected package libpam-systemd:amd64. [2021-04-16T10:42:44.328Z] #70 4.638 Preparing to unpack .../libpam-systemd_241-7~deb10u7_amd64.deb ... [2021-04-16T10:42:44.328Z] #70 4.642 Unpacking libpam-systemd:amd64 (241-7~deb10u7) ... [2021-04-16T10:42:44.328Z] #70 4.681 Selecting previously unselected package dbus-user-session. [2021-04-16T10:42:44.588Z] #70 4.683 Preparing to unpack .../dbus-user-session_1.12.20-0+deb10u1_amd64.deb ... [2021-04-16T10:42:44.588Z] #70 4.687 Unpacking dbus-user-session (1.12.20-0+deb10u1) ... [2021-04-16T10:42:44.588Z] #70 4.761 Setting up systemd-sysv (241-7~deb10u7) ... [2021-04-16T10:42:44.588Z] #70 4.772 Setting up libdbus-1-3:amd64 (1.12.20-0+deb10u1) ... [2021-04-16T10:42:44.588Z] #70 4.781 Setting up dbus (1.12.20-0+deb10u1) ... [2021-04-16T10:42:44.588Z] #70 4.887 invoke-rc.d: could not determine current runlevel [2021-04-16T10:42:44.662Z] --- PASS: TestConfigDaemonLibtrustID (1.84s) [2021-04-16T10:42:44.662Z] PASS [2021-04-16T10:42:44.662Z] [2021-04-16T10:42:44.662Z] === Skipped [2021-04-16T10:42:44.662Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2021-04-16T10:42:44.662Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:42:44.662Z] [2021-04-16T10:42:44.662Z] === SKIP: amd64.integration.config TestConfigList (0.02s) [2021-04-16T10:42:44.662Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:42:44.662Z] [2021-04-16T10:42:44.662Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.02s) [2021-04-16T10:42:44.662Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:42:44.662Z] [2021-04-16T10:42:44.662Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.02s) [2021-04-16T10:42:44.662Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:42:44.662Z] [2021-04-16T10:42:44.662Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2021-04-16T10:42:44.662Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:42:44.662Z] [2021-04-16T10:42:44.662Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2021-04-16T10:42:44.662Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:42:44.662Z] [2021-04-16T10:42:44.662Z] [2021-04-16T10:42:44.662Z] DONE 7 tests, 6 skipped in 2.029s [2021-04-16T10:42:44.662Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-04-16T10:42:44.662Z] INFO: Testing against a local daemon [2021-04-16T10:42:44.662Z] === RUN TestCheckpoint [2021-04-16T10:42:44.662Z] --- SKIP: TestCheckpoint (0.00s) [2021-04-16T10:42:44.662Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-04-16T10:42:44.662Z] === RUN TestContainerInvalidJSON [2021-04-16T10:42:44.662Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-04-16T10:42:44.662Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-04-16T10:42:44.662Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-04-16T10:42:44.662Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-04-16T10:42:44.662Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-04-16T10:42:44.662Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-04-16T10:42:44.662Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-04-16T10:42:44.662Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-04-16T10:42:44.662Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-04-16T10:42:44.662Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-04-16T10:42:44.662Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-04-16T10:42:44.662Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-04-16T10:42:44.662Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-04-16T10:42:44.662Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-04-16T10:42:44.662Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2021-04-16T10:42:44.662Z] === RUN TestCopyFromContainerPathIsNotDir [2021-04-16T10:42:44.662Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2021-04-16T10:42:44.662Z] === RUN TestCopyToContainerPathDoesNotExist [2021-04-16T10:42:44.734Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-04-16T10:42:44.848Z] #70 4.889 invoke-rc.d: policy-rc.d denied execution of start. [2021-04-16T10:42:44.848Z] #70 4.893 Setting up libpam-systemd:amd64 (241-7~deb10u7) ... [2021-04-16T10:42:44.848Z] #70 5.087 Setting up dbus-user-session (1.12.20-0+deb10u1) ... [2021-04-16T10:42:44.848Z] #70 5.102 Processing triggers for systemd (241-7~deb10u7) ... [2021-04-16T10:42:44.848Z] #70 5.110 Processing triggers for libc-bin (2.28-10) ... [2021-04-16T10:42:44.920Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2021-04-16T10:42:44.920Z] === RUN TestCopyToContainerPathIsNotDir [2021-04-16T10:42:44.920Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2021-04-16T10:42:44.920Z] === RUN TestCopyFromContainer [2021-04-16T10:42:45.108Z] #70 DONE 5.3s [2021-04-16T10:42:45.108Z] [2021-04-16T10:42:45.108Z] #71 [dev-systemd-true 2/2] RUN mkdir -p hack && curl -o hack/dind-systemd https://raw.githubusercontent.com/AkihiroSuda/containerized-systemd/b70bac0daeea120456764248164c21684ade7d0d/docker-entrypoint.sh && chmod +x hack/dind-systemd [2021-04-16T10:42:45.108Z] #71 sha256:c4ee8c7dea8d0e2c1a7af277812bd3b13dfd66522bf1f5d3af1a9f4b9683323b [2021-04-16T10:42:45.367Z] #71 0.453 % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-16T10:42:45.367Z] #71 0.454 Dload Upload Total Spent Left Speed [2021-04-16T10:42:45.628Z] #71 0.456 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1823 100 1823 0 0 13706 0 --:--:-- --:--:-- --:--:-- 13706 [2021-04-16T10:42:45.628Z] #71 DONE 0.6s [2021-04-16T10:42:45.628Z] [2021-04-16T10:42:45.628Z] #72 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-04-16T10:42:45.628Z] #72 sha256:28b89e6f72e03c2eeeba7f3584902ec14aa208218c63708961b5821f91d3cbe8 [2021-04-16T10:42:45.762Z] --- PASS: TestBuildMultiStageCopy (5.54s) [2021-04-16T10:42:45.762Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.02s) [2021-04-16T10:42:45.762Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.59s) [2021-04-16T10:42:45.762Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.59s) [2021-04-16T10:42:45.762Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.64s) [2021-04-16T10:42:45.762Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.70s) [2021-04-16T10:42:45.762Z] === RUN TestBuildMultiStageParentConfig [2021-04-16T10:42:46.570Z] #72 DONE 0.7s [2021-04-16T10:42:46.570Z] [2021-04-16T10:42:46.570Z] #73 exporting to image [2021-04-16T10:42:46.570Z] #73 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-04-16T10:42:46.570Z] #73 exporting layers [2021-04-16T10:42:47.261Z] --- PASS: TestBuildMultiStageParentConfig (1.75s) [2021-04-16T10:42:47.261Z] === RUN TestBuildLabelWithTargets [2021-04-16T10:42:48.205Z] === RUN TestCopyFromContainer// [2021-04-16T10:42:48.465Z] === RUN TestCopyFromContainer//bar/root [2021-04-16T10:42:48.465Z] === RUN TestCopyFromContainer//bar/root/ [2021-04-16T10:42:48.465Z] === RUN TestCopyFromContainer/bar/quux [2021-04-16T10:42:48.724Z] === RUN TestCopyFromContainer/bar/quux/ [2021-04-16T10:42:48.724Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-04-16T10:42:48.724Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-04-16T10:42:48.724Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-04-16T10:42:48.983Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-04-16T10:42:48.983Z] === RUN TestCopyFromContainer/bar/notarget [2021-04-16T10:42:48.983Z] --- PASS: TestCopyFromContainer (4.15s) [2021-04-16T10:42:48.983Z] --- PASS: TestCopyFromContainer// (0.07s) [2021-04-16T10:42:48.983Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2021-04-16T10:42:48.983Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2021-04-16T10:42:48.983Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2021-04-16T10:42:48.983Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2021-04-16T10:42:48.983Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2021-04-16T10:42:48.983Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s) [2021-04-16T10:42:48.983Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2021-04-16T10:42:48.983Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2021-04-16T10:42:48.983Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2021-04-16T10:42:48.983Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-04-16T10:42:48.983Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-16T10:42:48.983Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-16T10:42:48.983Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-16T10:42:48.983Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-16T10:42:48.983Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-16T10:42:48.983Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-16T10:42:48.983Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-16T10:42:48.983Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-16T10:42:48.983Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-16T10:42:48.983Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-04-16T10:42:48.983Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-04-16T10:42:48.983Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-04-16T10:42:48.983Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2021-04-16T10:42:48.983Z] === RUN TestCreateLinkToNonExistingContainer [2021-04-16T10:42:48.983Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2021-04-16T10:42:48.983Z] === RUN TestCreateWithInvalidEnv [2021-04-16T10:42:48.983Z] === RUN TestCreateWithInvalidEnv/0 [2021-04-16T10:42:48.983Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-04-16T10:42:48.983Z] === RUN TestCreateWithInvalidEnv/1 [2021-04-16T10:42:48.983Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-04-16T10:42:48.983Z] === RUN TestCreateWithInvalidEnv/2 [2021-04-16T10:42:48.983Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-04-16T10:42:48.983Z] === CONT TestCreateWithInvalidEnv/0 [2021-04-16T10:42:48.983Z] === CONT TestCreateWithInvalidEnv/2 [2021-04-16T10:42:48.983Z] === CONT TestCreateWithInvalidEnv/1 [2021-04-16T10:42:48.983Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-04-16T10:42:48.983Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-04-16T10:42:48.983Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-04-16T10:42:48.983Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-04-16T10:42:48.983Z] === RUN TestCreateTmpfsMountsTarget [2021-04-16T10:42:48.983Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-04-16T10:42:48.983Z] === RUN TestCreateWithCustomMaskedPaths [2021-04-16T10:42:49.980Z] --- PASS: TestBuildLabelWithTargets (2.63s) [2021-04-16T10:42:49.980Z] === RUN TestBuildWithEmptyLayers [2021-04-16T10:42:50.927Z] --- PASS: TestCreateWithCustomMaskedPaths (1.93s) [2021-04-16T10:42:50.927Z] === RUN TestCreateWithCustomReadonlyPaths [2021-04-16T10:42:51.047Z] --- PASS: TestBuildWithEmptyLayers (1.12s) [2021-04-16T10:42:51.047Z] === RUN TestBuildMultiStageOnBuild [2021-04-16T10:42:52.829Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.91s) [2021-04-16T10:42:52.829Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-04-16T10:42:52.829Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-16T10:42:52.829Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-16T10:42:52.829Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-16T10:42:52.829Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-16T10:42:52.829Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-16T10:42:52.829Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-16T10:42:52.829Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-16T10:42:52.829Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-16T10:42:52.829Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-16T10:42:52.829Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-16T10:42:53.088Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-16T10:42:53.088Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-16T10:42:53.088Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-16T10:42:53.088Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-16T10:42:53.088Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-16T10:42:53.088Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-04-16T10:42:53.088Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-04-16T10:42:53.088Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-04-16T10:42:53.088Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-04-16T10:42:53.088Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-04-16T10:42:53.088Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-04-16T10:42:53.088Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-04-16T10:42:53.149Z] #73 exporting layers 6.7s done [2021-04-16T10:42:53.149Z] #73 writing image sha256:45c43e22b56833252b771bb53fe4965dd83b2eb1d5156a279f1e0477fc346618 done [2021-04-16T10:42:53.149Z] #73 naming to docker.io/library/docker:eb0610b7fc7e8c49160c99fa311e14ee632dd45a [2021-04-16T10:42:53.149Z] #73 naming to docker.io/library/docker:eb0610b7fc7e8c49160c99fa311e14ee632dd45a done [2021-04-16T10:42:53.149Z] #73 DONE 6.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-04-16T10:42:53.512Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40094/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr16 -e DOCKER_GITCOMMIT=eb0610b7fc7e8c49160c99fa311e14ee632dd45a -e DOCKER_GRAPHDRIVER -e DOCKER_EXPERIMENTAL -e DOCKER_SYSTEMD -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:eb0610b7fc7e8c49160c99fa311e14ee632dd45a hack/make.sh dynbinary test-integration [2021-04-16T10:42:53.655Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.63s) [2021-04-16T10:42:53.655Z] === RUN TestCreateDifferentPlatform [2021-04-16T10:42:53.655Z] === RUN TestCreateDifferentPlatform/different_os [2021-04-16T10:42:53.655Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-04-16T10:42:53.655Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2021-04-16T10:42:53.655Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-04-16T10:42:53.655Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-04-16T10:42:53.655Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-04-16T10:42:53.655Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2021-04-16T10:42:53.655Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-04-16T10:42:53.655Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2021-04-16T10:42:53.655Z] === RUN TestContainerStartOnDaemonRestart [2021-04-16T10:42:53.655Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2021-04-16T10:42:53.655Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-04-16T10:42:53.655Z] === RUN TestDaemonRestartIpcMode [2021-04-16T10:42:53.655Z] === PAUSE TestDaemonRestartIpcMode [2021-04-16T10:42:53.655Z] === RUN TestDaemonHostGatewayIP [2021-04-16T10:42:53.655Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2021-04-16T10:42:53.655Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-16T10:42:53.655Z] === RUN TestRestartDaemonWithRestartingContainer [2021-04-16T10:42:53.655Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-04-16T10:42:53.655Z] === RUN TestContainerKillOnDaemonStart [2021-04-16T10:42:53.655Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-04-16T10:42:53.655Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-04-16T10:42:53.655Z] === RUN TestDiff [2021-04-16T10:42:54.222Z] --- PASS: TestDiff (0.65s) [2021-04-16T10:42:54.222Z] === RUN TestExecWithCloseStdin [2021-04-16T10:42:54.547Z] --- PASS: TestBuildMultiStageOnBuild (3.37s) [2021-04-16T10:42:54.547Z] === RUN TestBuildUncleanTarFilenames [2021-04-16T10:42:55.421Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2021-04-16T10:42:55.421Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2021-04-16T10:42:55.421Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2021-04-16T10:42:55.421Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2021-04-16T10:42:55.421Z] systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid) [2021-04-16T10:42:55.421Z] Detected virtualization docker. [2021-04-16T10:42:55.421Z] Detected architecture x86-64. [2021-04-16T10:42:55.421Z] Set hostname to <4551bed172b0>. [2021-04-16T10:42:55.598Z] --- PASS: TestExecWithCloseStdin (0.94s) [2021-04-16T10:42:55.598Z] === RUN TestExec [2021-04-16T10:42:55.992Z] + source /etc/docker-entrypoint-cmd [2021-04-16T10:42:55.992Z] ++ hack/make.sh dynbinary test-integration [2021-04-16T10:42:55.992Z] [2021-04-16T10:42:56.079Z] --- PASS: TestBuildUncleanTarFilenames (1.51s) [2021-04-16T10:42:56.079Z] === RUN TestBuildMultiStageLayerLeak [2021-04-16T10:42:56.166Z] --- PASS: TestExec (0.96s) [2021-04-16T10:42:56.166Z] === RUN TestExecUser [2021-04-16T10:42:56.252Z] Removing bundles/ [2021-04-16T10:42:56.252Z] [2021-04-16T10:42:56.252Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-04-16T10:42:56.252Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-04-16T10:42:56.252Z] GOOS="" GOARCH="" GOARM="" [2021-04-16T10:42:57.102Z] --- PASS: TestExecUser (0.93s) [2021-04-16T10:42:57.102Z] === RUN TestExportContainerAndImportImage [2021-04-16T10:42:57.185Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-04-16T10:42:58.037Z] --- PASS: TestExportContainerAndImportImage (0.84s) [2021-04-16T10:42:58.037Z] === RUN TestExportContainerAfterDaemonRestart [2021-04-16T10:42:58.273Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-04-16T10:42:58.273Z] [2021-04-16T10:42:58.273Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-04-16T10:42:58.273Z] PLATFORM= [2021-04-16T10:42:58.273Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-04-16T10:42:58.273Z] HOSTNAME=4dd71548dbef [2021-04-16T10:42:58.273Z] TESTDEBUG=0 [2021-04-16T10:42:58.273Z] DEST=bundles/test-integration [2021-04-16T10:42:58.273Z] PWD=/go/src/github.com/docker/docker [2021-04-16T10:42:58.273Z] DOCKER_GITCOMMIT=eb0610b7fc7e8c49160c99fa311e14ee632dd45a [2021-04-16T10:42:58.273Z] container=docker [2021-04-16T10:42:58.273Z] HOME=/root [2021-04-16T10:42:58.273Z] GOLANG_VERSION=1.13.15 [2021-04-16T10:42:58.273Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-04-16T10:42:58.273Z] VALIDATE_BRANCH=master [2021-04-16T10:42:58.273Z] TERM=xterm [2021-04-16T10:42:58.273Z] DOCKER_PKG=github.com/docker/docker [2021-04-16T10:42:58.273Z] TINI_COMMIT=de40ad007797e0dcd8b7126f27bb87401d224240 [2021-04-16T10:42:58.273Z] PRODUCT= [2021-04-16T10:42:58.273Z] SHLVL=1 [2021-04-16T10:42:58.273Z] TIMEOUT=120m [2021-04-16T10:42:58.273Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-04-16T10:42:58.273Z] DOCKER_GRAPHDRIVER=overlay2 [2021-04-16T10:42:58.273Z] GO111MODULE=off [2021-04-16T10:42:58.273Z] DEFAULT_PRODUCT_LICENSE= [2021-04-16T10:42:58.273Z] DOCKER_EXPERIMENTAL=1 [2021-04-16T10:42:58.273Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-04-16T10:42:58.273Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-04-16T10:42:58.273Z] VERSION=dev [2021-04-16T10:42:58.273Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-04-16T10:42:58.273Z] GOPATH=/go [2021-04-16T10:42:58.273Z] PKG_CONFIG=pkg-config [2021-04-16T10:42:58.273Z] _=/usr/bin/env [2021-04-16T10:42:58.273Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-04-16T10:42:59.586Z] --- PASS: TestBuildMultiStageLayerLeak (3.53s) [2021-04-16T10:42:59.586Z] === RUN TestBuildWithHugeFile [2021-04-16T10:43:00.491Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-04-16T10:43:02.227Z] --- PASS: TestExportContainerAfterDaemonRestart (3.98s) [2021-04-16T10:43:02.227Z] === RUN TestHealthCheckWorkdir [2021-04-16T10:43:03.602Z] --- PASS: TestHealthCheckWorkdir (1.35s) [2021-04-16T10:43:03.602Z] === RUN TestHealthKillContainer [2021-04-16T10:43:04.705Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-04-16T10:43:05.893Z] INFO [runner/unused/goanalysis] analyzers took 29.271975177s with top 10 stages: buildssa: 25.260888358s, U1000: 4.011086819s [2021-04-16T10:43:06.885Z] --- PASS: TestHealthKillContainer (2.97s) [2021-04-16T10:43:06.885Z] === RUN TestInspectCpusetInConfigPre120 [2021-04-16T10:43:06.885Z] --- PASS: TestInspectCpusetInConfigPre120 (0.63s) [2021-04-16T10:43:06.885Z] === RUN TestIpcModeNone [2021-04-16T10:43:07.254Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-04-16T10:43:07.822Z] --- PASS: TestIpcModeNone (0.93s) [2021-04-16T10:43:07.822Z] === RUN TestIpcModePrivate [2021-04-16T10:43:08.197Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-04-16T10:43:08.757Z] --- PASS: TestIpcModePrivate (0.95s) [2021-04-16T10:43:08.757Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:72, shared: false, mustBeShared: false [2021-04-16T10:43:08.757Z] === RUN TestIpcModeShareable [2021-04-16T10:43:08.757Z] --- SKIP: TestIpcModeShareable (0.00s) [2021-04-16T10:43:08.757Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-04-16T10:43:08.757Z] === RUN TestAPIIpcModeShareableAndContainer [2021-04-16T10:43:12.045Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.65s) [2021-04-16T10:43:12.045Z] === RUN TestAPIIpcModeHost [2021-04-16T10:43:12.045Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2021-04-16T10:43:12.045Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-04-16T10:43:12.045Z] === RUN TestDaemonIpcModeShareable [2021-04-16T10:43:12.045Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2021-04-16T10:43:12.045Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-04-16T10:43:12.045Z] === RUN TestDaemonIpcModePrivate [2021-04-16T10:43:13.509Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-04-16T10:43:14.576Z] --- PASS: TestDaemonIpcModePrivate (2.86s) [2021-04-16T10:43:14.576Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:75, shared: false, mustBeShared: false [2021-04-16T10:43:14.576Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-04-16T10:43:14.576Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2021-04-16T10:43:14.576Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-04-16T10:43:14.576Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-04-16T10:43:14.576Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2021-04-16T10:43:14.576Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-04-16T10:43:14.576Z] === RUN TestIpcModeOlderClient [2021-04-16T10:43:14.576Z] === PAUSE TestIpcModeOlderClient [2021-04-16T10:43:14.576Z] === RUN TestKillContainerInvalidSignal [2021-04-16T10:43:15.143Z] --- PASS: TestKillContainerInvalidSignal (0.70s) [2021-04-16T10:43:15.143Z] === RUN TestKillContainer [2021-04-16T10:43:15.143Z] === RUN TestKillContainer/no_signal [2021-04-16T10:43:15.710Z] === RUN TestKillContainer/non_killing_signal [2021-04-16T10:43:16.278Z] === RUN TestKillContainer/killing_signal [2021-04-16T10:43:17.213Z] --- PASS: TestKillContainer (1.94s) [2021-04-16T10:43:17.213Z] --- PASS: TestKillContainer/no_signal (0.63s) [2021-04-16T10:43:17.213Z] --- PASS: TestKillContainer/non_killing_signal (0.51s) [2021-04-16T10:43:17.213Z] --- PASS: TestKillContainer/killing_signal (0.64s) [2021-04-16T10:43:17.213Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-04-16T10:43:17.213Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-04-16T10:43:17.779Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-04-16T10:43:18.349Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.31s) [2021-04-16T10:43:18.349Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.64s) [2021-04-16T10:43:18.349Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.51s) [2021-04-16T10:43:18.349Z] === RUN TestKillStoppedContainer [2021-04-16T10:43:18.349Z] --- PASS: TestKillStoppedContainer (0.05s) [2021-04-16T10:43:18.349Z] === RUN TestKillStoppedContainerAPIPre120 [2021-04-16T10:43:18.349Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2021-04-16T10:43:18.349Z] === RUN TestKillDifferentUserContainer [2021-04-16T10:43:19.285Z] --- PASS: TestKillDifferentUserContainer (0.69s) [2021-04-16T10:43:19.285Z] === RUN TestInspectOomKilledTrue [2021-04-16T10:43:19.285Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-04-16T10:43:19.285Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-04-16T10:43:19.285Z] === RUN TestInspectOomKilledFalse [2021-04-16T10:43:19.285Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-04-16T10:43:19.285Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-16T10:43:19.285Z] === RUN TestLinksEtcHostsContentMatch [2021-04-16T10:43:19.285Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2021-04-16T10:43:19.285Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-04-16T10:43:19.285Z] === RUN TestLinksContainerNames [2021-04-16T10:43:20.265Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-04-16T10:43:20.661Z] --- PASS: TestLinksContainerNames (1.30s) [2021-04-16T10:43:20.661Z] === RUN TestLogsFollowTailEmpty [2021-04-16T10:43:20.920Z] --- PASS: TestLogsFollowTailEmpty (0.63s) [2021-04-16T10:43:20.920Z] === RUN TestContainerNetworkMountsNoChown [2021-04-16T10:43:21.653Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-04-16T10:43:21.855Z] --- PASS: TestContainerNetworkMountsNoChown (0.66s) [2021-04-16T10:43:21.855Z] === RUN TestMountDaemonRoot [2021-04-16T10:43:21.855Z] === RUN TestMountDaemonRoot/default [2021-04-16T10:43:21.855Z] === PAUSE TestMountDaemonRoot/default [2021-04-16T10:43:21.855Z] === RUN TestMountDaemonRoot/private [2021-04-16T10:43:21.855Z] === PAUSE TestMountDaemonRoot/private [2021-04-16T10:43:21.855Z] === RUN TestMountDaemonRoot/rprivate [2021-04-16T10:43:21.855Z] === PAUSE TestMountDaemonRoot/rprivate [2021-04-16T10:43:21.855Z] === RUN TestMountDaemonRoot/slave [2021-04-16T10:43:21.855Z] === PAUSE TestMountDaemonRoot/slave [2021-04-16T10:43:21.855Z] === RUN TestMountDaemonRoot/rslave [2021-04-16T10:43:21.855Z] === PAUSE TestMountDaemonRoot/rslave [2021-04-16T10:43:21.855Z] === RUN TestMountDaemonRoot/shared [2021-04-16T10:43:21.855Z] === PAUSE TestMountDaemonRoot/shared [2021-04-16T10:43:21.855Z] === RUN TestMountDaemonRoot/rshared [2021-04-16T10:43:21.855Z] === PAUSE TestMountDaemonRoot/rshared [2021-04-16T10:43:21.855Z] === CONT TestMountDaemonRoot/default [2021-04-16T10:43:21.856Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-04-16T10:43:21.856Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-04-16T10:43:21.856Z] === RUN TestMountDaemonRoot/default/bind_root [2021-04-16T10:43:21.856Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-04-16T10:43:21.856Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-04-16T10:43:21.856Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-04-16T10:43:21.856Z] === RUN TestMountDaemonRoot/default/mount_root [2021-04-16T10:43:21.856Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-04-16T10:43:21.856Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-04-16T10:43:21.856Z] === CONT TestMountDaemonRoot/rshared [2021-04-16T10:43:21.856Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-04-16T10:43:21.856Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-04-16T10:43:21.856Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-04-16T10:43:21.856Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-04-16T10:43:21.856Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-04-16T10:43:21.856Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-04-16T10:43:21.856Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-04-16T10:43:21.856Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-04-16T10:43:21.856Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-04-16T10:43:21.856Z] === CONT TestMountDaemonRoot/shared [2021-04-16T10:43:21.856Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-04-16T10:43:21.856Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-04-16T10:43:21.856Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-04-16T10:43:21.856Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-04-16T10:43:21.856Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-04-16T10:43:21.856Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-04-16T10:43:21.856Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-04-16T10:43:21.856Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-04-16T10:43:21.856Z] === CONT TestMountDaemonRoot/rslave [2021-04-16T10:43:21.856Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-04-16T10:43:21.856Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-04-16T10:43:21.856Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-04-16T10:43:21.856Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-04-16T10:43:21.856Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-04-16T10:43:21.856Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-04-16T10:43:21.856Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-04-16T10:43:21.856Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-04-16T10:43:21.856Z] === CONT TestMountDaemonRoot/slave [2021-04-16T10:43:21.856Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-04-16T10:43:21.856Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-04-16T10:43:21.856Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-04-16T10:43:21.856Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-04-16T10:43:21.856Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-04-16T10:43:21.856Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-04-16T10:43:21.856Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-04-16T10:43:21.856Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-04-16T10:43:21.856Z] === CONT TestMountDaemonRoot/rprivate [2021-04-16T10:43:21.856Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-04-16T10:43:21.856Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-04-16T10:43:21.856Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-04-16T10:43:21.856Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-04-16T10:43:21.856Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-04-16T10:43:21.856Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-04-16T10:43:21.856Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-04-16T10:43:21.856Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-04-16T10:43:21.856Z] === CONT TestMountDaemonRoot/private [2021-04-16T10:43:21.856Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-04-16T10:43:21.856Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-04-16T10:43:21.856Z] === RUN TestMountDaemonRoot/private/bind_root [2021-04-16T10:43:21.856Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-04-16T10:43:21.856Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-04-16T10:43:21.856Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-04-16T10:43:21.856Z] === RUN TestMountDaemonRoot/private/mount_root [2021-04-16T10:43:21.856Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-04-16T10:43:21.856Z] === CONT TestMountDaemonRoot/default/mount_root [2021-04-16T10:43:21.856Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-04-16T10:43:21.856Z] === CONT TestMountDaemonRoot/default/bind_root [2021-04-16T10:43:21.856Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-04-16T10:43:21.856Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-04-16T10:43:21.856Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-04-16T10:43:21.856Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-04-16T10:43:21.856Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-04-16T10:43:21.856Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-04-16T10:43:21.856Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-04-16T10:43:21.856Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-04-16T10:43:21.856Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-04-16T10:43:21.856Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-04-16T10:43:21.856Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-04-16T10:43:21.856Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-04-16T10:43:21.856Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-04-16T10:43:21.856Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-04-16T10:43:21.856Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-04-16T10:43:22.115Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-04-16T10:43:22.115Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-04-16T10:43:22.115Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-04-16T10:43:22.115Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-04-16T10:43:22.115Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-04-16T10:43:22.115Z] === CONT TestMountDaemonRoot/private/mount_root [2021-04-16T10:43:22.115Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-04-16T10:43:22.115Z] === CONT TestMountDaemonRoot/private/bind_root [2021-04-16T10:43:22.115Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-04-16T10:43:22.115Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-04-16T10:43:22.115Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2021-04-16T10:43:22.115Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2021-04-16T10:43:22.115Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2021-04-16T10:43:22.115Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2021-04-16T10:43:22.115Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-04-16T10:43:22.115Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2021-04-16T10:43:22.115Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2021-04-16T10:43:22.115Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2021-04-16T10:43:22.115Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.03s) [2021-04-16T10:43:22.115Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-04-16T10:43:22.115Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-04-16T10:43:22.115Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2021-04-16T10:43:22.115Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2021-04-16T10:43:22.115Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-04-16T10:43:22.115Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-04-16T10:43:22.115Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.03s) [2021-04-16T10:43:22.115Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2021-04-16T10:43:22.115Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2021-04-16T10:43:22.115Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2021-04-16T10:43:22.115Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-04-16T10:43:22.115Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2021-04-16T10:43:22.115Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-04-16T10:43:22.115Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2021-04-16T10:43:22.115Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2021-04-16T10:43:22.115Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-04-16T10:43:22.115Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2021-04-16T10:43:22.115Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-04-16T10:43:22.115Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2021-04-16T10:43:22.115Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2021-04-16T10:43:22.115Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-04-16T10:43:22.115Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2021-04-16T10:43:22.115Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2021-04-16T10:43:22.115Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2021-04-16T10:43:22.115Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-04-16T10:43:22.115Z] === RUN TestContainerBindMountNonRecursive [2021-04-16T10:43:22.115Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2021-04-16T10:43:22.115Z] mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2021-04-16T10:43:22.115Z] === RUN TestContainerVolumesMountedAsShared [2021-04-16T10:43:22.115Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2021-04-16T10:43:22.115Z] mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2021-04-16T10:43:22.115Z] === RUN TestContainerVolumesMountedAsSlave [2021-04-16T10:43:22.115Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2021-04-16T10:43:22.115Z] mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2021-04-16T10:43:22.115Z] === RUN TestNetworkNat [2021-04-16T10:43:23.050Z] --- PASS: TestNetworkNat (0.82s) [2021-04-16T10:43:23.050Z] === RUN TestNetworkLocalhostTCPNat [2021-04-16T10:43:23.506Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-04-16T10:43:23.616Z] --- PASS: TestNetworkLocalhostTCPNat (0.77s) [2021-04-16T10:43:23.616Z] === RUN TestNetworkLoopbackNat [2021-04-16T10:43:24.637Z] #71 exporting layers 85.7s done [2021-04-16T10:43:24.637Z] #71 exporting manifest sha256:0afabd87a786557c8c0a2e990539307cfb4d5f976910dc95aa7f21c4a2b33ee0 done [2021-04-16T10:43:24.637Z] #71 exporting config sha256:416867659a4ec34ada0ad1602351d81594a7c60e91c2d675b71c42e916c6e887 done [2021-04-16T10:43:24.637Z] #71 sending tarball [2021-04-16T10:43:26.737Z] --- PASS: TestBuildWithHugeFile (27.08s) [2021-04-16T10:43:26.737Z] === RUN TestBuildWCOWSandboxSize [2021-04-16T10:43:26.737Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-04-16T10:43:26.737Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-04-16T10:43:26.737Z] === RUN TestBuildWithEmptyDockerfile [2021-04-16T10:43:26.737Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-16T10:43:26.737Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-16T10:43:26.737Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-16T10:43:26.737Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-16T10:43:26.737Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-16T10:43:26.737Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-16T10:43:26.737Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-16T10:43:26.737Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-16T10:43:26.811Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-04-16T10:43:26.899Z] --- PASS: TestNetworkLoopbackNat (3.08s) [2021-04-16T10:43:26.899Z] === RUN TestPause [2021-04-16T10:43:26.899Z] --- SKIP: TestPause (0.00s) [2021-04-16T10:43:26.899Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-04-16T10:43:26.899Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-04-16T10:43:26.899Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-04-16T10:43:26.899Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-04-16T10:43:26.899Z] === RUN TestPauseStopPausedContainer [2021-04-16T10:43:26.899Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2021-04-16T10:43:26.899Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2021-04-16T10:43:26.899Z] === RUN TestPidHost [2021-04-16T10:43:27.026Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-16T10:43:27.026Z] --- PASS: TestBuildWithEmptyDockerfile (0.11s) [2021-04-16T10:43:27.026Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.32s) [2021-04-16T10:43:27.026Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.32s) [2021-04-16T10:43:27.026Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.16s) [2021-04-16T10:43:27.026Z] === RUN TestBuildPreserveOwnership [2021-04-16T10:43:27.026Z] === RUN TestBuildPreserveOwnership/copy_from [2021-04-16T10:43:28.803Z] --- PASS: TestPidHost (1.86s) [2021-04-16T10:43:28.803Z] === RUN TestPsFilter [2021-04-16T10:43:28.803Z] --- PASS: TestPsFilter (0.10s) [2021-04-16T10:43:28.803Z] === RUN TestRemoveContainerWithRemovedVolume [2021-04-16T10:43:29.152Z] #71 ... [2021-04-16T10:43:29.153Z] [2021-04-16T10:43:29.153Z] #72 importing to docker [2021-04-16T10:43:29.153Z] #72 sha256:ab51f6babe07ce4a465096078ffec07b569f4c4df290aaf2b0de0f3a236e1635 [2021-04-16T10:43:29.370Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.62s) [2021-04-16T10:43:29.370Z] === RUN TestRemoveContainerWithVolume [2021-04-16T10:43:29.937Z] --- PASS: TestRemoveContainerWithVolume (0.68s) [2021-04-16T10:43:29.937Z] === RUN TestRemoveContainerRunning [2021-04-16T10:43:30.872Z] --- PASS: TestRemoveContainerRunning (0.64s) [2021-04-16T10:43:30.872Z] === RUN TestRemoveContainerForceRemoveRunning [2021-04-16T10:43:31.022Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-04-16T10:43:31.439Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.67s) [2021-04-16T10:43:31.439Z] === RUN TestRemoveInvalidContainer [2021-04-16T10:43:31.439Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-04-16T10:43:31.439Z] === RUN TestRenameLinkedContainer [2021-04-16T10:43:32.654Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-04-16T10:43:32.940Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-04-16T10:43:33.973Z] --- PASS: TestRenameLinkedContainer (2.65s) [2021-04-16T10:43:33.973Z] === RUN TestRenameStoppedContainer [2021-04-16T10:43:34.545Z] --- PASS: TestRenameStoppedContainer (0.65s) [2021-04-16T10:43:34.545Z] === RUN TestRenameRunningContainerAndReuse [2021-04-16T10:43:34.709Z] --- PASS: TestBuildPreserveOwnership (7.66s) [2021-04-16T10:43:34.709Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.02s) [2021-04-16T10:43:34.709Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.63s) [2021-04-16T10:43:34.709Z] === RUN TestBuildPlatformInvalid [2021-04-16T10:43:35.072Z] --- PASS: TestBuildPlatformInvalid (0.16s) [2021-04-16T10:43:35.072Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-04-16T10:43:35.920Z] --- PASS: TestRenameRunningContainerAndReuse (1.36s) [2021-04-16T10:43:35.920Z] === RUN TestRenameInvalidName [2021-04-16T10:43:36.856Z] --- PASS: TestRenameInvalidName (0.85s) [2021-04-16T10:43:36.856Z] === RUN TestRenameAnonymousContainer [2021-04-16T10:43:37.150Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-04-16T10:43:39.799Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-04-16T10:43:40.141Z] --- PASS: TestRenameAnonymousContainer (2.99s) [2021-04-16T10:43:40.141Z] === RUN TestRenameContainerWithSameName [2021-04-16T10:43:40.401Z] --- PASS: TestRenameContainerWithSameName (0.65s) [2021-04-16T10:43:40.401Z] === RUN TestRenameContainerWithLinkedContainer [2021-04-16T10:43:40.456Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-04-16T10:43:41.778Z] --- PASS: TestRenameContainerWithLinkedContainer (1.31s) [2021-04-16T10:43:41.778Z] === RUN TestResize [2021-04-16T10:43:42.714Z] --- PASS: TestResize (0.67s) [2021-04-16T10:43:42.714Z] === RUN TestResizeWithInvalidSize [2021-04-16T10:43:43.298Z] --- PASS: TestResizeWithInvalidSize (0.67s) [2021-04-16T10:43:43.298Z] === RUN TestResizeWhenContainerNotStarted [2021-04-16T10:43:43.869Z] --- PASS: TestResizeWhenContainerNotStarted (0.70s) [2021-04-16T10:43:43.869Z] === RUN TestDaemonRestartKillContainers [2021-04-16T10:43:43.869Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-04-16T10:43:43.869Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-04-16T10:43:43.869Z] === RUN TestCgroupNamespacesRun [2021-04-16T10:43:45.414Z] Loaded image: buildpack-deps:buster [2021-04-16T10:43:45.414Z] Loaded image: busybox:latest [2021-04-16T10:43:45.414Z] Loaded image: busybox:glibc [2021-04-16T10:43:45.750Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-04-16T10:43:46.207Z] Loaded image: debian:bullseye [2021-04-16T10:43:46.207Z] Loaded image: hello-world:latest [2021-04-16T10:43:46.207Z] Loaded image: arm32v7/hello-world:latest [2021-04-16T10:43:47.153Z] --- PASS: TestCgroupNamespacesRun (2.89s) [2021-04-16T10:43:47.153Z] === RUN TestCgroupNamespacesRunPrivileged [2021-04-16T10:43:47.668Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-04-16T10:43:47.810Z] #72 DONE 16.4s [2021-04-16T10:43:47.810Z] [2021-04-16T10:43:47.810Z] #71 exporting to oci image format [2021-04-16T10:43:47.810Z] #71 sha256:69a2560eef4d3ece902c3b5149d142e9bd132f25db0bc9e35b94201534c415d2 [2021-04-16T10:43:47.810Z] #71 sending tarball 32.2s done [2021-04-16T10:43:47.810Z] #71 DONE 117.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-04-16T10:43:48.285Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-40094/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr16 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=eb0610b7fc7e8c49160c99fa311e14ee632dd45a -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:eb0610b7fc7e8c49160c99fa311e14ee632dd45a hack/test/unit [2021-04-16T10:43:49.055Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.35s) [2021-04-16T10:43:49.055Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-04-16T10:43:49.827Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-04-16T10:43:49.827Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-04-16T10:43:51.229Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-04-16T10:43:51.857Z] ? github.com/docker/docker/api [no test files] [2021-04-16T10:43:51.901Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-04-16T10:43:52.339Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.89s) [2021-04-16T10:43:52.339Z] === RUN TestCgroupNamespacesRunHostMode [2021-04-16T10:43:52.620Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-04-16T10:43:53.075Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (18.09s) [2021-04-16T10:43:53.075Z] PASS [2021-04-16T10:43:53.075Z] [2021-04-16T10:43:53.075Z] === Skipped [2021-04-16T10:43:53.075Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s) [2021-04-16T10:43:53.075Z] build_session_test.go:25: TODO: BuildKit [2021-04-16T10:43:53.075Z] [2021-04-16T10:43:53.075Z] === SKIP: s390x.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-04-16T10:43:53.075Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-04-16T10:43:53.075Z] [2021-04-16T10:43:53.075Z] [2021-04-16T10:43:53.075Z] DONE 34 tests, 2 skipped in 103.951s [2021-04-16T10:43:53.075Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2021-04-16T10:43:53.075Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:43:53.075Z] ++ set -e [2021-04-16T10:43:53.075Z] ++ '[' -n 0 ']' [2021-04-16T10:43:53.075Z] ++ set -x [2021-04-16T10:43:53.076Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:43:53.197Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-04-16T10:43:53.365Z] INFO: Testing against a local daemon [2021-04-16T10:43:53.365Z] === RUN TestConfigInspect [2021-04-16T10:43:54.451Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-04-16T10:43:54.451Z] Using test binary docker [2021-04-16T10:43:54.712Z] +++ /etc/init.d/apparmor start [2021-04-16T10:43:54.712Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-04-16T10:43:54.712Z] INFO: Waiting for daemon to start... [2021-04-16T10:43:54.712Z] Starting dockerd [2021-04-16T10:43:54.712Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2021-04-16T10:43:54.874Z] --- PASS: TestCgroupNamespacesRunHostMode (2.86s) [2021-04-16T10:43:54.874Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-04-16T10:43:55.114Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-04-16T10:43:57.261Z] . [2021-04-16T10:43:57.261Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-04-16T10:43:57.261Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-04-16T10:43:57.261Z] Error: No such image: emptyfs [2021-04-16T10:43:57.261Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-04-16T10:43:57.261Z] ++++ docker load [2021-04-16T10:43:57.523Z] Running integration-test (iteration 1) [2021-04-16T10:43:57.523Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-04-16T10:43:57.523Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:43:57.523Z] ++ set -e [2021-04-16T10:43:57.523Z] ++ '[' -n 0 ']' [2021-04-16T10:43:57.523Z] ++ set -x [2021-04-16T10:43:57.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=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:43:57.798Z] --- PASS: TestConfigInspect (4.04s) [2021-04-16T10:43:57.798Z] === RUN TestConfigList [2021-04-16T10:43:58.170Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.87s) [2021-04-16T10:43:58.170Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-04-16T10:43:58.423Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-04-16T10:44:00.072Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.35s) [2021-04-16T10:44:00.072Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-04-16T10:44:00.342Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-04-16T10:44:00.431Z] Removing intermediate container 8a17f9a75c5f [2021-04-16T10:44:00.431Z] ---> 7d714ee59fd4 [2021-04-16T10:44:00.431Z] Step 7/10 : RUN Function Build-GoTestSum() { Write-Host "INFO: Building gotestsum version $Env:GOTESTSUM_COMMIT in $Env:GOPATH"; $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; &go get -buildmode=exe "gotest.tools/gotestsum@${Env:GOTESTSUM_COMMIT}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"gotestsum build failed..."'; } Write-Host "INFO: Build done for gotestsum..."; } Build-GoTestSum [2021-04-16T10:44:00.431Z] ---> Running in e424caae2db7 [2021-04-16T10:44:00.431Z] INFO: Building gotestsum version v0.5.3 in C:\gopath [2021-04-16T10:44:00.431Z] go: finding gotest.tools v0.5.3 [2021-04-16T10:44:00.431Z] go: finding gotest.tools/gotestsum v0.5.3 [2021-04-16T10:44:00.431Z] go: downloading gotest.tools/gotestsum v0.5.3 [2021-04-16T10:44:00.431Z] go: extracting gotest.tools/gotestsum v0.5.3 [2021-04-16T10:44:00.431Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-16T10:44:00.431Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-04-16T10:44:00.431Z] go: downloading github.com/spf13/pflag v1.0.3 [2021-04-16T10:44:00.431Z] go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-04-16T10:44:00.431Z] go: extracting github.com/fatih/color v1.9.0 [2021-04-16T10:44:00.431Z] go: extracting github.com/spf13/pflag v1.0.3 [2021-04-16T10:44:00.431Z] go: downloading github.com/pkg/errors v0.9.1 [2021-04-16T10:44:00.431Z] go: extracting github.com/pkg/errors v0.9.1 [2021-04-16T10:44:00.431Z] go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-04-16T10:44:00.431Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-16T10:44:00.431Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-16T10:44:00.431Z] go: extracting github.com/mattn/go-isatty v0.0.12 [2021-04-16T10:44:00.431Z] go: extracting github.com/mattn/go-colorable v0.1.6 [2021-04-16T10:44:00.431Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-04-16T10:44:00.431Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-04-16T10:44:00.431Z] go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-04-16T10:44:00.431Z] go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-04-16T10:44:00.431Z] go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-04-16T10:44:00.431Z] go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-04-16T10:44:00.431Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-04-16T10:44:00.431Z] go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-04-16T10:44:00.431Z] go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-04-16T10:44:01.296Z] --- PASS: TestConfigList (3.80s) [2021-04-16T10:44:01.296Z] === RUN TestConfigsCreateAndDelete [2021-04-16T10:44:01.973Z] go: finding github.com/fatih/color v1.9.0 [2021-04-16T10:44:01.973Z] go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-04-16T10:44:01.973Z] go: finding github.com/pkg/errors v0.9.1 [2021-04-16T10:44:01.973Z] go: finding github.com/spf13/pflag v1.0.3 [2021-04-16T10:44:01.973Z] go: finding github.com/mattn/go-colorable v0.1.6 [2021-04-16T10:44:01.973Z] go: finding github.com/mattn/go-isatty v0.0.12 [2021-04-16T10:44:01.973Z] go: finding github.com/jonboulle/clockwork v0.1.0 [2021-04-16T10:44:01.973Z] go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-04-16T10:44:01.973Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-04-16T10:44:01.973Z] go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-04-16T10:44:01.973Z] go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-04-16T10:44:01.973Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.93s) [2021-04-16T10:44:01.973Z] === RUN TestCgroupNamespacesRunOlderClient [2021-04-16T10:44:02.262Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-04-16T10:44:02.836Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-04-16T10:44:04.238Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2021-04-16T10:44:04.239Z] [2021-04-16T10:44:04.239Z] ________ ____ __. [2021-04-16T10:44:04.239Z] \_____ \ | |/ _| [2021-04-16T10:44:04.239Z] / | \| < [2021-04-16T10:44:04.239Z] / | \ | \ [2021-04-16T10:44:04.239Z] \_______ /____|__ \ [2021-04-16T10:44:04.239Z] \/ \/ [2021-04-16T10:44:04.239Z] [2021-04-16T10:44:04.239Z] INFO: make.ps1 ended at 04/16/2021 10:43:52 [2021-04-16T10:44:04.239Z] powershell.exe : Unsupported signal: . Discarding. [2021-04-16T10:44:04.239Z] At D:\gopath\src\github.com\docker\docker@tmp\durable-ac6d1fbb\powershellWrapper.ps1:3 char:1 [2021-04-16T10:44:04.239Z] + & powershell -NoProfile -NonInteractive -ExecutionPolicy Bypass -Comm ... [2021-04-16T10:44:04.239Z] + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2021-04-16T10:44:04.239Z] + CategoryInfo : NotSpecified: (Unsupported signal: . Discarding.:String) [], RemoteException [2021-04-16T10:44:04.239Z] + FullyQualifiedErrorId : NativeCommandError [2021-04-16T10:44:04.239Z] [2021-04-16T10:44:04.239Z] INFO: Binaries build ended at 04/16/2021 10:43:54. Duration:00:01:20.9295485 [2021-04-16T10:44:04.239Z] INFO: Copying the built daemon binary to d:\CI\PR-40094\16\binary\dockerd-eb0610b7fc.exe... [2021-04-16T10:44:04.239Z] INFO: Copying the built client binary to d:\CI\PR-40094\16\binary\docker-eb0610b7fc.exe... [2021-04-16T10:44:04.239Z] INFO: Copying dockerversion from the container... [2021-04-16T10:44:04.239Z] INFO: Copying the golang package from the container to d:\CI\PR-40094\16\installer\go.zip... [2021-04-16T10:44:04.239Z] INFO: Extracting go.zip to d:\CI\PR-40094\16\go [2021-04-16T10:44:04.755Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-04-16T10:44:04.794Z] --- PASS: TestConfigsCreateAndDelete (3.75s) [2021-04-16T10:44:04.794Z] === RUN TestConfigsUpdate [2021-04-16T10:44:05.257Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.91s) [2021-04-16T10:44:05.257Z] === RUN TestKernelTCPMemory [2021-04-16T10:44:05.257Z] --- SKIP: TestKernelTCPMemory (0.01s) [2021-04-16T10:44:05.257Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-04-16T10:44:05.257Z] === RUN TestNISDomainname [2021-04-16T10:44:05.257Z] --- SKIP: TestNISDomainname (0.01s) [2021-04-16T10:44:05.257Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2021-04-16T10:44:05.257Z] === RUN TestHostnameDnsResolution [2021-04-16T10:44:05.730Z] INFO: Build done for gotestsum... [2021-04-16T10:44:06.146Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-04-16T10:44:06.632Z] --- PASS: TestHostnameDnsResolution (1.58s) [2021-04-16T10:44:06.632Z] === RUN TestStats [2021-04-16T10:44:06.632Z] --- SKIP: TestStats (0.00s) [2021-04-16T10:44:06.632Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-04-16T10:44:06.632Z] === RUN TestStopContainerWithTimeout [2021-04-16T10:44:06.632Z] === RUN TestStopContainerWithTimeout/0 [2021-04-16T10:44:06.632Z] === PAUSE TestStopContainerWithTimeout/0 [2021-04-16T10:44:06.632Z] === RUN TestStopContainerWithTimeout/1 [2021-04-16T10:44:06.632Z] === PAUSE TestStopContainerWithTimeout/1 [2021-04-16T10:44:06.632Z] === RUN TestStopContainerWithTimeout/3 [2021-04-16T10:44:06.632Z] === PAUSE TestStopContainerWithTimeout/3 [2021-04-16T10:44:06.632Z] === RUN TestStopContainerWithTimeout/-1 [2021-04-16T10:44:06.632Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-04-16T10:44:06.632Z] === CONT TestStopContainerWithTimeout/0 [2021-04-16T10:44:06.632Z] === CONT TestStopContainerWithTimeout/3 [2021-04-16T10:44:07.298Z] ok github.com/docker/docker/api/server 0.008s coverage: 9.0% of statements [2021-04-16T10:44:07.569Z] === CONT TestStopContainerWithTimeout/-1 [2021-04-16T10:44:08.069Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-04-16T10:44:09.224Z] --- PASS: TestConfigsUpdate (3.69s) [2021-04-16T10:44:09.224Z] === RUN TestTemplatedConfig [2021-04-16T10:44:09.459Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-04-16T10:44:10.099Z] === CONT TestStopContainerWithTimeout/1 [2021-04-16T10:44:10.849Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-04-16T10:44:11.474Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2021-04-16T10:44:11.474Z] --- PASS: TestStopContainerWithTimeout/0 (1.04s) [2021-04-16T10:44:11.474Z] --- PASS: TestStopContainerWithTimeout/3 (3.09s) [2021-04-16T10:44:11.474Z] --- PASS: TestStopContainerWithTimeout/-1 (2.61s) [2021-04-16T10:44:11.474Z] --- PASS: TestStopContainerWithTimeout/1 (1.65s) [2021-04-16T10:44:11.474Z] === RUN TestDeleteDevicemapper [2021-04-16T10:44:11.474Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-04-16T10:44:11.474Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-04-16T10:44:11.474Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-04-16T10:44:12.236Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-04-16T10:44:12.236Z] Using test binary docker [2021-04-16T10:44:12.498Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-04-16T10:44:12.498Z] +++ /etc/init.d/apparmor start [2021-04-16T10:44:12.498Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-04-16T10:44:12.498Z] INFO: Waiting for daemon to start... [2021-04-16T10:44:12.498Z] Starting dockerd [2021-04-16T10:44:12.498Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2021-04-16T10:44:12.723Z] --- PASS: TestTemplatedConfig (3.96s) [2021-04-16T10:44:12.723Z] === RUN TestConfigCreateResolve [2021-04-16T10:44:14.023Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.29s) [2021-04-16T10:44:14.023Z] === RUN TestUpdateMemory [2021-04-16T10:44:14.023Z] --- SKIP: TestUpdateMemory (0.00s) [2021-04-16T10:44:14.023Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-04-16T10:44:14.023Z] === RUN TestUpdateCPUQuota [2021-04-16T10:44:14.023Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2021-04-16T10:44:14.023Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-04-16T10:44:14.023Z] === RUN TestUpdatePidsLimit [2021-04-16T10:44:14.023Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2021-04-16T10:44:14.023Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-04-16T10:44:14.023Z] === RUN TestUpdateRestartPolicy [2021-04-16T10:44:15.046Z] . [2021-04-16T10:44:15.046Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-04-16T10:44:15.046Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-04-16T10:44:15.046Z] Error: No such image: emptyfs [2021-04-16T10:44:15.046Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-04-16T10:44:15.046Z] ++++ docker load [2021-04-16T10:44:15.046Z] Running integration-test (iteration 1) [2021-04-16T10:44:15.046Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2021-04-16T10:44:15.046Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:44:15.046Z] ++ set -e [2021-04-16T10:44:15.046Z] ++ '[' -n 0 ']' [2021-04-16T10:44:15.046Z] ++ set -x [2021-04-16T10:44:15.046Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:44:16.254Z] --- PASS: TestConfigCreateResolve (3.81s) [2021-04-16T10:44:16.254Z] === RUN TestConfigDaemonLibtrustID [2021-04-16T10:44:16.882Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2021-04-16T10:44:16.882Z] PASS [2021-04-16T10:44:16.882Z] [2021-04-16T10:44:16.882Z] DONE 7 tests in 23.771s [2021-04-16T10:44:16.882Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2021-04-16T10:44:16.882Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:44:16.882Z] ++ set -e [2021-04-16T10:44:16.882Z] ++ '[' -n 0 ']' [2021-04-16T10:44:16.882Z] ++ set -x [2021-04-16T10:44:16.882Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:44:17.171Z] INFO: Testing against a local daemon [2021-04-16T10:44:17.171Z] === RUN TestCheckpoint [2021-04-16T10:44:17.171Z] --- SKIP: TestCheckpoint (0.00s) [2021-04-16T10:44:17.171Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-04-16T10:44:17.171Z] === RUN TestContainerInvalidJSON [2021-04-16T10:44:17.171Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-04-16T10:44:17.171Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-04-16T10:44:17.171Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-04-16T10:44:17.171Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-04-16T10:44:17.171Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-04-16T10:44:17.171Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-04-16T10:44:17.171Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-04-16T10:44:17.171Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-04-16T10:44:17.171Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-04-16T10:44:17.171Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-04-16T10:44:17.171Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-04-16T10:44:17.171Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-04-16T10:44:17.171Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-04-16T10:44:17.171Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-04-16T10:44:17.460Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.14s) [2021-04-16T10:44:17.460Z] === RUN TestCopyFromContainerPathIsNotDir [2021-04-16T10:44:17.460Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.15s) [2021-04-16T10:44:17.460Z] === RUN TestCopyToContainerPathDoesNotExist [2021-04-16T10:44:17.749Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.15s) [2021-04-16T10:44:17.749Z] === RUN TestCopyToContainerPathIsNotDir [2021-04-16T10:44:17.749Z] --- PASS: TestCopyToContainerPathIsNotDir (0.15s) [2021-04-16T10:44:17.749Z] === RUN TestCopyFromContainer [2021-04-16T10:44:19.069Z] INFO: Extraction ended at 04/16/2021 10:44:17. Duration:00:00:21.2019439 [2021-04-16T10:44:19.070Z] INFO: Updating the golang and path environment variables [2021-04-16T10:44:19.070Z] INFO: GOPATH=d:\gopath [2021-04-16T10:44:19.070Z] INFO: go version go1.13.15 windows/amd64 [2021-04-16T10:44:19.070Z] INFO: Running the daemon under test in debug mode [2021-04-16T10:44:19.070Z] INFO: Starting a daemon under test... [2021-04-16T10:44:19.070Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-40094\16\daemon --pidfile d:\CI\PR-40094\16\docker.pid -D [2021-04-16T10:44:19.070Z] INFO: Process started successfully. [2021-04-16T10:44:19.070Z] INFO: Start tailing logs of the daemon under tests [2021-04-16T10:44:19.070Z] INFO: Waiting for the daemon under test to start... [2021-04-16T10:44:20.462Z] === RUN TestCopyFromContainer// [2021-04-16T10:44:20.462Z] === RUN TestCopyFromContainer//bar/root [2021-04-16T10:44:20.462Z] === RUN TestCopyFromContainer//bar/root/ [2021-04-16T10:44:20.462Z] === RUN TestCopyFromContainer/bar/quux [2021-04-16T10:44:20.462Z] === RUN TestCopyFromContainer/bar/quux/ [2021-04-16T10:44:20.572Z] Removing intermediate container e424caae2db7 [2021-04-16T10:44:20.572Z] ---> 0ed93f8bc3ee [2021-04-16T10:44:20.572Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2021-04-16T10:44:20.572Z] ---> Running in fa09cf6da5ae [2021-04-16T10:44:20.572Z] Removing intermediate container fa09cf6da5ae [2021-04-16T10:44:20.572Z] ---> 2f4a86d6e477 [2021-04-16T10:44:20.572Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2021-04-16T10:44:20.572Z] ---> Running in 6e5a36c35545 [2021-04-16T10:44:20.572Z] Removing intermediate container 6e5a36c35545 [2021-04-16T10:44:20.572Z] ---> 18ef50709ebd [2021-04-16T10:44:20.572Z] Step 10/10 : COPY . . [2021-04-16T10:44:20.751Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-04-16T10:44:20.751Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-04-16T10:44:20.751Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-04-16T10:44:21.040Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-04-16T10:44:21.040Z] === RUN TestCopyFromContainer/bar/notarget [2021-04-16T10:44:21.334Z] --- PASS: TestCopyFromContainer (3.44s) [2021-04-16T10:44:21.334Z] --- PASS: TestCopyFromContainer// (0.07s) [2021-04-16T10:44:21.334Z] --- PASS: TestCopyFromContainer//bar/root (0.16s) [2021-04-16T10:44:21.334Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2021-04-16T10:44:21.334Z] --- PASS: TestCopyFromContainer/bar/quux (0.13s) [2021-04-16T10:44:21.334Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.10s) [2021-04-16T10:44:21.334Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2021-04-16T10:44:21.334Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s) [2021-04-16T10:44:21.334Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s) [2021-04-16T10:44:21.334Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s) [2021-04-16T10:44:21.334Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2021-04-16T10:44:21.334Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-04-16T10:44:21.334Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-16T10:44:21.334Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-16T10:44:21.334Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-16T10:44:21.334Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-16T10:44:21.334Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-16T10:44:21.334Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-16T10:44:21.334Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-16T10:44:21.334Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-16T10:44:21.334Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-16T10:44:21.334Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-04-16T10:44:21.334Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-04-16T10:44:21.334Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-04-16T10:44:21.334Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-04-16T10:44:21.334Z] === RUN TestCreateLinkToNonExistingContainer [2021-04-16T10:44:21.334Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2021-04-16T10:44:21.334Z] === RUN TestCreateWithInvalidEnv [2021-04-16T10:44:21.334Z] === RUN TestCreateWithInvalidEnv/0 [2021-04-16T10:44:21.334Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-04-16T10:44:21.334Z] === RUN TestCreateWithInvalidEnv/1 [2021-04-16T10:44:21.334Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-04-16T10:44:21.334Z] === RUN TestCreateWithInvalidEnv/2 [2021-04-16T10:44:21.334Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-04-16T10:44:21.334Z] === CONT TestCreateWithInvalidEnv/0 [2021-04-16T10:44:21.334Z] === CONT TestCreateWithInvalidEnv/2 [2021-04-16T10:44:21.334Z] === CONT TestCreateWithInvalidEnv/1 [2021-04-16T10:44:21.334Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-04-16T10:44:21.335Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-04-16T10:44:21.335Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2021-04-16T10:44:21.335Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-04-16T10:44:21.335Z] === RUN TestCreateTmpfsMountsTarget [2021-04-16T10:44:21.335Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2021-04-16T10:44:21.335Z] === RUN TestCreateWithCustomMaskedPaths [2021-04-16T10:44:24.835Z] --- PASS: TestCreateWithCustomMaskedPaths (2.91s) [2021-04-16T10:44:24.835Z] === RUN TestCreateWithCustomReadonlyPaths [2021-04-16T10:44:26.226Z] --- PASS: TestUpdateRestartPolicy (12.36s) [2021-04-16T10:44:26.226Z] === RUN TestUpdateRestartWithAutoRemove [2021-04-16T10:44:26.485Z] --- PASS: TestUpdateRestartWithAutoRemove (0.68s) [2021-04-16T10:44:26.485Z] === RUN TestWaitNonBlocked [2021-04-16T10:44:26.744Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-16T10:44:26.744Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-16T10:44:26.744Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-16T10:44:26.744Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-16T10:44:26.744Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-16T10:44:26.744Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-16T10:44:27.293Z] Loaded image: buildpack-deps:buster [2021-04-16T10:44:27.293Z] Loaded image: busybox:latest [2021-04-16T10:44:27.293Z] Loaded image: busybox:glibc [2021-04-16T10:44:27.303Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m14.182622592s with top 10 stages: buildssa: 1m44.650326998s, goimports: 22.323763199s, unconvert: 13.43637291s, gosec: 9.473525881s, golint: 5.694885019s, ineffassign: 4.498710979s, misspell: 4.17400601s, inspect: 3.087406362s, vrp: 2.606932551s, ctrlflow: 1.976010172s [2021-04-16T10:44:27.303Z] INFO [runner] Issues before processing: 2262, after processing: 0 [2021-04-16T10:44:27.303Z] INFO [runner] Processors filtering stat (out/in): exclude-rules: 64/1578, skip_files: 1683/1683, skip_dirs: 1683/1683, autogenerated_exclude: 1578/1683, identifier_marker: 1578/1578, nolint: 0/64, cgo: 1683/2262, filename_unadjuster: 1683/1683, path_prettifier: 1683/1683, exclude: 1578/1578 [2021-04-16T10:44:27.303Z] INFO [runner] processing took 59.366676ms with stages: nolint: 25.705634ms, identifier_marker: 16.317748ms, path_prettifier: 8.061765ms, autogenerated_exclude: 4.013989ms, exclude-rules: 3.261841ms, skip_dirs: 1.645242ms, cgo: 228.484µs, filename_unadjuster: 127.279µs, max_same_issues: 1.19µs, uniq_by_line: 847ns, skip_files: 525ns, exclude: 452ns, diff: 437ns, max_from_linter: 428ns, source_code: 308ns, path_shortener: 276ns, max_per_file_from_linter: 231ns [2021-04-16T10:44:27.303Z] INFO [runner] linters took 1m44.385233637s with stages: goanalysis_metalinter: 1m23.07811407s, unused: 21.246638751s [2021-04-16T10:44:27.303Z] INFO File cache stats: 1456 entries of total size 6.8MiB [2021-04-16T10:44:27.303Z] INFO Memory: 1581 samples, avg is 746.4MB, max is 3703.1MB [2021-04-16T10:44:27.303Z] INFO Execution took 3m49.58671579s [2021-04-16T10:44:27.303Z] Congratulations! The shell scripts are properly formatted. [2021-04-16T10:44:27.620Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.95s) [2021-04-16T10:44:27.620Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-04-16T10:44:27.620Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-16T10:44:27.620Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-16T10:44:27.620Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-16T10:44:27.620Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-16T10:44:27.620Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-16T10:44:27.620Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-16T10:44:27.620Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-16T10:44:27.620Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-16T10:44:27.620Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-16T10:44:27.620Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-16T10:44:27.620Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-16T10:44:27.620Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-16T10:44:27.620Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-16T10:44:27.620Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-16T10:44:27.620Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-16T10:44:27.620Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-04-16T10:44:27.620Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-04-16T10:44:27.620Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-04-16T10:44:27.620Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-04-16T10:44:27.620Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-04-16T10:44:27.620Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2021-04-16T10:44:27.620Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-04-16T10:44:27.680Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-04-16T10:44:27.680Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.01s) [2021-04-16T10:44:27.680Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.04s) [2021-04-16T10:44:27.680Z] === RUN TestWaitBlocked [2021-04-16T10:44:27.680Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-04-16T10:44:27.680Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-04-16T10:44:27.680Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-04-16T10:44:27.680Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-04-16T10:44:27.680Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-04-16T10:44:27.680Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2021-04-16T10:44:28.212Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40094/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr16 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=eb0610b7fc7e8c49160c99fa311e14ee632dd45a -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:eb0610b7fc7e8c49160c99fa311e14ee632dd45a hack/make.sh dynbinary-daemon test-docker-py [2021-04-16T10:44:28.237Z] Loaded image: debian:bullseye [2021-04-16T10:44:28.237Z] Loaded image: hello-world:latest [2021-04-16T10:44:28.249Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.93s) [2021-04-16T10:44:28.249Z] === RUN TestCreateDifferentPlatform [2021-04-16T10:44:28.249Z] === RUN TestCreateDifferentPlatform/different_os [2021-04-16T10:44:28.249Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-04-16T10:44:28.249Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2021-04-16T10:44:28.249Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-04-16T10:44:28.249Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-04-16T10:44:28.249Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-04-16T10:44:28.249Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2021-04-16T10:44:28.249Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-04-16T10:44:28.249Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.09s) [2021-04-16T10:44:28.249Z] === RUN TestContainerStartOnDaemonRestart [2021-04-16T10:44:28.249Z] === PAUSE TestContainerStartOnDaemonRestart [2021-04-16T10:44:28.249Z] === RUN TestDaemonRestartIpcMode [2021-04-16T10:44:28.249Z] === PAUSE TestDaemonRestartIpcMode [2021-04-16T10:44:28.249Z] === RUN TestDaemonHostGatewayIP [2021-04-16T10:44:28.249Z] === PAUSE TestDaemonHostGatewayIP [2021-04-16T10:44:28.249Z] === RUN TestRestartDaemonWithRestartingContainer [2021-04-16T10:44:28.249Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-04-16T10:44:28.249Z] === RUN TestContainerKillOnDaemonStart [2021-04-16T10:44:28.249Z] === PAUSE TestContainerKillOnDaemonStart [2021-04-16T10:44:28.249Z] === RUN TestDiff [2021-04-16T10:44:28.499Z] Loaded image: arm32v7/hello-world:latest [2021-04-16T10:44:28.499Z] INFO: Testing against a local daemon [2021-04-16T10:44:28.499Z] === RUN TestCgroupNamespacesBuild [2021-04-16T10:44:28.772Z] [2021-04-16T10:44:28.772Z] Removing bundles/ [2021-04-16T10:44:28.772Z] [2021-04-16T10:44:28.772Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2021-04-16T10:44:28.772Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-04-16T10:44:28.772Z] GOOS="" GOARCH="" GOARM="" [2021-04-16T10:44:29.056Z] --- PASS: TestWaitBlocked (0.02s) [2021-04-16T10:44:29.056Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.08s) [2021-04-16T10:44:29.056Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.12s) [2021-04-16T10:44:29.056Z] === CONT TestDaemonRestartIpcMode [2021-04-16T10:44:29.056Z] === CONT TestIpcModeOlderClient [2021-04-16T10:44:29.056Z] --- PASS: TestIpcModeOlderClient (0.06s) [2021-04-16T10:44:29.056Z] === CONT TestRestartDaemonWithRestartingContainer [2021-04-16T10:44:29.276Z] --- PASS: TestDiff (0.97s) [2021-04-16T10:44:29.276Z] === RUN TestExecWithCloseStdin [2021-04-16T10:44:30.303Z] --- PASS: TestExecWithCloseStdin (1.18s) [2021-04-16T10:44:30.303Z] === RUN TestExec [2021-04-16T10:44:31.800Z] --- PASS: TestExec (1.20s) [2021-04-16T10:44:31.800Z] === RUN TestExecUser [2021-04-16T10:44:32.708Z] --- PASS: TestCgroupNamespacesBuild (4.26s) [2021-04-16T10:44:32.708Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-04-16T10:44:32.756Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-04-16T10:44:32.756Z] [2021-04-16T10:44:32.756Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-04-16T10:44:32.756Z] DOCKER_SYSTEMD=1 [2021-04-16T10:44:32.756Z] PLATFORM= [2021-04-16T10:44:32.756Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-04-16T10:44:32.756Z] HOSTNAME=4551bed172b0 [2021-04-16T10:44:32.756Z] DEST=bundles/test-integration [2021-04-16T10:44:32.756Z] PWD=/go/src/github.com/docker/docker [2021-04-16T10:44:32.756Z] DOCKER_GITCOMMIT=eb0610b7fc7e8c49160c99fa311e14ee632dd45a [2021-04-16T10:44:32.756Z] container=docker [2021-04-16T10:44:32.756Z] HOME=/root [2021-04-16T10:44:32.756Z] LANG=C.UTF-8 [2021-04-16T10:44:32.756Z] INVOCATION_ID=4262f56c75eb4010a5d8c8b8ca3d4536 [2021-04-16T10:44:32.756Z] GOLANG_VERSION=1.13.15 [2021-04-16T10:44:32.756Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-04-16T10:44:32.756Z] VALIDATE_BRANCH=master [2021-04-16T10:44:32.756Z] TERM=xterm [2021-04-16T10:44:32.756Z] DOCKER_PKG=github.com/docker/docker [2021-04-16T10:44:32.756Z] TINI_COMMIT=de40ad007797e0dcd8b7126f27bb87401d224240 [2021-04-16T10:44:32.756Z] PRODUCT= [2021-04-16T10:44:32.756Z] SHLVL=3 [2021-04-16T10:44:32.756Z] TIMEOUT=120m [2021-04-16T10:44:32.756Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-04-16T10:44:32.756Z] DOCKER_GRAPHDRIVER=overlay2 [2021-04-16T10:44:32.756Z] GO111MODULE=off [2021-04-16T10:44:32.756Z] DEFAULT_PRODUCT_LICENSE= [2021-04-16T10:44:32.756Z] DOCKER_EXPERIMENTAL=1 [2021-04-16T10:44:32.756Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-04-16T10:44:32.756Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-04-16T10:44:32.756Z] VERSION=dev [2021-04-16T10:44:32.756Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-04-16T10:44:32.756Z] GOPATH=/go [2021-04-16T10:44:32.756Z] PKG_CONFIG=pkg-config [2021-04-16T10:44:32.756Z] _=/usr/bin/env [2021-04-16T10:44:32.756Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-04-16T10:44:32.827Z] --- PASS: TestExecUser (1.21s) [2021-04-16T10:44:32.827Z] === RUN TestExportContainerAndImportImage [2021-04-16T10:44:34.324Z] --- PASS: TestDaemonRestartIpcMode (5.58s) [2021-04-16T10:44:34.324Z] --- PASS: TestRestartDaemonWithRestartingContainer (5.57s) [2021-04-16T10:44:34.324Z] PASS [2021-04-16T10:44:34.324Z] [2021-04-16T10:44:34.324Z] === Skipped [2021-04-16T10:44:34.324Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-04-16T10:44:34.324Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-04-16T10:44:34.324Z] [2021-04-16T10:44:34.324Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2021-04-16T10:44:34.324Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-04-16T10:44:34.324Z] [2021-04-16T10:44:34.324Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2021-04-16T10:44:34.324Z] --- PASS: TestExportContainerAndImportImage (1.30s) [2021-04-16T10:44:34.324Z] === RUN TestExportContainerAfterDaemonRestart [2021-04-16T10:44:34.583Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-16T10:44:34.583Z] [2021-04-16T10:44:34.583Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2021-04-16T10:44:34.583Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-04-16T10:44:34.583Z] [2021-04-16T10:44:34.583Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2021-04-16T10:44:34.583Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-04-16T10:44:34.583Z] [2021-04-16T10:44:34.583Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2021-04-16T10:44:34.583Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-04-16T10:44:34.583Z] [2021-04-16T10:44:34.583Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2021-04-16T10:44:34.583Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-04-16T10:44:34.583Z] [2021-04-16T10:44:34.583Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2021-04-16T10:44:34.583Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-04-16T10:44:34.583Z] [2021-04-16T10:44:34.583Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2021-04-16T10:44:34.583Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-04-16T10:44:34.583Z] [2021-04-16T10:44:34.583Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-04-16T10:44:34.583Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-04-16T10:44:34.583Z] [2021-04-16T10:44:34.583Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-04-16T10:44:34.583Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-16T10:44:34.583Z] [2021-04-16T10:44:34.583Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2021-04-16T10:44:34.583Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-04-16T10:44:34.583Z] [2021-04-16T10:44:34.583Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2021-04-16T10:44:34.583Z] mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2021-04-16T10:44:34.583Z] [2021-04-16T10:44:34.583Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2021-04-16T10:44:34.583Z] mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2021-04-16T10:44:34.583Z] [2021-04-16T10:44:34.583Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2021-04-16T10:44:34.583Z] mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2021-04-16T10:44:34.583Z] [2021-04-16T10:44:34.583Z] === SKIP: amd64.integration.container TestPause (0.00s) [2021-04-16T10:44:34.583Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-04-16T10:44:34.583Z] [2021-04-16T10:44:34.583Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-04-16T10:44:34.583Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-04-16T10:44:34.583Z] [2021-04-16T10:44:34.583Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2021-04-16T10:44:34.583Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2021-04-16T10:44:34.583Z] [2021-04-16T10:44:34.583Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2021-04-16T10:44:34.583Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-04-16T10:44:34.583Z] [2021-04-16T10:44:34.583Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.01s) [2021-04-16T10:44:34.583Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-04-16T10:44:34.583Z] [2021-04-16T10:44:34.583Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2021-04-16T10:44:34.583Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2021-04-16T10:44:34.583Z] [2021-04-16T10:44:34.583Z] === SKIP: amd64.integration.container TestStats (0.00s) [2021-04-16T10:44:34.583Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-04-16T10:44:34.583Z] [2021-04-16T10:44:34.583Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-04-16T10:44:34.583Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-04-16T10:44:34.583Z] [2021-04-16T10:44:34.583Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-04-16T10:44:34.583Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-04-16T10:44:34.583Z] [2021-04-16T10:44:34.583Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2021-04-16T10:44:34.583Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-04-16T10:44:34.583Z] [2021-04-16T10:44:34.583Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2021-04-16T10:44:34.583Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-04-16T10:44:34.583Z] [2021-04-16T10:44:34.583Z] [2021-04-16T10:44:34.583Z] DONE 178 tests, 26 skipped in 109.882s [2021-04-16T10:44:34.583Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-04-16T10:44:34.583Z] INFO: Testing against a local daemon [2021-04-16T10:44:34.583Z] === RUN TestCommitInheritsEnv [2021-04-16T10:44:35.261Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.32s) [2021-04-16T10:44:35.261Z] === RUN TestBuildWithSession [2021-04-16T10:44:35.261Z] --- SKIP: TestBuildWithSession (0.00s) [2021-04-16T10:44:35.261Z] build_session_test.go:25: TODO: BuildKit [2021-04-16T10:44:35.261Z] === RUN TestBuildSquashParent [2021-04-16T10:44:35.822Z] --- PASS: TestExportContainerAfterDaemonRestart (1.58s) [2021-04-16T10:44:35.822Z] === RUN TestHealthCheckWorkdir [2021-04-16T10:44:36.483Z] --- PASS: TestCommitInheritsEnv (1.76s) [2021-04-16T10:44:36.483Z] === RUN TestImportExtremelyLargeImageWorks [2021-04-16T10:44:36.483Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-04-16T10:44:36.483Z] === RUN TestImagesFilterMultiReference [2021-04-16T10:44:36.483Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2021-04-16T10:44:36.483Z] === RUN TestImagePullPlatformInvalid [2021-04-16T10:44:36.483Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-04-16T10:44:36.483Z] === RUN TestRemoveImageOrphaning [2021-04-16T10:44:37.345Z] --- PASS: TestHealthCheckWorkdir (1.50s) [2021-04-16T10:44:37.345Z] === RUN TestHealthKillContainer [2021-04-16T10:44:38.384Z] --- PASS: TestRemoveImageOrphaning (1.93s) [2021-04-16T10:44:38.384Z] === RUN TestRemoveImageGarbageCollector [2021-04-16T10:44:38.384Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-04-16T10:44:38.384Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-04-16T10:44:38.384Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-04-16T10:44:38.384Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2021-04-16T10:44:38.384Z] === RUN TestTagInvalidReference [2021-04-16T10:44:38.384Z] --- PASS: TestTagInvalidReference (0.01s) [2021-04-16T10:44:38.384Z] === RUN TestTagValidPrefixedRepo [2021-04-16T10:44:38.384Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2021-04-16T10:44:38.384Z] === RUN TestTagExistedNameWithoutForce [2021-04-16T10:44:38.384Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-04-16T10:44:38.384Z] === RUN TestTagOfficialNames [2021-04-16T10:44:38.642Z] --- PASS: TestTagOfficialNames (0.05s) [2021-04-16T10:44:38.642Z] === RUN TestTagMatchesDigest [2021-04-16T10:44:38.642Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-04-16T10:44:38.642Z] === CONT TestImportExtremelyLargeImageWorks [2021-04-16T10:44:40.190Z] ...INFO: Daemon under test started and replied! [2021-04-16T10:44:40.190Z] INFO: Docker version of the daemon under test [2021-04-16T10:44:40.190Z] [2021-04-16T10:44:40.190Z] Client: [2021-04-16T10:44:40.190Z] Version: 17.06.2-ce [2021-04-16T10:44:40.190Z] API version: 1.30 [2021-04-16T10:44:40.190Z] Go version: go1.8.3 [2021-04-16T10:44:40.190Z] Git commit: cec0b72 [2021-04-16T10:44:40.190Z] Built: Tue Sep 5 19:57:19 2017 [2021-04-16T10:44:40.190Z] OS/Arch: windows/amd64 [2021-04-16T10:44:40.190Z] [2021-04-16T10:44:40.190Z] Server: [2021-04-16T10:44:40.190Z] Version: 0.0.0-dev [2021-04-16T10:44:40.190Z] API version: 1.41 (minimum version 1.24) [2021-04-16T10:44:40.190Z] Go version: go1.13.15 [2021-04-16T10:44:40.190Z] Git commit: eb0610b7fc [2021-04-16T10:44:40.190Z] Built: 04/16/2021 10:42:37 [2021-04-16T10:44:40.190Z] OS/Arch: windows/amd64 [2021-04-16T10:44:40.190Z] Experimental: false [2021-04-16T10:44:40.190Z] [2021-04-16T10:44:40.190Z] INFO: Docker info of the daemon under test [2021-04-16T10:44:40.190Z] [2021-04-16T10:44:40.190Z] Containers: 0 [2021-04-16T10:44:40.190Z] Running: 0 [2021-04-16T10:44:40.190Z] Paused: 0 [2021-04-16T10:44:40.190Z] Stopped: 0 [2021-04-16T10:44:40.190Z] Images: 0 [2021-04-16T10:44:40.190Z] Server Version: 0.0.0-dev [2021-04-16T10:44:40.190Z] Storage Driver: windowsfilter [2021-04-16T10:44:40.190Z] Windows: [2021-04-16T10:44:40.190Z] Logging Driver: json-file [2021-04-16T10:44:40.190Z] Plugins: [2021-04-16T10:44:40.190Z] Volume: local [2021-04-16T10:44:40.190Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-04-16T10:44:40.190Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-04-16T10:44:40.190Z] Swarm: inactive [2021-04-16T10:44:40.190Z] Default Isolation: process [2021-04-16T10:44:40.190Z] Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600) [2021-04-16T10:44:40.190Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1) [2021-04-16T10:44:40.190Z] OSType: windows [2021-04-16T10:44:40.190Z] Architecture: x86_64 [2021-04-16T10:44:40.190Z] CPUs: 4 [2021-04-16T10:44:40.190Z] Total Memory: 32GiB [2021-04-16T10:44:40.190Z] Name: azwin-2-cd8e40 [2021-04-16T10:44:40.190Z] ID: QPNA:7QTV:MWDQ:U3YB:GE3C:WDPH:C5FD:F7RT:N3GZ:2AHD:OKXP:W54B [2021-04-16T10:44:40.190Z] Docker Root Dir: D:\CI\PR-40094\16\daemon [2021-04-16T10:44:40.190Z] Debug Mode (client): false [2021-04-16T10:44:40.190Z] Debug Mode (server): true [2021-04-16T10:44:40.190Z] File Descriptors: -1 [2021-04-16T10:44:40.190Z] Goroutines: 16 [2021-04-16T10:44:40.190Z] System Time: 2021-04-16T10:44:37.6232786Z [2021-04-16T10:44:40.190Z] EventsListeners: 0 [2021-04-16T10:44:40.190Z] Registry: https://index.docker.io/v1/ [2021-04-16T10:44:40.190Z] Labels: [2021-04-16T10:44:40.190Z] Experimental: false [2021-04-16T10:44:40.190Z] Insecure Registries: [2021-04-16T10:44:40.190Z] 127.0.0.0/8 [2021-04-16T10:44:40.190Z] Live Restore Enabled: false [2021-04-16T10:44:40.190Z] [2021-04-16T10:44:40.190Z] [2021-04-16T10:44:40.190Z] INFO: Docker images of the daemon under test [2021-04-16T10:44:40.190Z] [2021-04-16T10:44:40.190Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-04-16T10:44:40.190Z] [2021-04-16T10:44:40.190Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore/insider [2021-04-16T10:44:40.190Z] INFO: Pulling mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 from docker hub into daemon under test. This may take some time... [2021-04-16T10:44:40.190Z] 10.0.20295.1: Pulling from windows/servercore/insider [2021-04-16T10:44:40.190Z] 29d5b6a226d2: Pulling fs layer [2021-04-16T10:44:40.844Z] --- PASS: TestHealthKillContainer (3.26s) [2021-04-16T10:44:40.844Z] === RUN TestInspectCpusetInConfigPre120 [2021-04-16T10:44:41.471Z] --- PASS: TestInspectCpusetInConfigPre120 (1.02s) [2021-04-16T10:44:41.471Z] === RUN TestIpcModeNone [2021-04-16T10:44:42.968Z] --- PASS: TestIpcModeNone (1.16s) [2021-04-16T10:44:42.968Z] === RUN TestIpcModePrivate [2021-04-16T10:44:43.405Z] --- PASS: TestBuildSquashParent (7.22s) [2021-04-16T10:44:43.405Z] === RUN TestBuildWithRemoveAndForceRemove [2021-04-16T10:44:43.405Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-16T10:44:43.405Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-16T10:44:43.405Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-16T10:44:43.405Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-16T10:44:43.405Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-16T10:44:43.405Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-16T10:44:43.405Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-16T10:44:43.405Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-16T10:44:43.405Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-16T10:44:43.405Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-16T10:44:43.405Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-16T10:44:43.405Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-16T10:44:43.405Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-16T10:44:43.405Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-16T10:44:43.405Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-16T10:44:43.405Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-16T10:44:43.997Z] --- PASS: TestIpcModePrivate (1.18s) [2021-04-16T10:44:43.997Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:106, shared: false, mustBeShared: false [2021-04-16T10:44:43.997Z] === RUN TestIpcModeShareable [2021-04-16T10:44:44.254Z] Loaded image: buildpack-deps:buster [2021-04-16T10:44:44.254Z] Loaded image: busybox:latest [2021-04-16T10:44:44.254Z] Loaded image: busybox:glibc [2021-04-16T10:44:45.023Z] --- PASS: TestIpcModeShareable (1.25s) [2021-04-16T10:44:45.023Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:100, shared: true, mustBeShared: true [2021-04-16T10:44:45.023Z] === RUN TestAPIIpcModeShareableAndContainer [2021-04-16T10:44:45.328Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-16T10:44:45.329Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-16T10:44:46.802Z] Loaded image: debian:bullseye [2021-04-16T10:44:46.802Z] Loaded image: hello-world:latest [2021-04-16T10:44:46.802Z] Loaded image: arm32v7/hello-world:latest [2021-04-16T10:44:47.064Z] INFO: Testing against a local daemon [2021-04-16T10:44:47.064Z] === RUN TestCgroupNamespacesBuild [2021-04-16T10:44:47.879Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-04-16T10:44:47.879Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.93s) [2021-04-16T10:44:47.879Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.99s) [2021-04-16T10:44:47.880Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.16s) [2021-04-16T10:44:47.880Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.28s) [2021-04-16T10:44:47.880Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.22s) [2021-04-16T10:44:47.880Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.33s) [2021-04-16T10:44:47.880Z] === RUN TestBuildMultiStageCopy [2021-04-16T10:44:47.880Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-04-16T10:44:48.523Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.56s) [2021-04-16T10:44:48.523Z] === RUN TestAPIIpcModeHost [2021-04-16T10:44:48.794Z] 29d5b6a226d2: Verifying Checksum [2021-04-16T10:44:48.794Z] 29d5b6a226d2: Download complete [2021-04-16T10:44:49.554Z] --- PASS: TestAPIIpcModeHost (1.02s) [2021-04-16T10:44:49.554Z] === RUN TestDaemonIpcModeShareable [2021-04-16T10:44:49.797Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-04-16T10:44:50.059Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-04-16T10:44:50.581Z] ---> eae35a08ec5e [2021-04-16T10:44:50.581Z] Successfully built eae35a08ec5e [2021-04-16T10:44:50.581Z] Successfully tagged docker:latest [2021-04-16T10:44:50.581Z] INFO: Image build ended at 04/16/2021 10:44:47. Duration:00:03:11.1528315 [2021-04-16T10:44:50.581Z] [2021-04-16T10:44:50.581Z] [2021-04-16T10:44:50.581Z] INFO: Building the test binaries at 04/16/2021 10:44:47... [2021-04-16T10:44:50.632Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-04-16T10:44:50.893Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-04-16T10:44:51.155Z] --- PASS: TestBuildMultiStageCopy (3.61s) [2021-04-16T10:44:51.155Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.11s) [2021-04-16T10:44:51.155Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.36s) [2021-04-16T10:44:51.155Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.37s) [2021-04-16T10:44:51.155Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.38s) [2021-04-16T10:44:51.155Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.40s) [2021-04-16T10:44:51.155Z] === RUN TestBuildMultiStageParentConfig [2021-04-16T10:44:51.275Z] --- PASS: TestCgroupNamespacesBuild (4.28s) [2021-04-16T10:44:51.275Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-04-16T10:44:52.099Z] --- PASS: TestBuildMultiStageParentConfig (0.97s) [2021-04-16T10:44:52.099Z] === RUN TestBuildLabelWithTargets [2021-04-16T10:44:52.269Z] --- PASS: TestDaemonIpcModeShareable (2.09s) [2021-04-16T10:44:52.269Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: true, mustBeShared: true [2021-04-16T10:44:52.269Z] === RUN TestDaemonIpcModePrivate [2021-04-16T10:44:52.778Z] INFO: make.ps1 starting at 04/16/2021 10:44:52 [2021-04-16T10:44:53.239Z] INFO: Git commit (eb0610b7fc) assumed from DOCKER_GITCOMMIT environment variable [2021-04-16T10:44:53.239Z] INFO: Invoking autogen... [2021-04-16T10:44:53.699Z] INFO: Building daemon... [2021-04-16T10:44:53.767Z] --- PASS: TestDaemonIpcModePrivate (2.05s) [2021-04-16T10:44:53.767Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:116, shared: false, mustBeShared: false [2021-04-16T10:44:53.767Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-04-16T10:44:54.016Z] --- PASS: TestBuildLabelWithTargets (1.55s) [2021-04-16T10:44:54.016Z] === RUN TestBuildWithEmptyLayers [2021-04-16T10:44:54.580Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (3.27s) [2021-04-16T10:44:54.580Z] === RUN TestBuildWithSession [2021-04-16T10:44:54.580Z] --- SKIP: TestBuildWithSession (0.00s) [2021-04-16T10:44:54.580Z] build_session_test.go:25: TODO: BuildKit [2021-04-16T10:44:54.580Z] === RUN TestBuildSquashParent [2021-04-16T10:44:54.589Z] --- PASS: TestBuildWithEmptyLayers (0.79s) [2021-04-16T10:44:54.589Z] === RUN TestBuildMultiStageOnBuild [2021-04-16T10:44:55.822Z] --- PASS: TestDaemonIpcModePrivateFromConfig (2.00s) [2021-04-16T10:44:55.822Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:116, shared: false, mustBeShared: false [2021-04-16T10:44:55.822Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-04-16T10:44:57.143Z] --- PASS: TestBuildMultiStageOnBuild (2.50s) [2021-04-16T10:44:57.143Z] === RUN TestBuildUncleanTarFilenames [2021-04-16T10:44:57.881Z] --- PASS: TestDaemonIpcModeShareableFromConfig (2.13s) [2021-04-16T10:44:57.882Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: true, mustBeShared: true [2021-04-16T10:44:57.882Z] === RUN TestIpcModeOlderClient [2021-04-16T10:44:57.882Z] === PAUSE TestIpcModeOlderClient [2021-04-16T10:44:57.882Z] === RUN TestKillContainerInvalidSignal [2021-04-16T10:44:58.531Z] --- PASS: TestBuildUncleanTarFilenames (1.16s) [2021-04-16T10:44:58.531Z] === RUN TestBuildMultiStageLayerLeak [2021-04-16T10:44:58.908Z] --- PASS: TestKillContainerInvalidSignal (1.00s) [2021-04-16T10:44:58.908Z] === RUN TestKillContainer [2021-04-16T10:44:58.908Z] === RUN TestKillContainer/no_signal [2021-04-16T10:44:59.966Z] === RUN TestKillContainer/non_killing_signal [2021-04-16T10:45:00.594Z] === RUN TestKillContainer/killing_signal [2021-04-16T10:45:01.087Z] --- PASS: TestBuildMultiStageLayerLeak (2.57s) [2021-04-16T10:45:01.087Z] === RUN TestBuildWithHugeFile [2021-04-16T10:45:02.093Z] --- PASS: TestKillContainer (3.05s) [2021-04-16T10:45:02.093Z] --- PASS: TestKillContainer/no_signal (1.01s) [2021-04-16T10:45:02.093Z] --- PASS: TestKillContainer/non_killing_signal (0.67s) [2021-04-16T10:45:02.093Z] --- PASS: TestKillContainer/killing_signal (0.99s) [2021-04-16T10:45:02.093Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-04-16T10:45:02.093Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-04-16T10:45:03.120Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-04-16T10:45:04.158Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (2.05s) [2021-04-16T10:45:04.158Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (1.00s) [2021-04-16T10:45:04.158Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.71s) [2021-04-16T10:45:04.158Z] === RUN TestKillStoppedContainer [2021-04-16T10:45:04.158Z] --- PASS: TestKillStoppedContainer (0.08s) [2021-04-16T10:45:04.158Z] === RUN TestKillStoppedContainerAPIPre120 [2021-04-16T10:45:04.158Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.11s) [2021-04-16T10:45:04.158Z] === RUN TestKillDifferentUserContainer [2021-04-16T10:45:04.912Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-04-16T10:45:04.912Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-04-16T10:45:05.185Z] --- PASS: TestKillDifferentUserContainer (1.05s) [2021-04-16T10:45:05.185Z] === RUN TestInspectOomKilledTrue [2021-04-16T10:45:05.185Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-04-16T10:45:05.185Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-16T10:45:05.185Z] === RUN TestInspectOomKilledFalse [2021-04-16T10:45:05.185Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-04-16T10:45:05.185Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-16T10:45:05.185Z] === RUN TestLinksEtcHostsContentMatch [2021-04-16T10:45:06.212Z] --- PASS: TestLinksEtcHostsContentMatch (0.83s) [2021-04-16T10:45:06.212Z] === RUN TestLinksContainerNames [2021-04-16T10:45:08.267Z] --- PASS: TestLinksContainerNames (1.96s) [2021-04-16T10:45:08.267Z] === RUN TestLogsFollowTailEmpty [2021-04-16T10:45:09.294Z] --- PASS: TestLogsFollowTailEmpty (1.03s) [2021-04-16T10:45:09.294Z] === RUN TestContainerNetworkMountsNoChown [2021-04-16T10:45:09.525Z] --- PASS: TestBuildSquashParent (13.81s) [2021-04-16T10:45:09.525Z] === RUN TestBuildWithRemoveAndForceRemove [2021-04-16T10:45:09.525Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-16T10:45:09.525Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-16T10:45:09.525Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-16T10:45:09.525Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-16T10:45:09.525Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-16T10:45:09.525Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-16T10:45:09.525Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-16T10:45:09.525Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-16T10:45:09.525Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-16T10:45:09.525Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-16T10:45:09.525Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-16T10:45:09.525Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-16T10:45:09.525Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-16T10:45:09.525Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-16T10:45:10.321Z] --- PASS: TestContainerNetworkMountsNoChown (1.01s) [2021-04-16T10:45:10.321Z] === RUN TestMountDaemonRoot [2021-04-16T10:45:10.321Z] === RUN TestMountDaemonRoot/default [2021-04-16T10:45:10.321Z] === PAUSE TestMountDaemonRoot/default [2021-04-16T10:45:10.321Z] === RUN TestMountDaemonRoot/private [2021-04-16T10:45:10.321Z] === PAUSE TestMountDaemonRoot/private [2021-04-16T10:45:10.321Z] === RUN TestMountDaemonRoot/rprivate [2021-04-16T10:45:10.321Z] === PAUSE TestMountDaemonRoot/rprivate [2021-04-16T10:45:10.321Z] === RUN TestMountDaemonRoot/slave [2021-04-16T10:45:10.321Z] === PAUSE TestMountDaemonRoot/slave [2021-04-16T10:45:10.321Z] === RUN TestMountDaemonRoot/rslave [2021-04-16T10:45:10.321Z] === PAUSE TestMountDaemonRoot/rslave [2021-04-16T10:45:10.321Z] === RUN TestMountDaemonRoot/shared [2021-04-16T10:45:10.321Z] === PAUSE TestMountDaemonRoot/shared [2021-04-16T10:45:10.321Z] === RUN TestMountDaemonRoot/rshared [2021-04-16T10:45:10.321Z] === PAUSE TestMountDaemonRoot/rshared [2021-04-16T10:45:10.321Z] === CONT TestMountDaemonRoot/default [2021-04-16T10:45:10.321Z] === RUN TestMountDaemonRoot/default/bind_root [2021-04-16T10:45:10.321Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-04-16T10:45:10.321Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-04-16T10:45:10.321Z] === CONT TestMountDaemonRoot/rslave [2021-04-16T10:45:10.321Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-04-16T10:45:10.321Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-04-16T10:45:10.321Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-04-16T10:45:10.321Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-04-16T10:45:10.321Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-04-16T10:45:10.321Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-04-16T10:45:10.321Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-04-16T10:45:10.321Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-04-16T10:45:10.321Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-04-16T10:45:10.321Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-04-16T10:45:10.321Z] === RUN TestMountDaemonRoot/default/mount_root [2021-04-16T10:45:10.321Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-04-16T10:45:10.321Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-04-16T10:45:10.321Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-04-16T10:45:10.321Z] === CONT TestMountDaemonRoot/rshared [2021-04-16T10:45:10.321Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-04-16T10:45:10.321Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-04-16T10:45:10.321Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-04-16T10:45:10.321Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-04-16T10:45:10.321Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-04-16T10:45:10.321Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-04-16T10:45:10.321Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-04-16T10:45:10.321Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-04-16T10:45:10.321Z] === CONT TestMountDaemonRoot/shared [2021-04-16T10:45:10.321Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-04-16T10:45:10.321Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-04-16T10:45:10.321Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-04-16T10:45:10.321Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-04-16T10:45:10.321Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-04-16T10:45:10.321Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-04-16T10:45:10.321Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-04-16T10:45:10.321Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-04-16T10:45:10.321Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-04-16T10:45:10.321Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-04-16T10:45:10.321Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-04-16T10:45:10.321Z] === CONT TestMountDaemonRoot/rprivate [2021-04-16T10:45:10.321Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-04-16T10:45:10.321Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-04-16T10:45:10.321Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-04-16T10:45:10.321Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-04-16T10:45:10.321Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-04-16T10:45:10.321Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-04-16T10:45:10.321Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-04-16T10:45:10.321Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-04-16T10:45:10.321Z] === CONT TestMountDaemonRoot/slave [2021-04-16T10:45:10.321Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-04-16T10:45:10.321Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-04-16T10:45:10.321Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-04-16T10:45:10.321Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-04-16T10:45:10.321Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-04-16T10:45:10.321Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-04-16T10:45:10.321Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-04-16T10:45:10.321Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-04-16T10:45:10.321Z] === CONT TestMountDaemonRoot/private [2021-04-16T10:45:10.321Z] === RUN TestMountDaemonRoot/private/bind_root [2021-04-16T10:45:10.321Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-04-16T10:45:10.321Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-04-16T10:45:10.321Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-04-16T10:45:10.321Z] === RUN TestMountDaemonRoot/private/mount_root [2021-04-16T10:45:10.321Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-04-16T10:45:10.321Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-04-16T10:45:10.321Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-04-16T10:45:10.321Z] === CONT TestMountDaemonRoot/default/bind_root [2021-04-16T10:45:10.321Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-04-16T10:45:10.321Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-04-16T10:45:10.321Z] === CONT TestMountDaemonRoot/default/mount_root [2021-04-16T10:45:10.610Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-04-16T10:45:10.610Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-04-16T10:45:10.610Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-04-16T10:45:10.610Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-04-16T10:45:10.610Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-04-16T10:45:10.610Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-04-16T10:45:10.610Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-04-16T10:45:10.899Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-04-16T10:45:10.899Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-04-16T10:45:10.899Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-04-16T10:45:10.899Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-04-16T10:45:10.899Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-04-16T10:45:10.899Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-04-16T10:45:10.899Z] === CONT TestMountDaemonRoot/private/bind_root [2021-04-16T10:45:10.899Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-04-16T10:45:10.899Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-04-16T10:45:10.899Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-04-16T10:45:10.899Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-04-16T10:45:10.899Z] === CONT TestMountDaemonRoot/private/mount_root [2021-04-16T10:45:11.188Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-04-16T10:45:11.188Z] --- PASS: TestMountDaemonRoot (0.01s) [2021-04-16T10:45:11.188Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-04-16T10:45:11.188Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.10s) [2021-04-16T10:45:11.188Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.10s) [2021-04-16T10:45:11.188Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.10s) [2021-04-16T10:45:11.188Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.10s) [2021-04-16T10:45:11.188Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-04-16T10:45:11.188Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2021-04-16T10:45:11.188Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s) [2021-04-16T10:45:11.188Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.11s) [2021-04-16T10:45:11.188Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2021-04-16T10:45:11.188Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-04-16T10:45:11.188Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s) [2021-04-16T10:45:11.188Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.10s) [2021-04-16T10:45:11.188Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s) [2021-04-16T10:45:11.188Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2021-04-16T10:45:11.188Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-04-16T10:45:11.188Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2021-04-16T10:45:11.188Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2021-04-16T10:45:11.188Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2021-04-16T10:45:11.188Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2021-04-16T10:45:11.188Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-04-16T10:45:11.188Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2021-04-16T10:45:11.188Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.07s) [2021-04-16T10:45:11.188Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.06s) [2021-04-16T10:45:11.188Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2021-04-16T10:45:11.188Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-04-16T10:45:11.188Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2021-04-16T10:45:11.188Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2021-04-16T10:45:11.188Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2021-04-16T10:45:11.188Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2021-04-16T10:45:11.188Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-04-16T10:45:11.188Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2021-04-16T10:45:11.188Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2021-04-16T10:45:11.188Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2021-04-16T10:45:11.188Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2021-04-16T10:45:11.188Z] === RUN TestContainerBindMountNonRecursive [2021-04-16T10:45:13.730Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-16T10:45:13.903Z] --- PASS: TestContainerBindMountNonRecursive (2.83s) [2021-04-16T10:45:13.903Z] === RUN TestContainerVolumesMountedAsShared [2021-04-16T10:45:13.991Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-16T10:45:14.929Z] --- PASS: TestContainerVolumesMountedAsShared (0.87s) [2021-04-16T10:45:14.930Z] === RUN TestContainerVolumesMountedAsSlave [2021-04-16T10:45:15.557Z] --- PASS: TestContainerVolumesMountedAsSlave (0.89s) [2021-04-16T10:45:15.557Z] === RUN TestNetworkNat [2021-04-16T10:45:17.055Z] --- PASS: TestNetworkNat (1.08s) [2021-04-16T10:45:17.055Z] === RUN TestNetworkLocalhostTCPNat [2021-04-16T10:45:17.683Z] --- PASS: TestNetworkLocalhostTCPNat (0.98s) [2021-04-16T10:45:17.683Z] === RUN TestNetworkLoopbackNat [2021-04-16T10:45:19.280Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-16T10:45:19.280Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-16T10:45:21.214Z] --- PASS: TestNetworkLoopbackNat (3.51s) [2021-04-16T10:45:21.214Z] === RUN TestPause [2021-04-16T10:45:22.242Z] --- PASS: TestPause (1.05s) [2021-04-16T10:45:22.242Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-04-16T10:45:22.242Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-04-16T10:45:22.243Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-04-16T10:45:22.243Z] === RUN TestPauseStopPausedContainer [2021-04-16T10:45:23.270Z] --- PASS: TestPauseStopPausedContainer (1.06s) [2021-04-16T10:45:23.270Z] === RUN TestPidHost [2021-04-16T10:45:24.568Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2021-04-16T10:45:24.568Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (5.37s) [2021-04-16T10:45:24.568Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (5.56s) [2021-04-16T10:45:24.568Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (5.59s) [2021-04-16T10:45:24.568Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (5.42s) [2021-04-16T10:45:24.568Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (5.04s) [2021-04-16T10:45:24.568Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (5.39s) [2021-04-16T10:45:24.568Z] === RUN TestBuildMultiStageCopy [2021-04-16T10:45:24.568Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-04-16T10:45:25.986Z] --- PASS: TestPidHost (2.43s) [2021-04-16T10:45:25.986Z] === RUN TestPsFilter [2021-04-16T10:45:25.986Z] --- PASS: TestPsFilter (0.31s) [2021-04-16T10:45:25.986Z] === RUN TestRemoveContainerWithRemovedVolume [2021-04-16T10:45:26.873Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-04-16T10:45:27.012Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.01s) [2021-04-16T10:45:27.012Z] === RUN TestRemoveContainerWithVolume [2021-04-16T10:45:28.039Z] --- PASS: TestRemoveContainerWithVolume (1.00s) [2021-04-16T10:45:28.039Z] === RUN TestRemoveContainerRunning [2021-04-16T10:45:28.778Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-04-16T10:45:29.040Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-04-16T10:45:29.066Z] --- PASS: TestRemoveContainerRunning (1.00s) [2021-04-16T10:45:29.066Z] === RUN TestRemoveContainerForceRemoveRunning [2021-04-16T10:45:29.613Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-04-16T10:45:29.661Z] ok github.com/docker/docker/api/server/httputils 0.031s coverage: 14.7% of statements [2021-04-16T10:45:29.662Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-04-16T10:45:29.662Z] ok github.com/docker/docker/api/server/middleware 0.023s coverage: 37.7% of statements [2021-04-16T10:45:29.662Z] ? github.com/docker/docker/api/server/router [no test files] [2021-04-16T10:45:29.662Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-04-16T10:45:29.662Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-04-16T10:45:29.662Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-04-16T10:45:29.662Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-04-16T10:45:29.662Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-04-16T10:45:29.662Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-04-16T10:45:29.662Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-04-16T10:45:29.662Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-04-16T10:45:30.093Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.04s) [2021-04-16T10:45:30.093Z] === RUN TestRemoveInvalidContainer [2021-04-16T10:45:30.093Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-04-16T10:45:30.093Z] === RUN TestRenameLinkedContainer [2021-04-16T10:45:30.186Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-04-16T10:45:30.759Z] --- PASS: TestBuildMultiStageCopy (6.05s) [2021-04-16T10:45:30.759Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.67s) [2021-04-16T10:45:30.759Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.57s) [2021-04-16T10:45:30.759Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.60s) [2021-04-16T10:45:30.759Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.57s) [2021-04-16T10:45:30.759Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.63s) [2021-04-16T10:45:30.759Z] === RUN TestBuildMultiStageParentConfig [2021-04-16T10:45:31.201Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-04-16T10:45:31.201Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-04-16T10:45:31.501Z] ok github.com/docker/docker/api/types/strslice 0.004s coverage: 90.0% of statements [2021-04-16T10:45:31.799Z] ok github.com/docker/docker/api/types/filters 0.007s coverage: 92.2% of statements [2021-04-16T10:45:32.101Z] ok github.com/docker/docker/api/server/router/swarm 0.006s coverage: 5.7% of statements [2021-04-16T10:45:32.101Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-04-16T10:45:32.101Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-04-16T10:45:32.101Z] ? github.com/docker/docker/api/types [no test files] [2021-04-16T10:45:32.101Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-04-16T10:45:32.101Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-04-16T10:45:32.101Z] ? github.com/docker/docker/api/types/container [no test files] [2021-04-16T10:45:32.101Z] ? github.com/docker/docker/api/types/events [no test files] [2021-04-16T10:45:32.101Z] ? github.com/docker/docker/api/types/image [no test files] [2021-04-16T10:45:32.101Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-04-16T10:45:32.101Z] ? github.com/docker/docker/api/types/network [no test files] [2021-04-16T10:45:32.101Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-04-16T10:45:32.101Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-04-16T10:45:32.101Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-04-16T10:45:32.101Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-04-16T10:45:32.101Z] ok github.com/docker/docker/api/types/versions 0.020s coverage: 75.0% of statements [2021-04-16T10:45:32.147Z] --- PASS: TestBuildMultiStageParentConfig (1.36s) [2021-04-16T10:45:32.147Z] === RUN TestBuildLabelWithTargets [2021-04-16T10:45:32.749Z] ok github.com/docker/docker/api/types/time 0.015s coverage: 100.0% of statements [2021-04-16T10:45:32.749Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-04-16T10:45:32.749Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-04-16T10:45:32.749Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-04-16T10:45:32.749Z] ? github.com/docker/docker/builder [no test files] [2021-04-16T10:45:32.749Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-04-16T10:45:32.749Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-04-16T10:45:32.749Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-04-16T10:45:32.749Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-04-16T10:45:32.749Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-04-16T10:45:32.749Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-04-16T10:45:32.749Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-04-16T10:45:34.524Z] --- PASS: TestRenameLinkedContainer (4.16s) [2021-04-16T10:45:34.524Z] === RUN TestRenameStoppedContainer [2021-04-16T10:45:34.693Z] --- PASS: TestBuildLabelWithTargets (2.33s) [2021-04-16T10:45:34.693Z] === RUN TestBuildWithEmptyLayers [2021-04-16T10:45:35.063Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-04-16T10:45:35.554Z] --- PASS: TestRenameStoppedContainer (1.04s) [2021-04-16T10:45:35.554Z] === RUN TestRenameRunningContainerAndReuse [2021-04-16T10:45:36.078Z] --- PASS: TestBuildWithEmptyLayers (1.39s) [2021-04-16T10:45:36.078Z] === RUN TestBuildMultiStageOnBuild [2021-04-16T10:45:36.314Z] ok github.com/docker/docker/cli/debug 0.007s coverage: 100.0% of statements [2021-04-16T10:45:36.446Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-04-16T10:45:37.609Z] --- PASS: TestRenameRunningContainerAndReuse (2.00s) [2021-04-16T10:45:37.609Z] === RUN TestRenameInvalidName [2021-04-16T10:45:37.828Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-04-16T10:45:38.635Z] --- PASS: TestRenameInvalidName (1.06s) [2021-04-16T10:45:38.635Z] === RUN TestRenameAnonymousContainer [2021-04-16T10:45:38.768Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-04-16T10:45:39.029Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-04-16T10:45:39.111Z] ok github.com/docker/docker/builder/remotecontext/git 3.925s coverage: 86.3% of statements [2021-04-16T10:45:40.194Z] ok github.com/docker/docker/builder/remotecontext 0.482s coverage: 13.7% of statements [2021-04-16T10:45:40.299Z] --- PASS: TestBuildMultiStageOnBuild (4.32s) [2021-04-16T10:45:40.299Z] === RUN TestBuildUncleanTarFilenames [2021-04-16T10:45:40.943Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-04-16T10:45:41.739Z] ok github.com/docker/docker/builder/dockerfile 1.422s coverage: 48.5% of statements [2021-04-16T10:45:41.739Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-04-16T10:45:41.739Z] ? github.com/docker/docker/cli [no test files] [2021-04-16T10:45:41.739Z] ? github.com/docker/docker/cli/config [no test files] [2021-04-16T10:45:42.213Z] --- PASS: TestBuildUncleanTarFilenames (1.95s) [2021-04-16T10:45:42.213Z] === RUN TestBuildMultiStageLayerLeak [2021-04-16T10:45:44.215Z] --- PASS: TestRenameAnonymousContainer (5.42s) [2021-04-16T10:45:44.215Z] === RUN TestRenameContainerWithSameName [2021-04-16T10:45:44.242Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-04-16T10:45:44.843Z] --- PASS: TestRenameContainerWithSameName (1.04s) [2021-04-16T10:45:44.844Z] === RUN TestRenameContainerWithLinkedContainer [2021-04-16T10:45:45.625Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-04-16T10:45:46.251Z] ok github.com/docker/docker/client 0.537s coverage: 75.4% of statements [2021-04-16T10:45:46.981Z] --- PASS: TestRenameContainerWithLinkedContainer (2.01s) [2021-04-16T10:45:46.981Z] === RUN TestResize [2021-04-16T10:45:47.502Z] --- PASS: TestBuildMultiStageLayerLeak (4.71s) [2021-04-16T10:45:47.502Z] === RUN TestBuildWithHugeFile [2021-04-16T10:45:47.584Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-04-16T10:45:47.838Z] --- PASS: TestBuildWithHugeFile (42.34s) [2021-04-16T10:45:47.838Z] === RUN TestBuildWCOWSandboxSize [2021-04-16T10:45:47.838Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-04-16T10:45:47.838Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-04-16T10:45:47.838Z] === RUN TestBuildWithEmptyDockerfile [2021-04-16T10:45:47.838Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-16T10:45:47.838Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-16T10:45:47.838Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-16T10:45:47.838Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-16T10:45:47.838Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-16T10:45:47.838Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-16T10:45:47.838Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-16T10:45:47.838Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-16T10:45:47.838Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-16T10:45:47.838Z] --- PASS: TestBuildWithEmptyDockerfile (0.26s) [2021-04-16T10:45:47.838Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.25s) [2021-04-16T10:45:47.838Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.25s) [2021-04-16T10:45:47.838Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.26s) [2021-04-16T10:45:47.838Z] === RUN TestBuildPreserveOwnership [2021-04-16T10:45:47.838Z] === RUN TestBuildPreserveOwnership/copy_from [2021-04-16T10:45:47.838Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-04-16T10:45:47.845Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-04-16T10:45:48.011Z] --- PASS: TestResize (1.07s) [2021-04-16T10:45:48.011Z] === RUN TestResizeWithInvalidSize [2021-04-16T10:45:49.054Z] --- PASS: TestResizeWithInvalidSize (1.00s) [2021-04-16T10:45:49.054Z] === RUN TestResizeWhenContainerNotStarted [2021-04-16T10:45:49.224Z] --- PASS: TestBuildPreserveOwnership (5.40s) [2021-04-16T10:45:49.224Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.60s) [2021-04-16T10:45:49.224Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.77s) [2021-04-16T10:45:49.224Z] === RUN TestBuildPlatformInvalid [2021-04-16T10:45:49.224Z] --- PASS: TestBuildPlatformInvalid (0.16s) [2021-04-16T10:45:49.224Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-04-16T10:45:49.756Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-04-16T10:45:50.081Z] --- PASS: TestResizeWhenContainerNotStarted (1.01s) [2021-04-16T10:45:50.081Z] === RUN TestDaemonRestartKillContainers [2021-04-16T10:45:50.081Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-04-16T10:45:50.081Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-04-16T10:45:50.081Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-04-16T10:45:50.081Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-04-16T10:45:50.081Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-04-16T10:45:50.081Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-04-16T10:45:50.081Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-04-16T10:45:50.081Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-04-16T10:45:50.081Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-04-16T10:45:50.081Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-04-16T10:45:50.081Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-04-16T10:45:50.081Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-04-16T10:45:50.081Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-04-16T10:45:50.081Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-04-16T10:45:50.081Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-04-16T10:45:50.081Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-04-16T10:45:50.081Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-04-16T10:45:50.081Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-04-16T10:45:50.081Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-04-16T10:45:50.081Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-04-16T10:45:50.081Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-04-16T10:45:50.081Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-04-16T10:45:50.081Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-04-16T10:45:50.081Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-04-16T10:45:50.081Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-04-16T10:45:50.081Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-04-16T10:45:50.696Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-04-16T10:45:52.608Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-04-16T10:45:52.796Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-04-16T10:45:52.796Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-04-16T10:45:53.549Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-04-16T10:45:53.824Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-04-16T10:45:54.113Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-04-16T10:45:54.931Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-04-16T10:45:55.611Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-04-16T10:45:55.611Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-04-16T10:45:55.639Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-04-16T10:45:55.639Z] Using test binary docker [2021-04-16T10:45:55.639Z] +++ /etc/init.d/apparmor start [2021-04-16T10:45:55.639Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-04-16T10:45:55.639Z] INFO: Waiting for daemon to start... [2021-04-16T10:45:55.639Z] Starting dockerd [2021-04-16T10:45:55.639Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2021-04-16T10:45:55.639Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-04-16T10:45:55.639Z] Using test binary docker [2021-04-16T10:45:55.639Z] +++ /etc/init.d/apparmor start [2021-04-16T10:45:55.640Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-04-16T10:45:55.640Z] INFO: Waiting for daemon to start... [2021-04-16T10:45:55.640Z] Starting dockerd [2021-04-16T10:45:55.640Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2021-04-16T10:45:55.872Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-04-16T10:45:55.872Z] Using test binary docker [2021-04-16T10:45:55.872Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-04-16T10:45:55.872Z] Starting apparmor (via systemctl): apparmor.service. [2021-04-16T10:45:55.872Z] Starting dockerd [2021-04-16T10:45:55.872Z] INFO: Waiting for daemon to start... [2021-04-16T10:45:58.326Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-04-16T10:45:58.326Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-04-16T10:45:58.411Z] . [2021-04-16T10:45:58.411Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-04-16T10:45:58.411Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-04-16T10:45:58.411Z] Error: No such image: emptyfs [2021-04-16T10:45:58.411Z] Running integration-test (iteration 1) [2021-04-16T10:45:58.411Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-04-16T10:46:01.826Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-04-16T10:46:01.827Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-04-16T10:46:03.882Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-04-16T10:46:03.882Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.42s) [2021-04-16T10:46:03.882Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.46s) [2021-04-16T10:46:03.882Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.49s) [2021-04-16T10:46:03.882Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.53s) [2021-04-16T10:46:03.882Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.49s) [2021-04-16T10:46:03.882Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.48s) [2021-04-16T10:46:03.882Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.44s) [2021-04-16T10:46:03.882Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.42s) [2021-04-16T10:46:03.882Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.38s) [2021-04-16T10:46:03.882Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.39s) [2021-04-16T10:46:03.882Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.45s) [2021-04-16T10:46:03.882Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.47s) [2021-04-16T10:46:03.882Z] === RUN TestCgroupNamespacesRun [2021-04-16T10:46:04.152Z] Loaded image: buildpack-deps:buster [2021-04-16T10:46:04.152Z] Loaded image: busybox:latest [2021-04-16T10:46:04.152Z] Loaded image: busybox:glibc [2021-04-16T10:46:04.725Z] Loaded image: debian:bullseye [2021-04-16T10:46:04.987Z] Loaded image: hello-world:latest [2021-04-16T10:46:04.987Z] Loaded image: arm32v7/hello-world:latest [2021-04-16T10:46:05.184Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-04-16T10:46:05.184Z] [2021-04-16T10:46:05.184Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2021-04-16T10:46:05.184Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2021-04-16T10:46:05.184Z] Using test binary docker [2021-04-16T10:46:05.184Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-04-16T10:46:05.184Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-04-16T10:46:05.184Z] INFO: Waiting for daemon to start... [2021-04-16T10:46:05.184Z] Starting dockerd [2021-04-16T10:46:05.184Z] . [2021-04-16T10:46:05.184Z] INFO: Building docker-sdk-python3:5.0.0... [2021-04-16T10:46:05.938Z] --- PASS: TestCgroupNamespacesRun (2.02s) [2021-04-16T10:46:05.938Z] === RUN TestCgroupNamespacesRunPrivileged [2021-04-16T10:46:07.469Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.79s) [2021-04-16T10:46:07.469Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-04-16T10:46:09.524Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.07s) [2021-04-16T10:46:09.524Z] === RUN TestCgroupNamespacesRunHostMode [2021-04-16T10:46:10.635Z] Loaded image: buildpack-deps:buster [2021-04-16T10:46:10.635Z] Loaded image: busybox:latest [2021-04-16T10:46:10.635Z] Loaded image: busybox:glibc [2021-04-16T10:46:12.241Z] --- PASS: TestCgroupNamespacesRunHostMode (2.10s) [2021-04-16T10:46:12.241Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-04-16T10:46:13.178Z] Loaded image: debian:bullseye [2021-04-16T10:46:13.178Z] Loaded image: hello-world:latest [2021-04-16T10:46:13.178Z] Loaded image: arm32v7/hello-world:latest [2021-04-16T10:46:13.178Z] INFO: Testing against a local daemon [2021-04-16T10:46:13.178Z] === RUN TestCgroupNamespacesBuild [2021-04-16T10:46:13.739Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.02s) [2021-04-16T10:46:13.739Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-04-16T10:46:14.993Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (25.22s) [2021-04-16T10:46:14.993Z] PASS [2021-04-16T10:46:14.993Z] [2021-04-16T10:46:14.993Z] === Skipped [2021-04-16T10:46:14.993Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2021-04-16T10:46:14.993Z] build_session_test.go:25: TODO: BuildKit [2021-04-16T10:46:14.993Z] [2021-04-16T10:46:14.993Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-04-16T10:46:14.993Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-04-16T10:46:14.993Z] [2021-04-16T10:46:14.993Z] [2021-04-16T10:46:14.993Z] DONE 34 tests, 2 skipped in 119.527s [2021-04-16T10:46:14.993Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2021-04-16T10:46:14.993Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:46:14.993Z] ++ set -e [2021-04-16T10:46:14.993Z] ++ '[' -n 0 ']' [2021-04-16T10:46:14.993Z] ++ set -x [2021-04-16T10:46:14.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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:46:14.993Z] INFO: Testing against a local daemon [2021-04-16T10:46:14.993Z] === RUN TestConfigInspect [2021-04-16T10:46:15.794Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.68s) [2021-04-16T10:46:15.794Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-04-16T10:46:16.421Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.86s) [2021-04-16T10:46:16.421Z] === RUN TestCgroupNamespacesRunOlderClient [2021-04-16T10:46:17.376Z] --- PASS: TestCgroupNamespacesBuild (3.52s) [2021-04-16T10:46:17.376Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-04-16T10:46:17.542Z] --- PASS: TestConfigInspect (2.73s) [2021-04-16T10:46:17.542Z] === RUN TestConfigList [2021-04-16T10:46:17.606Z] . [2021-04-16T10:46:17.606Z] [2021-04-16T10:46:17.606Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-04-16T10:46:17.606Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-04-16T10:46:17.606Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-04-16T10:46:17.606Z] Error: No such image: emptyfs [2021-04-16T10:46:17.606Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-04-16T10:46:17.606Z] ++++ docker load [2021-04-16T10:46:17.606Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-04-16T10:46:17.606Z] Error: No such image: emptyfs [2021-04-16T10:46:17.606Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-04-16T10:46:17.606Z] ++++ docker load [2021-04-16T10:46:17.606Z] Running integration-test (iteration 1) [2021-04-16T10:46:17.606Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2021-04-16T10:46:17.606Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2021-04-16T10:46:17.606Z] ++ set -e [2021-04-16T10:46:17.606Z] ++ '[' -n 0 ']' [2021-04-16T10:46:17.606Z] ++ set -x [2021-04-16T10:46:17.606Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2021-04-16T10:46:17.606Z] Running integration-test (iteration 1) [2021-04-16T10:46:17.606Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2021-04-16T10:46:17.606Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2021-04-16T10:46:17.606Z] ++ set -e [2021-04-16T10:46:17.606Z] ++ '[' -n 0 ']' [2021-04-16T10:46:17.606Z] ++ set -x [2021-04-16T10:46:17.606Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2021-04-16T10:46:18.315Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.67s) [2021-04-16T10:46:18.315Z] === RUN TestBuildWithSession [2021-04-16T10:46:18.315Z] --- SKIP: TestBuildWithSession (0.00s) [2021-04-16T10:46:18.315Z] build_session_test.go:25: TODO: BuildKit [2021-04-16T10:46:18.315Z] === RUN TestBuildSquashParent [2021-04-16T10:46:18.476Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.13s) [2021-04-16T10:46:18.476Z] === RUN TestKernelTCPMemory [2021-04-16T10:46:19.503Z] --- PASS: TestKernelTCPMemory (1.21s) [2021-04-16T10:46:19.503Z] === RUN TestNISDomainname [2021-04-16T10:46:19.801Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2021-04-16T10:46:19.801Z] [2021-04-16T10:46:19.801Z] ________ ____ __. [2021-04-16T10:46:19.801Z] \_____ \ | |/ _| [2021-04-16T10:46:19.801Z] / | \| < [2021-04-16T10:46:19.801Z] / | \ | \ [2021-04-16T10:46:19.801Z] \_______ /____|__ \ [2021-04-16T10:46:19.801Z] \/ \/ [2021-04-16T10:46:19.801Z] [2021-04-16T10:46:19.801Z] INFO: make.ps1 ended at 04/16/2021 10:46:06 [2021-04-16T10:46:19.801Z] INFO: Binaries build ended at 04/16/2021 10:46:08. Duration:00:01:20.0523470 [2021-04-16T10:46:19.801Z] INFO: Copying the built daemon binary to d:\CI\PR-40094\16\binary\dockerd-eb0610b7fc.exe... [2021-04-16T10:46:19.801Z] INFO: Copying the built client binary to d:\CI\PR-40094\16\binary\docker-eb0610b7fc.exe... [2021-04-16T10:46:19.801Z] INFO: Copying dockerversion from the container... [2021-04-16T10:46:19.801Z] INFO: Copying the golang package from the container to d:\CI\PR-40094\16\installer\go.zip... [2021-04-16T10:46:19.801Z] INFO: Extracting go.zip to d:\CI\PR-40094\16\go [2021-04-16T10:46:20.844Z] --- PASS: TestConfigList (3.23s) [2021-04-16T10:46:20.844Z] === RUN TestConfigsCreateAndDelete [2021-04-16T10:46:21.000Z] --- PASS: TestNISDomainname (1.37s) [2021-04-16T10:46:21.000Z] === RUN TestHostnameDnsResolution [2021-04-16T10:46:23.054Z] --- PASS: TestHostnameDnsResolution (2.01s) [2021-04-16T10:46:23.054Z] === RUN TestStats [2021-04-16T10:46:23.393Z] --- PASS: TestConfigsCreateAndDelete (2.65s) [2021-04-16T10:46:23.393Z] === RUN TestConfigsUpdate [2021-04-16T10:46:24.900Z] --- PASS: TestBuildSquashParent (5.64s) [2021-04-16T10:46:24.900Z] === RUN TestBuildWithRemoveAndForceRemove [2021-04-16T10:46:24.900Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-16T10:46:24.900Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-16T10:46:24.900Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-16T10:46:24.900Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-16T10:46:24.900Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-16T10:46:24.900Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-16T10:46:24.900Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-16T10:46:24.900Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-16T10:46:24.900Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-16T10:46:24.900Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-16T10:46:24.900Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-16T10:46:24.900Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-16T10:46:24.900Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-16T10:46:24.900Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-16T10:46:25.735Z] ok github.com/docker/docker/cmd/dockerd 0.143s coverage: 29.1% of statements [2021-04-16T10:46:26.281Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-16T10:46:26.542Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-16T10:46:26.555Z] --- PASS: TestStats (3.11s) [2021-04-16T10:46:26.555Z] === RUN TestStopContainerWithTimeout [2021-04-16T10:46:26.555Z] === RUN TestStopContainerWithTimeout/0 [2021-04-16T10:46:26.555Z] === PAUSE TestStopContainerWithTimeout/0 [2021-04-16T10:46:26.555Z] === RUN TestStopContainerWithTimeout/1 [2021-04-16T10:46:26.555Z] === PAUSE TestStopContainerWithTimeout/1 [2021-04-16T10:46:26.555Z] === RUN TestStopContainerWithTimeout/3 [2021-04-16T10:46:26.555Z] === PAUSE TestStopContainerWithTimeout/3 [2021-04-16T10:46:26.555Z] === RUN TestStopContainerWithTimeout/-1 [2021-04-16T10:46:26.555Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-04-16T10:46:26.555Z] === CONT TestStopContainerWithTimeout/0 [2021-04-16T10:46:26.555Z] === CONT TestStopContainerWithTimeout/-1 [2021-04-16T10:46:26.695Z] --- PASS: TestConfigsUpdate (3.16s) [2021-04-16T10:46:26.695Z] === RUN TestTemplatedConfig [2021-04-16T10:46:27.184Z] === CONT TestStopContainerWithTimeout/3 [2021-04-16T10:46:28.451Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-16T10:46:28.711Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-16T10:46:29.238Z] === CONT TestStopContainerWithTimeout/1 [2021-04-16T10:46:30.097Z] --- PASS: TestImportExtremelyLargeImageWorks (109.75s) [2021-04-16T10:46:30.097Z] PASS [2021-04-16T10:46:30.097Z] [2021-04-16T10:46:30.097Z] === Skipped [2021-04-16T10:46:30.097Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-04-16T10:46:30.097Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-04-16T10:46:30.097Z] [2021-04-16T10:46:30.097Z] [2021-04-16T10:46:30.097Z] DONE 12 tests, 1 skipped in 113.837s [2021-04-16T10:46:30.097Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-04-16T10:46:30.097Z] INFO: Testing against a local daemon [2021-04-16T10:46:30.097Z] === RUN TestNetworkCreateDelete [2021-04-16T10:46:30.097Z] --- PASS: TestNetworkCreateDelete (0.43s) [2021-04-16T10:46:30.097Z] === RUN TestDockerNetworkDeletePreferID [2021-04-16T10:46:30.097Z] --- PASS: TestDockerNetworkDeletePreferID (1.27s) [2021-04-16T10:46:30.097Z] === RUN TestDaemonDNSFallback [2021-04-16T10:46:30.910Z] --- PASS: TestTemplatedConfig (3.81s) [2021-04-16T10:46:30.910Z] === RUN TestConfigCreateResolve [2021-04-16T10:46:31.253Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2021-04-16T10:46:31.253Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.33s) [2021-04-16T10:46:31.253Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.47s) [2021-04-16T10:46:31.253Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.10s) [2021-04-16T10:46:31.253Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.31s) [2021-04-16T10:46:31.253Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.32s) [2021-04-16T10:46:31.253Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.32s) [2021-04-16T10:46:31.253Z] === RUN TestBuildMultiStageCopy [2021-04-16T10:46:31.253Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-04-16T10:46:31.294Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2021-04-16T10:46:31.294Z] --- PASS: TestStopContainerWithTimeout/0 (1.14s) [2021-04-16T10:46:31.294Z] --- PASS: TestStopContainerWithTimeout/-1 (3.24s) [2021-04-16T10:46:31.294Z] --- PASS: TestStopContainerWithTimeout/3 (3.04s) [2021-04-16T10:46:31.294Z] --- PASS: TestStopContainerWithTimeout/1 (1.99s) [2021-04-16T10:46:31.294Z] === RUN TestDeleteDevicemapper [2021-04-16T10:46:31.294Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-04-16T10:46:31.294Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-04-16T10:46:31.294Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-04-16T10:46:32.705Z] ok github.com/docker/docker/container 0.198s coverage: 34.7% of statements [2021-04-16T10:46:32.705Z] ? github.com/docker/docker/container/stream [no test files] [2021-04-16T10:46:32.705Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-04-16T10:46:32.705Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-04-16T10:46:32.705Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-04-16T10:46:33.163Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-04-16T10:46:33.350Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.056s coverage: 65.3% of statements [2021-04-16T10:46:33.423Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-04-16T10:46:33.684Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-04-16T10:46:33.684Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-04-16T10:46:34.213Z] --- PASS: TestConfigCreateResolve (3.23s) [2021-04-16T10:46:34.213Z] === RUN TestConfigDaemonLibtrustID [2021-04-16T10:46:34.275Z] --- PASS: TestBuildMultiStageCopy (3.06s) [2021-04-16T10:46:34.275Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.05s) [2021-04-16T10:46:34.275Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.24s) [2021-04-16T10:46:34.275Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.23s) [2021-04-16T10:46:34.275Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.23s) [2021-04-16T10:46:34.275Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.31s) [2021-04-16T10:46:34.275Z] === RUN TestBuildMultiStageParentConfig [2021-04-16T10:46:34.643Z] INFO: Extraction ended at 04/16/2021 10:46:33. Duration:00:00:22.0093449 [2021-04-16T10:46:34.643Z] INFO: Updating the golang and path environment variables [2021-04-16T10:46:34.643Z] INFO: GOPATH=d:\gopath [2021-04-16T10:46:34.643Z] INFO: go version go1.13.15 windows/amd64 [2021-04-16T10:46:34.643Z] INFO: Running the daemon under test in debug mode [2021-04-16T10:46:34.643Z] INFO: Starting a daemon under test... [2021-04-16T10:46:34.643Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-40094\16\daemon --pidfile d:\CI\PR-40094\16\docker.pid -D [2021-04-16T10:46:34.643Z] INFO: Process started successfully. [2021-04-16T10:46:34.643Z] INFO: Start tailing logs of the daemon under tests [2021-04-16T10:46:34.643Z] INFO: Waiting for the daemon under test to start... [2021-04-16T10:46:34.785Z] --- PASS: TestConfigDaemonLibtrustID (1.18s) [2021-04-16T10:46:34.785Z] PASS [2021-04-16T10:46:34.785Z] [2021-04-16T10:46:34.785Z] DONE 7 tests in 20.173s [2021-04-16T10:46:34.785Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2021-04-16T10:46:34.785Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:46:34.785Z] ++ set -e [2021-04-16T10:46:34.785Z] ++ '[' -n 0 ']' [2021-04-16T10:46:34.785Z] ++ set -x [2021-04-16T10:46:34.785Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:46:34.876Z] --- PASS: TestBuildMultiStageParentConfig (0.67s) [2021-04-16T10:46:34.876Z] === RUN TestBuildLabelWithTargets [2021-04-16T10:46:35.046Z] INFO: Testing against a local daemon [2021-04-16T10:46:35.046Z] === RUN TestCheckpoint [2021-04-16T10:46:35.046Z] --- SKIP: TestCheckpoint (0.00s) [2021-04-16T10:46:35.046Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-04-16T10:46:35.046Z] === RUN TestContainerInvalidJSON [2021-04-16T10:46:35.046Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-04-16T10:46:35.046Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-04-16T10:46:35.046Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-04-16T10:46:35.046Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-04-16T10:46:35.046Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-04-16T10:46:35.046Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-04-16T10:46:35.046Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-04-16T10:46:35.046Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-04-16T10:46:35.046Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-04-16T10:46:35.046Z] --- PASS: TestContainerInvalidJSON (0.02s) [2021-04-16T10:46:35.046Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-04-16T10:46:35.046Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2021-04-16T10:46:35.046Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-04-16T10:46:35.046Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-04-16T10:46:35.307Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s) [2021-04-16T10:46:35.307Z] === RUN TestCopyFromContainerPathIsNotDir [2021-04-16T10:46:35.307Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s) [2021-04-16T10:46:35.308Z] === RUN TestCopyToContainerPathDoesNotExist [2021-04-16T10:46:35.308Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2021-04-16T10:46:35.308Z] === RUN TestCopyToContainerPathIsNotDir [2021-04-16T10:46:35.308Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s) [2021-04-16T10:46:35.308Z] === RUN TestCopyFromContainer [2021-04-16T10:46:35.727Z] --- PASS: TestStopContainerWithRestartPolicyAlways (4.07s) [2021-04-16T10:46:35.727Z] === RUN TestUpdateMemory [2021-04-16T10:46:35.727Z] --- SKIP: TestUpdateMemory (0.00s) [2021-04-16T10:46:35.727Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-04-16T10:46:35.727Z] === RUN TestUpdateCPUQuota [2021-04-16T10:46:35.816Z] --- PASS: TestBuildLabelWithTargets (1.06s) [2021-04-16T10:46:35.816Z] === RUN TestBuildWithEmptyLayers [2021-04-16T10:46:36.391Z] --- PASS: TestBuildWithEmptyLayers (0.49s) [2021-04-16T10:46:36.391Z] === RUN TestBuildMultiStageOnBuild [2021-04-16T10:46:37.224Z] === RUN TestCopyFromContainer// [2021-04-16T10:46:37.224Z] === RUN TestCopyFromContainer//bar/root [2021-04-16T10:46:37.224Z] === RUN TestCopyFromContainer//bar/root/ [2021-04-16T10:46:37.485Z] === RUN TestCopyFromContainer/bar/quux [2021-04-16T10:46:37.485Z] === RUN TestCopyFromContainer/bar/quux/ [2021-04-16T10:46:37.485Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-04-16T10:46:37.747Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-04-16T10:46:37.747Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-04-16T10:46:38.008Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-04-16T10:46:38.008Z] === RUN TestCopyFromContainer/bar/notarget [2021-04-16T10:46:38.226Z] --- PASS: TestDaemonDNSFallback (8.07s) [2021-04-16T10:46:38.226Z] === RUN TestInspectNetwork [2021-04-16T10:46:38.226Z] --- SKIP: TestInspectNetwork (0.00s) [2021-04-16T10:46:38.226Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:46:38.226Z] === RUN TestRunContainerWithBridgeNone [2021-04-16T10:46:38.226Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-04-16T10:46:38.226Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-16T10:46:38.226Z] === RUN TestNetworkInvalidJSON [2021-04-16T10:46:38.226Z] === RUN TestNetworkInvalidJSON//networks/create [2021-04-16T10:46:38.226Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-04-16T10:46:38.226Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-04-16T10:46:38.226Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-04-16T10:46:38.226Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-16T10:46:38.226Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-16T10:46:38.226Z] === CONT TestNetworkInvalidJSON//networks/create [2021-04-16T10:46:38.226Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-16T10:46:38.226Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-04-16T10:46:38.226Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-04-16T10:46:38.226Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-04-16T10:46:38.226Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-04-16T10:46:38.226Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-04-16T10:46:38.226Z] === RUN TestNetworkList [2021-04-16T10:46:38.226Z] === RUN TestNetworkList//networks [2021-04-16T10:46:38.226Z] === PAUSE TestNetworkList//networks [2021-04-16T10:46:38.226Z] === RUN TestNetworkList//networks/ [2021-04-16T10:46:38.226Z] === PAUSE TestNetworkList//networks/ [2021-04-16T10:46:38.226Z] === CONT TestNetworkList//networks [2021-04-16T10:46:38.226Z] === CONT TestNetworkList//networks/ [2021-04-16T10:46:38.226Z] --- PASS: TestNetworkList (0.01s) [2021-04-16T10:46:38.226Z] --- PASS: TestNetworkList//networks (0.00s) [2021-04-16T10:46:38.226Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-04-16T10:46:38.226Z] === RUN TestHostIPv4BridgeLabel [2021-04-16T10:46:38.226Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-04-16T10:46:38.226Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-16T10:46:38.226Z] === RUN TestDaemonRestartWithLiveRestore [2021-04-16T10:46:38.226Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s) [2021-04-16T10:46:38.226Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-16T10:46:38.226Z] === RUN TestDaemonDefaultNetworkPools [2021-04-16T10:46:38.226Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s) [2021-04-16T10:46:38.226Z] service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-16T10:46:38.226Z] === RUN TestDaemonRestartWithExistingNetwork [2021-04-16T10:46:38.226Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.01s) [2021-04-16T10:46:38.226Z] service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-16T10:46:38.226Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-04-16T10:46:38.226Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2021-04-16T10:46:38.226Z] service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-16T10:46:38.226Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-04-16T10:46:38.226Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-04-16T10:46:38.226Z] service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-16T10:46:38.226Z] === RUN TestServiceWithPredefinedNetwork [2021-04-16T10:46:38.226Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-04-16T10:46:38.226Z] service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:46:38.226Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-04-16T10:46:38.226Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-04-16T10:46:38.226Z] service_test.go:242: FLAKY_TEST [2021-04-16T10:46:38.226Z] === RUN TestServiceWithDataPathPortInit [2021-04-16T10:46:38.226Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s) [2021-04-16T10:46:38.226Z] service_test.go:334: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:46:38.226Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-04-16T10:46:38.226Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-04-16T10:46:38.226Z] service_test.go:401: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:46:38.226Z] PASS [2021-04-16T10:46:38.226Z] [2021-04-16T10:46:38.226Z] === Skipped [2021-04-16T10:46:38.226Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2021-04-16T10:46:38.226Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:46:38.226Z] [2021-04-16T10:46:38.226Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2021-04-16T10:46:38.226Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-16T10:46:38.226Z] [2021-04-16T10:46:38.226Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2021-04-16T10:46:38.226Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-16T10:46:38.226Z] [2021-04-16T10:46:38.226Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s) [2021-04-16T10:46:38.226Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-16T10:46:38.226Z] [2021-04-16T10:46:38.226Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.01s) [2021-04-16T10:46:38.226Z] service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-16T10:46:38.226Z] [2021-04-16T10:46:38.226Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.01s) [2021-04-16T10:46:38.226Z] service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-16T10:46:38.226Z] [2021-04-16T10:46:38.226Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2021-04-16T10:46:38.226Z] service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-16T10:46:38.226Z] [2021-04-16T10:46:38.226Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-04-16T10:46:38.226Z] service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-16T10:46:38.226Z] [2021-04-16T10:46:38.226Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2021-04-16T10:46:38.226Z] service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:46:38.226Z] [2021-04-16T10:46:38.226Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-04-16T10:46:38.226Z] service_test.go:242: FLAKY_TEST [2021-04-16T10:46:38.226Z] [2021-04-16T10:46:38.226Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s) [2021-04-16T10:46:38.226Z] service_test.go:334: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:46:38.226Z] [2021-04-16T10:46:38.226Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-04-16T10:46:38.226Z] service_test.go:401: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:46:38.226Z] [2021-04-16T10:46:38.226Z] [2021-04-16T10:46:38.226Z] DONE 22 tests, 12 skipped in 9.939s [2021-04-16T10:46:38.226Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-04-16T10:46:38.269Z] --- PASS: TestCopyFromContainer (2.75s) [2021-04-16T10:46:38.269Z] --- PASS: TestCopyFromContainer// (0.12s) [2021-04-16T10:46:38.269Z] --- PASS: TestCopyFromContainer//bar/root (0.11s) [2021-04-16T10:46:38.269Z] --- PASS: TestCopyFromContainer//bar/root/ (0.12s) [2021-04-16T10:46:38.269Z] --- PASS: TestCopyFromContainer/bar/quux (0.11s) [2021-04-16T10:46:38.269Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.10s) [2021-04-16T10:46:38.269Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2021-04-16T10:46:38.269Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s) [2021-04-16T10:46:38.269Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s) [2021-04-16T10:46:38.269Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s) [2021-04-16T10:46:38.269Z] --- PASS: TestCopyFromContainer/bar/notarget (0.10s) [2021-04-16T10:46:38.269Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-04-16T10:46:38.269Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-16T10:46:38.269Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-16T10:46:38.269Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-16T10:46:38.269Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-16T10:46:38.269Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-16T10:46:38.269Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-16T10:46:38.269Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-16T10:46:38.269Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-16T10:46:38.269Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-16T10:46:38.269Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2021-04-16T10:46:38.269Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-04-16T10:46:38.269Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-04-16T10:46:38.269Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2021-04-16T10:46:38.269Z] === RUN TestCreateLinkToNonExistingContainer [2021-04-16T10:46:38.269Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2021-04-16T10:46:38.269Z] === RUN TestCreateWithInvalidEnv [2021-04-16T10:46:38.269Z] === RUN TestCreateWithInvalidEnv/0 [2021-04-16T10:46:38.269Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-04-16T10:46:38.269Z] === RUN TestCreateWithInvalidEnv/1 [2021-04-16T10:46:38.269Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-04-16T10:46:38.269Z] === RUN TestCreateWithInvalidEnv/2 [2021-04-16T10:46:38.269Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-04-16T10:46:38.269Z] === CONT TestCreateWithInvalidEnv/0 [2021-04-16T10:46:38.269Z] === CONT TestCreateWithInvalidEnv/2 [2021-04-16T10:46:38.269Z] === CONT TestCreateWithInvalidEnv/1 [2021-04-16T10:46:38.269Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2021-04-16T10:46:38.269Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-04-16T10:46:38.269Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-04-16T10:46:38.269Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2021-04-16T10:46:38.269Z] === RUN TestCreateTmpfsMountsTarget [2021-04-16T10:46:38.269Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2021-04-16T10:46:38.269Z] === RUN TestCreateWithCustomMaskedPaths [2021-04-16T10:46:38.485Z] INFO: Testing against a local daemon [2021-04-16T10:46:38.485Z] === RUN TestDockerNetworkIpvlanPersistance [2021-04-16T10:46:38.485Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-04-16T10:46:38.485Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-16T10:46:38.485Z] === RUN TestDockerNetworkIpvlan [2021-04-16T10:46:38.485Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-04-16T10:46:38.485Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-16T10:46:38.485Z] PASS [2021-04-16T10:46:38.485Z] [2021-04-16T10:46:38.485Z] === Skipped [2021-04-16T10:46:38.485Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-04-16T10:46:38.485Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-16T10:46:38.485Z] [2021-04-16T10:46:38.485Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-04-16T10:46:38.485Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-16T10:46:38.485Z] [2021-04-16T10:46:38.485Z] [2021-04-16T10:46:38.485Z] DONE 2 tests, 2 skipped in 0.096s [2021-04-16T10:46:38.485Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-04-16T10:46:38.485Z] INFO: Testing against a local daemon [2021-04-16T10:46:38.485Z] === RUN TestDockerNetworkMacvlanPersistance [2021-04-16T10:46:38.485Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2021-04-16T10:46:38.485Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-16T10:46:38.485Z] === RUN TestDockerNetworkMacvlan [2021-04-16T10:46:38.485Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2021-04-16T10:46:38.485Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-16T10:46:38.485Z] PASS [2021-04-16T10:46:38.485Z] [2021-04-16T10:46:38.485Z] === Skipped [2021-04-16T10:46:38.485Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2021-04-16T10:46:38.485Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-16T10:46:38.485Z] [2021-04-16T10:46:38.485Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2021-04-16T10:46:38.485Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-16T10:46:38.485Z] [2021-04-16T10:46:38.485Z] [2021-04-16T10:46:38.485Z] DONE 2 tests, 2 skipped in 0.103s [2021-04-16T10:46:38.485Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-04-16T10:46:38.485Z] testing: warning: no tests to run [2021-04-16T10:46:38.485Z] PASS [2021-04-16T10:46:38.485Z] [2021-04-16T10:46:38.485Z] DONE 0 tests in 0.022s [2021-04-16T10:46:38.485Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-04-16T10:46:38.743Z] INFO: Testing against a local daemon [2021-04-16T10:46:38.743Z] === RUN TestAuthZPluginAllowRequest [2021-04-16T10:46:38.743Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2021-04-16T10:46:38.743Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-16T10:46:38.743Z] === RUN TestAuthZPluginTLS [2021-04-16T10:46:38.743Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2021-04-16T10:46:38.743Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-16T10:46:38.743Z] === RUN TestAuthZPluginDenyRequest [2021-04-16T10:46:38.743Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2021-04-16T10:46:38.743Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-16T10:46:38.743Z] === RUN TestAuthZPluginAPIDenyResponse [2021-04-16T10:46:38.743Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2021-04-16T10:46:38.743Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-16T10:46:38.743Z] === RUN TestAuthZPluginDenyResponse [2021-04-16T10:46:38.743Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2021-04-16T10:46:38.743Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-16T10:46:38.743Z] === RUN TestAuthZPluginAllowEventStream [2021-04-16T10:46:38.743Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2021-04-16T10:46:38.743Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-16T10:46:38.743Z] === RUN TestAuthZPluginErrorResponse [2021-04-16T10:46:38.743Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2021-04-16T10:46:38.743Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-16T10:46:38.743Z] === RUN TestAuthZPluginErrorRequest [2021-04-16T10:46:38.743Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2021-04-16T10:46:38.743Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-16T10:46:38.743Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-04-16T10:46:38.743Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-04-16T10:46:38.743Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-16T10:46:38.743Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-04-16T10:46:38.743Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-04-16T10:46:38.743Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-16T10:46:38.743Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-04-16T10:46:38.743Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-04-16T10:46:38.743Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-16T10:46:38.743Z] === RUN TestAuthZPluginHeader [2021-04-16T10:46:38.743Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2021-04-16T10:46:38.743Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-16T10:46:38.743Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-04-16T10:46:38.743Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.18s) [2021-04-16T10:46:38.743Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-16T10:46:38.743Z] === RUN TestAuthZPluginV2Disable [2021-04-16T10:46:38.932Z] --- PASS: TestBuildMultiStageOnBuild (2.23s) [2021-04-16T10:46:38.932Z] === RUN TestBuildUncleanTarFilenames [2021-04-16T10:46:38.989Z] ok github.com/docker/docker/daemon/cluster/convert 0.022s coverage: 35.9% of statements [2021-04-16T10:46:39.001Z] --- SKIP: TestAuthZPluginV2Disable (0.01s) [2021-04-16T10:46:39.001Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-16T10:46:39.001Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-04-16T10:46:39.001Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.01s) [2021-04-16T10:46:39.001Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-16T10:46:39.001Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-04-16T10:46:39.001Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2021-04-16T10:46:39.001Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-16T10:46:39.001Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-04-16T10:46:39.001Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.01s) [2021-04-16T10:46:39.001Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-16T10:46:39.001Z] PASS [2021-04-16T10:46:39.001Z] [2021-04-16T10:46:39.001Z] === Skipped [2021-04-16T10:46:39.001Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2021-04-16T10:46:39.001Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-16T10:46:39.001Z] [2021-04-16T10:46:39.001Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2021-04-16T10:46:39.001Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-16T10:46:39.001Z] [2021-04-16T10:46:39.001Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2021-04-16T10:46:39.001Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-16T10:46:39.001Z] [2021-04-16T10:46:39.001Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2021-04-16T10:46:39.001Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-16T10:46:39.001Z] [2021-04-16T10:46:39.001Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2021-04-16T10:46:39.001Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-16T10:46:39.001Z] [2021-04-16T10:46:39.001Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2021-04-16T10:46:39.001Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-16T10:46:39.001Z] [2021-04-16T10:46:39.001Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2021-04-16T10:46:39.001Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-16T10:46:39.001Z] [2021-04-16T10:46:39.001Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2021-04-16T10:46:39.001Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-16T10:46:39.001Z] [2021-04-16T10:46:39.001Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-04-16T10:46:39.001Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-16T10:46:39.001Z] [2021-04-16T10:46:39.001Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-04-16T10:46:39.001Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-16T10:46:39.001Z] [2021-04-16T10:46:39.001Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-04-16T10:46:39.001Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-16T10:46:39.001Z] [2021-04-16T10:46:39.001Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2021-04-16T10:46:39.001Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-16T10:46:39.001Z] [2021-04-16T10:46:39.001Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.18s) [2021-04-16T10:46:39.001Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-16T10:46:39.001Z] [2021-04-16T10:46:39.001Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.01s) [2021-04-16T10:46:39.001Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-16T10:46:39.001Z] [2021-04-16T10:46:39.001Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.01s) [2021-04-16T10:46:39.001Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-16T10:46:39.001Z] [2021-04-16T10:46:39.001Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2021-04-16T10:46:39.001Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-16T10:46:39.001Z] [2021-04-16T10:46:39.001Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.01s) [2021-04-16T10:46:39.001Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-16T10:46:39.001Z] [2021-04-16T10:46:39.001Z] [2021-04-16T10:46:39.001Z] DONE 17 tests, 17 skipped in 0.344s [2021-04-16T10:46:39.001Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-04-16T10:46:39.001Z] INFO: Testing against a local daemon [2021-04-16T10:46:39.001Z] === RUN TestPluginInvalidJSON [2021-04-16T10:46:39.001Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-04-16T10:46:39.001Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-04-16T10:46:39.001Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-04-16T10:46:39.001Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-04-16T10:46:39.001Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-04-16T10:46:39.001Z] === RUN TestPluginInstall [2021-04-16T10:46:39.001Z] --- SKIP: TestPluginInstall (0.00s) [2021-04-16T10:46:39.002Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-16T10:46:39.002Z] === RUN TestPluginsWithRuntimes [2021-04-16T10:46:39.002Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-04-16T10:46:39.002Z] plugin_test.go:171: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2021-04-16T10:46:39.002Z] === RUN TestPluginBackCompatMediaTypes [2021-04-16T10:46:39.002Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-04-16T10:46:39.002Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2021-04-16T10:46:39.002Z] PASS [2021-04-16T10:46:39.002Z] [2021-04-16T10:46:39.002Z] === Skipped [2021-04-16T10:46:39.002Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2021-04-16T10:46:39.002Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-16T10:46:39.002Z] [2021-04-16T10:46:39.002Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2021-04-16T10:46:39.002Z] plugin_test.go:171: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2021-04-16T10:46:39.002Z] [2021-04-16T10:46:39.002Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2021-04-16T10:46:39.002Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2021-04-16T10:46:39.002Z] [2021-04-16T10:46:39.002Z] [2021-04-16T10:46:39.002Z] DONE 5 tests, 3 skipped in 0.133s [2021-04-16T10:46:39.002Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-04-16T10:46:39.192Z] --- PASS: TestBuildUncleanTarFilenames (0.70s) [2021-04-16T10:46:39.192Z] === RUN TestBuildMultiStageLayerLeak [2021-04-16T10:46:39.225Z] --- PASS: TestUpdateCPUQuota (3.94s) [2021-04-16T10:46:39.226Z] === RUN TestUpdatePidsLimit [2021-04-16T10:46:39.226Z] === RUN TestUpdatePidsLimit/update_from_none [2021-04-16T10:46:39.260Z] INFO: Testing against a local daemon [2021-04-16T10:46:39.260Z] === RUN TestExternalGraphDriver [2021-04-16T10:46:39.260Z] --- SKIP: TestExternalGraphDriver (0.07s) [2021-04-16T10:46:39.260Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-04-16T10:46:39.260Z] === RUN TestGraphdriverPluginV2 [2021-04-16T10:46:40.253Z] === RUN TestUpdatePidsLimit/no_change [2021-04-16T10:46:40.542Z] === RUN TestUpdatePidsLimit/update_lower [2021-04-16T10:46:40.819Z] --- PASS: TestCreateWithCustomMaskedPaths (2.48s) [2021-04-16T10:46:40.819Z] === RUN TestCreateWithCustomReadonlyPaths [2021-04-16T10:46:41.172Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-04-16T10:46:41.733Z] --- PASS: TestBuildMultiStageLayerLeak (2.23s) [2021-04-16T10:46:41.733Z] === RUN TestBuildWithHugeFile [2021-04-16T10:46:41.764Z] ok github.com/docker/docker/daemon/cluster 0.113s coverage: 0.5% of statements [2021-04-16T10:46:41.800Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-04-16T10:46:42.428Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-04-16T10:46:43.366Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.31s) [2021-04-16T10:46:43.366Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-04-16T10:46:43.366Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-16T10:46:43.366Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-16T10:46:43.366Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-16T10:46:43.366Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-16T10:46:43.366Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-16T10:46:43.366Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-16T10:46:43.366Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-16T10:46:43.366Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-16T10:46:43.366Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-16T10:46:43.366Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-16T10:46:43.366Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-16T10:46:43.366Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-16T10:46:43.366Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-16T10:46:43.366Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-16T10:46:43.366Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-16T10:46:43.366Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-04-16T10:46:43.366Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.04s) [2021-04-16T10:46:43.366Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2021-04-16T10:46:43.366Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2021-04-16T10:46:43.366Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2021-04-16T10:46:43.366Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2021-04-16T10:46:43.366Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-04-16T10:46:43.455Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-04-16T10:46:43.938Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.81s) [2021-04-16T10:46:43.938Z] === RUN TestCreateDifferentPlatform [2021-04-16T10:46:43.938Z] === RUN TestCreateDifferentPlatform/different_os [2021-04-16T10:46:43.938Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-04-16T10:46:43.938Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2021-04-16T10:46:43.938Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-04-16T10:46:43.938Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.01s) [2021-04-16T10:46:43.938Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-04-16T10:46:44.200Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2021-04-16T10:46:44.200Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-04-16T10:46:44.200Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.07s) [2021-04-16T10:46:44.200Z] === RUN TestContainerStartOnDaemonRestart [2021-04-16T10:46:44.200Z] === PAUSE TestContainerStartOnDaemonRestart [2021-04-16T10:46:44.200Z] === RUN TestDaemonRestartIpcMode [2021-04-16T10:46:44.200Z] === PAUSE TestDaemonRestartIpcMode [2021-04-16T10:46:44.200Z] === RUN TestDaemonHostGatewayIP [2021-04-16T10:46:44.200Z] === PAUSE TestDaemonHostGatewayIP [2021-04-16T10:46:44.200Z] === RUN TestRestartDaemonWithRestartingContainer [2021-04-16T10:46:44.200Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-04-16T10:46:44.200Z] === RUN TestContainerKillOnDaemonStart [2021-04-16T10:46:44.200Z] === PAUSE TestContainerKillOnDaemonStart [2021-04-16T10:46:44.200Z] === RUN TestDiff [2021-04-16T10:46:44.953Z] --- PASS: TestUpdatePidsLimit (5.35s) [2021-04-16T10:46:44.953Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.64s) [2021-04-16T10:46:44.953Z] --- PASS: TestUpdatePidsLimit/no_change (0.62s) [2021-04-16T10:46:44.953Z] --- PASS: TestUpdatePidsLimit/update_lower (0.63s) [2021-04-16T10:46:44.953Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.66s) [2021-04-16T10:46:44.953Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.65s) [2021-04-16T10:46:44.953Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.64s) [2021-04-16T10:46:44.953Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.58s) [2021-04-16T10:46:44.953Z] === RUN TestUpdateRestartPolicy [2021-04-16T10:46:45.143Z] --- PASS: TestDiff (0.79s) [2021-04-16T10:46:45.143Z] === RUN TestExecWithCloseStdin [2021-04-16T10:46:45.372Z] ok github.com/docker/docker/daemon/discovery 0.019s coverage: 30.0% of statements [2021-04-16T10:46:45.821Z] --- PASS: TestGraphdriverPluginV2 (6.60s) [2021-04-16T10:46:45.821Z] PASS [2021-04-16T10:46:45.821Z] [2021-04-16T10:46:45.821Z] === Skipped [2021-04-16T10:46:45.821Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.07s) [2021-04-16T10:46:45.821Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-04-16T10:46:45.821Z] [2021-04-16T10:46:45.821Z] [2021-04-16T10:46:45.821Z] DONE 2 tests, 1 skipped in 6.776s [2021-04-16T10:46:45.821Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-04-16T10:46:46.083Z] INFO: Testing against a local daemon [2021-04-16T10:46:46.083Z] === RUN TestContinueAfterPluginCrash [2021-04-16T10:46:46.083Z] === PAUSE TestContinueAfterPluginCrash [2021-04-16T10:46:46.083Z] === RUN TestReadPluginNoRead [2021-04-16T10:46:46.083Z] === PAUSE TestReadPluginNoRead [2021-04-16T10:46:46.083Z] === RUN TestDaemonStartWithLogOpt [2021-04-16T10:46:46.083Z] === PAUSE TestDaemonStartWithLogOpt [2021-04-16T10:46:46.083Z] === CONT TestContinueAfterPluginCrash [2021-04-16T10:46:46.083Z] === CONT TestDaemonStartWithLogOpt [2021-04-16T10:46:46.091Z] --- PASS: TestExecWithCloseStdin (1.10s) [2021-04-16T10:46:46.091Z] === RUN TestExec [2021-04-16T10:46:46.908Z] ok github.com/docker/docker/daemon/config 0.078s coverage: 81.8% of statements [2021-04-16T10:46:47.034Z] --- PASS: TestExec (1.09s) [2021-04-16T10:46:47.034Z] === RUN TestExecUser [2021-04-16T10:46:47.211Z] ok github.com/docker/docker/daemon/events 0.065s coverage: 50.0% of statements [2021-04-16T10:46:48.420Z] --- PASS: TestExecUser (1.11s) [2021-04-16T10:46:48.420Z] === RUN TestExportContainerAndImportImage [2021-04-16T10:46:49.364Z] --- PASS: TestExportContainerAndImportImage (1.10s) [2021-04-16T10:46:49.364Z] === RUN TestExportContainerAfterDaemonRestart [2021-04-16T10:46:49.987Z] ok github.com/docker/docker/daemon/graphdriver 0.009s coverage: 2.2% of statements [2021-04-16T10:46:51.789Z] sha256:e911ec9eec95c180e6abd558dbe7c9c088b8688fbfaf08776e3aa1a32ec3aeaf [2021-04-16T10:46:51.789Z] INFO: Starting docker-py tests... [2021-04-16T10:46:51.789Z] ============================= test session starts ============================== [2021-04-16T10:46:51.789Z] platform linux -- Python 3.7.10, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 [2021-04-16T10:46:51.789Z] rootdir: /src, inifile: pytest.ini [2021-04-16T10:46:51.789Z] plugins: timeout-1.3.3, cov-2.6.1 [2021-04-16T10:46:51.789Z] collected 390 items / 1 deselected / 389 selected [2021-04-16T10:46:51.789Z] [2021-04-16T10:46:52.645Z] --- PASS: TestDaemonStartWithLogOpt (6.44s) [2021-04-16T10:46:52.645Z] === CONT TestReadPluginNoRead [2021-04-16T10:46:52.668Z] --- PASS: TestExportContainerAfterDaemonRestart (3.07s) [2021-04-16T10:46:52.668Z] === RUN TestHealthCheckWorkdir [2021-04-16T10:46:53.539Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.007s coverage: 3.1% of statements [2021-04-16T10:46:53.835Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.491s coverage: 14.1% of statements [2021-04-16T10:46:54.053Z] --- PASS: TestHealthCheckWorkdir (1.46s) [2021-04-16T10:46:54.053Z] === RUN TestHealthKillContainer [2021-04-16T10:46:54.483Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.701s coverage: 57.1% of statements [2021-04-16T10:46:55.761Z] .....INFO: Daemon under test started and replied! [2021-04-16T10:46:55.761Z] INFO: Docker version of the daemon under test [2021-04-16T10:46:55.761Z] [2021-04-16T10:46:55.761Z] Client: [2021-04-16T10:46:55.761Z] Version: 17.06.2-ce [2021-04-16T10:46:55.761Z] API version: 1.30 [2021-04-16T10:46:55.761Z] Go version: go1.8.3 [2021-04-16T10:46:55.761Z] Git commit: cec0b72 [2021-04-16T10:46:55.761Z] Built: Tue Sep 5 19:57:19 2017 [2021-04-16T10:46:55.761Z] OS/Arch: windows/amd64 [2021-04-16T10:46:55.761Z] [2021-04-16T10:46:55.761Z] Server: [2021-04-16T10:46:55.761Z] Version: 0.0.0-dev [2021-04-16T10:46:55.761Z] API version: 1.41 (minimum version 1.24) [2021-04-16T10:46:55.761Z] Go version: go1.13.15 [2021-04-16T10:46:55.761Z] Git commit: eb0610b7fc [2021-04-16T10:46:55.761Z] Built: 04/16/2021 10:44:52 [2021-04-16T10:46:55.761Z] OS/Arch: windows/amd64 [2021-04-16T10:46:55.761Z] Experimental: false [2021-04-16T10:46:55.761Z] [2021-04-16T10:46:55.761Z] INFO: Docker info of the daemon under test [2021-04-16T10:46:55.761Z] [2021-04-16T10:46:55.761Z] Containers: 0 [2021-04-16T10:46:55.761Z] Running: 0 [2021-04-16T10:46:55.761Z] Paused: 0 [2021-04-16T10:46:55.761Z] Stopped: 0 [2021-04-16T10:46:55.761Z] Images: 0 [2021-04-16T10:46:55.761Z] Server Version: 0.0.0-dev [2021-04-16T10:46:55.761Z] Storage Driver: windowsfilter [2021-04-16T10:46:55.761Z] Windows: [2021-04-16T10:46:55.761Z] Logging Driver: json-file [2021-04-16T10:46:55.761Z] Plugins: [2021-04-16T10:46:55.761Z] Volume: local [2021-04-16T10:46:55.761Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-04-16T10:46:55.761Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-04-16T10:46:55.761Z] Swarm: inactive [2021-04-16T10:46:55.761Z] Default Isolation: process [2021-04-16T10:46:55.761Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-04-16T10:46:55.761Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1757) [2021-04-16T10:46:55.761Z] OSType: windows [2021-04-16T10:46:55.761Z] Architecture: x86_64 [2021-04-16T10:46:55.761Z] CPUs: 4 [2021-04-16T10:46:55.761Z] Total Memory: 32GiB [2021-04-16T10:46:55.761Z] Name: azwin-2-a80f70 [2021-04-16T10:46:55.761Z] ID: HRDO:F6CQ:E4Z5:5OV2:W36V:ZHAS:W4CQ:LLR3:5C6W:MTWJ:5YAV:4GQM [2021-04-16T10:46:55.761Z] Docker Root Dir: D:\CI\PR-40094\16\daemon [2021-04-16T10:46:55.761Z] Debug Mode (client): false [2021-04-16T10:46:55.761Z] Debug Mode (server): true [2021-04-16T10:46:55.761Z] File Descriptors: -1 [2021-04-16T10:46:55.761Z] Goroutines: 16 [2021-04-16T10:46:55.761Z] System Time: 2021-04-16T10:46:52.8680008Z [2021-04-16T10:46:55.761Z] EventsListeners: 0 [2021-04-16T10:46:55.761Z] Registry: https://index.docker.io/v1/ [2021-04-16T10:46:55.761Z] Labels: [2021-04-16T10:46:55.761Z] Experimental: false [2021-04-16T10:46:55.761Z] Insecure Registries: [2021-04-16T10:46:55.761Z] 127.0.0.0/8 [2021-04-16T10:46:55.761Z] Live Restore Enabled: false [2021-04-16T10:46:55.761Z] [2021-04-16T10:46:55.761Z] [2021-04-16T10:46:55.761Z] INFO: Docker images of the daemon under test [2021-04-16T10:46:55.761Z] [2021-04-16T10:46:55.761Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-04-16T10:46:55.761Z] [2021-04-16T10:46:55.761Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2021-04-16T10:46:55.761Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2021-04-16T10:46:55.761Z] ltsc2019: Pulling from windows/servercore [2021-04-16T10:46:55.761Z] 4612f6d0b889: Pulling fs layer [2021-04-16T10:46:55.761Z] 399f118dfaa9: Pulling fs layer [2021-04-16T10:46:55.932Z] === RUN TestReadPluginNoRead/default [2021-04-16T10:46:56.190Z] --- PASS: TestContinueAfterPluginCrash (10.29s) [2021-04-16T10:46:56.370Z] Loaded image: buildpack-deps:buster [2021-04-16T10:46:56.370Z] Loaded image: busybox:latest [2021-04-16T10:46:56.632Z] Loaded image: buildpack-deps:buster [2021-04-16T10:46:56.893Z] Loaded image: busybox:glibc [2021-04-16T10:46:56.893Z] Loaded image: busybox:latest [2021-04-16T10:46:57.353Z] --- PASS: TestHealthKillContainer (3.09s) [2021-04-16T10:46:57.353Z] === RUN TestInspectCpusetInConfigPre120 [2021-04-16T10:46:57.368Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.008s coverage: 1.9% of statements [2021-04-16T10:46:57.465Z] Loaded image: busybox:glibc [2021-04-16T10:46:57.926Z] --- PASS: TestInspectCpusetInConfigPre120 (0.82s) [2021-04-16T10:46:57.926Z] === RUN TestIpcModeNone [2021-04-16T10:46:58.721Z] === RUN TestReadPluginNoRead/disabled_caching [2021-04-16T10:46:58.870Z] --- PASS: TestIpcModeNone (1.05s) [2021-04-16T10:46:58.870Z] === RUN TestIpcModePrivate [2021-04-16T10:46:58.917Z] ok github.com/docker/docker/daemon 12.386s coverage: 17.2% of statements [2021-04-16T10:46:58.917Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-04-16T10:46:58.917Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-04-16T10:46:58.917Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-04-16T10:46:58.917Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-04-16T10:46:58.917Z] ok github.com/docker/docker/daemon/graphdriver/aufs 8.242s coverage: 69.3% of statements [2021-04-16T10:46:59.812Z] --- PASS: TestIpcModePrivate (1.07s) [2021-04-16T10:46:59.812Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:70, shared: false, mustBeShared: false [2021-04-16T10:46:59.812Z] === RUN TestIpcModeShareable [2021-04-16T10:47:00.295Z] --- PASS: TestUpdateRestartPolicy (13.74s) [2021-04-16T10:47:00.295Z] === RUN TestUpdateRestartWithAutoRemove [2021-04-16T10:47:00.295Z] --- PASS: TestUpdateRestartWithAutoRemove (0.95s) [2021-04-16T10:47:00.295Z] === RUN TestWaitNonBlocked [2021-04-16T10:47:00.295Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-16T10:47:00.295Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-16T10:47:00.295Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-16T10:47:00.295Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-16T10:47:00.295Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-16T10:47:00.295Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-16T10:47:00.588Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-04-16T10:47:00.588Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.17s) [2021-04-16T10:47:00.588Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.25s) [2021-04-16T10:47:00.588Z] === RUN TestWaitBlocked [2021-04-16T10:47:00.588Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-04-16T10:47:00.588Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-04-16T10:47:00.588Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-04-16T10:47:00.588Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-04-16T10:47:00.588Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-04-16T10:47:00.588Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-04-16T10:47:01.017Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.022s coverage: 45.9% of statements [2021-04-16T10:47:01.017Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-04-16T10:47:01.198Z] --- PASS: TestIpcModeShareable (1.08s) [2021-04-16T10:47:01.198Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:64, shared: true, mustBeShared: true [2021-04-16T10:47:01.198Z] === RUN TestAPIIpcModeShareableAndContainer [2021-04-16T10:47:01.251Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-04-16T10:47:01.524Z] 29d5b6a226d2: Pull complete [2021-04-16T10:47:01.524Z] Digest: sha256:e92dcad0bf84dc0ec9fdcf076eb32c9cb664a0605be1843365b6fc3e9de2306b [2021-04-16T10:47:01.524Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-04-16T10:47:01.524Z] INFO: docker pull of mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 into daemon under test completed successfully [2021-04-16T10:47:01.524Z] INFO: Tagging mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 as microsoft/windowsservercore in daemon under test [2021-04-16T10:47:01.524Z] INFO: Version of mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 is '10.0.20295.1' [2021-04-16T10:47:01.524Z] WARN: Skipping validation tests [2021-04-16T10:47:01.524Z] INFO: Running unit tests at 04/16/2021 10:46:49... [2021-04-16T10:47:01.524Z] INFO: make.ps1 starting at 04/16/2021 10:46:54 [2021-04-16T10:47:01.524Z] INFO: Git commit (eb0610b7fc) assumed from DOCKER_GITCOMMIT environment variable [2021-04-16T10:47:01.524Z] INFO: Invoking autogen... [2021-04-16T10:47:01.524Z] INFO: Running unit tests... [2021-04-16T10:47:01.664Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.020s coverage: 57.5% of statements [2021-04-16T10:47:01.966Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.320s coverage: 49.4% of statements [2021-04-16T10:47:02.178Z] --- PASS: TestWaitBlocked (0.01s) [2021-04-16T10:47:02.178Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.32s) [2021-04-16T10:47:02.178Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.38s) [2021-04-16T10:47:02.178Z] === CONT TestContainerStartOnDaemonRestart [2021-04-16T10:47:02.178Z] === CONT TestContainerKillOnDaemonStart [2021-04-16T10:47:03.781Z] --- PASS: TestReadPluginNoRead (10.98s) [2021-04-16T10:47:03.781Z] --- PASS: TestReadPluginNoRead/default (2.47s) [2021-04-16T10:47:03.781Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.49s) [2021-04-16T10:47:03.781Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.47s) [2021-04-16T10:47:03.781Z] read_test.go:92: [d4edeabc92333] daemon is not started [2021-04-16T10:47:03.781Z] PASS [2021-04-16T10:47:03.781Z] [2021-04-16T10:47:03.781Z] DONE 6 tests in 17.537s [2021-04-16T10:47:03.781Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-04-16T10:47:03.781Z] testing: warning: no tests to run [2021-04-16T10:47:03.781Z] PASS [2021-04-16T10:47:03.781Z] [2021-04-16T10:47:03.781Z] DONE 0 tests in 0.040s [2021-04-16T10:47:03.781Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-04-16T10:47:03.781Z] INFO: Testing against a local daemon [2021-04-16T10:47:03.781Z] === RUN TestPluginWithDevMounts [2021-04-16T10:47:03.781Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-04-16T10:47:03.781Z] mounts_test.go:21: (*Execution).IsRootless-fm [2021-04-16T10:47:03.781Z] PASS [2021-04-16T10:47:03.781Z] [2021-04-16T10:47:03.781Z] === Skipped [2021-04-16T10:47:03.781Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2021-04-16T10:47:03.781Z] mounts_test.go:21: (*Execution).IsRootless-fm [2021-04-16T10:47:03.781Z] [2021-04-16T10:47:03.781Z] [2021-04-16T10:47:03.781Z] DONE 1 tests, 1 skipped in 0.117s [2021-04-16T10:47:03.781Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-04-16T10:47:03.781Z] INFO: Testing against a local daemon [2021-04-16T10:47:03.781Z] === RUN TestSecretInspect [2021-04-16T10:47:03.781Z] --- SKIP: TestSecretInspect (0.01s) [2021-04-16T10:47:03.781Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:03.781Z] === RUN TestSecretList [2021-04-16T10:47:03.781Z] --- SKIP: TestSecretList (0.02s) [2021-04-16T10:47:03.781Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:03.781Z] === RUN TestSecretsCreateAndDelete [2021-04-16T10:47:03.781Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2021-04-16T10:47:03.781Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:03.781Z] === RUN TestSecretsUpdate [2021-04-16T10:47:03.781Z] --- SKIP: TestSecretsUpdate (0.01s) [2021-04-16T10:47:03.781Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:03.781Z] === RUN TestTemplatedSecret [2021-04-16T10:47:03.781Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-04-16T10:47:03.781Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:03.781Z] === RUN TestSecretCreateResolve [2021-04-16T10:47:03.781Z] --- SKIP: TestSecretCreateResolve (0.01s) [2021-04-16T10:47:03.781Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:03.781Z] PASS [2021-04-16T10:47:03.781Z] [2021-04-16T10:47:03.781Z] === Skipped [2021-04-16T10:47:03.781Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2021-04-16T10:47:03.781Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:03.781Z] [2021-04-16T10:47:03.781Z] === SKIP: amd64.integration.secret TestSecretList (0.02s) [2021-04-16T10:47:03.781Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:03.781Z] [2021-04-16T10:47:03.781Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2021-04-16T10:47:03.781Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:03.781Z] [2021-04-16T10:47:03.781Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2021-04-16T10:47:03.781Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:03.781Z] [2021-04-16T10:47:03.781Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2021-04-16T10:47:03.781Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:03.781Z] [2021-04-16T10:47:03.781Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2021-04-16T10:47:03.781Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:03.781Z] [2021-04-16T10:47:03.781Z] [2021-04-16T10:47:03.781Z] DONE 6 tests, 6 skipped in 0.162s [2021-04-16T10:47:03.781Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-04-16T10:47:03.781Z] INFO: Testing against a local daemon [2021-04-16T10:47:03.781Z] === RUN TestServiceCreateInit [2021-04-16T10:47:04.040Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-04-16T10:47:04.040Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-04-16T10:47:04.040Z] --- PASS: TestServiceCreateInit (0.03s) [2021-04-16T10:47:04.040Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-04-16T10:47:04.040Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:04.040Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-04-16T10:47:04.040Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:04.040Z] === RUN TestCreateServiceMultipleTimes [2021-04-16T10:47:04.040Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2021-04-16T10:47:04.040Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:04.040Z] === RUN TestCreateServiceConflict [2021-04-16T10:47:04.040Z] --- SKIP: TestCreateServiceConflict (0.01s) [2021-04-16T10:47:04.040Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:04.040Z] === RUN TestCreateServiceMaxReplicas [2021-04-16T10:47:04.040Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2021-04-16T10:47:04.040Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:04.040Z] === RUN TestCreateWithDuplicateNetworkNames [2021-04-16T10:47:04.040Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2021-04-16T10:47:04.040Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:04.040Z] === RUN TestCreateServiceSecretFileMode [2021-04-16T10:47:04.040Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2021-04-16T10:47:04.040Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:04.040Z] === RUN TestCreateServiceConfigFileMode [2021-04-16T10:47:04.040Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2021-04-16T10:47:04.040Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:04.040Z] === RUN TestCreateServiceSysctls [2021-04-16T10:47:04.040Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2021-04-16T10:47:04.040Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:04.040Z] === RUN TestCreateServiceCapabilities [2021-04-16T10:47:04.040Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2021-04-16T10:47:04.040Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:04.040Z] === RUN TestInspect [2021-04-16T10:47:04.040Z] --- SKIP: TestInspect (0.01s) [2021-04-16T10:47:04.040Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:04.040Z] === RUN TestCreateJob [2021-04-16T10:47:04.040Z] --- SKIP: TestCreateJob (0.01s) [2021-04-16T10:47:04.041Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:04.041Z] === RUN TestReplicatedJob [2021-04-16T10:47:04.041Z] --- SKIP: TestReplicatedJob (0.01s) [2021-04-16T10:47:04.041Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:04.041Z] === RUN TestUpdateReplicatedJob [2021-04-16T10:47:04.041Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2021-04-16T10:47:04.041Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:04.041Z] === RUN TestServiceListWithStatuses [2021-04-16T10:47:04.041Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-04-16T10:47:04.041Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-04-16T10:47:04.041Z] === RUN TestDockerNetworkConnectAlias [2021-04-16T10:47:04.041Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2021-04-16T10:47:04.041Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:04.041Z] === RUN TestDockerNetworkReConnect [2021-04-16T10:47:04.041Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2021-04-16T10:47:04.041Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:04.041Z] === RUN TestServicePlugin [2021-04-16T10:47:04.074Z] ok github.com/docker/docker/daemon/links 0.006s coverage: 93.0% of statements [2021-04-16T10:47:04.104Z] Loaded image: debian:bullseye [2021-04-16T10:47:04.104Z] Loaded image: hello-world:latest [2021-04-16T10:47:04.104Z] Loaded image: arm32v7/hello-world:latest [2021-04-16T10:47:04.104Z] INFO: Testing against a local daemon [2021-04-16T10:47:04.104Z] === RUN TestDockerDaemonSuite [2021-04-16T10:47:04.365Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2021-04-16T10:47:04.379Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.012s coverage: 3.0% of statements [2021-04-16T10:47:04.505Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.10s) [2021-04-16T10:47:04.505Z] === RUN TestAPIIpcModeHost [2021-04-16T10:47:04.626Z] Loaded image: debian:bullseye [2021-04-16T10:47:04.887Z] Loaded image: hello-world:latest [2021-04-16T10:47:05.077Z] --- PASS: TestAPIIpcModeHost (1.13s) [2021-04-16T10:47:05.077Z] === RUN TestDaemonIpcModeShareable [2021-04-16T10:47:05.148Z] Loaded image: arm32v7/hello-world:latest [2021-04-16T10:47:05.148Z] INFO: Testing against a local daemon [2021-04-16T10:47:05.148Z] === RUN TestDockerSuite [2021-04-16T10:47:05.408Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-04-16T10:47:05.669Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-04-16T10:47:05.669Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-04-16T10:47:05.669Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-04-16T10:47:05.669Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-04-16T10:47:05.669Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-04-16T10:47:05.669Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-04-16T10:47:05.669Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-04-16T10:47:05.853Z] --- PASS: TestContainerStartOnDaemonRestart (3.41s) [2021-04-16T10:47:05.853Z] === CONT TestIpcModeOlderClient [2021-04-16T10:47:05.853Z] --- PASS: TestIpcModeOlderClient (0.21s) [2021-04-16T10:47:05.853Z] === CONT TestDaemonHostGatewayIP [2021-04-16T10:47:06.234Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/dockerd github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/lcow github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/signal/testfiles github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2021-04-16T10:47:06.617Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-04-16T10:47:06.878Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-04-16T10:47:07.164Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.264s coverage: 52.2% of statements [2021-04-16T10:47:07.164Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-04-16T10:47:07.164Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-04-16T10:47:07.164Z] ok github.com/docker/docker/daemon/logger 0.236s coverage: 43.2% of statements [2021-04-16T10:47:07.450Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-04-16T10:47:07.450Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-04-16T10:47:07.627Z] --- PASS: TestDaemonIpcModeShareable (2.50s) [2021-04-16T10:47:07.627Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:73, shared: true, mustBeShared: true [2021-04-16T10:47:07.627Z] === RUN TestDaemonIpcModePrivate [2021-04-16T10:47:08.228Z] --- SKIP: TestServicePlugin (3.69s) [2021-04-16T10:47:08.228Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:08.228Z] === RUN TestServiceUpdateLabel [2021-04-16T10:47:08.228Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2021-04-16T10:47:08.228Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:08.228Z] === RUN TestServiceUpdateSecrets [2021-04-16T10:47:08.228Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2021-04-16T10:47:08.228Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:08.228Z] === RUN TestServiceUpdateConfigs [2021-04-16T10:47:08.228Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2021-04-16T10:47:08.228Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:08.228Z] === RUN TestServiceUpdateNetwork [2021-04-16T10:47:08.228Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2021-04-16T10:47:08.228Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:08.228Z] === RUN TestServiceUpdatePidsLimit [2021-04-16T10:47:08.228Z] --- SKIP: TestServiceUpdatePidsLimit (0.02s) [2021-04-16T10:47:08.228Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:08.228Z] PASS [2021-04-16T10:47:08.228Z] [2021-04-16T10:47:08.229Z] === Skipped [2021-04-16T10:47:08.229Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-04-16T10:47:08.229Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-04-16T10:47:08.229Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:08.229Z] [2021-04-16T10:47:08.229Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-04-16T10:47:08.229Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-04-16T10:47:08.229Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:08.229Z] [2021-04-16T10:47:08.229Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2021-04-16T10:47:08.229Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:08.229Z] [2021-04-16T10:47:08.229Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2021-04-16T10:47:08.229Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:08.229Z] [2021-04-16T10:47:08.229Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2021-04-16T10:47:08.229Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:08.229Z] [2021-04-16T10:47:08.229Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2021-04-16T10:47:08.229Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:08.229Z] [2021-04-16T10:47:08.229Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2021-04-16T10:47:08.229Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:08.229Z] [2021-04-16T10:47:08.229Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2021-04-16T10:47:08.229Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:08.229Z] [2021-04-16T10:47:08.229Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.03s) [2021-04-16T10:47:08.229Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:08.229Z] [2021-04-16T10:47:08.229Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2021-04-16T10:47:08.229Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:08.229Z] [2021-04-16T10:47:08.229Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2021-04-16T10:47:08.229Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:08.229Z] [2021-04-16T10:47:08.229Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2021-04-16T10:47:08.229Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:08.229Z] [2021-04-16T10:47:08.229Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2021-04-16T10:47:08.229Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:08.229Z] [2021-04-16T10:47:08.229Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2021-04-16T10:47:08.229Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:08.229Z] [2021-04-16T10:47:08.229Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-04-16T10:47:08.229Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-04-16T10:47:08.229Z] [2021-04-16T10:47:08.229Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2021-04-16T10:47:08.229Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:08.229Z] [2021-04-16T10:47:08.229Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2021-04-16T10:47:08.229Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:08.229Z] [2021-04-16T10:47:08.229Z] === SKIP: amd64.integration.service TestServicePlugin (3.69s) [2021-04-16T10:47:08.229Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:08.229Z] [2021-04-16T10:47:08.229Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2021-04-16T10:47:08.229Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:08.229Z] [2021-04-16T10:47:08.229Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2021-04-16T10:47:08.229Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:08.229Z] [2021-04-16T10:47:08.229Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2021-04-16T10:47:08.229Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:08.229Z] [2021-04-16T10:47:08.229Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2021-04-16T10:47:08.229Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:08.229Z] [2021-04-16T10:47:08.229Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.02s) [2021-04-16T10:47:08.229Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-16T10:47:08.229Z] [2021-04-16T10:47:08.229Z] [2021-04-16T10:47:08.229Z] DONE 24 tests, 23 skipped in 4.099s [2021-04-16T10:47:08.229Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-04-16T10:47:08.229Z] INFO: Testing against a local daemon [2021-04-16T10:47:08.229Z] === RUN TestSessionCreate [2021-04-16T10:47:08.229Z] --- PASS: TestSessionCreate (0.03s) [2021-04-16T10:47:08.229Z] === RUN TestSessionCreateWithBadUpgrade [2021-04-16T10:47:08.229Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-04-16T10:47:08.229Z] PASS [2021-04-16T10:47:08.229Z] [2021-04-16T10:47:08.229Z] DONE 2 tests in 0.138s [2021-04-16T10:47:08.229Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-04-16T10:47:08.229Z] INFO: Testing against a local daemon [2021-04-16T10:47:08.229Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-04-16T10:47:08.229Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-04-16T10:47:08.229Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-04-16T10:47:08.229Z] === RUN TestEventsExecDie [2021-04-16T10:47:08.394Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-04-16T10:47:08.394Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-04-16T10:47:08.394Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-04-16T10:47:08.697Z] ok github.com/docker/docker/daemon/logger/awslogs 0.478s coverage: 77.4% of statements [2021-04-16T10:47:08.697Z] ok github.com/docker/docker/daemon/images 0.034s coverage: 6.7% of statements [2021-04-16T10:47:08.697Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-04-16T10:47:08.697Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-04-16T10:47:08.697Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-04-16T10:47:08.697Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-04-16T10:47:08.833Z] tests/integration/api_build_test.py .......................X [ 6%] [2021-04-16T10:47:09.194Z] --- PASS: TestEventsExecDie (1.00s) [2021-04-16T10:47:09.194Z] === RUN TestEventsBackwardsCompatible [2021-04-16T10:47:09.194Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2021-04-16T10:47:09.194Z] === RUN TestInfoBinaryCommits [2021-04-16T10:47:09.194Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-04-16T10:47:09.194Z] === RUN TestInfoAPIVersioned [2021-04-16T10:47:09.194Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-04-16T10:47:09.194Z] === RUN TestInfoDiscoveryBackend [2021-04-16T10:47:09.408Z] tests/integration/api_client_test.py ..... [ 7%] [2021-04-16T10:47:09.754Z] ok github.com/docker/docker/daemon/logger/gelf 0.058s coverage: 67.0% of statements [2021-04-16T10:47:10.051Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.016s coverage: 87.2% of statements [2021-04-16T10:47:10.051Z] ok github.com/docker/docker/daemon/logger/journald 0.015s coverage: 23.9% of statements [2021-04-16T10:47:10.173Z] --- PASS: TestDaemonIpcModePrivate (2.47s) [2021-04-16T10:47:10.173Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: false, mustBeShared: false [2021-04-16T10:47:10.173Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-04-16T10:47:10.360Z] --- PASS: TestDaemonHostGatewayIP (3.95s) [2021-04-16T10:47:10.360Z] === CONT TestRestartDaemonWithRestartingContainer [2021-04-16T10:47:10.939Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-04-16T10:47:11.100Z] --- PASS: TestInfoDiscoveryBackend (1.74s) [2021-04-16T10:47:11.100Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-04-16T10:47:11.771Z] tests/integration/api_config_test.py ..... [ 8%] [2021-04-16T10:47:12.160Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.088s coverage: 69.9% of statements [2021-04-16T10:47:12.323Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-04-16T10:47:12.323Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-04-16T10:47:12.323Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-04-16T10:47:12.584Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2021-04-16T10:47:12.719Z] --- PASS: TestDaemonIpcModePrivateFromConfig (2.53s) [2021-04-16T10:47:12.719Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: false, mustBeShared: false [2021-04-16T10:47:12.719Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-04-16T10:47:12.807Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.059s coverage: 31.5% of statements [2021-04-16T10:47:12.807Z] ok github.com/docker/docker/daemon/logger/local 0.122s coverage: 75.2% of statements [2021-04-16T10:47:12.807Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-04-16T10:47:13.868Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.054s coverage: 58.6% of statements [2021-04-16T10:47:13.882Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.19s) [2021-04-16T10:47:13.882Z] === CONT TestDaemonRestartIpcMode [2021-04-16T10:47:14.382Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.38s) [2021-04-16T10:47:14.382Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-04-16T10:47:14.382Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-04-16T10:47:14.382Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-16T10:47:14.382Z] === RUN TestInfoAPI [2021-04-16T10:47:14.382Z] --- PASS: TestInfoAPI (0.02s) [2021-04-16T10:47:14.382Z] === RUN TestInfoAPIWarnings [2021-04-16T10:47:14.921Z] ok github.com/docker/docker/daemon/logger/templates 0.017s coverage: 8.3% of statements [2021-04-16T10:47:14.977Z] --- PASS: TestContainerKillOnDaemonStart (12.71s) [2021-04-16T10:47:15.131Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-04-16T10:47:15.131Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-04-16T10:47:15.233Z] ok github.com/docker/docker/daemon/logger/syslog 0.038s coverage: 46.8% of statements [2021-04-16T10:47:15.267Z] --- PASS: TestDaemonIpcModeShareableFromConfig (2.50s) [2021-04-16T10:47:15.267Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:73, shared: true, mustBeShared: true [2021-04-16T10:47:15.267Z] === RUN TestIpcModeOlderClient [2021-04-16T10:47:15.267Z] === PAUSE TestIpcModeOlderClient [2021-04-16T10:47:15.267Z] === RUN TestKillContainerInvalidSignal [2021-04-16T10:47:16.210Z] --- PASS: TestKillContainerInvalidSignal (0.82s) [2021-04-16T10:47:16.210Z] === RUN TestKillContainer [2021-04-16T10:47:16.210Z] === RUN TestKillContainer/no_signal [2021-04-16T10:47:16.519Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-04-16T10:47:16.578Z] ? github.com/docker/docker/api [no test files] [2021-04-16T10:47:16.782Z] === RUN TestKillContainer/non_killing_signal [2021-04-16T10:47:17.092Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-04-16T10:47:17.092Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-04-16T10:47:17.092Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-04-16T10:47:17.728Z] === RUN TestKillContainer/killing_signal [2021-04-16T10:47:17.782Z] --- PASS: TestDaemonRestartIpcMode (4.09s) [2021-04-16T10:47:17.782Z] PASS [2021-04-16T10:47:17.782Z] [2021-04-16T10:47:17.782Z] === Skipped [2021-04-16T10:47:17.782Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2021-04-16T10:47:17.783Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-04-16T10:47:17.783Z] [2021-04-16T10:47:17.783Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.00s) [2021-04-16T10:47:17.783Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-16T10:47:17.783Z] [2021-04-16T10:47:17.783Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2021-04-16T10:47:17.783Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-16T10:47:17.783Z] [2021-04-16T10:47:17.783Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-04-16T10:47:17.783Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-04-16T10:47:17.783Z] [2021-04-16T10:47:17.783Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s) [2021-04-16T10:47:17.783Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-04-16T10:47:17.783Z] [2021-04-16T10:47:17.783Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) [2021-04-16T10:47:17.783Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-04-16T10:47:17.783Z] [2021-04-16T10:47:17.783Z] [2021-04-16T10:47:17.783Z] DONE 197 tests, 6 skipped in 180.978s [2021-04-16T10:47:17.783Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2021-04-16T10:47:17.783Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:47:17.783Z] ++ set -e [2021-04-16T10:47:17.783Z] ++ '[' -n 0 ']' [2021-04-16T10:47:17.783Z] ++ set -x [2021-04-16T10:47:17.783Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:47:17.997Z] ok github.com/docker/docker/daemon/network 0.011s coverage: 63.8% of statements [2021-04-16T10:47:18.072Z] INFO: Testing against a local daemon [2021-04-16T10:47:18.072Z] === RUN TestCommitInheritsEnv [2021-04-16T10:47:18.294Z] ok github.com/docker/docker/daemon/logger/splunk 2.427s coverage: 82.5% of statements [2021-04-16T10:47:18.294Z] ? github.com/docker/docker/daemon/names [no test files] [2021-04-16T10:47:18.294Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-04-16T10:47:18.671Z] --- PASS: TestKillContainer (2.53s) [2021-04-16T10:47:18.671Z] --- PASS: TestKillContainer/no_signal (0.82s) [2021-04-16T10:47:18.671Z] --- PASS: TestKillContainer/non_killing_signal (0.64s) [2021-04-16T10:47:18.671Z] --- PASS: TestKillContainer/killing_signal (0.82s) [2021-04-16T10:47:18.671Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-04-16T10:47:18.671Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-04-16T10:47:18.775Z] --- PASS: TestCommitInheritsEnv (0.56s) [2021-04-16T10:47:18.775Z] === RUN TestImportExtremelyLargeImageWorks [2021-04-16T10:47:18.775Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-04-16T10:47:18.775Z] === RUN TestImagesFilterMultiReference [2021-04-16T10:47:18.775Z] --- PASS: TestImagesFilterMultiReference (0.04s) [2021-04-16T10:47:18.775Z] === RUN TestImagePullPlatformInvalid [2021-04-16T10:47:18.775Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2021-04-16T10:47:18.775Z] === RUN TestRemoveImageOrphaning [2021-04-16T10:47:18.939Z] ok github.com/docker/docker/distribution/metadata 0.245s coverage: 48.2% of statements [2021-04-16T10:47:19.403Z] --- PASS: TestRemoveImageOrphaning (0.59s) [2021-04-16T10:47:19.403Z] === RUN TestRemoveImageGarbageCollector [2021-04-16T10:47:19.403Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-04-16T10:47:19.403Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-16T10:47:19.403Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-04-16T10:47:19.403Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2021-04-16T10:47:19.403Z] === RUN TestTagInvalidReference [2021-04-16T10:47:19.403Z] --- PASS: TestTagInvalidReference (0.01s) [2021-04-16T10:47:19.403Z] === RUN TestTagValidPrefixedRepo [2021-04-16T10:47:19.403Z] --- PASS: TestTagValidPrefixedRepo (0.03s) [2021-04-16T10:47:19.403Z] === RUN TestTagExistedNameWithoutForce [2021-04-16T10:47:19.403Z] --- PASS: TestTagExistedNameWithoutForce (0.01s) [2021-04-16T10:47:19.403Z] === RUN TestTagOfficialNames [2021-04-16T10:47:19.403Z] --- PASS: TestTagOfficialNames (0.03s) [2021-04-16T10:47:19.403Z] === RUN TestTagMatchesDigest [2021-04-16T10:47:19.403Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-04-16T10:47:19.403Z] === CONT TestImportExtremelyLargeImageWorks [2021-04-16T10:47:19.613Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-04-16T10:47:20.185Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.64s) [2021-04-16T10:47:20.185Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.83s) [2021-04-16T10:47:20.185Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.61s) [2021-04-16T10:47:20.185Z] === RUN TestKillStoppedContainer [2021-04-16T10:47:20.185Z] --- PASS: TestKillStoppedContainer (0.07s) [2021-04-16T10:47:20.185Z] === RUN TestKillStoppedContainerAPIPre120 [2021-04-16T10:47:20.391Z] --- PASS: TestBuildWithHugeFile (93.40s) [2021-04-16T10:47:20.391Z] === RUN TestBuildWCOWSandboxSize [2021-04-16T10:47:20.391Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-04-16T10:47:20.391Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-04-16T10:47:20.391Z] === RUN TestBuildWithEmptyDockerfile [2021-04-16T10:47:20.391Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-16T10:47:20.391Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-16T10:47:20.391Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-16T10:47:20.391Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-16T10:47:20.391Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-16T10:47:20.391Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-16T10:47:20.391Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-16T10:47:20.391Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-16T10:47:20.391Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-16T10:47:20.391Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2021-04-16T10:47:20.391Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.10s) [2021-04-16T10:47:20.391Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.13s) [2021-04-16T10:47:20.391Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.07s) [2021-04-16T10:47:20.391Z] === RUN TestBuildPreserveOwnership [2021-04-16T10:47:20.391Z] === RUN TestBuildPreserveOwnership/copy_from [2021-04-16T10:47:20.446Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) [2021-04-16T10:47:20.446Z] === RUN TestKillDifferentUserContainer [2021-04-16T10:47:21.051Z] ok github.com/docker/docker/errdefs 0.030s coverage: 53.1% of statements [2021-04-16T10:47:21.334Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-04-16T10:47:21.389Z] --- PASS: TestKillDifferentUserContainer (0.83s) [2021-04-16T10:47:21.389Z] === RUN TestInspectOomKilledTrue [2021-04-16T10:47:21.389Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-04-16T10:47:21.389Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-16T10:47:21.389Z] === RUN TestInspectOomKilledFalse [2021-04-16T10:47:21.389Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-04-16T10:47:21.389Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-16T10:47:21.389Z] === RUN TestLinksEtcHostsContentMatch [2021-04-16T10:47:21.696Z] ok github.com/docker/docker/distribution 0.493s coverage: 25.2% of statements [2021-04-16T10:47:21.696Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-04-16T10:47:21.961Z] --- PASS: TestLinksEtcHostsContentMatch (0.84s) [2021-04-16T10:47:21.961Z] === RUN TestLinksContainerNames [2021-04-16T10:47:23.791Z] ok github.com/docker/docker/image 0.050s coverage: 86.6% of statements [2021-04-16T10:47:23.879Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-04-16T10:47:23.879Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-04-16T10:47:23.881Z] --- PASS: TestLinksContainerNames (1.63s) [2021-04-16T10:47:23.881Z] === RUN TestLogsFollowTailEmpty [2021-04-16T10:47:24.096Z] ok github.com/docker/docker/distribution/xfer 1.675s coverage: 85.1% of statements [2021-04-16T10:47:24.096Z] ? github.com/docker/docker/dockerversion [no test files] [2021-04-16T10:47:24.096Z] ok github.com/docker/docker/image/cache 0.013s coverage: 19.2% of statements [2021-04-16T10:47:24.455Z] --- PASS: TestLogsFollowTailEmpty (0.84s) [2021-04-16T10:47:24.455Z] === RUN TestContainerNetworkMountsNoChown [2021-04-16T10:47:25.155Z] ok github.com/docker/docker/image/tarexport 0.037s coverage: 0.6% of statements [2021-04-16T10:47:25.155Z] ok github.com/docker/docker/libcontainerd/queue 0.026s coverage: 100.0% of statements [2021-04-16T10:47:25.267Z] --- PASS: TestBuildPreserveOwnership (4.99s) [2021-04-16T10:47:25.267Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.31s) [2021-04-16T10:47:25.267Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.67s) [2021-04-16T10:47:25.267Z] === RUN TestBuildPlatformInvalid [2021-04-16T10:47:25.398Z] --- PASS: TestContainerNetworkMountsNoChown (0.79s) [2021-04-16T10:47:25.398Z] === RUN TestMountDaemonRoot [2021-04-16T10:47:25.398Z] === RUN TestMountDaemonRoot/default [2021-04-16T10:47:25.398Z] === PAUSE TestMountDaemonRoot/default [2021-04-16T10:47:25.398Z] === RUN TestMountDaemonRoot/private [2021-04-16T10:47:25.398Z] === PAUSE TestMountDaemonRoot/private [2021-04-16T10:47:25.398Z] === RUN TestMountDaemonRoot/rprivate [2021-04-16T10:47:25.398Z] === PAUSE TestMountDaemonRoot/rprivate [2021-04-16T10:47:25.398Z] === RUN TestMountDaemonRoot/slave [2021-04-16T10:47:25.398Z] === PAUSE TestMountDaemonRoot/slave [2021-04-16T10:47:25.398Z] === RUN TestMountDaemonRoot/rslave [2021-04-16T10:47:25.398Z] === PAUSE TestMountDaemonRoot/rslave [2021-04-16T10:47:25.398Z] === RUN TestMountDaemonRoot/shared [2021-04-16T10:47:25.398Z] === PAUSE TestMountDaemonRoot/shared [2021-04-16T10:47:25.398Z] === RUN TestMountDaemonRoot/rshared [2021-04-16T10:47:25.398Z] === PAUSE TestMountDaemonRoot/rshared [2021-04-16T10:47:25.398Z] === CONT TestMountDaemonRoot/default [2021-04-16T10:47:25.398Z] === RUN TestMountDaemonRoot/default/bind_root [2021-04-16T10:47:25.398Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-04-16T10:47:25.398Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-04-16T10:47:25.398Z] === CONT TestMountDaemonRoot/rslave [2021-04-16T10:47:25.398Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-04-16T10:47:25.398Z] === CONT TestMountDaemonRoot/shared [2021-04-16T10:47:25.398Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-04-16T10:47:25.398Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-04-16T10:47:25.398Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-04-16T10:47:25.398Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-04-16T10:47:25.398Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-04-16T10:47:25.398Z] === CONT TestMountDaemonRoot/rprivate [2021-04-16T10:47:25.398Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-04-16T10:47:25.398Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-04-16T10:47:25.398Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-04-16T10:47:25.398Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-04-16T10:47:25.398Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-04-16T10:47:25.398Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-04-16T10:47:25.398Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-04-16T10:47:25.398Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-04-16T10:47:25.398Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-04-16T10:47:25.398Z] === RUN TestMountDaemonRoot/default/mount_root [2021-04-16T10:47:25.398Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-04-16T10:47:25.398Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-04-16T10:47:25.398Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-04-16T10:47:25.398Z] === CONT TestMountDaemonRoot/slave [2021-04-16T10:47:25.398Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-04-16T10:47:25.398Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-04-16T10:47:25.398Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-04-16T10:47:25.398Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-04-16T10:47:25.398Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-04-16T10:47:25.398Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-04-16T10:47:25.398Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-04-16T10:47:25.398Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-04-16T10:47:25.398Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-04-16T10:47:25.398Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-04-16T10:47:25.398Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-04-16T10:47:25.398Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-04-16T10:47:25.398Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-04-16T10:47:25.398Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-04-16T10:47:25.398Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-04-16T10:47:25.398Z] === CONT TestMountDaemonRoot/private [2021-04-16T10:47:25.398Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-04-16T10:47:25.398Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-04-16T10:47:25.398Z] === RUN TestMountDaemonRoot/private/mount_root [2021-04-16T10:47:25.398Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-04-16T10:47:25.398Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-04-16T10:47:25.398Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-04-16T10:47:25.398Z] === RUN TestMountDaemonRoot/private/bind_root [2021-04-16T10:47:25.398Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-04-16T10:47:25.398Z] === CONT TestMountDaemonRoot/rshared [2021-04-16T10:47:25.398Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-04-16T10:47:25.398Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-04-16T10:47:25.398Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-04-16T10:47:25.398Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-04-16T10:47:25.398Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-04-16T10:47:25.398Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-04-16T10:47:25.398Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-04-16T10:47:25.398Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-04-16T10:47:25.398Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-04-16T10:47:25.398Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-04-16T10:47:25.398Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-04-16T10:47:25.398Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-04-16T10:47:25.398Z] === CONT TestMountDaemonRoot/default/bind_root [2021-04-16T10:47:25.398Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-04-16T10:47:25.398Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-04-16T10:47:25.398Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-04-16T10:47:25.398Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-04-16T10:47:25.398Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-04-16T10:47:25.398Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-04-16T10:47:25.398Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-04-16T10:47:25.398Z] === CONT TestMountDaemonRoot/default/mount_root [2021-04-16T10:47:25.398Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-04-16T10:47:25.398Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-04-16T10:47:25.398Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-04-16T10:47:25.398Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-04-16T10:47:25.398Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-04-16T10:47:25.527Z] --- PASS: TestBuildPlatformInvalid (0.10s) [2021-04-16T10:47:25.527Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-04-16T10:47:25.659Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-04-16T10:47:25.659Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-04-16T10:47:25.659Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-04-16T10:47:25.659Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-04-16T10:47:25.659Z] === CONT TestMountDaemonRoot/private/bind_root [2021-04-16T10:47:25.659Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-04-16T10:47:25.659Z] === CONT TestMountDaemonRoot/private/mount_root [2021-04-16T10:47:25.659Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-04-16T10:47:25.659Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-04-16T10:47:25.659Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-04-16T10:47:25.659Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-04-16T10:47:25.659Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-04-16T10:47:25.659Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-04-16T10:47:25.659Z] --- PASS: TestMountDaemonRoot (0.04s) [2021-04-16T10:47:25.659Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-04-16T10:47:25.659Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2021-04-16T10:47:25.659Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2021-04-16T10:47:25.659Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2021-04-16T10:47:25.659Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2021-04-16T10:47:25.659Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-04-16T10:47:25.659Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2021-04-16T10:47:25.659Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2021-04-16T10:47:25.659Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.10s) [2021-04-16T10:47:25.659Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2021-04-16T10:47:25.659Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-04-16T10:47:25.659Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.06s) [2021-04-16T10:47:25.659Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2021-04-16T10:47:25.659Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2021-04-16T10:47:25.659Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2021-04-16T10:47:25.659Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-04-16T10:47:25.659Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2021-04-16T10:47:25.659Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2021-04-16T10:47:25.659Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s) [2021-04-16T10:47:25.659Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s) [2021-04-16T10:47:25.659Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-04-16T10:47:25.659Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2021-04-16T10:47:25.659Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2021-04-16T10:47:25.659Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2021-04-16T10:47:25.659Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2021-04-16T10:47:25.659Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-04-16T10:47:25.659Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2021-04-16T10:47:25.659Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2021-04-16T10:47:25.659Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2021-04-16T10:47:25.659Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2021-04-16T10:47:25.659Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-04-16T10:47:25.659Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2021-04-16T10:47:25.659Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2021-04-16T10:47:25.659Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2021-04-16T10:47:25.659Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2021-04-16T10:47:25.659Z] === RUN TestContainerBindMountNonRecursive [2021-04-16T10:47:26.103Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-04-16T10:47:27.258Z] ok github.com/docker/docker/image/v1 0.069s coverage: 25.0% of statements [2021-04-16T10:47:27.259Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-04-16T10:47:28.207Z] --- PASS: TestContainerBindMountNonRecursive (2.32s) [2021-04-16T10:47:28.207Z] === RUN TestContainerVolumesMountedAsShared [2021-04-16T10:47:28.314Z] ok github.com/docker/docker/oci 0.047s coverage: 45.2% of statements [2021-04-16T10:47:28.314Z] ok github.com/docker/docker/pkg/aaparser 0.014s coverage: 52.9% of statements [2021-04-16T10:47:28.618Z] ok github.com/docker/docker/opts 0.071s coverage: 67.1% of statements [2021-04-16T10:47:28.668Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-04-16T10:47:28.779Z] --- PASS: TestContainerVolumesMountedAsShared (0.60s) [2021-04-16T10:47:28.779Z] === RUN TestContainerVolumesMountedAsSlave [2021-04-16T10:47:29.723Z] --- PASS: TestContainerVolumesMountedAsSlave (0.86s) [2021-04-16T10:47:29.723Z] === RUN TestNetworkNat [2021-04-16T10:47:30.052Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-04-16T10:47:30.157Z] ok github.com/docker/docker/pkg/broadcaster 0.014s coverage: 100.0% of statements [2021-04-16T10:47:30.665Z] --- PASS: TestNetworkNat (1.06s) [2021-04-16T10:47:30.665Z] === RUN TestNetworkLocalhostTCPNat [2021-04-16T10:47:31.211Z] ok github.com/docker/docker/pkg/capabilities 0.006s coverage: 87.5% of statements [2021-04-16T10:47:31.437Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-04-16T10:47:31.477Z] 399f118dfaa9: Verifying Checksum [2021-04-16T10:47:31.477Z] 399f118dfaa9: Download complete [2021-04-16T10:47:31.608Z] --- PASS: TestNetworkLocalhostTCPNat (1.03s) [2021-04-16T10:47:31.608Z] === RUN TestNetworkLoopbackNat [2021-04-16T10:47:31.857Z] ok github.com/docker/docker/pkg/authorization 1.004s coverage: 68.3% of statements [2021-04-16T10:47:32.009Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2021-04-16T10:47:32.270Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-04-16T10:47:32.458Z] --- PASS: TestInfoAPIWarnings (17.72s) [2021-04-16T10:47:32.458Z] === RUN TestInfoDebug [2021-04-16T10:47:32.928Z] ok github.com/docker/docker/pkg/archive 1.033s coverage: 81.9% of statements [2021-04-16T10:47:32.928Z] ok github.com/docker/docker/pkg/directory 0.019s coverage: 80.0% of statements [2021-04-16T10:47:33.572Z] ok github.com/docker/docker/pkg/discovery 0.009s coverage: 58.3% of statements [2021-04-16T10:47:33.656Z] === RUN TestDockerSuite/TestAttachAfterDetach [2021-04-16T10:47:33.835Z] --- PASS: TestInfoDebug (1.78s) [2021-04-16T10:47:33.835Z] === RUN TestInfoInsecureRegistries [2021-04-16T10:47:33.867Z] ok github.com/docker/docker/pkg/discovery/file 0.006s coverage: 97.6% of statements [2021-04-16T10:47:34.296Z] === RUN TestMiddlewares [2021-04-16T10:47:34.296Z] --- PASS: TestMiddlewares (0.00s) [2021-04-16T10:47:34.296Z] PASS [2021-04-16T10:47:34.296Z] coverage: 9.0% of statements [2021-04-16T10:47:34.296Z] ok github.com/docker/docker/api/server 0.070s coverage: 9.0% of statements [2021-04-16T10:47:34.910Z] --- PASS: TestNetworkLoopbackNat (3.41s) [2021-04-16T10:47:34.910Z] === RUN TestPause [2021-04-16T10:47:34.916Z] ok github.com/docker/docker/pkg/discovery/memory 0.018s coverage: 92.3% of statements [2021-04-16T10:47:35.561Z] ok github.com/docker/docker/pkg/discovery/nodes 0.005s coverage: 93.8% of statements [2021-04-16T10:47:35.736Z] --- PASS: TestInfoInsecureRegistries (1.72s) [2021-04-16T10:47:35.736Z] === RUN TestInfoRegistryMirrors [2021-04-16T10:47:35.854Z] --- PASS: TestPause (0.87s) [2021-04-16T10:47:35.854Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-04-16T10:47:35.854Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-04-16T10:47:35.854Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-04-16T10:47:35.854Z] === RUN TestPauseStopPausedContainer [2021-04-16T10:47:35.858Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2021-04-16T10:47:36.153Z] ok github.com/docker/docker/layer 7.194s coverage: 68.8% of statements [2021-04-16T10:47:36.153Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-04-16T10:47:36.153Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-04-16T10:47:36.153Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-04-16T10:47:36.153Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-04-16T10:47:36.153Z] ? github.com/docker/docker/oci/caps [no test files] [2021-04-16T10:47:36.203Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2021-04-16T10:47:36.464Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2021-04-16T10:47:36.797Z] --- PASS: TestPauseStopPausedContainer (0.93s) [2021-04-16T10:47:36.797Z] === RUN TestPidHost [2021-04-16T10:47:36.808Z] ok github.com/docker/docker/pkg/chrootarchive 3.741s coverage: 43.2% of statements [2021-04-16T10:47:36.808Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-04-16T10:47:36.808Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-04-16T10:47:37.107Z] ok github.com/docker/docker/pkg/filenotify 0.610s coverage: 67.0% of statements [2021-04-16T10:47:37.405Z] ok github.com/docker/docker/pkg/fileutils 0.017s coverage: 89.5% of statements [2021-04-16T10:47:37.637Z] --- PASS: TestInfoRegistryMirrors (1.76s) [2021-04-16T10:47:37.637Z] === RUN TestLoginFailsWithBadCredentials [2021-04-16T10:47:37.637Z] --- PASS: TestLoginFailsWithBadCredentials (0.19s) [2021-04-16T10:47:37.637Z] === RUN TestPingCacheHeaders [2021-04-16T10:47:37.637Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-04-16T10:47:37.637Z] === RUN TestPingGet [2021-04-16T10:47:37.637Z] --- PASS: TestPingGet (0.01s) [2021-04-16T10:47:37.637Z] === RUN TestPingHead [2021-04-16T10:47:37.637Z] --- PASS: TestPingHead (0.02s) [2021-04-16T10:47:37.637Z] === RUN TestVersion [2021-04-16T10:47:37.637Z] --- PASS: TestVersion (0.02s) [2021-04-16T10:47:37.637Z] PASS [2021-04-16T10:47:37.637Z] [2021-04-16T10:47:37.637Z] === Skipped [2021-04-16T10:47:37.637Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-04-16T10:47:37.637Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-04-16T10:47:37.637Z] [2021-04-16T10:47:37.637Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-04-16T10:47:37.637Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-16T10:47:37.637Z] [2021-04-16T10:47:37.637Z] [2021-04-16T10:47:37.637Z] DONE 18 tests, 2 skipped in 29.553s [2021-04-16T10:47:37.637Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-04-16T10:47:37.637Z] INFO: Testing against a local daemon [2021-04-16T10:47:37.637Z] === RUN TestVolumesCreateAndList [2021-04-16T10:47:37.637Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-04-16T10:47:37.637Z] === RUN TestVolumesRemove [2021-04-16T10:47:37.895Z] --- PASS: TestVolumesRemove (0.05s) [2021-04-16T10:47:37.895Z] === RUN TestVolumesInspect [2021-04-16T10:47:37.895Z] --- PASS: TestVolumesInspect (0.02s) [2021-04-16T10:47:37.895Z] === RUN TestVolumesInvalidJSON [2021-04-16T10:47:37.895Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-04-16T10:47:37.895Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-04-16T10:47:37.895Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-04-16T10:47:37.895Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-04-16T10:47:37.895Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-04-16T10:47:37.895Z] PASS [2021-04-16T10:47:37.895Z] [2021-04-16T10:47:37.895Z] DONE 5 tests in 0.201s [2021-04-16T10:47:37.895Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-04-16T10:47:37.895Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12262 is not a child of this shell [2021-04-16T10:47:37.895Z] warning: PID 12262 from bundles/test-integration/docker.pid had a nonzero exit code [2021-04-16T10:47:37.895Z] Leaving: AppArmorNo profiles have been unloaded. [2021-04-16T10:47:37.895Z] [2021-04-16T10:47:37.895Z] Unloading profiles will leave already running processes permanently [2021-04-16T10:47:37.895Z] unconfined, which can lead to unexpected situations. [2021-04-16T10:47:37.895Z] [2021-04-16T10:47:37.895Z] To set a process to complain mode, use the command line tool [2021-04-16T10:47:37.895Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-04-16T10:47:37.895Z] Removing test suite binaries [2021-04-16T10:47:37.895Z] exiting test-integration [2021-04-16T10:47:37.895Z] ++ exit 0 [2021-04-16T10:47:37.993Z] --- PASS: TestBuildWithHugeFile (54.28s) [2021-04-16T10:47:37.993Z] === RUN TestBuildWCOWSandboxSize [2021-04-16T10:47:37.993Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2021-04-16T10:47:37.993Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-04-16T10:47:37.993Z] === RUN TestBuildWithEmptyDockerfile [2021-04-16T10:47:37.993Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-16T10:47:37.993Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-16T10:47:37.993Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-16T10:47:37.993Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-16T10:47:37.993Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-16T10:47:37.993Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-16T10:47:37.993Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-16T10:47:37.993Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-16T10:47:37.993Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-16T10:47:37.993Z] --- PASS: TestBuildWithEmptyDockerfile (0.12s) [2021-04-16T10:47:37.993Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.14s) [2021-04-16T10:47:37.993Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.15s) [2021-04-16T10:47:37.993Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2021-04-16T10:47:37.993Z] === RUN TestBuildPreserveOwnership [2021-04-16T10:47:37.993Z] === RUN TestBuildPreserveOwnership/copy_from [2021-04-16T10:47:38.055Z] ok github.com/docker/docker/pkg/fsutils 0.366s coverage: 85.1% of statements [2021-04-16T10:47:38.354Z] ok github.com/docker/docker/pkg/discovery/kv 3.090s coverage: 84.1% of statements [2021-04-16T10:47:38.354Z] ok github.com/docker/docker/pkg/homedir 0.005s coverage: 11.4% of statements [2021-04-16T10:47:38.829Z] [2021-04-16T10:47:39.010Z] === RUN TestDockerSuite/TestAttachDetach [2021-04-16T10:47:39.346Z] --- PASS: TestPidHost (2.17s) [2021-04-16T10:47:39.346Z] === RUN TestPsFilter [2021-04-16T10:47:39.346Z] --- PASS: TestPsFilter (0.15s) [2021-04-16T10:47:39.346Z] === RUN TestRemoveContainerWithRemovedVolume [2021-04-16T10:47:39.374Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-04-16T10:47:39.896Z] ok github.com/docker/docker/pkg/jsonmessage 0.033s coverage: 91.7% of statements [2021-04-16T10:47:39.896Z] ok github.com/docker/docker/pkg/longpath 0.011s coverage: 100.0% of statements [2021-04-16T10:47:39.896Z] ok github.com/docker/docker/pkg/idtools 0.581s coverage: 69.5% of statements [2021-04-16T10:47:39.918Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.81s) [2021-04-16T10:47:39.918Z] === RUN TestRemoveContainerWithVolume [2021-04-16T10:47:39.953Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2021-04-16T10:47:39.953Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-04-16T10:47:40.544Z] ok github.com/docker/docker/pkg/namesgenerator 0.005s coverage: 85.7% of statements [2021-04-16T10:47:40.544Z] ok github.com/docker/docker/pkg/parsers 0.007s coverage: 97.0% of statements [2021-04-16T10:47:40.756Z] --- PASS: TestBuildPreserveOwnership (4.56s) [2021-04-16T10:47:40.756Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.16s) [2021-04-16T10:47:40.756Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.40s) [2021-04-16T10:47:40.756Z] === RUN TestBuildPlatformInvalid [2021-04-16T10:47:40.756Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2021-04-16T10:47:40.756Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-04-16T10:47:40.860Z] --- PASS: TestRemoveContainerWithVolume (0.81s) [2021-04-16T10:47:40.860Z] === RUN TestRemoveContainerRunning [2021-04-16T10:47:41.192Z] ok github.com/docker/docker/pkg/parsers/kernel 0.033s coverage: 60.0% of statements [2021-04-16T10:47:41.192Z] ok github.com/docker/docker/pkg/ioutils 1.289s coverage: 70.6% of statements [2021-04-16T10:47:41.192Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-04-16T10:47:41.192Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-04-16T10:47:41.192Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-04-16T10:47:41.192Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-04-16T10:47:41.339Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart Post stage [Pipeline] junit [2021-04-16T10:47:41.374Z] Recording test results [2021-04-16T10:47:41.812Z] --- PASS: TestRemoveContainerRunning (0.86s) [2021-04-16T10:47:41.812Z] === RUN TestRemoveContainerForceRemoveRunning [2021-04-16T10:47:41.842Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.013s coverage: 86.7% of statements [2021-04-16T10:47:41.842Z] ok github.com/docker/docker/pkg/pidfile 0.007s coverage: 82.4% of statements [2021-04-16T10:47:41.842Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-04-16T10:47:41.842Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-04-16T10:47:41.942Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-04-16T10:47:42.303Z] + echo Ensuring container killed. [2021-04-16T10:47:42.303Z] Ensuring container killed. [2021-04-16T10:47:42.303Z] + docker rm -vf docker-pr16 [2021-04-16T10:47:42.303Z] Error: No such container: docker-pr16 [Pipeline] sh [2021-04-16T10:47:42.384Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.82s) [2021-04-16T10:47:42.384Z] === RUN TestRemoveInvalidContainer [2021-04-16T10:47:42.384Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-04-16T10:47:42.384Z] === RUN TestRenameLinkedContainer [2021-04-16T10:47:42.487Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.059s coverage: 56.8% of statements [2021-04-16T10:47:42.582Z] + echo Chowning /workspace to jenkins user [2021-04-16T10:47:42.582Z] Chowning /workspace to jenkins user [2021-04-16T10:47:42.582Z] + id -u [2021-04-16T10:47:42.582Z] + id -g [2021-04-16T10:47:42.582Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40094:/workspace busybox chown -R 1000:1000 /workspace [2021-04-16T10:47:42.726Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2021-04-16T10:47:43.540Z] ok github.com/docker/docker/pkg/pools 0.005s coverage: 88.2% of statements [2021-04-16T10:47:43.540Z] ok github.com/docker/docker/pkg/progress 0.012s coverage: 75.9% of statements [2021-04-16T10:47:43.667Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-04-16T10:47:43.842Z] ok github.com/docker/docker/pkg/plugins/transport 0.020s coverage: 85.7% of statements [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-04-16T10:47:44.258Z] + bundleName=amd64-rootless [2021-04-16T10:47:44.258Z] + echo Creating amd64-rootless-bundles.tar.gz [2021-04-16T10:47:44.258Z] Creating amd64-rootless-bundles.tar.gz [2021-04-16T10:47:44.258Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-04-16T10:47:44.258Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [Pipeline] archiveArtifacts [2021-04-16T10:47:44.269Z] Archiving artifacts [2021-04-16T10:47:44.464Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-40094/16/artifacts/ [Pipeline] } [Pipeline] // catchError [2021-04-16T10:47:44.482Z] ok github.com/docker/docker/pkg/reexec 0.008s coverage: 82.4% of statements [Pipeline] sh [2021-04-16T10:47:44.777Z] + make clean [2021-04-16T10:47:44.777Z] docker volume rm -f docker-dev-cache [2021-04-16T10:47:45.035Z] docker-dev-cache [Pipeline] deleteDir [2021-04-16T10:47:45.055Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-04-16T10:47:45.125Z] ok github.com/docker/docker/pkg/stdcopy 0.006s coverage: 100.0% of statements [2021-04-16T10:47:45.125Z] ok github.com/docker/docker/pkg/pubsub 1.139s coverage: 75.0% of statements [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-16T10:47:45.689Z] --- PASS: TestRenameLinkedContainer (3.26s) [2021-04-16T10:47:45.689Z] === RUN TestRenameStoppedContainer [2021-04-16T10:47:45.772Z] ok github.com/docker/docker/pkg/stringid 0.004s coverage: 70.6% of statements [2021-04-16T10:47:46.067Z] ok github.com/docker/docker/pkg/streamformatter 0.026s coverage: 66.2% of statements [2021-04-16T10:47:46.440Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-04-16T10:47:46.632Z] --- PASS: TestRenameStoppedContainer (0.80s) [2021-04-16T10:47:46.632Z] === RUN TestRenameRunningContainerAndReuse [2021-04-16T10:47:47.117Z] ok github.com/docker/docker/pkg/system 0.026s coverage: 36.9% of statements [2021-04-16T10:47:47.415Z] ok github.com/docker/docker/pkg/sysinfo 0.015s coverage: 53.8% of statements [2021-04-16T10:47:47.714Z] ok github.com/docker/docker/pkg/signal 2.968s coverage: 61.0% of statements [2021-04-16T10:47:47.827Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2021-04-16T10:47:47.827Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-04-16T10:47:48.013Z] ok github.com/docker/docker/pkg/tailfile 0.119s coverage: 88.6% of statements [2021-04-16T10:47:48.019Z] --- PASS: TestRenameRunningContainerAndReuse (1.62s) [2021-04-16T10:47:48.019Z] === RUN TestRenameInvalidName [2021-04-16T10:47:48.311Z] testing: warning: no tests to run [2021-04-16T10:47:48.311Z] coverage: [no statements] [2021-04-16T10:47:48.311Z] ok github.com/docker/docker/pkg/term/windows 0.010s coverage: [no statements] [no tests to run] [2021-04-16T10:47:48.636Z] ok github.com/docker/docker/pkg/tarsum 0.147s coverage: 89.3% of statements [2021-04-16T10:47:48.934Z] ok github.com/docker/docker/pkg/truncindex 0.105s coverage: 91.5% of statements [2021-04-16T10:47:48.934Z] ok github.com/docker/docker/pkg/urlutil 0.007s coverage: 100.0% of statements [2021-04-16T10:47:48.962Z] --- PASS: TestRenameInvalidName (0.83s) [2021-04-16T10:47:48.962Z] === RUN TestRenameAnonymousContainer [2021-04-16T10:47:49.140Z] tests/integration/api_container_test.py ....x...........x............... [ 16%] [2021-04-16T10:47:49.232Z] ok github.com/docker/docker/pkg/useragent 0.005s coverage: 88.9% of statements [2021-04-16T10:47:50.374Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-04-16T10:47:50.635Z] Loaded image: buildpack-deps:buster [2021-04-16T10:47:51.211Z] Loaded image: busybox:latest [2021-04-16T10:47:51.475Z] Loaded image: busybox:glibc [2021-04-16T10:47:52.006Z] ok github.com/docker/docker/plugin/v2 0.014s coverage: 14.5% of statements [2021-04-16T10:47:52.006Z] ok github.com/docker/docker/profiles/seccomp 0.017s coverage: 83.5% of statements [2021-04-16T10:47:52.418Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-04-16T10:47:52.680Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2021-04-16T10:47:53.080Z] ok github.com/docker/docker/reference 0.011s coverage: 84.4% of statements [2021-04-16T10:47:53.175Z] --- PASS: TestRenameAnonymousContainer (4.29s) [2021-04-16T10:47:53.175Z] === RUN TestRenameContainerWithSameName [2021-04-16T10:47:53.377Z] ok github.com/docker/docker/plugin 0.563s coverage: 23.2% of statements [2021-04-16T10:47:54.066Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-04-16T10:47:54.066Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-04-16T10:47:54.119Z] --- PASS: TestRenameContainerWithSameName (0.83s) [2021-04-16T10:47:54.119Z] === RUN TestRenameContainerWithLinkedContainer [2021-04-16T10:47:55.476Z] ok github.com/docker/docker/quota 0.599s coverage: 71.4% of statements [2021-04-16T10:47:55.476Z] ok github.com/docker/docker/registry/resumable 0.037s coverage: 100.0% of statements [2021-04-16T10:47:55.655Z] Loaded image: buildpack-deps:buster [2021-04-16T10:47:55.655Z] Loaded image: busybox:latest [2021-04-16T10:47:55.655Z] Loaded image: busybox:glibc [2021-04-16T10:47:55.780Z] ok github.com/docker/docker/restartmanager 0.005s coverage: 50.9% of statements [2021-04-16T10:47:55.983Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-04-16T10:47:56.034Z] --- PASS: TestRenameContainerWithLinkedContainer (1.65s) [2021-04-16T10:47:56.034Z] === RUN TestResize [2021-04-16T10:47:56.506Z] ok github.com/docker/docker/registry 0.267s coverage: 58.8% of statements [2021-04-16T10:47:56.556Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2021-04-16T10:47:56.556Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-04-16T10:47:56.596Z] Loaded image: debian:bullseye [2021-04-16T10:47:56.596Z] Loaded image: hello-world:latest [2021-04-16T10:47:56.607Z] --- PASS: TestResize (0.85s) [2021-04-16T10:47:56.607Z] === RUN TestResizeWithInvalidSize [2021-04-16T10:47:56.805Z] ok github.com/docker/docker/testutil 0.005s coverage: 62.5% of statements [2021-04-16T10:47:56.856Z] Loaded image: arm32v7/hello-world:latest [2021-04-16T10:47:57.128Z] Loaded image: debian:bullseye [2021-04-16T10:47:57.128Z] Loaded image: hello-world:latest [2021-04-16T10:47:57.128Z] Loaded image: arm32v7/hello-world:latest [2021-04-16T10:47:57.452Z] ok github.com/docker/docker/runconfig 0.024s coverage: 66.1% of statements [2021-04-16T10:47:57.551Z] --- PASS: TestResizeWithInvalidSize (0.84s) [2021-04-16T10:47:57.551Z] === RUN TestResizeWhenContainerNotStarted [2021-04-16T10:47:58.125Z] --- PASS: TestResizeWhenContainerNotStarted (0.83s) [2021-04-16T10:47:58.125Z] === RUN TestDaemonRestartKillContainers [2021-04-16T10:47:58.125Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-04-16T10:47:58.125Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-04-16T10:47:58.125Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-04-16T10:47:58.125Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-04-16T10:47:58.125Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-04-16T10:47:58.125Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-04-16T10:47:58.125Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-04-16T10:47:58.125Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-04-16T10:47:58.125Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-04-16T10:47:58.125Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-04-16T10:47:58.125Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-04-16T10:47:58.125Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-04-16T10:47:58.125Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-04-16T10:47:58.125Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-04-16T10:47:58.125Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-04-16T10:47:58.125Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-04-16T10:47:58.125Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-04-16T10:47:58.125Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-04-16T10:47:58.125Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-04-16T10:47:58.125Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-04-16T10:47:58.125Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-04-16T10:47:58.125Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-04-16T10:47:58.125Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-04-16T10:47:58.125Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-04-16T10:47:58.125Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-04-16T10:47:58.125Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-04-16T10:47:58.388Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-04-16T10:47:58.388Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-04-16T10:47:59.549Z] ok github.com/docker/docker/volume/drivers 0.024s coverage: 36.1% of statements [2021-04-16T10:48:00.333Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-04-16T10:48:00.333Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-04-16T10:48:01.287Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-04-16T10:48:01.287Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-04-16T10:48:01.550Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-04-16T10:48:01.659Z] ok github.com/docker/docker/volume/mounts 0.050s coverage: 67.0% of statements [2021-04-16T10:48:01.954Z] ok github.com/docker/docker/volume/local 0.368s coverage: 76.4% of statements [2021-04-16T10:48:02.498Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-04-16T10:48:02.590Z] ok github.com/docker/docker/volume/service 0.023s coverage: 73.1% of statements [2021-04-16T10:48:03.719Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2021-04-16T10:48:04.422Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-04-16T10:48:04.423Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-04-16T10:48:04.986Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (23.67s) [2021-04-16T10:48:04.986Z] PASS [2021-04-16T10:48:04.986Z] [2021-04-16T10:48:04.986Z] === Skipped [2021-04-16T10:48:04.986Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-04-16T10:48:04.986Z] build_session_test.go:25: TODO: BuildKit [2021-04-16T10:48:04.986Z] [2021-04-16T10:48:04.986Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2021-04-16T10:48:04.986Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-04-16T10:48:04.986Z] [2021-04-16T10:48:04.986Z] [2021-04-16T10:48:04.986Z] DONE 34 tests, 2 skipped in 126.224s [2021-04-16T10:48:04.986Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-04-16T10:48:04.986Z] INFO: Testing against a local daemon [2021-04-16T10:48:04.986Z] === RUN TestConfigInspect [2021-04-16T10:48:06.895Z] --- PASS: TestConfigInspect (2.17s) [2021-04-16T10:48:06.895Z] === RUN TestConfigList [2021-04-16T10:48:06.972Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-04-16T10:48:06.972Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.68s) [2021-04-16T10:48:06.972Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.71s) [2021-04-16T10:48:06.972Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.82s) [2021-04-16T10:48:06.972Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.86s) [2021-04-16T10:48:06.972Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.60s) [2021-04-16T10:48:06.972Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.66s) [2021-04-16T10:48:06.972Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.60s) [2021-04-16T10:48:06.972Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.82s) [2021-04-16T10:48:06.972Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.97s) [2021-04-16T10:48:06.972Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.05s) [2021-04-16T10:48:06.972Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.35s) [2021-04-16T10:48:06.972Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.33s) [2021-04-16T10:48:06.972Z] === RUN TestCgroupNamespacesRun [2021-04-16T10:48:09.435Z] --- PASS: TestConfigList (2.48s) [2021-04-16T10:48:09.435Z] === RUN TestConfigsCreateAndDelete [2021-04-16T10:48:09.519Z] --- PASS: TestCgroupNamespacesRun (2.55s) [2021-04-16T10:48:09.519Z] === RUN TestCgroupNamespacesRunPrivileged [2021-04-16T10:48:10.309Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2021-04-16T10:48:10.309Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (44.06s) [2021-04-16T10:48:10.309Z] PASS [2021-04-16T10:48:10.309Z] [2021-04-16T10:48:10.309Z] === Skipped [2021-04-16T10:48:10.309Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-04-16T10:48:10.309Z] build_session_test.go:25: TODO: BuildKit [2021-04-16T10:48:10.309Z] [2021-04-16T10:48:10.309Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-04-16T10:48:10.309Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-04-16T10:48:10.309Z] [2021-04-16T10:48:10.309Z] [2021-04-16T10:48:10.309Z] DONE 34 tests, 2 skipped in 252.087s [2021-04-16T10:48:10.309Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-04-16T10:48:10.309Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:48:10.309Z] ++ set -e [2021-04-16T10:48:10.309Z] ++ '[' -n 0 ']' [2021-04-16T10:48:10.309Z] ++ set -x [2021-04-16T10:48:10.309Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:48:10.309Z] INFO: Testing against a local daemon [2021-04-16T10:48:10.309Z] === RUN TestConfigInspect [2021-04-16T10:48:11.434Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.07s) [2021-04-16T10:48:11.434Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-04-16T10:48:11.976Z] --- PASS: TestConfigsCreateAndDelete (2.42s) [2021-04-16T10:48:11.976Z] === RUN TestConfigsUpdate [2021-04-16T10:48:13.617Z] --- PASS: TestConfigInspect (3.57s) [2021-04-16T10:48:13.617Z] === RUN TestConfigList [2021-04-16T10:48:13.617Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2021-04-16T10:48:13.982Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.48s) [2021-04-16T10:48:13.982Z] === RUN TestCgroupNamespacesRunHostMode [2021-04-16T10:48:14.040Z] 4612f6d0b889: Verifying Checksum [2021-04-16T10:48:14.040Z] 4612f6d0b889: Download complete [2021-04-16T10:48:14.516Z] --- PASS: TestConfigsUpdate (2.43s) [2021-04-16T10:48:14.516Z] === RUN TestTemplatedConfig [2021-04-16T10:48:15.529Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2021-04-16T10:48:16.529Z] --- PASS: TestCgroupNamespacesRunHostMode (2.43s) [2021-04-16T10:48:16.529Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-04-16T10:48:16.915Z] --- PASS: TestConfigList (3.58s) [2021-04-16T10:48:16.915Z] === RUN TestConfigsCreateAndDelete [2021-04-16T10:48:17.811Z] --- PASS: TestTemplatedConfig (3.47s) [2021-04-16T10:48:17.811Z] === RUN TestConfigCreateResolve [2021-04-16T10:48:17.998Z] ok github.com/docker/docker/pkg/plugins 33.626s coverage: 76.6% of statements [2021-04-16T10:48:17.998Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-04-16T10:48:17.998Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-04-16T10:48:17.998Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-04-16T10:48:17.998Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-04-16T10:48:17.998Z] ? github.com/docker/docker/pkg/term [no test files] [2021-04-16T10:48:17.998Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-04-16T10:48:17.998Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-04-16T10:48:17.998Z] ? github.com/docker/docker/rootless [no test files] [2021-04-16T10:48:17.998Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-04-16T10:48:17.998Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-04-16T10:48:17.998Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-04-16T10:48:17.998Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-04-16T10:48:17.998Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-04-16T10:48:17.998Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-04-16T10:48:17.998Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-04-16T10:48:17.998Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-04-16T10:48:17.998Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-04-16T10:48:17.998Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-04-16T10:48:17.998Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-04-16T10:48:17.998Z] ? github.com/docker/docker/testutil/request [no test files] [2021-04-16T10:48:17.998Z] ? github.com/docker/docker/volume [no test files] [2021-04-16T10:48:17.998Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-04-16T10:48:17.998Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-04-16T10:48:17.998Z] [2021-04-16T10:48:17.998Z] === Skipped [2021-04-16T10:48:17.998Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2021-04-16T10:48:17.998Z] exec_linux_test.go:18: requires AppArmor to be enabled [2021-04-16T10:48:17.998Z] [2021-04-16T10:48:17.998Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2021-04-16T10:48:17.998Z] exec_linux_test.go:38: requires AppArmor to be enabled [2021-04-16T10:48:17.998Z] [2021-04-16T10:48:17.998Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-04-16T10:48:17.998Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-16T10:48:17.998Z] graphtest_unix.go:46: Driver btrfs not supported [2021-04-16T10:48:17.998Z] [2021-04-16T10:48:17.998Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-04-16T10:48:17.998Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-16T10:48:17.998Z] graphtest_unix.go:46: Driver btrfs not supported [2021-04-16T10:48:17.998Z] [2021-04-16T10:48:17.998Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-04-16T10:48:17.998Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-16T10:48:17.998Z] graphtest_unix.go:46: Driver btrfs not supported [2021-04-16T10:48:17.998Z] [2021-04-16T10:48:17.998Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-04-16T10:48:17.998Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-16T10:48:17.998Z] graphtest_unix.go:46: Driver btrfs not supported [2021-04-16T10:48:17.998Z] [2021-04-16T10:48:17.998Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-04-16T10:48:17.998Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-16T10:48:17.998Z] graphtest_unix.go:46: Driver btrfs not supported [2021-04-16T10:48:17.998Z] [2021-04-16T10:48:17.998Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-04-16T10:48:17.998Z] graphtest_unix.go:73: No driver to put! [2021-04-16T10:48:17.998Z] [2021-04-16T10:48:17.998Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-04-16T10:48:17.998Z] time="2021-04-16T10:46:57Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-04-16T10:48:17.998Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-04-16T10:48:17.998Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-04-16T10:48:17.998Z] [2021-04-16T10:48:17.998Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-04-16T10:48:17.998Z] time="2021-04-16T10:46:57Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-04-16T10:48:17.998Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-04-16T10:48:17.998Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-04-16T10:48:17.998Z] [2021-04-16T10:48:17.998Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-04-16T10:48:17.998Z] time="2021-04-16T10:46:57Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-04-16T10:48:17.998Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-04-16T10:48:17.998Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-04-16T10:48:17.998Z] [2021-04-16T10:48:17.998Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-04-16T10:48:17.998Z] time="2021-04-16T10:46:57Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-04-16T10:48:17.998Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-04-16T10:48:17.998Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-04-16T10:48:17.998Z] [2021-04-16T10:48:17.998Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-04-16T10:48:17.998Z] time="2021-04-16T10:46:57Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-04-16T10:48:17.998Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-04-16T10:48:17.998Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-04-16T10:48:17.998Z] [2021-04-16T10:48:17.998Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-04-16T10:48:17.998Z] graphtest_unix.go:73: No driver to put! [2021-04-16T10:48:17.998Z] [2021-04-16T10:48:17.998Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-04-16T10:48:17.998Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-04-16T10:48:17.998Z] [2021-04-16T10:48:17.998Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-04-16T10:48:17.998Z] overlay_test.go:49: Fails to compute changes intermittently [2021-04-16T10:48:17.998Z] [2021-04-16T10:48:17.998Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-04-16T10:48:17.998Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-04-16T10:48:17.998Z] [2021-04-16T10:48:17.998Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-04-16T10:48:17.998Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-04-16T10:48:17.998Z] [2021-04-16T10:48:17.998Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-04-16T10:48:17.998Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-16T10:48:17.998Z] graphtest_unix.go:46: Driver zfs not supported [2021-04-16T10:48:17.998Z] [2021-04-16T10:48:17.998Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-04-16T10:48:17.998Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-16T10:48:17.998Z] graphtest_unix.go:46: Driver zfs not supported [2021-04-16T10:48:17.998Z] [2021-04-16T10:48:17.998Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-04-16T10:48:17.998Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-16T10:48:17.998Z] graphtest_unix.go:46: Driver zfs not supported [2021-04-16T10:48:17.998Z] [2021-04-16T10:48:17.998Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-04-16T10:48:17.998Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-16T10:48:17.998Z] graphtest_unix.go:46: Driver zfs not supported [2021-04-16T10:48:17.998Z] [2021-04-16T10:48:17.998Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-04-16T10:48:17.998Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-16T10:48:17.998Z] graphtest_unix.go:46: Driver zfs not supported [2021-04-16T10:48:17.998Z] [2021-04-16T10:48:17.998Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-04-16T10:48:17.998Z] graphtest_unix.go:73: No driver to put! [2021-04-16T10:48:17.998Z] [2021-04-16T10:48:17.998Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-04-16T10:48:17.998Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-04-16T10:48:17.998Z] [2021-04-16T10:48:17.998Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-04-16T10:48:17.998Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-04-16T10:48:17.998Z] [2021-04-16T10:48:17.998Z] [2021-04-16T10:48:17.998Z] DONE 2247 tests, 26 skipped in 266.744s Post stage [Pipeline] junit [2021-04-16T10:48:18.044Z] Recording test results [2021-04-16T10:48:18.324Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-04-16T10:48:18.754Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-40094/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr16 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=eb0610b7fc7e8c49160c99fa311e14ee632dd45a -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:eb0610b7fc7e8c49160c99fa311e14ee632dd45a hack/make.sh dynbinary test-integration [2021-04-16T10:48:19.050Z] [2021-04-16T10:48:19.050Z] Removing bundles/ [2021-04-16T10:48:19.050Z] [2021-04-16T10:48:19.050Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-04-16T10:48:19.050Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-04-16T10:48:19.050Z] GOOS="" GOARCH="" GOARM="" [2021-04-16T10:48:19.075Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.60s) [2021-04-16T10:48:19.076Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-04-16T10:48:19.468Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2021-04-16T10:48:20.038Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2021-04-16T10:48:20.299Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2021-04-16T10:48:20.299Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-04-16T10:48:20.351Z] --- PASS: TestConfigCreateResolve (2.45s) [2021-04-16T10:48:20.351Z] === RUN TestConfigDaemonLibtrustID [2021-04-16T10:48:20.560Z] --- PASS: TestConfigsCreateAndDelete (3.52s) [2021-04-16T10:48:20.561Z] === RUN TestConfigsUpdate [2021-04-16T10:48:20.612Z] --- PASS: TestConfigDaemonLibtrustID (0.64s) [2021-04-16T10:48:20.612Z] PASS [2021-04-16T10:48:20.612Z] [2021-04-16T10:48:20.612Z] DONE 7 tests in 16.105s [2021-04-16T10:48:20.612Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-04-16T10:48:20.612Z] INFO: Testing against a local daemon [2021-04-16T10:48:20.612Z] === RUN TestCheckpoint [2021-04-16T10:48:20.612Z] --- SKIP: TestCheckpoint (0.00s) [2021-04-16T10:48:20.612Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-04-16T10:48:20.612Z] === RUN TestContainerInvalidJSON [2021-04-16T10:48:20.612Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-04-16T10:48:20.612Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-04-16T10:48:20.612Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-04-16T10:48:20.612Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-04-16T10:48:20.612Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-04-16T10:48:20.612Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-04-16T10:48:20.612Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-04-16T10:48:20.612Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-04-16T10:48:20.612Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-04-16T10:48:20.612Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-04-16T10:48:20.612Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-04-16T10:48:20.612Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-04-16T10:48:20.612Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-04-16T10:48:20.612Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-04-16T10:48:20.612Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2021-04-16T10:48:20.612Z] === RUN TestCopyFromContainerPathIsNotDir [2021-04-16T10:48:20.873Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2021-04-16T10:48:20.873Z] === RUN TestCopyToContainerPathDoesNotExist [2021-04-16T10:48:20.873Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2021-04-16T10:48:20.873Z] === RUN TestCopyToContainerPathIsNotDir [2021-04-16T10:48:20.873Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2021-04-16T10:48:20.873Z] === RUN TestCopyFromContainer [2021-04-16T10:48:20.999Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.18s) [2021-04-16T10:48:20.999Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-04-16T10:48:21.132Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-04-16T10:48:22.256Z] === RUN TestCopyFromContainer// [2021-04-16T10:48:22.256Z] === RUN TestCopyFromContainer//bar/root [2021-04-16T10:48:22.256Z] === RUN TestCopyFromContainer//bar/root/ [2021-04-16T10:48:22.385Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.40s) [2021-04-16T10:48:22.385Z] === RUN TestCgroupNamespacesRunOlderClient [2021-04-16T10:48:22.517Z] === RUN TestCopyFromContainer/bar/quux [2021-04-16T10:48:22.517Z] === RUN TestCopyFromContainer/bar/quux/ [2021-04-16T10:48:22.517Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-04-16T10:48:22.517Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-04-16T10:48:22.777Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-04-16T10:48:22.777Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-04-16T10:48:22.777Z] === RUN TestCopyFromContainer/bar/notarget [2021-04-16T10:48:23.037Z] --- PASS: TestCopyFromContainer (2.06s) [2021-04-16T10:48:23.037Z] --- PASS: TestCopyFromContainer// (0.08s) [2021-04-16T10:48:23.037Z] --- PASS: TestCopyFromContainer//bar/root (0.09s) [2021-04-16T10:48:23.037Z] --- PASS: TestCopyFromContainer//bar/root/ (0.08s) [2021-04-16T10:48:23.037Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2021-04-16T10:48:23.037Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2021-04-16T10:48:23.037Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2021-04-16T10:48:23.037Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2021-04-16T10:48:23.037Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2021-04-16T10:48:23.037Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2021-04-16T10:48:23.037Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) [2021-04-16T10:48:23.037Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-04-16T10:48:23.037Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-16T10:48:23.037Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-16T10:48:23.037Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-16T10:48:23.037Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-16T10:48:23.037Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-16T10:48:23.037Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-16T10:48:23.037Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-16T10:48:23.037Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-16T10:48:23.037Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-16T10:48:23.037Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-04-16T10:48:23.037Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-04-16T10:48:23.037Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-04-16T10:48:23.037Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-04-16T10:48:23.037Z] === RUN TestCreateLinkToNonExistingContainer [2021-04-16T10:48:23.037Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2021-04-16T10:48:23.037Z] === RUN TestCreateWithInvalidEnv [2021-04-16T10:48:23.037Z] === RUN TestCreateWithInvalidEnv/0 [2021-04-16T10:48:23.037Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-04-16T10:48:23.037Z] === RUN TestCreateWithInvalidEnv/1 [2021-04-16T10:48:23.037Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-04-16T10:48:23.037Z] === RUN TestCreateWithInvalidEnv/2 [2021-04-16T10:48:23.037Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-04-16T10:48:23.037Z] === CONT TestCreateWithInvalidEnv/0 [2021-04-16T10:48:23.037Z] === CONT TestCreateWithInvalidEnv/2 [2021-04-16T10:48:23.037Z] === CONT TestCreateWithInvalidEnv/1 [2021-04-16T10:48:23.037Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-04-16T10:48:23.037Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-04-16T10:48:23.037Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-04-16T10:48:23.037Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-04-16T10:48:23.037Z] === RUN TestCreateTmpfsMountsTarget [2021-04-16T10:48:23.037Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-04-16T10:48:23.037Z] === RUN TestCreateWithCustomMaskedPaths [2021-04-16T10:48:23.064Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2021-04-16T10:48:23.064Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-04-16T10:48:23.064Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-04-16T10:48:23.635Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2021-04-16T10:48:23.897Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2021-04-16T10:48:24.158Z] --- PASS: TestConfigsUpdate (3.63s) [2021-04-16T10:48:24.158Z] === RUN TestTemplatedConfig [2021-04-16T10:48:24.934Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.44s) [2021-04-16T10:48:24.934Z] === RUN TestKernelTCPMemory [2021-04-16T10:48:25.577Z] --- PASS: TestCreateWithCustomMaskedPaths (2.40s) [2021-04-16T10:48:25.577Z] === RUN TestCreateWithCustomReadonlyPaths [2021-04-16T10:48:25.876Z] --- PASS: TestKernelTCPMemory (1.10s) [2021-04-16T10:48:25.876Z] === RUN TestNISDomainname [2021-04-16T10:48:27.262Z] --- PASS: TestNISDomainname (1.39s) [2021-04-16T10:48:27.262Z] === RUN TestHostnameDnsResolution [2021-04-16T10:48:27.463Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-04-16T10:48:28.035Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2021-04-16T10:48:28.131Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.42s) [2021-04-16T10:48:28.131Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-04-16T10:48:28.131Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-16T10:48:28.131Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-16T10:48:28.131Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-16T10:48:28.131Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-16T10:48:28.131Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-16T10:48:28.131Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-16T10:48:28.131Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-16T10:48:28.131Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-16T10:48:28.131Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-16T10:48:28.131Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-16T10:48:28.131Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-16T10:48:28.131Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-16T10:48:28.131Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-16T10:48:28.131Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-16T10:48:28.131Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-16T10:48:28.131Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-04-16T10:48:28.131Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-04-16T10:48:28.131Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-04-16T10:48:28.131Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-04-16T10:48:28.131Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-04-16T10:48:28.131Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2021-04-16T10:48:28.131Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-04-16T10:48:28.716Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.82s) [2021-04-16T10:48:28.716Z] === RUN TestCreateDifferentPlatform [2021-04-16T10:48:28.716Z] === RUN TestCreateDifferentPlatform/different_os [2021-04-16T10:48:28.716Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-04-16T10:48:28.716Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2021-04-16T10:48:28.716Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-04-16T10:48:28.716Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-04-16T10:48:28.716Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-04-16T10:48:28.716Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2021-04-16T10:48:28.716Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-04-16T10:48:28.716Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2021-04-16T10:48:28.716Z] === RUN TestContainerStartOnDaemonRestart [2021-04-16T10:48:28.716Z] === PAUSE TestContainerStartOnDaemonRestart [2021-04-16T10:48:28.716Z] === RUN TestDaemonRestartIpcMode [2021-04-16T10:48:28.716Z] === PAUSE TestDaemonRestartIpcMode [2021-04-16T10:48:28.716Z] === RUN TestDaemonHostGatewayIP [2021-04-16T10:48:28.716Z] === PAUSE TestDaemonHostGatewayIP [2021-04-16T10:48:28.716Z] === RUN TestRestartDaemonWithRestartingContainer [2021-04-16T10:48:28.716Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-04-16T10:48:28.716Z] === RUN TestContainerKillOnDaemonStart [2021-04-16T10:48:28.716Z] === PAUSE TestContainerKillOnDaemonStart [2021-04-16T10:48:28.716Z] === RUN TestDiff [2021-04-16T10:48:28.978Z] --- PASS: TestTemplatedConfig (4.88s) [2021-04-16T10:48:28.978Z] === RUN TestConfigCreateResolve [2021-04-16T10:48:29.548Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-04-16T10:48:29.655Z] --- PASS: TestDiff (0.79s) [2021-04-16T10:48:29.655Z] === RUN TestExecWithCloseStdin [2021-04-16T10:48:29.808Z] --- PASS: TestHostnameDnsResolution (2.24s) [2021-04-16T10:48:29.808Z] === RUN TestStats [2021-04-16T10:48:30.492Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-04-16T10:48:30.596Z] --- PASS: TestExecWithCloseStdin (1.11s) [2021-04-16T10:48:30.596Z] === RUN TestExec [2021-04-16T10:48:30.753Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2021-04-16T10:48:31.979Z] --- PASS: TestExec (1.12s) [2021-04-16T10:48:31.979Z] === RUN TestExecUser [2021-04-16T10:48:32.352Z] --- PASS: TestStats (2.85s) [2021-04-16T10:48:32.352Z] === RUN TestStopContainerWithTimeout [2021-04-16T10:48:32.352Z] === RUN TestStopContainerWithTimeout/0 [2021-04-16T10:48:32.352Z] === PAUSE TestStopContainerWithTimeout/0 [2021-04-16T10:48:32.352Z] === RUN TestStopContainerWithTimeout/1 [2021-04-16T10:48:32.352Z] === PAUSE TestStopContainerWithTimeout/1 [2021-04-16T10:48:32.352Z] === RUN TestStopContainerWithTimeout/3 [2021-04-16T10:48:32.352Z] === PAUSE TestStopContainerWithTimeout/3 [2021-04-16T10:48:32.352Z] === RUN TestStopContainerWithTimeout/-1 [2021-04-16T10:48:32.352Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-04-16T10:48:32.352Z] === CONT TestStopContainerWithTimeout/0 [2021-04-16T10:48:32.352Z] === CONT TestStopContainerWithTimeout/1 [2021-04-16T10:48:32.352Z] === CONT TestStopContainerWithTimeout/3 [2021-04-16T10:48:32.352Z] === CONT TestStopContainerWithTimeout/-1 [2021-04-16T10:48:32.667Z] --- PASS: TestConfigCreateResolve (3.38s) [2021-04-16T10:48:32.667Z] === RUN TestConfigDaemonLibtrustID [2021-04-16T10:48:32.920Z] --- PASS: TestExecUser (1.17s) [2021-04-16T10:48:32.920Z] === RUN TestExportContainerAndImportImage [2021-04-16T10:48:33.239Z] --- PASS: TestConfigDaemonLibtrustID (0.88s) [2021-04-16T10:48:33.239Z] PASS [2021-04-16T10:48:33.239Z] [2021-04-16T10:48:33.239Z] DONE 7 tests in 23.589s [2021-04-16T10:48:33.239Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-04-16T10:48:33.239Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:48:33.239Z] ++ set -e [2021-04-16T10:48:33.239Z] ++ '[' -n 0 ']' [2021-04-16T10:48:33.239Z] ++ set -x [2021-04-16T10:48:33.239Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:48:33.501Z] INFO: Testing against a local daemon [2021-04-16T10:48:33.501Z] === RUN TestCheckpoint [2021-04-16T10:48:33.501Z] --- SKIP: TestCheckpoint (0.00s) [2021-04-16T10:48:33.501Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-04-16T10:48:33.501Z] === RUN TestContainerInvalidJSON [2021-04-16T10:48:33.501Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-04-16T10:48:33.501Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-04-16T10:48:33.501Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-04-16T10:48:33.501Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-04-16T10:48:33.501Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-04-16T10:48:33.501Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-04-16T10:48:33.501Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-04-16T10:48:33.501Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-04-16T10:48:33.501Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-04-16T10:48:33.501Z] --- PASS: TestContainerInvalidJSON (0.03s) [2021-04-16T10:48:33.501Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-04-16T10:48:33.501Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2021-04-16T10:48:33.501Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-04-16T10:48:33.501Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-04-16T10:48:33.501Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2021-04-16T10:48:33.501Z] === RUN TestCopyFromContainerPathIsNotDir [2021-04-16T10:48:33.762Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s) [2021-04-16T10:48:33.762Z] === RUN TestCopyToContainerPathDoesNotExist [2021-04-16T10:48:33.762Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2021-04-16T10:48:33.762Z] === RUN TestCopyToContainerPathIsNotDir [2021-04-16T10:48:33.762Z] --- PASS: TestCopyToContainerPathIsNotDir (0.08s) [2021-04-16T10:48:33.762Z] === RUN TestCopyFromContainer [2021-04-16T10:48:34.304Z] --- PASS: TestExportContainerAndImportImage (1.10s) [2021-04-16T10:48:34.304Z] === RUN TestExportContainerAfterDaemonRestart [2021-04-16T10:48:34.705Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2021-04-16T10:48:34.783Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-04-16T10:48:34.783Z] === RUN TestBoolValue [2021-04-16T10:48:34.783Z] --- PASS: TestBoolValue (0.00s) [2021-04-16T10:48:34.783Z] === RUN TestBoolValueOrDefault [2021-04-16T10:48:34.783Z] --- PASS: TestBoolValueOrDefault (0.00s) [2021-04-16T10:48:34.783Z] === RUN TestInt64ValueOrZero [2021-04-16T10:48:34.783Z] --- PASS: TestInt64ValueOrZero (0.00s) [2021-04-16T10:48:34.783Z] === RUN TestInt64ValueOrDefault [2021-04-16T10:48:34.783Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2021-04-16T10:48:34.783Z] === RUN TestInt64ValueOrDefaultWithError [2021-04-16T10:48:34.783Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2021-04-16T10:48:34.783Z] === RUN TestJsonContentType [2021-04-16T10:48:34.783Z] --- PASS: TestJsonContentType (0.00s) [2021-04-16T10:48:34.783Z] PASS [2021-04-16T10:48:34.783Z] coverage: 14.7% of statements [2021-04-16T10:48:34.783Z] ok github.com/docker/docker/api/server/httputils 0.063s coverage: 14.7% of statements [2021-04-16T10:48:34.783Z] === RUN TestMaskSecretKeys [2021-04-16T10:48:34.783Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2021-04-16T10:48:34.783Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2021-04-16T10:48:34.783Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2021-04-16T10:48:34.783Z] --- PASS: TestMaskSecretKeys (0.00s) [2021-04-16T10:48:34.783Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2021-04-16T10:48:34.783Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2021-04-16T10:48:34.783Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2021-04-16T10:48:34.783Z] === RUN TestVersionMiddlewareVersion [2021-04-16T10:48:34.783Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2021-04-16T10:48:34.783Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2021-04-16T10:48:34.783Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2021-04-16T10:48:34.783Z] PASS [2021-04-16T10:48:34.783Z] coverage: 37.7% of statements [2021-04-16T10:48:34.783Z] ok github.com/docker/docker/api/server/middleware 0.102s coverage: 37.7% of statements [2021-04-16T10:48:34.783Z] ? github.com/docker/docker/api/server/router [no test files] [2021-04-16T10:48:34.783Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-04-16T10:48:34.783Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-04-16T10:48:34.783Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-04-16T10:48:34.783Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-04-16T10:48:34.783Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-04-16T10:48:34.783Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-04-16T10:48:34.783Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-04-16T10:48:34.783Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-04-16T10:48:34.783Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-04-16T10:48:34.783Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-04-16T10:48:35.658Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-04-16T10:48:35.658Z] --- PASS: TestStopContainerWithTimeout/0 (1.36s) [2021-04-16T10:48:35.658Z] --- PASS: TestStopContainerWithTimeout/1 (2.09s) [2021-04-16T10:48:35.658Z] --- PASS: TestStopContainerWithTimeout/3 (3.14s) [2021-04-16T10:48:35.658Z] --- PASS: TestStopContainerWithTimeout/-1 (3.35s) [2021-04-16T10:48:35.658Z] === RUN TestDeleteDevicemapper [2021-04-16T10:48:35.658Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-04-16T10:48:35.658Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-04-16T10:48:35.658Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-04-16T10:48:36.091Z] === RUN TestCopyFromContainer// [2021-04-16T10:48:36.091Z] === RUN TestCopyFromContainer//bar/root [2021-04-16T10:48:36.091Z] === RUN TestCopyFromContainer//bar/root/ [2021-04-16T10:48:36.212Z] --- PASS: TestExportContainerAfterDaemonRestart (1.84s) [2021-04-16T10:48:36.212Z] === RUN TestHealthCheckWorkdir [2021-04-16T10:48:36.327Z] === RUN TestToJSON [2021-04-16T10:48:36.327Z] --- PASS: TestToJSON (0.00s) [2021-04-16T10:48:36.327Z] === RUN TestToParamWithVersion [2021-04-16T10:48:36.327Z] --- PASS: TestToParamWithVersion (0.00s) [2021-04-16T10:48:36.327Z] === RUN TestFromJSON [2021-04-16T10:48:36.327Z] --- PASS: TestFromJSON (0.00s) [2021-04-16T10:48:36.327Z] === RUN TestEmpty [2021-04-16T10:48:36.327Z] --- PASS: TestEmpty (0.00s) [2021-04-16T10:48:36.327Z] === RUN TestArgsMatchKVListEmptySources [2021-04-16T10:48:36.327Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2021-04-16T10:48:36.327Z] === RUN TestArgsMatchKVList [2021-04-16T10:48:36.327Z] --- PASS: TestArgsMatchKVList (0.00s) [2021-04-16T10:48:36.327Z] === RUN TestArgsMatch [2021-04-16T10:48:36.327Z] --- PASS: TestArgsMatch (0.00s) [2021-04-16T10:48:36.327Z] === RUN TestAdd [2021-04-16T10:48:36.327Z] --- PASS: TestAdd (0.00s) [2021-04-16T10:48:36.327Z] === RUN TestDel [2021-04-16T10:48:36.327Z] --- PASS: TestDel (0.00s) [2021-04-16T10:48:36.327Z] === RUN TestLen [2021-04-16T10:48:36.327Z] --- PASS: TestLen (0.00s) [2021-04-16T10:48:36.327Z] === RUN TestExactMatch [2021-04-16T10:48:36.327Z] --- PASS: TestExactMatch (0.00s) [2021-04-16T10:48:36.327Z] === RUN TestOnlyOneExactMatch [2021-04-16T10:48:36.327Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2021-04-16T10:48:36.327Z] === RUN TestContains [2021-04-16T10:48:36.327Z] --- PASS: TestContains (0.00s) [2021-04-16T10:48:36.327Z] === RUN TestValidate [2021-04-16T10:48:36.327Z] --- PASS: TestValidate (0.00s) [2021-04-16T10:48:36.327Z] === RUN TestWalkValues [2021-04-16T10:48:36.327Z] --- PASS: TestWalkValues (0.00s) [2021-04-16T10:48:36.327Z] === RUN TestFuzzyMatch [2021-04-16T10:48:36.327Z] --- PASS: TestFuzzyMatch (0.00s) [2021-04-16T10:48:36.327Z] === RUN TestClone [2021-04-16T10:48:36.327Z] --- PASS: TestClone (0.00s) [2021-04-16T10:48:36.327Z] PASS [2021-04-16T10:48:36.327Z] coverage: 92.2% of statements [2021-04-16T10:48:36.327Z] ok github.com/docker/docker/api/types/filters 0.048s coverage: 92.2% of statements [2021-04-16T10:48:36.327Z] === RUN TestStrSliceMarshalJSON [2021-04-16T10:48:36.327Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2021-04-16T10:48:36.327Z] === RUN TestStrSliceUnmarshalJSON [2021-04-16T10:48:36.327Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2021-04-16T10:48:36.327Z] === RUN TestStrSliceUnmarshalString [2021-04-16T10:48:36.327Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2021-04-16T10:48:36.327Z] === RUN TestStrSliceUnmarshalSlice [2021-04-16T10:48:36.327Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2021-04-16T10:48:36.327Z] PASS [2021-04-16T10:48:36.327Z] coverage: 90.0% of statements [2021-04-16T10:48:36.327Z] ok github.com/docker/docker/api/types/strslice 0.047s coverage: 90.0% of statements [2021-04-16T10:48:36.327Z] === RUN TestAdjustForAPIVersion [2021-04-16T10:48:36.327Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2021-04-16T10:48:36.327Z] PASS [2021-04-16T10:48:36.327Z] coverage: 5.7% of statements [2021-04-16T10:48:36.327Z] ok github.com/docker/docker/api/server/router/swarm 0.049s coverage: 5.7% of statements [2021-04-16T10:48:36.327Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-04-16T10:48:36.327Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-04-16T10:48:36.327Z] ? github.com/docker/docker/api/types [no test files] [2021-04-16T10:48:36.327Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-04-16T10:48:36.327Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-04-16T10:48:36.327Z] ? github.com/docker/docker/api/types/container [no test files] [2021-04-16T10:48:36.327Z] ? github.com/docker/docker/api/types/events [no test files] [2021-04-16T10:48:36.327Z] ? github.com/docker/docker/api/types/image [no test files] [2021-04-16T10:48:36.327Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-04-16T10:48:36.327Z] ? github.com/docker/docker/api/types/network [no test files] [2021-04-16T10:48:36.327Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-04-16T10:48:36.327Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-04-16T10:48:36.327Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-04-16T10:48:36.327Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-04-16T10:48:36.327Z] === RUN TestDurationToSecondsString [2021-04-16T10:48:36.327Z] --- PASS: TestDurationToSecondsString (0.00s) [2021-04-16T10:48:36.327Z] === RUN TestGetTimestamp [2021-04-16T10:48:36.352Z] === RUN TestCopyFromContainer/bar/quux [2021-04-16T10:48:36.352Z] === RUN TestCopyFromContainer/bar/quux/ [2021-04-16T10:48:36.613Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-04-16T10:48:36.613Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-04-16T10:48:36.613Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-04-16T10:48:36.788Z] --- PASS: TestGetTimestamp (0.18s) [2021-04-16T10:48:36.788Z] === RUN TestParseTimestamps [2021-04-16T10:48:36.788Z] --- PASS: TestParseTimestamps (0.00s) [2021-04-16T10:48:36.788Z] PASS [2021-04-16T10:48:36.788Z] coverage: 100.0% of statements [2021-04-16T10:48:36.788Z] ok github.com/docker/docker/api/types/time 0.226s coverage: 100.0% of statements [2021-04-16T10:48:36.788Z] === RUN TestCompareVersion [2021-04-16T10:48:36.788Z] --- PASS: TestCompareVersion (0.00s) [2021-04-16T10:48:36.788Z] PASS [2021-04-16T10:48:36.788Z] coverage: 75.0% of statements [2021-04-16T10:48:36.788Z] ok github.com/docker/docker/api/types/versions 0.080s coverage: 75.0% of statements [2021-04-16T10:48:36.874Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-04-16T10:48:36.874Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2021-04-16T10:48:36.874Z] === RUN TestCopyFromContainer/bar/notarget [2021-04-16T10:48:37.135Z] --- PASS: TestCopyFromContainer (3.35s) [2021-04-16T10:48:37.135Z] --- PASS: TestCopyFromContainer// (0.16s) [2021-04-16T10:48:37.135Z] --- PASS: TestCopyFromContainer//bar/root (0.11s) [2021-04-16T10:48:37.135Z] --- PASS: TestCopyFromContainer//bar/root/ (0.11s) [2021-04-16T10:48:37.135Z] --- PASS: TestCopyFromContainer/bar/quux (0.15s) [2021-04-16T10:48:37.135Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.12s) [2021-04-16T10:48:37.135Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.13s) [2021-04-16T10:48:37.135Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s) [2021-04-16T10:48:37.135Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.14s) [2021-04-16T10:48:37.135Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.13s) [2021-04-16T10:48:37.135Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2021-04-16T10:48:37.135Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-04-16T10:48:37.135Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-16T10:48:37.135Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-16T10:48:37.135Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-16T10:48:37.135Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-16T10:48:37.135Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-16T10:48:37.135Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-16T10:48:37.135Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-16T10:48:37.135Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-16T10:48:37.135Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-16T10:48:37.135Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2021-04-16T10:48:37.135Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2021-04-16T10:48:37.135Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2021-04-16T10:48:37.135Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-04-16T10:48:37.135Z] === RUN TestCreateLinkToNonExistingContainer [2021-04-16T10:48:37.135Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2021-04-16T10:48:37.135Z] === RUN TestCreateWithInvalidEnv [2021-04-16T10:48:37.135Z] === RUN TestCreateWithInvalidEnv/0 [2021-04-16T10:48:37.135Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-04-16T10:48:37.135Z] === RUN TestCreateWithInvalidEnv/1 [2021-04-16T10:48:37.135Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-04-16T10:48:37.135Z] === RUN TestCreateWithInvalidEnv/2 [2021-04-16T10:48:37.135Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-04-16T10:48:37.135Z] === CONT TestCreateWithInvalidEnv/0 [2021-04-16T10:48:37.135Z] === CONT TestCreateWithInvalidEnv/2 [2021-04-16T10:48:37.249Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-04-16T10:48:37.249Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-04-16T10:48:37.249Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-04-16T10:48:37.249Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2021-04-16T10:48:37.249Z] ? github.com/docker/docker/builder [no test files] [2021-04-16T10:48:37.249Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-04-16T10:48:37.249Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-04-16T10:48:37.249Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-04-16T10:48:37.249Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-04-16T10:48:37.249Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-04-16T10:48:37.249Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-04-16T10:48:37.249Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-04-16T10:48:37.397Z] === CONT TestCreateWithInvalidEnv/1 [2021-04-16T10:48:37.397Z] --- PASS: TestCreateWithInvalidEnv (0.04s) [2021-04-16T10:48:37.397Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-04-16T10:48:37.397Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-04-16T10:48:37.397Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2021-04-16T10:48:37.397Z] === RUN TestCreateTmpfsMountsTarget [2021-04-16T10:48:37.397Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2021-04-16T10:48:37.397Z] === RUN TestCreateWithCustomMaskedPaths [2021-04-16T10:48:37.594Z] --- PASS: TestHealthCheckWorkdir (1.56s) [2021-04-16T10:48:37.594Z] === RUN TestHealthKillContainer [2021-04-16T10:48:37.970Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2021-04-16T10:48:38.206Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.42s) [2021-04-16T10:48:38.206Z] === RUN TestUpdateMemory [2021-04-16T10:48:38.206Z] --- SKIP: TestUpdateMemory (0.00s) [2021-04-16T10:48:38.206Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-04-16T10:48:38.206Z] === RUN TestUpdateCPUQuota [2021-04-16T10:48:38.791Z] === RUN TestParseRemoteURL [2021-04-16T10:48:38.791Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2021-04-16T10:48:38.791Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2021-04-16T10:48:38.791Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2021-04-16T10:48:38.791Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2021-04-16T10:48:38.791Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2021-04-16T10:48:38.791Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2021-04-16T10:48:38.791Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2021-04-16T10:48:38.791Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2021-04-16T10:48:38.791Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2021-04-16T10:48:38.791Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2021-04-16T10:48:38.791Z] --- PASS: TestParseRemoteURL (0.00s) [2021-04-16T10:48:38.791Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2021-04-16T10:48:38.791Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2021-04-16T10:48:38.791Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2021-04-16T10:48:38.791Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2021-04-16T10:48:38.791Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2021-04-16T10:48:38.791Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2021-04-16T10:48:38.791Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2021-04-16T10:48:38.791Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2021-04-16T10:48:38.791Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2021-04-16T10:48:38.791Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2021-04-16T10:48:38.791Z] === RUN TestCloneArgsSmartHttp [2021-04-16T10:48:38.791Z] --- PASS: TestCloneArgsSmartHttp (0.00s) [2021-04-16T10:48:38.791Z] === RUN TestCloneArgsDumbHttp [2021-04-16T10:48:38.791Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2021-04-16T10:48:38.791Z] === RUN TestCloneArgsGit [2021-04-16T10:48:38.791Z] --- PASS: TestCloneArgsGit (0.00s) [2021-04-16T10:48:38.791Z] === RUN TestCheckoutGit [2021-04-16T10:48:40.515Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-04-16T10:48:40.515Z] --- PASS: TestCreateWithCustomMaskedPaths (3.09s) [2021-04-16T10:48:40.515Z] === RUN TestCreateWithCustomReadonlyPaths [2021-04-16T10:48:40.889Z] --- PASS: TestHealthKillContainer (3.13s) [2021-04-16T10:48:40.889Z] === RUN TestInspectCpusetInConfigPre120 [2021-04-16T10:48:40.980Z] === RUN TestEnable [2021-04-16T10:48:40.980Z] --- PASS: TestEnable (0.00s) [2021-04-16T10:48:40.980Z] === RUN TestDisable [2021-04-16T10:48:40.980Z] --- PASS: TestDisable (0.00s) [2021-04-16T10:48:40.980Z] === RUN TestEnabled [2021-04-16T10:48:40.980Z] --- PASS: TestEnabled (0.00s) [2021-04-16T10:48:40.980Z] PASS [2021-04-16T10:48:40.980Z] coverage: 100.0% of statements [2021-04-16T10:48:40.980Z] ok github.com/docker/docker/cli/debug 0.038s coverage: 100.0% of statements [2021-04-16T10:48:41.441Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2021-04-16T10:48:41.441Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2021-04-16T10:48:41.441Z] === RUN TestProcessNoDockerignore [2021-04-16T10:48:41.441Z] --- PASS: TestProcessNoDockerignore (0.00s) [2021-04-16T10:48:41.441Z] === RUN TestProcessShouldLeaveAllFiles [2021-04-16T10:48:41.441Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2021-04-16T10:48:41.441Z] === RUN TestDetectContentType [2021-04-16T10:48:41.441Z] --- PASS: TestDetectContentType (0.00s) [2021-04-16T10:48:41.441Z] === RUN TestSelectAcceptableMIME [2021-04-16T10:48:41.441Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2021-04-16T10:48:41.441Z] === RUN TestInspectEmptyResponse [2021-04-16T10:48:41.441Z] --- PASS: TestInspectEmptyResponse (0.00s) [2021-04-16T10:48:41.441Z] === RUN TestInspectResponseBinary [2021-04-16T10:48:41.441Z] --- PASS: TestInspectResponseBinary (0.00s) [2021-04-16T10:48:41.441Z] === RUN TestResponseUnsupportedContentType [2021-04-16T10:48:41.441Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2021-04-16T10:48:41.441Z] === RUN TestInspectResponseTextSimple [2021-04-16T10:48:41.441Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2021-04-16T10:48:41.441Z] === RUN TestInspectResponseEmptyContentType [2021-04-16T10:48:41.441Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2021-04-16T10:48:41.441Z] === RUN TestUnknownContentLength [2021-04-16T10:48:41.441Z] --- PASS: TestUnknownContentLength (0.00s) [2021-04-16T10:48:41.441Z] === RUN TestDownloadRemote [2021-04-16T10:48:41.459Z] --- PASS: TestInspectCpusetInConfigPre120 (0.81s) [2021-04-16T10:48:41.459Z] === RUN TestIpcModeNone [2021-04-16T10:48:41.827Z] --- PASS: TestImportExtremelyLargeImageWorks (80.40s) [2021-04-16T10:48:41.827Z] PASS [2021-04-16T10:48:41.827Z] [2021-04-16T10:48:41.827Z] === Skipped [2021-04-16T10:48:41.827Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-04-16T10:48:41.827Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-16T10:48:41.827Z] [2021-04-16T10:48:41.827Z] [2021-04-16T10:48:41.827Z] DONE 12 tests, 1 skipped in 81.922s [2021-04-16T10:48:41.827Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2021-04-16T10:48:41.827Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:48:41.827Z] ++ set -e [2021-04-16T10:48:41.827Z] ++ '[' -n 0 ']' [2021-04-16T10:48:41.827Z] ++ set -x [2021-04-16T10:48:41.827Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:48:41.827Z] INFO: Testing against a local daemon [2021-04-16T10:48:41.827Z] === RUN TestNetworkCreateDelete [2021-04-16T10:48:41.827Z] --- PASS: TestNetworkCreateDelete (0.13s) [2021-04-16T10:48:41.827Z] === RUN TestDockerNetworkDeletePreferID [2021-04-16T10:48:41.827Z] --- PASS: TestDockerNetworkDeletePreferID (0.38s) [2021-04-16T10:48:41.827Z] === RUN TestDaemonDNSFallback [2021-04-16T10:48:41.900Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2021-04-16T10:48:41.902Z] --- PASS: TestDownloadRemote (0.15s) [2021-04-16T10:48:41.902Z] === RUN TestGetWithStatusError [2021-04-16T10:48:41.902Z] --- PASS: TestGetWithStatusError (0.01s) [2021-04-16T10:48:41.902Z] === RUN TestCloseRootDirectory [2021-04-16T10:48:41.902Z] --- SKIP: TestCloseRootDirectory (0.00s) [2021-04-16T10:48:41.902Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:48:41.902Z] === RUN TestHashFile [2021-04-16T10:48:41.902Z] --- SKIP: TestHashFile (0.00s) [2021-04-16T10:48:41.902Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:48:41.902Z] === RUN TestHashSubdir [2021-04-16T10:48:41.902Z] --- SKIP: TestHashSubdir (0.01s) [2021-04-16T10:48:41.902Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:48:41.902Z] === RUN TestRemoveDirectory [2021-04-16T10:48:41.902Z] --- SKIP: TestRemoveDirectory (0.00s) [2021-04-16T10:48:41.902Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:48:41.902Z] PASS [2021-04-16T10:48:41.902Z] coverage: 9.3% of statements [2021-04-16T10:48:41.902Z] ok github.com/docker/docker/builder/remotecontext 0.410s coverage: 9.3% of statements [2021-04-16T10:48:42.365Z] === RUN TestGetAllAllowed [2021-04-16T10:48:42.365Z] --- PASS: TestGetAllAllowed (0.00s) [2021-04-16T10:48:42.365Z] === RUN TestGetAllMeta [2021-04-16T10:48:42.365Z] --- PASS: TestGetAllMeta (0.00s) [2021-04-16T10:48:42.365Z] === RUN TestWarnOnUnusedBuildArgs [2021-04-16T10:48:42.365Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2021-04-16T10:48:42.365Z] === RUN TestIsUnreferencedBuiltin [2021-04-16T10:48:42.365Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2021-04-16T10:48:42.365Z] === RUN TestIsExistingDirectory [2021-04-16T10:48:42.365Z] --- PASS: TestIsExistingDirectory (0.00s) [2021-04-16T10:48:42.365Z] === RUN TestGetFilenameForDownload [2021-04-16T10:48:42.365Z] --- PASS: TestGetFilenameForDownload (0.00s) [2021-04-16T10:48:42.365Z] === RUN TestEnv2Variables [2021-04-16T10:48:42.365Z] --- PASS: TestEnv2Variables (0.00s) [2021-04-16T10:48:42.365Z] === RUN TestEnvValueWithExistingRunConfigEnv [2021-04-16T10:48:42.365Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2021-04-16T10:48:42.365Z] === RUN TestMaintainer [2021-04-16T10:48:42.365Z] --- PASS: TestMaintainer (0.00s) [2021-04-16T10:48:42.365Z] === RUN TestLabel [2021-04-16T10:48:42.365Z] --- PASS: TestLabel (0.00s) [2021-04-16T10:48:42.365Z] === RUN TestFromScratch [2021-04-16T10:48:42.365Z] --- PASS: TestFromScratch (0.00s) [2021-04-16T10:48:42.365Z] === RUN TestFromWithArg [2021-04-16T10:48:42.365Z] --- PASS: TestFromWithArg (0.00s) [2021-04-16T10:48:42.365Z] === RUN TestFromWithArgButBuildArgsNotGiven [2021-04-16T10:48:42.365Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2021-04-16T10:48:42.365Z] === RUN TestFromWithUndefinedArg [2021-04-16T10:48:42.365Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2021-04-16T10:48:42.365Z] === RUN TestFromMultiStageWithNamedStage [2021-04-16T10:48:42.365Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2021-04-16T10:48:42.365Z] === RUN TestOnbuild [2021-04-16T10:48:42.365Z] --- PASS: TestOnbuild (0.00s) [2021-04-16T10:48:42.365Z] === RUN TestWorkdir [2021-04-16T10:48:42.365Z] --- PASS: TestWorkdir (0.00s) [2021-04-16T10:48:42.365Z] === RUN TestCmd [2021-04-16T10:48:42.365Z] --- PASS: TestCmd (0.00s) [2021-04-16T10:48:42.365Z] === RUN TestHealthcheckNone [2021-04-16T10:48:42.365Z] --- PASS: TestHealthcheckNone (0.00s) [2021-04-16T10:48:42.365Z] === RUN TestHealthcheckCmd [2021-04-16T10:48:42.365Z] --- PASS: TestHealthcheckCmd (0.00s) [2021-04-16T10:48:42.365Z] === RUN TestEntrypoint [2021-04-16T10:48:42.365Z] --- PASS: TestEntrypoint (0.00s) [2021-04-16T10:48:42.365Z] === RUN TestExpose [2021-04-16T10:48:42.365Z] --- PASS: TestExpose (0.00s) [2021-04-16T10:48:42.365Z] === RUN TestUser [2021-04-16T10:48:42.365Z] --- PASS: TestUser (0.00s) [2021-04-16T10:48:42.365Z] === RUN TestVolume [2021-04-16T10:48:42.365Z] --- PASS: TestVolume (0.00s) [2021-04-16T10:48:42.365Z] === RUN TestStopSignal [2021-04-16T10:48:42.365Z] --- SKIP: TestStopSignal (0.00s) [2021-04-16T10:48:42.365Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-04-16T10:48:42.365Z] === RUN TestArg [2021-04-16T10:48:42.365Z] --- PASS: TestArg (0.00s) [2021-04-16T10:48:42.365Z] === RUN TestShell [2021-04-16T10:48:42.365Z] --- PASS: TestShell (0.00s) [2021-04-16T10:48:42.365Z] === RUN TestPrependEnvOnCmd [2021-04-16T10:48:42.365Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2021-04-16T10:48:42.365Z] === RUN TestRunWithBuildArgs [2021-04-16T10:48:42.365Z] --- PASS: TestRunWithBuildArgs (0.00s) [2021-04-16T10:48:42.365Z] === RUN TestRunIgnoresHealthcheck [2021-04-16T10:48:42.365Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2021-04-16T10:48:42.365Z] === RUN TestDispatchUnsupportedOptions [2021-04-16T10:48:42.365Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2021-04-16T10:48:42.365Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2021-04-16T10:48:42.365Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2021-04-16T10:48:42.365Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2021-04-16T10:48:42.365Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2021-04-16T10:48:42.365Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2021-04-16T10:48:42.365Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2021-04-16T10:48:42.365Z] === RUN TestNormalizeWorkdir [2021-04-16T10:48:42.365Z] --- PASS: TestNormalizeWorkdir (0.00s) [2021-04-16T10:48:42.365Z] === RUN TestDispatch [2021-04-16T10:48:42.365Z] === RUN TestDispatch/ADD_multiple_files_to_file [2021-04-16T10:48:42.365Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2021-04-16T10:48:42.365Z] === RUN TestDispatch/COPY_multiple_files_to_file [2021-04-16T10:48:42.365Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2021-04-16T10:48:42.365Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2021-04-16T10:48:42.365Z] === RUN TestDispatch/COPY_wildcard_no_files [2021-04-16T10:48:42.365Z] === RUN TestDispatch/COPY_url [2021-04-16T10:48:42.365Z] --- PASS: TestDispatch (0.08s) [2021-04-16T10:48:42.365Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2021-04-16T10:48:42.365Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2021-04-16T10:48:42.365Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2021-04-16T10:48:42.365Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2021-04-16T10:48:42.365Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.02s) [2021-04-16T10:48:42.365Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2021-04-16T10:48:42.365Z] --- PASS: TestDispatch/COPY_url (0.00s) [2021-04-16T10:48:42.365Z] === RUN TestAddScratchImageAddsToMounts [2021-04-16T10:48:42.365Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2021-04-16T10:48:42.365Z] === RUN TestAddFromScratchPopulatesPlatform [2021-04-16T10:48:42.365Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2021-04-16T10:48:42.365Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2021-04-16T10:48:42.365Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2021-04-16T10:48:42.365Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2021-04-16T10:48:42.365Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2021-04-16T10:48:42.365Z] === RUN TestImageSourceGetAddsToMounts [2021-04-16T10:48:42.365Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2021-04-16T10:48:42.365Z] === RUN TestEmptyDockerfile [2021-04-16T10:48:42.365Z] --- PASS: TestEmptyDockerfile (0.00s) [2021-04-16T10:48:42.365Z] === RUN TestSymlinkDockerfile [2021-04-16T10:48:42.365Z] --- PASS: TestSymlinkDockerfile (0.01s) [2021-04-16T10:48:42.365Z] === RUN TestDockerfileOutsideTheBuildContext [2021-04-16T10:48:42.365Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2021-04-16T10:48:42.365Z] === RUN TestNonExistingDockerfile [2021-04-16T10:48:42.365Z] --- PASS: TestNonExistingDockerfile (0.01s) [2021-04-16T10:48:42.365Z] === RUN TestCopyRunConfig [2021-04-16T10:48:42.365Z] --- PASS: TestCopyRunConfig (0.00s) [2021-04-16T10:48:42.365Z] === RUN TestDeepCopyRunConfig [2021-04-16T10:48:42.365Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2021-04-16T10:48:42.365Z] === RUN TestExportImage [2021-04-16T10:48:42.365Z] --- PASS: TestExportImage (0.00s) [2021-04-16T10:48:42.365Z] === RUN TestNormalizeDest [2021-04-16T10:48:42.365Z] --- PASS: TestNormalizeDest (0.00s) [2021-04-16T10:48:42.365Z] PASS [2021-04-16T10:48:42.365Z] coverage: 46.8% of statements [2021-04-16T10:48:42.365Z] ok github.com/docker/docker/builder/dockerfile 0.256s coverage: 46.8% of statements [2021-04-16T10:48:42.826Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-04-16T10:48:42.882Z] --- PASS: TestIpcModeNone (1.14s) [2021-04-16T10:48:42.882Z] === RUN TestIpcModePrivate [2021-04-16T10:48:43.325Z] --- PASS: TestDaemonDNSFallback (2.74s) [2021-04-16T10:48:43.325Z] === RUN TestInspectNetwork [2021-04-16T10:48:43.818Z] --- PASS: TestCreateWithCustomReadonlyPaths (3.04s) [2021-04-16T10:48:43.818Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-04-16T10:48:43.818Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-16T10:48:43.818Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-16T10:48:43.818Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-16T10:48:43.818Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-16T10:48:43.818Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-16T10:48:43.818Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-16T10:48:43.818Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-16T10:48:43.818Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-16T10:48:43.818Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-16T10:48:43.818Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-16T10:48:43.818Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-16T10:48:43.818Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-16T10:48:43.818Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-16T10:48:43.818Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-16T10:48:43.818Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-16T10:48:43.818Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-04-16T10:48:43.818Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2021-04-16T10:48:43.818Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2021-04-16T10:48:43.818Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2021-04-16T10:48:43.818Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2021-04-16T10:48:43.818Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-04-16T10:48:43.818Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-04-16T10:48:43.823Z] --- PASS: TestIpcModePrivate (1.12s) [2021-04-16T10:48:43.823Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:55, shared: false, mustBeShared: false [2021-04-16T10:48:43.823Z] === RUN TestIpcModeShareable [2021-04-16T10:48:44.391Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.95s) [2021-04-16T10:48:44.391Z] === RUN TestCreateDifferentPlatform [2021-04-16T10:48:44.391Z] === RUN TestCreateDifferentPlatform/different_os [2021-04-16T10:48:44.391Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-04-16T10:48:44.391Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2021-04-16T10:48:44.391Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-04-16T10:48:44.391Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.01s) [2021-04-16T10:48:44.391Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-04-16T10:48:44.391Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2021-04-16T10:48:44.391Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-04-16T10:48:44.652Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2021-04-16T10:48:44.652Z] === RUN TestContainerStartOnDaemonRestart [2021-04-16T10:48:44.652Z] === PAUSE TestContainerStartOnDaemonRestart [2021-04-16T10:48:44.652Z] === RUN TestDaemonRestartIpcMode [2021-04-16T10:48:44.652Z] === PAUSE TestDaemonRestartIpcMode [2021-04-16T10:48:44.652Z] === RUN TestDaemonHostGatewayIP [2021-04-16T10:48:44.652Z] === PAUSE TestDaemonHostGatewayIP [2021-04-16T10:48:44.652Z] === RUN TestRestartDaemonWithRestartingContainer [2021-04-16T10:48:44.652Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-04-16T10:48:44.652Z] === RUN TestContainerKillOnDaemonStart [2021-04-16T10:48:44.652Z] === PAUSE TestContainerKillOnDaemonStart [2021-04-16T10:48:44.652Z] === RUN TestDiff [2021-04-16T10:48:44.763Z] --- PASS: TestIpcModeShareable (1.09s) [2021-04-16T10:48:44.763Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:50, shared: true, mustBeShared: true [2021-04-16T10:48:44.763Z] === RUN TestAPIIpcModeShareableAndContainer [2021-04-16T10:48:44.792Z] --- PASS: TestUpdateCPUQuota (5.80s) [2021-04-16T10:48:44.792Z] === RUN TestUpdatePidsLimit [2021-04-16T10:48:44.792Z] === RUN TestUpdatePidsLimit/update_from_none [2021-04-16T10:48:44.792Z] === RUN TestUpdatePidsLimit/no_change [2021-04-16T10:48:44.914Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-04-16T10:48:45.186Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-04-16T10:48:45.364Z] === RUN TestUpdatePidsLimit/update_lower [2021-04-16T10:48:45.451Z] --- PASS: TestDiff (1.00s) [2021-04-16T10:48:45.451Z] === RUN TestExecWithCloseStdin [2021-04-16T10:48:45.936Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-04-16T10:48:46.023Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2021-04-16T10:48:46.285Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2021-04-16T10:48:46.508Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-04-16T10:48:47.228Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-04-16T10:48:47.228Z] --- PASS: TestExecWithCloseStdin (1.62s) [2021-04-16T10:48:47.228Z] === RUN TestExec [2021-04-16T10:48:47.228Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2021-04-16T10:48:47.450Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-04-16T10:48:48.022Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-04-16T10:48:48.063Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.21s) [2021-04-16T10:48:48.064Z] === RUN TestAPIIpcModeHost [2021-04-16T10:48:48.173Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2021-04-16T10:48:48.745Z] --- PASS: TestExec (1.67s) [2021-04-16T10:48:48.745Z] === RUN TestExecUser [2021-04-16T10:48:49.007Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2021-04-16T10:48:49.408Z] --- PASS: TestUpdatePidsLimit (5.23s) [2021-04-16T10:48:49.408Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.64s) [2021-04-16T10:48:49.408Z] --- PASS: TestUpdatePidsLimit/no_change (0.65s) [2021-04-16T10:48:49.408Z] --- PASS: TestUpdatePidsLimit/update_lower (0.64s) [2021-04-16T10:48:49.408Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.64s) [2021-04-16T10:48:49.408Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.64s) [2021-04-16T10:48:49.408Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.65s) [2021-04-16T10:48:49.408Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.65s) [2021-04-16T10:48:49.408Z] === RUN TestUpdateRestartPolicy [2021-04-16T10:48:49.465Z] --- PASS: TestAPIIpcModeHost (1.17s) [2021-04-16T10:48:49.465Z] === RUN TestDaemonIpcModeShareable [2021-04-16T10:48:50.197Z] === RUN TestInspectNetwork/full_network_id [2021-04-16T10:48:50.198Z] === RUN TestInspectNetwork/partial_network_id [2021-04-16T10:48:50.198Z] === RUN TestInspectNetwork/network_name [2021-04-16T10:48:50.198Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-04-16T10:48:50.922Z] --- PASS: TestExecUser (1.71s) [2021-04-16T10:48:50.922Z] === RUN TestExportContainerAndImportImage [2021-04-16T10:48:51.377Z] --- PASS: TestDaemonIpcModeShareable (1.90s) [2021-04-16T10:48:51.377Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2021-04-16T10:48:51.377Z] === RUN TestDaemonIpcModePrivate [2021-04-16T10:48:51.864Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-04-16T10:48:52.125Z] --- PASS: TestExportContainerAndImportImage (1.68s) [2021-04-16T10:48:52.125Z] === RUN TestExportContainerAfterDaemonRestart [2021-04-16T10:48:53.178Z] === RUN TestCheckpointCreateError [2021-04-16T10:48:53.178Z] --- PASS: TestCheckpointCreateError (0.00s) [2021-04-16T10:48:53.178Z] === RUN TestCheckpointCreate [2021-04-16T10:48:53.178Z] --- PASS: TestCheckpointCreate (0.00s) [2021-04-16T10:48:53.178Z] === RUN TestCheckpointDeleteError [2021-04-16T10:48:53.178Z] --- PASS: TestCheckpointDeleteError (0.00s) [2021-04-16T10:48:53.178Z] === RUN TestCheckpointDelete [2021-04-16T10:48:53.178Z] --- PASS: TestCheckpointDelete (0.00s) [2021-04-16T10:48:53.178Z] === RUN TestCheckpointListError [2021-04-16T10:48:53.178Z] --- PASS: TestCheckpointListError (0.00s) [2021-04-16T10:48:53.178Z] === RUN TestCheckpointList [2021-04-16T10:48:53.178Z] --- PASS: TestCheckpointList (0.00s) [2021-04-16T10:48:53.178Z] === RUN TestCheckpointListContainerNotFound [2021-04-16T10:48:53.178Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2021-04-16T10:48:53.178Z] === RUN TestNewClientWithOpsFromEnv [2021-04-16T10:48:53.178Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2021-04-16T10:48:53.178Z] client_test.go:23: runtime.GOOS == "windows" [2021-04-16T10:48:53.178Z] === RUN TestGetAPIPath [2021-04-16T10:48:53.178Z] --- PASS: TestGetAPIPath (0.00s) [2021-04-16T10:48:53.178Z] === RUN TestParseHostURL [2021-04-16T10:48:53.178Z] --- PASS: TestParseHostURL (0.00s) [2021-04-16T10:48:53.178Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2021-04-16T10:48:53.178Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2021-04-16T10:48:53.178Z] === RUN TestNegotiateAPIVersionEmpty [2021-04-16T10:48:53.178Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2021-04-16T10:48:53.178Z] === RUN TestNegotiateAPIVersion [2021-04-16T10:48:53.178Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2021-04-16T10:48:53.178Z] === RUN TestNegotiateAPVersionOverride [2021-04-16T10:48:53.178Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2021-04-16T10:48:53.178Z] === RUN TestNegotiateAPIVersionAutomatic [2021-04-16T10:48:53.178Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2021-04-16T10:48:53.178Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2021-04-16T10:48:53.178Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2021-04-16T10:48:53.178Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2021-04-16T10:48:53.178Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2021-04-16T10:48:53.178Z] === RUN TestClientRedirect [2021-04-16T10:48:53.294Z] --- PASS: TestDaemonIpcModePrivate (1.83s) [2021-04-16T10:48:53.294Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false [2021-04-16T10:48:53.294Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-04-16T10:48:53.512Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-04-16T10:48:53.639Z] --- PASS: TestClientRedirect (0.00s) [2021-04-16T10:48:53.639Z] === RUN TestConfigCreateUnsupported [2021-04-16T10:48:53.639Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2021-04-16T10:48:53.639Z] === RUN TestConfigCreateError [2021-04-16T10:48:53.639Z] --- PASS: TestConfigCreateError (0.00s) [2021-04-16T10:48:53.639Z] === RUN TestConfigCreate [2021-04-16T10:48:53.639Z] --- PASS: TestConfigCreate (0.00s) [2021-04-16T10:48:53.639Z] === RUN TestConfigInspectNotFound [2021-04-16T10:48:54.084Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-04-16T10:48:54.101Z] --- PASS: TestConfigInspectNotFound (0.00s) [2021-04-16T10:48:54.101Z] === RUN TestConfigInspectWithEmptyID [2021-04-16T10:48:54.101Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2021-04-16T10:48:54.101Z] === RUN TestConfigInspectUnsupported [2021-04-16T10:48:54.101Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2021-04-16T10:48:54.101Z] === RUN TestConfigInspectError [2021-04-16T10:48:54.101Z] --- PASS: TestConfigInspectError (0.00s) [2021-04-16T10:48:54.101Z] === RUN TestConfigInspectConfigNotFound [2021-04-16T10:48:54.101Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2021-04-16T10:48:54.101Z] === RUN TestConfigInspect [2021-04-16T10:48:54.101Z] --- PASS: TestConfigInspect (0.00s) [2021-04-16T10:48:54.101Z] === RUN TestConfigListUnsupported [2021-04-16T10:48:54.101Z] --- PASS: TestConfigListUnsupported (0.00s) [2021-04-16T10:48:54.101Z] === RUN TestConfigListError [2021-04-16T10:48:54.101Z] --- PASS: TestConfigListError (0.00s) [2021-04-16T10:48:54.101Z] === RUN TestConfigList [2021-04-16T10:48:54.101Z] --- PASS: TestConfigList (0.00s) [2021-04-16T10:48:54.101Z] === RUN TestConfigRemoveUnsupported [2021-04-16T10:48:54.563Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2021-04-16T10:48:54.563Z] === RUN TestConfigRemoveError [2021-04-16T10:48:54.563Z] --- PASS: TestConfigRemoveError (0.00s) [2021-04-16T10:48:54.563Z] === RUN TestConfigRemove [2021-04-16T10:48:54.563Z] --- PASS: TestConfigRemove (0.00s) [2021-04-16T10:48:54.563Z] === RUN TestConfigUpdateUnsupported [2021-04-16T10:48:54.563Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2021-04-16T10:48:54.563Z] === RUN TestConfigUpdateError [2021-04-16T10:48:54.563Z] --- PASS: TestConfigUpdateError (0.00s) [2021-04-16T10:48:54.563Z] === RUN TestConfigUpdate [2021-04-16T10:48:54.563Z] --- PASS: TestConfigUpdate (0.00s) [2021-04-16T10:48:54.563Z] === RUN TestContainerCommitError [2021-04-16T10:48:54.563Z] --- PASS: TestContainerCommitError (0.00s) [2021-04-16T10:48:54.563Z] === RUN TestContainerCommit [2021-04-16T10:48:54.563Z] --- PASS: TestContainerCommit (0.00s) [2021-04-16T10:48:54.563Z] === RUN TestContainerStatPathError [2021-04-16T10:48:54.563Z] --- PASS: TestContainerStatPathError (0.00s) [2021-04-16T10:48:54.563Z] === RUN TestContainerStatPathNotFoundError [2021-04-16T10:48:54.563Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2021-04-16T10:48:54.563Z] === RUN TestContainerStatPathNoHeaderError [2021-04-16T10:48:54.563Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2021-04-16T10:48:54.563Z] === RUN TestContainerStatPath [2021-04-16T10:48:54.563Z] --- PASS: TestContainerStatPath (0.00s) [2021-04-16T10:48:54.563Z] === RUN TestCopyToContainerError [2021-04-16T10:48:54.563Z] --- PASS: TestCopyToContainerError (0.00s) [2021-04-16T10:48:54.563Z] === RUN TestCopyToContainerNotFoundError [2021-04-16T10:48:54.563Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2021-04-16T10:48:54.563Z] === RUN TestCopyToContainerNotStatusOKError [2021-04-16T10:48:54.563Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2021-04-16T10:48:54.563Z] === RUN TestCopyToContainer [2021-04-16T10:48:54.563Z] --- PASS: TestCopyToContainer (0.00s) [2021-04-16T10:48:54.563Z] === RUN TestCopyFromContainerError [2021-04-16T10:48:54.563Z] --- PASS: TestCopyFromContainerError (0.00s) [2021-04-16T10:48:54.563Z] === RUN TestCopyFromContainerNotFoundError [2021-04-16T10:48:54.563Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2021-04-16T10:48:54.563Z] === RUN TestCopyFromContainerNotStatusOKError [2021-04-16T10:48:54.563Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2021-04-16T10:48:54.563Z] === RUN TestCopyFromContainerNoHeaderError [2021-04-16T10:48:54.629Z] --- PASS: TestInspectNetwork (11.18s) [2021-04-16T10:48:54.629Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-04-16T10:48:54.629Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-04-16T10:48:54.629Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-04-16T10:48:54.629Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-04-16T10:48:54.629Z] === RUN TestRunContainerWithBridgeNone [2021-04-16T10:48:54.655Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2021-04-16T10:48:54.915Z] --- PASS: TestExportContainerAfterDaemonRestart (2.74s) [2021-04-16T10:48:54.915Z] === RUN TestHealthCheckWorkdir [2021-04-16T10:48:55.024Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestCopyFromContainer [2021-04-16T10:48:55.024Z] --- PASS: TestCopyFromContainer (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerCreateError [2021-04-16T10:48:55.024Z] --- PASS: TestContainerCreateError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerCreateImageNotFound [2021-04-16T10:48:55.024Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerCreateWithName [2021-04-16T10:48:55.024Z] --- PASS: TestContainerCreateWithName (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerCreateAutoRemove [2021-04-16T10:48:55.024Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerDiffError [2021-04-16T10:48:55.024Z] --- PASS: TestContainerDiffError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerDiff [2021-04-16T10:48:55.024Z] --- PASS: TestContainerDiff (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerExecCreateError [2021-04-16T10:48:55.024Z] --- PASS: TestContainerExecCreateError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerExecCreate [2021-04-16T10:48:55.024Z] --- PASS: TestContainerExecCreate (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerExecStartError [2021-04-16T10:48:55.024Z] --- PASS: TestContainerExecStartError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerExecStart [2021-04-16T10:48:55.024Z] --- PASS: TestContainerExecStart (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerExecInspectError [2021-04-16T10:48:55.024Z] --- PASS: TestContainerExecInspectError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerExecInspect [2021-04-16T10:48:55.024Z] --- PASS: TestContainerExecInspect (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerExportError [2021-04-16T10:48:55.024Z] --- PASS: TestContainerExportError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerExport [2021-04-16T10:48:55.024Z] --- PASS: TestContainerExport (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerInspectError [2021-04-16T10:48:55.024Z] --- PASS: TestContainerInspectError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerInspectContainerNotFound [2021-04-16T10:48:55.024Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerInspectWithEmptyID [2021-04-16T10:48:55.024Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerInspect [2021-04-16T10:48:55.024Z] --- PASS: TestContainerInspect (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerInspectNode [2021-04-16T10:48:55.024Z] --- PASS: TestContainerInspectNode (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerKillError [2021-04-16T10:48:55.024Z] --- PASS: TestContainerKillError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerKill [2021-04-16T10:48:55.024Z] --- PASS: TestContainerKill (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerListError [2021-04-16T10:48:55.024Z] --- PASS: TestContainerListError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerList [2021-04-16T10:48:55.024Z] --- PASS: TestContainerList (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerLogsNotFoundError [2021-04-16T10:48:55.024Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerLogsError [2021-04-16T10:48:55.024Z] --- PASS: TestContainerLogsError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerLogs [2021-04-16T10:48:55.024Z] --- PASS: TestContainerLogs (0.17s) [2021-04-16T10:48:55.024Z] === RUN TestContainerPauseError [2021-04-16T10:48:55.024Z] --- PASS: TestContainerPauseError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerPause [2021-04-16T10:48:55.024Z] --- PASS: TestContainerPause (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainersPruneError [2021-04-16T10:48:55.024Z] --- PASS: TestContainersPruneError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainersPrune [2021-04-16T10:48:55.024Z] --- PASS: TestContainersPrune (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerRemoveError [2021-04-16T10:48:55.024Z] --- PASS: TestContainerRemoveError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerRemoveNotFoundError [2021-04-16T10:48:55.024Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerRemove [2021-04-16T10:48:55.024Z] --- PASS: TestContainerRemove (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerRenameError [2021-04-16T10:48:55.024Z] --- PASS: TestContainerRenameError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerRename [2021-04-16T10:48:55.024Z] --- PASS: TestContainerRename (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerResizeError [2021-04-16T10:48:55.024Z] --- PASS: TestContainerResizeError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerExecResizeError [2021-04-16T10:48:55.024Z] --- PASS: TestContainerExecResizeError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerResize [2021-04-16T10:48:55.024Z] --- PASS: TestContainerResize (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerExecResize [2021-04-16T10:48:55.024Z] --- PASS: TestContainerExecResize (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerRestartError [2021-04-16T10:48:55.024Z] --- PASS: TestContainerRestartError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerRestart [2021-04-16T10:48:55.024Z] --- PASS: TestContainerRestart (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerStartError [2021-04-16T10:48:55.024Z] --- PASS: TestContainerStartError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerStart [2021-04-16T10:48:55.024Z] --- PASS: TestContainerStart (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerStatsError [2021-04-16T10:48:55.024Z] --- PASS: TestContainerStatsError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerStats [2021-04-16T10:48:55.024Z] --- PASS: TestContainerStats (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerStopError [2021-04-16T10:48:55.024Z] --- PASS: TestContainerStopError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerStop [2021-04-16T10:48:55.024Z] --- PASS: TestContainerStop (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerTopError [2021-04-16T10:48:55.024Z] --- PASS: TestContainerTopError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerTop [2021-04-16T10:48:55.024Z] --- PASS: TestContainerTop (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerUnpauseError [2021-04-16T10:48:55.024Z] --- PASS: TestContainerUnpauseError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerUnpause [2021-04-16T10:48:55.024Z] --- PASS: TestContainerUnpause (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerUpdateError [2021-04-16T10:48:55.024Z] --- PASS: TestContainerUpdateError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerUpdate [2021-04-16T10:48:55.024Z] --- PASS: TestContainerUpdate (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerWaitError [2021-04-16T10:48:55.024Z] --- PASS: TestContainerWaitError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestContainerWait [2021-04-16T10:48:55.024Z] --- PASS: TestContainerWait (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestDiskUsageError [2021-04-16T10:48:55.024Z] --- PASS: TestDiskUsageError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestDiskUsage [2021-04-16T10:48:55.024Z] --- PASS: TestDiskUsage (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestDistributionInspectUnsupported [2021-04-16T10:48:55.024Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestDistributionInspectWithEmptyID [2021-04-16T10:48:55.024Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestEventsErrorInOptions [2021-04-16T10:48:55.024Z] --- PASS: TestEventsErrorInOptions (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestEventsErrorFromServer [2021-04-16T10:48:55.024Z] --- PASS: TestEventsErrorFromServer (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestEvents [2021-04-16T10:48:55.024Z] --- PASS: TestEvents (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestTLSCloseWriter [2021-04-16T10:48:55.024Z] === PAUSE TestTLSCloseWriter [2021-04-16T10:48:55.024Z] === RUN TestImageBuildError [2021-04-16T10:48:55.024Z] --- PASS: TestImageBuildError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestImageBuild [2021-04-16T10:48:55.024Z] --- PASS: TestImageBuild (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestGetDockerOS [2021-04-16T10:48:55.024Z] --- PASS: TestGetDockerOS (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestImageCreateError [2021-04-16T10:48:55.024Z] --- PASS: TestImageCreateError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestImageCreate [2021-04-16T10:48:55.024Z] --- PASS: TestImageCreate (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestImageHistoryError [2021-04-16T10:48:55.024Z] --- PASS: TestImageHistoryError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestImageHistory [2021-04-16T10:48:55.024Z] --- PASS: TestImageHistory (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestImageImportError [2021-04-16T10:48:55.024Z] --- PASS: TestImageImportError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestImageImport [2021-04-16T10:48:55.024Z] --- PASS: TestImageImport (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestImageInspectError [2021-04-16T10:48:55.024Z] --- PASS: TestImageInspectError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestImageInspectImageNotFound [2021-04-16T10:48:55.024Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestImageInspectWithEmptyID [2021-04-16T10:48:55.024Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestImageInspect [2021-04-16T10:48:55.024Z] --- PASS: TestImageInspect (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestImageListError [2021-04-16T10:48:55.024Z] --- PASS: TestImageListError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestImageList [2021-04-16T10:48:55.024Z] --- PASS: TestImageList (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestImageListApiBefore125 [2021-04-16T10:48:55.024Z] --- PASS: TestImageListApiBefore125 (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestImageLoadError [2021-04-16T10:48:55.024Z] --- PASS: TestImageLoadError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestImageLoad [2021-04-16T10:48:55.024Z] --- PASS: TestImageLoad (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestImagesPruneError [2021-04-16T10:48:55.024Z] --- PASS: TestImagesPruneError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestImagesPrune [2021-04-16T10:48:55.024Z] --- PASS: TestImagesPrune (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestImagePullReferenceParseError [2021-04-16T10:48:55.024Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestImagePullAnyError [2021-04-16T10:48:55.024Z] --- PASS: TestImagePullAnyError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestImagePullStatusUnauthorizedError [2021-04-16T10:48:55.024Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2021-04-16T10:48:55.024Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-04-16T10:48:55.024Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestImagePullWithPrivilegedFuncNoError [2021-04-16T10:48:55.024Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestImagePullWithoutErrors [2021-04-16T10:48:55.024Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestImagePushReferenceError [2021-04-16T10:48:55.024Z] --- PASS: TestImagePushReferenceError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestImagePushAnyError [2021-04-16T10:48:55.024Z] --- PASS: TestImagePushAnyError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestImagePushStatusUnauthorizedError [2021-04-16T10:48:55.024Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2021-04-16T10:48:55.024Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-04-16T10:48:55.024Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestImagePushWithPrivilegedFuncNoError [2021-04-16T10:48:55.024Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestImagePushWithoutErrors [2021-04-16T10:48:55.024Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2021-04-16T10:48:55.024Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2021-04-16T10:48:55.024Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2021-04-16T10:48:55.024Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2021-04-16T10:48:55.024Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2021-04-16T10:48:55.024Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2021-04-16T10:48:55.024Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2021-04-16T10:48:55.024Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2021-04-16T10:48:55.024Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestImageRemoveError [2021-04-16T10:48:55.024Z] --- PASS: TestImageRemoveError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestImageRemoveImageNotFound [2021-04-16T10:48:55.024Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestImageRemove [2021-04-16T10:48:55.024Z] --- PASS: TestImageRemove (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestImageSaveError [2021-04-16T10:48:55.024Z] --- PASS: TestImageSaveError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestImageSave [2021-04-16T10:48:55.024Z] --- PASS: TestImageSave (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestImageSearchAnyError [2021-04-16T10:48:55.024Z] --- PASS: TestImageSearchAnyError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestImageSearchStatusUnauthorizedError [2021-04-16T10:48:55.024Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2021-04-16T10:48:55.024Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-04-16T10:48:55.024Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-04-16T10:48:55.024Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2021-04-16T10:48:55.025Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestImageSearchWithoutErrors [2021-04-16T10:48:55.025Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestImageTagError [2021-04-16T10:48:55.025Z] --- PASS: TestImageTagError (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestImageTagInvalidReference [2021-04-16T10:48:55.025Z] --- PASS: TestImageTagInvalidReference (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestImageTagInvalidSourceImageName [2021-04-16T10:48:55.025Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestImageTagHexSource [2021-04-16T10:48:55.025Z] --- PASS: TestImageTagHexSource (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestImageTag [2021-04-16T10:48:55.025Z] --- PASS: TestImageTag (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestInfoServerError [2021-04-16T10:48:55.025Z] --- PASS: TestInfoServerError (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestInfoInvalidResponseJSONError [2021-04-16T10:48:55.025Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestInfo [2021-04-16T10:48:55.025Z] --- PASS: TestInfo (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestNetworkConnectError [2021-04-16T10:48:55.025Z] --- PASS: TestNetworkConnectError (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2021-04-16T10:48:55.025Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestNetworkConnect [2021-04-16T10:48:55.025Z] --- PASS: TestNetworkConnect (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestNetworkCreateError [2021-04-16T10:48:55.025Z] --- PASS: TestNetworkCreateError (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestNetworkCreate [2021-04-16T10:48:55.025Z] --- PASS: TestNetworkCreate (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestNetworkDisconnectError [2021-04-16T10:48:55.025Z] --- PASS: TestNetworkDisconnectError (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestNetworkDisconnect [2021-04-16T10:48:55.025Z] --- PASS: TestNetworkDisconnect (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestNetworkInspectError [2021-04-16T10:48:55.025Z] --- PASS: TestNetworkInspectError (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestNetworkInspectNotFoundError [2021-04-16T10:48:55.025Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestNetworkInspectWithEmptyID [2021-04-16T10:48:55.025Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestNetworkInspect [2021-04-16T10:48:55.025Z] --- PASS: TestNetworkInspect (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestNetworkListError [2021-04-16T10:48:55.025Z] --- PASS: TestNetworkListError (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestNetworkList [2021-04-16T10:48:55.025Z] --- PASS: TestNetworkList (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestNetworksPruneError [2021-04-16T10:48:55.025Z] --- PASS: TestNetworksPruneError (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestNetworksPrune [2021-04-16T10:48:55.025Z] --- PASS: TestNetworksPrune (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestNetworkRemoveError [2021-04-16T10:48:55.025Z] --- PASS: TestNetworkRemoveError (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestNetworkRemove [2021-04-16T10:48:55.025Z] --- PASS: TestNetworkRemove (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestNodeInspectError [2021-04-16T10:48:55.025Z] --- PASS: TestNodeInspectError (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestNodeInspectNodeNotFound [2021-04-16T10:48:55.025Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestNodeInspectWithEmptyID [2021-04-16T10:48:55.025Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestNodeInspect [2021-04-16T10:48:55.025Z] --- PASS: TestNodeInspect (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestNodeListError [2021-04-16T10:48:55.025Z] --- PASS: TestNodeListError (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestNodeList [2021-04-16T10:48:55.025Z] --- PASS: TestNodeList (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestNodeRemoveError [2021-04-16T10:48:55.025Z] --- PASS: TestNodeRemoveError (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestNodeRemove [2021-04-16T10:48:55.025Z] --- PASS: TestNodeRemove (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestNodeUpdateError [2021-04-16T10:48:55.025Z] --- PASS: TestNodeUpdateError (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestNodeUpdate [2021-04-16T10:48:55.025Z] --- PASS: TestNodeUpdate (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestOptionWithTimeout [2021-04-16T10:48:55.025Z] --- PASS: TestOptionWithTimeout (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestPingFail [2021-04-16T10:48:55.025Z] --- PASS: TestPingFail (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestPingWithError [2021-04-16T10:48:55.025Z] 2021/04/16 10:48:52 RoundTripper returned a response & error; ignoring response [2021-04-16T10:48:55.025Z] 2021/04/16 10:48:52 RoundTripper returned a response & error; ignoring response [2021-04-16T10:48:55.025Z] --- PASS: TestPingWithError (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestPingSuccess [2021-04-16T10:48:55.025Z] --- PASS: TestPingSuccess (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestPingHeadFallback [2021-04-16T10:48:55.025Z] === RUN TestPingHeadFallback/OK [2021-04-16T10:48:55.025Z] === RUN TestPingHeadFallback/Internal_Server_Error [2021-04-16T10:48:55.025Z] === RUN TestPingHeadFallback/Not_Found [2021-04-16T10:48:55.025Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2021-04-16T10:48:55.025Z] --- PASS: TestPingHeadFallback (0.00s) [2021-04-16T10:48:55.025Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2021-04-16T10:48:55.025Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2021-04-16T10:48:55.025Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2021-04-16T10:48:55.025Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestPluginDisableError [2021-04-16T10:48:55.025Z] --- PASS: TestPluginDisableError (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestPluginDisable [2021-04-16T10:48:55.025Z] --- PASS: TestPluginDisable (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestPluginEnableError [2021-04-16T10:48:55.025Z] --- PASS: TestPluginEnableError (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestPluginEnable [2021-04-16T10:48:55.025Z] --- PASS: TestPluginEnable (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestPluginInspectError [2021-04-16T10:48:55.025Z] --- PASS: TestPluginInspectError (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestPluginInspectWithEmptyID [2021-04-16T10:48:55.025Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestPluginInspect [2021-04-16T10:48:55.025Z] --- PASS: TestPluginInspect (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestPluginListError [2021-04-16T10:48:55.025Z] --- PASS: TestPluginListError (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestPluginList [2021-04-16T10:48:55.025Z] --- PASS: TestPluginList (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestPluginPushError [2021-04-16T10:48:55.025Z] --- PASS: TestPluginPushError (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestPluginPush [2021-04-16T10:48:55.025Z] --- PASS: TestPluginPush (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestPluginRemoveError [2021-04-16T10:48:55.025Z] --- PASS: TestPluginRemoveError (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestPluginRemove [2021-04-16T10:48:55.025Z] --- PASS: TestPluginRemove (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestPluginSetError [2021-04-16T10:48:55.025Z] --- PASS: TestPluginSetError (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestPluginSet [2021-04-16T10:48:55.025Z] --- PASS: TestPluginSet (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestSetHostHeader [2021-04-16T10:48:55.025Z] --- PASS: TestSetHostHeader (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestPlainTextError [2021-04-16T10:48:55.025Z] --- PASS: TestPlainTextError (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestInfiniteError [2021-04-16T10:48:55.025Z] --- PASS: TestInfiniteError (0.17s) [2021-04-16T10:48:55.025Z] === RUN TestSecretCreateUnsupported [2021-04-16T10:48:55.025Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestSecretCreateError [2021-04-16T10:48:55.025Z] --- PASS: TestSecretCreateError (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestSecretCreate [2021-04-16T10:48:55.025Z] --- PASS: TestSecretCreate (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestSecretInspectUnsupported [2021-04-16T10:48:55.025Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestSecretInspectError [2021-04-16T10:48:55.025Z] --- PASS: TestSecretInspectError (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestSecretInspectSecretNotFound [2021-04-16T10:48:55.025Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestSecretInspectWithEmptyID [2021-04-16T10:48:55.025Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestSecretInspect [2021-04-16T10:48:55.025Z] --- PASS: TestSecretInspect (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestSecretListUnsupported [2021-04-16T10:48:55.025Z] --- PASS: TestSecretListUnsupported (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestSecretListError [2021-04-16T10:48:55.025Z] --- PASS: TestSecretListError (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestSecretList [2021-04-16T10:48:55.025Z] --- PASS: TestSecretList (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestSecretRemoveUnsupported [2021-04-16T10:48:55.025Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestSecretRemoveError [2021-04-16T10:48:55.025Z] --- PASS: TestSecretRemoveError (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestSecretRemove [2021-04-16T10:48:55.025Z] --- PASS: TestSecretRemove (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestSecretUpdateUnsupported [2021-04-16T10:48:55.025Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestSecretUpdateError [2021-04-16T10:48:55.025Z] --- PASS: TestSecretUpdateError (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestSecretUpdate [2021-04-16T10:48:55.025Z] --- PASS: TestSecretUpdate (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestServiceCreateError [2021-04-16T10:48:55.025Z] --- PASS: TestServiceCreateError (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestServiceCreate [2021-04-16T10:48:55.025Z] --- PASS: TestServiceCreate (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestServiceCreateCompatiblePlatforms [2021-04-16T10:48:55.025Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestServiceCreateDigestPinning [2021-04-16T10:48:55.025Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestServiceInspectError [2021-04-16T10:48:55.025Z] --- PASS: TestServiceInspectError (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestServiceInspectServiceNotFound [2021-04-16T10:48:55.025Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestServiceInspectWithEmptyID [2021-04-16T10:48:55.025Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestServiceInspect [2021-04-16T10:48:55.025Z] --- PASS: TestServiceInspect (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestServiceListError [2021-04-16T10:48:55.025Z] --- PASS: TestServiceListError (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestServiceList [2021-04-16T10:48:55.025Z] --- PASS: TestServiceList (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestServiceLogsError [2021-04-16T10:48:55.025Z] --- PASS: TestServiceLogsError (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestServiceLogs [2021-04-16T10:48:55.025Z] --- PASS: TestServiceLogs (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestServiceRemoveError [2021-04-16T10:48:55.025Z] --- PASS: TestServiceRemoveError (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestServiceRemoveNotFoundError [2021-04-16T10:48:55.025Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestServiceRemove [2021-04-16T10:48:55.025Z] --- PASS: TestServiceRemove (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestServiceUpdateError [2021-04-16T10:48:55.025Z] --- PASS: TestServiceUpdateError (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestServiceUpdate [2021-04-16T10:48:55.025Z] --- PASS: TestServiceUpdate (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestSwarmGetUnlockKeyError [2021-04-16T10:48:55.025Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestSwarmGetUnlockKey [2021-04-16T10:48:55.025Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestSwarmInitError [2021-04-16T10:48:55.025Z] --- PASS: TestSwarmInitError (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestSwarmInit [2021-04-16T10:48:55.025Z] --- PASS: TestSwarmInit (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestSwarmInspectError [2021-04-16T10:48:55.025Z] --- PASS: TestSwarmInspectError (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestSwarmInspect [2021-04-16T10:48:55.025Z] --- PASS: TestSwarmInspect (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestSwarmJoinError [2021-04-16T10:48:55.025Z] --- PASS: TestSwarmJoinError (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestSwarmJoin [2021-04-16T10:48:55.025Z] --- PASS: TestSwarmJoin (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestSwarmLeaveError [2021-04-16T10:48:55.025Z] --- PASS: TestSwarmLeaveError (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestSwarmLeave [2021-04-16T10:48:55.025Z] --- PASS: TestSwarmLeave (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestSwarmUnlockError [2021-04-16T10:48:55.025Z] --- PASS: TestSwarmUnlockError (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestSwarmUnlock [2021-04-16T10:48:55.025Z] --- PASS: TestSwarmUnlock (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestSwarmUpdateError [2021-04-16T10:48:55.025Z] --- PASS: TestSwarmUpdateError (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestSwarmUpdate [2021-04-16T10:48:55.025Z] --- PASS: TestSwarmUpdate (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestTaskInspectError [2021-04-16T10:48:55.025Z] --- PASS: TestTaskInspectError (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestTaskInspectWithEmptyID [2021-04-16T10:48:55.025Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestTaskInspect [2021-04-16T10:48:55.025Z] --- PASS: TestTaskInspect (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestTaskListError [2021-04-16T10:48:55.025Z] --- PASS: TestTaskListError (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestTaskList [2021-04-16T10:48:55.025Z] --- PASS: TestTaskList (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestVolumeCreateError [2021-04-16T10:48:55.025Z] --- PASS: TestVolumeCreateError (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestVolumeCreate [2021-04-16T10:48:55.025Z] --- PASS: TestVolumeCreate (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestVolumeInspectError [2021-04-16T10:48:55.025Z] --- PASS: TestVolumeInspectError (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestVolumeInspectNotFound [2021-04-16T10:48:55.025Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestVolumeInspectWithEmptyID [2021-04-16T10:48:55.025Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestVolumeInspect [2021-04-16T10:48:55.025Z] --- PASS: TestVolumeInspect (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestVolumeListError [2021-04-16T10:48:55.025Z] --- PASS: TestVolumeListError (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestVolumeList [2021-04-16T10:48:55.025Z] --- PASS: TestVolumeList (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestVolumeRemoveError [2021-04-16T10:48:55.025Z] --- PASS: TestVolumeRemoveError (0.00s) [2021-04-16T10:48:55.025Z] === RUN TestVolumeRemove [2021-04-16T10:48:55.025Z] --- PASS: TestVolumeRemove (0.00s) [2021-04-16T10:48:55.025Z] === CONT TestTLSCloseWriter [2021-04-16T10:48:55.025Z] --- PASS: TestTLSCloseWriter (0.01s) [2021-04-16T10:48:55.025Z] PASS [2021-04-16T10:48:55.025Z] coverage: 74.9% of statements [2021-04-16T10:48:55.025Z] ok github.com/docker/docker/client 1.207s coverage: 74.9% of statements [2021-04-16T10:48:55.205Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.90s) [2021-04-16T10:48:55.205Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false [2021-04-16T10:48:55.205Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-04-16T10:48:56.587Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.85s) [2021-04-16T10:48:56.587Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2021-04-16T10:48:56.587Z] === RUN TestIpcModeOlderClient [2021-04-16T10:48:56.587Z] === PAUSE TestIpcModeOlderClient [2021-04-16T10:48:56.587Z] === RUN TestKillContainerInvalidSignal [2021-04-16T10:48:57.464Z] --- PASS: TestHealthCheckWorkdir (2.45s) [2021-04-16T10:48:57.464Z] === RUN TestHealthKillContainer [2021-04-16T10:48:57.527Z] --- PASS: TestKillContainerInvalidSignal (0.74s) [2021-04-16T10:48:57.527Z] === RUN TestKillContainer [2021-04-16T10:48:57.527Z] === RUN TestKillContainer/no_signal [2021-04-16T10:48:57.696Z] ..........................xx.................... [ 29%] [2021-04-16T10:48:58.098Z] === RUN TestKillContainer/non_killing_signal [2021-04-16T10:48:58.129Z] --- PASS: TestRunContainerWithBridgeNone (3.15s) [2021-04-16T10:48:58.129Z] === RUN TestNetworkInvalidJSON [2021-04-16T10:48:58.129Z] === RUN TestNetworkInvalidJSON//networks/create [2021-04-16T10:48:58.129Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-04-16T10:48:58.129Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-04-16T10:48:58.129Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-04-16T10:48:58.129Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-16T10:48:58.129Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-16T10:48:58.129Z] === CONT TestNetworkInvalidJSON//networks/create [2021-04-16T10:48:58.129Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-16T10:48:58.129Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-04-16T10:48:58.129Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-04-16T10:48:58.129Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-04-16T10:48:58.129Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-04-16T10:48:58.129Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-04-16T10:48:58.129Z] === RUN TestNetworkList [2021-04-16T10:48:58.129Z] === RUN TestNetworkList//networks [2021-04-16T10:48:58.129Z] === PAUSE TestNetworkList//networks [2021-04-16T10:48:58.129Z] === RUN TestNetworkList//networks/ [2021-04-16T10:48:58.129Z] === PAUSE TestNetworkList//networks/ [2021-04-16T10:48:58.129Z] === CONT TestNetworkList//networks [2021-04-16T10:48:58.129Z] === CONT TestNetworkList//networks/ [2021-04-16T10:48:58.129Z] --- PASS: TestNetworkList (0.01s) [2021-04-16T10:48:58.129Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-04-16T10:48:58.129Z] --- PASS: TestNetworkList//networks (0.00s) [2021-04-16T10:48:58.129Z] === RUN TestHostIPv4BridgeLabel [2021-04-16T10:48:58.129Z] --- PASS: TestHostIPv4BridgeLabel (0.54s) [2021-04-16T10:48:58.129Z] === RUN TestDaemonRestartWithLiveRestore [2021-04-16T10:48:58.670Z] === RUN TestKillContainer/killing_signal [2021-04-16T10:48:58.848Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-04-16T10:48:59.155Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2021-04-16T10:48:59.155Z] === RUN TestDaemonDefaultNetworkPools [2021-04-16T10:48:59.609Z] --- PASS: TestKillContainer (2.16s) [2021-04-16T10:48:59.609Z] --- PASS: TestKillContainer/no_signal (0.69s) [2021-04-16T10:48:59.609Z] --- PASS: TestKillContainer/non_killing_signal (0.57s) [2021-04-16T10:48:59.609Z] --- PASS: TestKillContainer/killing_signal (0.72s) [2021-04-16T10:48:59.609Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-04-16T10:48:59.609Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-04-16T10:49:00.179Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-04-16T10:49:00.182Z] --- PASS: TestDaemonDefaultNetworkPools (0.85s) [2021-04-16T10:49:00.182Z] === RUN TestDaemonRestartWithExistingNetwork [2021-04-16T10:49:01.119Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.43s) [2021-04-16T10:49:01.119Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.71s) [2021-04-16T10:49:01.119Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.58s) [2021-04-16T10:49:01.119Z] === RUN TestKillStoppedContainer [2021-04-16T10:49:01.119Z] --- PASS: TestKillStoppedContainer (0.05s) [2021-04-16T10:49:01.119Z] === RUN TestKillStoppedContainerAPIPre120 [2021-04-16T10:49:01.119Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2021-04-16T10:49:01.119Z] === RUN TestKillDifferentUserContainer [2021-04-16T10:49:01.209Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.18s) [2021-04-16T10:49:01.209Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-04-16T10:49:01.392Z] --- PASS: TestHealthKillContainer (3.67s) [2021-04-16T10:49:01.392Z] === RUN TestInspectCpusetInConfigPre120 [2021-04-16T10:49:01.392Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-04-16T10:49:01.653Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2021-04-16T10:49:02.060Z] --- PASS: TestKillDifferentUserContainer (0.72s) [2021-04-16T10:49:02.060Z] === RUN TestInspectOomKilledTrue [2021-04-16T10:49:02.060Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-04-16T10:49:02.060Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-04-16T10:49:02.060Z] === RUN TestInspectOomKilledFalse [2021-04-16T10:49:02.226Z] --- PASS: TestInspectCpusetInConfigPre120 (1.04s) [2021-04-16T10:49:02.226Z] === RUN TestIpcModeNone [2021-04-16T10:49:02.630Z] --- PASS: TestInspectOomKilledFalse (0.68s) [2021-04-16T10:49:02.630Z] === RUN TestLinksEtcHostsContentMatch [2021-04-16T10:49:02.707Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s) [2021-04-16T10:49:02.707Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-04-16T10:49:02.799Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-04-16T10:49:02.996Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.63s) [2021-04-16T10:49:02.996Z] === RUN TestServiceWithPredefinedNetwork [2021-04-16T10:49:03.201Z] --- PASS: TestLinksEtcHostsContentMatch (0.81s) [2021-04-16T10:49:03.201Z] === RUN TestLinksContainerNames [2021-04-16T10:49:03.742Z] --- PASS: TestIpcModeNone (1.66s) [2021-04-16T10:49:03.742Z] === RUN TestIpcModePrivate [2021-04-16T10:49:04.315Z] --- PASS: TestUpdateRestartPolicy (12.98s) [2021-04-16T10:49:04.315Z] === RUN TestUpdateRestartWithAutoRemove [2021-04-16T10:49:04.315Z] --- PASS: TestUpdateRestartWithAutoRemove (0.84s) [2021-04-16T10:49:04.315Z] === RUN TestWaitNonBlocked [2021-04-16T10:49:04.315Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-16T10:49:04.315Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-16T10:49:04.315Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-16T10:49:04.315Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-16T10:49:04.315Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-16T10:49:04.315Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-16T10:49:04.315Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-04-16T10:49:04.315Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.15s) [2021-04-16T10:49:04.315Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.15s) [2021-04-16T10:49:04.315Z] === RUN TestWaitBlocked [2021-04-16T10:49:04.315Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-04-16T10:49:04.315Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-04-16T10:49:04.315Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-04-16T10:49:04.315Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-04-16T10:49:04.315Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-04-16T10:49:04.315Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-04-16T10:49:04.685Z] === RUN TestDockerSuite/TestBuildAddScript [2021-04-16T10:49:05.111Z] --- PASS: TestLinksContainerNames (1.46s) [2021-04-16T10:49:05.111Z] === RUN TestLogsFollowTailEmpty [2021-04-16T10:49:05.261Z] --- PASS: TestWaitBlocked (0.03s) [2021-04-16T10:49:05.261Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.00s) [2021-04-16T10:49:05.261Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.07s) [2021-04-16T10:49:05.261Z] === CONT TestContainerStartOnDaemonRestart [2021-04-16T10:49:05.261Z] === CONT TestDaemonHostGatewayIP [2021-04-16T10:49:05.261Z] === CONT TestDaemonRestartIpcMode [2021-04-16T10:49:05.261Z] === CONT TestRestartDaemonWithRestartingContainer [2021-04-16T10:49:05.630Z] --- PASS: TestIpcModePrivate (1.87s) [2021-04-16T10:49:05.630Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:106, shared: false, mustBeShared: false [2021-04-16T10:49:05.630Z] === RUN TestIpcModeShareable [2021-04-16T10:49:05.680Z] --- PASS: TestLogsFollowTailEmpty (0.85s) [2021-04-16T10:49:05.680Z] === RUN TestContainerNetworkMountsNoChown [2021-04-16T10:49:06.204Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2021-04-16T10:49:06.204Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2021-04-16T10:49:06.621Z] --- PASS: TestContainerNetworkMountsNoChown (0.76s) [2021-04-16T10:49:06.621Z] === RUN TestMountDaemonRoot [2021-04-16T10:49:06.621Z] === RUN TestMountDaemonRoot/default [2021-04-16T10:49:06.621Z] === PAUSE TestMountDaemonRoot/default [2021-04-16T10:49:06.621Z] === RUN TestMountDaemonRoot/private [2021-04-16T10:49:06.621Z] === PAUSE TestMountDaemonRoot/private [2021-04-16T10:49:06.621Z] === RUN TestMountDaemonRoot/rprivate [2021-04-16T10:49:06.621Z] === PAUSE TestMountDaemonRoot/rprivate [2021-04-16T10:49:06.621Z] === RUN TestMountDaemonRoot/slave [2021-04-16T10:49:06.621Z] === PAUSE TestMountDaemonRoot/slave [2021-04-16T10:49:06.621Z] === RUN TestMountDaemonRoot/rslave [2021-04-16T10:49:06.621Z] === PAUSE TestMountDaemonRoot/rslave [2021-04-16T10:49:06.621Z] === RUN TestMountDaemonRoot/shared [2021-04-16T10:49:06.621Z] === PAUSE TestMountDaemonRoot/shared [2021-04-16T10:49:06.621Z] === RUN TestMountDaemonRoot/rshared [2021-04-16T10:49:06.622Z] === PAUSE TestMountDaemonRoot/rshared [2021-04-16T10:49:06.622Z] === CONT TestMountDaemonRoot/default [2021-04-16T10:49:06.622Z] === RUN TestMountDaemonRoot/default/bind_root [2021-04-16T10:49:06.622Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-04-16T10:49:06.622Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-04-16T10:49:06.622Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-04-16T10:49:06.622Z] === RUN TestMountDaemonRoot/default/mount_root [2021-04-16T10:49:06.622Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-04-16T10:49:06.622Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-04-16T10:49:06.622Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-04-16T10:49:06.622Z] === CONT TestMountDaemonRoot/rslave [2021-04-16T10:49:06.622Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-04-16T10:49:06.622Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-04-16T10:49:06.622Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-04-16T10:49:06.622Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-04-16T10:49:06.622Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-04-16T10:49:06.622Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-04-16T10:49:06.622Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-04-16T10:49:06.622Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-04-16T10:49:06.622Z] === CONT TestMountDaemonRoot/rshared [2021-04-16T10:49:06.622Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-04-16T10:49:06.622Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-04-16T10:49:06.622Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-04-16T10:49:06.622Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-04-16T10:49:06.622Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-04-16T10:49:06.622Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-04-16T10:49:06.622Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-04-16T10:49:06.622Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-04-16T10:49:06.622Z] === CONT TestMountDaemonRoot/shared [2021-04-16T10:49:06.622Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-04-16T10:49:06.622Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-04-16T10:49:06.622Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-04-16T10:49:06.622Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-04-16T10:49:06.622Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-04-16T10:49:06.622Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-04-16T10:49:06.622Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-04-16T10:49:06.622Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-04-16T10:49:06.622Z] === CONT TestMountDaemonRoot/rprivate [2021-04-16T10:49:06.622Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-04-16T10:49:06.622Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-04-16T10:49:06.622Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-04-16T10:49:06.622Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-04-16T10:49:06.622Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-04-16T10:49:06.622Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-04-16T10:49:06.622Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-04-16T10:49:06.622Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-04-16T10:49:06.622Z] === CONT TestMountDaemonRoot/slave [2021-04-16T10:49:06.622Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-04-16T10:49:06.622Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-04-16T10:49:06.622Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-04-16T10:49:06.622Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-04-16T10:49:06.622Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-04-16T10:49:06.622Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-04-16T10:49:06.622Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-04-16T10:49:06.622Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-04-16T10:49:06.622Z] === CONT TestMountDaemonRoot/private [2021-04-16T10:49:06.622Z] === RUN TestMountDaemonRoot/private/bind_root [2021-04-16T10:49:06.622Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-04-16T10:49:06.622Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-04-16T10:49:06.622Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-04-16T10:49:06.622Z] === RUN TestMountDaemonRoot/private/mount_root [2021-04-16T10:49:06.622Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-04-16T10:49:06.622Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-04-16T10:49:06.622Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-04-16T10:49:06.622Z] === CONT TestMountDaemonRoot/default/bind_root [2021-04-16T10:49:06.622Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-04-16T10:49:06.622Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-04-16T10:49:06.622Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-04-16T10:49:06.622Z] === CONT TestMountDaemonRoot/default/mount_root [2021-04-16T10:49:06.622Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-04-16T10:49:06.622Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-04-16T10:49:06.622Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-04-16T10:49:06.622Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-04-16T10:49:06.622Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-04-16T10:49:06.622Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-04-16T10:49:06.622Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-04-16T10:49:06.622Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-04-16T10:49:06.622Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-04-16T10:49:06.622Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-04-16T10:49:06.622Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-04-16T10:49:06.622Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-04-16T10:49:06.622Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-04-16T10:49:06.622Z] === CONT TestMountDaemonRoot/private/bind_root [2021-04-16T10:49:06.881Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-04-16T10:49:06.881Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-04-16T10:49:06.881Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-04-16T10:49:06.881Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-04-16T10:49:06.881Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-04-16T10:49:06.881Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-04-16T10:49:06.881Z] === CONT TestMountDaemonRoot/private/mount_root [2021-04-16T10:49:06.881Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-04-16T10:49:06.881Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-04-16T10:49:06.881Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-04-16T10:49:06.881Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-04-16T10:49:06.881Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2021-04-16T10:49:06.881Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2021-04-16T10:49:06.881Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2021-04-16T10:49:06.881Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.03s) [2021-04-16T10:49:06.882Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-04-16T10:49:06.882Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2021-04-16T10:49:06.882Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2021-04-16T10:49:06.882Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2021-04-16T10:49:06.882Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2021-04-16T10:49:06.882Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-04-16T10:49:06.882Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2021-04-16T10:49:06.882Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2021-04-16T10:49:06.882Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2021-04-16T10:49:06.882Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2021-04-16T10:49:06.882Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-04-16T10:49:06.882Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-04-16T10:49:06.882Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-04-16T10:49:06.882Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2021-04-16T10:49:06.882Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2021-04-16T10:49:06.882Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-04-16T10:49:06.882Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2021-04-16T10:49:06.882Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-04-16T10:49:06.882Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2021-04-16T10:49:06.882Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2021-04-16T10:49:06.882Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-04-16T10:49:06.882Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2021-04-16T10:49:06.882Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-04-16T10:49:06.882Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2021-04-16T10:49:06.882Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2021-04-16T10:49:06.882Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-04-16T10:49:06.882Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-04-16T10:49:06.882Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2021-04-16T10:49:06.882Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.07s) [2021-04-16T10:49:06.882Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.06s) [2021-04-16T10:49:06.882Z] === RUN TestContainerBindMountNonRecursive [2021-04-16T10:49:07.147Z] --- PASS: TestIpcModeShareable (1.57s) [2021-04-16T10:49:07.147Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:92, shared: true, mustBeShared: true [2021-04-16T10:49:07.147Z] === RUN TestAPIIpcModeShareableAndContainer [2021-04-16T10:49:07.428Z] --- PASS: TestServiceWithPredefinedNetwork (3.72s) [2021-04-16T10:49:07.428Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-04-16T10:49:07.428Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-04-16T10:49:07.428Z] service_test.go:242: FLAKY_TEST [2021-04-16T10:49:07.428Z] === RUN TestServiceWithDataPathPortInit [2021-04-16T10:49:09.426Z] --- PASS: TestContainerBindMountNonRecursive (2.04s) [2021-04-16T10:49:09.426Z] === RUN TestContainerVolumesMountedAsShared [2021-04-16T10:49:09.426Z] --- PASS: TestContainerVolumesMountedAsShared (0.45s) [2021-04-16T10:49:09.426Z] === RUN TestContainerVolumesMountedAsSlave [2021-04-16T10:49:09.480Z] --- PASS: TestContainerStartOnDaemonRestart (3.67s) [2021-04-16T10:49:09.480Z] === CONT TestIpcModeOlderClient [2021-04-16T10:49:09.480Z] --- PASS: TestIpcModeOlderClient (0.11s) [2021-04-16T10:49:09.480Z] === CONT TestContainerKillOnDaemonStart [2021-04-16T10:49:09.723Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-04-16T10:49:09.723Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2021-04-16T10:49:10.055Z] --- PASS: TestDaemonRestartIpcMode (4.79s) [2021-04-16T10:49:10.368Z] --- PASS: TestContainerVolumesMountedAsSlave (0.86s) [2021-04-16T10:49:10.368Z] === RUN TestNetworkNat [2021-04-16T10:49:10.635Z] --- PASS: TestRestartDaemonWithRestartingContainer (5.26s) [2021-04-16T10:49:11.310Z] --- PASS: TestNetworkNat (0.93s) [2021-04-16T10:49:11.310Z] === RUN TestNetworkLocalhostTCPNat [2021-04-16T10:49:11.881Z] --- PASS: TestNetworkLocalhostTCPNat (0.81s) [2021-04-16T10:49:11.881Z] === RUN TestNetworkLoopbackNat [2021-04-16T10:49:12.549Z] --- PASS: TestDaemonHostGatewayIP (6.90s) [2021-04-16T10:49:13.023Z] --- PASS: TestAPIIpcModeShareableAndContainer (5.26s) [2021-04-16T10:49:13.023Z] === RUN TestAPIIpcModeHost [2021-04-16T10:49:13.023Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2021-04-16T10:49:14.939Z] --- PASS: TestAPIIpcModeHost (2.19s) [2021-04-16T10:49:14.939Z] === RUN TestDaemonIpcModeShareable [2021-04-16T10:49:15.175Z] --- PASS: TestNetworkLoopbackNat (3.29s) [2021-04-16T10:49:15.175Z] === RUN TestPause [2021-04-16T10:49:16.115Z] --- PASS: TestPause (0.76s) [2021-04-16T10:49:16.115Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-04-16T10:49:16.115Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-04-16T10:49:16.115Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-04-16T10:49:16.115Z] === RUN TestPauseStopPausedContainer [2021-04-16T10:49:16.324Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2021-04-16T10:49:16.696Z] --- PASS: TestPauseStopPausedContainer (0.71s) [2021-04-16T10:49:16.696Z] === RUN TestPidHost [2021-04-16T10:49:17.711Z] --- PASS: TestDaemonIpcModeShareable (3.13s) [2021-04-16T10:49:17.711Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:101, shared: true, mustBeShared: true [2021-04-16T10:49:17.711Z] === RUN TestDaemonIpcModePrivate [2021-04-16T10:49:19.097Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2021-04-16T10:49:19.247Z] --- PASS: TestPidHost (2.08s) [2021-04-16T10:49:19.247Z] === RUN TestPsFilter [2021-04-16T10:49:19.247Z] --- PASS: TestPsFilter (0.10s) [2021-04-16T10:49:19.247Z] === RUN TestRemoveContainerWithRemovedVolume [2021-04-16T10:49:19.818Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.73s) [2021-04-16T10:49:19.818Z] === RUN TestRemoveContainerWithVolume [2021-04-16T10:49:20.389Z] --- PASS: TestRemoveContainerWithVolume (0.73s) [2021-04-16T10:49:20.389Z] === RUN TestRemoveContainerRunning [2021-04-16T10:49:21.011Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-04-16T10:49:21.011Z] --- PASS: TestDaemonIpcModePrivate (3.04s) [2021-04-16T10:49:21.011Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:95, shared: false, mustBeShared: false [2021-04-16T10:49:21.011Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-04-16T10:49:21.328Z] --- PASS: TestRemoveContainerRunning (0.75s) [2021-04-16T10:49:21.328Z] === RUN TestRemoveContainerForceRemoveRunning [2021-04-16T10:49:21.898Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.70s) [2021-04-16T10:49:21.898Z] === RUN TestRemoveInvalidContainer [2021-04-16T10:49:21.898Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-04-16T10:49:21.898Z] === RUN TestRenameLinkedContainer [2021-04-16T10:49:22.547Z] --- PASS: TestContainerKillOnDaemonStart (13.47s) [2021-04-16T10:49:22.547Z] PASS [2021-04-16T10:49:22.547Z] [2021-04-16T10:49:22.547Z] === Skipped [2021-04-16T10:49:22.547Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2021-04-16T10:49:22.547Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-04-16T10:49:22.547Z] [2021-04-16T10:49:22.547Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2021-04-16T10:49:22.547Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-16T10:49:22.547Z] [2021-04-16T10:49:22.547Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2021-04-16T10:49:22.547Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-16T10:49:22.547Z] [2021-04-16T10:49:22.547Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-04-16T10:49:22.547Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-04-16T10:49:22.547Z] [2021-04-16T10:49:22.547Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2021-04-16T10:49:22.547Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-04-16T10:49:22.547Z] [2021-04-16T10:49:22.547Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2021-04-16T10:49:22.547Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-04-16T10:49:22.547Z] [2021-04-16T10:49:22.547Z] [2021-04-16T10:49:22.547Z] DONE 197 tests, 6 skipped in 167.737s [2021-04-16T10:49:22.547Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2021-04-16T10:49:22.547Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:49:22.547Z] ++ set -e [2021-04-16T10:49:22.547Z] ++ '[' -n 0 ']' [2021-04-16T10:49:22.547Z] ++ set -x [2021-04-16T10:49:22.547Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:49:22.808Z] INFO: Testing against a local daemon [2021-04-16T10:49:22.808Z] === RUN TestCommitInheritsEnv [2021-04-16T10:49:23.380Z] --- PASS: TestCommitInheritsEnv (0.42s) [2021-04-16T10:49:23.380Z] === RUN TestImportExtremelyLargeImageWorks [2021-04-16T10:49:23.380Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.01s) [2021-04-16T10:49:23.380Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-04-16T10:49:23.380Z] === RUN TestImagesFilterMultiReference [2021-04-16T10:49:23.380Z] --- PASS: TestImagesFilterMultiReference (0.11s) [2021-04-16T10:49:23.380Z] === RUN TestImagePullPlatformInvalid [2021-04-16T10:49:23.380Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2021-04-16T10:49:23.380Z] === RUN TestRemoveImageOrphaning [2021-04-16T10:49:23.953Z] --- PASS: TestRemoveImageOrphaning (0.39s) [2021-04-16T10:49:23.953Z] === RUN TestRemoveImageGarbageCollector [2021-04-16T10:49:23.953Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-04-16T10:49:23.953Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-16T10:49:23.953Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-04-16T10:49:23.953Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-04-16T10:49:23.953Z] === RUN TestTagInvalidReference [2021-04-16T10:49:23.953Z] --- PASS: TestTagInvalidReference (0.03s) [2021-04-16T10:49:23.953Z] === RUN TestTagValidPrefixedRepo [2021-04-16T10:49:23.953Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2021-04-16T10:49:23.953Z] === RUN TestTagExistedNameWithoutForce [2021-04-16T10:49:23.953Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2021-04-16T10:49:23.953Z] === RUN TestTagOfficialNames [2021-04-16T10:49:24.183Z] tests/integration/api_exec_test.py ..................... [ 34%] [2021-04-16T10:49:24.214Z] --- PASS: TestTagOfficialNames (0.08s) [2021-04-16T10:49:24.214Z] === RUN TestTagMatchesDigest [2021-04-16T10:49:24.214Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-04-16T10:49:24.214Z] PASS [2021-04-16T10:49:24.214Z] [2021-04-16T10:49:24.214Z] === Skipped [2021-04-16T10:49:24.214Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.01s) [2021-04-16T10:49:24.214Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-04-16T10:49:24.214Z] [2021-04-16T10:49:24.214Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-04-16T10:49:24.214Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-16T10:49:24.214Z] [2021-04-16T10:49:24.214Z] [2021-04-16T10:49:24.214Z] DONE 12 tests, 2 skipped in 1.541s [2021-04-16T10:49:24.214Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2021-04-16T10:49:24.214Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:49:24.214Z] ++ set -e [2021-04-16T10:49:24.214Z] ++ '[' -n 0 ']' [2021-04-16T10:49:24.214Z] ++ set -x [2021-04-16T10:49:24.215Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:49:24.314Z] --- PASS: TestDaemonIpcModePrivateFromConfig (3.04s) [2021-04-16T10:49:24.314Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:98, shared: false, mustBeShared: false [2021-04-16T10:49:24.314Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-04-16T10:49:24.314Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2021-04-16T10:49:24.475Z] INFO: Testing against a local daemon [2021-04-16T10:49:24.475Z] === RUN TestNetworkCreateDelete [2021-04-16T10:49:25.010Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2021-04-16T10:49:25.010Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2021-04-16T10:49:25.010Z] === RUN TestLoadDaemonCliConfigWithTLS [2021-04-16T10:49:25.010Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2021-04-16T10:49:25.010Z] === RUN TestLoadDaemonCliConfigWithConflicts [2021-04-16T10:49:25.010Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2021-04-16T10:49:25.010Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2021-04-16T10:49:25.010Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2021-04-16T10:49:25.010Z] === RUN TestLoadDaemonCliWithConflictingLabels [2021-04-16T10:49:25.010Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2021-04-16T10:49:25.010Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2021-04-16T10:49:25.010Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2021-04-16T10:49:25.010Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2021-04-16T10:49:25.010Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2021-04-16T10:49:25.010Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2021-04-16T10:49:25.010Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2021-04-16T10:49:25.010Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2021-04-16T10:49:25.010Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2021-04-16T10:49:25.010Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2021-04-16T10:49:25.010Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2021-04-16T10:49:25.010Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2021-04-16T10:49:25.010Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2021-04-16T10:49:25.010Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2021-04-16T10:49:25.010Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2021-04-16T10:49:25.010Z] === RUN TestConfigureDaemonLogs [2021-04-16T10:49:25.010Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2021-04-16T10:49:25.010Z] === RUN TestCommonOptionsInstallFlags [2021-04-16T10:49:25.010Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2021-04-16T10:49:25.010Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2021-04-16T10:49:25.010Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2021-04-16T10:49:25.010Z] PASS [2021-04-16T10:49:25.010Z] coverage: 18.4% of statements [2021-04-16T10:49:25.010Z] ok github.com/docker/docker/cmd/dockerd 0.295s coverage: 18.4% of statements [2021-04-16T10:49:25.010Z] === RUN TestContainerStopSignal [2021-04-16T10:49:25.010Z] --- PASS: TestContainerStopSignal (0.00s) [2021-04-16T10:49:25.010Z] === RUN TestContainerStopTimeout [2021-04-16T10:49:25.010Z] --- PASS: TestContainerStopTimeout (0.00s) [2021-04-16T10:49:25.010Z] === RUN TestContainerSecretReferenceDestTarget [2021-04-16T10:49:25.010Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2021-04-16T10:49:25.010Z] === RUN TestContainerLogPathSetForJSONFileLogger [2021-04-16T10:49:25.010Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2021-04-16T10:49:25.010Z] === RUN TestContainerLogPathSetForRingLogger [2021-04-16T10:49:25.010Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2021-04-16T10:49:25.010Z] === RUN TestReplaceAndAppendEnvVars [2021-04-16T10:49:25.010Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2021-04-16T10:49:25.010Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2021-04-16T10:49:25.010Z] === RUN TestNewMemoryStore [2021-04-16T10:49:25.010Z] --- PASS: TestNewMemoryStore (0.00s) [2021-04-16T10:49:25.010Z] === RUN TestAddContainers [2021-04-16T10:49:25.010Z] --- PASS: TestAddContainers (0.00s) [2021-04-16T10:49:25.010Z] === RUN TestGetContainer [2021-04-16T10:49:25.010Z] --- PASS: TestGetContainer (0.00s) [2021-04-16T10:49:25.010Z] === RUN TestDeleteContainer [2021-04-16T10:49:25.010Z] --- PASS: TestDeleteContainer (0.00s) [2021-04-16T10:49:25.010Z] === RUN TestListContainers [2021-04-16T10:49:25.010Z] --- PASS: TestListContainers (0.00s) [2021-04-16T10:49:25.010Z] === RUN TestFirstContainer [2021-04-16T10:49:25.010Z] --- PASS: TestFirstContainer (0.00s) [2021-04-16T10:49:25.010Z] === RUN TestApplyAllContainer [2021-04-16T10:49:25.010Z] --- PASS: TestApplyAllContainer (0.00s) [2021-04-16T10:49:25.010Z] === RUN TestIsValidHealthString [2021-04-16T10:49:25.010Z] --- PASS: TestIsValidHealthString (0.00s) [2021-04-16T10:49:25.010Z] === RUN TestStateRunStop [2021-04-16T10:49:25.010Z] --- PASS: TestStateRunStop (0.00s) [2021-04-16T10:49:25.010Z] === RUN TestStateTimeoutWait [2021-04-16T10:49:25.010Z] --- PASS: TestStateTimeoutWait (0.10s) [2021-04-16T10:49:25.010Z] state_test.go:141: Stop callback fired [2021-04-16T10:49:25.010Z] state_test.go:165: Stop callback fired [2021-04-16T10:49:25.010Z] === RUN TestIsValidStateString [2021-04-16T10:49:25.010Z] --- PASS: TestIsValidStateString (0.00s) [2021-04-16T10:49:25.010Z] === RUN TestViewSaveDelete [2021-04-16T10:49:25.010Z] --- PASS: TestViewSaveDelete (0.01s) [2021-04-16T10:49:25.010Z] === RUN TestViewAll [2021-04-16T10:49:25.010Z] --- PASS: TestViewAll (0.01s) [2021-04-16T10:49:25.010Z] === RUN TestViewGet [2021-04-16T10:49:25.010Z] --- PASS: TestViewGet (0.01s) [2021-04-16T10:49:25.010Z] === RUN TestNames [2021-04-16T10:49:25.010Z] --- PASS: TestNames (0.00s) [2021-04-16T10:49:25.010Z] === RUN TestViewWithHealthCheck [2021-04-16T10:49:25.010Z] --- PASS: TestViewWithHealthCheck (0.01s) [2021-04-16T10:49:25.010Z] PASS [2021-04-16T10:49:25.010Z] coverage: 41.6% of statements [2021-04-16T10:49:25.010Z] ok github.com/docker/docker/container 0.284s coverage: 41.6% of statements [2021-04-16T10:49:25.195Z] --- PASS: TestRenameLinkedContainer (2.86s) [2021-04-16T10:49:25.195Z] === RUN TestRenameStoppedContainer [2021-04-16T10:49:25.257Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2021-04-16T10:49:25.418Z] --- PASS: TestNetworkCreateDelete (0.89s) [2021-04-16T10:49:25.418Z] === RUN TestDockerNetworkDeletePreferID [2021-04-16T10:49:25.456Z] --- PASS: TestRenameStoppedContainer (0.73s) [2021-04-16T10:49:25.456Z] === RUN TestRenameRunningContainerAndReuse [2021-04-16T10:49:26.838Z] --- PASS: TestRenameRunningContainerAndReuse (1.48s) [2021-04-16T10:49:26.838Z] === RUN TestRenameInvalidName [2021-04-16T10:49:27.171Z] --- PASS: TestDaemonIpcModeShareableFromConfig (2.95s) [2021-04-16T10:49:27.171Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:96, shared: true, mustBeShared: true [2021-04-16T10:49:27.171Z] === RUN TestIpcModeOlderClient [2021-04-16T10:49:27.171Z] === PAUSE TestIpcModeOlderClient [2021-04-16T10:49:27.171Z] === RUN TestKillContainerInvalidSignal [2021-04-16T10:49:27.433Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-04-16T10:49:27.777Z] --- PASS: TestRenameInvalidName (0.73s) [2021-04-16T10:49:27.777Z] === RUN TestRenameAnonymousContainer [2021-04-16T10:49:27.963Z] --- PASS: TestDockerNetworkDeletePreferID (2.44s) [2021-04-16T10:49:27.963Z] === RUN TestDaemonDNSFallback [2021-04-16T10:49:28.004Z] --- PASS: TestKillContainerInvalidSignal (1.23s) [2021-04-16T10:49:28.004Z] === RUN TestKillContainer [2021-04-16T10:49:28.004Z] === RUN TestKillContainer/no_signal [2021-04-16T10:49:29.390Z] === RUN TestKillContainer/non_killing_signal [2021-04-16T10:49:29.716Z] === RUN TestPrepare [2021-04-16T10:49:29.716Z] --- PASS: TestPrepare (0.00s) [2021-04-16T10:49:29.716Z] === RUN TestStart [2021-04-16T10:49:29.716Z] --- PASS: TestStart (0.00s) [2021-04-16T10:49:29.716Z] === RUN TestWaitCancel [2021-04-16T10:49:29.716Z] --- PASS: TestWaitCancel (0.00s) [2021-04-16T10:49:29.716Z] === RUN TestWaitDisabled [2021-04-16T10:49:29.716Z] --- PASS: TestWaitDisabled (0.00s) [2021-04-16T10:49:29.716Z] === RUN TestWaitEnabled [2021-04-16T10:49:29.716Z] --- PASS: TestWaitEnabled (0.00s) [2021-04-16T10:49:29.716Z] === RUN TestRemove [2021-04-16T10:49:29.716Z] --- PASS: TestRemove (0.00s) [2021-04-16T10:49:29.716Z] PASS [2021-04-16T10:49:29.716Z] coverage: 65.3% of statements [2021-04-16T10:49:29.716Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.122s coverage: 65.3% of statements [2021-04-16T10:49:29.716Z] === RUN TestNewListSecretsFilters [2021-04-16T10:49:29.716Z] --- PASS: TestNewListSecretsFilters (0.00s) [2021-04-16T10:49:29.716Z] === RUN TestNewListConfigsFilters [2021-04-16T10:49:29.716Z] --- PASS: TestNewListConfigsFilters (0.00s) [2021-04-16T10:49:29.716Z] PASS [2021-04-16T10:49:29.716Z] coverage: 0.5% of statements [2021-04-16T10:49:29.716Z] ok github.com/docker/docker/daemon/cluster 0.308s coverage: 0.5% of statements [2021-04-16T10:49:29.940Z] --- PASS: TestServiceWithDataPathPortInit (21.43s) [2021-04-16T10:49:29.940Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-04-16T10:49:29.962Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2021-04-16T10:49:30.223Z] === RUN TestKillContainer/killing_signal [2021-04-16T10:49:31.074Z] --- PASS: TestRenameAnonymousContainer (3.20s) [2021-04-16T10:49:31.074Z] === RUN TestRenameContainerWithSameName [2021-04-16T10:49:31.609Z] --- PASS: TestKillContainer (3.34s) [2021-04-16T10:49:31.609Z] --- PASS: TestKillContainer/no_signal (1.06s) [2021-04-16T10:49:31.609Z] --- PASS: TestKillContainer/non_killing_signal (0.99s) [2021-04-16T10:49:31.609Z] --- PASS: TestKillContainer/killing_signal (1.09s) [2021-04-16T10:49:31.609Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-04-16T10:49:31.609Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-04-16T10:49:31.609Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-04-16T10:49:31.645Z] --- PASS: TestRenameContainerWithSameName (0.77s) [2021-04-16T10:49:31.645Z] === RUN TestRenameContainerWithLinkedContainer [2021-04-16T10:49:32.181Z] === RUN TestDockerSuite/TestBuildAddTar [2021-04-16T10:49:32.759Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-04-16T10:49:33.027Z] --- PASS: TestRenameContainerWithLinkedContainer (1.47s) [2021-04-16T10:49:33.027Z] === RUN TestResize [2021-04-16T10:49:33.314Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2021-04-16T10:49:33.966Z] --- PASS: TestResize (0.71s) [2021-04-16T10:49:33.966Z] === RUN TestResizeWithInvalidSize [2021-04-16T10:49:34.145Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (2.44s) [2021-04-16T10:49:34.145Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (1.20s) [2021-04-16T10:49:34.145Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (1.06s) [2021-04-16T10:49:34.145Z] === RUN TestKillStoppedContainer [2021-04-16T10:49:34.145Z] --- PASS: TestKillStoppedContainer (0.10s) [2021-04-16T10:49:34.145Z] === RUN TestKillStoppedContainerAPIPre120 [2021-04-16T10:49:34.145Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) [2021-04-16T10:49:34.145Z] === RUN TestKillDifferentUserContainer [2021-04-16T10:49:34.423Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2021-04-16T10:49:34.423Z] === RUN TestVerifyNetworkingConfig [2021-04-16T10:49:34.423Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2021-04-16T10:49:34.423Z] === RUN TestGetContainer [2021-04-16T10:49:34.423Z] --- PASS: TestGetContainer (0.00s) [2021-04-16T10:49:34.423Z] === RUN TestValidContainerNames [2021-04-16T10:49:34.423Z] --- PASS: TestValidContainerNames (0.00s) [2021-04-16T10:49:34.423Z] === RUN TestContainerInitDNS [2021-04-16T10:49:34.423Z] --- SKIP: TestContainerInitDNS (0.00s) [2021-04-16T10:49:34.423Z] daemon_test.go:147: root required [2021-04-16T10:49:34.423Z] === RUN TestMerge [2021-04-16T10:49:34.423Z] --- PASS: TestMerge (0.00s) [2021-04-16T10:49:34.423Z] === RUN TestValidateContainerIsolation [2021-04-16T10:49:34.423Z] --- PASS: TestValidateContainerIsolation (0.00s) [2021-04-16T10:49:34.423Z] === RUN TestFindNetworkErrorType [2021-04-16T10:49:34.423Z] --- PASS: TestFindNetworkErrorType (0.00s) [2021-04-16T10:49:34.423Z] === RUN TestEnsureServicesExist [2021-04-16T10:49:34.423Z] --- PASS: TestEnsureServicesExist (0.00s) [2021-04-16T10:49:34.423Z] === RUN TestEnsureServicesExistErrors [2021-04-16T10:49:34.423Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2021-04-16T10:49:34.423Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2021-04-16T10:49:34.423Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2021-04-16T10:49:34.423Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2021-04-16T10:49:34.423Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2021-04-16T10:49:34.423Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2021-04-16T10:49:34.423Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2021-04-16T10:49:34.423Z] === RUN TestContainerDelete [2021-04-16T10:49:34.423Z] --- PASS: TestContainerDelete (0.00s) [2021-04-16T10:49:34.423Z] === RUN TestContainerDoubleDelete [2021-04-16T10:49:34.423Z] --- PASS: TestContainerDoubleDelete (0.00s) [2021-04-16T10:49:34.423Z] === RUN TestLogContainerEventCopyLabels [2021-04-16T10:49:34.423Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2021-04-16T10:49:34.423Z] === RUN TestLogContainerEventWithAttributes [2021-04-16T10:49:34.423Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2021-04-16T10:49:34.423Z] === RUN TestNoneHealthcheck [2021-04-16T10:49:34.423Z] --- PASS: TestNoneHealthcheck (0.00s) [2021-04-16T10:49:34.423Z] === RUN TestHealthStates [2021-04-16T10:49:34.423Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.22s) [2021-04-16T10:49:34.423Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2021-04-16T10:49:34.423Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2021-04-16T10:49:34.423Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2021-04-16T10:49:34.423Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2021-04-16T10:49:34.423Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2021-04-16T10:49:34.423Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2021-04-16T10:49:34.423Z] === RUN TestServiceConvertToGRPCContainerRuntime [2021-04-16T10:49:34.423Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2021-04-16T10:49:34.423Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2021-04-16T10:49:34.423Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2021-04-16T10:49:34.423Z] === RUN TestServiceConvertToGRPCIsolation [2021-04-16T10:49:34.423Z] === RUN TestServiceConvertToGRPCIsolation/empty [2021-04-16T10:49:34.423Z] === RUN TestServiceConvertToGRPCIsolation/default [2021-04-16T10:49:34.423Z] === RUN TestServiceConvertToGRPCIsolation/process [2021-04-16T10:49:34.423Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2021-04-16T10:49:34.423Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2021-04-16T10:49:34.423Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2021-04-16T10:49:34.423Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2021-04-16T10:49:34.423Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2021-04-16T10:49:34.423Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2021-04-16T10:49:34.423Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2021-04-16T10:49:34.423Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2021-04-16T10:49:34.423Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2021-04-16T10:49:34.423Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2021-04-16T10:49:34.423Z] === RUN TestServiceConvertFromGRPCIsolation [2021-04-16T10:49:34.423Z] === RUN TestServiceConvertFromGRPCIsolation/default [2021-04-16T10:49:34.423Z] === RUN TestServiceConvertFromGRPCIsolation/process [2021-04-16T10:49:34.423Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2021-04-16T10:49:34.423Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2021-04-16T10:49:34.423Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2021-04-16T10:49:34.423Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2021-04-16T10:49:34.423Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2021-04-16T10:49:34.423Z] === RUN TestServiceConvertToGRPCCredentialSpec [2021-04-16T10:49:34.423Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2021-04-16T10:49:34.423Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2021-04-16T10:49:34.423Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2021-04-16T10:49:34.423Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2021-04-16T10:49:34.423Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2021-04-16T10:49:34.423Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2021-04-16T10:49:34.423Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2021-04-16T10:49:34.423Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2021-04-16T10:49:34.423Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2021-04-16T10:49:34.423Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-04-16T10:49:34.423Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2021-04-16T10:49:34.423Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2021-04-16T10:49:34.423Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2021-04-16T10:49:34.423Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2021-04-16T10:49:34.423Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2021-04-16T10:49:34.423Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2021-04-16T10:49:34.423Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-04-16T10:49:34.423Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2021-04-16T10:49:34.423Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2021-04-16T10:49:34.423Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2021-04-16T10:49:34.423Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2021-04-16T10:49:34.423Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2021-04-16T10:49:34.423Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2021-04-16T10:49:34.423Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-04-16T10:49:34.423Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2021-04-16T10:49:34.423Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2021-04-16T10:49:34.423Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-04-16T10:49:34.423Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2021-04-16T10:49:34.423Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2021-04-16T10:49:34.423Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2021-04-16T10:49:34.423Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2021-04-16T10:49:34.423Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2021-04-16T10:49:34.423Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2021-04-16T10:49:34.423Z] === RUN TestServiceConvertFromGRPCConfigs [2021-04-16T10:49:34.423Z] === RUN TestServiceConvertFromGRPCConfigs/file [2021-04-16T10:49:34.423Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2021-04-16T10:49:34.423Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2021-04-16T10:49:34.423Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2021-04-16T10:49:34.423Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2021-04-16T10:49:34.423Z] === RUN TestServiceConvertToGRPCConfigs [2021-04-16T10:49:34.423Z] === RUN TestServiceConvertToGRPCConfigs/file [2021-04-16T10:49:34.423Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2021-04-16T10:49:34.423Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2021-04-16T10:49:34.423Z] === RUN TestServiceConvertToGRPCConfigs/none [2021-04-16T10:49:34.423Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2021-04-16T10:49:34.423Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2021-04-16T10:49:34.423Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2021-04-16T10:49:34.423Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2021-04-16T10:49:34.423Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2021-04-16T10:49:34.423Z] PASS [2021-04-16T10:49:34.424Z] coverage: 35.9% of statements [2021-04-16T10:49:34.424Z] ok github.com/docker/docker/daemon/cluster/convert 0.475s coverage: 35.9% of statements [2021-04-16T10:49:34.424Z] time="2021-04-16T10:49:33Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-04-16T10:49:34.424Z] time="2021-04-16T10:49:34Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-04-16T10:49:34.424Z] time="2021-04-16T10:49:34Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-04-16T10:49:34.424Z] time="2021-04-16T10:49:34Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-04-16T10:49:34.424Z] time="2021-04-16T10:49:34Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-04-16T10:49:34.424Z] time="2021-04-16T10:49:34Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-04-16T10:49:34.424Z] time="2021-04-16T10:49:34Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-04-16T10:49:34.424Z] time="2021-04-16T10:49:34Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-04-16T10:49:34.424Z] time="2021-04-16T10:49:34Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-04-16T10:49:34.424Z] time="2021-04-16T10:49:34Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-04-16T10:49:34.424Z] --- PASS: TestHealthStates (0.31s) [2021-04-16T10:49:34.424Z] === RUN TestMaskURLCredentials [2021-04-16T10:49:34.424Z] --- PASS: TestMaskURLCredentials (0.00s) [2021-04-16T10:49:34.424Z] === RUN TestGetInspectData [2021-04-16T10:49:34.424Z] --- PASS: TestGetInspectData (0.00s) [2021-04-16T10:49:34.424Z] === RUN TestFillLicense [2021-04-16T10:49:34.424Z] --- PASS: TestFillLicense (0.00s) [2021-04-16T10:49:34.424Z] === RUN TestListInvalidFilter [2021-04-16T10:49:34.424Z] --- PASS: TestListInvalidFilter (0.00s) [2021-04-16T10:49:34.424Z] === RUN TestNameFilter [2021-04-16T10:49:34.424Z] --- PASS: TestNameFilter (0.00s) [2021-04-16T10:49:34.424Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2021-04-16T10:49:34.424Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2021-04-16T10:49:34.424Z] === RUN TestSetWindowsCredentialSpecInSpec [2021-04-16T10:49:34.424Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2021-04-16T10:49:34.424Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2021-04-16T10:49:34.424Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2021-04-16T10:49:34.424Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2021-04-16T10:49:34.424Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2021-04-16T10:49:34.424Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2021-04-16T10:49:34.424Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2021-04-16T10:49:34.424Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2021-04-16T10:49:34.424Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2021-04-16T10:49:34.424Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2021-04-16T10:49:34.424Z] === RUN TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API [2021-04-16T10:49:34.424Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2021-04-16T10:49:34.424Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2021-04-16T10:49:34.424Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2021-04-16T10:49:34.424Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2021-04-16T10:49:34.424Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2021-04-16T10:49:34.424Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2021-04-16T10:49:34.424Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2021-04-16T10:49:34.424Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2021-04-16T10:49:34.424Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2021-04-16T10:49:34.424Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2021-04-16T10:49:34.424Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2021-04-16T10:49:34.424Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2021-04-16T10:49:34.424Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2021-04-16T10:49:34.424Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-04-16T10:49:34.424Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2021-04-16T10:49:34.424Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2021-04-16T10:49:34.424Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-04-16T10:49:34.424Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2021-04-16T10:49:34.424Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2021-04-16T10:49:34.424Z] --- PASS: TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API (0.00s) [2021-04-16T10:49:34.424Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2021-04-16T10:49:34.424Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2021-04-16T10:49:34.424Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2021-04-16T10:49:34.424Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2021-04-16T10:49:34.424Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2021-04-16T10:49:34.424Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2021-04-16T10:49:34.424Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2021-04-16T10:49:34.424Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2021-04-16T10:49:34.424Z] === RUN TestDaemonReloadLabels [2021-04-16T10:49:34.424Z] --- PASS: TestDaemonReloadLabels (0.00s) [2021-04-16T10:49:34.424Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2021-04-16T10:49:34.424Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2021-04-16T10:49:34.424Z] === RUN TestDaemonReloadMirrors [2021-04-16T10:49:34.424Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2021-04-16T10:49:34.424Z] === RUN TestDaemonReloadInsecureRegistries [2021-04-16T10:49:34.424Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2021-04-16T10:49:34.424Z] === RUN TestDaemonReloadNotAffectOthers [2021-04-16T10:49:34.424Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2021-04-16T10:49:34.424Z] === RUN TestDaemonDiscoveryReload [2021-04-16T10:49:34.536Z] --- PASS: TestResizeWithInvalidSize (0.73s) [2021-04-16T10:49:34.536Z] === RUN TestResizeWhenContainerNotStarted [2021-04-16T10:49:34.716Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2021-04-16T10:49:35.287Z] --- PASS: TestKillDifferentUserContainer (1.18s) [2021-04-16T10:49:35.287Z] === RUN TestInspectOomKilledTrue [2021-04-16T10:49:35.287Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-04-16T10:49:35.287Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-16T10:49:35.287Z] === RUN TestInspectOomKilledFalse [2021-04-16T10:49:35.287Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-04-16T10:49:35.287Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-16T10:49:35.287Z] === RUN TestLinksEtcHostsContentMatch [2021-04-16T10:49:35.396Z] --- PASS: TestDaemonDiscoveryReload (1.02s) [2021-04-16T10:49:35.396Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2021-04-16T10:49:35.475Z] --- PASS: TestResizeWhenContainerNotStarted (0.75s) [2021-04-16T10:49:35.475Z] === RUN TestDaemonRestartKillContainers [2021-04-16T10:49:35.475Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-04-16T10:49:35.475Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-04-16T10:49:35.475Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-04-16T10:49:35.475Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-04-16T10:49:35.475Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-04-16T10:49:35.475Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-04-16T10:49:35.475Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-04-16T10:49:35.475Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-04-16T10:49:35.475Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-04-16T10:49:35.475Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-04-16T10:49:35.475Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-04-16T10:49:35.475Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-04-16T10:49:35.475Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-04-16T10:49:35.475Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-04-16T10:49:35.475Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-04-16T10:49:35.475Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-04-16T10:49:35.475Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-04-16T10:49:35.475Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-04-16T10:49:35.475Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-04-16T10:49:35.475Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-04-16T10:49:35.475Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-04-16T10:49:35.475Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-04-16T10:49:35.475Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-04-16T10:49:35.476Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-04-16T10:49:35.476Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-04-16T10:49:35.476Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-04-16T10:49:35.857Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.52s) [2021-04-16T10:49:35.857Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2021-04-16T10:49:36.103Z] --- PASS: TestDaemonDNSFallback (8.19s) [2021-04-16T10:49:36.103Z] === RUN TestInspectNetwork [2021-04-16T10:49:36.673Z] --- PASS: TestLinksEtcHostsContentMatch (1.56s) [2021-04-16T10:49:36.673Z] === RUN TestLinksContainerNames [2021-04-16T10:49:36.968Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.53s) [2021-04-16T10:49:36.968Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2021-04-16T10:49:36.968Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-04-16T10:49:36.968Z] reload_test.go:520: root required [2021-04-16T10:49:36.968Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2021-04-16T10:49:36.968Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2021-04-16T10:49:36.968Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2021-04-16T10:49:36.968Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.21s) [2021-04-16T10:49:36.968Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2021-04-16T10:49:36.968Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.02s) [2021-04-16T10:49:36.968Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2021-04-16T10:49:36.968Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2021-04-16T10:49:36.968Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2021-04-16T10:49:36.968Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2021-04-16T10:49:36.968Z] === RUN TestParseVolumesFrom [2021-04-16T10:49:36.968Z] --- PASS: TestParseVolumesFrom (0.00s) [2021-04-16T10:49:36.968Z] PASS [2021-04-16T10:49:36.968Z] coverage: 9.0% of statements [2021-04-16T10:49:36.968Z] ok github.com/docker/docker/daemon 2.979s coverage: 9.0% of statements [2021-04-16T10:49:37.817Z] tests/integration/api_image_test.py ............s..... [ 40%] [2021-04-16T10:49:38.135Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-04-16T10:49:38.135Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-04-16T10:49:38.513Z] === RUN TestWaitNodeAttachment [2021-04-16T10:49:38.974Z] --- PASS: TestWaitNodeAttachment (0.40s) [2021-04-16T10:49:38.974Z] === RUN TestIsolationConversion [2021-04-16T10:49:38.974Z] === RUN TestIsolationConversion/default [2021-04-16T10:49:38.975Z] === RUN TestIsolationConversion/process [2021-04-16T10:49:38.975Z] === RUN TestIsolationConversion/hyperv [2021-04-16T10:49:38.975Z] --- PASS: TestIsolationConversion (0.00s) [2021-04-16T10:49:38.975Z] --- PASS: TestIsolationConversion/default (0.00s) [2021-04-16T10:49:38.975Z] --- PASS: TestIsolationConversion/process (0.00s) [2021-04-16T10:49:38.975Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2021-04-16T10:49:38.975Z] === RUN TestContainerLabels [2021-04-16T10:49:38.975Z] --- PASS: TestContainerLabels (0.00s) [2021-04-16T10:49:38.975Z] === RUN TestCredentialSpecConversion [2021-04-16T10:49:38.975Z] === RUN TestCredentialSpecConversion/none [2021-04-16T10:49:38.975Z] === RUN TestCredentialSpecConversion/config [2021-04-16T10:49:38.975Z] === RUN TestCredentialSpecConversion/file [2021-04-16T10:49:38.975Z] === RUN TestCredentialSpecConversion/registry [2021-04-16T10:49:38.975Z] --- PASS: TestCredentialSpecConversion (0.00s) [2021-04-16T10:49:38.975Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2021-04-16T10:49:38.975Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2021-04-16T10:49:38.975Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2021-04-16T10:49:38.975Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2021-04-16T10:49:38.975Z] === RUN TestControllerValidateMountBind [2021-04-16T10:49:38.975Z] --- PASS: TestControllerValidateMountBind (0.00s) [2021-04-16T10:49:38.975Z] === RUN TestControllerValidateMountVolume [2021-04-16T10:49:38.975Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2021-04-16T10:49:38.975Z] === RUN TestControllerValidateMountTarget [2021-04-16T10:49:38.975Z] === RUN TestBuilderGC [2021-04-16T10:49:38.975Z] --- PASS: TestBuilderGC (0.00s) [2021-04-16T10:49:38.975Z] === RUN TestDaemonConfigurationNotFound [2021-04-16T10:49:38.975Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2021-04-16T10:49:38.975Z] === RUN TestDaemonBrokenConfiguration [2021-04-16T10:49:38.975Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2021-04-16T10:49:38.975Z] === RUN TestParseClusterAdvertiseSettings [2021-04-16T10:49:38.975Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2021-04-16T10:49:38.975Z] === RUN TestFindConfigurationConflicts [2021-04-16T10:49:38.975Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2021-04-16T10:49:38.975Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2021-04-16T10:49:38.975Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2021-04-16T10:49:38.975Z] === RUN TestDaemonConfigurationMergeConflicts [2021-04-16T10:49:38.975Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2021-04-16T10:49:38.975Z] === RUN TestDaemonConfigurationMergeConcurrent [2021-04-16T10:49:38.975Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2021-04-16T10:49:38.975Z] === RUN TestDaemonConfigurationMergeConcurrentError [2021-04-16T10:49:38.975Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2021-04-16T10:49:38.975Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2021-04-16T10:49:38.975Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2021-04-16T10:49:38.975Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2021-04-16T10:49:38.975Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2021-04-16T10:49:38.975Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2021-04-16T10:49:38.975Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2021-04-16T10:49:38.975Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2021-04-16T10:49:38.975Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2021-04-16T10:49:38.975Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2021-04-16T10:49:38.975Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2021-04-16T10:49:38.975Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2021-04-16T10:49:38.975Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2021-04-16T10:49:38.975Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2021-04-16T10:49:38.975Z] === RUN TestFindConfigurationConflictsWithMergedValues [2021-04-16T10:49:38.975Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2021-04-16T10:49:38.975Z] === RUN TestValidateConfigurationErrors [2021-04-16T10:49:38.975Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2021-04-16T10:49:38.975Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2021-04-16T10:49:38.975Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2021-04-16T10:49:38.975Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2021-04-16T10:49:38.975Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2021-04-16T10:49:38.975Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2021-04-16T10:49:38.975Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2021-04-16T10:49:38.975Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2021-04-16T10:49:38.975Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2021-04-16T10:49:38.975Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2021-04-16T10:49:38.975Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2021-04-16T10:49:38.975Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2021-04-16T10:49:38.975Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2021-04-16T10:49:38.975Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2021-04-16T10:49:38.975Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2021-04-16T10:49:38.975Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2021-04-16T10:49:38.975Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2021-04-16T10:49:38.975Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2021-04-16T10:49:38.975Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2021-04-16T10:49:38.975Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2021-04-16T10:49:38.975Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2021-04-16T10:49:38.975Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2021-04-16T10:49:38.975Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2021-04-16T10:49:38.975Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2021-04-16T10:49:38.975Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2021-04-16T10:49:38.975Z] === RUN TestValidateConfiguration [2021-04-16T10:49:38.975Z] === RUN TestValidateConfiguration/with_label [2021-04-16T10:49:38.975Z] === RUN TestValidateConfiguration/with_dns [2021-04-16T10:49:38.975Z] === RUN TestValidateConfiguration/with_dns-search [2021-04-16T10:49:38.975Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2021-04-16T10:49:38.975Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2021-04-16T10:49:38.975Z] === RUN TestValidateConfiguration/with_max-download-attempts [2021-04-16T10:49:38.975Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2021-04-16T10:49:38.975Z] === RUN TestValidateConfiguration/with_node_generic_resources [2021-04-16T10:49:38.975Z] --- PASS: TestValidateConfiguration (0.00s) [2021-04-16T10:49:38.975Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2021-04-16T10:49:38.975Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2021-04-16T10:49:38.975Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2021-04-16T10:49:38.975Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2021-04-16T10:49:38.975Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2021-04-16T10:49:38.975Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2021-04-16T10:49:38.975Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2021-04-16T10:49:38.975Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2021-04-16T10:49:38.975Z] === RUN TestModifiedDiscoverySettings [2021-04-16T10:49:38.975Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2021-04-16T10:49:38.975Z] === RUN TestReloadSetConfigFileNotExist [2021-04-16T10:49:38.975Z] === RUN TestControllerValidateMountTmpfs [2021-04-16T10:49:38.975Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2021-04-16T10:49:38.975Z] === RUN TestControllerValidateMountInvalidType [2021-04-16T10:49:38.975Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2021-04-16T10:49:38.975Z] === RUN TestControllerValidateMountNamedPipe [2021-04-16T10:49:38.975Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2021-04-16T10:49:38.975Z] PASS [2021-04-16T10:49:38.975Z] coverage: 11.3% of statements [2021-04-16T10:49:38.975Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.809s coverage: 11.3% of statements [2021-04-16T10:49:39.076Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-04-16T10:49:39.076Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-04-16T10:49:39.437Z] time="2021-04-16T10:49:38Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2021-04-16T10:49:39.437Z] --- PASS: TestReloadSetConfigFileNotExist (0.18s) [2021-04-16T10:49:39.437Z] === RUN TestReloadDefaultConfigNotExist [2021-04-16T10:49:39.437Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2021-04-16T10:49:39.437Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:49:39.437Z] === RUN TestReloadBadDefaultConfig [2021-04-16T10:49:39.437Z] time="2021-04-16T10:49:39Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-691963643" [2021-04-16T10:49:39.437Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2021-04-16T10:49:39.437Z] === RUN TestReloadWithConflictingLabels [2021-04-16T10:49:39.437Z] time="2021-04-16T10:49:39Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-827065886" [2021-04-16T10:49:39.437Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2021-04-16T10:49:39.437Z] === RUN TestReloadWithDuplicateLabels [2021-04-16T10:49:39.437Z] time="2021-04-16T10:49:39Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-234977509" [2021-04-16T10:49:39.437Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2021-04-16T10:49:39.437Z] === RUN TestDaemonConfigurationMerge [2021-04-16T10:49:39.437Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2021-04-16T10:49:39.437Z] PASS [2021-04-16T10:49:39.437Z] coverage: 79.7% of statements [2021-04-16T10:49:39.437Z] === RUN TestDiscoveryOptsErrors [2021-04-16T10:49:39.437Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2021-04-16T10:49:39.437Z] === RUN TestDiscoveryOpts [2021-04-16T10:49:39.437Z] --- PASS: TestDiscoveryOpts (0.00s) [2021-04-16T10:49:39.437Z] PASS [2021-04-16T10:49:39.437Z] coverage: 30.0% of statements [2021-04-16T10:49:39.437Z] ok github.com/docker/docker/daemon/discovery 0.098s coverage: 30.0% of statements [2021-04-16T10:49:39.437Z] ok github.com/docker/docker/daemon/config 0.373s coverage: 79.7% of statements [2021-04-16T10:49:40.018Z] --- PASS: TestLinksContainerNames (2.73s) [2021-04-16T10:49:40.018Z] === RUN TestLogsFollowTailEmpty [2021-04-16T10:49:40.423Z] --- PASS: TestServiceWithDefaultAddressPoolInit (10.46s) [2021-04-16T10:49:40.423Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:nieb2p8ewwy8nhexil9ua4zsh Created:2021-04-16 10:49:29.618094926 +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[314ad819fb3c8f56e2d9bdfa3004c1169125db4b74b129c713a1d59125fde574:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.vbgdwzefuzf0432864i3m31cx EndpointID:2e9db397f0cdb9c687e24bf3f28757d11a045eb820fb0382eb1c0fca38bc49c8 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:02fb90cb0f2ae33d416841567286e08dd0ba083dad63b0e0a6965a2ba0a172ec 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:10a440bca14a IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.vbgdwzefuzf0432864i3m31cx EndpointID:2e9db397f0cdb9c687e24bf3f28757d11a045eb820fb0382eb1c0fca38bc49c8 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-04-16T10:49:40.423Z] PASS [2021-04-16T10:49:40.423Z] [2021-04-16T10:49:40.423Z] === Skipped [2021-04-16T10:49:40.423Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-04-16T10:49:40.423Z] service_test.go:242: FLAKY_TEST [2021-04-16T10:49:40.423Z] [2021-04-16T10:49:40.423Z] [2021-04-16T10:49:40.423Z] DONE 26 tests, 1 skipped in 58.829s [2021-04-16T10:49:40.423Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-04-16T10:49:40.423Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:49:40.423Z] ++ set -e [2021-04-16T10:49:40.423Z] ++ '[' -n 0 ']' [2021-04-16T10:49:40.423Z] ++ set -x [2021-04-16T10:49:40.423Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:49:40.423Z] INFO: Testing against a local daemon [2021-04-16T10:49:40.423Z] === RUN TestDockerNetworkIpvlanPersistance [2021-04-16T10:49:40.423Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2021-04-16T10:49:40.423Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-16T10:49:40.423Z] === RUN TestDockerNetworkIpvlan [2021-04-16T10:49:40.423Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-04-16T10:49:40.423Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-16T10:49:40.423Z] PASS [2021-04-16T10:49:40.423Z] [2021-04-16T10:49:40.423Z] === Skipped [2021-04-16T10:49:40.423Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2021-04-16T10:49:40.423Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-16T10:49:40.423Z] [2021-04-16T10:49:40.423Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-04-16T10:49:40.423Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-16T10:49:40.423Z] [2021-04-16T10:49:40.423Z] [2021-04-16T10:49:40.423Z] DONE 2 tests, 2 skipped in 0.116s [2021-04-16T10:49:40.423Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-04-16T10:49:40.423Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:49:40.423Z] ++ set -e [2021-04-16T10:49:40.423Z] ++ '[' -n 0 ']' [2021-04-16T10:49:40.423Z] ++ set -x [2021-04-16T10:49:40.423Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:49:40.423Z] INFO: Testing against a local daemon [2021-04-16T10:49:40.423Z] === RUN TestDockerNetworkMacvlanPersistance [2021-04-16T10:49:40.423Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.50s) [2021-04-16T10:49:40.423Z] === RUN TestDockerNetworkMacvlan [2021-04-16T10:49:40.457Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-04-16T10:49:40.457Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-04-16T10:49:40.590Z] --- PASS: TestLogsFollowTailEmpty (1.11s) [2021-04-16T10:49:40.590Z] === RUN TestContainerNetworkMountsNoChown [2021-04-16T10:49:40.590Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2021-04-16T10:49:40.980Z] === RUN TestEventsLog [2021-04-16T10:49:40.980Z] --- PASS: TestEventsLog (0.00s) [2021-04-16T10:49:40.980Z] === RUN TestEventsLogTimeout [2021-04-16T10:49:40.980Z] --- PASS: TestEventsLogTimeout (0.00s) [2021-04-16T10:49:40.980Z] === RUN TestLogEvents [2021-04-16T10:49:40.980Z] --- PASS: TestLogEvents (0.05s) [2021-04-16T10:49:40.980Z] === RUN TestLoadBufferedEvents [2021-04-16T10:49:41.400Z] === RUN TestInspectNetwork/full_network_id [2021-04-16T10:49:41.400Z] === RUN TestInspectNetwork/partial_network_id [2021-04-16T10:49:41.400Z] === RUN TestInspectNetwork/network_name [2021-04-16T10:49:41.400Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-04-16T10:49:41.441Z] --- PASS: TestLoadBufferedEvents (0.17s) [2021-04-16T10:49:41.441Z] === RUN TestLoadBufferedEventsOnlyFromPast [2021-04-16T10:49:41.441Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2021-04-16T10:49:41.441Z] === RUN TestIgnoreBufferedWhenNoTimes [2021-04-16T10:49:41.441Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2021-04-16T10:49:41.441Z] PASS [2021-04-16T10:49:41.441Z] coverage: 50.0% of statements [2021-04-16T10:49:41.441Z] ok github.com/docker/docker/daemon/events 0.316s coverage: 50.0% of statements [2021-04-16T10:49:41.451Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-04-16T10:49:41.902Z] === RUN TestIsEmptyDir [2021-04-16T10:49:41.902Z] --- PASS: TestIsEmptyDir (0.01s) [2021-04-16T10:49:41.902Z] PASS [2021-04-16T10:49:41.902Z] coverage: 2.3% of statements [2021-04-16T10:49:41.902Z] ok github.com/docker/docker/daemon/graphdriver 0.111s coverage: 2.3% of statements [2021-04-16T10:49:41.977Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2021-04-16T10:49:41.977Z] --- PASS: TestContainerNetworkMountsNoChown (1.21s) [2021-04-16T10:49:41.977Z] === RUN TestMountDaemonRoot [2021-04-16T10:49:41.977Z] === RUN TestMountDaemonRoot/default [2021-04-16T10:49:41.977Z] === PAUSE TestMountDaemonRoot/default [2021-04-16T10:49:41.977Z] === RUN TestMountDaemonRoot/private [2021-04-16T10:49:41.977Z] === PAUSE TestMountDaemonRoot/private [2021-04-16T10:49:41.977Z] === RUN TestMountDaemonRoot/rprivate [2021-04-16T10:49:41.977Z] === PAUSE TestMountDaemonRoot/rprivate [2021-04-16T10:49:41.977Z] === RUN TestMountDaemonRoot/slave [2021-04-16T10:49:41.977Z] === PAUSE TestMountDaemonRoot/slave [2021-04-16T10:49:41.977Z] === RUN TestMountDaemonRoot/rslave [2021-04-16T10:49:41.977Z] === PAUSE TestMountDaemonRoot/rslave [2021-04-16T10:49:41.977Z] === RUN TestMountDaemonRoot/shared [2021-04-16T10:49:41.977Z] === PAUSE TestMountDaemonRoot/shared [2021-04-16T10:49:41.977Z] === RUN TestMountDaemonRoot/rshared [2021-04-16T10:49:41.977Z] === PAUSE TestMountDaemonRoot/rshared [2021-04-16T10:49:41.977Z] === CONT TestMountDaemonRoot/default [2021-04-16T10:49:41.977Z] === RUN TestMountDaemonRoot/default/bind_root [2021-04-16T10:49:41.977Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-04-16T10:49:41.977Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-04-16T10:49:41.977Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-04-16T10:49:41.977Z] === RUN TestMountDaemonRoot/default/mount_root [2021-04-16T10:49:41.977Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-04-16T10:49:41.977Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-04-16T10:49:41.977Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-04-16T10:49:41.977Z] === CONT TestMountDaemonRoot/default/bind_root [2021-04-16T10:49:41.977Z] === CONT TestMountDaemonRoot/rshared [2021-04-16T10:49:41.977Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-04-16T10:49:41.977Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-04-16T10:49:41.977Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-04-16T10:49:41.977Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-04-16T10:49:41.977Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-04-16T10:49:41.977Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-04-16T10:49:41.977Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-04-16T10:49:41.977Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-04-16T10:49:41.977Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-04-16T10:49:41.977Z] === CONT TestMountDaemonRoot/shared [2021-04-16T10:49:41.977Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-04-16T10:49:41.977Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-04-16T10:49:41.977Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-04-16T10:49:41.977Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-04-16T10:49:41.977Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-04-16T10:49:41.977Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-04-16T10:49:41.977Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-04-16T10:49:41.977Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-04-16T10:49:41.977Z] === CONT TestMountDaemonRoot/rslave [2021-04-16T10:49:41.977Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-04-16T10:49:41.977Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-04-16T10:49:41.977Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-04-16T10:49:41.977Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-04-16T10:49:41.977Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-04-16T10:49:41.977Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-04-16T10:49:41.977Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-04-16T10:49:41.977Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-04-16T10:49:41.977Z] === CONT TestMountDaemonRoot/slave [2021-04-16T10:49:41.977Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-04-16T10:49:41.977Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-04-16T10:49:41.977Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-04-16T10:49:41.977Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-04-16T10:49:41.977Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-04-16T10:49:41.977Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-04-16T10:49:41.977Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-04-16T10:49:41.977Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-04-16T10:49:41.977Z] === CONT TestMountDaemonRoot/rprivate [2021-04-16T10:49:41.977Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-04-16T10:49:41.977Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-04-16T10:49:41.977Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-04-16T10:49:41.977Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-04-16T10:49:41.977Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-04-16T10:49:41.977Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-04-16T10:49:41.977Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-04-16T10:49:41.977Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-04-16T10:49:41.977Z] === CONT TestMountDaemonRoot/private [2021-04-16T10:49:41.977Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-04-16T10:49:41.977Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-04-16T10:49:41.977Z] === RUN TestMountDaemonRoot/private/mount_root [2021-04-16T10:49:41.977Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-04-16T10:49:41.977Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-04-16T10:49:41.977Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-04-16T10:49:41.977Z] === RUN TestMountDaemonRoot/private/bind_root [2021-04-16T10:49:41.977Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-04-16T10:49:41.977Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-04-16T10:49:41.977Z] === CONT TestMountDaemonRoot/default/mount_root [2021-04-16T10:49:41.977Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-04-16T10:49:41.977Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-04-16T10:49:41.977Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-04-16T10:49:41.977Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-04-16T10:49:42.238Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-04-16T10:49:42.238Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-04-16T10:49:42.238Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-04-16T10:49:42.238Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-04-16T10:49:42.238Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-04-16T10:49:42.238Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-04-16T10:49:42.238Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-04-16T10:49:42.238Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-04-16T10:49:42.238Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-04-16T10:49:42.238Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-04-16T10:49:42.480Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-04-16T10:49:42.499Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-04-16T10:49:42.499Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-04-16T10:49:42.499Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-04-16T10:49:42.499Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-04-16T10:49:42.499Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-04-16T10:49:42.499Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-04-16T10:49:42.499Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-04-16T10:49:42.499Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2021-04-16T10:49:42.499Z] === CONT TestMountDaemonRoot/private/bind_root [2021-04-16T10:49:42.499Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-04-16T10:49:42.499Z] === CONT TestMountDaemonRoot/private/mount_root [2021-04-16T10:49:42.499Z] --- PASS: TestMountDaemonRoot (0.04s) [2021-04-16T10:49:42.499Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-04-16T10:49:42.499Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2021-04-16T10:49:42.499Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2021-04-16T10:49:42.499Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2021-04-16T10:49:42.499Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) [2021-04-16T10:49:42.499Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-04-16T10:49:42.499Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2021-04-16T10:49:42.499Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2021-04-16T10:49:42.499Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2021-04-16T10:49:42.499Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s) [2021-04-16T10:49:42.499Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-04-16T10:49:42.499Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2021-04-16T10:49:42.499Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2021-04-16T10:49:42.499Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2021-04-16T10:49:42.499Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2021-04-16T10:49:42.499Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-04-16T10:49:42.499Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2021-04-16T10:49:42.499Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2021-04-16T10:49:42.499Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s) [2021-04-16T10:49:42.499Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.12s) [2021-04-16T10:49:42.499Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-04-16T10:49:42.499Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2021-04-16T10:49:42.499Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2021-04-16T10:49:42.499Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2021-04-16T10:49:42.499Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2021-04-16T10:49:42.499Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-04-16T10:49:42.499Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.07s) [2021-04-16T10:49:42.499Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2021-04-16T10:49:42.499Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2021-04-16T10:49:42.499Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2021-04-16T10:49:42.499Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-04-16T10:49:42.499Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2021-04-16T10:49:42.499Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2021-04-16T10:49:42.499Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2021-04-16T10:49:42.499Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2021-04-16T10:49:42.499Z] === RUN TestContainerBindMountNonRecursive [2021-04-16T10:49:42.760Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-04-16T10:49:42.874Z] === RUN TestLinkNaming [2021-04-16T10:49:42.874Z] --- PASS: TestLinkNaming (0.00s) [2021-04-16T10:49:42.874Z] === RUN TestLinkNew [2021-04-16T10:49:42.874Z] --- PASS: TestLinkNew (0.00s) [2021-04-16T10:49:42.874Z] === RUN TestLinkEnv [2021-04-16T10:49:42.874Z] --- PASS: TestLinkEnv (0.00s) [2021-04-16T10:49:42.874Z] === RUN TestLinkMultipleEnv [2021-04-16T10:49:42.874Z] --- PASS: TestLinkMultipleEnv (0.00s) [2021-04-16T10:49:42.874Z] === RUN TestLinkPortRangeEnv [2021-04-16T10:49:42.874Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2021-04-16T10:49:42.874Z] PASS [2021-04-16T10:49:42.874Z] coverage: 93.0% of statements [2021-04-16T10:49:42.874Z] ok github.com/docker/docker/daemon/links 0.040s coverage: 93.0% of statements [2021-04-16T10:49:42.999Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-04-16T10:49:42.999Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-04-16T10:49:43.021Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2021-04-16T10:49:43.108Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-04-16T10:49:44.935Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-04-16T10:49:45.540Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-04-16T10:49:45.604Z] --- PASS: TestInspectNetwork (9.34s) [2021-04-16T10:49:45.604Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-04-16T10:49:45.604Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-04-16T10:49:45.604Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-04-16T10:49:45.604Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-04-16T10:49:45.604Z] === RUN TestRunContainerWithBridgeNone [2021-04-16T10:49:45.789Z] === RUN TestSearchRegistryForImagesErrors [2021-04-16T10:49:45.789Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2021-04-16T10:49:45.789Z] === RUN TestSearchRegistryForImages [2021-04-16T10:49:45.789Z] --- PASS: TestSearchRegistryForImages (0.00s) [2021-04-16T10:49:45.789Z] === RUN TestOnlyPlatformWithFallback [2021-04-16T10:49:45.789Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2021-04-16T10:49:45.789Z] === RUN TestImageDelete [2021-04-16T10:49:45.789Z] === RUN TestImageDelete/no_lease [2021-04-16T10:49:45.789Z] === RUN TestAdapterReadLogs [2021-04-16T10:49:45.789Z] === RUN TestImageDelete/lease_exists [2021-04-16T10:49:45.789Z] --- PASS: TestAdapterReadLogs (0.00s) [2021-04-16T10:49:45.789Z] === RUN TestCopier [2021-04-16T10:49:45.789Z] --- PASS: TestCopier (0.00s) [2021-04-16T10:49:45.789Z] === RUN TestCopierLongLines [2021-04-16T10:49:45.789Z] --- PASS: TestCopierLongLines (0.00s) [2021-04-16T10:49:45.789Z] === RUN TestCopierSlow [2021-04-16T10:49:45.789Z] --- PASS: TestImageDelete (0.04s) [2021-04-16T10:49:45.789Z] --- PASS: TestImageDelete/no_lease (0.01s) [2021-04-16T10:49:45.789Z] --- PASS: TestImageDelete/lease_exists (0.01s) [2021-04-16T10:49:45.789Z] === RUN TestContentStoreForPull [2021-04-16T10:49:45.789Z] --- PASS: TestContentStoreForPull (0.22s) [2021-04-16T10:49:45.789Z] PASS [2021-04-16T10:49:45.789Z] coverage: 6.7% of statements [2021-04-16T10:49:45.789Z] --- PASS: TestCopierSlow (0.23s) [2021-04-16T10:49:45.789Z] === RUN TestCopierWithSized [2021-04-16T10:49:45.789Z] === RUN TestCopierWithSized/as_is [2021-04-16T10:49:45.789Z] === RUN TestCopierWithSized/With_RingLogger [2021-04-16T10:49:45.789Z] --- PASS: TestCopierWithSized (0.07s) [2021-04-16T10:49:45.789Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2021-04-16T10:49:45.789Z] --- PASS: TestCopierWithSized/With_RingLogger (0.07s) [2021-04-16T10:49:45.789Z] === RUN TestCopierWithPartial [2021-04-16T10:49:45.789Z] ok github.com/docker/docker/daemon/images 0.556s coverage: 6.7% of statements [2021-04-16T10:49:45.789Z] --- PASS: TestCopierWithPartial (0.00s) [2021-04-16T10:49:45.789Z] === RUN TestRingLogger [2021-04-16T10:49:45.789Z] --- PASS: TestRingLogger (0.00s) [2021-04-16T10:49:45.789Z] === RUN TestRingCap [2021-04-16T10:49:45.789Z] --- PASS: TestRingCap (0.00s) [2021-04-16T10:49:45.789Z] === RUN TestRingClose [2021-04-16T10:49:45.789Z] --- PASS: TestRingClose (0.00s) [2021-04-16T10:49:45.789Z] === RUN TestRingDrain [2021-04-16T10:49:45.789Z] --- PASS: TestRingDrain (0.00s) [2021-04-16T10:49:45.789Z] PASS [2021-04-16T10:49:45.789Z] coverage: 43.5% of statements [2021-04-16T10:49:45.789Z] ok github.com/docker/docker/daemon/logger 0.447s coverage: 43.5% of statements [2021-04-16T10:49:45.802Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-04-16T10:49:45.879Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2021-04-16T10:49:46.140Z] --- PASS: TestContainerBindMountNonRecursive (3.44s) [2021-04-16T10:49:46.140Z] === RUN TestContainerVolumesMountedAsShared [2021-04-16T10:49:46.251Z] === RUN TestNewStreamConfig [2021-04-16T10:49:46.251Z] === RUN TestNewStreamConfig/defaults [2021-04-16T10:49:46.251Z] === RUN TestNewStreamConfig/invalid_create_group [2021-04-16T10:49:46.251Z] === RUN TestNewStreamConfig/invalid_flush_interval [2021-04-16T10:49:46.251Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2021-04-16T10:49:46.251Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2021-04-16T10:49:46.251Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2021-04-16T10:49:46.251Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2021-04-16T10:49:46.251Z] --- PASS: TestNewStreamConfig (0.00s) [2021-04-16T10:49:46.251Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2021-04-16T10:49:46.251Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2021-04-16T10:49:46.251Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2021-04-16T10:49:46.251Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2021-04-16T10:49:46.251Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2021-04-16T10:49:46.251Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2021-04-16T10:49:46.251Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2021-04-16T10:49:46.251Z] === RUN TestNewAWSLogsClientUserAgentHandler [2021-04-16T10:49:46.251Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2021-04-16T10:49:46.251Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2021-04-16T10:49:46.251Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2021-04-16T10:49:46.251Z] === RUN TestNewAWSLogsClientRegionDetect [2021-04-16T10:49:46.711Z] time="2021-04-16T10:49:46Z" level=info msg="Trying to get region from EC2 Metadata" [2021-04-16T10:49:46.711Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.17s) [2021-04-16T10:49:46.711Z] === RUN TestCreateSuccess [2021-04-16T10:49:46.711Z] --- PASS: TestCreateSuccess (0.00s) [2021-04-16T10:49:46.711Z] === RUN TestCreateLogGroupSuccess [2021-04-16T10:49:46.711Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2021-04-16T10:49:46.711Z] === RUN TestCreateError [2021-04-16T10:49:46.711Z] --- PASS: TestCreateError (0.00s) [2021-04-16T10:49:46.711Z] === RUN TestCreateAlreadyExists [2021-04-16T10:49:46.711Z] time="2021-04-16T10:49:46Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2021-04-16T10:49:46.711Z] --- PASS: TestCreateAlreadyExists (0.00s) [2021-04-16T10:49:46.711Z] === RUN TestLogClosed [2021-04-16T10:49:46.711Z] --- PASS: TestLogClosed (0.00s) [2021-04-16T10:49:46.711Z] === RUN TestLogBlocking [2021-04-16T10:49:46.711Z] --- PASS: TestLogBlocking (0.00s) [2021-04-16T10:49:46.711Z] === RUN TestLogNonBlockingBufferEmpty [2021-04-16T10:49:46.711Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2021-04-16T10:49:46.711Z] === RUN TestLogNonBlockingBufferFull [2021-04-16T10:49:46.711Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2021-04-16T10:49:46.711Z] === RUN TestPublishBatchSuccess [2021-04-16T10:49:46.711Z] --- PASS: TestPublishBatchSuccess (0.00s) [2021-04-16T10:49:46.711Z] === RUN TestPublishBatchError [2021-04-16T10:49:46.711Z] time="2021-04-16T10:49:46Z" level=error msg=Error [2021-04-16T10:49:46.711Z] --- PASS: TestPublishBatchError (0.00s) [2021-04-16T10:49:46.711Z] === RUN TestPublishBatchInvalidSeqSuccess [2021-04-16T10:49:46.711Z] time="2021-04-16T10:49:46Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-04-16T10:49:46.711Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2021-04-16T10:49:46.711Z] === RUN TestPublishBatchAlreadyAccepted [2021-04-16T10:49:46.711Z] time="2021-04-16T10:49:46Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-04-16T10:49:46.711Z] time="2021-04-16T10:49:46Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2021-04-16T10:49:46.711Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2021-04-16T10:49:46.711Z] === RUN TestCollectBatchSimple [2021-04-16T10:49:46.711Z] --- PASS: TestCollectBatchSimple (0.00s) [2021-04-16T10:49:46.711Z] === RUN TestCollectBatchTicker [2021-04-16T10:49:46.711Z] --- PASS: TestCollectBatchTicker (0.00s) [2021-04-16T10:49:46.711Z] === RUN TestCollectBatchMultilinePattern [2021-04-16T10:49:46.711Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2021-04-16T10:49:46.711Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2021-04-16T10:49:46.711Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2021-04-16T10:49:46.711Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2021-04-16T10:49:46.711Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2021-04-16T10:49:46.711Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2021-04-16T10:49:46.711Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s) [2021-04-16T10:49:46.711Z] === RUN TestCollectBatchClose [2021-04-16T10:49:46.711Z] --- PASS: TestCollectBatchClose (0.00s) [2021-04-16T10:49:46.711Z] === RUN TestEffectiveLen [2021-04-16T10:49:46.711Z] === RUN TestEffectiveLen/0/Hello [2021-04-16T10:49:46.711Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2021-04-16T10:49:46.711Z] === RUN TestEffectiveLen/2/🙃 [2021-04-16T10:49:46.711Z] === RUN TestEffectiveLen/3/���� [2021-04-16T10:49:46.711Z] === RUN TestEffectiveLen/4/He��o [2021-04-16T10:49:46.711Z] === RUN TestEffectiveLen/5/ [2021-04-16T10:49:46.711Z] --- PASS: TestEffectiveLen (0.00s) [2021-04-16T10:49:46.711Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2021-04-16T10:49:46.711Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2021-04-16T10:49:46.711Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2021-04-16T10:49:46.711Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2021-04-16T10:49:46.711Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2021-04-16T10:49:46.711Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2021-04-16T10:49:46.711Z] === RUN TestFindValidSplit [2021-04-16T10:49:46.711Z] === RUN TestFindValidSplit/0/ [2021-04-16T10:49:46.711Z] === RUN TestFindValidSplit/1/Hello [2021-04-16T10:49:46.711Z] === RUN TestFindValidSplit/2/Hello [2021-04-16T10:49:46.711Z] === RUN TestFindValidSplit/3/Hello [2021-04-16T10:49:46.711Z] === RUN TestFindValidSplit/4/🙃 [2021-04-16T10:49:46.711Z] === RUN TestFindValidSplit/5/🙃 [2021-04-16T10:49:46.711Z] === RUN TestFindValidSplit/6/a� [2021-04-16T10:49:46.711Z] === RUN TestFindValidSplit/7/a� [2021-04-16T10:49:46.711Z] --- PASS: TestFindValidSplit (0.00s) [2021-04-16T10:49:46.711Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2021-04-16T10:49:46.711Z] cloudwatchlogs_test.go:1044: [2021-04-16T10:49:46.711Z] cloudwatchlogs_test.go:1045: [2021-04-16T10:49:46.711Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2021-04-16T10:49:46.711Z] cloudwatchlogs_test.go:1044: Hello [2021-04-16T10:49:46.711Z] cloudwatchlogs_test.go:1045: [2021-04-16T10:49:46.711Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2021-04-16T10:49:46.711Z] cloudwatchlogs_test.go:1044: He [2021-04-16T10:49:46.711Z] cloudwatchlogs_test.go:1045: llo [2021-04-16T10:49:46.711Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2021-04-16T10:49:46.711Z] cloudwatchlogs_test.go:1044: [2021-04-16T10:49:46.711Z] cloudwatchlogs_test.go:1045: Hello [2021-04-16T10:49:46.711Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2021-04-16T10:49:46.711Z] cloudwatchlogs_test.go:1044: [2021-04-16T10:49:46.711Z] cloudwatchlogs_test.go:1045: 🙃 [2021-04-16T10:49:46.711Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2021-04-16T10:49:46.711Z] cloudwatchlogs_test.go:1044: 🙃 [2021-04-16T10:49:46.711Z] cloudwatchlogs_test.go:1045: [2021-04-16T10:49:46.711Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2021-04-16T10:49:46.711Z] cloudwatchlogs_test.go:1044: a [2021-04-16T10:49:46.711Z] cloudwatchlogs_test.go:1045: � [2021-04-16T10:49:46.711Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2021-04-16T10:49:46.711Z] cloudwatchlogs_test.go:1044: a� [2021-04-16T10:49:46.711Z] cloudwatchlogs_test.go:1045: [2021-04-16T10:49:46.711Z] === RUN TestProcessEventEmoji [2021-04-16T10:49:46.711Z] --- PASS: TestProcessEventEmoji (0.00s) [2021-04-16T10:49:46.711Z] === RUN TestCollectBatchLineSplit [2021-04-16T10:49:46.711Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2021-04-16T10:49:46.711Z] === RUN TestCollectBatchLineSplitWithBinary [2021-04-16T10:49:46.711Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2021-04-16T10:49:46.711Z] === RUN TestCollectBatchMaxEvents [2021-04-16T10:49:46.711Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2021-04-16T10:49:46.711Z] === RUN TestCollectBatchMaxTotalBytes [2021-04-16T10:49:46.711Z] --- PASS: TestCollectBatchMaxTotalBytes (0.04s) [2021-04-16T10:49:46.711Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2021-04-16T10:49:46.711Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2021-04-16T10:49:46.711Z] === RUN TestCollectBatchWithDuplicateTimestamps [2021-04-16T10:49:46.711Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.08s) [2021-04-16T10:49:46.711Z] === RUN TestParseLogOptionsMultilinePattern [2021-04-16T10:49:46.711Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2021-04-16T10:49:46.711Z] === RUN TestParseLogOptionsDatetimeFormat [2021-04-16T10:49:46.711Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2021-04-16T10:49:46.711Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2021-04-16T10:49:46.711Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2021-04-16T10:49:46.711Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2021-04-16T10:49:46.711Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2021-04-16T10:49:46.711Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2021-04-16T10:49:46.711Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2021-04-16T10:49:46.711Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2021-04-16T10:49:46.711Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2021-04-16T10:49:46.711Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2021-04-16T10:49:46.711Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2021-04-16T10:49:46.711Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2021-04-16T10:49:46.711Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2021-04-16T10:49:46.711Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2021-04-16T10:49:46.711Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2021-04-16T10:49:46.712Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2021-04-16T10:49:46.712Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2021-04-16T10:49:46.712Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2021-04-16T10:49:46.712Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2021-04-16T10:49:46.712Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2021-04-16T10:49:46.712Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2021-04-16T10:49:46.712Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2021-04-16T10:49:46.712Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2021-04-16T10:49:46.712Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2021-04-16T10:49:46.712Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2021-04-16T10:49:46.712Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2021-04-16T10:49:46.712Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2021-04-16T10:49:46.712Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2021-04-16T10:49:46.712Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2021-04-16T10:49:46.712Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2021-04-16T10:49:46.712Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2021-04-16T10:49:46.712Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2021-04-16T10:49:46.712Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2021-04-16T10:49:46.712Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2021-04-16T10:49:46.712Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2021-04-16T10:49:46.712Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2021-04-16T10:49:46.712Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2021-04-16T10:49:46.712Z] === RUN TestCreateTagSuccess [2021-04-16T10:49:46.712Z] --- PASS: TestCreateTagSuccess (0.00s) [2021-04-16T10:49:46.712Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2021-04-16T10:49:46.712Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2021-04-16T10:49:46.712Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2021-04-16T10:49:46.712Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2021-04-16T10:49:46.712Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2021-04-16T10:49:46.712Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.01s) [2021-04-16T10:49:46.712Z] PASS [2021-04-16T10:49:46.712Z] coverage: 77.4% of statements [2021-04-16T10:49:46.712Z] ok github.com/docker/docker/daemon/logger/awslogs 0.515s coverage: 77.4% of statements [2021-04-16T10:49:46.713Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-04-16T10:49:46.713Z] --- PASS: TestContainerVolumesMountedAsShared (0.60s) [2021-04-16T10:49:46.713Z] === RUN TestContainerVolumesMountedAsSlave [2021-04-16T10:49:47.542Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-04-16T10:49:47.684Z] === RUN TestJSONLogsMarshalJSONBuf [2021-04-16T10:49:47.684Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2021-04-16T10:49:47.684Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2021-04-16T10:49:47.684Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.17s) [2021-04-16T10:49:47.684Z] === RUN TestFastTimeMarshalJSON [2021-04-16T10:49:47.684Z] --- PASS: TestFastTimeMarshalJSON (0.00s) [2021-04-16T10:49:47.684Z] PASS [2021-04-16T10:49:47.684Z] coverage: 87.2% of statements [2021-04-16T10:49:47.684Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.212s coverage: 87.2% of statements [2021-04-16T10:49:48.346Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-04-16T10:49:48.346Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.36s) [2021-04-16T10:49:48.346Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.41s) [2021-04-16T10:49:48.346Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.37s) [2021-04-16T10:49:48.346Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.44s) [2021-04-16T10:49:48.346Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.31s) [2021-04-16T10:49:48.346Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.37s) [2021-04-16T10:49:48.346Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.33s) [2021-04-16T10:49:48.346Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.35s) [2021-04-16T10:49:48.346Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.89s) [2021-04-16T10:49:48.346Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.07s) [2021-04-16T10:49:48.346Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.24s) [2021-04-16T10:49:48.346Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.04s) [2021-04-16T10:49:48.346Z] === RUN TestCgroupNamespacesRun [2021-04-16T10:49:48.629Z] --- PASS: TestContainerVolumesMountedAsSlave (1.76s) [2021-04-16T10:49:48.629Z] === RUN TestNetworkNat [2021-04-16T10:49:48.629Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2021-04-16T10:49:48.655Z] === RUN TestJSONFileLogger [2021-04-16T10:49:48.655Z] --- PASS: TestJSONFileLogger (0.00s) [2021-04-16T10:49:48.655Z] === RUN TestJSONFileLoggerWithTags [2021-04-16T10:49:48.655Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2021-04-16T10:49:48.655Z] === RUN TestJSONFileLoggerWithOpts [2021-04-16T10:49:48.655Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2021-04-16T10:49:48.655Z] === RUN TestJSONFileLoggerWithLabelsEnv [2021-04-16T10:49:48.655Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2021-04-16T10:49:48.655Z] === RUN TestEncodeDecode [2021-04-16T10:49:48.655Z] === PAUSE TestEncodeDecode [2021-04-16T10:49:48.655Z] === RUN TestUnexpectedEOF [2021-04-16T10:49:48.655Z] time="2021-04-16T10:49:48Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-04-16T10:49:48.655Z] time="2021-04-16T10:49:48Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-04-16T10:49:48.655Z] --- PASS: TestUnexpectedEOF (0.17s) [2021-04-16T10:49:48.655Z] === CONT TestEncodeDecode [2021-04-16T10:49:48.655Z] --- PASS: TestEncodeDecode (0.00s) [2021-04-16T10:49:48.655Z] PASS [2021-04-16T10:49:48.655Z] coverage: 69.9% of statements [2021-04-16T10:49:48.655Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.299s coverage: 69.9% of statements [2021-04-16T10:49:48.908Z] --- PASS: TestRunContainerWithBridgeNone (3.42s) [2021-04-16T10:49:48.908Z] === RUN TestNetworkInvalidJSON [2021-04-16T10:49:48.908Z] === RUN TestNetworkInvalidJSON//networks/create [2021-04-16T10:49:48.908Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-04-16T10:49:48.908Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-04-16T10:49:48.908Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-04-16T10:49:48.908Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-16T10:49:48.908Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-16T10:49:48.908Z] === CONT TestNetworkInvalidJSON//networks/create [2021-04-16T10:49:48.908Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-16T10:49:48.908Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-04-16T10:49:48.908Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2021-04-16T10:49:48.908Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-04-16T10:49:48.908Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-04-16T10:49:48.908Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-04-16T10:49:48.908Z] === RUN TestNetworkList [2021-04-16T10:49:48.908Z] === RUN TestNetworkList//networks [2021-04-16T10:49:48.908Z] === PAUSE TestNetworkList//networks [2021-04-16T10:49:48.908Z] === RUN TestNetworkList//networks/ [2021-04-16T10:49:48.908Z] === PAUSE TestNetworkList//networks/ [2021-04-16T10:49:48.908Z] === CONT TestNetworkList//networks [2021-04-16T10:49:48.908Z] === CONT TestNetworkList//networks/ [2021-04-16T10:49:48.908Z] --- PASS: TestNetworkList (0.03s) [2021-04-16T10:49:48.908Z] --- PASS: TestNetworkList//networks (0.00s) [2021-04-16T10:49:48.908Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-04-16T10:49:48.908Z] === RUN TestHostIPv4BridgeLabel [2021-04-16T10:49:49.627Z] === RUN TestWriteLog [2021-04-16T10:49:49.627Z] === PAUSE TestWriteLog [2021-04-16T10:49:49.627Z] === RUN TestReadLog [2021-04-16T10:49:49.627Z] === PAUSE TestReadLog [2021-04-16T10:49:49.627Z] === CONT TestWriteLog [2021-04-16T10:49:49.627Z] === CONT TestReadLog [2021-04-16T10:49:49.627Z] === RUN TestReadLog/tail_exact [2021-04-16T10:49:49.627Z] --- PASS: TestWriteLog (0.03s) [2021-04-16T10:49:49.627Z] === RUN TestReadLog/tail_less_than_available [2021-04-16T10:49:49.627Z] === RUN TestReadLog/tail_more_than_available [2021-04-16T10:49:49.627Z] --- PASS: TestReadLog (0.19s) [2021-04-16T10:49:49.627Z] --- PASS: TestReadLog/tail_exact (0.18s) [2021-04-16T10:49:49.627Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2021-04-16T10:49:49.627Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2021-04-16T10:49:49.627Z] PASS [2021-04-16T10:49:49.627Z] coverage: 75.2% of statements [2021-04-16T10:49:49.627Z] ok github.com/docker/docker/daemon/logger/local 0.274s coverage: 75.2% of statements [2021-04-16T10:49:49.627Z] --- PASS: TestCheckoutGit (71.02s) [2021-04-16T10:49:49.627Z] === RUN TestValidGitTransport [2021-04-16T10:49:49.627Z] --- PASS: TestValidGitTransport (0.00s) [2021-04-16T10:49:49.627Z] === RUN TestGitInvalidRef [2021-04-16T10:49:49.729Z] --- PASS: TestCgroupNamespacesRun (1.90s) [2021-04-16T10:49:49.729Z] === RUN TestCgroupNamespacesRunPrivileged [2021-04-16T10:49:49.989Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2021-04-16T10:49:49.989Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-04-16T10:49:49.989Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-04-16T10:49:50.018Z] --- PASS: TestNetworkNat (1.34s) [2021-04-16T10:49:50.018Z] === RUN TestNetworkLocalhostTCPNat [2021-04-16T10:49:50.088Z] --- PASS: TestGitInvalidRef (0.22s) [2021-04-16T10:49:50.088Z] PASS [2021-04-16T10:49:50.293Z] --- PASS: TestHostIPv4BridgeLabel (1.51s) [2021-04-16T10:49:50.293Z] === RUN TestDaemonRestartWithLiveRestore [2021-04-16T10:49:50.549Z] coverage: 86.3% of statements [2021-04-16T10:49:50.549Z] ok github.com/docker/docker/builder/remotecontext/git 71.559s coverage: 86.3% of statements [2021-04-16T10:49:51.010Z] === RUN TestOpenFileDelete [2021-04-16T10:49:51.010Z] --- PASS: TestOpenFileDelete (0.00s) [2021-04-16T10:49:51.010Z] === RUN TestOpenFileRename [2021-04-16T10:49:51.010Z] --- PASS: TestOpenFileRename (0.00s) [2021-04-16T10:49:51.010Z] === RUN TestParseLogTagDefaultTag [2021-04-16T10:49:51.010Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2021-04-16T10:49:51.010Z] === RUN TestParseLogTag [2021-04-16T10:49:51.010Z] --- PASS: TestParseLogTag (0.00s) [2021-04-16T10:49:51.010Z] === RUN TestParseLogTagEmptyTag [2021-04-16T10:49:51.010Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2021-04-16T10:49:51.010Z] === RUN TestTailFiles [2021-04-16T10:49:51.010Z] --- PASS: TestTailFiles (0.00s) [2021-04-16T10:49:51.010Z] === RUN TestFollowLogsConsumerGone [2021-04-16T10:49:51.010Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2021-04-16T10:49:51.010Z] === RUN TestFollowLogsProducerGone [2021-04-16T10:49:51.010Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2021-04-16T10:49:51.010Z] logfile_test.go:232: messages sent: 4098, received: 4098 [2021-04-16T10:49:51.010Z] logfile_test.go:179: logDecode() closed after sending 4098 messages [2021-04-16T10:49:51.010Z] === RUN TestCheckCapacityAndRotate [2021-04-16T10:49:51.010Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2021-04-16T10:49:51.010Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2021-04-16T10:49:51.010Z] --- PASS: TestCheckCapacityAndRotate (0.07s) [2021-04-16T10:49:51.010Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2021-04-16T10:49:51.010Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.05s) [2021-04-16T10:49:51.010Z] PASS [2021-04-16T10:49:51.010Z] coverage: 53.7% of statements [2021-04-16T10:49:51.010Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.201s coverage: 53.7% of statements [2021-04-16T10:49:51.403Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2021-04-16T10:49:51.403Z] --- PASS: TestNetworkLocalhostTCPNat (1.58s) [2021-04-16T10:49:51.403Z] === RUN TestNetworkLoopbackNat [2021-04-16T10:49:51.472Z] ? github.com/docker/docker/cli [no test files] [2021-04-16T10:49:51.472Z] ? github.com/docker/docker/cli/config [no test files] [2021-04-16T10:49:51.472Z] ? github.com/docker/docker/container/stream [no test files] [2021-04-16T10:49:51.472Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-04-16T10:49:51.472Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-04-16T10:49:51.472Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-04-16T10:49:51.472Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-04-16T10:49:51.472Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-04-16T10:49:51.472Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-04-16T10:49:51.472Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-04-16T10:49:51.472Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2021-04-16T10:49:51.472Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2021-04-16T10:49:51.472Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2021-04-16T10:49:51.472Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-04-16T10:49:51.472Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2021-04-16T10:49:51.472Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2021-04-16T10:49:51.472Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2021-04-16T10:49:51.472Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-04-16T10:49:51.472Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2021-04-16T10:49:51.472Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2021-04-16T10:49:51.472Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2021-04-16T10:49:51.472Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-04-16T10:49:51.472Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-04-16T10:49:51.472Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2021-04-16T10:49:51.472Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-04-16T10:49:51.472Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-04-16T10:49:51.472Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2021-04-16T10:49:51.472Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2021-04-16T10:49:51.472Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-04-16T10:49:51.472Z] === RUN TestLog [2021-04-16T10:49:51.472Z] --- PASS: TestLog (0.01s) [2021-04-16T10:49:51.472Z] PASS [2021-04-16T10:49:51.472Z] coverage: 31.5% of statements [2021-04-16T10:49:51.472Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.130s coverage: 31.5% of statements [2021-04-16T10:49:51.899Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.87s) [2021-04-16T10:49:51.899Z] === RUN TestCgroupNamespacesRunHostMode [2021-04-16T10:49:51.974Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-04-16T10:49:52.345Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-04-16T10:49:52.443Z] === RUN TestNewParse [2021-04-16T10:49:52.443Z] --- PASS: TestNewParse (0.00s) [2021-04-16T10:49:52.443Z] PASS [2021-04-16T10:49:52.443Z] coverage: 8.3% of statements [2021-04-16T10:49:52.444Z] ok github.com/docker/docker/daemon/logger/templates 0.040s coverage: 8.3% of statements [2021-04-16T10:49:52.841Z] --- PASS: TestDaemonRestartWithLiveRestore (2.61s) [2021-04-16T10:49:52.841Z] === RUN TestDaemonDefaultNetworkPools [2021-04-16T10:49:52.905Z] === RUN TestValidateLogOpt [2021-04-16T10:49:52.905Z] --- PASS: TestValidateLogOpt (0.00s) [2021-04-16T10:49:52.905Z] === RUN TestNewMissedConfig [2021-04-16T10:49:52.905Z] --- PASS: TestNewMissedConfig (0.00s) [2021-04-16T10:49:52.905Z] === RUN TestNewMissedUrl [2021-04-16T10:49:52.905Z] --- PASS: TestNewMissedUrl (0.00s) [2021-04-16T10:49:52.905Z] === RUN TestNewMissedToken [2021-04-16T10:49:52.905Z] --- PASS: TestNewMissedToken (0.00s) [2021-04-16T10:49:52.905Z] === RUN TestNewWithProxy [2021-04-16T10:49:52.905Z] --- PASS: TestNewWithProxy (0.00s) [2021-04-16T10:49:52.905Z] === RUN TestDefault [2021-04-16T10:49:52.905Z] --- PASS: TestDefault (0.01s) [2021-04-16T10:49:52.905Z] === RUN TestInlineFormatWithNonDefaultOptions [2021-04-16T10:49:52.905Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2021-04-16T10:49:52.905Z] === RUN TestJsonFormat [2021-04-16T10:49:52.905Z] --- PASS: TestJsonFormat (0.00s) [2021-04-16T10:49:52.905Z] === RUN TestRawFormat [2021-04-16T10:49:52.905Z] --- PASS: TestRawFormat (0.00s) [2021-04-16T10:49:52.905Z] === RUN TestRawFormatWithLabels [2021-04-16T10:49:52.905Z] --- PASS: TestRawFormatWithLabels (0.00s) [2021-04-16T10:49:52.905Z] === RUN TestRawFormatWithoutTag [2021-04-16T10:49:52.905Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2021-04-16T10:49:52.905Z] === RUN TestBatching [2021-04-16T10:49:53.366Z] --- PASS: TestBatching (0.49s) [2021-04-16T10:49:53.366Z] === RUN TestFrequency [2021-04-16T10:49:53.366Z] === RUN TestParseLogFormat [2021-04-16T10:49:53.366Z] --- PASS: TestParseLogFormat (0.00s) [2021-04-16T10:49:53.366Z] === RUN TestValidateLogOptEmpty [2021-04-16T10:49:53.366Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2021-04-16T10:49:53.366Z] === RUN TestValidateSyslogAddress [2021-04-16T10:49:53.366Z] --- PASS: TestValidateSyslogAddress (0.00s) [2021-04-16T10:49:53.366Z] === RUN TestParseAddressDefaultPort [2021-04-16T10:49:53.366Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2021-04-16T10:49:53.366Z] === RUN TestValidateSyslogFacility [2021-04-16T10:49:53.366Z] --- PASS: TestValidateSyslogFacility (0.00s) [2021-04-16T10:49:53.366Z] === RUN TestValidateLogOptSyslogFormat [2021-04-16T10:49:53.366Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2021-04-16T10:49:53.366Z] === RUN TestValidateLogOpt [2021-04-16T10:49:53.366Z] --- PASS: TestValidateLogOpt (0.00s) [2021-04-16T10:49:53.366Z] PASS [2021-04-16T10:49:53.366Z] coverage: 46.8% of statements [2021-04-16T10:49:53.366Z] ok github.com/docker/docker/daemon/logger/syslog 0.078s coverage: 46.8% of statements [2021-04-16T10:49:53.366Z] --- PASS: TestFrequency (0.21s) [2021-04-16T10:49:53.366Z] === RUN TestOneMessagePerRequest [2021-04-16T10:49:53.731Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2021-04-16T10:49:53.809Z] --- PASS: TestCgroupNamespacesRunHostMode (1.93s) [2021-04-16T10:49:53.809Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-04-16T10:49:53.827Z] --- PASS: TestOneMessagePerRequest (0.00s) [2021-04-16T10:49:53.827Z] === RUN TestVerify [2021-04-16T10:49:53.827Z] --- PASS: TestVerify (0.01s) [2021-04-16T10:49:53.827Z] === RUN TestSkipVerify [2021-04-16T10:49:53.827Z] time="2021-04-16T10:49:53Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-16T10:49:53.827Z] time="2021-04-16T10:49:53Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-16T10:49:53.827Z] time="2021-04-16T10:49:53Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-16T10:49:53.827Z] time="2021-04-16T10:49:53Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-16T10:49:54.288Z] --- PASS: TestSkipVerify (0.50s) [2021-04-16T10:49:54.288Z] === RUN TestBufferMaximum [2021-04-16T10:49:54.288Z] time="2021-04-16T10:49:53Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-16T10:49:54.288Z] time="2021-04-16T10:49:53Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-16T10:49:54.288Z] time="2021-04-16T10:49:53Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-16T10:49:54.288Z] time="2021-04-16T10:49:53Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-16T10:49:54.288Z] time="2021-04-16T10:49:53Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-16T10:49:54.288Z] time="2021-04-16T10:49:53Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1618570193.834256\",\"host\":\"2ee574bf6139\"}'" [2021-04-16T10:49:54.288Z] time="2021-04-16T10:49:53Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1618570193.834256\",\"host\":\"2ee574bf6139\"}'" [2021-04-16T10:49:54.288Z] --- PASS: TestBufferMaximum (0.00s) [2021-04-16T10:49:54.288Z] === RUN TestServerAlwaysDown [2021-04-16T10:49:54.288Z] time="2021-04-16T10:49:53Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-16T10:49:54.288Z] time="2021-04-16T10:49:53Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-16T10:49:54.288Z] time="2021-04-16T10:49:53Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1618570193.837258\",\"host\":\"2ee574bf6139\"}'" [2021-04-16T10:49:54.288Z] time="2021-04-16T10:49:53Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1618570193.837258\",\"host\":\"2ee574bf6139\"}'" [2021-04-16T10:49:54.288Z] time="2021-04-16T10:49:53Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-16T10:49:54.288Z] time="2021-04-16T10:49:53Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1618570193.837258\",\"host\":\"2ee574bf6139\"}'" [2021-04-16T10:49:54.288Z] time="2021-04-16T10:49:53Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1618570193.838259\",\"host\":\"2ee574bf6139\"}'" [2021-04-16T10:49:54.288Z] time="2021-04-16T10:49:53Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1618570193.838259\",\"host\":\"2ee574bf6139\"}'" [2021-04-16T10:49:54.288Z] --- PASS: TestServerAlwaysDown (0.00s) [2021-04-16T10:49:54.288Z] === RUN TestCannotSendAfterClose [2021-04-16T10:49:54.288Z] --- PASS: TestCannotSendAfterClose (0.00s) [2021-04-16T10:49:54.288Z] === RUN TestDeadlockOnBlockedEndpoint [2021-04-16T10:49:55.261Z] time="2021-04-16T10:49:54Z" level=warning msg="Error while sending logs" error="Post http://127.0.0.1:49199/services/collector/event/1.0: context deadline exceeded" module=logger/splunk [2021-04-16T10:49:55.261Z] time="2021-04-16T10:49:54Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"2ee574bf6139\"}'" [2021-04-16T10:49:55.261Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2021-04-16T10:49:55.261Z] PASS [2021-04-16T10:49:55.261Z] coverage: 82.5% of statements [2021-04-16T10:49:55.261Z] ok github.com/docker/docker/daemon/logger/splunk 2.370s coverage: 82.5% of statements [2021-04-16T10:49:55.261Z] ? github.com/docker/docker/daemon/names [no test files] [2021-04-16T10:49:55.261Z] ? github.com/docker/docker/daemon/network [no test files] [2021-04-16T10:49:55.261Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-04-16T10:49:55.261Z] === RUN TestV1IDService [2021-04-16T10:49:55.261Z] --- PASS: TestV1IDService (0.03s) [2021-04-16T10:49:55.261Z] === RUN TestV2MetadataService [2021-04-16T10:49:55.387Z] --- PASS: TestDaemonDefaultNetworkPools (2.28s) [2021-04-16T10:49:55.387Z] === RUN TestDaemonRestartWithExistingNetwork [2021-04-16T10:49:55.645Z] --- PASS: TestNetworkLoopbackNat (4.11s) [2021-04-16T10:49:55.645Z] === RUN TestPause [2021-04-16T10:49:55.719Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.84s) [2021-04-16T10:49:55.719Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-04-16T10:49:56.218Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2021-04-16T10:49:56.233Z] === RUN TestContinueOnError_NonMirrorEndpoint [2021-04-16T10:49:56.233Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2021-04-16T10:49:56.233Z] === RUN TestContinueOnError_MirrorEndpoint [2021-04-16T10:49:56.233Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2021-04-16T10:49:56.233Z] === RUN TestContinueOnError_NeverContinue [2021-04-16T10:49:56.233Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2021-04-16T10:49:56.233Z] === RUN TestManifestStore [2021-04-16T10:49:56.233Z] === RUN TestManifestStore/no_remote_or_local [2021-04-16T10:49:56.233Z] time="2021-04-16T10:49:56Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local676726267\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2021-04-16T10:49:56.233Z] === RUN TestManifestStore/no_local_cache [2021-04-16T10:49:56.233Z] === RUN TestManifestStore/with_local_cache [2021-04-16T10:49:56.233Z] === RUN TestManifestStore/unknown_media_type [2021-04-16T10:49:56.233Z] === RUN TestManifestStore/unknown_media_type/no_cache [2021-04-16T10:49:56.233Z] time="2021-04-16T10:49:56Z" level=warning msg="reference for unknown type: " [2021-04-16T10:49:56.233Z] time="2021-04-16T10:49:56Z" level=warning msg="reference for unknown type: " [2021-04-16T10:49:56.233Z] === RUN TestManifestStore/unknown_media_type/with_cache [2021-04-16T10:49:56.233Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2021-04-16T10:49:56.233Z] time="2021-04-16T10:49:56Z" level=warning msg="reference for unknown type: " [2021-04-16T10:49:56.233Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2021-04-16T10:49:56.233Z] time="2021-04-16T10:49:56Z" level=warning msg="reference for unknown type: " [2021-04-16T10:49:56.437Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-04-16T10:49:56.437Z] [2021-04-16T10:49:56.437Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-04-16T10:49:56.437Z] PLATFORM= [2021-04-16T10:49:56.437Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-04-16T10:49:56.437Z] HOSTNAME=c12d8e8f3c2d [2021-04-16T10:49:56.437Z] TESTDEBUG=0 [2021-04-16T10:49:56.437Z] DEST=bundles/test-integration [2021-04-16T10:49:56.437Z] PWD=/go/src/github.com/docker/docker [2021-04-16T10:49:56.437Z] DOCKER_GITCOMMIT=eb0610b7fc7e8c49160c99fa311e14ee632dd45a [2021-04-16T10:49:56.437Z] container=docker [2021-04-16T10:49:56.437Z] HOME=/root [2021-04-16T10:49:56.437Z] GOLANG_VERSION=1.13.15 [2021-04-16T10:49:56.437Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-04-16T10:49:56.437Z] VALIDATE_BRANCH=master [2021-04-16T10:49:56.437Z] TERM=xterm [2021-04-16T10:49:56.437Z] DOCKER_PKG=github.com/docker/docker [2021-04-16T10:49:56.437Z] TINI_COMMIT=de40ad007797e0dcd8b7126f27bb87401d224240 [2021-04-16T10:49:56.437Z] PRODUCT= [2021-04-16T10:49:56.437Z] SHLVL=1 [2021-04-16T10:49:56.437Z] TIMEOUT=120m [2021-04-16T10:49:56.437Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-04-16T10:49:56.437Z] DOCKER_GRAPHDRIVER=overlay2 [2021-04-16T10:49:56.437Z] GO111MODULE=off [2021-04-16T10:49:56.437Z] DEFAULT_PRODUCT_LICENSE= [2021-04-16T10:49:56.437Z] DOCKER_EXPERIMENTAL=1 [2021-04-16T10:49:56.437Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-04-16T10:49:56.437Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-04-16T10:49:56.437Z] VERSION=dev [2021-04-16T10:49:56.437Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-04-16T10:49:56.437Z] GOPATH=/go [2021-04-16T10:49:56.437Z] PKG_CONFIG=pkg-config [2021-04-16T10:49:56.437Z] _=/usr/bin/env [2021-04-16T10:49:56.437Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-04-16T10:49:56.694Z] time="2021-04-16T10:49:56Z" level=warning msg="reference for unknown type: " [2021-04-16T10:49:56.694Z] === RUN TestManifestStore/error_persisting_manifest [2021-04-16T10:49:56.694Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2021-04-16T10:49:56.694Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2021-04-16T10:49:56.694Z] time="2021-04-16T10:49:56Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2021-04-16T10:49:56.694Z] --- PASS: TestManifestStore (0.35s) [2021-04-16T10:49:56.694Z] --- PASS: TestManifestStore/no_remote_or_local (0.18s) [2021-04-16T10:49:56.694Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2021-04-16T10:49:56.694Z] --- PASS: TestManifestStore/with_local_cache (0.04s) [2021-04-16T10:49:56.694Z] --- PASS: TestManifestStore/unknown_media_type (0.06s) [2021-04-16T10:49:56.694Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2021-04-16T10:49:56.694Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s) [2021-04-16T10:49:56.694Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2021-04-16T10:49:56.694Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2021-04-16T10:49:56.694Z] --- PASS: TestManifestStore/error_persisting_manifest (0.04s) [2021-04-16T10:49:56.694Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2021-04-16T10:49:56.694Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.04s) [2021-04-16T10:49:56.694Z] === RUN TestDetectManifestBlobMediaType [2021-04-16T10:49:56.694Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2021-04-16T10:49:56.694Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2021-04-16T10:49:56.694Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2021-04-16T10:49:56.694Z] === RUN TestDetectManifestBlobMediaType/schema1 [2021-04-16T10:49:56.694Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2021-04-16T10:49:56.694Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2021-04-16T10:49:56.694Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2021-04-16T10:49:56.694Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2021-04-16T10:49:56.694Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2021-04-16T10:49:56.694Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2021-04-16T10:49:56.694Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2021-04-16T10:49:56.694Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2021-04-16T10:49:56.694Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2021-04-16T10:49:56.694Z] === RUN TestFixManifestLayers [2021-04-16T10:49:56.694Z] --- PASS: TestFixManifestLayers (0.00s) [2021-04-16T10:49:56.694Z] === RUN TestFixManifestLayersBaseLayerParent [2021-04-16T10:49:56.694Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2021-04-16T10:49:56.694Z] pull_v2_test.go:73: Needs fixing on Windows [2021-04-16T10:49:56.694Z] === RUN TestFixManifestLayersBadParent [2021-04-16T10:49:56.695Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2021-04-16T10:49:56.695Z] === RUN TestValidateManifest [2021-04-16T10:49:56.695Z] --- SKIP: TestValidateManifest (0.00s) [2021-04-16T10:49:56.695Z] pull_v2_test.go:118: Needs fixing on Windows [2021-04-16T10:49:56.695Z] === RUN TestFormatPlatform [2021-04-16T10:49:56.695Z] --- PASS: TestFormatPlatform (0.00s) [2021-04-16T10:49:56.695Z] === RUN TestGetRepositoryMountCandidates [2021-04-16T10:49:56.695Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2021-04-16T10:49:56.695Z] === RUN TestLayerAlreadyExists [2021-04-16T10:49:56.695Z] --- PASS: TestLayerAlreadyExists (0.00s) [2021-04-16T10:49:56.695Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-04-16T10:49:56.695Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-04-16T10:49:56.695Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-04-16T10:49:56.695Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-04-16T10:49:56.695Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-04-16T10:49:56.695Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-04-16T10:49:56.695Z] === RUN TestWhenEmptyAuthConfig [2021-04-16T10:49:56.695Z] --- PASS: TestV2MetadataService (1.44s) [2021-04-16T10:49:56.695Z] PASS [2021-04-16T10:49:56.695Z] coverage: 48.2% of statements [2021-04-16T10:49:57.104Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.34s) [2021-04-16T10:49:57.104Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-04-16T10:49:57.156Z] ok github.com/docker/docker/distribution/metadata 1.759s coverage: 48.2% of statements [2021-04-16T10:49:57.156Z] === RUN TestSuccessfulDownload [2021-04-16T10:49:57.156Z] --- SKIP: TestSuccessfulDownload (0.00s) [2021-04-16T10:49:57.156Z] download_test.go:268: Needs fixing on Windows [2021-04-16T10:49:57.156Z] === RUN TestCancelledDownload [2021-04-16T10:49:57.156Z] --- PASS: TestCancelledDownload (0.00s) [2021-04-16T10:49:57.156Z] === RUN TestMaxDownloadAttempts [2021-04-16T10:49:57.156Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-04-16T10:49:57.156Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-04-16T10:49:57.156Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-04-16T10:49:57.156Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-04-16T10:49:57.156Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-04-16T10:49:57.156Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-04-16T10:49:57.156Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-04-16T10:49:57.156Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-04-16T10:49:57.156Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-04-16T10:49:57.156Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-04-16T10:49:57.156Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-04-16T10:49:57.156Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-04-16T10:49:57.156Z] time="2021-04-16T10:49:56Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-04-16T10:49:57.156Z] time="2021-04-16T10:49:56Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-04-16T10:49:57.156Z] time="2021-04-16T10:49:56Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-04-16T10:49:57.156Z] time="2021-04-16T10:49:56Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-04-16T10:49:57.156Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2021-04-16T10:49:57.156Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.40s) [2021-04-16T10:49:57.156Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.40s) [2021-04-16T10:49:57.156Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.40s) [2021-04-16T10:49:57.156Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.40s) [2021-04-16T10:49:57.156Z] === RUN TestTransfer [2021-04-16T10:49:57.182Z] --- PASS: TestPause (1.53s) [2021-04-16T10:49:57.182Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-04-16T10:49:57.182Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-04-16T10:49:57.182Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-04-16T10:49:57.182Z] === RUN TestPauseStopPausedContainer [2021-04-16T10:49:57.617Z] --- PASS: TestTransfer (0.12s) [2021-04-16T10:49:57.617Z] === RUN TestConcurrencyLimit [2021-04-16T10:49:57.617Z] === RUN TestNotFound [2021-04-16T10:49:57.617Z] --- PASS: TestNotFound (0.00s) [2021-04-16T10:49:57.617Z] === RUN TestConflict [2021-04-16T10:49:57.617Z] --- PASS: TestConflict (0.00s) [2021-04-16T10:49:57.617Z] === RUN TestForbidden [2021-04-16T10:49:57.617Z] --- PASS: TestForbidden (0.00s) [2021-04-16T10:49:57.617Z] === RUN TestInvalidParameter [2021-04-16T10:49:57.617Z] --- PASS: TestInvalidParameter (0.00s) [2021-04-16T10:49:57.617Z] === RUN TestNotImplemented [2021-04-16T10:49:57.617Z] --- PASS: TestNotImplemented (0.00s) [2021-04-16T10:49:57.617Z] === RUN TestNotModified [2021-04-16T10:49:57.617Z] --- PASS: TestNotModified (0.00s) [2021-04-16T10:49:57.617Z] === RUN TestUnauthorized [2021-04-16T10:49:57.617Z] --- PASS: TestUnauthorized (0.00s) [2021-04-16T10:49:57.617Z] === RUN TestUnknown [2021-04-16T10:49:57.617Z] --- PASS: TestUnknown (0.00s) [2021-04-16T10:49:57.617Z] === RUN TestCancelled [2021-04-16T10:49:57.617Z] --- PASS: TestCancelled (0.00s) [2021-04-16T10:49:57.617Z] === RUN TestDeadline [2021-04-16T10:49:57.617Z] --- PASS: TestDeadline (0.00s) [2021-04-16T10:49:57.617Z] === RUN TestDataLoss [2021-04-16T10:49:57.617Z] --- PASS: TestDataLoss (0.00s) [2021-04-16T10:49:57.617Z] === RUN TestUnavailable [2021-04-16T10:49:57.617Z] --- PASS: TestUnavailable (0.00s) [2021-04-16T10:49:57.617Z] === RUN TestSystem [2021-04-16T10:49:57.617Z] --- PASS: TestSystem (0.00s) [2021-04-16T10:49:57.617Z] === RUN TestFromStatusCode [2021-04-16T10:49:57.617Z] === RUN TestFromStatusCode/Not_Found [2021-04-16T10:49:57.617Z] === RUN TestFromStatusCode/Bad_Request [2021-04-16T10:49:57.617Z] === RUN TestFromStatusCode/Conflict [2021-04-16T10:49:57.617Z] === RUN TestFromStatusCode/Unauthorized [2021-04-16T10:49:57.617Z] === RUN TestFromStatusCode/Service_Unavailable [2021-04-16T10:49:57.617Z] === RUN TestFromStatusCode/Forbidden [2021-04-16T10:49:57.617Z] === RUN TestFromStatusCode/Not_Modified [2021-04-16T10:49:57.617Z] === RUN TestFromStatusCode/Not_Implemented [2021-04-16T10:49:57.617Z] === RUN TestFromStatusCode/Internal_Server_Error [2021-04-16T10:49:57.617Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2021-04-16T10:49:57.617Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2021-04-16T10:49:57.617Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2021-04-16T10:49:57.617Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2021-04-16T10:49:57.617Z] --- PASS: TestFromStatusCode (0.00s) [2021-04-16T10:49:57.617Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2021-04-16T10:49:57.617Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2021-04-16T10:49:57.617Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2021-04-16T10:49:57.617Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2021-04-16T10:49:57.617Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2021-04-16T10:49:57.617Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2021-04-16T10:49:57.617Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2021-04-16T10:49:57.617Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2021-04-16T10:49:57.617Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2021-04-16T10:49:57.617Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2021-04-16T10:49:57.617Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2021-04-16T10:49:57.617Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2021-04-16T10:49:57.617Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2021-04-16T10:49:57.617Z] PASS [2021-04-16T10:49:57.617Z] coverage: 53.1% of statements [2021-04-16T10:49:57.617Z] ok github.com/docker/docker/errdefs 0.096s coverage: 53.1% of statements [2021-04-16T10:49:57.617Z] --- PASS: TestWhenEmptyAuthConfig (1.25s) [2021-04-16T10:49:57.617Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2021-04-16T10:49:57.617Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2021-04-16T10:49:57.617Z] === RUN TestTokenPassThru [2021-04-16T10:49:57.617Z] --- PASS: TestTokenPassThru (0.01s) [2021-04-16T10:49:57.617Z] === RUN TestTokenPassThruDifferentHost [2021-04-16T10:49:57.617Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2021-04-16T10:49:57.617Z] PASS [2021-04-16T10:49:57.617Z] coverage: 23.6% of statements [2021-04-16T10:49:57.617Z] ok github.com/docker/docker/distribution 1.814s coverage: 23.6% of statements [2021-04-16T10:49:57.674Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.79s) [2021-04-16T10:49:57.674Z] === RUN TestCgroupNamespacesRunOlderClient [2021-04-16T10:49:58.079Z] --- PASS: TestConcurrencyLimit (0.40s) [2021-04-16T10:49:58.079Z] === RUN TestInactiveJobs [2021-04-16T10:49:58.079Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-04-16T10:49:58.540Z] --- PASS: TestInactiveJobs (0.50s) [2021-04-16T10:49:58.540Z] === RUN TestWatchRelease [2021-04-16T10:49:58.540Z] --- PASS: TestWatchRelease (0.04s) [2021-04-16T10:49:58.540Z] === RUN TestWatchFinishedTransfer [2021-04-16T10:49:58.540Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2021-04-16T10:49:58.540Z] === RUN TestDuplicateTransfer [2021-04-16T10:49:58.540Z] --- PASS: TestDuplicateTransfer (0.06s) [2021-04-16T10:49:58.540Z] === RUN TestSuccessfulUpload [2021-04-16T10:49:58.570Z] --- PASS: TestPauseStopPausedContainer (1.36s) [2021-04-16T10:49:58.570Z] === RUN TestPidHost [2021-04-16T10:49:58.688Z] --- PASS: TestDaemonRestartWithExistingNetwork (3.50s) [2021-04-16T10:49:58.688Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-04-16T10:49:59.001Z] time="2021-04-16T10:49:58Z" level=error msg="Upload failed, retrying: simulating retry" [2021-04-16T10:49:59.001Z] --- PASS: TestSuccessfulUpload (0.70s) [2021-04-16T10:49:59.001Z] === RUN TestCancelledUpload [2021-04-16T10:49:59.001Z] --- PASS: TestCancelledUpload (0.00s) [2021-04-16T10:49:59.001Z] PASS [2021-04-16T10:49:59.001Z] coverage: 77.3% of statements [2021-04-16T10:49:59.141Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2021-04-16T10:49:59.463Z] ok github.com/docker/docker/distribution/xfer 2.342s coverage: 77.3% of statements [2021-04-16T10:49:59.463Z] ? github.com/docker/docker/dockerversion [no test files] [2021-04-16T10:49:59.584Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.82s) [2021-04-16T10:49:59.584Z] === RUN TestKernelTCPMemory [2021-04-16T10:49:59.584Z] --- SKIP: TestKernelTCPMemory (0.01s) [2021-04-16T10:49:59.584Z] run_linux_test.go:24: !testEnv.DaemonInfo.KernelMemoryTCP [2021-04-16T10:49:59.584Z] === RUN TestNISDomainname [2021-04-16T10:50:00.426Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-04-16T10:50:00.435Z] === RUN TestFSGetInvalidData [2021-04-16T10:50:00.435Z] --- PASS: TestFSGetInvalidData (0.08s) [2021-04-16T10:50:00.435Z] === RUN TestFSInvalidSet [2021-04-16T10:50:00.435Z] --- PASS: TestFSInvalidSet (0.03s) [2021-04-16T10:50:00.435Z] === RUN TestFSInvalidRoot [2021-04-16T10:50:00.435Z] --- PASS: TestFSInvalidRoot (0.01s) [2021-04-16T10:50:00.435Z] === RUN TestFSMetadataGetSet [2021-04-16T10:50:00.435Z] === RUN TestCompare [2021-04-16T10:50:00.435Z] --- PASS: TestCompare (0.00s) [2021-04-16T10:50:00.435Z] PASS [2021-04-16T10:50:00.435Z] coverage: 19.2% of statements [2021-04-16T10:50:00.435Z] --- PASS: TestFSMetadataGetSet (0.05s) [2021-04-16T10:50:00.435Z] === RUN TestFSInvalidWalker [2021-04-16T10:50:00.435Z] ok github.com/docker/docker/image/cache 0.299s coverage: 19.2% of statements [2021-04-16T10:50:00.435Z] --- PASS: TestFSInvalidWalker (0.03s) [2021-04-16T10:50:00.435Z] === RUN TestFSGetSet [2021-04-16T10:50:00.435Z] --- PASS: TestFSGetSet (0.03s) [2021-04-16T10:50:00.435Z] === RUN TestFSGetUnsetKey [2021-04-16T10:50:00.435Z] --- PASS: TestFSGetUnsetKey (0.01s) [2021-04-16T10:50:00.435Z] === RUN TestFSGetEmptyData [2021-04-16T10:50:00.435Z] --- PASS: TestFSGetEmptyData (0.00s) [2021-04-16T10:50:00.435Z] === RUN TestFSDelete [2021-04-16T10:50:00.435Z] --- PASS: TestFSDelete (0.01s) [2021-04-16T10:50:00.435Z] === RUN TestFSWalker [2021-04-16T10:50:00.435Z] --- PASS: TestFSWalker (0.02s) [2021-04-16T10:50:00.435Z] === RUN TestFSWalkerStopOnError [2021-04-16T10:50:00.435Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2021-04-16T10:50:00.435Z] === RUN TestNewFromJSON [2021-04-16T10:50:00.435Z] --- PASS: TestNewFromJSON (0.00s) [2021-04-16T10:50:00.435Z] === RUN TestNewFromJSONWithInvalidJSON [2021-04-16T10:50:00.435Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2021-04-16T10:50:00.435Z] === RUN TestMarshalKeyOrder [2021-04-16T10:50:00.435Z] --- PASS: TestMarshalKeyOrder (0.00s) [2021-04-16T10:50:00.435Z] === RUN TestHistoryEqual [2021-04-16T10:50:00.896Z] --- PASS: TestHistoryEqual (0.17s) [2021-04-16T10:50:00.896Z] === RUN TestImage [2021-04-16T10:50:00.896Z] --- PASS: TestImage (0.00s) [2021-04-16T10:50:00.896Z] === RUN TestImageOSNotEmpty [2021-04-16T10:50:00.896Z] --- PASS: TestImageOSNotEmpty (0.00s) [2021-04-16T10:50:00.896Z] === RUN TestNewChildImageFromImageWithRootFS [2021-04-16T10:50:00.896Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2021-04-16T10:50:00.896Z] === RUN TestCreate [2021-04-16T10:50:00.896Z] --- PASS: TestCreate (0.02s) [2021-04-16T10:50:00.896Z] === RUN TestRestore [2021-04-16T10:50:00.896Z] time="2021-04-16T10:50:00Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2021-04-16T10:50:00.896Z] --- PASS: TestRestore (0.03s) [2021-04-16T10:50:00.896Z] === RUN TestAddDelete [2021-04-16T10:50:00.896Z] --- PASS: TestAddDelete (0.03s) [2021-04-16T10:50:00.896Z] === RUN TestSearchAfterDelete [2021-04-16T10:50:00.896Z] === RUN TestValidateManifest [2021-04-16T10:50:00.896Z] === RUN TestValidateManifest/nil [2021-04-16T10:50:00.896Z] === RUN TestValidateManifest/non-nil [2021-04-16T10:50:00.896Z] --- PASS: TestValidateManifest (0.00s) [2021-04-16T10:50:00.896Z] --- PASS: TestValidateManifest/nil (0.00s) [2021-04-16T10:50:00.896Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2021-04-16T10:50:00.896Z] PASS [2021-04-16T10:50:00.896Z] coverage: 0.6% of statements [2021-04-16T10:50:00.896Z] --- PASS: TestSearchAfterDelete (0.01s) [2021-04-16T10:50:00.896Z] === RUN TestParentReset [2021-04-16T10:50:00.896Z] ok github.com/docker/docker/image/tarexport 0.133s coverage: 0.6% of statements [2021-04-16T10:50:00.896Z] --- PASS: TestParentReset (0.03s) [2021-04-16T10:50:00.896Z] === RUN TestGetAndSetLastUpdated [2021-04-16T10:50:00.896Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2021-04-16T10:50:00.896Z] === RUN TestStoreLen [2021-04-16T10:50:00.896Z] --- PASS: TestStoreLen (0.04s) [2021-04-16T10:50:00.896Z] PASS [2021-04-16T10:50:00.896Z] coverage: 86.6% of statements [2021-04-16T10:50:00.896Z] ok github.com/docker/docker/image 0.778s coverage: 86.6% of statements [2021-04-16T10:50:00.968Z] --- PASS: TestNISDomainname (1.37s) [2021-04-16T10:50:00.968Z] === RUN TestHostnameDnsResolution [2021-04-16T10:50:01.688Z] === RUN TestDockerSuite/TestBuildBlankName [2021-04-16T10:50:01.878Z] === RUN TestMakeV1ConfigFromConfig [2021-04-16T10:50:01.878Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2021-04-16T10:50:01.878Z] PASS [2021-04-16T10:50:01.878Z] coverage: 25.0% of statements [2021-04-16T10:50:01.878Z] ok github.com/docker/docker/image/v1 0.372s coverage: 25.0% of statements [2021-04-16T10:50:01.878Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-04-16T10:50:01.949Z] --- PASS: TestPidHost (3.70s) [2021-04-16T10:50:01.949Z] === RUN TestPsFilter [2021-04-16T10:50:02.211Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2021-04-16T10:50:02.211Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-04-16T10:50:02.211Z] --- PASS: TestPsFilter (0.19s) [2021-04-16T10:50:02.211Z] === RUN TestRemoveContainerWithRemovedVolume [2021-04-16T10:50:02.537Z] --- PASS: TestDockerNetworkMacvlan (21.96s) [2021-04-16T10:50:02.537Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.10s) [2021-04-16T10:50:02.537Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s) [2021-04-16T10:50:02.537Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.91s) [2021-04-16T10:50:02.537Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (3.07s) [2021-04-16T10:50:02.537Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (6.47s) [2021-04-16T10:50:02.537Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.82s) [2021-04-16T10:50:02.537Z] PASS [2021-04-16T10:50:02.537Z] [2021-04-16T10:50:02.537Z] DONE 8 tests in 23.599s [2021-04-16T10:50:02.537Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2021-04-16T10:50:02.537Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:50:02.537Z] ++ set -e [2021-04-16T10:50:02.537Z] ++ '[' -n 0 ']' [2021-04-16T10:50:02.537Z] ++ set -x [2021-04-16T10:50:02.537Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:50:02.537Z] testing: warning: no tests to run [2021-04-16T10:50:02.537Z] PASS [2021-04-16T10:50:02.537Z] [2021-04-16T10:50:02.537Z] DONE 0 tests in 0.046s [2021-04-16T10:50:02.537Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-04-16T10:50:02.537Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:50:02.537Z] ++ set -e [2021-04-16T10:50:02.537Z] ++ '[' -n 0 ']' [2021-04-16T10:50:02.537Z] ++ set -x [2021-04-16T10:50:02.537Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:50:02.537Z] INFO: Testing against a local daemon [2021-04-16T10:50:02.537Z] === RUN TestAuthZPluginAllowRequest [2021-04-16T10:50:02.880Z] --- PASS: TestHostnameDnsResolution (1.80s) [2021-04-16T10:50:02.880Z] === RUN TestStats [2021-04-16T10:50:03.153Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2021-04-16T10:50:03.153Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.02s) [2021-04-16T10:50:03.153Z] === RUN TestRemoveContainerWithVolume [2021-04-16T10:50:03.422Z] === RUN TestSerialization [2021-04-16T10:50:03.422Z] --- PASS: TestSerialization (0.03s) [2021-04-16T10:50:03.422Z] PASS [2021-04-16T10:50:03.422Z] coverage: 100.0% of statements [2021-04-16T10:50:03.422Z] ok github.com/docker/docker/libcontainerd/queue 0.090s coverage: 100.0% of statements [2021-04-16T10:50:03.990Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (4.60s) [2021-04-16T10:50:03.990Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-04-16T10:50:04.394Z] === RUN TestEmptyLayer [2021-04-16T10:50:04.394Z] --- PASS: TestEmptyLayer (0.00s) [2021-04-16T10:50:04.394Z] === RUN TestCommitFailure [2021-04-16T10:50:04.394Z] --- PASS: TestCommitFailure (0.01s) [2021-04-16T10:50:04.394Z] === RUN TestStartTransactionFailure [2021-04-16T10:50:04.394Z] --- PASS: TestStartTransactionFailure (0.00s) [2021-04-16T10:50:04.394Z] === RUN TestGetOrphan [2021-04-16T10:50:04.394Z] --- PASS: TestGetOrphan (0.01s) [2021-04-16T10:50:04.394Z] === RUN TestMountAndRegister [2021-04-16T10:50:04.394Z] === RUN TestEnvironmentParsing [2021-04-16T10:50:04.394Z] --- PASS: TestEnvironmentParsing (0.00s) [2021-04-16T10:50:04.394Z] PASS [2021-04-16T10:50:04.394Z] coverage: 1.0% of statements [2021-04-16T10:50:04.394Z] ok github.com/docker/docker/libcontainerd/local 0.127s coverage: 1.0% of statements [2021-04-16T10:50:04.394Z] --- PASS: TestMountAndRegister (0.10s) [2021-04-16T10:50:04.394Z] layer_test.go:271: Layer size: 14 [2021-04-16T10:50:04.394Z] === RUN TestLayerRelease [2021-04-16T10:50:04.394Z] --- SKIP: TestLayerRelease (0.00s) [2021-04-16T10:50:04.394Z] layer_test.go:304: Failing on Windows [2021-04-16T10:50:04.394Z] === RUN TestStoreRestore [2021-04-16T10:50:04.394Z] --- SKIP: TestStoreRestore (0.00s) [2021-04-16T10:50:04.394Z] layer_test.go:353: Failing on Windows [2021-04-16T10:50:04.394Z] === RUN TestTarStreamStability [2021-04-16T10:50:04.394Z] --- SKIP: TestTarStreamStability (0.00s) [2021-04-16T10:50:04.394Z] layer_test.go:468: Failing on Windows [2021-04-16T10:50:04.394Z] === RUN TestRegisterExistingLayer [2021-04-16T10:50:04.394Z] --- PASS: TestRegisterExistingLayer (0.23s) [2021-04-16T10:50:04.394Z] === RUN TestTarStreamVerification [2021-04-16T10:50:04.394Z] --- SKIP: TestTarStreamVerification (0.00s) [2021-04-16T10:50:04.394Z] layer_test.go:697: Failing on Windows [2021-04-16T10:50:04.394Z] === RUN TestLayerMigration [2021-04-16T10:50:04.394Z] --- SKIP: TestLayerMigration (0.00s) [2021-04-16T10:50:04.394Z] migration_test.go:46: Failing on Windows [2021-04-16T10:50:04.394Z] === RUN TestLayerMigrationNoTarsplit [2021-04-16T10:50:04.394Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2021-04-16T10:50:04.394Z] migration_test.go:182: Failing on Windows [2021-04-16T10:50:04.394Z] === RUN TestMountInit [2021-04-16T10:50:04.394Z] --- SKIP: TestMountInit (0.00s) [2021-04-16T10:50:04.394Z] mount_test.go:17: Failing on Windows [2021-04-16T10:50:04.394Z] === RUN TestMountSize [2021-04-16T10:50:04.394Z] --- SKIP: TestMountSize (0.00s) [2021-04-16T10:50:04.394Z] mount_test.go:76: Failing on Windows [2021-04-16T10:50:04.394Z] === RUN TestMountChanges [2021-04-16T10:50:04.394Z] --- SKIP: TestMountChanges (0.00s) [2021-04-16T10:50:04.394Z] mount_test.go:125: Failing on Windows [2021-04-16T10:50:04.394Z] === RUN TestMountApply [2021-04-16T10:50:04.394Z] --- SKIP: TestMountApply (0.00s) [2021-04-16T10:50:04.394Z] mount_test.go:212: Failing on Windows [2021-04-16T10:50:04.394Z] PASS [2021-04-16T10:50:04.394Z] coverage: 30.1% of statements [2021-04-16T10:50:04.394Z] ok github.com/docker/docker/layer 0.433s coverage: 30.1% of statements [2021-04-16T10:50:04.540Z] --- PASS: TestRemoveContainerWithVolume (1.01s) [2021-04-16T10:50:04.540Z] === RUN TestRemoveContainerRunning [2021-04-16T10:50:04.562Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (1.30s) [2021-04-16T10:50:04.562Z] === RUN TestServiceWithPredefinedNetwork [2021-04-16T10:50:04.594Z] --- PASS: TestAuthZPluginAllowRequest (1.84s) [2021-04-16T10:50:04.594Z] === RUN TestAuthZPluginTLS [2021-04-16T10:50:04.855Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-04-16T10:50:04.855Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-04-16T10:50:04.855Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-04-16T10:50:04.855Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-04-16T10:50:04.883Z] --- PASS: TestAuthZPluginTLS (0.53s) [2021-04-16T10:50:04.883Z] === RUN TestAuthZPluginDenyRequest [2021-04-16T10:50:05.115Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-04-16T10:50:05.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2021-04-16T10:50:05.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2021-04-16T10:50:05.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2021-04-16T10:50:05.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2021-04-16T10:50:05.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2021-04-16T10:50:05.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2021-04-16T10:50:05.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2021-04-16T10:50:05.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2021-04-16T10:50:05.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2021-04-16T10:50:05.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2021-04-16T10:50:05.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2021-04-16T10:50:05.317Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2021-04-16T10:50:05.317Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2021-04-16T10:50:05.317Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2021-04-16T10:50:05.317Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2021-04-16T10:50:05.317Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2021-04-16T10:50:05.317Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2021-04-16T10:50:05.317Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2021-04-16T10:50:05.317Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2021-04-16T10:50:05.317Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2021-04-16T10:50:05.317Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2021-04-16T10:50:05.317Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2021-04-16T10:50:05.317Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2021-04-16T10:50:05.317Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2021-04-16T10:50:05.317Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2021-04-16T10:50:05.317Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2021-04-16T10:50:05.317Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2021-04-16T10:50:05.317Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2021-04-16T10:50:05.317Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2021-04-16T10:50:05.317Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2021-04-16T10:50:05.317Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2021-04-16T10:50:05.317Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2021-04-16T10:50:05.317Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2021-04-16T10:50:05.317Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2021-04-16T10:50:05.317Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2021-04-16T10:50:05.317Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2021-04-16T10:50:05.317Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2021-04-16T10:50:05.317Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2021-04-16T10:50:05.317Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2021-04-16T10:50:05.317Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2021-04-16T10:50:05.317Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2021-04-16T10:50:05.317Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2021-04-16T10:50:05.317Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2021-04-16T10:50:05.317Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2021-04-16T10:50:05.317Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2021-04-16T10:50:05.317Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2021-04-16T10:50:05.317Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2021-04-16T10:50:05.317Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2021-04-16T10:50:05.317Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2021-04-16T10:50:05.317Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2021-04-16T10:50:05.317Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2021-04-16T10:50:05.317Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2021-04-16T10:50:05.317Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2021-04-16T10:50:05.317Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2021-04-16T10:50:05.317Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2021-04-16T10:50:05.317Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2021-04-16T10:50:05.317Z] PASS [2021-04-16T10:50:05.317Z] coverage: 42.3% of statements [2021-04-16T10:50:05.317Z] ok github.com/docker/docker/oci 0.131s coverage: 42.3% of statements [2021-04-16T10:50:05.317Z] ? github.com/docker/docker/oci/caps [no test files] [2021-04-16T10:50:05.317Z] === RUN TestParseVersion [2021-04-16T10:50:05.317Z] --- PASS: TestParseVersion (0.00s) [2021-04-16T10:50:05.317Z] PASS [2021-04-16T10:50:05.317Z] coverage: 52.9% of statements [2021-04-16T10:50:05.317Z] ok github.com/docker/docker/pkg/aaparser 0.038s coverage: 52.9% of statements [2021-04-16T10:50:05.376Z] --- PASS: TestRemoveContainerRunning (1.01s) [2021-04-16T10:50:05.376Z] === RUN TestRemoveContainerForceRemoveRunning [2021-04-16T10:50:05.418Z] --- PASS: TestStats (2.78s) [2021-04-16T10:50:05.418Z] === RUN TestStopContainerWithTimeout [2021-04-16T10:50:05.418Z] === RUN TestStopContainerWithTimeout/0 [2021-04-16T10:50:05.418Z] === PAUSE TestStopContainerWithTimeout/0 [2021-04-16T10:50:05.418Z] === RUN TestStopContainerWithTimeout/1 [2021-04-16T10:50:05.418Z] === PAUSE TestStopContainerWithTimeout/1 [2021-04-16T10:50:05.418Z] === RUN TestStopContainerWithTimeout/3 [2021-04-16T10:50:05.418Z] === PAUSE TestStopContainerWithTimeout/3 [2021-04-16T10:50:05.418Z] === RUN TestStopContainerWithTimeout/-1 [2021-04-16T10:50:05.418Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-04-16T10:50:05.418Z] === CONT TestStopContainerWithTimeout/0 [2021-04-16T10:50:05.418Z] === CONT TestStopContainerWithTimeout/3 [2021-04-16T10:50:05.511Z] --- PASS: TestAuthZPluginDenyRequest (0.52s) [2021-04-16T10:50:05.511Z] === RUN TestAuthZPluginAPIDenyResponse [2021-04-16T10:50:05.778Z] === RUN TestAddressPoolOpt [2021-04-16T10:50:05.778Z] --- PASS: TestAddressPoolOpt (0.00s) [2021-04-16T10:50:05.778Z] === RUN TestValidateEnv [2021-04-16T10:50:05.778Z] === RUN TestValidateEnv/a [2021-04-16T10:50:05.778Z] === RUN TestValidateEnv/something [2021-04-16T10:50:05.778Z] === RUN TestValidateEnv/_=a [2021-04-16T10:50:05.778Z] === RUN TestValidateEnv/env1=value1 [2021-04-16T10:50:05.778Z] === RUN TestValidateEnv/_env1=value1 [2021-04-16T10:50:05.778Z] === RUN TestValidateEnv/env2=value2=value3 [2021-04-16T10:50:05.778Z] === RUN TestValidateEnv/env3=abc!qwe [2021-04-16T10:50:05.778Z] === RUN TestValidateEnv/env_4=value_4 [2021-04-16T10:50:05.778Z] === RUN TestValidateEnv/PATH [2021-04-16T10:50:05.778Z] === RUN TestValidateEnv/=a [2021-04-16T10:50:05.778Z] === RUN TestValidateEnv/PATH= [2021-04-16T10:50:05.778Z] === RUN TestValidateEnv/PATH=something [2021-04-16T10:50:05.778Z] === RUN TestValidateEnv/asd!qwe [2021-04-16T10:50:05.778Z] === RUN TestValidateEnv/1asd [2021-04-16T10:50:05.778Z] === RUN TestValidateEnv/123 [2021-04-16T10:50:05.778Z] === RUN TestValidateEnv/some_space [2021-04-16T10:50:05.778Z] === RUN TestValidateEnv/__some_space_before [2021-04-16T10:50:05.778Z] === RUN TestValidateEnv/some_space_after__ [2021-04-16T10:50:05.778Z] === RUN TestValidateEnv/= [2021-04-16T10:50:05.778Z] === RUN TestValidateEnv/PaTh [2021-04-16T10:50:05.778Z] --- PASS: TestValidateEnv (0.00s) [2021-04-16T10:50:05.778Z] --- PASS: TestValidateEnv/a (0.00s) [2021-04-16T10:50:05.778Z] --- PASS: TestValidateEnv/something (0.00s) [2021-04-16T10:50:05.778Z] --- PASS: TestValidateEnv/_=a (0.00s) [2021-04-16T10:50:05.778Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2021-04-16T10:50:05.778Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2021-04-16T10:50:05.778Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2021-04-16T10:50:05.778Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2021-04-16T10:50:05.778Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2021-04-16T10:50:05.778Z] --- PASS: TestValidateEnv/PATH (0.00s) [2021-04-16T10:50:05.778Z] --- PASS: TestValidateEnv/=a (0.00s) [2021-04-16T10:50:05.778Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2021-04-16T10:50:05.778Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2021-04-16T10:50:05.778Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2021-04-16T10:50:05.778Z] --- PASS: TestValidateEnv/1asd (0.00s) [2021-04-16T10:50:05.778Z] --- PASS: TestValidateEnv/123 (0.00s) [2021-04-16T10:50:05.778Z] --- PASS: TestValidateEnv/some_space (0.00s) [2021-04-16T10:50:05.778Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2021-04-16T10:50:05.778Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2021-04-16T10:50:05.778Z] --- PASS: TestValidateEnv/= (0.00s) [2021-04-16T10:50:05.778Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2021-04-16T10:50:05.778Z] === RUN TestParseHost [2021-04-16T10:50:05.778Z] --- PASS: TestParseHost (0.00s) [2021-04-16T10:50:05.778Z] === RUN TestParseDockerDaemonHost [2021-04-16T10:50:05.778Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2021-04-16T10:50:05.778Z] === RUN TestParseTCP [2021-04-16T10:50:05.778Z] --- PASS: TestParseTCP (0.00s) [2021-04-16T10:50:05.778Z] === RUN TestParseInvalidUnixAddrInvalid [2021-04-16T10:50:05.778Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2021-04-16T10:50:05.778Z] === RUN TestValidateExtraHosts [2021-04-16T10:50:05.778Z] --- PASS: TestValidateExtraHosts (0.00s) [2021-04-16T10:50:05.778Z] === RUN TestIpOptString [2021-04-16T10:50:05.778Z] --- PASS: TestIpOptString (0.00s) [2021-04-16T10:50:05.778Z] === RUN TestNewIpOptInvalidDefaultVal [2021-04-16T10:50:05.778Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2021-04-16T10:50:05.778Z] === RUN TestNewIpOptValidDefaultVal [2021-04-16T10:50:05.778Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2021-04-16T10:50:05.778Z] === RUN TestIpOptSetInvalidVal [2021-04-16T10:50:05.778Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2021-04-16T10:50:05.778Z] === RUN TestValidateIPAddress [2021-04-16T10:50:05.778Z] --- PASS: TestValidateIPAddress (0.00s) [2021-04-16T10:50:05.778Z] === RUN TestMapOpts [2021-04-16T10:50:05.778Z] --- PASS: TestMapOpts (0.00s) [2021-04-16T10:50:05.778Z] === RUN TestListOptsWithoutValidator [2021-04-16T10:50:05.778Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2021-04-16T10:50:05.778Z] === RUN TestListOptsWithValidator [2021-04-16T10:50:05.778Z] --- PASS: TestListOptsWithValidator (0.00s) [2021-04-16T10:50:05.778Z] === RUN TestValidateDNSSearch [2021-04-16T10:50:05.778Z] --- PASS: TestValidateDNSSearch (0.00s) [2021-04-16T10:50:05.778Z] === RUN TestValidateLabel [2021-04-16T10:50:05.778Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2021-04-16T10:50:05.778Z] === RUN TestValidateLabel/label_with_general_format [2021-04-16T10:50:05.778Z] === RUN TestValidateLabel/label_with_more_than_one_= [2021-04-16T10:50:05.778Z] === RUN TestValidateLabel/label_with_one_more [2021-04-16T10:50:05.778Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2021-04-16T10:50:05.778Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2021-04-16T10:50:05.778Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2021-04-16T10:50:05.778Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2021-04-16T10:50:05.778Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2021-04-16T10:50:05.778Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2021-04-16T10:50:05.778Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2021-04-16T10:50:05.778Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2021-04-16T10:50:05.778Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2021-04-16T10:50:05.778Z] --- PASS: TestValidateLabel (0.00s) [2021-04-16T10:50:05.778Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2021-04-16T10:50:05.778Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2021-04-16T10:50:05.778Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2021-04-16T10:50:05.778Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2021-04-16T10:50:05.778Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2021-04-16T10:50:05.778Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2021-04-16T10:50:05.778Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2021-04-16T10:50:05.778Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2021-04-16T10:50:05.778Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2021-04-16T10:50:05.778Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2021-04-16T10:50:05.778Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2021-04-16T10:50:05.778Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2021-04-16T10:50:05.778Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2021-04-16T10:50:05.778Z] === RUN TestNamedListOpts [2021-04-16T10:50:05.778Z] --- PASS: TestNamedListOpts (0.00s) [2021-04-16T10:50:05.778Z] === RUN TestNamedMapOpts [2021-04-16T10:50:05.778Z] --- PASS: TestNamedMapOpts (0.00s) [2021-04-16T10:50:05.778Z] === RUN TestParseLink [2021-04-16T10:50:05.778Z] --- PASS: TestParseLink (0.00s) [2021-04-16T10:50:05.778Z] === RUN TestQuotedStringSetWithQuotes [2021-04-16T10:50:05.778Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2021-04-16T10:50:05.778Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2021-04-16T10:50:05.778Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2021-04-16T10:50:05.778Z] === RUN TestQuotedStringSetWithNoQuotes [2021-04-16T10:50:05.778Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2021-04-16T10:50:05.778Z] === RUN TestUlimitOpt [2021-04-16T10:50:05.778Z] --- PASS: TestUlimitOpt (0.00s) [2021-04-16T10:50:05.778Z] PASS [2021-04-16T10:50:05.778Z] coverage: 67.1% of statements [2021-04-16T10:50:05.778Z] ok github.com/docker/docker/opts 0.110s coverage: 67.1% of statements [2021-04-16T10:50:06.140Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2021-04-16T10:50:06.140Z] === RUN TestAuthZPluginDenyResponse [2021-04-16T10:50:06.319Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.04s) [2021-04-16T10:50:06.319Z] === RUN TestRemoveInvalidContainer [2021-04-16T10:50:06.319Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-04-16T10:50:06.319Z] === RUN TestRenameLinkedContainer [2021-04-16T10:50:06.750Z] === RUN TestUnbuffered [2021-04-16T10:50:06.750Z] --- PASS: TestUnbuffered (0.00s) [2021-04-16T10:50:06.750Z] === RUN TestRaceUnbuffered [2021-04-16T10:50:06.750Z] --- PASS: TestRaceUnbuffered (0.00s) [2021-04-16T10:50:06.750Z] PASS [2021-04-16T10:50:06.750Z] coverage: 100.0% of statements [2021-04-16T10:50:06.750Z] ok github.com/docker/docker/pkg/broadcaster 0.084s coverage: 100.0% of statements [2021-04-16T10:50:06.769Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2021-04-16T10:50:06.769Z] === RUN TestAuthZPluginAllowEventStream [2021-04-16T10:50:06.799Z] === CONT TestStopContainerWithTimeout/-1 [2021-04-16T10:50:06.890Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2021-04-16T10:50:07.212Z] === RUN TestPeerCertificateMarshalJSON [2021-04-16T10:50:07.461Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-04-16T10:50:07.866Z] --- PASS: TestServiceWithPredefinedNetwork (3.28s) [2021-04-16T10:50:07.866Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-04-16T10:50:07.866Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-04-16T10:50:07.866Z] service_test.go:242: FLAKY_TEST [2021-04-16T10:50:07.866Z] === RUN TestServiceWithDataPathPortInit [2021-04-16T10:50:08.065Z] tests/integration/api_network_test.py ............................ [ 47%] [2021-04-16T10:50:08.185Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2021-04-16T10:50:08.185Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2021-04-16T10:50:08.185Z] --- PASS: TestPeerCertificateMarshalJSON (0.60s) [2021-04-16T10:50:08.185Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2021-04-16T10:50:08.185Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2021-04-16T10:50:08.185Z] === RUN TestMiddleware [2021-04-16T10:50:08.185Z] --- PASS: TestMiddleware (0.00s) [2021-04-16T10:50:08.185Z] === RUN TestNewResponseModifier [2021-04-16T10:50:08.185Z] --- PASS: TestNewResponseModifier (0.00s) [2021-04-16T10:50:08.185Z] PASS [2021-04-16T10:50:08.185Z] coverage: 26.8% of statements [2021-04-16T10:50:08.185Z] ok github.com/docker/docker/pkg/authorization 0.727s coverage: 26.8% of statements [2021-04-16T10:50:08.185Z] === RUN TestMatch [2021-04-16T10:50:08.185Z] === RUN TestMatch/[[]] [2021-04-16T10:50:08.185Z] === RUN TestMatch/[[foo]] [2021-04-16T10:50:08.185Z] === RUN TestMatch/[[bar]_[foo]] [2021-04-16T10:50:08.185Z] === RUN TestMatch/[[foo_bar]] [2021-04-16T10:50:08.185Z] === RUN TestMatch/[[qux]_[foo]] [2021-04-16T10:50:08.185Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2021-04-16T10:50:08.185Z] === RUN TestMatch/[] [2021-04-16T10:50:08.185Z] === RUN TestMatch/[]#01 [2021-04-16T10:50:08.185Z] === RUN TestMatch/[[qux]] [2021-04-16T10:50:08.185Z] === RUN TestMatch/[[foo_bar_qux]] [2021-04-16T10:50:08.185Z] === RUN TestMatch/[[qux]_[baz]] [2021-04-16T10:50:08.185Z] === RUN TestMatch/[[foo_baz]] [2021-04-16T10:50:08.185Z] --- PASS: TestMatch (0.00s) [2021-04-16T10:50:08.185Z] --- PASS: TestMatch/[[]] (0.00s) [2021-04-16T10:50:08.185Z] --- PASS: TestMatch/[[foo]] (0.00s) [2021-04-16T10:50:08.185Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2021-04-16T10:50:08.185Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2021-04-16T10:50:08.185Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2021-04-16T10:50:08.185Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2021-04-16T10:50:08.185Z] --- PASS: TestMatch/[] (0.00s) [2021-04-16T10:50:08.185Z] --- PASS: TestMatch/[]#01 (0.00s) [2021-04-16T10:50:08.185Z] --- PASS: TestMatch/[[qux]] (0.00s) [2021-04-16T10:50:08.185Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2021-04-16T10:50:08.185Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2021-04-16T10:50:08.186Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2021-04-16T10:50:08.186Z] PASS [2021-04-16T10:50:08.186Z] coverage: 87.5% of statements [2021-04-16T10:50:08.186Z] ok github.com/docker/docker/pkg/capabilities 0.080s coverage: 87.5% of statements [2021-04-16T10:50:08.646Z] === RUN TestChrootTarUntar [2021-04-16T10:50:08.646Z] --- SKIP: TestChrootTarUntar (0.00s) [2021-04-16T10:50:08.646Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:50:08.646Z] === RUN TestChrootUntarWithHugeExcludesList [2021-04-16T10:50:08.646Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.01s) [2021-04-16T10:50:08.646Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:50:08.646Z] === RUN TestChrootUntarEmptyArchive [2021-04-16T10:50:08.646Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2021-04-16T10:50:08.646Z] === RUN TestChrootTarUntarWithSymlink [2021-04-16T10:50:08.646Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2021-04-16T10:50:08.646Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-04-16T10:50:08.646Z] === RUN TestChrootCopyWithTar [2021-04-16T10:50:08.646Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2021-04-16T10:50:08.646Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-04-16T10:50:08.646Z] === RUN TestChrootCopyFileWithTar [2021-04-16T10:50:08.646Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2021-04-16T10:50:08.646Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:50:08.646Z] === RUN TestChrootUntarPath [2021-04-16T10:50:08.646Z] --- SKIP: TestChrootUntarPath (0.00s) [2021-04-16T10:50:08.646Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-04-16T10:50:08.646Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2021-04-16T10:50:08.646Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-04-16T10:50:08.646Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:50:08.646Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2021-04-16T10:50:08.646Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-04-16T10:50:08.646Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:50:08.647Z] === RUN TestChrootApplyDotDotFile [2021-04-16T10:50:08.647Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2021-04-16T10:50:08.647Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:50:08.647Z] PASS [2021-04-16T10:50:08.647Z] coverage: 15.4% of statements [2021-04-16T10:50:08.647Z] ok github.com/docker/docker/pkg/chrootarchive 0.150s coverage: 15.4% of statements [2021-04-16T10:50:08.647Z] === RUN TestIsArchivePathDir [2021-04-16T10:50:08.783Z] === CONT TestStopContainerWithTimeout/1 [2021-04-16T10:50:08.824Z] --- PASS: TestAuthZPluginAllowEventStream (1.89s) [2021-04-16T10:50:08.824Z] === RUN TestAuthZPluginErrorResponse [2021-04-16T10:50:08.848Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-04-16T10:50:09.107Z] --- PASS: TestIsArchivePathDir (0.08s) [2021-04-16T10:50:09.107Z] === RUN TestIsArchivePathInvalidFile [2021-04-16T10:50:09.107Z] --- PASS: TestIsArchivePathInvalidFile (0.15s) [2021-04-16T10:50:09.107Z] === RUN TestIsArchivePathTar [2021-04-16T10:50:09.107Z] === RUN TestSizeEmpty [2021-04-16T10:50:09.107Z] --- PASS: TestSizeEmpty (0.00s) [2021-04-16T10:50:09.107Z] === RUN TestSizeEmptyFile [2021-04-16T10:50:09.107Z] --- PASS: TestSizeEmptyFile (0.00s) [2021-04-16T10:50:09.107Z] === RUN TestSizeNonemptyFile [2021-04-16T10:50:09.107Z] --- PASS: TestSizeNonemptyFile (0.00s) [2021-04-16T10:50:09.107Z] === RUN TestSizeNestedDirectoryEmpty [2021-04-16T10:50:09.107Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2021-04-16T10:50:09.107Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2021-04-16T10:50:09.107Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2021-04-16T10:50:09.107Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2021-04-16T10:50:09.107Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2021-04-16T10:50:09.107Z] === RUN TestMoveToSubdir [2021-04-16T10:50:09.107Z] --- PASS: TestMoveToSubdir (0.00s) [2021-04-16T10:50:09.107Z] === RUN TestSizeNonExistingDirectory [2021-04-16T10:50:09.107Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2021-04-16T10:50:09.107Z] PASS [2021-04-16T10:50:09.107Z] coverage: 80.0% of statements [2021-04-16T10:50:09.107Z] ok github.com/docker/docker/pkg/directory 0.060s coverage: 80.0% of statements [2021-04-16T10:50:09.107Z] --- PASS: TestIsArchivePathTar (0.24s) [2021-04-16T10:50:09.107Z] === RUN TestDecompressStreamGzip [2021-04-16T10:50:09.113Z] --- PASS: TestAuthZPluginErrorResponse (0.52s) [2021-04-16T10:50:09.113Z] === RUN TestAuthZPluginErrorRequest [2021-04-16T10:50:09.403Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2021-04-16T10:50:09.403Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-04-16T10:50:09.568Z] --- PASS: TestDecompressStreamGzip (0.15s) [2021-04-16T10:50:09.568Z] === RUN TestDecompressStreamBzip2 [2021-04-16T10:50:09.568Z] --- PASS: TestDecompressStreamBzip2 (0.24s) [2021-04-16T10:50:09.568Z] === RUN TestDecompressStreamXz [2021-04-16T10:50:09.568Z] --- SKIP: TestDecompressStreamXz (0.00s) [2021-04-16T10:50:09.568Z] archive_test.go:134: Xz not present in msys2 [2021-04-16T10:50:09.568Z] === RUN TestCompressStreamXzUnsupported [2021-04-16T10:50:09.568Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2021-04-16T10:50:09.568Z] === RUN TestCompressStreamBzip2Unsupported [2021-04-16T10:50:09.568Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2021-04-16T10:50:09.568Z] === RUN TestCompressStreamInvalid [2021-04-16T10:50:09.568Z] --- PASS: TestCompressStreamInvalid (0.00s) [2021-04-16T10:50:09.568Z] === RUN TestExtensionInvalid [2021-04-16T10:50:09.568Z] --- PASS: TestExtensionInvalid (0.00s) [2021-04-16T10:50:09.568Z] === RUN TestExtensionUncompressed [2021-04-16T10:50:09.568Z] --- PASS: TestExtensionUncompressed (0.00s) [2021-04-16T10:50:09.568Z] === RUN TestExtensionBzip2 [2021-04-16T10:50:09.568Z] --- PASS: TestExtensionBzip2 (0.00s) [2021-04-16T10:50:09.568Z] === RUN TestExtensionGzip [2021-04-16T10:50:09.568Z] --- PASS: TestExtensionGzip (0.00s) [2021-04-16T10:50:09.568Z] === RUN TestExtensionXz [2021-04-16T10:50:09.568Z] --- PASS: TestExtensionXz (0.00s) [2021-04-16T10:50:09.568Z] === RUN TestCmdStreamLargeStderr [2021-04-16T10:50:09.568Z] --- PASS: TestCmdStreamLargeStderr (0.09s) [2021-04-16T10:50:09.568Z] === RUN TestCmdStreamBad [2021-04-16T10:50:09.568Z] --- SKIP: TestCmdStreamBad (0.00s) [2021-04-16T10:50:09.568Z] archive_test.go:239: Failing on Windows CI machines [2021-04-16T10:50:09.568Z] === RUN TestCmdStreamGood [2021-04-16T10:50:10.030Z] --- PASS: TestCmdStreamGood (0.05s) [2021-04-16T10:50:10.030Z] === RUN TestUntarPathWithInvalidDest [2021-04-16T10:50:10.030Z] === RUN Test [2021-04-16T10:50:10.030Z] === RUN Test/TestContainsEntry [2021-04-16T10:50:10.030Z] === RUN Test/TestCreateEntries [2021-04-16T10:50:10.030Z] === RUN Test/TestEntriesDiff [2021-04-16T10:50:10.030Z] === RUN Test/TestEntriesEquality [2021-04-16T10:50:10.030Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2021-04-16T10:50:10.030Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2021-04-16T10:50:10.030Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2021-04-16T10:50:10.030Z] === RUN Test/TestGeneratorNotGenerate [2021-04-16T10:50:10.030Z] === RUN Test/TestGeneratorWithPort [2021-04-16T10:50:10.030Z] === RUN Test/TestGeneratorWithPortNotGenerate [2021-04-16T10:50:10.030Z] === RUN Test/TestNewEntry [2021-04-16T10:50:10.030Z] === RUN Test/TestParse [2021-04-16T10:50:10.030Z] --- PASS: Test (0.00s) [2021-04-16T10:50:10.030Z] --- PASS: Test/TestContainsEntry (0.00s) [2021-04-16T10:50:10.030Z] --- PASS: Test/TestCreateEntries (0.00s) [2021-04-16T10:50:10.030Z] --- PASS: Test/TestEntriesDiff (0.00s) [2021-04-16T10:50:10.030Z] --- PASS: Test/TestEntriesEquality (0.00s) [2021-04-16T10:50:10.030Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2021-04-16T10:50:10.030Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2021-04-16T10:50:10.030Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2021-04-16T10:50:10.030Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2021-04-16T10:50:10.030Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2021-04-16T10:50:10.030Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2021-04-16T10:50:10.030Z] --- PASS: Test/TestNewEntry (0.00s) [2021-04-16T10:50:10.030Z] --- PASS: Test/TestParse (0.00s) [2021-04-16T10:50:10.030Z] PASS [2021-04-16T10:50:10.030Z] coverage: 58.3% of statements [2021-04-16T10:50:10.030Z] --- PASS: TestUntarPathWithInvalidDest (0.13s) [2021-04-16T10:50:10.030Z] === RUN TestUntarPathWithInvalidSrc [2021-04-16T10:50:10.030Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2021-04-16T10:50:10.030Z] === RUN TestUntarPath [2021-04-16T10:50:10.030Z] ok github.com/docker/docker/pkg/discovery 0.111s coverage: 58.3% of statements [2021-04-16T10:50:10.030Z] --- PASS: TestUntarPath (0.08s) [2021-04-16T10:50:10.030Z] === RUN TestUntarPathWithDestinationFile [2021-04-16T10:50:10.030Z] --- PASS: TestUntarPathWithDestinationFile (0.11s) [2021-04-16T10:50:10.030Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2021-04-16T10:50:10.030Z] === RUN Test [2021-04-16T10:50:10.030Z] === RUN Test/TestContent [2021-04-16T10:50:10.030Z] === RUN Test/TestInitialize [2021-04-16T10:50:10.030Z] === RUN Test/TestNew [2021-04-16T10:50:10.030Z] === RUN Test/TestParsingContentsWithComments [2021-04-16T10:50:10.030Z] === RUN Test/TestRegister [2021-04-16T10:50:10.030Z] === RUN Test/TestWatch [2021-04-16T10:50:10.030Z] --- PASS: Test (0.01s) [2021-04-16T10:50:10.030Z] --- PASS: Test/TestContent (0.00s) [2021-04-16T10:50:10.030Z] --- PASS: Test/TestInitialize (0.00s) [2021-04-16T10:50:10.030Z] --- PASS: Test/TestNew (0.00s) [2021-04-16T10:50:10.030Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2021-04-16T10:50:10.030Z] --- PASS: Test/TestRegister (0.00s) [2021-04-16T10:50:10.030Z] --- PASS: Test/TestWatch (0.01s) [2021-04-16T10:50:10.030Z] PASS [2021-04-16T10:50:10.030Z] coverage: 97.6% of statements [2021-04-16T10:50:10.030Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.07s) [2021-04-16T10:50:10.030Z] === RUN TestCopyWithTarInvalidSrc [2021-04-16T10:50:10.030Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2021-04-16T10:50:10.030Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2021-04-16T10:50:10.030Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2021-04-16T10:50:10.030Z] === RUN TestCopyWithTarSrcFile [2021-04-16T10:50:10.030Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2021-04-16T10:50:10.030Z] === RUN TestCopyWithTarSrcFolder [2021-04-16T10:50:10.030Z] ok github.com/docker/docker/pkg/discovery/file 0.060s coverage: 97.6% of statements [2021-04-16T10:50:10.030Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2021-04-16T10:50:10.030Z] === RUN TestCopyFileWithTarInvalidSrc [2021-04-16T10:50:10.030Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.01s) [2021-04-16T10:50:10.030Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2021-04-16T10:50:10.030Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2021-04-16T10:50:10.030Z] === RUN TestCopyFileWithTarSrcFolder [2021-04-16T10:50:10.030Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2021-04-16T10:50:10.030Z] === RUN TestCopyFileWithTarSrcFile [2021-04-16T10:50:10.030Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2021-04-16T10:50:10.030Z] === RUN TestTarFiles [2021-04-16T10:50:10.030Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2021-04-16T10:50:10.030Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-04-16T10:50:10.691Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2021-04-16T10:50:10.691Z] --- PASS: TestStopContainerWithTimeout/0 (1.22s) [2021-04-16T10:50:10.691Z] --- PASS: TestStopContainerWithTimeout/3 (3.19s) [2021-04-16T10:50:10.691Z] --- PASS: TestStopContainerWithTimeout/-1 (2.70s) [2021-04-16T10:50:10.691Z] --- PASS: TestStopContainerWithTimeout/1 (1.76s) [2021-04-16T10:50:10.691Z] === RUN TestDeleteDevicemapper [2021-04-16T10:50:10.691Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-04-16T10:50:10.691Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-04-16T10:50:10.691Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-04-16T10:50:10.766Z] --- PASS: TestRenameLinkedContainer (4.29s) [2021-04-16T10:50:10.766Z] === RUN TestRenameStoppedContainer [2021-04-16T10:50:11.337Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-04-16T10:50:11.576Z] === RUN Test [2021-04-16T10:50:11.576Z] === RUN Test/TestWatch [2021-04-16T10:50:11.576Z] --- PASS: Test (0.05s) [2021-04-16T10:50:11.576Z] --- PASS: Test/TestWatch (0.05s) [2021-04-16T10:50:11.576Z] PASS [2021-04-16T10:50:11.576Z] coverage: 92.3% of statements [2021-04-16T10:50:11.576Z] ok github.com/docker/docker/pkg/discovery/memory 0.138s coverage: 92.3% of statements [2021-04-16T10:50:11.576Z] === RUN Test [2021-04-16T10:50:11.576Z] === RUN Test/TestInitialize [2021-04-16T10:50:11.576Z] === RUN Test/TestInitializeWithPattern [2021-04-16T10:50:11.576Z] === RUN Test/TestRegister [2021-04-16T10:50:11.576Z] === RUN Test/TestWatch [2021-04-16T10:50:11.576Z] --- PASS: Test (0.00s) [2021-04-16T10:50:11.576Z] --- PASS: Test/TestInitialize (0.00s) [2021-04-16T10:50:11.576Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2021-04-16T10:50:11.576Z] --- PASS: Test/TestRegister (0.00s) [2021-04-16T10:50:11.576Z] --- PASS: Test/TestWatch (0.00s) [2021-04-16T10:50:11.576Z] PASS [2021-04-16T10:50:11.576Z] coverage: 93.8% of statements [2021-04-16T10:50:11.576Z] ok github.com/docker/docker/pkg/discovery/nodes 0.049s coverage: 93.8% of statements [2021-04-16T10:50:11.598Z] --- PASS: TestRenameStoppedContainer (1.02s) [2021-04-16T10:50:11.598Z] === RUN TestRenameRunningContainerAndReuse [2021-04-16T10:50:12.037Z] === RUN Test [2021-04-16T10:50:12.037Z] === RUN Test/TestInitialize [2021-04-16T10:50:12.037Z] time="2021-04-16T10:50:11Z" level=info msg="Initializing discovery without TLS" [2021-04-16T10:50:12.037Z] time="2021-04-16T10:50:11Z" level=info msg="Initializing discovery without TLS" [2021-04-16T10:50:12.037Z] time="2021-04-16T10:50:11Z" level=info msg="Initializing discovery without TLS" [2021-04-16T10:50:12.037Z] === RUN Test/TestInitializeWithCerts [2021-04-16T10:50:12.037Z] time="2021-04-16T10:50:11Z" level=info msg="Initializing discovery with TLS" [2021-04-16T10:50:12.037Z] === RUN Test/TestWatch [2021-04-16T10:50:12.037Z] time="2021-04-16T10:50:11Z" level=info msg="Initializing discovery without TLS" [2021-04-16T10:50:12.745Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.38s) [2021-04-16T10:50:12.745Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-04-16T10:50:13.010Z] === RUN TestPollerAddRemove [2021-04-16T10:50:13.010Z] --- PASS: TestPollerAddRemove (0.00s) [2021-04-16T10:50:13.010Z] === RUN TestPollerEvent [2021-04-16T10:50:13.010Z] --- SKIP: TestPollerEvent (0.00s) [2021-04-16T10:50:13.010Z] poller_test.go:41: No chmod on Windows [2021-04-16T10:50:13.010Z] === RUN TestPollerClose [2021-04-16T10:50:13.010Z] --- PASS: TestPollerClose (0.00s) [2021-04-16T10:50:13.010Z] PASS [2021-04-16T10:50:13.010Z] coverage: 36.2% of statements [2021-04-16T10:50:13.010Z] ok github.com/docker/docker/pkg/filenotify 0.047s coverage: 36.2% of statements [2021-04-16T10:50:13.232Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.51s) [2021-04-16T10:50:13.232Z] === RUN TestUpdateMemory [2021-04-16T10:50:13.471Z] === RUN TestCopyFileWithInvalidSrc [2021-04-16T10:50:13.471Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2021-04-16T10:50:13.471Z] === RUN TestCopyFileWithInvalidDest [2021-04-16T10:50:13.471Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2021-04-16T10:50:13.471Z] === RUN TestCopyFileWithSameSrcAndDest [2021-04-16T10:50:13.471Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2021-04-16T10:50:13.471Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2021-04-16T10:50:13.471Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.01s) [2021-04-16T10:50:13.471Z] === RUN TestCopyFile [2021-04-16T10:50:13.471Z] --- PASS: TestCopyFile (0.01s) [2021-04-16T10:50:13.471Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2021-04-16T10:50:13.471Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-04-16T10:50:13.471Z] fileutils_test.go:134: Needs porting to Windows [2021-04-16T10:50:13.471Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2021-04-16T10:50:13.471Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2021-04-16T10:50:13.471Z] === RUN TestReadSymlinkedDirectoryToFile [2021-04-16T10:50:13.471Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2021-04-16T10:50:13.471Z] fileutils_test.go:180: Needs porting to Windows [2021-04-16T10:50:13.471Z] === RUN TestWildcardMatches [2021-04-16T10:50:13.471Z] --- PASS: TestWildcardMatches (0.00s) [2021-04-16T10:50:13.471Z] === RUN TestPatternMatches [2021-04-16T10:50:13.471Z] --- PASS: TestPatternMatches (0.00s) [2021-04-16T10:50:13.471Z] === RUN TestExclusionPatternMatchesPatternBefore [2021-04-16T10:50:13.471Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2021-04-16T10:50:13.471Z] === RUN TestPatternMatchesFolderExclusions [2021-04-16T10:50:13.471Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2021-04-16T10:50:13.471Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2021-04-16T10:50:13.471Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2021-04-16T10:50:13.471Z] === RUN TestPatternMatchesFolderWildcardExclusions [2021-04-16T10:50:13.471Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2021-04-16T10:50:13.471Z] === RUN TestExclusionPatternMatchesPatternAfter [2021-04-16T10:50:13.471Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2021-04-16T10:50:13.471Z] === RUN TestExclusionPatternMatchesWholeDirectory [2021-04-16T10:50:13.471Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2021-04-16T10:50:13.471Z] === RUN TestSingleExclamationError [2021-04-16T10:50:13.471Z] --- PASS: TestSingleExclamationError (0.00s) [2021-04-16T10:50:13.471Z] === RUN TestMatchesWithNoPatterns [2021-04-16T10:50:13.471Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2021-04-16T10:50:13.471Z] === RUN TestMatchesWithMalformedPatterns [2021-04-16T10:50:13.471Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2021-04-16T10:50:13.471Z] === RUN TestMatches [2021-04-16T10:50:13.471Z] --- PASS: TestMatches (0.00s) [2021-04-16T10:50:13.471Z] === RUN TestCleanPatterns [2021-04-16T10:50:13.471Z] --- PASS: TestCleanPatterns (0.00s) [2021-04-16T10:50:13.471Z] === RUN TestCleanPatternsStripEmptyPatterns [2021-04-16T10:50:13.471Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2021-04-16T10:50:13.471Z] === RUN TestCleanPatternsExceptionFlag [2021-04-16T10:50:13.471Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2021-04-16T10:50:13.471Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2021-04-16T10:50:13.471Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2021-04-16T10:50:13.471Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2021-04-16T10:50:13.471Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2021-04-16T10:50:13.471Z] === RUN TestCleanPatternsErrorSingleException [2021-04-16T10:50:13.471Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2021-04-16T10:50:13.471Z] === RUN TestCreateIfNotExistsDir [2021-04-16T10:50:13.471Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2021-04-16T10:50:13.471Z] === RUN TestCreateIfNotExistsFile [2021-04-16T10:50:13.471Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2021-04-16T10:50:13.471Z] === RUN TestMatch [2021-04-16T10:50:13.472Z] --- PASS: TestMatch (0.00s) [2021-04-16T10:50:13.472Z] PASS [2021-04-16T10:50:13.472Z] coverage: 87.7% of statements [2021-04-16T10:50:13.472Z] ok github.com/docker/docker/pkg/fileutils 0.107s coverage: 87.7% of statements [2021-04-16T10:50:13.932Z] === RUN TestGet [2021-04-16T10:50:13.932Z] --- PASS: TestGet (0.00s) [2021-04-16T10:50:13.932Z] === RUN TestGetShortcutString [2021-04-16T10:50:13.932Z] --- PASS: TestGetShortcutString (0.00s) [2021-04-16T10:50:13.932Z] PASS [2021-04-16T10:50:13.932Z] coverage: 42.9% of statements [2021-04-16T10:50:13.932Z] ok github.com/docker/docker/pkg/homedir 0.060s coverage: 42.9% of statements [2021-04-16T10:50:14.144Z] --- PASS: TestRenameRunningContainerAndReuse (2.07s) [2021-04-16T10:50:14.144Z] === RUN TestRenameInvalidName [2021-04-16T10:50:14.144Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError=== RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-04-16T10:50:14.144Z] [2021-04-16T10:50:14.614Z] --- PASS: TestUpdateMemory (1.40s) [2021-04-16T10:50:14.614Z] === RUN TestUpdateCPUQuota [2021-04-16T10:50:14.716Z] --- PASS: TestRenameInvalidName (1.15s) [2021-04-16T10:50:14.716Z] === RUN TestRenameAnonymousContainer [2021-04-16T10:50:14.802Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.44s) [2021-04-16T10:50:14.802Z] === RUN TestAuthZPluginHeader [2021-04-16T10:50:14.906Z] === RUN TestCreateIDMapOrder [2021-04-16T10:50:14.906Z] --- PASS: TestCreateIDMapOrder (0.00s) [2021-04-16T10:50:14.906Z] PASS [2021-04-16T10:50:14.906Z] coverage: 7.2% of statements [2021-04-16T10:50:14.906Z] ok github.com/docker/docker/pkg/idtools 0.054s coverage: 7.2% of statements [2021-04-16T10:50:14.906Z] --- PASS: Test (3.21s) [2021-04-16T10:50:14.906Z] --- PASS: Test/TestInitialize (0.19s) [2021-04-16T10:50:14.906Z] --- PASS: Test/TestInitializeWithCerts (0.01s) [2021-04-16T10:50:14.906Z] --- PASS: Test/TestWatch (3.00s) [2021-04-16T10:50:14.906Z] PASS [2021-04-16T10:50:14.906Z] coverage: 84.1% of statements [2021-04-16T10:50:14.906Z] ok github.com/docker/docker/pkg/discovery/kv 3.309s coverage: 84.1% of statements [2021-04-16T10:50:15.829Z] --- PASS: TestAuthZPluginHeader (0.85s) [2021-04-16T10:50:15.829Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-04-16T10:50:15.829Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.01s) [2021-04-16T10:50:15.829Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-16T10:50:15.829Z] === RUN TestAuthZPluginV2Disable [2021-04-16T10:50:15.829Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2021-04-16T10:50:15.829Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-16T10:50:15.829Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-04-16T10:50:15.829Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-04-16T10:50:15.829Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-16T10:50:15.829Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-04-16T10:50:15.829Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-04-16T10:50:15.829Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-16T10:50:15.829Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-04-16T10:50:15.878Z] === RUN TestFixedBufferCap [2021-04-16T10:50:15.878Z] --- PASS: TestFixedBufferCap (0.00s) [2021-04-16T10:50:15.878Z] === RUN TestFixedBufferLen [2021-04-16T10:50:15.878Z] --- PASS: TestFixedBufferLen (0.00s) [2021-04-16T10:50:15.878Z] === RUN TestFixedBufferString [2021-04-16T10:50:15.878Z] --- PASS: TestFixedBufferString (0.00s) [2021-04-16T10:50:15.878Z] === RUN TestFixedBufferWrite [2021-04-16T10:50:15.878Z] --- PASS: TestFixedBufferWrite (0.00s) [2021-04-16T10:50:15.878Z] === RUN TestFixedBufferRead [2021-04-16T10:50:15.878Z] --- PASS: TestFixedBufferRead (0.00s) [2021-04-16T10:50:15.878Z] === RUN TestBytesPipeRead [2021-04-16T10:50:15.878Z] --- PASS: TestBytesPipeRead (0.00s) [2021-04-16T10:50:15.878Z] === RUN TestBytesPipeWrite [2021-04-16T10:50:15.878Z] --- PASS: TestBytesPipeWrite (0.00s) [2021-04-16T10:50:15.878Z] === RUN TestBytesPipeWriteRandomChunks [2021-04-16T10:50:16.344Z] --- PASS: TestTarFiles (6.30s) [2021-04-16T10:50:16.344Z] === RUN TestTarUntar [2021-04-16T10:50:16.344Z] --- PASS: TestTarUntar (0.04s) [2021-04-16T10:50:16.344Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2021-04-16T10:50:16.344Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.01s) [2021-04-16T10:50:16.344Z] === RUN TestTarWithOptions [2021-04-16T10:50:16.805Z] --- PASS: TestTarWithOptions (0.03s) [2021-04-16T10:50:16.805Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2021-04-16T10:50:16.805Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2021-04-16T10:50:16.805Z] === RUN TestUntarUstarGnuConflict [2021-04-16T10:50:16.805Z] === RUN TestError [2021-04-16T10:50:16.805Z] --- PASS: TestError (0.00s) [2021-04-16T10:50:16.805Z] === RUN TestProgressString [2021-04-16T10:50:16.805Z] === RUN TestProgressString/no_progress [2021-04-16T10:50:16.805Z] === RUN TestProgressString/progress_1 [2021-04-16T10:50:16.805Z] === RUN TestProgressString/some_progress_with_a_start_time [2021-04-16T10:50:16.805Z] === RUN TestProgressString/some_progress_without_a_start_time [2021-04-16T10:50:16.805Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2021-04-16T10:50:16.805Z] === RUN TestProgressString/with_units [2021-04-16T10:50:16.805Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2021-04-16T10:50:16.805Z] === RUN TestProgressString/hide_counts [2021-04-16T10:50:16.805Z] --- PASS: TestProgressString (0.00s) [2021-04-16T10:50:16.805Z] --- PASS: TestProgressString/no_progress (0.00s) [2021-04-16T10:50:16.805Z] --- PASS: TestProgressString/progress_1 (0.00s) [2021-04-16T10:50:16.805Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2021-04-16T10:50:16.805Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2021-04-16T10:50:16.805Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2021-04-16T10:50:16.805Z] --- PASS: TestProgressString/with_units (0.00s) [2021-04-16T10:50:16.805Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2021-04-16T10:50:16.805Z] --- PASS: TestProgressString/hide_counts (0.00s) [2021-04-16T10:50:16.805Z] === RUN TestJSONMessageDisplay [2021-04-16T10:50:16.805Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2021-04-16T10:50:16.805Z] === RUN TestUntarInvalidFilenames [2021-04-16T10:50:16.805Z] === RUN TestStandardLongPath [2021-04-16T10:50:16.805Z] --- PASS: TestStandardLongPath (0.00s) [2021-04-16T10:50:16.805Z] === RUN TestUNCLongPath [2021-04-16T10:50:16.805Z] --- PASS: TestUNCLongPath (0.00s) [2021-04-16T10:50:16.805Z] PASS [2021-04-16T10:50:16.805Z] coverage: 100.0% of statements [2021-04-16T10:50:16.805Z] ok github.com/docker/docker/pkg/longpath 0.049s coverage: 100.0% of statements [2021-04-16T10:50:16.805Z] --- PASS: TestBytesPipeWriteRandomChunks (0.62s) [2021-04-16T10:50:16.805Z] === RUN TestAtomicWriteToFile [2021-04-16T10:50:16.805Z] --- PASS: TestAtomicWriteToFile (0.01s) [2021-04-16T10:50:16.805Z] === RUN TestAtomicWriteSetCommit [2021-04-16T10:50:16.805Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2021-04-16T10:50:16.805Z] === RUN TestAtomicWriteSetCancel [2021-04-16T10:50:16.805Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2021-04-16T10:50:16.805Z] === RUN TestReadCloserWrapperClose [2021-04-16T10:50:16.805Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2021-04-16T10:50:16.805Z] === RUN TestReaderErrWrapperReadOnError [2021-04-16T10:50:16.805Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2021-04-16T10:50:16.805Z] === RUN TestReaderErrWrapperRead [2021-04-16T10:50:16.805Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2021-04-16T10:50:16.805Z] === RUN TestHashData [2021-04-16T10:50:16.805Z] --- PASS: TestHashData (0.00s) [2021-04-16T10:50:16.805Z] === RUN TestCancelReadCloser [2021-04-16T10:50:16.805Z] --- PASS: TestCancelReadCloser (0.10s) [2021-04-16T10:50:16.805Z] === RUN TestWriteCloserWrapperClose [2021-04-16T10:50:16.805Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2021-04-16T10:50:16.805Z] === RUN TestNopWriteCloser [2021-04-16T10:50:16.805Z] --- PASS: TestNopWriteCloser (0.00s) [2021-04-16T10:50:16.805Z] === RUN TestNopWriter [2021-04-16T10:50:16.805Z] --- PASS: TestNopWriter (0.00s) [2021-04-16T10:50:16.805Z] === RUN TestWriteCounter [2021-04-16T10:50:16.805Z] --- PASS: TestWriteCounter (0.00s) [2021-04-16T10:50:16.805Z] PASS [2021-04-16T10:50:16.805Z] coverage: 69.2% of statements [2021-04-16T10:50:16.805Z] ok github.com/docker/docker/pkg/ioutils 0.806s coverage: 69.2% of statements [2021-04-16T10:50:16.805Z] --- PASS: TestJSONMessageDisplay (0.18s) [2021-04-16T10:50:16.805Z] === RUN TestJSONMessageDisplayWithJSONError [2021-04-16T10:50:16.805Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2021-04-16T10:50:16.805Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2021-04-16T10:50:16.805Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2021-04-16T10:50:16.805Z] === RUN TestDisplayJSONMessagesStream [2021-04-16T10:50:16.805Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2021-04-16T10:50:16.805Z] PASS [2021-04-16T10:50:16.805Z] coverage: 91.7% of statements [2021-04-16T10:50:16.805Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames582291350\\dest" [2021-04-16T10:50:16.805Z] ok github.com/docker/docker/pkg/jsonmessage 0.227s coverage: 91.7% of statements [2021-04-16T10:50:16.805Z] --- PASS: TestUntarInvalidFilenames (0.20s) [2021-04-16T10:50:16.805Z] === RUN TestUntarHardlinkToSymlink [2021-04-16T10:50:16.805Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2021-04-16T10:50:16.805Z] === RUN TestUntarInvalidHardlink [2021-04-16T10:50:16.805Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink787590455\\victim\\hello" -> "../victim/hello" [2021-04-16T10:50:16.805Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink097853738\\victim\\hello" -> "/../victim/hello" [2021-04-16T10:50:16.805Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink501915777\\victim" -> "../victim" [2021-04-16T10:50:16.805Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink924131820\\victim" -> "../victim" [2021-04-16T10:50:16.805Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink203061851\\victim" -> "../victim" [2021-04-16T10:50:16.805Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink500146686\\victim" -> "../victim" [2021-04-16T10:50:16.805Z] --- PASS: TestUntarInvalidHardlink (0.04s) [2021-04-16T10:50:16.805Z] === RUN TestUntarInvalidSymlink [2021-04-16T10:50:16.805Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink115033413\\dest\\dotdot" -> "../victim/hello" [2021-04-16T10:50:16.805Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink277189600\\dest\\slash-dotdot" -> "/../victim/hello" [2021-04-16T10:50:16.805Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink919139263\\dest\\loophole-victim" -> "../victim" [2021-04-16T10:50:16.805Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink354805266\\dest\\loophole-victim" -> "../victim" [2021-04-16T10:50:16.805Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink310789705\\dest\\loophole-victim" -> "../victim" [2021-04-16T10:50:16.805Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink156218644\\dest\\loophole-victim" -> "../victim" [2021-04-16T10:50:16.805Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink690341731\\dest\\dir\\loophole" -> "../../victim" [2021-04-16T10:50:16.805Z] --- PASS: TestUntarInvalidSymlink (0.04s) [2021-04-16T10:50:16.805Z] === RUN TestTempArchiveCloseMultipleTimes [2021-04-16T10:50:16.805Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2021-04-16T10:50:16.805Z] === RUN TestXGlobalNoParent [2021-04-16T10:50:16.805Z] --- PASS: TestXGlobalNoParent (0.00s) [2021-04-16T10:50:16.805Z] === RUN TestReplaceFileTarWrapper [2021-04-16T10:50:17.266Z] --- PASS: TestReplaceFileTarWrapper (0.20s) [2021-04-16T10:50:17.266Z] === RUN TestPrefixHeaderReadable [2021-04-16T10:50:17.266Z] --- PASS: TestPrefixHeaderReadable (0.03s) [2021-04-16T10:50:17.266Z] === RUN TestDisablePigz [2021-04-16T10:50:17.266Z] --- PASS: TestDisablePigz (0.16s) [2021-04-16T10:50:17.266Z] archive_test.go:1331: Test will not check full path when Pigz not installed [2021-04-16T10:50:17.266Z] === RUN TestPigz [2021-04-16T10:50:17.267Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-04-16T10:50:17.363Z] tests/integration/api_plugin_test.py ........... [ 50%] [2021-04-16T10:50:17.727Z] --- PASS: TestPigz (0.24s) [2021-04-16T10:50:17.727Z] archive_test.go:1360: Tested whether Pigz is not used, as it not installed [2021-04-16T10:50:17.727Z] === RUN TestCopyFileWithInvalidDest [2021-04-16T10:50:17.727Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2021-04-16T10:50:17.727Z] archive_windows_test.go:16: Currently fails [2021-04-16T10:50:17.727Z] === RUN TestCanonicalTarNameForPath [2021-04-16T10:50:17.727Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2021-04-16T10:50:17.727Z] === RUN TestCanonicalTarName [2021-04-16T10:50:17.727Z] --- PASS: TestCanonicalTarName (0.00s) [2021-04-16T10:50:17.727Z] === RUN TestChmodTarEntry [2021-04-16T10:50:17.727Z] --- PASS: TestChmodTarEntry (0.00s) [2021-04-16T10:50:17.727Z] === RUN TestHardLinkOrder [2021-04-16T10:50:17.727Z] === RUN TestNameFormat [2021-04-16T10:50:17.727Z] --- PASS: TestNameFormat (0.00s) [2021-04-16T10:50:17.727Z] === RUN TestNameRetries [2021-04-16T10:50:17.727Z] --- PASS: TestNameRetries (0.00s) [2021-04-16T10:50:17.727Z] PASS [2021-04-16T10:50:17.727Z] coverage: 85.7% of statements [2021-04-16T10:50:17.727Z] ok github.com/docker/docker/pkg/namesgenerator 0.040s coverage: 85.7% of statements [2021-04-16T10:50:17.727Z] --- PASS: TestHardLinkOrder (0.17s) [2021-04-16T10:50:17.727Z] === RUN TestChangeString [2021-04-16T10:50:17.727Z] --- PASS: TestChangeString (0.00s) [2021-04-16T10:50:17.727Z] === RUN TestChangesWithNoChanges [2021-04-16T10:50:17.727Z] --- PASS: TestChangesWithNoChanges (0.05s) [2021-04-16T10:50:17.727Z] === RUN TestChangesWithChanges [2021-04-16T10:50:17.727Z] --- PASS: TestChangesWithChanges (0.03s) [2021-04-16T10:50:17.727Z] === RUN TestChangesWithChangesGH13590 [2021-04-16T10:50:17.727Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2021-04-16T10:50:17.727Z] changes_test.go:196: needs more investigation [2021-04-16T10:50:17.727Z] === RUN TestChangesDirsEmpty [2021-04-16T10:50:17.727Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2021-04-16T10:50:17.727Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2021-04-16T10:50:17.727Z] === RUN TestChangesDirsMutated [2021-04-16T10:50:17.727Z] --- SKIP: TestChangesDirsMutated (0.00s) [2021-04-16T10:50:17.727Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2021-04-16T10:50:17.727Z] === RUN TestApplyLayer [2021-04-16T10:50:17.727Z] --- SKIP: TestApplyLayer (0.00s) [2021-04-16T10:50:17.727Z] changes_test.go:433: needs further investigation [2021-04-16T10:50:17.727Z] === RUN TestChangesSizeWithHardlinks [2021-04-16T10:50:17.727Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2021-04-16T10:50:17.727Z] changes_test.go:469: needs further investigation [2021-04-16T10:50:17.727Z] === RUN TestChangesSizeWithNoChanges [2021-04-16T10:50:17.727Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2021-04-16T10:50:17.727Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2021-04-16T10:50:17.727Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2021-04-16T10:50:17.727Z] === RUN TestChangesSize [2021-04-16T10:50:17.727Z] --- PASS: TestChangesSize (0.00s) [2021-04-16T10:50:17.727Z] === RUN TestApplyLayerInvalidFilenames [2021-04-16T10:50:17.727Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames131878360\\dest" [2021-04-16T10:50:17.727Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2021-04-16T10:50:17.727Z] === RUN TestApplyLayerInvalidHardlink [2021-04-16T10:50:17.727Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink318319818\\victim\\hello" -> "../victim/hello" [2021-04-16T10:50:17.727Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink668489633\\victim\\hello" -> "/../victim/hello" [2021-04-16T10:50:17.727Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink276596876\\victim" -> "../victim" [2021-04-16T10:50:17.727Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink949166715\\victim" -> "../victim" [2021-04-16T10:50:17.727Z] === RUN TestParseKeyValueOpt [2021-04-16T10:50:17.727Z] --- PASS: TestParseKeyValueOpt (0.00s) [2021-04-16T10:50:17.727Z] === RUN TestParseUintList [2021-04-16T10:50:17.727Z] --- PASS: TestParseUintList (0.00s) [2021-04-16T10:50:17.727Z] === RUN TestParseUintListMaximumLimits [2021-04-16T10:50:17.727Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2021-04-16T10:50:17.727Z] PASS [2021-04-16T10:50:17.727Z] coverage: 97.0% of statements [2021-04-16T10:50:17.727Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink264922014\\victim" -> "../victim" [2021-04-16T10:50:17.727Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink116043877\\victim" -> "../victim" [2021-04-16T10:50:17.727Z] ok github.com/docker/docker/pkg/parsers 0.051s coverage: 97.0% of statements [2021-04-16T10:50:17.727Z] --- PASS: TestApplyLayerInvalidHardlink (0.04s) [2021-04-16T10:50:17.727Z] === RUN TestApplyLayerInvalidSymlink [2021-04-16T10:50:17.727Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink218565248\\dest\\dotdot" -> "../victim/hello" [2021-04-16T10:50:17.727Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink042090975\\dest\\slash-dotdot" -> "/../victim/hello" [2021-04-16T10:50:17.727Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink987533746\\dest\\loophole-victim" -> "../victim" [2021-04-16T10:50:17.727Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink818006377\\dest\\loophole-victim" -> "../victim" [2021-04-16T10:50:17.727Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink546402228\\dest\\loophole-victim" -> "../victim" [2021-04-16T10:50:17.727Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink576866179\\dest\\loophole-victim" -> "../victim" [2021-04-16T10:50:17.727Z] --- PASS: TestApplyLayerInvalidSymlink (0.04s) [2021-04-16T10:50:17.727Z] === RUN TestApplyLayerWhiteouts [2021-04-16T10:50:17.727Z] --- PASS: TestApplyLayerWhiteouts (0.07s) [2021-04-16T10:50:17.727Z] === RUN TestGenerateEmptyFile [2021-04-16T10:50:17.727Z] --- PASS: TestGenerateEmptyFile (0.00s) [2021-04-16T10:50:17.727Z] === RUN TestGenerateWithContent [2021-04-16T10:50:17.727Z] --- PASS: TestGenerateWithContent (0.00s) [2021-04-16T10:50:17.727Z] PASS [2021-04-16T10:50:17.727Z] coverage: 61.6% of statements [2021-04-16T10:50:17.727Z] ok github.com/docker/docker/pkg/archive 9.266s coverage: 61.6% of statements [2021-04-16T10:50:18.188Z] === RUN TestNewAndRemove [2021-04-16T10:50:18.188Z] --- PASS: TestNewAndRemove (0.00s) [2021-04-16T10:50:18.188Z] === RUN TestRemoveInvalidPath [2021-04-16T10:50:18.188Z] --- PASS: TestRemoveInvalidPath (0.00s) [2021-04-16T10:50:18.188Z] PASS [2021-04-16T10:50:18.188Z] coverage: 82.6% of statements [2021-04-16T10:50:18.188Z] ok github.com/docker/docker/pkg/pidfile 0.044s coverage: 82.6% of statements [2021-04-16T10:50:18.980Z] tests/integration/api_secret_test.py ..... [ 51%] [2021-04-16T10:50:19.160Z] === RUN TestParseEmptyInterface [2021-04-16T10:50:19.160Z] --- PASS: TestParseEmptyInterface (0.00s) [2021-04-16T10:50:19.160Z] === RUN TestParseNonInterfaceType [2021-04-16T10:50:19.160Z] --- PASS: TestParseNonInterfaceType (0.00s) [2021-04-16T10:50:19.160Z] === RUN TestParseWithOneFunction [2021-04-16T10:50:19.160Z] --- PASS: TestParseWithOneFunction (0.00s) [2021-04-16T10:50:19.160Z] === RUN TestParseWithMultipleFuncs [2021-04-16T10:50:19.160Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2021-04-16T10:50:19.160Z] === RUN TestParseWithUnnamedReturn [2021-04-16T10:50:19.160Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2021-04-16T10:50:19.160Z] === RUN TestEmbeddedInterface [2021-04-16T10:50:19.160Z] --- PASS: TestEmbeddedInterface (0.00s) [2021-04-16T10:50:19.160Z] === RUN TestParsedImports [2021-04-16T10:50:19.160Z] --- PASS: TestParsedImports (0.00s) [2021-04-16T10:50:19.160Z] === RUN TestAliasedImports [2021-04-16T10:50:19.160Z] --- PASS: TestAliasedImports (0.00s) [2021-04-16T10:50:19.160Z] PASS [2021-04-16T10:50:19.160Z] coverage: 56.8% of statements [2021-04-16T10:50:19.160Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.111s coverage: 56.8% of statements [2021-04-16T10:50:19.184Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-04-16T10:50:20.573Z] --- PASS: TestRenameAnonymousContainer (5.53s) [2021-04-16T10:50:20.573Z] === RUN TestRenameContainerWithSameName [2021-04-16T10:50:20.702Z] === RUN TestFailedConnection [2021-04-16T10:50:20.702Z] === RUN TestHTTPTransport [2021-04-16T10:50:20.702Z] --- PASS: TestHTTPTransport (0.00s) [2021-04-16T10:50:20.702Z] PASS [2021-04-16T10:50:20.702Z] coverage: 85.7% of statements [2021-04-16T10:50:20.702Z] ok github.com/docker/docker/pkg/plugins/transport 0.080s coverage: 85.7% of statements [2021-04-16T10:50:20.702Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2021-04-16T10:50:20.702Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-04-16T10:50:20.702Z] === RUN TestBufioReaderPoolPutAndGet [2021-04-16T10:50:20.702Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2021-04-16T10:50:20.702Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2021-04-16T10:50:20.702Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2021-04-16T10:50:20.702Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2021-04-16T10:50:20.702Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-04-16T10:50:20.702Z] === RUN TestBufioWriterPoolPutAndGet [2021-04-16T10:50:20.703Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2021-04-16T10:50:20.703Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2021-04-16T10:50:20.703Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2021-04-16T10:50:20.703Z] === RUN TestBufferPoolPutAndGet [2021-04-16T10:50:20.703Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2021-04-16T10:50:20.703Z] PASS [2021-04-16T10:50:20.703Z] coverage: 88.2% of statements [2021-04-16T10:50:20.703Z] ok github.com/docker/docker/pkg/pools 0.060s coverage: 88.2% of statements [2021-04-16T10:50:21.189Z] --- PASS: TestUpdateCPUQuota (6.74s) [2021-04-16T10:50:21.189Z] === RUN TestUpdatePidsLimit [2021-04-16T10:50:21.189Z] === RUN TestUpdatePidsLimit/update_from_none [2021-04-16T10:50:21.674Z] === RUN TestOutputOnPrematureClose [2021-04-16T10:50:21.674Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2021-04-16T10:50:21.674Z] === RUN TestCompleteSilently [2021-04-16T10:50:21.674Z] --- PASS: TestCompleteSilently (0.00s) [2021-04-16T10:50:21.674Z] PASS [2021-04-16T10:50:21.674Z] coverage: 75.9% of statements [2021-04-16T10:50:21.674Z] ok github.com/docker/docker/pkg/progress 0.045s coverage: 75.9% of statements [2021-04-16T10:50:21.674Z] === RUN TestSendToOneSub [2021-04-16T10:50:21.674Z] --- PASS: TestSendToOneSub (0.00s) [2021-04-16T10:50:21.674Z] === RUN TestSendToMultipleSubs [2021-04-16T10:50:21.759Z] === RUN TestUpdatePidsLimit/no_change [2021-04-16T10:50:21.958Z] --- PASS: TestRenameContainerWithSameName (1.37s) [2021-04-16T10:50:21.958Z] === RUN TestRenameContainerWithLinkedContainer [2021-04-16T10:50:22.135Z] --- PASS: TestSendToMultipleSubs (0.00s) [2021-04-16T10:50:22.135Z] === RUN TestEvictOneSub [2021-04-16T10:50:22.135Z] --- PASS: TestEvictOneSub (0.00s) [2021-04-16T10:50:22.135Z] === RUN TestClosePublisher [2021-04-16T10:50:22.135Z] --- PASS: TestClosePublisher (0.00s) [2021-04-16T10:50:22.135Z] === RUN TestPubSubRace [2021-04-16T10:50:22.529Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2021-04-16T10:50:22.596Z] --- PASS: TestFailedConnection (2.04s) [2021-04-16T10:50:22.596Z] === RUN TestFailOnce [2021-04-16T10:50:22.596Z] 2021/04/16 10:50:22 http: panic serving 127.0.0.1:49239: Plugin not ready [2021-04-16T10:50:22.596Z] goroutine 34 [running]: [2021-04-16T10:50:22.596Z] net/http.(*conn).serve.func1(0xc000134000) [2021-04-16T10:50:22.596Z] c:/go/src/net/http/server.go:1795 +0x140 [2021-04-16T10:50:22.596Z] panic(0x849b40, 0x986ad0) [2021-04-16T10:50:22.596Z] c:/go/src/runtime/panic.go:679 +0x1c0 [2021-04-16T10:50:22.596Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x99a700, 0xc0001020e0, 0xc00014a000) [2021-04-16T10:50:22.596Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56 [2021-04-16T10:50:22.596Z] net/http.HandlerFunc.ServeHTTP(0xc0000ec050, 0x99a700, 0xc0001020e0, 0xc00014a000) [2021-04-16T10:50:22.596Z] c:/go/src/net/http/server.go:2036 +0x4b [2021-04-16T10:50:22.596Z] net/http.(*ServeMux).ServeHTTP(0xc0000fc000, 0x99a700, 0xc0001020e0, 0xc00014a000) [2021-04-16T10:50:22.596Z] c:/go/src/net/http/server.go:2416 +0x1c4 [2021-04-16T10:50:22.596Z] net/http.serverHandler.ServeHTTP(0xc000102000, 0x99a700, 0xc0001020e0, 0xc00014a000) [2021-04-16T10:50:22.596Z] c:/go/src/net/http/server.go:2831 +0xab [2021-04-16T10:50:22.596Z] net/http.(*conn).serve(0xc000134000, 0x99b2c0, 0xc000122040) [2021-04-16T10:50:22.596Z] c:/go/src/net/http/server.go:1919 +0x87c [2021-04-16T10:50:22.596Z] created by net/http.(*Server).Serve [2021-04-16T10:50:22.596Z] c:/go/src/net/http/server.go:2957 +0x38b [2021-04-16T10:50:22.596Z] time="2021-04-16T10:50:22Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49238/Test.FailOnce: Post http://127.0.0.1:49238/Test.FailOnce: EOF, retrying in 1s" [2021-04-16T10:50:22.700Z] === RUN TestUpdatePidsLimit/update_lower [2021-04-16T10:50:23.057Z] --- PASS: TestPubSubRace (1.06s) [2021-04-16T10:50:23.057Z] PASS [2021-04-16T10:50:23.057Z] coverage: 75.0% of statements [2021-04-16T10:50:23.057Z] ok github.com/docker/docker/pkg/pubsub 1.108s coverage: 75.0% of statements [2021-04-16T10:50:23.057Z] === RUN TestRegister [2021-04-16T10:50:23.057Z] --- PASS: TestRegister (0.00s) [2021-04-16T10:50:23.057Z] === RUN TestCommand [2021-04-16T10:50:23.057Z] --- PASS: TestCommand (0.03s) [2021-04-16T10:50:23.057Z] === RUN TestNaiveSelf [2021-04-16T10:50:23.057Z] --- PASS: TestNaiveSelf (0.03s) [2021-04-16T10:50:23.057Z] PASS [2021-04-16T10:50:23.057Z] coverage: 82.4% of statements [2021-04-16T10:50:23.057Z] ok github.com/docker/docker/pkg/reexec 0.096s coverage: 82.4% of statements [2021-04-16T10:50:23.270Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-04-16T10:50:23.518Z] --- PASS: TestFailOnce (1.20s) [2021-04-16T10:50:23.518Z] === RUN TestEchoInputOutput [2021-04-16T10:50:23.518Z] --- PASS: TestEchoInputOutput (0.00s) [2021-04-16T10:50:23.518Z] === RUN TestBackoff [2021-04-16T10:50:23.518Z] --- PASS: TestBackoff (0.00s) [2021-04-16T10:50:23.518Z] === RUN TestAbortRetry [2021-04-16T10:50:23.518Z] --- PASS: TestAbortRetry (0.00s) [2021-04-16T10:50:23.518Z] === RUN TestClientScheme [2021-04-16T10:50:23.518Z] --- PASS: TestClientScheme (0.00s) [2021-04-16T10:50:23.518Z] === RUN TestNewClientWithTimeout [2021-04-16T10:50:23.841Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-04-16T10:50:23.918Z] tests/integration/api_service_test.py ....................s............. [ 60%] [2021-04-16T10:50:23.980Z] === RUN TestParseSignal [2021-04-16T10:50:23.980Z] --- PASS: TestParseSignal (0.00s) [2021-04-16T10:50:23.980Z] === RUN TestValidSignalForPlatform [2021-04-16T10:50:23.980Z] --- PASS: TestValidSignalForPlatform (0.00s) [2021-04-16T10:50:23.980Z] PASS [2021-04-16T10:50:23.980Z] coverage: 20.3% of statements [2021-04-16T10:50:23.980Z] ok github.com/docker/docker/pkg/signal 0.041s coverage: 20.3% of statements [2021-04-16T10:50:23.980Z] === RUN TestNewStdWriter [2021-04-16T10:50:23.980Z] --- PASS: TestNewStdWriter (0.00s) [2021-04-16T10:50:23.980Z] === RUN TestWriteWithUninitializedStdWriter [2021-04-16T10:50:23.980Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2021-04-16T10:50:23.980Z] === RUN TestWriteWithNilBytes [2021-04-16T10:50:23.980Z] --- PASS: TestWriteWithNilBytes (0.00s) [2021-04-16T10:50:23.980Z] === RUN TestWrite [2021-04-16T10:50:23.980Z] --- PASS: TestWrite (0.00s) [2021-04-16T10:50:23.980Z] === RUN TestWriteWithWriterError [2021-04-16T10:50:23.980Z] --- PASS: TestWriteWithWriterError (0.00s) [2021-04-16T10:50:23.980Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2021-04-16T10:50:23.980Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2021-04-16T10:50:23.980Z] === RUN TestStdCopyWriteAndRead [2021-04-16T10:50:23.980Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2021-04-16T10:50:23.980Z] === RUN TestStdCopyReturnsErrorReadingHeader [2021-04-16T10:50:23.980Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2021-04-16T10:50:23.980Z] === RUN TestStdCopyReturnsErrorReadingFrame [2021-04-16T10:50:23.980Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2021-04-16T10:50:23.980Z] === RUN TestStdCopyDetectsCorruptedFrame [2021-04-16T10:50:23.980Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2021-04-16T10:50:23.980Z] === RUN TestStdCopyWithInvalidInputHeader [2021-04-16T10:50:23.980Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2021-04-16T10:50:23.980Z] === RUN TestStdCopyWithCorruptedPrefix [2021-04-16T10:50:23.980Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2021-04-16T10:50:23.980Z] === RUN TestStdCopyReturnsWriteErrors [2021-04-16T10:50:23.980Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2021-04-16T10:50:23.980Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2021-04-16T10:50:23.980Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2021-04-16T10:50:23.980Z] === RUN TestStdCopyReturnsErrorFromSystem [2021-04-16T10:50:23.980Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2021-04-16T10:50:23.980Z] PASS [2021-04-16T10:50:23.980Z] coverage: 100.0% of statements [2021-04-16T10:50:23.980Z] ok github.com/docker/docker/pkg/stdcopy 0.042s coverage: 100.0% of statements [2021-04-16T10:50:24.441Z] time="2021-04-16T10:50:23Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49243/Test.Echo: Post http://127.0.0.1:49243/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2021-04-16T10:50:24.443Z] --- PASS: TestRenameContainerWithLinkedContainer (2.65s) [2021-04-16T10:50:24.443Z] === RUN TestResize [2021-04-16T10:50:24.443Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-04-16T10:50:24.784Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-04-16T10:50:25.354Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-04-16T10:50:25.414Z] === RUN TestGenerateRandomID [2021-04-16T10:50:25.414Z] --- PASS: TestGenerateRandomID (0.00s) [2021-04-16T10:50:25.414Z] === RUN TestShortenId [2021-04-16T10:50:25.414Z] --- PASS: TestShortenId (0.00s) [2021-04-16T10:50:25.414Z] === RUN TestShortenSha256Id [2021-04-16T10:50:25.414Z] --- PASS: TestShortenSha256Id (0.00s) [2021-04-16T10:50:25.414Z] === RUN TestShortenIdEmpty [2021-04-16T10:50:25.414Z] --- PASS: TestShortenIdEmpty (0.00s) [2021-04-16T10:50:25.414Z] === RUN TestShortenIdInvalid [2021-04-16T10:50:25.414Z] --- PASS: TestShortenIdInvalid (0.00s) [2021-04-16T10:50:25.414Z] === RUN TestIsShortIDNonHex [2021-04-16T10:50:25.414Z] --- PASS: TestIsShortIDNonHex (0.00s) [2021-04-16T10:50:25.414Z] === RUN TestIsShortIDNotCorrectSize [2021-04-16T10:50:25.414Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2021-04-16T10:50:25.414Z] PASS [2021-04-16T10:50:25.414Z] coverage: 70.6% of statements [2021-04-16T10:50:25.414Z] ok github.com/docker/docker/pkg/stringid 0.047s coverage: 70.6% of statements [2021-04-16T10:50:25.414Z] === RUN TestRawProgressFormatterFormatStatus [2021-04-16T10:50:25.414Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2021-04-16T10:50:25.414Z] === RUN TestRawProgressFormatterFormatProgress [2021-04-16T10:50:25.414Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2021-04-16T10:50:25.414Z] === RUN TestFormatStatus [2021-04-16T10:50:25.414Z] --- PASS: TestFormatStatus (0.00s) [2021-04-16T10:50:25.414Z] === RUN TestFormatError [2021-04-16T10:50:25.414Z] --- PASS: TestFormatError (0.00s) [2021-04-16T10:50:25.414Z] === RUN TestFormatJSONError [2021-04-16T10:50:25.414Z] --- PASS: TestFormatJSONError (0.00s) [2021-04-16T10:50:25.414Z] === RUN TestJsonProgressFormatterFormatProgress [2021-04-16T10:50:25.414Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2021-04-16T10:50:25.414Z] === RUN TestJsonProgressFormatterFormatStatus [2021-04-16T10:50:25.414Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2021-04-16T10:50:25.414Z] === RUN TestNewJSONProgressOutput [2021-04-16T10:50:25.414Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2021-04-16T10:50:25.414Z] === RUN TestAuxFormatterEmit [2021-04-16T10:50:25.414Z] --- PASS: TestAuxFormatterEmit (0.00s) [2021-04-16T10:50:25.414Z] === RUN TestStreamWriterStdout [2021-04-16T10:50:25.414Z] --- PASS: TestStreamWriterStdout (0.00s) [2021-04-16T10:50:25.414Z] === RUN TestStreamWriterStderr [2021-04-16T10:50:25.414Z] --- PASS: TestStreamWriterStderr (0.00s) [2021-04-16T10:50:25.414Z] PASS [2021-04-16T10:50:25.414Z] coverage: 66.2% of statements [2021-04-16T10:50:25.414Z] ok github.com/docker/docker/pkg/streamformatter 0.052s coverage: 66.2% of statements [2021-04-16T10:50:25.776Z] 4612f6d0b889: Pull complete [2021-04-16T10:50:25.831Z] --- PASS: TestResize (1.34s) [2021-04-16T10:50:25.831Z] === RUN TestResizeWithInvalidSize [2021-04-16T10:50:25.875Z] time="2021-04-16T10:50:25Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49243/Test.Echo: Post http://127.0.0.1:49243/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2021-04-16T10:50:25.987Z] --- PASS: TestServiceWithDataPathPortInit (18.11s) [2021-04-16T10:50:25.987Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-04-16T10:50:26.336Z] === RUN TestIsCpusetListAvailable [2021-04-16T10:50:26.403Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2021-04-16T10:50:26.742Z] --- PASS: TestUpdatePidsLimit (5.51s) [2021-04-16T10:50:26.743Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.70s) [2021-04-16T10:50:26.743Z] --- PASS: TestUpdatePidsLimit/no_change (0.71s) [2021-04-16T10:50:26.743Z] --- PASS: TestUpdatePidsLimit/update_lower (0.72s) [2021-04-16T10:50:26.743Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.70s) [2021-04-16T10:50:26.743Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.70s) [2021-04-16T10:50:26.743Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.70s) [2021-04-16T10:50:26.743Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.71s) [2021-04-16T10:50:26.743Z] === RUN TestUpdateRestartPolicy [2021-04-16T10:50:26.797Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2021-04-16T10:50:26.797Z] PASS [2021-04-16T10:50:26.797Z] coverage: 38.2% of statements [2021-04-16T10:50:26.797Z] ok github.com/docker/docker/pkg/sysinfo 0.042s coverage: 38.2% of statements [2021-04-16T10:50:26.975Z] --- PASS: TestResizeWithInvalidSize (1.16s) [2021-04-16T10:50:26.975Z] === RUN TestResizeWhenContainerNotStarted [2021-04-16T10:50:27.258Z] === RUN TestChtimes [2021-04-16T10:50:27.258Z] --- PASS: TestChtimes (0.00s) [2021-04-16T10:50:27.258Z] === RUN TestChtimesWindows [2021-04-16T10:50:27.258Z] --- PASS: TestChtimesWindows (0.00s) [2021-04-16T10:50:27.258Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2021-04-16T10:50:27.258Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2021-04-16T10:50:27.258Z] === RUN TestEnsureRemoveAllNotExist [2021-04-16T10:50:27.258Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2021-04-16T10:50:27.258Z] === RUN TestEnsureRemoveAllWithDir [2021-04-16T10:50:27.258Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2021-04-16T10:50:27.258Z] === RUN TestEnsureRemoveAllWithFile [2021-04-16T10:50:27.258Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2021-04-16T10:50:27.258Z] === RUN TestHasWin32KSupport [2021-04-16T10:50:27.258Z] --- PASS: TestHasWin32KSupport (0.00s) [2021-04-16T10:50:27.258Z] syscall_windows_test.go:8: win32k: true [2021-04-16T10:50:27.258Z] PASS [2021-04-16T10:50:27.258Z] coverage: 12.0% of statements [2021-04-16T10:50:27.258Z] ok github.com/docker/docker/pkg/system 0.073s coverage: 12.0% of statements [2021-04-16T10:50:27.718Z] === RUN TestTailFile [2021-04-16T10:50:27.718Z] --- PASS: TestTailFile (0.00s) [2021-04-16T10:50:27.718Z] === RUN TestTailFileManyLines [2021-04-16T10:50:27.718Z] --- PASS: TestTailFileManyLines (0.00s) [2021-04-16T10:50:27.718Z] === RUN TestTailEmptyFile [2021-04-16T10:50:27.718Z] --- PASS: TestTailEmptyFile (0.00s) [2021-04-16T10:50:27.718Z] === RUN TestTailNegativeN [2021-04-16T10:50:27.718Z] --- PASS: TestTailNegativeN (0.00s) [2021-04-16T10:50:27.718Z] === RUN TestNewTailReader [2021-04-16T10:50:27.718Z] === PAUSE TestNewTailReader [2021-04-16T10:50:27.718Z] === CONT TestNewTailReader [2021-04-16T10:50:27.718Z] === RUN TestNewTailReader/no_delimiter [2021-04-16T10:50:27.718Z] === PAUSE TestNewTailReader/no_delimiter [2021-04-16T10:50:27.718Z] === RUN TestNewTailReader/single_byte_delimiter [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/single_byte_delimiter [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/2_byte_delimiter [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/2_byte_delimiter [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/4_byte_delimiter [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/4_byte_delimiter [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/8_byte_delimiter [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/8_byte_delimiter [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/12_byte_delimiter [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/12_byte_delimiter [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/truncated_last_line [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/truncated_last_line#01 [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/truncated_last_line#02 [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2021-04-16T10:50:28.180Z] === CONT TestNewTailReader/no_delimiter [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/no_delimiter/no_lines [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-04-16T10:50:28.180Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-04-16T10:50:28.180Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-04-16T10:50:28.180Z] === CONT TestNewTailReader/12_byte_delimiter [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-04-16T10:50:28.180Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-16T10:50:28.180Z] === CONT TestNewTailReader/2_byte_delimiter [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-04-16T10:50:28.180Z] === CONT TestNewTailReader/8_byte_delimiter [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-04-16T10:50:28.180Z] === CONT TestNewTailReader/single_byte_delimiter [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-04-16T10:50:28.180Z] === CONT TestNewTailReader/no_delimiter/no_lines [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-04-16T10:50:28.180Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-04-16T10:50:28.180Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-16T10:50:28.180Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-16T10:50:28.181Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-16T10:50:28.181Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-16T10:50:28.181Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-16T10:50:28.181Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-16T10:50:28.181Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-16T10:50:28.181Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-04-16T10:50:28.181Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-04-16T10:50:28.181Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-04-16T10:50:28.181Z] === CONT TestNewTailReader/4_byte_delimiter [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-04-16T10:50:28.181Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-16T10:50:28.181Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-04-16T10:50:28.181Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-16T10:50:28.181Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-16T10:50:28.181Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-16T10:50:28.181Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-16T10:50:28.181Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-16T10:50:28.181Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-16T10:50:28.181Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-16T10:50:28.181Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-16T10:50:28.181Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-16T10:50:28.181Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-16T10:50:28.181Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-04-16T10:50:28.181Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-04-16T10:50:28.181Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-16T10:50:28.182Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-16T10:50:28.182Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-16T10:50:28.182Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-16T10:50:28.182Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-16T10:50:28.182Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-16T10:50:28.182Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-16T10:50:28.182Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-16T10:50:28.182Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-16T10:50:28.182Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-16T10:50:28.182Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-16T10:50:28.182Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-16T10:50:28.182Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-16T10:50:28.182Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-16T10:50:28.182Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-16T10:50:28.182Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-16T10:50:28.182Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-04-16T10:50:28.182Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-16T10:50:28.182Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-16T10:50:28.182Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-16T10:50:28.182Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-16T10:50:28.182Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-16T10:50:28.182Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-16T10:50:28.182Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-04-16T10:50:28.182Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-16T10:50:28.182Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-16T10:50:28.182Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-16T10:50:28.182Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-16T10:50:28.183Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-04-16T10:50:28.183Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-04-16T10:50:28.183Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-16T10:50:28.183Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-16T10:50:28.183Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-16T10:50:28.183Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-16T10:50:28.183Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-04-16T10:50:28.183Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-04-16T10:50:28.183Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-16T10:50:28.183Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-16T10:50:28.183Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-16T10:50:28.183Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-16T10:50:28.183Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-16T10:50:28.183Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-16T10:50:28.183Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-16T10:50:28.183Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-04-16T10:50:28.183Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-16T10:50:28.183Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-04-16T10:50:28.183Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-16T10:50:28.183Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-16T10:50:28.183Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-04-16T10:50:28.183Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-16T10:50:28.183Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-04-16T10:50:28.183Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-04-16T10:50:28.183Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-04-16T10:50:28.183Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-04-16T10:50:28.183Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-04-16T10:50:28.183Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-04-16T10:50:28.183Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-04-16T10:50:28.183Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-04-16T10:50:28.183Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-04-16T10:50:28.183Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-04-16T10:50:28.183Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-16T10:50:28.183Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-16T10:50:28.183Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-16T10:50:28.183Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-16T10:50:28.183Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-16T10:50:28.183Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-04-16T10:50:28.184Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-16T10:50:28.184Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-04-16T10:50:28.184Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-04-16T10:50:28.184Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-04-16T10:50:28.184Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-16T10:50:28.184Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-04-16T10:50:28.184Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-04-16T10:50:28.184Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-04-16T10:50:28.184Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-04-16T10:50:28.184Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-04-16T10:50:28.184Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-04-16T10:50:28.184Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-04-16T10:50:28.184Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-04-16T10:50:28.184Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-04-16T10:50:28.184Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-04-16T10:50:28.184Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-04-16T10:50:28.184Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-16T10:50:28.184Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-04-16T10:50:28.184Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-04-16T10:50:28.184Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-04-16T10:50:28.184Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-04-16T10:50:28.184Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-04-16T10:50:28.184Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2021-04-16T10:50:28.184Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-04-16T10:50:28.184Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-04-16T10:50:28.184Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-16T10:50:28.184Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-16T10:50:28.184Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-04-16T10:50:28.184Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-04-16T10:50:28.184Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-16T10:50:28.184Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-16T10:50:28.184Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-16T10:50:28.184Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-16T10:50:28.184Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-16T10:50:28.184Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-16T10:50:28.184Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-16T10:50:28.184Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-16T10:50:28.184Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-16T10:50:28.184Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-16T10:50:28.184Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-16T10:50:28.184Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-16T10:50:28.184Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-04-16T10:50:28.184Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-16T10:50:28.184Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-16T10:50:28.184Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-16T10:50:28.184Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-16T10:50:28.184Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-04-16T10:50:28.184Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-04-16T10:50:28.184Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-04-16T10:50:28.184Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-16T10:50:28.184Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-16T10:50:28.184Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2021-04-16T10:50:28.184Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-16T10:50:28.184Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-16T10:50:28.184Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-04-16T10:50:28.184Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-04-16T10:50:28.184Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-04-16T10:50:28.184Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-16T10:50:28.184Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-16T10:50:28.184Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-04-16T10:50:28.184Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-04-16T10:50:28.184Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-04-16T10:50:28.184Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-16T10:50:28.184Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-16T10:50:28.184Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-04-16T10:50:28.184Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-04-16T10:50:28.184Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-04-16T10:50:28.184Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-04-16T10:50:28.184Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-04-16T10:50:28.184Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-04-16T10:50:28.184Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-04-16T10:50:28.184Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-04-16T10:50:28.184Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-04-16T10:50:28.184Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-04-16T10:50:28.184Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-04-16T10:50:28.362Z] --- PASS: TestResizeWhenContainerNotStarted (1.21s) [2021-04-16T10:50:28.362Z] === RUN TestDaemonRestartKillContainers [2021-04-16T10:50:28.362Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-04-16T10:50:28.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-04-16T10:50:28.362Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-04-16T10:50:28.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-04-16T10:50:28.362Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-04-16T10:50:28.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-04-16T10:50:28.362Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-04-16T10:50:28.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-04-16T10:50:28.362Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-04-16T10:50:28.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-04-16T10:50:28.362Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-04-16T10:50:28.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-04-16T10:50:28.362Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-04-16T10:50:28.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-04-16T10:50:28.362Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-04-16T10:50:28.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-04-16T10:50:28.362Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-04-16T10:50:28.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-04-16T10:50:28.362Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-04-16T10:50:28.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-04-16T10:50:28.362Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-04-16T10:50:28.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-04-16T10:50:28.362Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-04-16T10:50:28.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-04-16T10:50:28.362Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-04-16T10:50:28.362Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-04-16T10:50:28.645Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-04-16T10:50:28.645Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-04-16T10:50:28.645Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-04-16T10:50:28.645Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-04-16T10:50:28.645Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-04-16T10:50:28.645Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-04-16T10:50:28.645Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-04-16T10:50:28.645Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-04-16T10:50:28.645Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-04-16T10:50:28.645Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-04-16T10:50:28.645Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-16T10:50:28.645Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-16T10:50:28.645Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2021-04-16T10:50:28.645Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-04-16T10:50:28.645Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-04-16T10:50:28.645Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-04-16T10:50:28.645Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-04-16T10:50:28.645Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-04-16T10:50:28.645Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-04-16T10:50:28.645Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-16T10:50:28.645Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-16T10:50:28.645Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-16T10:50:28.645Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-16T10:50:28.645Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-16T10:50:28.645Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-16T10:50:28.645Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-16T10:50:28.645Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-16T10:50:28.645Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-16T10:50:28.645Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-16T10:50:28.645Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-16T10:50:28.645Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-16T10:50:28.645Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-16T10:50:28.645Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-16T10:50:28.645Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-16T10:50:28.645Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-16T10:50:28.645Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-16T10:50:28.645Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-16T10:50:28.645Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-16T10:50:28.645Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-16T10:50:28.645Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-16T10:50:28.645Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-16T10:50:28.645Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-16T10:50:28.645Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-16T10:50:28.645Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-16T10:50:28.645Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-16T10:50:28.645Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-16T10:50:28.645Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-16T10:50:28.645Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-16T10:50:28.645Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-16T10:50:28.645Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-04-16T10:50:28.645Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2021-04-16T10:50:28.645Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-04-16T10:50:28.645Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-04-16T10:50:28.645Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-04-16T10:50:28.645Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-04-16T10:50:28.645Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-04-16T10:50:28.645Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-04-16T10:50:28.645Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-04-16T10:50:28.645Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-04-16T10:50:28.645Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-04-16T10:50:28.645Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-04-16T10:50:28.645Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-04-16T10:50:28.645Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-04-16T10:50:28.645Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-04-16T10:50:28.645Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-04-16T10:50:28.645Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-04-16T10:50:28.645Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-04-16T10:50:28.645Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-04-16T10:50:28.645Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-04-16T10:50:28.645Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-04-16T10:50:28.645Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-04-16T10:50:28.645Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-16T10:50:28.645Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-16T10:50:28.645Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-04-16T10:50:28.645Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-16T10:50:28.645Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-16T10:50:28.645Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-16T10:50:28.645Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-04-16T10:50:28.645Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-16T10:50:28.645Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-16T10:50:28.645Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-16T10:50:28.645Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-16T10:50:28.646Z] time="2021-04-16T10:50:28Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49243/Test.Echo: Post http://127.0.0.1:49243/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-16T10:50:28.646Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-04-16T10:50:28.647Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.01s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.01s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.01s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.01s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.01s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-04-16T10:50:28.647Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.01s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.01s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.01s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.01s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.01s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.02s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.01s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2021-04-16T10:50:28.648Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.02s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.01s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.02s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.01s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.01s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.02s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.01s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2021-04-16T10:50:29.110Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-04-16T10:50:29.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-04-16T10:50:29.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2021-04-16T10:50:29.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-04-16T10:50:29.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-04-16T10:50:29.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-04-16T10:50:29.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-04-16T10:50:29.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-04-16T10:50:29.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-04-16T10:50:29.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-04-16T10:50:29.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-04-16T10:50:29.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-04-16T10:50:29.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-04-16T10:50:29.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-04-16T10:50:29.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.01s) [2021-04-16T10:50:29.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-04-16T10:50:29.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-04-16T10:50:29.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-04-16T10:50:29.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-04-16T10:50:29.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-04-16T10:50:29.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-04-16T10:50:29.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-04-16T10:50:29.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-04-16T10:50:29.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-04-16T10:50:29.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-04-16T10:50:29.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-04-16T10:50:29.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-04-16T10:50:29.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-04-16T10:50:29.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-04-16T10:50:29.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-04-16T10:50:29.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-04-16T10:50:29.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-04-16T10:50:29.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-04-16T10:50:29.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.02s) [2021-04-16T10:50:29.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-04-16T10:50:29.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2021-04-16T10:50:29.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2021-04-16T10:50:29.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2021-04-16T10:50:29.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2021-04-16T10:50:29.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2021-04-16T10:50:29.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2021-04-16T10:50:29.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2021-04-16T10:50:29.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2021-04-16T10:50:29.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2021-04-16T10:50:29.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2021-04-16T10:50:29.111Z] PASS [2021-04-16T10:50:29.111Z] coverage: 88.6% of statements [2021-04-16T10:50:29.111Z] ok github.com/docker/docker/pkg/tailfile 0.493s coverage: 88.6% of statements [2021-04-16T10:50:29.111Z] === RUN TestTarSumRemoveNonExistent [2021-04-16T10:50:29.111Z] --- PASS: TestTarSumRemoveNonExistent (0.01s) [2021-04-16T10:50:29.111Z] === RUN TestTarSumRemove [2021-04-16T10:50:29.111Z] --- PASS: TestTarSumRemove (0.00s) [2021-04-16T10:50:29.111Z] === RUN TestSortFileInfoSums [2021-04-16T10:50:29.111Z] --- PASS: TestSortFileInfoSums (0.00s) [2021-04-16T10:50:29.111Z] === RUN TestNewTarSumForLabelInvalid [2021-04-16T10:50:29.111Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2021-04-16T10:50:29.111Z] === RUN TestNewTarSumForLabel [2021-04-16T10:50:29.111Z] --- PASS: TestNewTarSumForLabel (0.00s) [2021-04-16T10:50:29.111Z] === RUN TestEmptyTar [2021-04-16T10:50:29.111Z] --- PASS: TestEmptyTar (0.00s) [2021-04-16T10:50:29.111Z] === RUN TestTarSumsReadSize [2021-04-16T10:50:29.111Z] --- PASS: TestTarSumsReadSize (0.00s) [2021-04-16T10:50:29.111Z] === RUN TestTarSums [2021-04-16T10:50:29.111Z] --- PASS: TestTarSums (0.10s) [2021-04-16T10:50:29.111Z] === RUN TestIteration [2021-04-16T10:50:29.111Z] --- PASS: TestIteration (0.00s) [2021-04-16T10:50:29.111Z] === RUN TestVersionLabelForChecksum [2021-04-16T10:50:29.111Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2021-04-16T10:50:29.111Z] === RUN TestVersion [2021-04-16T10:50:29.111Z] --- PASS: TestVersion (0.00s) [2021-04-16T10:50:29.111Z] === RUN TestGetVersion [2021-04-16T10:50:29.111Z] --- PASS: TestGetVersion (0.00s) [2021-04-16T10:50:29.111Z] === RUN TestGetVersions [2021-04-16T10:50:29.111Z] --- PASS: TestGetVersions (0.00s) [2021-04-16T10:50:29.111Z] PASS [2021-04-16T10:50:29.111Z] coverage: 89.3% of statements [2021-04-16T10:50:29.111Z] ok github.com/docker/docker/pkg/tarsum 0.157s coverage: 89.3% of statements [2021-04-16T10:50:29.247Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-04-16T10:50:29.247Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-04-16T10:50:29.572Z] testing: warning: no tests to run [2021-04-16T10:50:29.572Z] PASS [2021-04-16T10:50:29.572Z] coverage: [no statements] [2021-04-16T10:50:29.572Z] ok github.com/docker/docker/pkg/term/windows 0.042s coverage: [no statements] [no tests to run] [2021-04-16T10:50:30.034Z] === RUN TestTruncIndex [2021-04-16T10:50:30.497Z] --- PASS: TestTruncIndex (0.11s) [2021-04-16T10:50:30.497Z] PASS [2021-04-16T10:50:30.497Z] coverage: 91.5% of statements [2021-04-16T10:50:30.497Z] ok github.com/docker/docker/pkg/truncindex 0.149s coverage: 91.5% of statements [2021-04-16T10:50:30.497Z] === RUN TestIsGIT [2021-04-16T10:50:30.497Z] --- PASS: TestIsGIT (0.00s) [2021-04-16T10:50:30.497Z] === RUN TestIsTransport [2021-04-16T10:50:30.497Z] --- PASS: TestIsTransport (0.00s) [2021-04-16T10:50:30.497Z] PASS [2021-04-16T10:50:30.497Z] coverage: 100.0% of statements [2021-04-16T10:50:30.497Z] ok github.com/docker/docker/pkg/urlutil 0.040s coverage: 100.0% of statements [2021-04-16T10:50:31.469Z] === RUN TestVersionInfo [2021-04-16T10:50:31.469Z] --- PASS: TestVersionInfo (0.00s) [2021-04-16T10:50:31.469Z] === RUN TestAppendVersions [2021-04-16T10:50:31.469Z] --- PASS: TestAppendVersions (0.00s) [2021-04-16T10:50:31.469Z] PASS [2021-04-16T10:50:31.469Z] coverage: 88.9% of statements [2021-04-16T10:50:31.469Z] ok github.com/docker/docker/pkg/useragent 0.061s coverage: 88.9% of statements [2021-04-16T10:50:33.011Z] time="2021-04-16T10:50:32Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49243/Test.Echo: Post http://127.0.0.1:49243/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2021-04-16T10:50:33.472Z] === RUN TestValidatePrivileges [2021-04-16T10:50:33.472Z] --- PASS: TestValidatePrivileges (0.00s) [2021-04-16T10:50:33.472Z] === RUN TestFilterByCapNeg [2021-04-16T10:50:33.472Z] --- PASS: TestFilterByCapNeg (0.00s) [2021-04-16T10:50:33.472Z] === RUN TestFilterByCapPos [2021-04-16T10:50:33.472Z] --- PASS: TestFilterByCapPos (0.00s) [2021-04-16T10:50:33.472Z] === RUN TestStoreGetPluginNotMatchCapRefs [2021-04-16T10:50:33.472Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2021-04-16T10:50:33.472Z] PASS [2021-04-16T10:50:33.472Z] coverage: 12.0% of statements [2021-04-16T10:50:33.472Z] ok github.com/docker/docker/plugin 0.067s coverage: 12.0% of statements [2021-04-16T10:50:33.472Z] === RUN TestNewSettable [2021-04-16T10:50:33.472Z] --- PASS: TestNewSettable (0.00s) [2021-04-16T10:50:33.472Z] === RUN TestIsSettable [2021-04-16T10:50:33.472Z] --- PASS: TestIsSettable (0.00s) [2021-04-16T10:50:33.472Z] === RUN TestUpdateSettingsEnv [2021-04-16T10:50:33.472Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2021-04-16T10:50:33.472Z] PASS [2021-04-16T10:50:33.472Z] coverage: 20.1% of statements [2021-04-16T10:50:33.472Z] ok github.com/docker/docker/plugin/v2 0.046s coverage: 20.1% of statements [2021-04-16T10:50:33.655Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-04-16T10:50:33.655Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-04-16T10:50:34.373Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.24s) [2021-04-16T10:50:34.373Z] PASS [2021-04-16T10:50:34.373Z] [2021-04-16T10:50:34.373Z] === Skipped [2021-04-16T10:50:34.373Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.01s) [2021-04-16T10:50:34.373Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-16T10:50:34.373Z] [2021-04-16T10:50:34.373Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2021-04-16T10:50:34.373Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-16T10:50:34.373Z] [2021-04-16T10:50:34.373Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-04-16T10:50:34.373Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-16T10:50:34.373Z] [2021-04-16T10:50:34.373Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-04-16T10:50:34.373Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-16T10:50:34.373Z] [2021-04-16T10:50:34.373Z] [2021-04-16T10:50:34.373Z] DONE 17 tests, 4 skipped in 30.503s [2021-04-16T10:50:34.373Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-04-16T10:50:34.373Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:50:34.373Z] ++ set -e [2021-04-16T10:50:34.373Z] ++ '[' -n 0 ']' [2021-04-16T10:50:34.373Z] ++ set -x [2021-04-16T10:50:34.373Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:50:34.373Z] INFO: Testing against a local daemon [2021-04-16T10:50:34.373Z] === RUN TestPluginInvalidJSON [2021-04-16T10:50:34.373Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-04-16T10:50:34.373Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-04-16T10:50:34.373Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-04-16T10:50:34.373Z] --- PASS: TestPluginInvalidJSON (0.01s) [2021-04-16T10:50:34.373Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-04-16T10:50:34.373Z] === RUN TestPluginInstall [2021-04-16T10:50:34.373Z] === RUN TestPluginInstall/no_auth [2021-04-16T10:50:35.002Z] time="2021-04-16T10:50:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-16T10:50:35.002Z] time="2021-04-16T10:50:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1cf2b65fa5d9fce21d3510acd04ce89d4d156fb175f767ffc4dd85bb1a7c96e9" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-16T10:50:35.002Z] time="2021-04-16T10:50:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-16T10:50:35.002Z] time="2021-04-16T10:50:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1cf2b65fa5d9fce21d3510acd04ce89d4d156fb175f767ffc4dd85bb1a7c96e9" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-16T10:50:35.016Z] === RUN TestLoad [2021-04-16T10:50:35.016Z] --- PASS: TestLoad (0.00s) [2021-04-16T10:50:35.016Z] === RUN TestSave [2021-04-16T10:50:35.016Z] --- PASS: TestSave (0.03s) [2021-04-16T10:50:35.016Z] === RUN TestAddDeleteGet [2021-04-16T10:50:35.016Z] --- PASS: TestAddDeleteGet (0.04s) [2021-04-16T10:50:35.016Z] === RUN TestInvalidTags [2021-04-16T10:50:35.016Z] --- PASS: TestInvalidTags (0.00s) [2021-04-16T10:50:35.016Z] PASS [2021-04-16T10:50:35.016Z] coverage: 84.4% of statements [2021-04-16T10:50:35.016Z] ok github.com/docker/docker/reference 0.130s coverage: 84.4% of statements [2021-04-16T10:50:35.291Z] === RUN TestPluginInstall/with_htpasswd [2021-04-16T10:50:35.918Z] time="2021-04-16T10:50:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-16T10:50:35.918Z] time="2021-04-16T10:50:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:98528a3ba7ff49b2e36d33aa9500c2d360529820ed829234b56bb81308aaa7ce" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-16T10:50:35.918Z] time="2021-04-16T10:50:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-16T10:50:35.918Z] time="2021-04-16T10:50:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:98528a3ba7ff49b2e36d33aa9500c2d360529820ed829234b56bb81308aaa7ce" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-16T10:50:35.987Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.84s) [2021-04-16T10:50:35.987Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:s5z686wmkxslwo9qkuket2gca Created:2021-04-16 10:50:27.497503562 +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[bf0c7ca45b131cdbf8ebf5c7ede5feca4b1bfaeeffeea79f544c244566fcc02a:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.n66omf1v9yw2g78se4fby1chp EndpointID:5f69f05775f27aa5f785f1ef06ffd210a0cd696e57822f21446cb6cf7533b4e2 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:76e9fe4f889ae1860e49e5ca6fbf14a59e1ac8116f0235e118c026dba05256d0 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:61c117aeddae IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.n66omf1v9yw2g78se4fby1chp EndpointID:5f69f05775f27aa5f785f1ef06ffd210a0cd696e57822f21446cb6cf7533b4e2 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-04-16T10:50:35.987Z] PASS [2021-04-16T10:50:35.987Z] [2021-04-16T10:50:35.987Z] === Skipped [2021-04-16T10:50:35.987Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-04-16T10:50:35.987Z] service_test.go:242: FLAKY_TEST [2021-04-16T10:50:35.987Z] [2021-04-16T10:50:35.987Z] [2021-04-16T10:50:35.987Z] DONE 26 tests, 1 skipped in 70.580s [2021-04-16T10:50:35.987Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-04-16T10:50:35.988Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:50:35.988Z] ++ set -e [2021-04-16T10:50:35.988Z] ++ '[' -n 0 ']' [2021-04-16T10:50:35.988Z] ++ set -x [2021-04-16T10:50:35.988Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:50:35.988Z] INFO: Testing against a local daemon [2021-04-16T10:50:35.988Z] === RUN TestDockerNetworkIpvlanPersistance [2021-04-16T10:50:35.988Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2021-04-16T10:50:35.988Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-16T10:50:35.988Z] === RUN TestDockerNetworkIpvlan [2021-04-16T10:50:35.988Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-04-16T10:50:35.988Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-16T10:50:35.988Z] PASS [2021-04-16T10:50:35.988Z] [2021-04-16T10:50:35.988Z] === Skipped [2021-04-16T10:50:35.988Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2021-04-16T10:50:35.988Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-16T10:50:35.988Z] [2021-04-16T10:50:35.988Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-04-16T10:50:35.988Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-16T10:50:35.988Z] [2021-04-16T10:50:35.988Z] [2021-04-16T10:50:35.988Z] DONE 2 tests, 2 skipped in 0.210s [2021-04-16T10:50:35.988Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-04-16T10:50:35.988Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:50:35.988Z] ++ set -e [2021-04-16T10:50:35.988Z] ++ '[' -n 0 ']' [2021-04-16T10:50:35.988Z] ++ set -x [2021-04-16T10:50:35.988Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:50:35.988Z] INFO: Testing against a local daemon [2021-04-16T10:50:35.988Z] === RUN TestDockerNetworkMacvlanPersistance [2021-04-16T10:50:36.207Z] === RUN TestPluginInstall/with_insecure [2021-04-16T10:50:36.559Z] === RUN TestResolveAuthConfigIndexServer [2021-04-16T10:50:36.559Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2021-04-16T10:50:36.559Z] === RUN TestResolveAuthConfigFullURL [2021-04-16T10:50:36.559Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2021-04-16T10:50:36.559Z] === RUN TestLoadAllowNondistributableArtifacts [2021-04-16T10:50:36.559Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2021-04-16T10:50:36.559Z] === RUN TestValidateMirror [2021-04-16T10:50:36.559Z] --- PASS: TestValidateMirror (0.00s) [2021-04-16T10:50:36.559Z] === RUN TestLoadInsecureRegistries [2021-04-16T10:50:37.021Z] time="2021-04-16T10:50:36Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-04-16T10:50:37.021Z] time="2021-04-16T10:50:36Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2021-04-16T10:50:37.021Z] time="2021-04-16T10:50:36Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-04-16T10:50:37.021Z] --- PASS: TestLoadInsecureRegistries (0.17s) [2021-04-16T10:50:37.021Z] === RUN TestNewServiceConfig [2021-04-16T10:50:37.021Z] --- PASS: TestNewServiceConfig (0.00s) [2021-04-16T10:50:37.021Z] === RUN TestValidateIndexName [2021-04-16T10:50:37.021Z] --- PASS: TestValidateIndexName (0.00s) [2021-04-16T10:50:37.021Z] === RUN TestValidateIndexNameWithError [2021-04-16T10:50:37.021Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2021-04-16T10:50:37.021Z] === RUN TestEndpointParse [2021-04-16T10:50:37.021Z] --- PASS: TestEndpointParse (0.00s) [2021-04-16T10:50:37.021Z] === RUN TestEndpointParseInvalid [2021-04-16T10:50:37.021Z] --- PASS: TestEndpointParseInvalid (0.00s) [2021-04-16T10:50:37.021Z] === RUN TestValidateEndpoint [2021-04-16T10:50:37.021Z] --- PASS: TestValidateEndpoint (0.01s) [2021-04-16T10:50:37.021Z] === RUN TestPing [2021-04-16T10:50:37.021Z] --- PASS: TestPing (0.00s) [2021-04-16T10:50:37.021Z] === RUN TestPingRegistryEndpoint [2021-04-16T10:50:37.021Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2021-04-16T10:50:37.021Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:50:37.021Z] === RUN TestEndpoint [2021-04-16T10:50:37.021Z] --- SKIP: TestEndpoint (0.02s) [2021-04-16T10:50:37.021Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:50:37.021Z] === RUN TestParseRepositoryInfo [2021-04-16T10:50:37.021Z] --- PASS: TestParseRepositoryInfo (0.00s) [2021-04-16T10:50:37.021Z] === RUN TestNewIndexInfo [2021-04-16T10:50:37.021Z] --- PASS: TestNewIndexInfo (0.00s) [2021-04-16T10:50:37.021Z] === RUN TestMirrorEndpointLookup [2021-04-16T10:50:37.021Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2021-04-16T10:50:37.021Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:50:37.021Z] === RUN TestSearchRepositories [2021-04-16T10:50:37.021Z] --- PASS: TestSearchRepositories (0.00s) [2021-04-16T10:50:37.021Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2021-04-16T10:50:37.021Z] Host: 127.0.0.1:49248 [2021-04-16T10:50:37.021Z] User-Agent: docker test client [2021-04-16T10:50:37.021Z] Authorization: Token fake-token [2021-04-16T10:50:37.021Z] X-Docker-Token: true [2021-04-16T10:50:37.021Z] Accept-Encoding: gzip [2021-04-16T10:50:37.021Z] [2021-04-16T10:50:37.021Z] [2021-04-16T10:50:37.021Z] registry_test.go:730: HTTP/1.1 200 OK [2021-04-16T10:50:37.021Z] Connection: close [2021-04-16T10:50:37.021Z] Content-Length: 144 [2021-04-16T10:50:37.021Z] Cache-Control: no-cache [2021-04-16T10:50:37.021Z] Content-Type: application/json [2021-04-16T10:50:37.021Z] Date: Fri, 16 Apr 2021 10:50:36 GMT [2021-04-16T10:50:37.021Z] Expires: -1 [2021-04-16T10:50:37.021Z] Pragma: no-cache [2021-04-16T10:50:37.021Z] Server: docker-tests/mock [2021-04-16T10:50:37.021Z] X-Docker-Registry-Config: mock [2021-04-16T10:50:37.021Z] X-Docker-Registry-Version: 0.0.0 [2021-04-16T10:50:37.021Z] [2021-04-16T10:50:37.021Z] [2021-04-16T10:50:37.021Z] === RUN TestTrustedLocation [2021-04-16T10:50:37.021Z] --- PASS: TestTrustedLocation (0.00s) [2021-04-16T10:50:37.021Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2021-04-16T10:50:37.021Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2021-04-16T10:50:37.021Z] === RUN TestAllowNondistributableArtifacts [2021-04-16T10:50:37.021Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2021-04-16T10:50:37.021Z] === RUN TestIsSecureIndex [2021-04-16T10:50:37.021Z] --- PASS: TestIsSecureIndex (0.00s) [2021-04-16T10:50:37.021Z] PASS [2021-04-16T10:50:37.021Z] coverage: 51.7% of statements [2021-04-16T10:50:37.021Z] ok github.com/docker/docker/registry 0.311s coverage: 51.7% of statements [2021-04-16T10:50:37.021Z] === RUN TestResumableRequestHeaderSimpleErrors [2021-04-16T10:50:37.021Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2021-04-16T10:50:37.021Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2021-04-16T10:50:37.021Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2021-04-16T10:50:37.021Z] === RUN TestResumableRequestHeaderTooMuchFailures [2021-04-16T10:50:37.021Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2021-04-16T10:50:37.021Z] === RUN TestResumableRequestReaderWithReadError [2021-04-16T10:50:37.021Z] time="2021-04-16T10:50:36Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2021-04-16T10:50:37.021Z] --- PASS: TestResumableRequestReaderWithReadError (0.17s) [2021-04-16T10:50:37.021Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2021-04-16T10:50:37.021Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2021-04-16T10:50:37.021Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2021-04-16T10:50:37.021Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2021-04-16T10:50:37.021Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2021-04-16T10:50:37.021Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2021-04-16T10:50:37.021Z] === RUN TestResumableRequestReader [2021-04-16T10:50:37.021Z] --- PASS: TestResumableRequestReader (0.00s) [2021-04-16T10:50:37.021Z] === RUN TestResumableRequestReaderWithInitialResponse [2021-04-16T10:50:37.021Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2021-04-16T10:50:37.021Z] PASS [2021-04-16T10:50:37.021Z] coverage: 100.0% of statements [2021-04-16T10:50:37.021Z] ok github.com/docker/docker/registry/resumable 0.264s coverage: 100.0% of statements [2021-04-16T10:50:37.260Z] time="2021-04-16T10:50:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-16T10:50:37.260Z] time="2021-04-16T10:50:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9125823e0e74d825394367034ba605b15d6c274233929d416d3df464d30a9f9e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-16T10:50:37.260Z] time="2021-04-16T10:50:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-16T10:50:37.260Z] time="2021-04-16T10:50:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9125823e0e74d825394367034ba605b15d6c274233929d416d3df464d30a9f9e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-16T10:50:37.557Z] --- PASS: TestPluginInstall (4.21s) [2021-04-16T10:50:37.557Z] --- PASS: TestPluginInstall/no_auth (2.15s) [2021-04-16T10:50:37.557Z] --- PASS: TestPluginInstall/with_htpasswd (0.79s) [2021-04-16T10:50:37.557Z] --- PASS: TestPluginInstall/with_insecure (1.26s) [2021-04-16T10:50:37.557Z] plugin_test.go:165: [d5b2223e82380] daemon is not started [2021-04-16T10:50:37.557Z] === RUN TestPluginsWithRuntimes [2021-04-16T10:50:37.993Z] === RUN TestRestartManagerTimeout [2021-04-16T10:50:37.993Z] --- PASS: TestRestartManagerTimeout (0.00s) [2021-04-16T10:50:37.993Z] === RUN TestRestartManagerTimeoutReset [2021-04-16T10:50:37.993Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2021-04-16T10:50:37.993Z] PASS [2021-04-16T10:50:37.993Z] coverage: 45.3% of statements [2021-04-16T10:50:37.993Z] ok github.com/docker/docker/restartmanager 0.057s coverage: 45.3% of statements [2021-04-16T10:50:38.313Z] .......................... [ 67%] [2021-04-16T10:50:38.453Z] === RUN TestDecodeContainerConfig [2021-04-16T10:50:38.454Z] --- PASS: TestDecodeContainerConfig (0.00s) [2021-04-16T10:50:38.454Z] === RUN TestDecodeContainerConfigIsolation [2021-04-16T10:50:38.454Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2021-04-16T10:50:38.454Z] === RUN TestValidatePrivileged [2021-04-16T10:50:38.454Z] --- PASS: TestValidatePrivileged (0.00s) [2021-04-16T10:50:38.454Z] PASS [2021-04-16T10:50:38.454Z] coverage: 52.2% of statements [2021-04-16T10:50:38.454Z] ok github.com/docker/docker/runconfig 0.046s coverage: 52.2% of statements [2021-04-16T10:50:38.534Z] --- PASS: TestDockerNetworkMacvlanPersistance (3.22s) [2021-04-16T10:50:38.534Z] === RUN TestDockerNetworkMacvlan [2021-04-16T10:50:38.915Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2021-04-16T10:50:38.915Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2021-04-16T10:50:38.915Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2021-04-16T10:50:38.915Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2021-04-16T10:50:38.915Z] PASS [2021-04-16T10:50:38.915Z] coverage: 62.5% of statements [2021-04-16T10:50:38.915Z] ok github.com/docker/docker/testutil 0.059s coverage: 62.5% of statements [2021-04-16T10:50:39.054Z] === RUN TestPluginsWithRuntimes/No_Args [2021-04-16T10:50:39.926Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-04-16T10:50:40.557Z] === RUN TestPluginsWithRuntimes/With_Args [2021-04-16T10:50:41.636Z] --- PASS: TestUpdateRestartPolicy (12.93s) [2021-04-16T10:50:41.636Z] === RUN TestUpdateRestartWithAutoRemove [2021-04-16T10:50:41.636Z] --- PASS: TestUpdateRestartWithAutoRemove (0.73s) [2021-04-16T10:50:41.636Z] === RUN TestWaitNonBlocked [2021-04-16T10:50:41.636Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-16T10:50:41.636Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-16T10:50:41.636Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-16T10:50:41.636Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-16T10:50:41.636Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-16T10:50:41.636Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-16T10:50:41.637Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-04-16T10:50:41.637Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.00s) [2021-04-16T10:50:41.637Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.06s) [2021-04-16T10:50:41.637Z] === RUN TestWaitBlocked [2021-04-16T10:50:41.637Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-04-16T10:50:41.637Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-04-16T10:50:41.637Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-04-16T10:50:41.637Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-04-16T10:50:41.637Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-04-16T10:50:41.637Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-04-16T10:50:41.798Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-04-16T10:50:41.798Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-04-16T10:50:41.829Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-04-16T10:50:41.829Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-04-16T10:50:41.829Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-04-16T10:50:41.829Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-04-16T10:50:41.829Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-04-16T10:50:41.829Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2021-04-16T10:50:41.829Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2021-04-16T10:50:41.829Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-04-16T10:50:41.829Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-04-16T10:50:41.829Z] --- PASS: TestNewClientWithTimeout (17.74s) [2021-04-16T10:50:41.829Z] === RUN TestClientStream [2021-04-16T10:50:41.829Z] --- PASS: TestClientStream (0.00s) [2021-04-16T10:50:41.829Z] === RUN TestClientSendFile [2021-04-16T10:50:41.829Z] --- PASS: TestClientSendFile (0.00s) [2021-04-16T10:50:41.829Z] === RUN TestClientWithRequestTimeout [2021-04-16T10:50:41.829Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2021-04-16T10:50:41.829Z] === RUN TestFileSpecPlugin [2021-04-16T10:50:41.829Z] --- PASS: TestFileSpecPlugin (0.01s) [2021-04-16T10:50:41.829Z] === RUN TestFileJSONSpecPlugin [2021-04-16T10:50:41.829Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2021-04-16T10:50:41.829Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2021-04-16T10:50:41.829Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2021-04-16T10:50:41.829Z] === RUN TestPluginAddHandler [2021-04-16T10:50:41.829Z] --- PASS: TestPluginAddHandler (0.00s) [2021-04-16T10:50:41.829Z] === RUN TestPluginWaitBadPlugin [2021-04-16T10:50:41.829Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2021-04-16T10:50:41.829Z] === RUN TestGet [2021-04-16T10:50:41.829Z] time="2021-04-16T10:50:41Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2021-04-16T10:50:41.841Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-04-16T10:50:42.055Z] --- PASS: TestPluginsWithRuntimes (4.74s) [2021-04-16T10:50:42.055Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.48s) [2021-04-16T10:50:42.055Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.36s) [2021-04-16T10:50:42.055Z] === RUN TestPluginBackCompatMediaTypes [2021-04-16T10:50:42.289Z] time="2021-04-16T10:50:42Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2021-04-16T10:50:42.576Z] --- PASS: TestWaitBlocked (0.01s) [2021-04-16T10:50:42.576Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.10s) [2021-04-16T10:50:42.576Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.15s) [2021-04-16T10:50:42.576Z] === CONT TestContainerStartOnDaemonRestart [2021-04-16T10:50:42.576Z] === CONT TestContainerKillOnDaemonStart [2021-04-16T10:50:42.751Z] === RUN TestGetDriver [2021-04-16T10:50:42.751Z] --- PASS: TestGetDriver (0.00s) [2021-04-16T10:50:42.751Z] === RUN TestVolumeRequestError [2021-04-16T10:50:42.751Z] --- PASS: TestVolumeRequestError (0.01s) [2021-04-16T10:50:42.751Z] PASS [2021-04-16T10:50:42.751Z] coverage: 36.1% of statements [2021-04-16T10:50:42.751Z] ok github.com/docker/docker/volume/drivers 0.057s coverage: 36.1% of statements [2021-04-16T10:50:42.751Z] === RUN TestGetAddress [2021-04-16T10:50:42.751Z] --- PASS: TestGetAddress (0.00s) [2021-04-16T10:50:42.751Z] === RUN TestRemove [2021-04-16T10:50:42.751Z] --- SKIP: TestRemove (0.00s) [2021-04-16T10:50:42.751Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-04-16T10:50:42.751Z] === RUN TestInitializeWithVolumes [2021-04-16T10:50:42.751Z] --- PASS: TestInitializeWithVolumes (0.01s) [2021-04-16T10:50:42.751Z] === RUN TestCreate [2021-04-16T10:50:42.751Z] --- PASS: TestCreate (0.01s) [2021-04-16T10:50:42.751Z] === RUN TestValidateName [2021-04-16T10:50:42.751Z] --- PASS: TestValidateName (0.00s) [2021-04-16T10:50:42.751Z] === RUN TestCreateWithOpts [2021-04-16T10:50:42.751Z] --- SKIP: TestCreateWithOpts (0.00s) [2021-04-16T10:50:42.751Z] local_test.go:181: runtime.GOOS == "windows" [2021-04-16T10:50:42.751Z] === RUN TestRelaodNoOpts [2021-04-16T10:50:42.751Z] --- PASS: TestRelaodNoOpts (0.02s) [2021-04-16T10:50:42.751Z] PASS [2021-04-16T10:50:42.751Z] coverage: 41.5% of statements [2021-04-16T10:50:42.751Z] ok github.com/docker/docker/volume/local 0.102s coverage: 41.5% of statements [2021-04-16T10:50:43.082Z] --- PASS: TestPluginBackCompatMediaTypes (0.74s) [2021-04-16T10:50:43.083Z] PASS [2021-04-16T10:50:43.083Z] [2021-04-16T10:50:43.083Z] DONE 10 tests in 9.913s [2021-04-16T10:50:43.083Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-04-16T10:50:43.083Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:50:43.083Z] ++ set -e [2021-04-16T10:50:43.083Z] ++ '[' -n 0 ']' [2021-04-16T10:50:43.083Z] ++ set -x [2021-04-16T10:50:43.083Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:50:43.083Z] INFO: Testing against a local daemon [2021-04-16T10:50:43.083Z] === RUN TestExternalGraphDriver [2021-04-16T10:50:43.083Z] === RUN TestExternalGraphDriver/json [2021-04-16T10:50:43.226Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-04-16T10:50:43.723Z] === RUN TestConvertTmpfsOptions [2021-04-16T10:50:43.723Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2021-04-16T10:50:43.723Z] parser_test.go:49: data="mode=700,size=1m" [2021-04-16T10:50:43.723Z] parser_test.go:49: data="ro" [2021-04-16T10:50:43.723Z] === RUN TestParseMountRaw [2021-04-16T10:50:43.723Z] --- PASS: TestParseMountRaw (0.06s) [2021-04-16T10:50:43.723Z] === RUN TestParseMountRawSplit [2021-04-16T10:50:43.723Z] --- PASS: TestParseMountRawSplit (0.00s) [2021-04-16T10:50:43.723Z] parser_test.go:390: case 0 [2021-04-16T10:50:43.723Z] parser_test.go:390: case 1 [2021-04-16T10:50:43.723Z] parser_test.go:390: case 2 [2021-04-16T10:50:43.723Z] parser_test.go:390: case 3 [2021-04-16T10:50:43.723Z] parser_test.go:390: case 4 [2021-04-16T10:50:43.723Z] parser_test.go:390: case 5 [2021-04-16T10:50:43.723Z] parser_test.go:390: case 6 [2021-04-16T10:50:43.723Z] parser_test.go:390: case 7 [2021-04-16T10:50:43.723Z] parser_test.go:390: case 8 [2021-04-16T10:50:43.723Z] parser_test.go:390: case 0 [2021-04-16T10:50:43.723Z] parser_test.go:390: case 1 [2021-04-16T10:50:43.723Z] parser_test.go:390: case 2 [2021-04-16T10:50:43.723Z] parser_test.go:390: case 3 [2021-04-16T10:50:43.723Z] parser_test.go:390: case 4 [2021-04-16T10:50:43.723Z] parser_test.go:390: case 5 [2021-04-16T10:50:43.723Z] parser_test.go:390: case 6 [2021-04-16T10:50:43.723Z] parser_test.go:390: case 7 [2021-04-16T10:50:43.723Z] parser_test.go:390: case 8 [2021-04-16T10:50:43.723Z] parser_test.go:390: case 9 [2021-04-16T10:50:43.723Z] parser_test.go:390: case 10 [2021-04-16T10:50:43.723Z] parser_test.go:390: case 11 [2021-04-16T10:50:43.723Z] parser_test.go:390: case 12 [2021-04-16T10:50:43.723Z] parser_test.go:390: case 0 [2021-04-16T10:50:43.723Z] parser_test.go:390: case 1 [2021-04-16T10:50:43.723Z] parser_test.go:390: case 2 [2021-04-16T10:50:43.723Z] parser_test.go:390: case 3 [2021-04-16T10:50:43.723Z] parser_test.go:390: case 4 [2021-04-16T10:50:43.723Z] parser_test.go:390: case 5 [2021-04-16T10:50:43.723Z] parser_test.go:390: case 6 [2021-04-16T10:50:43.723Z] parser_test.go:390: case 7 [2021-04-16T10:50:43.723Z] parser_test.go:390: case 8 [2021-04-16T10:50:43.723Z] parser_test.go:390: case 9 [2021-04-16T10:50:43.723Z] parser_test.go:390: case 10 [2021-04-16T10:50:43.723Z] parser_test.go:390: case 11 [2021-04-16T10:50:43.723Z] === RUN TestParseMountSpec [2021-04-16T10:50:43.723Z] --- PASS: TestParseMountSpec (0.00s) [2021-04-16T10:50:43.723Z] parser_test.go:455: case 0 [2021-04-16T10:50:43.723Z] parser_test.go:455: case 1 [2021-04-16T10:50:43.723Z] parser_test.go:455: case 2 [2021-04-16T10:50:43.723Z] parser_test.go:455: case 3 [2021-04-16T10:50:43.723Z] parser_test.go:455: case 4 [2021-04-16T10:50:43.723Z] parser_test.go:455: case 5 [2021-04-16T10:50:43.723Z] === RUN TestParseMountSpecBindWithFileinfoError [2021-04-16T10:50:43.723Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s) [2021-04-16T10:50:43.723Z] === RUN TestValidateMount [2021-04-16T10:50:43.723Z] --- PASS: TestValidateMount (0.01s) [2021-04-16T10:50:43.723Z] PASS [2021-04-16T10:50:43.723Z] coverage: 66.2% of statements [2021-04-16T10:50:43.723Z] ok github.com/docker/docker/volume/mounts 0.147s coverage: 66.2% of statements [2021-04-16T10:50:44.343Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-04-16T10:50:44.605Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-04-16T10:50:44.605Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-04-16T10:50:44.696Z] time="2021-04-16T10:50:44Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2021-04-16T10:50:45.157Z] === RUN TestSetGetMeta [2021-04-16T10:50:45.157Z] === PAUSE TestSetGetMeta [2021-04-16T10:50:45.157Z] === RUN TestRestore [2021-04-16T10:50:45.157Z] === PAUSE TestRestore [2021-04-16T10:50:45.157Z] === RUN TestServiceCreate [2021-04-16T10:50:45.157Z] === PAUSE TestServiceCreate [2021-04-16T10:50:45.157Z] === RUN TestServiceList [2021-04-16T10:50:45.157Z] === PAUSE TestServiceList [2021-04-16T10:50:45.157Z] === RUN TestServiceRemove [2021-04-16T10:50:45.157Z] === PAUSE TestServiceRemove [2021-04-16T10:50:45.157Z] === RUN TestServiceGet [2021-04-16T10:50:45.157Z] === PAUSE TestServiceGet [2021-04-16T10:50:45.157Z] === RUN TestServicePrune [2021-04-16T10:50:45.157Z] === PAUSE TestServicePrune [2021-04-16T10:50:45.157Z] === RUN TestCreate [2021-04-16T10:50:45.157Z] === PAUSE TestCreate [2021-04-16T10:50:45.157Z] === RUN TestRemove [2021-04-16T10:50:45.157Z] === PAUSE TestRemove [2021-04-16T10:50:45.157Z] === RUN TestList [2021-04-16T10:50:45.157Z] === PAUSE TestList [2021-04-16T10:50:45.157Z] === RUN TestFindByDriver [2021-04-16T10:50:45.157Z] === PAUSE TestFindByDriver [2021-04-16T10:50:45.157Z] === RUN TestFindByReferenced [2021-04-16T10:50:45.157Z] === PAUSE TestFindByReferenced [2021-04-16T10:50:45.157Z] === RUN TestDerefMultipleOfSameRef [2021-04-16T10:50:45.157Z] === PAUSE TestDerefMultipleOfSameRef [2021-04-16T10:50:45.157Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2021-04-16T10:50:45.157Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2021-04-16T10:50:45.157Z] === RUN TestDefererencePluginOnCreateError [2021-04-16T10:50:45.157Z] === PAUSE TestDefererencePluginOnCreateError [2021-04-16T10:50:45.157Z] === RUN TestRefDerefRemove [2021-04-16T10:50:45.157Z] === PAUSE TestRefDerefRemove [2021-04-16T10:50:45.157Z] === RUN TestGet [2021-04-16T10:50:45.157Z] === PAUSE TestGet [2021-04-16T10:50:45.157Z] === RUN TestGetWithReference [2021-04-16T10:50:45.157Z] === PAUSE TestGetWithReference [2021-04-16T10:50:45.157Z] === RUN TestFilterFunc [2021-04-16T10:50:45.157Z] === RUN TestFilterFunc/test_nil_list [2021-04-16T10:50:45.157Z] === PAUSE TestFilterFunc/test_nil_list [2021-04-16T10:50:45.157Z] === RUN TestFilterFunc/test_empty_list [2021-04-16T10:50:45.157Z] === PAUSE TestFilterFunc/test_empty_list [2021-04-16T10:50:45.157Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2021-04-16T10:50:45.157Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2021-04-16T10:50:45.157Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-04-16T10:50:45.157Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-04-16T10:50:45.157Z] === RUN TestFilterFunc/test_filter_some [2021-04-16T10:50:45.157Z] === PAUSE TestFilterFunc/test_filter_some [2021-04-16T10:50:45.157Z] === RUN TestFilterFunc/test_filter_middle [2021-04-16T10:50:45.157Z] === PAUSE TestFilterFunc/test_filter_middle [2021-04-16T10:50:45.157Z] === RUN TestFilterFunc/test_filter_middle_and_last [2021-04-16T10:50:45.157Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2021-04-16T10:50:45.157Z] === RUN TestFilterFunc/test_filter_first_and_last [2021-04-16T10:50:45.157Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2021-04-16T10:50:45.157Z] === CONT TestFilterFunc/test_nil_list [2021-04-16T10:50:45.157Z] === CONT TestFilterFunc/test_filter_first_and_last [2021-04-16T10:50:45.157Z] === CONT TestFilterFunc/test_filter_some [2021-04-16T10:50:45.157Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-04-16T10:50:45.157Z] === CONT TestFilterFunc/test_filter_middle_and_last [2021-04-16T10:50:45.157Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2021-04-16T10:50:45.157Z] === CONT TestFilterFunc/test_empty_list [2021-04-16T10:50:45.157Z] === CONT TestFilterFunc/test_filter_middle [2021-04-16T10:50:45.157Z] --- PASS: TestFilterFunc (0.00s) [2021-04-16T10:50:45.157Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2021-04-16T10:50:45.157Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2021-04-16T10:50:45.157Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2021-04-16T10:50:45.157Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2021-04-16T10:50:45.157Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2021-04-16T10:50:45.157Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2021-04-16T10:50:45.157Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2021-04-16T10:50:45.157Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2021-04-16T10:50:45.157Z] === CONT TestSetGetMeta [2021-04-16T10:50:45.157Z] === CONT TestFindByReferenced [2021-04-16T10:50:45.157Z] === CONT TestServicePrune [2021-04-16T10:50:45.157Z] === CONT TestList [2021-04-16T10:50:45.157Z] --- PASS: TestSetGetMeta (0.02s) [2021-04-16T10:50:45.157Z] === CONT TestFindByDriver [2021-04-16T10:50:45.157Z] --- PASS: TestFindByReferenced (0.03s) [2021-04-16T10:50:45.157Z] === CONT TestRemove [2021-04-16T10:50:45.157Z] --- PASS: TestList (0.03s) [2021-04-16T10:50:45.157Z] === CONT TestCreate [2021-04-16T10:50:45.157Z] --- PASS: TestFindByDriver (0.02s) [2021-04-16T10:50:45.157Z] === CONT TestGetWithReference [2021-04-16T10:50:45.157Z] --- PASS: TestRemove (0.02s) [2021-04-16T10:50:45.157Z] === CONT TestServiceList [2021-04-16T10:50:45.157Z] --- PASS: TestCreate (0.02s) [2021-04-16T10:50:45.157Z] === CONT TestServiceGet [2021-04-16T10:50:45.157Z] --- PASS: TestGetWithReference (0.02s) [2021-04-16T10:50:45.157Z] === CONT TestServiceRemove [2021-04-16T10:50:45.619Z] --- PASS: TestServiceGet (0.15s) [2021-04-16T10:50:45.619Z] === CONT TestServiceCreate [2021-04-16T10:50:45.619Z] time="2021-04-16T10:50:45Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-04-16T10:50:45.619Z] --- PASS: TestServiceRemove (0.14s) [2021-04-16T10:50:45.619Z] === CONT TestRestore [2021-04-16T10:50:45.619Z] time="2021-04-16T10:50:45Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-04-16T10:50:45.619Z] --- PASS: TestServiceList (0.16s) [2021-04-16T10:50:45.619Z] === CONT TestDefererencePluginOnCreateError [2021-04-16T10:50:45.619Z] time="2021-04-16T10:50:45Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-04-16T10:50:45.619Z] time="2021-04-16T10:50:45Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2021-04-16T10:50:45.619Z] --- PASS: TestServiceCreate (0.02s) [2021-04-16T10:50:45.619Z] === CONT TestGet [2021-04-16T10:50:45.619Z] time="2021-04-16T10:50:45Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-04-16T10:50:45.619Z] --- PASS: TestRestore (0.03s) [2021-04-16T10:50:45.619Z] === CONT TestRefDerefRemove [2021-04-16T10:50:45.619Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2021-04-16T10:50:45.619Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2021-04-16T10:50:45.619Z] --- PASS: TestServicePrune (0.24s) [2021-04-16T10:50:45.619Z] === CONT TestDerefMultipleOfSameRef [2021-04-16T10:50:45.619Z] --- PASS: TestGet (0.02s) [2021-04-16T10:50:45.619Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2021-04-16T10:50:45.619Z] --- PASS: TestRefDerefRemove (0.02s) [2021-04-16T10:50:45.619Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2021-04-16T10:50:45.619Z] PASS [2021-04-16T10:50:45.619Z] coverage: 70.3% of statements [2021-04-16T10:50:45.619Z] ok github.com/docker/docker/volume/service 0.357s coverage: 70.3% of statements [2021-04-16T10:50:45.797Z] === RUN TestExternalGraphDriver/spec [2021-04-16T10:50:45.872Z] --- PASS: TestContainerStartOnDaemonRestart (2.98s) [2021-04-16T10:50:45.872Z] === CONT TestIpcModeOlderClient [2021-04-16T10:50:45.872Z] --- PASS: TestIpcModeOlderClient (0.06s) [2021-04-16T10:50:45.872Z] === CONT TestDaemonHostGatewayIP [2021-04-16T10:50:47.155Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-04-16T10:50:47.435Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-04-16T10:50:47.853Z] === RUN TestExternalGraphDriver/pull [2021-04-16T10:50:48.532Z] time="2021-04-16T10:50:48Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2021-04-16T10:50:48.543Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-04-16T10:50:48.804Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-04-16T10:50:49.168Z] --- PASS: TestDaemonHostGatewayIP (3.78s) [2021-04-16T10:50:49.168Z] === CONT TestRestartDaemonWithRestartingContainer [2021-04-16T10:50:49.376Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-04-16T10:50:49.907Z] --- PASS: TestExternalGraphDriver (6.68s) [2021-04-16T10:50:49.907Z] --- PASS: TestExternalGraphDriver/json (2.20s) [2021-04-16T10:50:49.907Z] --- PASS: TestExternalGraphDriver/spec (2.21s) [2021-04-16T10:50:49.907Z] --- PASS: TestExternalGraphDriver/pull (2.18s) [2021-04-16T10:50:49.907Z] === RUN TestGraphdriverPluginV2 [2021-04-16T10:50:49.907Z] --- SKIP: TestGraphdriverPluginV2 (0.09s) [2021-04-16T10:50:49.907Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-16T10:50:49.907Z] PASS [2021-04-16T10:50:49.907Z] [2021-04-16T10:50:49.907Z] === Skipped [2021-04-16T10:50:49.907Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.09s) [2021-04-16T10:50:49.907Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-16T10:50:49.907Z] [2021-04-16T10:50:49.907Z] [2021-04-16T10:50:49.907Z] DONE 5 tests, 1 skipped in 6.920s [2021-04-16T10:50:49.907Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-04-16T10:50:49.907Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:50:49.907Z] ++ set -e [2021-04-16T10:50:49.907Z] ++ '[' -n 0 ']' [2021-04-16T10:50:49.907Z] ++ set -x [2021-04-16T10:50:49.907Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:50:49.907Z] INFO: Testing against a local daemon [2021-04-16T10:50:49.907Z] === RUN TestContinueAfterPluginCrash [2021-04-16T10:50:49.907Z] === PAUSE TestContinueAfterPluginCrash [2021-04-16T10:50:49.907Z] === RUN TestReadPluginNoRead [2021-04-16T10:50:49.907Z] === PAUSE TestReadPluginNoRead [2021-04-16T10:50:49.907Z] === RUN TestDaemonStartWithLogOpt [2021-04-16T10:50:49.907Z] === PAUSE TestDaemonStartWithLogOpt [2021-04-16T10:50:49.907Z] === CONT TestContinueAfterPluginCrash [2021-04-16T10:50:49.907Z] === CONT TestDaemonStartWithLogOpt [2021-04-16T10:50:50.762Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-04-16T10:50:51.642Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-04-16T10:50:51.808Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-04-16T10:50:52.464Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.84s) [2021-04-16T10:50:52.464Z] === CONT TestDaemonRestartIpcMode [2021-04-16T10:50:53.319Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-04-16T10:50:53.579Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-04-16T10:50:53.842Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-04-16T10:50:53.842Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (4.92s) [2021-04-16T10:50:53.842Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (5.23s) [2021-04-16T10:50:53.842Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (7.37s) [2021-04-16T10:50:53.842Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (7.06s) [2021-04-16T10:50:53.842Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (4.26s) [2021-04-16T10:50:53.842Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (4.27s) [2021-04-16T10:50:53.842Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (2.24s) [2021-04-16T10:50:53.842Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.90s) [2021-04-16T10:50:53.842Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (4.68s) [2021-04-16T10:50:53.842Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.88s) [2021-04-16T10:50:53.842Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (2.29s) [2021-04-16T10:50:53.842Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (3.28s) [2021-04-16T10:50:53.842Z] === RUN TestCgroupNamespacesRun [2021-04-16T10:50:54.339Z] --- PASS: TestDaemonStartWithLogOpt (3.89s) [2021-04-16T10:50:54.339Z] === CONT TestReadPluginNoRead [2021-04-16T10:50:55.766Z] --- PASS: TestDaemonRestartIpcMode (3.10s) [2021-04-16T10:50:55.766Z] --- PASS: TestContainerKillOnDaemonStart (12.96s) [2021-04-16T10:50:55.766Z] PASS [2021-04-16T10:50:55.766Z] [2021-04-16T10:50:55.766Z] === Skipped [2021-04-16T10:50:55.766Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-04-16T10:50:55.766Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-04-16T10:50:55.766Z] [2021-04-16T10:50:55.766Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-04-16T10:50:55.766Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-04-16T10:50:55.766Z] [2021-04-16T10:50:55.766Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-04-16T10:50:55.766Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-04-16T10:50:55.766Z] [2021-04-16T10:50:55.766Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2021-04-16T10:50:55.766Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-04-16T10:50:55.766Z] [2021-04-16T10:50:55.766Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.01s) [2021-04-16T10:50:55.766Z] run_linux_test.go:24: !testEnv.DaemonInfo.KernelMemoryTCP [2021-04-16T10:50:55.766Z] [2021-04-16T10:50:55.766Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-04-16T10:50:55.766Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-04-16T10:50:55.766Z] [2021-04-16T10:50:55.766Z] [2021-04-16T10:50:55.766Z] DONE 197 tests, 6 skipped in 154.808s [2021-04-16T10:50:55.766Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-04-16T10:50:55.766Z] INFO: Testing against a local daemon [2021-04-16T10:50:55.766Z] === RUN TestCommitInheritsEnv [2021-04-16T10:50:55.766Z] --- PASS: TestCommitInheritsEnv (0.29s) [2021-04-16T10:50:55.766Z] === RUN TestImportExtremelyLargeImageWorks [2021-04-16T10:50:55.766Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-04-16T10:50:55.766Z] === RUN TestImagesFilterMultiReference [2021-04-16T10:50:55.766Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2021-04-16T10:50:55.766Z] === RUN TestImagePullPlatformInvalid [2021-04-16T10:50:55.766Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-04-16T10:50:55.766Z] === RUN TestRemoveImageOrphaning [2021-04-16T10:50:56.027Z] --- PASS: TestRemoveImageOrphaning (0.28s) [2021-04-16T10:50:56.027Z] === RUN TestRemoveImageGarbageCollector [2021-04-16T10:50:57.055Z] === RUN TestReadPluginNoRead/default [2021-04-16T10:50:57.116Z] --- PASS: TestGet (15.01s) [2021-04-16T10:50:57.116Z] === RUN TestPluginWithNoManifest [2021-04-16T10:50:57.116Z] --- PASS: TestPluginWithNoManifest (0.00s) [2021-04-16T10:50:57.116Z] === RUN TestGetAll [2021-04-16T10:50:57.116Z] --- PASS: TestGetAll (0.00s) [2021-04-16T10:50:57.116Z] PASS [2021-04-16T10:50:57.116Z] coverage: 73.4% of statements [2021-04-16T10:50:57.116Z] ok github.com/docker/docker/pkg/plugins 36.261s coverage: 73.4% of statements [2021-04-16T10:50:57.116Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-04-16T10:50:57.116Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-04-16T10:50:57.116Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-04-16T10:50:57.116Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-04-16T10:50:57.116Z] ? github.com/docker/docker/pkg/term [no test files] [2021-04-16T10:50:57.116Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-04-16T10:50:57.116Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2021-04-16T10:50:57.116Z] ? github.com/docker/docker/quota [no test files] [2021-04-16T10:50:57.116Z] ? github.com/docker/docker/rootless [no test files] [2021-04-16T10:50:57.116Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-04-16T10:50:57.116Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-04-16T10:50:57.116Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-04-16T10:50:57.116Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-04-16T10:50:57.116Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-04-16T10:50:57.116Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-04-16T10:50:57.116Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-04-16T10:50:57.116Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-04-16T10:50:57.116Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-04-16T10:50:57.116Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-04-16T10:50:57.116Z] ? github.com/docker/docker/testutil/request [no test files] [2021-04-16T10:50:57.116Z] ? github.com/docker/docker/volume [no test files] [2021-04-16T10:50:57.116Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-04-16T10:50:57.116Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-04-16T10:50:57.144Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-04-16T10:50:57.144Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2021-04-16T10:50:57.144Z] --- PASS: TestCgroupNamespacesRun (3.22s) [2021-04-16T10:50:57.144Z] === RUN TestCgroupNamespacesRunPrivileged [2021-04-16T10:50:58.571Z] --- PASS: TestRemoveImageGarbageCollector (2.18s) [2021-04-16T10:50:58.571Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-04-16T10:50:58.571Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2021-04-16T10:50:58.571Z] === RUN TestTagInvalidReference [2021-04-16T10:50:58.571Z] --- PASS: TestTagInvalidReference (0.03s) [2021-04-16T10:50:58.571Z] === RUN TestTagValidPrefixedRepo [2021-04-16T10:50:58.571Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2021-04-16T10:50:58.571Z] === RUN TestTagExistedNameWithoutForce [2021-04-16T10:50:58.571Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-04-16T10:50:58.571Z] === RUN TestTagOfficialNames [2021-04-16T10:50:58.571Z] --- PASS: TestTagOfficialNames (0.05s) [2021-04-16T10:50:58.571Z] === RUN TestTagMatchesDigest [2021-04-16T10:50:58.571Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-04-16T10:50:58.571Z] === CONT TestImportExtremelyLargeImageWorks [2021-04-16T10:50:59.113Z] === RUN TestReadPluginNoRead/disabled_caching [2021-04-16T10:50:59.403Z] --- PASS: TestContinueAfterPluginCrash (9.32s) [2021-04-16T10:50:59.690Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.46s) [2021-04-16T10:50:59.690Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-04-16T10:50:59.784Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-04-16T10:50:59.951Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-04-16T10:51:00.032Z] [2021-04-16T10:51:00.032Z] === Skipped [2021-04-16T10:51:00.032Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2021-04-16T10:51:00.032Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-04-16T10:51:00.032Z] [2021-04-16T10:51:00.032Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2021-04-16T10:51:00.032Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:51:00.032Z] [2021-04-16T10:51:00.032Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2021-04-16T10:51:00.032Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:51:00.032Z] [2021-04-16T10:51:00.032Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2021-04-16T10:51:00.032Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:51:00.032Z] [2021-04-16T10:51:00.032Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2021-04-16T10:51:00.032Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:51:00.032Z] [2021-04-16T10:51:00.032Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2021-04-16T10:51:00.032Z] client_test.go:23: runtime.GOOS == "windows" [2021-04-16T10:51:00.032Z] [2021-04-16T10:51:00.032Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2021-04-16T10:51:00.032Z] daemon_test.go:147: root required [2021-04-16T10:51:00.032Z] [2021-04-16T10:51:00.032Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-04-16T10:51:00.032Z] reload_test.go:520: root required [2021-04-16T10:51:00.032Z] [2021-04-16T10:51:00.032Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2021-04-16T10:51:00.032Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:51:00.032Z] [2021-04-16T10:51:00.032Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2021-04-16T10:51:00.032Z] pull_v2_test.go:73: Needs fixing on Windows [2021-04-16T10:51:00.032Z] [2021-04-16T10:51:00.032Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2021-04-16T10:51:00.032Z] pull_v2_test.go:118: Needs fixing on Windows [2021-04-16T10:51:00.032Z] [2021-04-16T10:51:00.032Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2021-04-16T10:51:00.032Z] download_test.go:268: Needs fixing on Windows [2021-04-16T10:51:00.032Z] [2021-04-16T10:51:00.032Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2021-04-16T10:51:00.032Z] layer_test.go:304: Failing on Windows [2021-04-16T10:51:00.032Z] [2021-04-16T10:51:00.032Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2021-04-16T10:51:00.032Z] layer_test.go:353: Failing on Windows [2021-04-16T10:51:00.032Z] [2021-04-16T10:51:00.032Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2021-04-16T10:51:00.032Z] layer_test.go:468: Failing on Windows [2021-04-16T10:51:00.032Z] [2021-04-16T10:51:00.032Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2021-04-16T10:51:00.032Z] layer_test.go:697: Failing on Windows [2021-04-16T10:51:00.032Z] [2021-04-16T10:51:00.032Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2021-04-16T10:51:00.032Z] migration_test.go:46: Failing on Windows [2021-04-16T10:51:00.032Z] [2021-04-16T10:51:00.032Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2021-04-16T10:51:00.032Z] migration_test.go:182: Failing on Windows [2021-04-16T10:51:00.032Z] [2021-04-16T10:51:00.032Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2021-04-16T10:51:00.032Z] mount_test.go:17: Failing on Windows [2021-04-16T10:51:00.032Z] [2021-04-16T10:51:00.032Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2021-04-16T10:51:00.032Z] mount_test.go:76: Failing on Windows [2021-04-16T10:51:00.032Z] [2021-04-16T10:51:00.032Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2021-04-16T10:51:00.032Z] mount_test.go:125: Failing on Windows [2021-04-16T10:51:00.032Z] [2021-04-16T10:51:00.032Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2021-04-16T10:51:00.032Z] mount_test.go:212: Failing on Windows [2021-04-16T10:51:00.032Z] [2021-04-16T10:51:00.032Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2021-04-16T10:51:00.032Z] archive_test.go:134: Xz not present in msys2 [2021-04-16T10:51:00.032Z] [2021-04-16T10:51:00.032Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2021-04-16T10:51:00.032Z] archive_test.go:239: Failing on Windows CI machines [2021-04-16T10:51:00.032Z] [2021-04-16T10:51:00.032Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2021-04-16T10:51:00.032Z] archive_windows_test.go:16: Currently fails [2021-04-16T10:51:00.032Z] [2021-04-16T10:51:00.032Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2021-04-16T10:51:00.032Z] changes_test.go:196: needs more investigation [2021-04-16T10:51:00.032Z] [2021-04-16T10:51:00.032Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2021-04-16T10:51:00.032Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2021-04-16T10:51:00.032Z] [2021-04-16T10:51:00.032Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2021-04-16T10:51:00.032Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2021-04-16T10:51:00.032Z] [2021-04-16T10:51:00.032Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2021-04-16T10:51:00.032Z] changes_test.go:433: needs further investigation [2021-04-16T10:51:00.032Z] [2021-04-16T10:51:00.032Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2021-04-16T10:51:00.032Z] changes_test.go:469: needs further investigation [2021-04-16T10:51:00.032Z] [2021-04-16T10:51:00.032Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2021-04-16T10:51:00.032Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:51:00.032Z] [2021-04-16T10:51:00.032Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.01s) [2021-04-16T10:51:00.032Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:51:00.032Z] [2021-04-16T10:51:00.032Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2021-04-16T10:51:00.032Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-04-16T10:51:00.032Z] [2021-04-16T10:51:00.032Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2021-04-16T10:51:00.032Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-04-16T10:51:00.032Z] [2021-04-16T10:51:00.032Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2021-04-16T10:51:00.032Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:51:00.032Z] [2021-04-16T10:51:00.032Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2021-04-16T10:51:00.032Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-04-16T10:51:00.032Z] [2021-04-16T10:51:00.032Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-04-16T10:51:00.032Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:51:00.032Z] [2021-04-16T10:51:00.032Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-04-16T10:51:00.032Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:51:00.032Z] [2021-04-16T10:51:00.032Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2021-04-16T10:51:00.032Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:51:00.032Z] [2021-04-16T10:51:00.032Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2021-04-16T10:51:00.032Z] poller_test.go:41: No chmod on Windows [2021-04-16T10:51:00.032Z] [2021-04-16T10:51:00.032Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-04-16T10:51:00.032Z] fileutils_test.go:134: Needs porting to Windows [2021-04-16T10:51:00.032Z] [2021-04-16T10:51:00.032Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2021-04-16T10:51:00.032Z] fileutils_test.go:180: Needs porting to Windows [2021-04-16T10:51:00.032Z] [2021-04-16T10:51:00.032Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2021-04-16T10:51:00.032Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:51:00.032Z] [2021-04-16T10:51:00.032Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.02s) [2021-04-16T10:51:00.032Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:51:00.032Z] [2021-04-16T10:51:00.032Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2021-04-16T10:51:00.032Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:51:00.032Z] [2021-04-16T10:51:00.032Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2021-04-16T10:51:00.032Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-04-16T10:51:00.032Z] [2021-04-16T10:51:00.032Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2021-04-16T10:51:00.032Z] local_test.go:181: runtime.GOOS == "windows" [2021-04-16T10:51:00.032Z] [2021-04-16T10:51:00.032Z] [2021-04-16T10:51:00.032Z] DONE 1833 tests, 47 skipped in 233.530s [2021-04-16T10:51:00.032Z] INFO: make.ps1 ended at 04/16/2021 10:50:59 [2021-04-16T10:51:01.335Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2021-04-16T10:51:01.461Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-04-16T10:51:01.699Z] --- PASS: TestDockerNetworkMacvlan (23.08s) [2021-04-16T10:51:01.699Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.19s) [2021-04-16T10:51:01.699Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.19s) [2021-04-16T10:51:01.699Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.32s) [2021-04-16T10:51:01.699Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.57s) [2021-04-16T10:51:01.699Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.83s) [2021-04-16T10:51:01.699Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.76s) [2021-04-16T10:51:01.699Z] PASS [2021-04-16T10:51:01.699Z] [2021-04-16T10:51:01.699Z] DONE 8 tests in 26.473s [2021-04-16T10:51:01.699Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2021-04-16T10:51:01.699Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:51:01.699Z] ++ set -e [2021-04-16T10:51:01.699Z] ++ '[' -n 0 ']' [2021-04-16T10:51:01.699Z] ++ set -x [2021-04-16T10:51:01.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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:51:01.699Z] testing: warning: no tests to run [2021-04-16T10:51:01.699Z] PASS [2021-04-16T10:51:01.699Z] [2021-04-16T10:51:01.699Z] DONE 0 tests in 0.046s [2021-04-16T10:51:01.699Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-04-16T10:51:01.699Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:51:01.699Z] ++ set -e [2021-04-16T10:51:01.699Z] ++ '[' -n 0 ']' [2021-04-16T10:51:01.699Z] ++ set -x [2021-04-16T10:51:01.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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:51:01.699Z] INFO: Testing against a local daemon [2021-04-16T10:51:01.699Z] === RUN TestAuthZPluginAllowRequest [2021-04-16T10:51:02.220Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2021-04-16T10:51:02.220Z] INFO: Unit tests ended at 04/16/2021 10:51:01. Duration:00:04:12.3022311 [2021-04-16T10:51:02.220Z] INFO: Building busybox [2021-04-16T10:51:02.220Z] Sending build context to Docker daemon 5.12kB [2021-04-16T10:51:02.220Z] [2021-04-16T10:51:02.220Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2021-04-16T10:51:02.220Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2021-04-16T10:51:02.220Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2021-04-16T10:51:02.220Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2021-04-16T10:51:02.220Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2021-04-16T10:51:02.220Z] ---> 39d157a84080 [2021-04-16T10:51:02.220Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2021-04-16T10:51:02.220Z] ---> Running in 85fa1f1e9891 [2021-04-16T10:51:02.275Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-04-16T10:51:02.276Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-04-16T10:51:02.721Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (3.02s) [2021-04-16T10:51:02.721Z] === RUN TestCgroupNamespacesRunHostMode [2021-04-16T10:51:03.322Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-04-16T10:51:03.547Z] --- PASS: TestReadPluginNoRead (9.29s) [2021-04-16T10:51:03.547Z] --- PASS: TestReadPluginNoRead/default (2.16s) [2021-04-16T10:51:03.547Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.19s) [2021-04-16T10:51:03.547Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.13s) [2021-04-16T10:51:03.547Z] read_test.go:92: [dd684891bf1f1] daemon is not started [2021-04-16T10:51:03.547Z] PASS [2021-04-16T10:51:03.547Z] [2021-04-16T10:51:03.547Z] DONE 6 tests in 13.373s [2021-04-16T10:51:03.547Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (s390x.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-04-16T10:51:03.547Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:51:03.547Z] ++ set -e [2021-04-16T10:51:03.547Z] ++ '[' -n 0 ']' [2021-04-16T10:51:03.547Z] ++ set -x [2021-04-16T10:51:03.547Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:51:03.547Z] testing: warning: no tests to run [2021-04-16T10:51:03.547Z] PASS [2021-04-16T10:51:03.547Z] [2021-04-16T10:51:03.547Z] DONE 0 tests in 0.049s [2021-04-16T10:51:03.547Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-04-16T10:51:03.547Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:51:03.547Z] ++ set -e [2021-04-16T10:51:03.547Z] ++ '[' -n 0 ']' [2021-04-16T10:51:03.547Z] ++ set -x [2021-04-16T10:51:03.547Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:51:03.547Z] INFO: Testing against a local daemon [2021-04-16T10:51:03.547Z] === RUN TestPluginWithDevMounts [2021-04-16T10:51:03.547Z] === PAUSE TestPluginWithDevMounts [2021-04-16T10:51:03.547Z] === CONT TestPluginWithDevMounts [2021-04-16T10:51:03.665Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2021-04-16T10:51:04.245Z] --- PASS: TestAuthZPluginAllowRequest (2.29s) [2021-04-16T10:51:04.245Z] === RUN TestAuthZPluginTLS [2021-04-16T10:51:04.844Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-04-16T10:51:05.158Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-04-16T10:51:05.194Z] --- PASS: TestAuthZPluginTLS (1.23s) [2021-04-16T10:51:05.194Z] === RUN TestAuthZPluginDenyRequest [2021-04-16T10:51:05.612Z] --- PASS: TestPluginWithDevMounts (1.88s) [2021-04-16T10:51:05.612Z] PASS [2021-04-16T10:51:05.612Z] [2021-04-16T10:51:05.612Z] DONE 1 tests in 2.062s [2021-04-16T10:51:05.612Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2021-04-16T10:51:05.612Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:51:05.612Z] ++ set -e [2021-04-16T10:51:05.612Z] ++ '[' -n 0 ']' [2021-04-16T10:51:05.612Z] ++ set -x [2021-04-16T10:51:05.612Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:51:05.612Z] INFO: Testing against a local daemon [2021-04-16T10:51:05.612Z] === RUN TestSecretInspect [2021-04-16T10:51:06.212Z] --- PASS: TestCgroupNamespacesRunHostMode (3.20s) [2021-04-16T10:51:06.212Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-04-16T10:51:06.579Z] --- PASS: TestAuthZPluginDenyRequest (1.15s) [2021-04-16T10:51:06.579Z] === RUN TestAuthZPluginAPIDenyResponse [2021-04-16T10:51:06.683Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-04-16T10:51:06.996Z] Removing intermediate container 85fa1f1e9891 [2021-04-16T10:51:06.996Z] ---> af856f8de2ae [2021-04-16T10:51:06.996Z] Step 7/13 : ARG BUSYBOX_VERSION [2021-04-16T10:51:06.996Z] ---> Running in 2f134b4d5e83 [2021-04-16T10:51:06.996Z] Removing intermediate container 2f134b4d5e83 [2021-04-16T10:51:06.996Z] ---> 43ee34fc29c1 [2021-04-16T10:51:06.996Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2021-04-16T10:51:07.154Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-04-16T10:51:07.457Z] ---> Running in 4069285abfb6 [2021-04-16T10:51:07.521Z] --- PASS: TestAuthZPluginAPIDenyResponse (1.13s) [2021-04-16T10:51:07.521Z] === RUN TestAuthZPluginDenyResponse [2021-04-16T10:51:07.918Z] Removing intermediate container 4069285abfb6 [2021-04-16T10:51:07.918Z] ---> e3e13b3eba6c [2021-04-16T10:51:07.918Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2021-04-16T10:51:08.889Z] [2021-04-16T10:51:08.910Z] --- PASS: TestAuthZPluginDenyResponse (1.12s) [2021-04-16T10:51:08.910Z] === RUN TestAuthZPluginAllowEventStream [2021-04-16T10:51:09.072Z] --- PASS: TestCgroupNamespacesRunPrivateMode (3.17s) [2021-04-16T10:51:09.072Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-04-16T10:51:09.072Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-04-16T10:51:09.861Z] ---> 12e17481de73 [2021-04-16T10:51:09.861Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2021-04-16T10:51:09.861Z] ---> Running in 46458ebaf4de [2021-04-16T10:51:10.046Z] --- PASS: TestSecretInspect (3.86s) [2021-04-16T10:51:10.046Z] === RUN TestSecretList [2021-04-16T10:51:10.248Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-04-16T10:51:10.826Z] --- PASS: TestAuthZPluginAllowEventStream (2.24s) [2021-04-16T10:51:10.826Z] === RUN TestAuthZPluginErrorResponse [2021-04-16T10:51:10.987Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-04-16T10:51:10.987Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.04s) [2021-04-16T10:51:10.987Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-04-16T10:51:11.248Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2021-04-16T10:51:11.510Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-04-16T10:51:12.081Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-04-16T10:51:12.212Z] --- PASS: TestAuthZPluginErrorResponse (1.16s) [2021-04-16T10:51:12.212Z] === RUN TestAuthZPluginErrorRequest [2021-04-16T10:51:12.333Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-04-16T10:51:12.657Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.47s) [2021-04-16T10:51:12.657Z] === RUN TestCgroupNamespacesRunOlderClient [2021-04-16T10:51:13.155Z] --- PASS: TestAuthZPluginErrorRequest (1.15s) [2021-04-16T10:51:13.155Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-04-16T10:51:13.549Z] --- PASS: TestSecretList (3.72s) [2021-04-16T10:51:13.549Z] === RUN TestSecretsCreateAndDelete [2021-04-16T10:51:13.857Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-04-16T10:51:14.504Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-04-16T10:51:14.540Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (1.17s) [2021-04-16T10:51:14.540Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-04-16T10:51:15.961Z] --- PASS: TestCgroupNamespacesRunOlderClient (3.09s) [2021-04-16T10:51:15.961Z] === RUN TestKernelTCPMemory [2021-04-16T10:51:16.049Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-04-16T10:51:16.535Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2021-04-16T10:51:17.049Z] --- PASS: TestSecretsCreateAndDelete (3.79s) [2021-04-16T10:51:17.049Z] === RUN TestSecretsUpdate [2021-04-16T10:51:17.087Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.67s) [2021-04-16T10:51:17.087Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-04-16T10:51:17.478Z] --- PASS: TestKernelTCPMemory (1.78s) [2021-04-16T10:51:17.478Z] === RUN TestNISDomainname [2021-04-16T10:51:17.573Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-04-16T10:51:19.108Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-04-16T10:51:19.634Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.63s) [2021-04-16T10:51:19.634Z] === RUN TestAuthZPluginHeader [2021-04-16T10:51:20.057Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-04-16T10:51:20.057Z] --- PASS: TestNISDomainname (2.55s) [2021-04-16T10:51:20.057Z] === RUN TestHostnameDnsResolution [2021-04-16T10:51:20.204Z] Removing intermediate container 46458ebaf4de [2021-04-16T10:51:20.204Z] ---> c1d345a144ea [2021-04-16T10:51:20.204Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2021-04-16T10:51:20.204Z] ---> Running in 643b36b0ee0f [2021-04-16T10:51:20.548Z] --- PASS: TestSecretsUpdate (3.73s) [2021-04-16T10:51:20.548Z] === RUN TestTemplatedSecret [2021-04-16T10:51:20.634Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-04-16T10:51:21.021Z] --- PASS: TestAuthZPluginHeader (1.46s) [2021-04-16T10:51:21.021Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-04-16T10:51:21.021Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-04-16T10:51:21.021Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-16T10:51:21.021Z] === RUN TestAuthZPluginV2Disable [2021-04-16T10:51:21.021Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2021-04-16T10:51:21.021Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-16T10:51:21.021Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-04-16T10:51:21.021Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-04-16T10:51:21.021Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-16T10:51:21.021Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-04-16T10:51:21.282Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-04-16T10:51:21.282Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-16T10:51:21.282Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-04-16T10:51:21.681Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-04-16T10:51:21.746Z] [2021-04-16T10:51:21.746Z] SUCCESS: Specified value was saved. [2021-04-16T10:51:21.970Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-04-16T10:51:22.914Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2021-04-16T10:51:22.914Z] --- PASS: TestHostnameDnsResolution (2.94s) [2021-04-16T10:51:22.914Z] === RUN TestStats [2021-04-16T10:51:23.206Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-04-16T10:51:23.206Z] Using test binary docker [2021-04-16T10:51:23.206Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-04-16T10:51:23.206Z] +++ /etc/init.d/apparmor start [2021-04-16T10:51:23.206Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-04-16T10:51:23.206Z] INFO: Waiting for daemon to start... [2021-04-16T10:51:23.206Z] Starting dockerd [2021-04-16T10:51:23.206Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2021-04-16T10:51:23.356Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2021-04-16T10:51:23.933Z] Removing intermediate container 643b36b0ee0f [2021-04-16T10:51:23.933Z] ---> 26af25b62e49 [2021-04-16T10:51:23.933Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2021-04-16T10:51:23.933Z] ---> Running in 615f6c7fc670 [2021-04-16T10:51:24.299Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-04-16T10:51:24.299Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2021-04-16T10:51:24.984Z] --- PASS: TestTemplatedSecret (3.64s) [2021-04-16T10:51:24.984Z] === RUN TestSecretCreateResolve [2021-04-16T10:51:25.280Z] . [2021-04-16T10:51:25.280Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-04-16T10:51:25.280Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-04-16T10:51:25.280Z] Error: No such image: emptyfs [2021-04-16T10:51:25.280Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-04-16T10:51:25.280Z] ++++ docker load [2021-04-16T10:51:25.577Z] Running integration-test (iteration 1) [2021-04-16T10:51:25.577Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2021-04-16T10:51:25.577Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:51:25.577Z] ++ set -e [2021-04-16T10:51:25.577Z] ++ '[' -n 0 ']' [2021-04-16T10:51:25.577Z] ++ set -x [2021-04-16T10:51:25.578Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:51:26.211Z] --- PASS: TestStats (3.44s) [2021-04-16T10:51:26.211Z] === RUN TestStopContainerWithTimeout [2021-04-16T10:51:26.472Z] === RUN TestStopContainerWithTimeout/0 [2021-04-16T10:51:26.473Z] === PAUSE TestStopContainerWithTimeout/0 [2021-04-16T10:51:26.473Z] === RUN TestStopContainerWithTimeout/1 [2021-04-16T10:51:26.473Z] === PAUSE TestStopContainerWithTimeout/1 [2021-04-16T10:51:26.473Z] === RUN TestStopContainerWithTimeout/3 [2021-04-16T10:51:26.473Z] === PAUSE TestStopContainerWithTimeout/3 [2021-04-16T10:51:26.473Z] === RUN TestStopContainerWithTimeout/-1 [2021-04-16T10:51:26.473Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-04-16T10:51:26.473Z] === CONT TestStopContainerWithTimeout/0 [2021-04-16T10:51:26.473Z] === CONT TestStopContainerWithTimeout/-1 [2021-04-16T10:51:26.473Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2021-04-16T10:51:28.386Z] === CONT TestStopContainerWithTimeout/3 [2021-04-16T10:51:28.483Z] --- PASS: TestSecretCreateResolve (3.78s) [2021-04-16T10:51:28.484Z] PASS [2021-04-16T10:51:28.484Z] [2021-04-16T10:51:28.484Z] DONE 6 tests in 22.678s [2021-04-16T10:51:28.484Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2021-04-16T10:51:28.484Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:51:28.484Z] ++ set -e [2021-04-16T10:51:28.484Z] ++ '[' -n 0 ']' [2021-04-16T10:51:28.484Z] ++ set -x [2021-04-16T10:51:28.484Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:51:28.484Z] INFO: Testing against a local daemon [2021-04-16T10:51:28.484Z] === RUN TestServiceCreateInit [2021-04-16T10:51:28.484Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-04-16T10:51:28.637Z] Cannot create a file when that file already exists. [2021-04-16T10:51:30.309Z] === CONT TestStopContainerWithTimeout/1 [2021-04-16T10:51:30.571Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2021-04-16T10:51:31.513Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-04-16T10:51:32.900Z] --- PASS: TestStopContainerWithTimeout (0.04s) [2021-04-16T10:51:32.900Z] --- PASS: TestStopContainerWithTimeout/0 (1.97s) [2021-04-16T10:51:32.900Z] --- PASS: TestStopContainerWithTimeout/-1 (4.05s) [2021-04-16T10:51:32.900Z] --- PASS: TestStopContainerWithTimeout/3 (3.36s) [2021-04-16T10:51:32.900Z] --- PASS: TestStopContainerWithTimeout/1 (2.20s) [2021-04-16T10:51:32.900Z] === RUN TestDeleteDevicemapper [2021-04-16T10:51:32.900Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-04-16T10:51:32.900Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-04-16T10:51:32.900Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-04-16T10:51:33.338Z] Removing intermediate container 615f6c7fc670 [2021-04-16T10:51:33.338Z] ---> 3dd3201e645a [2021-04-16T10:51:33.338Z] Step 13/13 : CMD ["sh"] [2021-04-16T10:51:33.338Z] ---> Running in cb872aabb67c [2021-04-16T10:51:33.799Z] Removing intermediate container cb872aabb67c [2021-04-16T10:51:33.799Z] ---> 6a4fc0b0db5d [2021-04-16T10:51:33.799Z] Successfully built 6a4fc0b0db5d [2021-04-16T10:51:33.799Z] Successfully tagged busybox:latest [2021-04-16T10:51:33.799Z] INFO: Docker images of the daemon under test [2021-04-16T10:51:33.799Z] [2021-04-16T10:51:33.799Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-04-16T10:51:33.799Z] busybox latest 6a4fc0b0db5d Less than a second ago 2.77GB [2021-04-16T10:51:33.799Z] mcr.microsoft.com/windows/servercore/insider 10.0.20295.1 39d157a84080 8 weeks ago 2.74GB [2021-04-16T10:51:33.799Z] microsoft/windowsservercore latest 39d157a84080 8 weeks ago 2.74GB [2021-04-16T10:51:33.799Z] [2021-04-16T10:51:33.799Z] INFO: Running integration tests at 04/16/2021 10:51:33... [2021-04-16T10:51:33.799Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2021-04-16T10:51:33.799Z] INFO: Integration API tests being run from the host: [2021-04-16T10:51:33.799Z] INFO: make.ps1 starting at 04/16/2021 10:51:33 [2021-04-16T10:51:34.028Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-04-16T10:51:34.813Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-04-16T10:51:35.345Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2021-04-16T10:51:36.197Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-04-16T10:51:36.769Z] === RUN TestDockerSuite/TestBuildCmd [2021-04-16T10:51:37.341Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-04-16T10:51:37.913Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-04-16T10:51:38.174Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-04-16T10:51:38.174Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-04-16T10:51:38.279Z] Loaded image: buildpack-deps:buster [2021-04-16T10:51:38.479Z] tests/integration/api_volume_test.py ......... [ 74%] [2021-04-16T10:51:38.574Z] Loaded image: busybox:latest [2021-04-16T10:51:38.574Z] Loaded image: busybox:glibc [2021-04-16T10:51:38.746Z] --- PASS: TestStopContainerWithRestartPolicyAlways (6.14s) [2021-04-16T10:51:38.746Z] === RUN TestUpdateMemory [2021-04-16T10:51:38.746Z] --- SKIP: TestUpdateMemory (0.01s) [2021-04-16T10:51:38.746Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-04-16T10:51:38.746Z] === RUN TestUpdateCPUQuota [2021-04-16T10:51:39.641Z] --- PASS: TestServiceCreateInit (10.90s) [2021-04-16T10:51:39.641Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.25s) [2021-04-16T10:51:39.641Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.64s) [2021-04-16T10:51:39.641Z] === RUN TestCreateServiceMultipleTimes [2021-04-16T10:51:40.132Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-04-16T10:51:40.379Z] tests/integration/client_test.py ..... [ 75%] [2021-04-16T10:51:40.379Z] tests/integration/context_api_test.py ... [ 76%] [2021-04-16T10:51:41.336Z] Loaded image: debian:bullseye [2021-04-16T10:51:41.336Z] Loaded image: hello-world:latest [2021-04-16T10:51:41.336Z] Loaded image: arm32v7/hello-world:latest [2021-04-16T10:51:41.336Z] INFO: Testing against a local daemon [2021-04-16T10:51:41.336Z] === RUN TestCgroupNamespacesBuild [2021-04-16T10:51:41.349Z] tests/integration/errors_test.py . [ 76%] [2021-04-16T10:51:42.855Z] --- PASS: TestCgroupNamespacesBuild (1.45s) [2021-04-16T10:51:42.855Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-04-16T10:51:43.247Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (19.91s) [2021-04-16T10:51:43.247Z] PASS [2021-04-16T10:51:43.247Z] [2021-04-16T10:51:43.247Z] === Skipped [2021-04-16T10:51:43.247Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-04-16T10:51:43.247Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-16T10:51:43.247Z] [2021-04-16T10:51:43.247Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2021-04-16T10:51:43.247Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-16T10:51:43.247Z] [2021-04-16T10:51:43.247Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-04-16T10:51:43.247Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-16T10:51:43.247Z] [2021-04-16T10:51:43.247Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-04-16T10:51:43.247Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-16T10:51:43.247Z] [2021-04-16T10:51:43.247Z] [2021-04-16T10:51:43.247Z] DONE 17 tests, 4 skipped in 39.490s [2021-04-16T10:51:43.247Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-04-16T10:51:43.247Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:51:43.247Z] ++ set -e [2021-04-16T10:51:43.247Z] ++ '[' -n 0 ']' [2021-04-16T10:51:43.247Z] ++ set -x [2021-04-16T10:51:43.247Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:51:43.247Z] INFO: Testing against a local daemon [2021-04-16T10:51:43.247Z] === RUN TestPluginInvalidJSON [2021-04-16T10:51:43.247Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-04-16T10:51:43.247Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-04-16T10:51:43.247Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-04-16T10:51:43.247Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-04-16T10:51:43.247Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-04-16T10:51:43.247Z] === RUN TestPluginInstall [2021-04-16T10:51:43.247Z] === RUN TestPluginInstall/no_auth [2021-04-16T10:51:44.190Z] time="2021-04-16T10:51:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-16T10:51:44.190Z] time="2021-04-16T10:51:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6dbfdc135a6257ce8149c8929b9398eeb4d37cd5a91f6ce5e0b6ba4c4b4ffc3d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-16T10:51:44.190Z] time="2021-04-16T10:51:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-16T10:51:44.190Z] time="2021-04-16T10:51:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6dbfdc135a6257ce8149c8929b9398eeb4d37cd5a91f6ce5e0b6ba4c4b4ffc3d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-16T10:51:44.379Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.44s) [2021-04-16T10:51:44.379Z] === RUN TestBuildWithSession [2021-04-16T10:51:44.379Z] --- SKIP: TestBuildWithSession (0.00s) [2021-04-16T10:51:44.379Z] build_session_test.go:25: TODO: BuildKit [2021-04-16T10:51:44.379Z] === RUN TestBuildSquashParent [2021-04-16T10:51:44.762Z] === RUN TestPluginInstall/with_htpasswd [2021-04-16T10:51:45.334Z] time="2021-04-16T10:51:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-16T10:51:45.334Z] time="2021-04-16T10:51:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1562699737dc03b328facd0ee519a3e7c55682bf5881323a049330a378489264" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-16T10:51:45.334Z] time="2021-04-16T10:51:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-16T10:51:45.334Z] time="2021-04-16T10:51:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1562699737dc03b328facd0ee519a3e7c55682bf5881323a049330a378489264" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-16T10:51:45.906Z] === RUN TestPluginInstall/with_insecure [2021-04-16T10:51:46.728Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2021-04-16T10:51:46.990Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-04-16T10:51:47.822Z] time="2021-04-16T10:51:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-16T10:51:47.822Z] time="2021-04-16T10:51:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1b8c97920b3b26770aef2d788f68de1d94c7a71f6911a6fba79d52524619e420" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-16T10:51:47.822Z] time="2021-04-16T10:51:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-16T10:51:47.822Z] time="2021-04-16T10:51:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1b8c97920b3b26770aef2d788f68de1d94c7a71f6911a6fba79d52524619e420" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-16T10:51:47.931Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-04-16T10:51:48.083Z] --- PASS: TestPluginInstall (6.65s) [2021-04-16T10:51:48.083Z] --- PASS: TestPluginInstall/no_auth (3.28s) [2021-04-16T10:51:48.083Z] --- PASS: TestPluginInstall/with_htpasswd (1.16s) [2021-04-16T10:51:48.083Z] --- PASS: TestPluginInstall/with_insecure (2.22s) [2021-04-16T10:51:48.083Z] plugin_test.go:165: [d5a204d964898] daemon is not started [2021-04-16T10:51:48.083Z] === RUN TestPluginsWithRuntimes [2021-04-16T10:51:48.860Z] --- PASS: TestBuildSquashParent (4.12s) [2021-04-16T10:51:48.860Z] === RUN TestBuildWithRemoveAndForceRemove [2021-04-16T10:51:48.860Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-16T10:51:48.860Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-16T10:51:48.860Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-16T10:51:48.860Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-16T10:51:48.860Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-16T10:51:48.860Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-16T10:51:48.860Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-16T10:51:48.860Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-16T10:51:48.860Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-16T10:51:48.860Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-16T10:51:48.860Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-16T10:51:48.860Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-16T10:51:48.860Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-16T10:51:48.860Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-16T10:51:48.860Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-16T10:51:48.860Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-16T10:51:49.317Z] --- PASS: TestUpdateCPUQuota (10.61s) [2021-04-16T10:51:49.317Z] === RUN TestUpdatePidsLimit [2021-04-16T10:51:49.317Z] === RUN TestUpdatePidsLimit/update_from_none [2021-04-16T10:51:49.577Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-04-16T10:51:49.839Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-04-16T10:51:50.411Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2021-04-16T10:51:50.630Z] === RUN TestPluginsWithRuntimes/No_Args [2021-04-16T10:51:50.672Z] === RUN TestUpdatePidsLimit/no_change [2021-04-16T10:51:50.980Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-16T10:51:50.980Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-16T10:51:51.244Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-04-16T10:51:51.816Z] === RUN TestUpdatePidsLimit/update_lower [2021-04-16T10:51:51.816Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-04-16T10:51:52.078Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-04-16T10:51:53.020Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-04-16T10:51:53.063Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-04-16T10:51:53.063Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.57s) [2021-04-16T10:51:53.063Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.66s) [2021-04-16T10:51:53.063Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.78s) [2021-04-16T10:51:53.063Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.80s) [2021-04-16T10:51:53.063Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.95s) [2021-04-16T10:51:53.063Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.92s) [2021-04-16T10:51:53.063Z] === RUN TestBuildMultiStageCopy [2021-04-16T10:51:53.063Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-04-16T10:51:53.175Z] === RUN TestPluginsWithRuntimes/With_Args [2021-04-16T10:51:53.592Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2021-04-16T10:51:54.165Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-04-16T10:51:54.588Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-04-16T10:51:54.882Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-04-16T10:51:55.089Z] --- PASS: TestPluginsWithRuntimes (7.16s) [2021-04-16T10:51:55.089Z] --- PASS: TestPluginsWithRuntimes/No_Args (2.23s) [2021-04-16T10:51:55.089Z] --- PASS: TestPluginsWithRuntimes/With_Args (2.24s) [2021-04-16T10:51:55.089Z] === RUN TestPluginBackCompatMediaTypes [2021-04-16T10:51:55.178Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-04-16T10:51:55.472Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-04-16T10:51:55.551Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-04-16T10:51:55.765Z] --- PASS: TestBuildMultiStageCopy (2.91s) [2021-04-16T10:51:55.765Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.61s) [2021-04-16T10:51:55.765Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.30s) [2021-04-16T10:51:55.765Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.32s) [2021-04-16T10:51:55.765Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.33s) [2021-04-16T10:51:55.765Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.35s) [2021-04-16T10:51:55.765Z] === RUN TestBuildMultiStageParentConfig [2021-04-16T10:51:56.475Z] --- PASS: TestPluginBackCompatMediaTypes (1.12s) [2021-04-16T10:51:56.475Z] PASS [2021-04-16T10:51:56.475Z] [2021-04-16T10:51:56.475Z] DONE 10 tests in 15.195s [2021-04-16T10:51:56.475Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-04-16T10:51:56.475Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:51:56.475Z] ++ set -e [2021-04-16T10:51:56.475Z] ++ '[' -n 0 ']' [2021-04-16T10:51:56.475Z] ++ set -x [2021-04-16T10:51:56.475Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:51:56.475Z] INFO: Testing against a local daemon [2021-04-16T10:51:56.475Z] === RUN TestExternalGraphDriver [2021-04-16T10:51:56.736Z] === RUN TestExternalGraphDriver/json [2021-04-16T10:51:56.908Z] --- PASS: TestBuildMultiStageParentConfig (0.82s) [2021-04-16T10:51:56.908Z] === RUN TestBuildLabelWithTargets [2021-04-16T10:51:56.936Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-04-16T10:51:57.508Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2021-04-16T10:51:57.950Z] --- PASS: TestBuildLabelWithTargets (1.27s) [2021-04-16T10:51:57.950Z] === RUN TestBuildWithEmptyLayers [2021-04-16T10:51:58.592Z] --- PASS: TestBuildWithEmptyLayers (0.63s) [2021-04-16T10:51:58.592Z] === RUN TestBuildMultiStageOnBuild [2021-04-16T10:51:58.897Z] --- PASS: TestUpdatePidsLimit (9.49s) [2021-04-16T10:51:58.897Z] --- PASS: TestUpdatePidsLimit/update_from_none (1.18s) [2021-04-16T10:51:58.897Z] --- PASS: TestUpdatePidsLimit/no_change (1.21s) [2021-04-16T10:51:58.897Z] --- PASS: TestUpdatePidsLimit/update_lower (1.19s) [2021-04-16T10:51:58.897Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (1.20s) [2021-04-16T10:51:58.897Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (1.36s) [2021-04-16T10:51:58.897Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (1.39s) [2021-04-16T10:51:58.897Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (1.18s) [2021-04-16T10:51:58.897Z] === RUN TestUpdateRestartPolicy [2021-04-16T10:52:00.680Z] --- PASS: TestBuildMultiStageOnBuild (1.82s) [2021-04-16T10:52:00.680Z] === RUN TestBuildUncleanTarFilenames [2021-04-16T10:52:00.946Z] === RUN TestExternalGraphDriver/spec [2021-04-16T10:52:01.323Z] --- PASS: TestBuildUncleanTarFilenames (0.89s) [2021-04-16T10:52:01.323Z] === RUN TestBuildMultiStageLayerLeak [2021-04-16T10:52:03.105Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2021-04-16T10:52:03.105Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2021-04-16T10:52:03.105Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2021-04-16T10:52:03.416Z] --- PASS: TestBuildMultiStageLayerLeak (1.92s) [2021-04-16T10:52:03.416Z] === RUN TestBuildWithHugeFile [2021-04-16T10:52:05.154Z] === RUN TestExternalGraphDriver/pull [2021-04-16T10:52:05.391Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-04-16T10:52:05.391Z] INFO: Testing against a local daemon [2021-04-16T10:52:05.391Z] === RUN TestBuildWithSession [2021-04-16T10:52:05.391Z] --- SKIP: TestBuildWithSession (0.00s) [2021-04-16T10:52:05.391Z] build_session_test.go:25: TODO: BuildKit [2021-04-16T10:52:05.391Z] === RUN TestBuildSquashParent [2021-04-16T10:52:05.391Z] --- SKIP: TestBuildSquashParent (0.00s) [2021-04-16T10:52:05.391Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T10:52:05.391Z] === RUN TestBuildWithRemoveAndForceRemove [2021-04-16T10:52:05.391Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-16T10:52:05.391Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-16T10:52:05.391Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-16T10:52:05.391Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-16T10:52:05.391Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-16T10:52:05.391Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-16T10:52:05.391Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-16T10:52:05.391Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-16T10:52:05.391Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-16T10:52:05.391Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-16T10:52:05.391Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-16T10:52:05.391Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-16T10:52:05.391Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-16T10:52:05.391Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-16T10:52:05.391Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-16T10:52:05.391Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-16T10:52:06.704Z] --- PASS: TestCreateServiceMultipleTimes (23.27s) [2021-04-16T10:52:06.704Z] === RUN TestCreateServiceConflict [2021-04-16T10:52:06.704Z] --- PASS: TestCreateServiceConflict (3.96s) [2021-04-16T10:52:06.704Z] === RUN TestCreateServiceMaxReplicas [2021-04-16T10:52:07.705Z] --- PASS: TestExternalGraphDriver (10.80s) [2021-04-16T10:52:07.705Z] --- PASS: TestExternalGraphDriver/json (3.75s) [2021-04-16T10:52:07.705Z] --- PASS: TestExternalGraphDriver/spec (4.06s) [2021-04-16T10:52:07.705Z] --- PASS: TestExternalGraphDriver/pull (2.86s) [2021-04-16T10:52:07.705Z] === RUN TestGraphdriverPluginV2 [2021-04-16T10:52:07.705Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2021-04-16T10:52:07.705Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-16T10:52:07.705Z] PASS [2021-04-16T10:52:07.705Z] [2021-04-16T10:52:07.705Z] === Skipped [2021-04-16T10:52:07.705Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2021-04-16T10:52:07.705Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-16T10:52:07.705Z] [2021-04-16T10:52:07.705Z] [2021-04-16T10:52:07.705Z] DONE 5 tests, 1 skipped in 11.047s [2021-04-16T10:52:07.705Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-04-16T10:52:07.705Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:52:07.705Z] ++ set -e [2021-04-16T10:52:07.705Z] ++ '[' -n 0 ']' [2021-04-16T10:52:07.706Z] ++ set -x [2021-04-16T10:52:07.706Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:52:07.706Z] INFO: Testing against a local daemon [2021-04-16T10:52:07.706Z] === RUN TestContinueAfterPluginCrash [2021-04-16T10:52:07.706Z] === PAUSE TestContinueAfterPluginCrash [2021-04-16T10:52:07.706Z] === RUN TestReadPluginNoRead [2021-04-16T10:52:07.706Z] === PAUSE TestReadPluginNoRead [2021-04-16T10:52:07.706Z] === RUN TestDaemonStartWithLogOpt [2021-04-16T10:52:07.706Z] === PAUSE TestDaemonStartWithLogOpt [2021-04-16T10:52:07.706Z] === CONT TestContinueAfterPluginCrash [2021-04-16T10:52:07.706Z] === CONT TestDaemonStartWithLogOpt [2021-04-16T10:52:07.706Z] === CONT TestReadPluginNoRead [2021-04-16T10:52:07.732Z] tests/integration/models_containers_test.py ............................ [ 83%] [2021-04-16T10:52:08.395Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2021-04-16T10:52:08.395Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-04-16T10:52:08.395Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-04-16T10:52:08.657Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-04-16T10:52:11.257Z] --- PASS: TestCreateServiceMaxReplicas (4.12s) [2021-04-16T10:52:11.257Z] === RUN TestCreateWithDuplicateNetworkNames [2021-04-16T10:52:11.925Z] === RUN TestReadPluginNoRead/default [2021-04-16T10:52:12.498Z] --- PASS: TestDaemonStartWithLogOpt (4.72s) [2021-04-16T10:52:12.870Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-04-16T10:52:13.441Z] === RUN TestReadPluginNoRead/disabled_caching [2021-04-16T10:52:14.259Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2021-04-16T10:52:14.830Z] --- PASS: TestUpdateRestartPolicy (15.95s) [2021-04-16T10:52:14.830Z] === RUN TestUpdateRestartWithAutoRemove [2021-04-16T10:52:15.357Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-04-16T10:52:16.218Z] --- PASS: TestUpdateRestartWithAutoRemove (1.27s) [2021-04-16T10:52:16.218Z] === RUN TestWaitNonBlocked [2021-04-16T10:52:16.218Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-16T10:52:16.218Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-16T10:52:16.218Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-16T10:52:16.218Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-16T10:52:16.218Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-16T10:52:16.218Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-16T10:52:17.271Z] --- PASS: TestReadPluginNoRead (9.31s) [2021-04-16T10:52:17.271Z] --- PASS: TestReadPluginNoRead/default (1.76s) [2021-04-16T10:52:17.271Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.70s) [2021-04-16T10:52:17.271Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.71s) [2021-04-16T10:52:17.271Z] read_test.go:92: [d98deb6720e6f] daemon is not started [2021-04-16T10:52:17.842Z] --- PASS: TestContinueAfterPluginCrash (10.16s) [2021-04-16T10:52:17.842Z] PASS [2021-04-16T10:52:17.842Z] [2021-04-16T10:52:17.842Z] DONE 6 tests in 10.423s [2021-04-16T10:52:17.842Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-04-16T10:52:17.842Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:52:17.842Z] ++ set -e [2021-04-16T10:52:17.842Z] ++ '[' -n 0 ']' [2021-04-16T10:52:17.842Z] ++ set -x [2021-04-16T10:52:17.842Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:52:17.842Z] testing: warning: no tests to run [2021-04-16T10:52:17.842Z] PASS [2021-04-16T10:52:17.842Z] [2021-04-16T10:52:17.842Z] DONE 0 tests in 0.081s [2021-04-16T10:52:17.842Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-04-16T10:52:17.842Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:52:17.842Z] ++ set -e [2021-04-16T10:52:17.842Z] ++ '[' -n 0 ']' [2021-04-16T10:52:17.842Z] ++ set -x [2021-04-16T10:52:17.842Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:52:17.891Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-16T10:52:17.891Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-16T10:52:18.103Z] INFO: Testing against a local daemon [2021-04-16T10:52:18.104Z] === RUN TestPluginWithDevMounts [2021-04-16T10:52:18.104Z] === PAUSE TestPluginWithDevMounts [2021-04-16T10:52:18.104Z] === CONT TestPluginWithDevMounts [2021-04-16T10:52:18.764Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-04-16T10:52:18.764Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.15s) [2021-04-16T10:52:18.764Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.29s) [2021-04-16T10:52:18.764Z] === RUN TestWaitBlocked [2021-04-16T10:52:18.764Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-04-16T10:52:18.764Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-04-16T10:52:18.764Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-04-16T10:52:18.764Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-04-16T10:52:18.764Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-04-16T10:52:18.764Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-04-16T10:52:18.764Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-04-16T10:52:19.706Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2021-04-16T10:52:20.649Z] --- PASS: TestWaitBlocked (0.03s) [2021-04-16T10:52:20.649Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (2.17s) [2021-04-16T10:52:20.649Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (2.31s) [2021-04-16T10:52:20.649Z] === CONT TestContainerStartOnDaemonRestart [2021-04-16T10:52:20.649Z] === CONT TestContainerKillOnDaemonStart [2021-04-16T10:52:20.658Z] --- PASS: TestPluginWithDevMounts (2.08s) [2021-04-16T10:52:20.658Z] PASS [2021-04-16T10:52:20.658Z] [2021-04-16T10:52:20.658Z] DONE 1 tests in 2.282s [2021-04-16T10:52:20.658Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2021-04-16T10:52:20.658Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:52:20.658Z] ++ set -e [2021-04-16T10:52:20.658Z] ++ '[' -n 0 ']' [2021-04-16T10:52:20.658Z] ++ set -x [2021-04-16T10:52:20.658Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:52:20.658Z] INFO: Testing against a local daemon [2021-04-16T10:52:20.658Z] === RUN TestSecretInspect [2021-04-16T10:52:20.910Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-04-16T10:52:20.910Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-04-16T10:52:20.910Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-04-16T10:52:20.910Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-04-16T10:52:20.910Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-04-16T10:52:22.293Z] 399f118dfaa9: Pull complete [2021-04-16T10:52:22.293Z] Digest: sha256:1bb6543a7fe87bb95d9adfa4c53ea3469c1c846ad63baf32729078062e8c1127 [2021-04-16T10:52:22.293Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2021-04-16T10:52:22.293Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2021-04-16T10:52:22.293Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2021-04-16T10:52:22.293Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1879' [2021-04-16T10:52:22.293Z] WARN: Skipping validation tests [2021-04-16T10:52:22.293Z] INFO: Running unit tests at 04/16/2021 10:52:09... [2021-04-16T10:52:22.293Z] INFO: make.ps1 starting at 04/16/2021 10:52:13 [2021-04-16T10:52:22.293Z] INFO: Git commit (eb0610b7fc) assumed from DOCKER_GITCOMMIT environment variable [2021-04-16T10:52:22.293Z] INFO: Invoking autogen... [2021-04-16T10:52:22.293Z] INFO: Running unit tests... [2021-04-16T10:52:23.959Z] --- PASS: TestSecretInspect (3.18s) [2021-04-16T10:52:23.959Z] === RUN TestSecretList [2021-04-16T10:52:26.044Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/dockerd github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/lcow github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/signal/testfiles github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2021-04-16T10:52:26.200Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2021-04-16T10:52:26.200Z] --- PASS: TestContainerStartOnDaemonRestart (5.21s) [2021-04-16T10:52:26.200Z] === CONT TestIpcModeOlderClient [2021-04-16T10:52:26.200Z] --- PASS: TestIpcModeOlderClient (0.07s) [2021-04-16T10:52:26.200Z] === CONT TestDaemonHostGatewayIP [2021-04-16T10:52:26.486Z] ......... [ 86%] [2021-04-16T10:52:26.679Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.76s) [2021-04-16T10:52:26.679Z] === RUN TestCreateServiceSecretFileMode [2021-04-16T10:52:26.773Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-04-16T10:52:27.262Z] --- PASS: TestSecretList (3.18s) [2021-04-16T10:52:27.262Z] === RUN TestSecretsCreateAndDelete [2021-04-16T10:52:28.690Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2021-04-16T10:52:30.178Z] --- PASS: TestCreateServiceSecretFileMode (3.31s) [2021-04-16T10:52:30.178Z] === RUN TestCreateServiceConfigFileMode [2021-04-16T10:52:30.315Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-04-16T10:52:30.315Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (14.92s) [2021-04-16T10:52:30.315Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (15.03s) [2021-04-16T10:52:30.315Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (15.13s) [2021-04-16T10:52:30.315Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (17.90s) [2021-04-16T10:52:30.315Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (7.90s) [2021-04-16T10:52:30.315Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (12.67s) [2021-04-16T10:52:30.315Z] === RUN TestBuildMultiStageCopy [2021-04-16T10:52:30.315Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-04-16T10:52:30.564Z] --- PASS: TestSecretsCreateAndDelete (3.14s) [2021-04-16T10:52:30.564Z] === RUN TestSecretsUpdate [2021-04-16T10:52:31.542Z] tests/integration/models_images_test.py ............... [ 89%] [2021-04-16T10:52:32.898Z] --- PASS: TestDaemonHostGatewayIP (6.19s) [2021-04-16T10:52:32.899Z] === CONT TestRestartDaemonWithRestartingContainer [2021-04-16T10:52:32.899Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-04-16T10:52:33.112Z] --- PASS: TestSecretsUpdate (3.14s) [2021-04-16T10:52:33.112Z] === RUN TestTemplatedSecret [2021-04-16T10:52:33.160Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2021-04-16T10:52:33.758Z] --- PASS: TestCreateServiceConfigFileMode (3.75s) [2021-04-16T10:52:33.758Z] === RUN TestCreateServiceSysctls [2021-04-16T10:52:34.621Z] ? github.com/docker/docker/api [no test files] [2021-04-16T10:52:34.798Z] tests/integration/models_networks_test.py .... [ 91%] [2021-04-16T10:52:36.463Z] --- PASS: TestContainerKillOnDaemonStart (15.74s) [2021-04-16T10:52:36.463Z] === CONT TestDaemonRestartIpcMode [2021-04-16T10:52:36.724Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-04-16T10:52:37.297Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-04-16T10:52:37.321Z] --- PASS: TestTemplatedSecret (3.81s) [2021-04-16T10:52:37.321Z] === RUN TestSecretCreateResolve [2021-04-16T10:52:38.257Z] --- PASS: TestCreateServiceSysctls (4.22s) [2021-04-16T10:52:38.258Z] === RUN TestCreateServiceCapabilities [2021-04-16T10:52:38.683Z] --- PASS: TestRestartDaemonWithRestartingContainer (6.33s) [2021-04-16T10:52:38.905Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-04-16T10:52:38.905Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-04-16T10:52:39.876Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-04-16T10:52:40.622Z] --- PASS: TestSecretCreateResolve (3.11s) [2021-04-16T10:52:40.622Z] PASS [2021-04-16T10:52:40.622Z] [2021-04-16T10:52:40.622Z] DONE 6 tests in 19.788s [2021-04-16T10:52:40.622Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2021-04-16T10:52:40.622Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:52:40.622Z] ++ set -e [2021-04-16T10:52:40.622Z] ++ '[' -n 0 ']' [2021-04-16T10:52:40.622Z] ++ set -x [2021-04-16T10:52:40.622Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:52:40.622Z] INFO: Testing against a local daemon [2021-04-16T10:52:40.622Z] === RUN TestServiceCreateInit [2021-04-16T10:52:40.622Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-04-16T10:52:40.974Z] --- PASS: TestCreateServiceCapabilities (3.36s) [2021-04-16T10:52:40.974Z] === RUN TestInspect [2021-04-16T10:52:41.228Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2021-04-16T10:52:41.321Z] tests/integration/models_nodes_test.py . [ 91%] [2021-04-16T10:52:41.418Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-04-16T10:52:41.577Z] tests/integration/models_resources_test.py . [ 91%] [2021-04-16T10:52:41.810Z] --- PASS: TestDaemonRestartIpcMode (5.21s) [2021-04-16T10:52:41.810Z] PASS [2021-04-16T10:52:41.810Z] [2021-04-16T10:52:41.810Z] === Skipped [2021-04-16T10:52:41.810Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-04-16T10:52:41.810Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-04-16T10:52:41.810Z] [2021-04-16T10:52:41.810Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-04-16T10:52:41.810Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-16T10:52:41.810Z] [2021-04-16T10:52:41.810Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-04-16T10:52:41.810Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-16T10:52:41.810Z] [2021-04-16T10:52:41.810Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-04-16T10:52:41.810Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-04-16T10:52:41.810Z] [2021-04-16T10:52:41.810Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-04-16T10:52:41.810Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-04-16T10:52:41.810Z] [2021-04-16T10:52:41.810Z] === SKIP: amd64.integration.container TestUpdateMemory (0.01s) [2021-04-16T10:52:41.810Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-04-16T10:52:41.810Z] [2021-04-16T10:52:41.810Z] [2021-04-16T10:52:41.810Z] DONE 197 tests, 6 skipped in 248.440s [2021-04-16T10:52:41.810Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-04-16T10:52:41.810Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:52:41.810Z] ++ set -e [2021-04-16T10:52:41.810Z] ++ '[' -n 0 ']' [2021-04-16T10:52:41.810Z] ++ set -x [2021-04-16T10:52:41.810Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:52:42.074Z] INFO: Testing against a local daemon [2021-04-16T10:52:42.074Z] === RUN TestCommitInheritsEnv [2021-04-16T10:52:42.645Z] --- PASS: TestCommitInheritsEnv (0.54s) [2021-04-16T10:52:42.645Z] === RUN TestImportExtremelyLargeImageWorks [2021-04-16T10:52:42.645Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-04-16T10:52:42.645Z] === RUN TestImagesFilterMultiReference [2021-04-16T10:52:42.645Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2021-04-16T10:52:42.645Z] === RUN TestImagePullPlatformInvalid [2021-04-16T10:52:42.645Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2021-04-16T10:52:42.645Z] === RUN TestRemoveImageOrphaning [2021-04-16T10:52:42.960Z] --- PASS: TestBuildMultiStageCopy (12.73s) [2021-04-16T10:52:42.960Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (7.93s) [2021-04-16T10:52:42.960Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.90s) [2021-04-16T10:52:42.960Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.10s) [2021-04-16T10:52:42.960Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.31s) [2021-04-16T10:52:42.960Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.49s) [2021-04-16T10:52:42.960Z] === RUN TestBuildMultiStageParentConfig [2021-04-16T10:52:43.216Z] --- PASS: TestRemoveImageOrphaning (0.51s) [2021-04-16T10:52:43.216Z] === RUN TestRemoveImageGarbageCollector [2021-04-16T10:52:43.800Z] tests/integration/models_services_test.py ..............X. [ 95%] [2021-04-16T10:52:45.543Z] --- PASS: TestInspect (4.05s) [2021-04-16T10:52:45.543Z] === RUN TestCreateJob [2021-04-16T10:52:45.876Z] --- PASS: TestBuildMultiStageParentConfig (2.72s) [2021-04-16T10:52:45.876Z] === RUN TestBuildLabelWithTargets [2021-04-16T10:52:45.876Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2021-04-16T10:52:45.876Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-16T10:52:45.876Z] === RUN TestBuildWithEmptyLayers [2021-04-16T10:52:45.928Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-04-16T10:52:46.521Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-04-16T10:52:46.782Z] --- PASS: TestRemoveImageGarbageCollector (3.56s) [2021-04-16T10:52:46.782Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-04-16T10:52:46.782Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2021-04-16T10:52:46.782Z] === RUN TestTagInvalidReference [2021-04-16T10:52:46.782Z] --- PASS: TestTagInvalidReference (0.04s) [2021-04-16T10:52:46.782Z] === RUN TestTagValidPrefixedRepo [2021-04-16T10:52:47.044Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2021-04-16T10:52:47.044Z] === RUN TestTagExistedNameWithoutForce [2021-04-16T10:52:47.044Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2021-04-16T10:52:47.044Z] === RUN TestTagOfficialNames [2021-04-16T10:52:47.044Z] --- PASS: TestTagOfficialNames (0.07s) [2021-04-16T10:52:47.044Z] === RUN TestTagMatchesDigest [2021-04-16T10:52:47.044Z] --- PASS: TestTagMatchesDigest (0.04s) [2021-04-16T10:52:47.044Z] === CONT TestImportExtremelyLargeImageWorks [2021-04-16T10:52:47.429Z] --- PASS: TestBuildWithEmptyLayers (1.53s) [2021-04-16T10:52:47.429Z] === RUN TestBuildMultiStageOnBuild [2021-04-16T10:52:47.577Z] tests/integration/models_swarm_test.py .. [ 96%] [2021-04-16T10:52:47.577Z] tests/integration/models_volumes_test.py .. [ 96%] [2021-04-16T10:52:47.986Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2021-04-16T10:52:49.462Z] === RUN TestMiddlewares [2021-04-16T10:52:49.462Z] --- PASS: TestMiddlewares (0.00s) [2021-04-16T10:52:49.462Z] PASS [2021-04-16T10:52:49.462Z] coverage: 9.0% of statements [2021-04-16T10:52:49.462Z] ok github.com/docker/docker/api/server 0.097s coverage: 9.0% of statements [2021-04-16T10:52:50.056Z] --- PASS: TestImportExtremelyLargeImageWorks (108.51s) [2021-04-16T10:52:50.056Z] PASS [2021-04-16T10:52:50.056Z] [2021-04-16T10:52:50.056Z] DONE 12 tests in 111.565s [2021-04-16T10:52:50.056Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-04-16T10:52:50.056Z] INFO: Testing against a local daemon [2021-04-16T10:52:50.056Z] === RUN TestNetworkCreateDelete [2021-04-16T10:52:50.056Z] --- PASS: TestNetworkCreateDelete (0.45s) [2021-04-16T10:52:50.056Z] === RUN TestDockerNetworkDeletePreferID [2021-04-16T10:52:50.056Z] --- PASS: TestDockerNetworkDeletePreferID (1.26s) [2021-04-16T10:52:50.056Z] === RUN TestDaemonDNSFallback [2021-04-16T10:52:50.084Z] --- PASS: TestCreateJob (4.87s) [2021-04-16T10:52:50.084Z] === RUN TestReplicatedJob [2021-04-16T10:52:51.216Z] --- PASS: TestServiceCreateInit (10.20s) [2021-04-16T10:52:51.216Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.87s) [2021-04-16T10:52:51.216Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.29s) [2021-04-16T10:52:51.216Z] === RUN TestCreateServiceMultipleTimes [2021-04-16T10:52:52.197Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2021-04-16T10:52:52.581Z] tests/integration/regression_test.py ...... [ 98%] [2021-04-16T10:52:53.091Z] tests/integration/credentials/store_test.py ...... [ 99%] [2021-04-16T10:52:53.091Z] tests/integration/credentials/utils_test.py . [100%] [2021-04-16T10:52:53.091Z] [2021-04-16T10:52:53.091Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2021-04-16T10:52:53.091Z] =========================== short test summary info ============================ [2021-04-16T10:52:53.091Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2021-04-16T10:52:53.091Z] CONFIG_RT_GROUP_SCHED isn't enabled [2021-04-16T10:52:53.091Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2021-04-16T10:52:53.091Z] Not supported on most drivers [2021-04-16T10:52:53.091Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2021-04-16T10:52:53.091Z] Output of docker top depends on host distro, and is not formalized. [2021-04-16T10:52:53.091Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2021-04-16T10:52:53.091Z] Output of docker top depends on host distro, and is not formalized. [2021-04-16T10:52:53.091Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2021-04-16T10:52:53.091Z] Can fail if eth0 has multiple IP addresses [2021-04-16T10:52:53.091Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2021-04-16T10:52:53.091Z] This doesn't seem to be taken into account by the engine [2021-04-16T10:52:53.091Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2021-04-16T10:52:53.091Z] SKIPPED [1] tests/integration/api_service_test.py:473: API version is too low (< 1.40) [2021-04-16T10:52:53.091Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2021-04-16T10:52:53.091Z] = 378 passed, 3 skipped, 1 deselected, 6 xfailed, 2 xpassed in 367.42 seconds == [2021-04-16T10:52:53.345Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2021-04-16T10:52:55.501Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-04-16T10:52:55.761Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-04-16T10:52:56.633Z] --- PASS: TestDaemonDNSFallback (7.20s) [2021-04-16T10:52:56.633Z] === RUN TestInspectNetwork [2021-04-16T10:52:57.149Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2021-04-16T10:52:57.722Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-04-16T10:52:58.667Z] --- PASS: TestReplicatedJob (7.79s) [2021-04-16T10:52:58.667Z] === RUN TestUpdateReplicatedJob [2021-04-16T10:53:00.428Z] --- PASS: TestBuildWithHugeFile (53.75s) [2021-04-16T10:53:00.428Z] === RUN TestBuildWCOWSandboxSize [2021-04-16T10:53:00.428Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-04-16T10:53:00.428Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-04-16T10:53:00.428Z] === RUN TestBuildWithEmptyDockerfile [2021-04-16T10:53:00.428Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-16T10:53:00.428Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-16T10:53:00.429Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-16T10:53:00.429Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-16T10:53:00.429Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-16T10:53:00.429Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-16T10:53:00.429Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-16T10:53:00.429Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-16T10:53:00.429Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-16T10:53:00.429Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2021-04-16T10:53:00.429Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.30s) [2021-04-16T10:53:00.429Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.31s) [2021-04-16T10:53:00.429Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.31s) [2021-04-16T10:53:00.429Z] === RUN TestBuildPreserveOwnership [2021-04-16T10:53:00.429Z] === RUN TestBuildPreserveOwnership/copy_from [2021-04-16T10:53:00.429Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-04-16T10:53:00.861Z] === RUN TestInspectNetwork/full_network_id [2021-04-16T10:53:00.861Z] === RUN TestInspectNetwork/partial_network_id [2021-04-16T10:53:00.861Z] === RUN TestInspectNetwork/network_name [2021-04-16T10:53:00.861Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-04-16T10:53:01.473Z] --- PASS: TestBuildPreserveOwnership (3.96s) [2021-04-16T10:53:01.473Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.61s) [2021-04-16T10:53:01.473Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.34s) [2021-04-16T10:53:01.473Z] === RUN TestBuildPlatformInvalid [2021-04-16T10:53:01.473Z] --- PASS: TestBuildPlatformInvalid (0.13s) [2021-04-16T10:53:01.473Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-04-16T10:53:01.928Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2021-04-16T10:53:02.302Z] --- PASS: TestUpdateReplicatedJob (4.79s) [2021-04-16T10:53:02.302Z] === RUN TestServiceListWithStatuses [2021-04-16T10:53:02.302Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-04-16T10:53:02.302Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-04-16T10:53:02.302Z] === RUN TestDockerNetworkConnectAlias [2021-04-16T10:53:03.314Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-04-16T10:53:03.887Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-04-16T10:53:04.148Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-04-16T10:53:04.410Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2021-04-16T10:53:05.057Z] --- PASS: TestInspectNetwork (8.54s) [2021-04-16T10:53:05.057Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-04-16T10:53:05.057Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-04-16T10:53:05.057Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-04-16T10:53:05.057Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-04-16T10:53:05.057Z] === RUN TestRunContainerWithBridgeNone [2021-04-16T10:53:05.149Z] --- PASS: TestBuildMultiStageOnBuild (17.98s) [2021-04-16T10:53:05.149Z] === RUN TestBuildUncleanTarFilenames [2021-04-16T10:53:05.149Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2021-04-16T10:53:05.149Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-16T10:53:05.149Z] === RUN TestBuildMultiStageLayerLeak [2021-04-16T10:53:05.583Z] Leaving: AppArmorNo profiles have been unloaded. [2021-04-16T10:53:05.583Z] [2021-04-16T10:53:05.583Z] Unloading profiles will leave already running processes permanently [2021-04-16T10:53:05.583Z] unconfined, which can lead to unexpected situations. [2021-04-16T10:53:05.583Z] [2021-04-16T10:53:05.583Z] To set a process to complain mode, use the command line tool [2021-04-16T10:53:05.583Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-04-16T10:53:05.583Z] Post stage [Pipeline] junit [2021-04-16T10:53:05.592Z] Recording test results [2021-04-16T10:53:05.795Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-04-16T10:53:06.917Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2021-04-16T10:53:07.181Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-04-16T10:53:07.196Z] + echo Ensuring container killed. [2021-04-16T10:53:07.196Z] Ensuring container killed. [2021-04-16T10:53:07.196Z] + docker rm -vf docker-pr16 [2021-04-16T10:53:07.196Z] Error: No such container: docker-pr16 [Pipeline] sh [2021-04-16T10:53:07.466Z] + echo Chowning /workspace to jenkins user [2021-04-16T10:53:07.466Z] Chowning /workspace to jenkins user [2021-04-16T10:53:07.466Z] + id -u [2021-04-16T10:53:07.466Z] + id -g [2021-04-16T10:53:07.466Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40094:/workspace busybox chown -R 1000:1000 /workspace [2021-04-16T10:53:07.598Z] --- PASS: TestRunContainerWithBridgeNone (3.19s) [2021-04-16T10:53:07.598Z] === RUN TestNetworkInvalidJSON [2021-04-16T10:53:07.598Z] === RUN TestNetworkInvalidJSON//networks/create [2021-04-16T10:53:07.598Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-04-16T10:53:07.598Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-04-16T10:53:07.598Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-04-16T10:53:07.598Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-16T10:53:07.598Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-16T10:53:07.598Z] === CONT TestNetworkInvalidJSON//networks/create [2021-04-16T10:53:07.598Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-16T10:53:07.598Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-04-16T10:53:07.598Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-04-16T10:53:07.598Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-04-16T10:53:07.598Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-04-16T10:53:07.598Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-04-16T10:53:07.598Z] === RUN TestNetworkList [2021-04-16T10:53:07.598Z] === RUN TestNetworkList//networks [2021-04-16T10:53:07.598Z] === PAUSE TestNetworkList//networks [2021-04-16T10:53:07.598Z] === RUN TestNetworkList//networks/ [2021-04-16T10:53:07.598Z] === PAUSE TestNetworkList//networks/ [2021-04-16T10:53:07.598Z] === CONT TestNetworkList//networks [2021-04-16T10:53:07.598Z] === CONT TestNetworkList//networks/ [2021-04-16T10:53:07.598Z] --- PASS: TestNetworkList (0.02s) [2021-04-16T10:53:07.598Z] --- PASS: TestNetworkList//networks (0.00s) [2021-04-16T10:53:07.598Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-04-16T10:53:07.598Z] === RUN TestHostIPv4BridgeLabel [2021-04-16T10:53:08.537Z] --- PASS: TestHostIPv4BridgeLabel (0.86s) [2021-04-16T10:53:08.537Z] === RUN TestDaemonRestartWithLiveRestore [2021-04-16T10:53:08.565Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2021-04-16T10:53:08.565Z] === RUN TestDockerSuite/TestBuildDockerignore [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-04-16T10:53:09.160Z] + bundleName=docker-py [2021-04-16T10:53:09.160Z] + echo Creating docker-py-bundles.tar.gz [2021-04-16T10:53:09.160Z] Creating docker-py-bundles.tar.gz [2021-04-16T10:53:09.160Z] + tar -czf docker-py-bundles.tar.gz bundles/test-docker-py/junit-report.xml bundles/test-docker-py/docker.log bundles/test-docker-py/test.log [Pipeline] archiveArtifacts [2021-04-16T10:53:09.169Z] Archiving artifacts [2021-04-16T10:53:09.415Z] --- PASS: TestCreateServiceMultipleTimes (18.75s) [2021-04-16T10:53:09.415Z] === RUN TestCreateServiceConflict [2021-04-16T10:53:09.918Z] --- PASS: TestDaemonRestartWithLiveRestore (1.45s) [2021-04-16T10:53:09.918Z] === RUN TestDaemonDefaultNetworkPools [2021-04-16T10:53:10.941Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-40094/16/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2021-04-16T10:53:11.299Z] --- PASS: TestDaemonDefaultNetworkPools (1.33s) [2021-04-16T10:53:11.299Z] === RUN TestDaemonRestartWithExistingNetwork [2021-04-16T10:53:11.299Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40094/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr16 -e DOCKER_GITCOMMIT=eb0610b7fc7e8c49160c99fa311e14ee632dd45a -e DOCKER_GRAPHDRIVER docker:eb0610b7fc7e8c49160c99fa311e14ee632dd45a hack/make.sh binary-daemon [2021-04-16T10:53:11.860Z] [2021-04-16T10:53:11.860Z] Removing bundles/ [2021-04-16T10:53:11.860Z] [2021-04-16T10:53:11.860Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2021-04-16T10:53:11.860Z] Building: bundles/binary-daemon/dockerd-dev [2021-04-16T10:53:11.860Z] GOOS="" GOARCH="" GOARM="" [2021-04-16T10:53:12.716Z] --- PASS: TestDockerNetworkConnectAlias (8.87s) [2021-04-16T10:53:12.716Z] === RUN TestDockerNetworkReConnect [2021-04-16T10:53:12.719Z] --- PASS: TestCreateServiceConflict (3.21s) [2021-04-16T10:53:12.719Z] === RUN TestCreateServiceMaxReplicas [2021-04-16T10:53:13.839Z] --- PASS: TestDaemonRestartWithExistingNetwork (2.08s) [2021-04-16T10:53:13.839Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-04-16T10:53:15.159Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2021-04-16T10:53:16.023Z] --- PASS: TestCreateServiceMaxReplicas (3.14s) [2021-04-16T10:53:16.023Z] === RUN TestCreateWithDuplicateNetworkNames [2021-04-16T10:53:16.378Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.58s) [2021-04-16T10:53:16.378Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-04-16T10:53:16.903Z] Loaded image: buildpack-deps:buster [2021-04-16T10:53:16.903Z] Loaded image: busybox:latest [2021-04-16T10:53:16.903Z] Loaded image: busybox:glibc [2021-04-16T10:53:16.947Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.88s) [2021-04-16T10:53:16.947Z] === RUN TestServiceWithPredefinedNetwork [2021-04-16T10:53:17.543Z] Loaded image: debian:bullseye [2021-04-16T10:53:17.543Z] Loaded image: hello-world:latest [2021-04-16T10:53:17.543Z] Loaded image: arm32v7/hello-world:latest [2021-04-16T10:53:17.558Z] --- PASS: TestBuildMultiStageLayerLeak (11.24s) [2021-04-16T10:53:17.558Z] === RUN TestBuildWithHugeFile [2021-04-16T10:53:17.707Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2021-04-16T10:53:17.707Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2021-04-16T10:53:18.449Z] --- PASS: TestDockerNetworkReConnect (6.35s) [2021-04-16T10:53:18.449Z] === RUN TestServicePlugin [2021-04-16T10:53:18.449Z] --- SKIP: TestServicePlugin (0.00s) [2021-04-16T10:53:18.449Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-16T10:53:18.449Z] === RUN TestServiceUpdateLabel [2021-04-16T10:53:18.650Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2021-04-16T10:53:19.487Z] --- PASS: TestServiceWithPredefinedNetwork (2.26s) [2021-04-16T10:53:19.487Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-04-16T10:53:19.487Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-04-16T10:53:19.487Z] service_test.go:242: FLAKY_TEST [2021-04-16T10:53:19.487Z] === RUN TestServiceWithDataPathPortInit [2021-04-16T10:53:21.948Z] --- PASS: TestServiceUpdateLabel (3.88s) [2021-04-16T10:53:21.948Z] === RUN TestServiceUpdateSecrets [2021-04-16T10:53:23.945Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-04-16T10:53:24.470Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (22.42s) [2021-04-16T10:53:24.470Z] PASS [2021-04-16T10:53:24.470Z] [2021-04-16T10:53:24.470Z] === Skipped [2021-04-16T10:53:24.470Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s) [2021-04-16T10:53:24.470Z] build_session_test.go:25: TODO: BuildKit [2021-04-16T10:53:24.470Z] [2021-04-16T10:53:24.470Z] === SKIP: ppc64le.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-04-16T10:53:24.470Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-04-16T10:53:24.470Z] [2021-04-16T10:53:24.470Z] [2021-04-16T10:53:24.470Z] DONE 34 tests, 2 skipped in 118.333s [2021-04-16T10:53:24.470Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2021-04-16T10:53:24.470Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:53:24.470Z] ++ set -e [2021-04-16T10:53:24.470Z] ++ '[' -n 0 ']' [2021-04-16T10:53:24.470Z] ++ set -x [2021-04-16T10:53:24.470Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:53:24.470Z] INFO: Testing against a local daemon [2021-04-16T10:53:24.470Z] === RUN TestConfigInspect [2021-04-16T10:53:25.331Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-04-16T10:53:25.331Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2021-04-16T10:53:25.991Z] --- PASS: TestConfigInspect (1.88s) [2021-04-16T10:53:25.991Z] === RUN TestConfigList [2021-04-16T10:53:27.247Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2021-04-16T10:53:28.077Z] --- PASS: TestConfigList (1.89s) [2021-04-16T10:53:28.077Z] === RUN TestConfigsCreateAndDelete [2021-04-16T10:53:28.190Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2021-04-16T10:53:29.576Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-04-16T10:53:29.599Z] --- PASS: TestConfigsCreateAndDelete (1.91s) [2021-04-16T10:53:29.599Z] === RUN TestConfigsUpdate [2021-04-16T10:53:30.148Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2021-04-16T10:53:30.936Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.78s) [2021-04-16T10:53:30.936Z] === RUN TestCreateServiceSecretFileMode [2021-04-16T10:53:31.683Z] --- PASS: TestConfigsUpdate (1.94s) [2021-04-16T10:53:31.683Z] === RUN TestTemplatedConfig [2021-04-16T10:53:33.482Z] --- PASS: TestCreateServiceSecretFileMode (3.21s) [2021-04-16T10:53:33.482Z] === RUN TestCreateServiceConfigFileMode [2021-04-16T10:53:34.437Z] --- PASS: TestTemplatedConfig (2.44s) [2021-04-16T10:53:34.437Z] === RUN TestConfigCreateResolve [2021-04-16T10:53:35.449Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2021-04-16T10:53:35.977Z] --- PASS: TestConfigCreateResolve (1.90s) [2021-04-16T10:53:35.977Z] === RUN TestConfigDaemonLibtrustID [2021-04-16T10:53:36.391Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2021-04-16T10:53:36.621Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2021-04-16T10:53:36.621Z] PASS [2021-04-16T10:53:36.621Z] [2021-04-16T10:53:36.621Z] DONE 7 tests in 12.581s [2021-04-16T10:53:36.621Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2021-04-16T10:53:36.621Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:53:36.621Z] ++ set -e [2021-04-16T10:53:36.621Z] ++ '[' -n 0 ']' [2021-04-16T10:53:36.621Z] ++ set -x [2021-04-16T10:53:36.621Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:53:36.621Z] INFO: Testing against a local daemon [2021-04-16T10:53:36.621Z] === RUN TestCheckpoint [2021-04-16T10:53:36.621Z] --- SKIP: TestCheckpoint (0.00s) [2021-04-16T10:53:36.621Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-04-16T10:53:36.621Z] === RUN TestContainerInvalidJSON [2021-04-16T10:53:36.621Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-04-16T10:53:36.621Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-04-16T10:53:36.621Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-04-16T10:53:36.621Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-04-16T10:53:36.621Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-04-16T10:53:36.621Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-04-16T10:53:36.621Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-04-16T10:53:36.621Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-04-16T10:53:36.621Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-04-16T10:53:36.621Z] --- PASS: TestContainerInvalidJSON (0.02s) [2021-04-16T10:53:36.621Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-04-16T10:53:36.621Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-04-16T10:53:36.621Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-04-16T10:53:36.621Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-04-16T10:53:36.621Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2021-04-16T10:53:36.621Z] === RUN TestCopyFromContainerPathIsNotDir [2021-04-16T10:53:36.621Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2021-04-16T10:53:36.621Z] === RUN TestCopyToContainerPathDoesNotExist [2021-04-16T10:53:36.621Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2021-04-16T10:53:36.621Z] === RUN TestCopyToContainerPathIsNotDir [2021-04-16T10:53:36.786Z] --- PASS: TestCreateServiceConfigFileMode (3.25s) [2021-04-16T10:53:36.786Z] === RUN TestCreateServiceSysctls [2021-04-16T10:53:36.916Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s) [2021-04-16T10:53:36.916Z] === RUN TestCopyFromContainer [2021-04-16T10:53:37.588Z] --- PASS: TestServiceWithDataPathPortInit (15.63s) [2021-04-16T10:53:37.588Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-04-16T10:53:37.962Z] === RUN TestCopyFromContainer// [2021-04-16T10:53:38.259Z] === RUN TestCopyFromContainer//bar/root [2021-04-16T10:53:38.259Z] === RUN TestCopyFromContainer//bar/root/ [2021-04-16T10:53:38.259Z] === RUN TestCopyFromContainer/bar/quux [2021-04-16T10:53:38.259Z] === RUN TestCopyFromContainer/bar/quux/ [2021-04-16T10:53:38.554Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-04-16T10:53:38.554Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-04-16T10:53:38.554Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-04-16T10:53:38.554Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-04-16T10:53:38.862Z] === RUN TestCopyFromContainer/bar/notarget [2021-04-16T10:53:38.862Z] --- PASS: TestCopyFromContainer (2.05s) [2021-04-16T10:53:38.862Z] --- PASS: TestCopyFromContainer// (0.07s) [2021-04-16T10:53:38.862Z] --- PASS: TestCopyFromContainer//bar/root (0.08s) [2021-04-16T10:53:38.862Z] --- PASS: TestCopyFromContainer//bar/root/ (0.08s) [2021-04-16T10:53:38.862Z] --- PASS: TestCopyFromContainer/bar/quux (0.08s) [2021-04-16T10:53:38.862Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2021-04-16T10:53:38.862Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) [2021-04-16T10:53:38.862Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s) [2021-04-16T10:53:38.862Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2021-04-16T10:53:38.862Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2021-04-16T10:53:38.862Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2021-04-16T10:53:38.862Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-04-16T10:53:38.862Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-16T10:53:38.862Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-16T10:53:38.862Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-16T10:53:38.862Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-16T10:53:38.862Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-16T10:53:38.862Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-16T10:53:38.862Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-16T10:53:38.862Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-16T10:53:38.862Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-16T10:53:38.862Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-04-16T10:53:38.862Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-04-16T10:53:38.862Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-04-16T10:53:38.862Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-04-16T10:53:38.862Z] === RUN TestCreateLinkToNonExistingContainer [2021-04-16T10:53:38.862Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2021-04-16T10:53:38.862Z] === RUN TestCreateWithInvalidEnv [2021-04-16T10:53:38.862Z] === RUN TestCreateWithInvalidEnv/0 [2021-04-16T10:53:38.862Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-04-16T10:53:38.862Z] === RUN TestCreateWithInvalidEnv/1 [2021-04-16T10:53:38.862Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-04-16T10:53:38.862Z] === RUN TestCreateWithInvalidEnv/2 [2021-04-16T10:53:38.862Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-04-16T10:53:38.862Z] === CONT TestCreateWithInvalidEnv/0 [2021-04-16T10:53:38.862Z] === CONT TestCreateWithInvalidEnv/2 [2021-04-16T10:53:38.862Z] === CONT TestCreateWithInvalidEnv/1 [2021-04-16T10:53:38.862Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-04-16T10:53:38.862Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-04-16T10:53:38.862Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-04-16T10:53:38.862Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-04-16T10:53:38.862Z] === RUN TestCreateTmpfsMountsTarget [2021-04-16T10:53:38.862Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-04-16T10:53:38.862Z] === RUN TestCreateWithCustomMaskedPaths [2021-04-16T10:53:40.489Z] --- PASS: TestServiceUpdateSecrets (16.14s) [2021-04-16T10:53:40.490Z] === RUN TestServiceUpdateConfigs [2021-04-16T10:53:40.600Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2021-04-16T10:53:40.942Z] --- PASS: TestCreateWithCustomMaskedPaths (1.63s) [2021-04-16T10:53:40.942Z] === RUN TestCreateWithCustomReadonlyPaths [2021-04-16T10:53:40.993Z] --- PASS: TestCreateServiceSysctls (4.20s) [2021-04-16T10:53:40.993Z] === RUN TestCreateServiceCapabilities [2021-04-16T10:53:42.462Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.67s) [2021-04-16T10:53:42.462Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-04-16T10:53:42.462Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-16T10:53:42.462Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-16T10:53:42.462Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-16T10:53:42.462Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-16T10:53:42.462Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-16T10:53:42.463Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-16T10:53:42.463Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-16T10:53:42.463Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-16T10:53:42.463Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-16T10:53:42.463Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-16T10:53:42.463Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-16T10:53:42.463Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-16T10:53:42.463Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-16T10:53:42.463Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-16T10:53:42.463Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-16T10:53:42.463Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-04-16T10:53:42.463Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2021-04-16T10:53:42.463Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2021-04-16T10:53:42.463Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2021-04-16T10:53:42.463Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2021-04-16T10:53:42.463Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.03s) [2021-04-16T10:53:42.463Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-04-16T10:53:42.757Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.52s) [2021-04-16T10:53:42.757Z] === RUN TestCreateDifferentPlatform [2021-04-16T10:53:42.757Z] === RUN TestCreateDifferentPlatform/different_os [2021-04-16T10:53:42.757Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-04-16T10:53:42.757Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2021-04-16T10:53:42.757Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-04-16T10:53:42.757Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.01s) [2021-04-16T10:53:42.757Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-04-16T10:53:42.866Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.83s) [2021-04-16T10:53:42.866Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:99audwzim6w35jvotr0gypn2j Created:2021-04-16 10:53:36.104085211 +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[339215cbf0d55e9d34c178be3945a090fefbd6d2be8ec7c52117defe5ba1c6a3:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.9m8kgdjn2mtoamjq5znhy6qrl EndpointID:a6cc76011223a4359bc5871cfe3a33fc1656ac88c1bc4b66376159a63222c365 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:2428daf3143279e4812f861b151f7873dee8a5a6339a6aea2d783d8d2b72a8f4 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:1a31177e382c IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.9m8kgdjn2mtoamjq5znhy6qrl EndpointID:a6cc76011223a4359bc5871cfe3a33fc1656ac88c1bc4b66376159a63222c365 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-04-16T10:53:42.866Z] PASS [2021-04-16T10:53:42.866Z] [2021-04-16T10:53:42.866Z] === Skipped [2021-04-16T10:53:42.866Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-04-16T10:53:42.866Z] service_test.go:242: FLAKY_TEST [2021-04-16T10:53:42.866Z] [2021-04-16T10:53:42.866Z] [2021-04-16T10:53:42.866Z] DONE 26 tests, 1 skipped in 55.610s [2021-04-16T10:53:42.866Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-04-16T10:53:42.866Z] INFO: Testing against a local daemon [2021-04-16T10:53:42.866Z] === RUN TestDockerNetworkIpvlanPersistance [2021-04-16T10:53:42.866Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-04-16T10:53:42.866Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-16T10:53:42.866Z] === RUN TestDockerNetworkIpvlan [2021-04-16T10:53:42.866Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-04-16T10:53:42.866Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-16T10:53:42.866Z] PASS [2021-04-16T10:53:42.866Z] [2021-04-16T10:53:42.866Z] === Skipped [2021-04-16T10:53:42.866Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-04-16T10:53:42.866Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-16T10:53:42.866Z] [2021-04-16T10:53:42.866Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-04-16T10:53:42.866Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-16T10:53:42.866Z] [2021-04-16T10:53:42.866Z] [2021-04-16T10:53:42.866Z] DONE 2 tests, 2 skipped in 0.039s [2021-04-16T10:53:42.866Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-04-16T10:53:42.866Z] INFO: Testing against a local daemon [2021-04-16T10:53:42.866Z] === RUN TestDockerNetworkMacvlanPersistance [2021-04-16T10:53:43.052Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2021-04-16T10:53:43.052Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-04-16T10:53:43.052Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2021-04-16T10:53:43.052Z] === RUN TestContainerStartOnDaemonRestart [2021-04-16T10:53:43.052Z] === PAUSE TestContainerStartOnDaemonRestart [2021-04-16T10:53:43.052Z] === RUN TestDaemonRestartIpcMode [2021-04-16T10:53:43.052Z] === PAUSE TestDaemonRestartIpcMode [2021-04-16T10:53:43.052Z] === RUN TestDaemonHostGatewayIP [2021-04-16T10:53:43.052Z] === PAUSE TestDaemonHostGatewayIP [2021-04-16T10:53:43.052Z] === RUN TestRestartDaemonWithRestartingContainer [2021-04-16T10:53:43.052Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-04-16T10:53:43.052Z] === RUN TestContainerKillOnDaemonStart [2021-04-16T10:53:43.052Z] === PAUSE TestContainerKillOnDaemonStart [2021-04-16T10:53:43.052Z] === RUN TestDiff [2021-04-16T10:53:43.695Z] --- PASS: TestDiff (0.54s) [2021-04-16T10:53:43.695Z] === RUN TestExecWithCloseStdin [2021-04-16T10:53:43.928Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2021-04-16T10:53:44.295Z] --- PASS: TestCreateServiceCapabilities (3.28s) [2021-04-16T10:53:44.295Z] === RUN TestInspect [2021-04-16T10:53:44.334Z] --- PASS: TestExecWithCloseStdin (0.69s) [2021-04-16T10:53:44.334Z] === RUN TestExec [2021-04-16T10:53:44.775Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.92s) [2021-04-16T10:53:44.775Z] === RUN TestDockerNetworkMacvlan [2021-04-16T10:53:44.971Z] --- PASS: TestExec (0.71s) [2021-04-16T10:53:44.971Z] === RUN TestExecUser [2021-04-16T10:53:45.611Z] --- PASS: TestExecUser (0.64s) [2021-04-16T10:53:45.611Z] === RUN TestExportContainerAndImportImage [2021-04-16T10:53:45.715Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-04-16T10:53:46.654Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-04-16T10:53:46.678Z] --- PASS: TestExportContainerAndImportImage (0.84s) [2021-04-16T10:53:46.678Z] === RUN TestExportContainerAfterDaemonRestart [2021-04-16T10:53:47.230Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-04-16T10:53:47.594Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-04-16T10:53:47.734Z] --- PASS: TestExportContainerAfterDaemonRestart (1.43s) [2021-04-16T10:53:47.734Z] === RUN TestHealthCheckWorkdir [2021-04-16T10:53:48.174Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-04-16T10:53:48.174Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-04-16T10:53:48.503Z] --- PASS: TestInspect (3.56s) [2021-04-16T10:53:48.503Z] === RUN TestCreateJob [2021-04-16T10:53:48.779Z] --- PASS: TestHealthCheckWorkdir (0.79s) [2021-04-16T10:53:48.779Z] === RUN TestHealthKillContainer [2021-04-16T10:53:49.966Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-04-16T10:53:49.966Z] === RUN TestBoolValue [2021-04-16T10:53:49.966Z] --- PASS: TestBoolValue (0.00s) [2021-04-16T10:53:49.966Z] === RUN TestBoolValueOrDefault [2021-04-16T10:53:49.966Z] --- PASS: TestBoolValueOrDefault (0.00s) [2021-04-16T10:53:49.966Z] === RUN TestInt64ValueOrZero [2021-04-16T10:53:49.966Z] --- PASS: TestInt64ValueOrZero (0.00s) [2021-04-16T10:53:49.966Z] === RUN TestInt64ValueOrDefault [2021-04-16T10:53:49.966Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2021-04-16T10:53:49.966Z] === RUN TestInt64ValueOrDefaultWithError [2021-04-16T10:53:49.966Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2021-04-16T10:53:49.966Z] === RUN TestJsonContentType [2021-04-16T10:53:49.966Z] --- PASS: TestJsonContentType (0.00s) [2021-04-16T10:53:49.966Z] PASS [2021-04-16T10:53:49.966Z] coverage: 14.7% of statements [2021-04-16T10:53:49.966Z] ok github.com/docker/docker/api/server/httputils 0.063s coverage: 14.7% of statements [2021-04-16T10:53:49.966Z] === RUN TestMaskSecretKeys [2021-04-16T10:53:49.966Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2021-04-16T10:53:49.966Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2021-04-16T10:53:49.966Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2021-04-16T10:53:49.966Z] --- PASS: TestMaskSecretKeys (0.00s) [2021-04-16T10:53:49.966Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2021-04-16T10:53:49.966Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2021-04-16T10:53:49.966Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2021-04-16T10:53:49.966Z] === RUN TestVersionMiddlewareVersion [2021-04-16T10:53:49.966Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2021-04-16T10:53:49.966Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2021-04-16T10:53:49.966Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2021-04-16T10:53:49.966Z] PASS [2021-04-16T10:53:49.966Z] coverage: 37.7% of statements [2021-04-16T10:53:49.966Z] ok github.com/docker/docker/api/server/middleware 0.101s coverage: 37.7% of statements [2021-04-16T10:53:49.966Z] ? github.com/docker/docker/api/server/router [no test files] [2021-04-16T10:53:49.966Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-04-16T10:53:49.966Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-04-16T10:53:49.966Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-04-16T10:53:49.966Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-04-16T10:53:49.966Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-04-16T10:53:49.966Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-04-16T10:53:49.966Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-04-16T10:53:49.966Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-04-16T10:53:49.966Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-04-16T10:53:49.966Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-04-16T10:53:49.966Z] === RUN TestToJSON [2021-04-16T10:53:49.966Z] --- PASS: TestToJSON (0.00s) [2021-04-16T10:53:49.966Z] === RUN TestToParamWithVersion [2021-04-16T10:53:49.966Z] --- PASS: TestToParamWithVersion (0.00s) [2021-04-16T10:53:49.966Z] === RUN TestFromJSON [2021-04-16T10:53:49.966Z] --- PASS: TestFromJSON (0.00s) [2021-04-16T10:53:49.966Z] === RUN TestEmpty [2021-04-16T10:53:49.966Z] --- PASS: TestEmpty (0.00s) [2021-04-16T10:53:49.966Z] === RUN TestArgsMatchKVListEmptySources [2021-04-16T10:53:49.966Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2021-04-16T10:53:49.966Z] === RUN TestArgsMatchKVList [2021-04-16T10:53:49.966Z] --- PASS: TestArgsMatchKVList (0.00s) [2021-04-16T10:53:49.966Z] === RUN TestArgsMatch [2021-04-16T10:53:49.966Z] --- PASS: TestArgsMatch (0.00s) [2021-04-16T10:53:49.966Z] === RUN TestAdd [2021-04-16T10:53:49.966Z] --- PASS: TestAdd (0.00s) [2021-04-16T10:53:49.966Z] === RUN TestDel [2021-04-16T10:53:49.966Z] --- PASS: TestDel (0.00s) [2021-04-16T10:53:49.966Z] === RUN TestLen [2021-04-16T10:53:49.966Z] --- PASS: TestLen (0.00s) [2021-04-16T10:53:49.966Z] === RUN TestExactMatch [2021-04-16T10:53:49.966Z] --- PASS: TestExactMatch (0.00s) [2021-04-16T10:53:49.966Z] === RUN TestOnlyOneExactMatch [2021-04-16T10:53:49.966Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2021-04-16T10:53:49.966Z] === RUN TestContains [2021-04-16T10:53:49.966Z] --- PASS: TestContains (0.00s) [2021-04-16T10:53:49.966Z] === RUN TestValidate [2021-04-16T10:53:49.966Z] --- PASS: TestValidate (0.00s) [2021-04-16T10:53:49.966Z] === RUN TestWalkValues [2021-04-16T10:53:49.966Z] --- PASS: TestWalkValues (0.00s) [2021-04-16T10:53:49.966Z] === RUN TestFuzzyMatch [2021-04-16T10:53:49.966Z] --- PASS: TestFuzzyMatch (0.00s) [2021-04-16T10:53:49.966Z] === RUN TestClone [2021-04-16T10:53:49.966Z] --- PASS: TestClone (0.00s) [2021-04-16T10:53:49.966Z] PASS [2021-04-16T10:53:49.966Z] coverage: 92.2% of statements [2021-04-16T10:53:49.966Z] ok github.com/docker/docker/api/types/filters 0.174s coverage: 92.2% of statements [2021-04-16T10:53:49.966Z] === RUN TestStrSliceMarshalJSON [2021-04-16T10:53:49.966Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2021-04-16T10:53:49.966Z] === RUN TestStrSliceUnmarshalJSON [2021-04-16T10:53:49.966Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2021-04-16T10:53:49.966Z] === RUN TestStrSliceUnmarshalString [2021-04-16T10:53:49.966Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2021-04-16T10:53:49.966Z] === RUN TestStrSliceUnmarshalSlice [2021-04-16T10:53:49.966Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2021-04-16T10:53:49.966Z] PASS [2021-04-16T10:53:49.966Z] coverage: 90.0% of statements [2021-04-16T10:53:49.966Z] ok github.com/docker/docker/api/types/strslice 0.055s coverage: 90.0% of statements [2021-04-16T10:53:49.966Z] === RUN TestDurationToSecondsString [2021-04-16T10:53:49.966Z] --- PASS: TestDurationToSecondsString (0.00s) [2021-04-16T10:53:49.966Z] === RUN TestGetTimestamp [2021-04-16T10:53:49.966Z] === RUN TestAdjustForAPIVersion [2021-04-16T10:53:49.966Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2021-04-16T10:53:49.966Z] PASS [2021-04-16T10:53:49.966Z] coverage: 5.7% of statements [2021-04-16T10:53:49.966Z] ok github.com/docker/docker/api/server/router/swarm 0.078s coverage: 5.7% of statements [2021-04-16T10:53:49.966Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-04-16T10:53:49.966Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-04-16T10:53:49.966Z] ? github.com/docker/docker/api/types [no test files] [2021-04-16T10:53:49.966Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-04-16T10:53:49.966Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-04-16T10:53:49.966Z] ? github.com/docker/docker/api/types/container [no test files] [2021-04-16T10:53:49.966Z] ? github.com/docker/docker/api/types/events [no test files] [2021-04-16T10:53:49.966Z] ? github.com/docker/docker/api/types/image [no test files] [2021-04-16T10:53:49.966Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-04-16T10:53:49.966Z] ? github.com/docker/docker/api/types/network [no test files] [2021-04-16T10:53:49.966Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-04-16T10:53:49.966Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-04-16T10:53:49.966Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-04-16T10:53:49.966Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-04-16T10:53:49.966Z] --- PASS: TestGetTimestamp (0.16s) [2021-04-16T10:53:49.966Z] === RUN TestParseTimestamps [2021-04-16T10:53:49.966Z] --- PASS: TestParseTimestamps (0.00s) [2021-04-16T10:53:49.966Z] PASS [2021-04-16T10:53:49.966Z] coverage: 100.0% of statements [2021-04-16T10:53:49.966Z] ok github.com/docker/docker/api/types/time 0.203s coverage: 100.0% of statements [2021-04-16T10:53:49.966Z] === RUN TestCompareVersion [2021-04-16T10:53:49.966Z] --- PASS: TestCompareVersion (0.00s) [2021-04-16T10:53:49.966Z] PASS [2021-04-16T10:53:49.966Z] coverage: 75.0% of statements [2021-04-16T10:53:49.966Z] ok github.com/docker/docker/api/types/versions 0.052s coverage: 75.0% of statements [2021-04-16T10:53:49.966Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-04-16T10:53:49.966Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-04-16T10:53:49.966Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-04-16T10:53:49.966Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2021-04-16T10:53:49.966Z] ? github.com/docker/docker/builder [no test files] [2021-04-16T10:53:49.966Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-04-16T10:53:49.966Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-04-16T10:53:49.966Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-04-16T10:53:49.966Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-04-16T10:53:49.966Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-04-16T10:53:49.966Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-04-16T10:53:49.966Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-04-16T10:53:49.966Z] === RUN TestParseRemoteURL [2021-04-16T10:53:49.966Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2021-04-16T10:53:49.966Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2021-04-16T10:53:49.966Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2021-04-16T10:53:49.966Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2021-04-16T10:53:49.966Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2021-04-16T10:53:49.966Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2021-04-16T10:53:49.966Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2021-04-16T10:53:49.966Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2021-04-16T10:53:49.966Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2021-04-16T10:53:49.966Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2021-04-16T10:53:49.966Z] --- PASS: TestParseRemoteURL (0.00s) [2021-04-16T10:53:49.966Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2021-04-16T10:53:49.966Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2021-04-16T10:53:49.966Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2021-04-16T10:53:49.966Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2021-04-16T10:53:49.966Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2021-04-16T10:53:49.966Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2021-04-16T10:53:49.966Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2021-04-16T10:53:49.966Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2021-04-16T10:53:49.966Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2021-04-16T10:53:49.966Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2021-04-16T10:53:49.966Z] === RUN TestCloneArgsSmartHttp [2021-04-16T10:53:49.966Z] --- PASS: TestCloneArgsSmartHttp (0.08s) [2021-04-16T10:53:49.966Z] === RUN TestCloneArgsDumbHttp [2021-04-16T10:53:49.966Z] --- PASS: TestCloneArgsDumbHttp (0.01s) [2021-04-16T10:53:49.966Z] === RUN TestCloneArgsGit [2021-04-16T10:53:49.966Z] --- PASS: TestCloneArgsGit (0.00s) [2021-04-16T10:53:49.966Z] === RUN TestCheckoutGit [2021-04-16T10:53:50.724Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2021-04-16T10:53:50.888Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-04-16T10:53:51.510Z] === RUN TestEnable [2021-04-16T10:53:51.510Z] --- PASS: TestEnable (0.00s) [2021-04-16T10:53:51.510Z] === RUN TestDisable [2021-04-16T10:53:51.510Z] --- PASS: TestDisable (0.00s) [2021-04-16T10:53:51.510Z] === RUN TestEnabled [2021-04-16T10:53:51.510Z] --- PASS: TestEnabled (0.00s) [2021-04-16T10:53:51.510Z] PASS [2021-04-16T10:53:51.510Z] coverage: 100.0% of statements [2021-04-16T10:53:51.510Z] ok github.com/docker/docker/cli/debug 0.051s coverage: 100.0% of statements [2021-04-16T10:53:51.510Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2021-04-16T10:53:51.510Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2021-04-16T10:53:51.510Z] === RUN TestProcessNoDockerignore [2021-04-16T10:53:51.510Z] --- PASS: TestProcessNoDockerignore (0.00s) [2021-04-16T10:53:51.510Z] === RUN TestProcessShouldLeaveAllFiles [2021-04-16T10:53:51.510Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2021-04-16T10:53:51.510Z] === RUN TestDetectContentType [2021-04-16T10:53:51.510Z] --- PASS: TestDetectContentType (0.00s) [2021-04-16T10:53:51.510Z] === RUN TestSelectAcceptableMIME [2021-04-16T10:53:51.510Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2021-04-16T10:53:51.510Z] === RUN TestInspectEmptyResponse [2021-04-16T10:53:51.510Z] --- PASS: TestInspectEmptyResponse (0.00s) [2021-04-16T10:53:51.510Z] === RUN TestInspectResponseBinary [2021-04-16T10:53:51.510Z] --- PASS: TestInspectResponseBinary (0.00s) [2021-04-16T10:53:51.510Z] === RUN TestResponseUnsupportedContentType [2021-04-16T10:53:51.510Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2021-04-16T10:53:51.510Z] === RUN TestInspectResponseTextSimple [2021-04-16T10:53:51.510Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2021-04-16T10:53:51.510Z] === RUN TestInspectResponseEmptyContentType [2021-04-16T10:53:51.510Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2021-04-16T10:53:51.510Z] === RUN TestUnknownContentLength [2021-04-16T10:53:51.510Z] --- PASS: TestUnknownContentLength (0.00s) [2021-04-16T10:53:51.510Z] === RUN TestDownloadRemote [2021-04-16T10:53:51.511Z] --- PASS: TestDownloadRemote (0.09s) [2021-04-16T10:53:51.511Z] === RUN TestGetWithStatusError [2021-04-16T10:53:51.511Z] --- PASS: TestGetWithStatusError (0.00s) [2021-04-16T10:53:51.511Z] === RUN TestCloseRootDirectory [2021-04-16T10:53:51.511Z] --- SKIP: TestCloseRootDirectory (0.00s) [2021-04-16T10:53:51.511Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:53:51.511Z] === RUN TestHashFile [2021-04-16T10:53:51.511Z] --- SKIP: TestHashFile (0.00s) [2021-04-16T10:53:51.511Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:53:51.511Z] === RUN TestHashSubdir [2021-04-16T10:53:51.511Z] --- SKIP: TestHashSubdir (0.00s) [2021-04-16T10:53:51.511Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:53:51.511Z] === RUN TestRemoveDirectory [2021-04-16T10:53:51.511Z] --- SKIP: TestRemoveDirectory (0.00s) [2021-04-16T10:53:51.511Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:53:51.511Z] PASS [2021-04-16T10:53:51.511Z] coverage: 9.3% of statements [2021-04-16T10:53:51.511Z] ok github.com/docker/docker/builder/remotecontext 0.300s coverage: 9.3% of statements [2021-04-16T10:53:51.518Z] --- PASS: TestHealthKillContainer (2.67s) [2021-04-16T10:53:51.518Z] === RUN TestInspectCpusetInConfigPre120 [2021-04-16T10:53:51.668Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2021-04-16T10:53:51.826Z] --- PASS: TestInspectCpusetInConfigPre120 (0.56s) [2021-04-16T10:53:51.826Z] === RUN TestIpcModeNone [2021-04-16T10:53:52.466Z] --- PASS: TestIpcModeNone (0.71s) [2021-04-16T10:53:52.466Z] === RUN TestIpcModePrivate [2021-04-16T10:53:52.483Z] === RUN TestGetAllAllowed [2021-04-16T10:53:52.483Z] --- PASS: TestGetAllAllowed (0.00s) [2021-04-16T10:53:52.483Z] === RUN TestGetAllMeta [2021-04-16T10:53:52.483Z] --- PASS: TestGetAllMeta (0.00s) [2021-04-16T10:53:52.483Z] === RUN TestWarnOnUnusedBuildArgs [2021-04-16T10:53:52.483Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2021-04-16T10:53:52.483Z] === RUN TestIsUnreferencedBuiltin [2021-04-16T10:53:52.483Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2021-04-16T10:53:52.483Z] === RUN TestIsExistingDirectory [2021-04-16T10:53:52.483Z] --- PASS: TestIsExistingDirectory (0.00s) [2021-04-16T10:53:52.484Z] === RUN TestGetFilenameForDownload [2021-04-16T10:53:52.484Z] --- PASS: TestGetFilenameForDownload (0.00s) [2021-04-16T10:53:52.484Z] === RUN TestEnv2Variables [2021-04-16T10:53:52.484Z] --- PASS: TestEnv2Variables (0.00s) [2021-04-16T10:53:52.484Z] === RUN TestEnvValueWithExistingRunConfigEnv [2021-04-16T10:53:52.484Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2021-04-16T10:53:52.484Z] === RUN TestMaintainer [2021-04-16T10:53:52.484Z] --- PASS: TestMaintainer (0.00s) [2021-04-16T10:53:52.484Z] === RUN TestLabel [2021-04-16T10:53:52.484Z] --- PASS: TestLabel (0.00s) [2021-04-16T10:53:52.484Z] === RUN TestFromScratch [2021-04-16T10:53:52.484Z] --- PASS: TestFromScratch (0.00s) [2021-04-16T10:53:52.484Z] === RUN TestFromWithArg [2021-04-16T10:53:52.484Z] --- PASS: TestFromWithArg (0.00s) [2021-04-16T10:53:52.484Z] === RUN TestFromWithArgButBuildArgsNotGiven [2021-04-16T10:53:52.484Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2021-04-16T10:53:52.484Z] === RUN TestFromWithUndefinedArg [2021-04-16T10:53:52.484Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2021-04-16T10:53:52.484Z] === RUN TestFromMultiStageWithNamedStage [2021-04-16T10:53:52.484Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2021-04-16T10:53:52.484Z] === RUN TestOnbuild [2021-04-16T10:53:52.484Z] --- PASS: TestOnbuild (0.00s) [2021-04-16T10:53:52.484Z] === RUN TestWorkdir [2021-04-16T10:53:52.484Z] --- PASS: TestWorkdir (0.00s) [2021-04-16T10:53:52.484Z] === RUN TestCmd [2021-04-16T10:53:52.484Z] --- PASS: TestCmd (0.00s) [2021-04-16T10:53:52.484Z] === RUN TestHealthcheckNone [2021-04-16T10:53:52.484Z] --- PASS: TestHealthcheckNone (0.00s) [2021-04-16T10:53:52.484Z] === RUN TestHealthcheckCmd [2021-04-16T10:53:52.484Z] --- PASS: TestHealthcheckCmd (0.00s) [2021-04-16T10:53:52.484Z] === RUN TestEntrypoint [2021-04-16T10:53:52.484Z] --- PASS: TestEntrypoint (0.00s) [2021-04-16T10:53:52.484Z] === RUN TestExpose [2021-04-16T10:53:52.484Z] --- PASS: TestExpose (0.00s) [2021-04-16T10:53:52.484Z] === RUN TestUser [2021-04-16T10:53:52.484Z] --- PASS: TestUser (0.00s) [2021-04-16T10:53:52.484Z] === RUN TestVolume [2021-04-16T10:53:52.484Z] --- PASS: TestVolume (0.00s) [2021-04-16T10:53:52.484Z] === RUN TestStopSignal [2021-04-16T10:53:52.484Z] --- SKIP: TestStopSignal (0.00s) [2021-04-16T10:53:52.484Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-04-16T10:53:52.484Z] === RUN TestArg [2021-04-16T10:53:52.484Z] --- PASS: TestArg (0.00s) [2021-04-16T10:53:52.484Z] === RUN TestShell [2021-04-16T10:53:52.484Z] --- PASS: TestShell (0.00s) [2021-04-16T10:53:52.484Z] === RUN TestPrependEnvOnCmd [2021-04-16T10:53:52.484Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2021-04-16T10:53:52.484Z] === RUN TestRunWithBuildArgs [2021-04-16T10:53:52.484Z] --- PASS: TestRunWithBuildArgs (0.00s) [2021-04-16T10:53:52.484Z] === RUN TestRunIgnoresHealthcheck [2021-04-16T10:53:52.484Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2021-04-16T10:53:52.484Z] === RUN TestDispatchUnsupportedOptions [2021-04-16T10:53:52.484Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2021-04-16T10:53:52.484Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2021-04-16T10:53:52.484Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2021-04-16T10:53:52.484Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2021-04-16T10:53:52.484Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2021-04-16T10:53:52.484Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2021-04-16T10:53:52.484Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2021-04-16T10:53:52.484Z] === RUN TestNormalizeWorkdir [2021-04-16T10:53:52.484Z] --- PASS: TestNormalizeWorkdir (0.00s) [2021-04-16T10:53:52.484Z] === RUN TestDispatch [2021-04-16T10:53:52.484Z] === RUN TestDispatch/ADD_multiple_files_to_file [2021-04-16T10:53:52.484Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2021-04-16T10:53:52.484Z] === RUN TestDispatch/COPY_multiple_files_to_file [2021-04-16T10:53:52.484Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2021-04-16T10:53:52.484Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2021-04-16T10:53:52.484Z] === RUN TestDispatch/COPY_wildcard_no_files [2021-04-16T10:53:52.484Z] === RUN TestDispatch/COPY_url [2021-04-16T10:53:52.484Z] --- PASS: TestDispatch (0.07s) [2021-04-16T10:53:52.484Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2021-04-16T10:53:52.484Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2021-04-16T10:53:52.484Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2021-04-16T10:53:52.484Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2021-04-16T10:53:52.484Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2021-04-16T10:53:52.484Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2021-04-16T10:53:52.484Z] --- PASS: TestDispatch/COPY_url (0.00s) [2021-04-16T10:53:52.484Z] === RUN TestAddScratchImageAddsToMounts [2021-04-16T10:53:52.484Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2021-04-16T10:53:52.484Z] === RUN TestAddFromScratchPopulatesPlatform [2021-04-16T10:53:52.484Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2021-04-16T10:53:52.484Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2021-04-16T10:53:52.484Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2021-04-16T10:53:52.484Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2021-04-16T10:53:52.484Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2021-04-16T10:53:52.484Z] === RUN TestImageSourceGetAddsToMounts [2021-04-16T10:53:52.484Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2021-04-16T10:53:52.484Z] === RUN TestEmptyDockerfile [2021-04-16T10:53:52.484Z] --- PASS: TestEmptyDockerfile (0.01s) [2021-04-16T10:53:52.484Z] === RUN TestSymlinkDockerfile [2021-04-16T10:53:52.484Z] --- PASS: TestSymlinkDockerfile (0.01s) [2021-04-16T10:53:52.484Z] === RUN TestDockerfileOutsideTheBuildContext [2021-04-16T10:53:52.484Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2021-04-16T10:53:52.484Z] === RUN TestNonExistingDockerfile [2021-04-16T10:53:52.484Z] --- PASS: TestNonExistingDockerfile (0.00s) [2021-04-16T10:53:52.484Z] === RUN TestCopyRunConfig [2021-04-16T10:53:52.484Z] --- PASS: TestCopyRunConfig (0.00s) [2021-04-16T10:53:52.484Z] === RUN TestDeepCopyRunConfig [2021-04-16T10:53:52.484Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2021-04-16T10:53:52.484Z] === RUN TestExportImage [2021-04-16T10:53:52.484Z] --- PASS: TestExportImage (0.00s) [2021-04-16T10:53:52.484Z] === RUN TestNormalizeDest [2021-04-16T10:53:52.484Z] --- PASS: TestNormalizeDest (0.00s) [2021-04-16T10:53:52.484Z] PASS [2021-04-16T10:53:52.484Z] coverage: 46.8% of statements [2021-04-16T10:53:52.484Z] ok github.com/docker/docker/builder/dockerfile 0.254s coverage: 46.8% of statements [2021-04-16T10:53:52.728Z] --- PASS: TestCreateJob (4.37s) [2021-04-16T10:53:52.728Z] === RUN TestReplicatedJob [2021-04-16T10:53:52.945Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-04-16T10:53:53.511Z] --- PASS: TestIpcModePrivate (0.72s) [2021-04-16T10:53:53.511Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:62, shared: false, mustBeShared: false [2021-04-16T10:53:53.511Z] === RUN TestIpcModeShareable [2021-04-16T10:53:54.150Z] --- PASS: TestIpcModeShareable (0.68s) [2021-04-16T10:53:54.150Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:56, shared: true, mustBeShared: true [2021-04-16T10:53:54.150Z] === RUN TestAPIIpcModeShareableAndContainer [2021-04-16T10:53:54.182Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-04-16T10:53:54.973Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-04-16T10:53:55.796Z] --- PASS: TestServiceUpdateConfigs (16.17s) [2021-04-16T10:53:55.796Z] === RUN TestServiceUpdateNetwork [2021-04-16T10:53:56.238Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.88s) [2021-04-16T10:53:56.238Z] === RUN TestAPIIpcModeHost [2021-04-16T10:53:56.532Z] --- PASS: TestAPIIpcModeHost (0.55s) [2021-04-16T10:53:56.532Z] === RUN TestDaemonIpcModeShareable [2021-04-16T10:53:58.050Z] --- PASS: TestDaemonIpcModeShareable (1.44s) [2021-04-16T10:53:58.050Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2021-04-16T10:53:58.050Z] === RUN TestDaemonIpcModePrivate [2021-04-16T10:53:58.277Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-04-16T10:53:59.320Z] --- PASS: TestReplicatedJob (6.90s) [2021-04-16T10:53:59.320Z] === RUN TestUpdateReplicatedJob [2021-04-16T10:53:59.569Z] --- PASS: TestDaemonIpcModePrivate (1.43s) [2021-04-16T10:53:59.569Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2021-04-16T10:53:59.569Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-04-16T10:54:00.617Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.42s) [2021-04-16T10:54:00.617Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2021-04-16T10:54:00.617Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-04-16T10:54:00.760Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-04-16T10:54:01.583Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-04-16T10:54:01.844Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-04-16T10:54:02.138Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.42s) [2021-04-16T10:54:02.138Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2021-04-16T10:54:02.138Z] === RUN TestIpcModeOlderClient [2021-04-16T10:54:02.138Z] === PAUSE TestIpcModeOlderClient [2021-04-16T10:54:02.138Z] === RUN TestKillContainerInvalidSignal [2021-04-16T10:54:02.141Z] --- PASS: TestDockerNetworkMacvlan (17.24s) [2021-04-16T10:54:02.141Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.11s) [2021-04-16T10:54:02.141Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.13s) [2021-04-16T10:54:02.141Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.00s) [2021-04-16T10:54:02.141Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.27s) [2021-04-16T10:54:02.141Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.89s) [2021-04-16T10:54:02.141Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.60s) [2021-04-16T10:54:02.141Z] PASS [2021-04-16T10:54:02.141Z] [2021-04-16T10:54:02.141Z] DONE 8 tests in 19.193s [2021-04-16T10:54:02.141Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-04-16T10:54:02.141Z] testing: warning: no tests to run [2021-04-16T10:54:02.141Z] PASS [2021-04-16T10:54:02.141Z] [2021-04-16T10:54:02.141Z] DONE 0 tests in 0.006s [2021-04-16T10:54:02.141Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-04-16T10:54:02.141Z] INFO: Testing against a local daemon [2021-04-16T10:54:02.141Z] === RUN TestAuthZPluginAllowRequest [2021-04-16T10:54:02.777Z] --- PASS: TestKillContainerInvalidSignal (0.53s) [2021-04-16T10:54:02.777Z] === RUN TestKillContainer [2021-04-16T10:54:02.777Z] === RUN TestKillContainer/no_signal [2021-04-16T10:54:03.415Z] === RUN TestKillContainer/non_killing_signal [2021-04-16T10:54:03.522Z] --- PASS: TestAuthZPluginAllowRequest (1.66s) [2021-04-16T10:54:03.522Z] === RUN TestAuthZPluginTLS [2021-04-16T10:54:03.527Z] --- PASS: TestUpdateReplicatedJob (4.16s) [2021-04-16T10:54:03.527Z] === RUN TestServiceListWithStatuses [2021-04-16T10:54:03.527Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-04-16T10:54:03.527Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-04-16T10:54:03.527Z] === RUN TestDockerNetworkConnectAlias [2021-04-16T10:54:03.711Z] === RUN TestKillContainer/killing_signal [2021-04-16T10:54:04.351Z] --- PASS: TestKillContainer (1.68s) [2021-04-16T10:54:04.351Z] --- PASS: TestKillContainer/no_signal (0.57s) [2021-04-16T10:54:04.351Z] --- PASS: TestKillContainer/non_killing_signal (0.37s) [2021-04-16T10:54:04.351Z] --- PASS: TestKillContainer/killing_signal (0.51s) [2021-04-16T10:54:04.351Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-04-16T10:54:04.351Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-04-16T10:54:04.462Z] --- PASS: TestAuthZPluginTLS (0.68s) [2021-04-16T10:54:04.462Z] === RUN TestAuthZPluginDenyRequest [2021-04-16T10:54:04.991Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-04-16T10:54:05.031Z] --- PASS: TestAuthZPluginDenyRequest (0.66s) [2021-04-16T10:54:05.031Z] === RUN TestAuthZPluginAPIDenyResponse [2021-04-16T10:54:05.352Z] === RUN TestCheckpointCreateError [2021-04-16T10:54:05.352Z] --- PASS: TestCheckpointCreateError (0.00s) [2021-04-16T10:54:05.352Z] === RUN TestCheckpointCreate [2021-04-16T10:54:05.352Z] --- PASS: TestCheckpointCreate (0.00s) [2021-04-16T10:54:05.352Z] === RUN TestCheckpointDeleteError [2021-04-16T10:54:05.352Z] --- PASS: TestCheckpointDeleteError (0.00s) [2021-04-16T10:54:05.352Z] === RUN TestCheckpointDelete [2021-04-16T10:54:05.352Z] --- PASS: TestCheckpointDelete (0.00s) [2021-04-16T10:54:05.352Z] === RUN TestCheckpointListError [2021-04-16T10:54:05.352Z] --- PASS: TestCheckpointListError (0.00s) [2021-04-16T10:54:05.352Z] === RUN TestCheckpointList [2021-04-16T10:54:05.352Z] --- PASS: TestCheckpointList (0.00s) [2021-04-16T10:54:05.352Z] === RUN TestCheckpointListContainerNotFound [2021-04-16T10:54:05.352Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2021-04-16T10:54:05.352Z] === RUN TestNewClientWithOpsFromEnv [2021-04-16T10:54:05.352Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2021-04-16T10:54:05.352Z] client_test.go:23: runtime.GOOS == "windows" [2021-04-16T10:54:05.352Z] === RUN TestGetAPIPath [2021-04-16T10:54:05.352Z] --- PASS: TestGetAPIPath (0.00s) [2021-04-16T10:54:05.352Z] === RUN TestParseHostURL [2021-04-16T10:54:05.352Z] --- PASS: TestParseHostURL (0.00s) [2021-04-16T10:54:05.352Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2021-04-16T10:54:05.352Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2021-04-16T10:54:05.352Z] === RUN TestNegotiateAPIVersionEmpty [2021-04-16T10:54:05.352Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2021-04-16T10:54:05.352Z] === RUN TestNegotiateAPIVersion [2021-04-16T10:54:05.352Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2021-04-16T10:54:05.352Z] === RUN TestNegotiateAPVersionOverride [2021-04-16T10:54:05.352Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2021-04-16T10:54:05.352Z] === RUN TestNegotiateAPIVersionAutomatic [2021-04-16T10:54:05.352Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2021-04-16T10:54:05.352Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2021-04-16T10:54:05.352Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2021-04-16T10:54:05.352Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2021-04-16T10:54:05.352Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2021-04-16T10:54:05.352Z] === RUN TestClientRedirect [2021-04-16T10:54:05.352Z] --- PASS: TestClientRedirect (0.00s) [2021-04-16T10:54:05.352Z] === RUN TestConfigCreateUnsupported [2021-04-16T10:54:05.352Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2021-04-16T10:54:05.352Z] === RUN TestConfigCreateError [2021-04-16T10:54:05.352Z] --- PASS: TestConfigCreateError (0.00s) [2021-04-16T10:54:05.352Z] === RUN TestConfigCreate [2021-04-16T10:54:05.352Z] --- PASS: TestConfigCreate (0.00s) [2021-04-16T10:54:05.352Z] === RUN TestConfigInspectNotFound [2021-04-16T10:54:05.352Z] --- PASS: TestConfigInspectNotFound (0.00s) [2021-04-16T10:54:05.352Z] === RUN TestConfigInspectWithEmptyID [2021-04-16T10:54:05.352Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2021-04-16T10:54:05.352Z] === RUN TestConfigInspectUnsupported [2021-04-16T10:54:05.352Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2021-04-16T10:54:05.352Z] === RUN TestConfigInspectError [2021-04-16T10:54:05.352Z] --- PASS: TestConfigInspectError (0.00s) [2021-04-16T10:54:05.352Z] === RUN TestConfigInspectConfigNotFound [2021-04-16T10:54:05.352Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2021-04-16T10:54:05.352Z] === RUN TestConfigInspect [2021-04-16T10:54:05.352Z] --- PASS: TestConfigInspect (0.00s) [2021-04-16T10:54:05.352Z] === RUN TestConfigListUnsupported [2021-04-16T10:54:05.352Z] --- PASS: TestConfigListUnsupported (0.00s) [2021-04-16T10:54:05.352Z] === RUN TestConfigListError [2021-04-16T10:54:05.352Z] --- PASS: TestConfigListError (0.00s) [2021-04-16T10:54:05.352Z] === RUN TestConfigList [2021-04-16T10:54:05.352Z] --- PASS: TestConfigList (0.00s) [2021-04-16T10:54:05.352Z] === RUN TestConfigRemoveUnsupported [2021-04-16T10:54:05.352Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2021-04-16T10:54:05.352Z] === RUN TestConfigRemoveError [2021-04-16T10:54:05.352Z] --- PASS: TestConfigRemoveError (0.00s) [2021-04-16T10:54:05.352Z] === RUN TestConfigRemove [2021-04-16T10:54:05.352Z] --- PASS: TestConfigRemove (0.00s) [2021-04-16T10:54:05.352Z] === RUN TestConfigUpdateUnsupported [2021-04-16T10:54:05.352Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2021-04-16T10:54:05.352Z] === RUN TestConfigUpdateError [2021-04-16T10:54:05.352Z] --- PASS: TestConfigUpdateError (0.00s) [2021-04-16T10:54:05.352Z] === RUN TestConfigUpdate [2021-04-16T10:54:05.352Z] --- PASS: TestConfigUpdate (0.00s) [2021-04-16T10:54:05.352Z] === RUN TestContainerCommitError [2021-04-16T10:54:05.353Z] --- PASS: TestContainerCommitError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerCommit [2021-04-16T10:54:05.353Z] --- PASS: TestContainerCommit (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerStatPathError [2021-04-16T10:54:05.353Z] --- PASS: TestContainerStatPathError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerStatPathNotFoundError [2021-04-16T10:54:05.353Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerStatPathNoHeaderError [2021-04-16T10:54:05.353Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerStatPath [2021-04-16T10:54:05.353Z] --- PASS: TestContainerStatPath (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestCopyToContainerError [2021-04-16T10:54:05.353Z] --- PASS: TestCopyToContainerError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestCopyToContainerNotFoundError [2021-04-16T10:54:05.353Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestCopyToContainerNotStatusOKError [2021-04-16T10:54:05.353Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestCopyToContainer [2021-04-16T10:54:05.353Z] --- PASS: TestCopyToContainer (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestCopyFromContainerError [2021-04-16T10:54:05.353Z] --- PASS: TestCopyFromContainerError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestCopyFromContainerNotFoundError [2021-04-16T10:54:05.353Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestCopyFromContainerNotStatusOKError [2021-04-16T10:54:05.353Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestCopyFromContainerNoHeaderError [2021-04-16T10:54:05.353Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestCopyFromContainer [2021-04-16T10:54:05.353Z] --- PASS: TestCopyFromContainer (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerCreateError [2021-04-16T10:54:05.353Z] --- PASS: TestContainerCreateError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerCreateImageNotFound [2021-04-16T10:54:05.353Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerCreateWithName [2021-04-16T10:54:05.353Z] --- PASS: TestContainerCreateWithName (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerCreateAutoRemove [2021-04-16T10:54:05.353Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerDiffError [2021-04-16T10:54:05.353Z] --- PASS: TestContainerDiffError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerDiff [2021-04-16T10:54:05.353Z] --- PASS: TestContainerDiff (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerExecCreateError [2021-04-16T10:54:05.353Z] --- PASS: TestContainerExecCreateError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerExecCreate [2021-04-16T10:54:05.353Z] --- PASS: TestContainerExecCreate (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerExecStartError [2021-04-16T10:54:05.353Z] --- PASS: TestContainerExecStartError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerExecStart [2021-04-16T10:54:05.353Z] --- PASS: TestContainerExecStart (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerExecInspectError [2021-04-16T10:54:05.353Z] --- PASS: TestContainerExecInspectError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerExecInspect [2021-04-16T10:54:05.353Z] --- PASS: TestContainerExecInspect (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerExportError [2021-04-16T10:54:05.353Z] --- PASS: TestContainerExportError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerExport [2021-04-16T10:54:05.353Z] --- PASS: TestContainerExport (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerInspectError [2021-04-16T10:54:05.353Z] --- PASS: TestContainerInspectError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerInspectContainerNotFound [2021-04-16T10:54:05.353Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerInspectWithEmptyID [2021-04-16T10:54:05.353Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerInspect [2021-04-16T10:54:05.353Z] --- PASS: TestContainerInspect (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerInspectNode [2021-04-16T10:54:05.353Z] --- PASS: TestContainerInspectNode (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerKillError [2021-04-16T10:54:05.353Z] --- PASS: TestContainerKillError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerKill [2021-04-16T10:54:05.353Z] --- PASS: TestContainerKill (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerListError [2021-04-16T10:54:05.353Z] --- PASS: TestContainerListError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerList [2021-04-16T10:54:05.353Z] --- PASS: TestContainerList (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerLogsNotFoundError [2021-04-16T10:54:05.353Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerLogsError [2021-04-16T10:54:05.353Z] --- PASS: TestContainerLogsError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerLogs [2021-04-16T10:54:05.353Z] --- PASS: TestContainerLogs (0.19s) [2021-04-16T10:54:05.353Z] === RUN TestContainerPauseError [2021-04-16T10:54:05.353Z] --- PASS: TestContainerPauseError (0.01s) [2021-04-16T10:54:05.353Z] === RUN TestContainerPause [2021-04-16T10:54:05.353Z] --- PASS: TestContainerPause (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainersPruneError [2021-04-16T10:54:05.353Z] --- PASS: TestContainersPruneError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainersPrune [2021-04-16T10:54:05.353Z] --- PASS: TestContainersPrune (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerRemoveError [2021-04-16T10:54:05.353Z] --- PASS: TestContainerRemoveError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerRemoveNotFoundError [2021-04-16T10:54:05.353Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerRemove [2021-04-16T10:54:05.353Z] --- PASS: TestContainerRemove (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerRenameError [2021-04-16T10:54:05.353Z] --- PASS: TestContainerRenameError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerRename [2021-04-16T10:54:05.353Z] --- PASS: TestContainerRename (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerResizeError [2021-04-16T10:54:05.353Z] --- PASS: TestContainerResizeError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerExecResizeError [2021-04-16T10:54:05.353Z] --- PASS: TestContainerExecResizeError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerResize [2021-04-16T10:54:05.353Z] --- PASS: TestContainerResize (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerExecResize [2021-04-16T10:54:05.353Z] --- PASS: TestContainerExecResize (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerRestartError [2021-04-16T10:54:05.353Z] --- PASS: TestContainerRestartError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerRestart [2021-04-16T10:54:05.353Z] --- PASS: TestContainerRestart (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerStartError [2021-04-16T10:54:05.353Z] --- PASS: TestContainerStartError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerStart [2021-04-16T10:54:05.353Z] --- PASS: TestContainerStart (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerStatsError [2021-04-16T10:54:05.353Z] --- PASS: TestContainerStatsError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerStats [2021-04-16T10:54:05.353Z] --- PASS: TestContainerStats (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerStopError [2021-04-16T10:54:05.353Z] --- PASS: TestContainerStopError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerStop [2021-04-16T10:54:05.353Z] --- PASS: TestContainerStop (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerTopError [2021-04-16T10:54:05.353Z] --- PASS: TestContainerTopError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerTop [2021-04-16T10:54:05.353Z] --- PASS: TestContainerTop (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerUnpauseError [2021-04-16T10:54:05.353Z] --- PASS: TestContainerUnpauseError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerUnpause [2021-04-16T10:54:05.353Z] --- PASS: TestContainerUnpause (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerUpdateError [2021-04-16T10:54:05.353Z] --- PASS: TestContainerUpdateError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerUpdate [2021-04-16T10:54:05.353Z] --- PASS: TestContainerUpdate (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerWaitError [2021-04-16T10:54:05.353Z] --- PASS: TestContainerWaitError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestContainerWait [2021-04-16T10:54:05.353Z] --- PASS: TestContainerWait (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestDiskUsageError [2021-04-16T10:54:05.353Z] --- PASS: TestDiskUsageError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestDiskUsage [2021-04-16T10:54:05.353Z] --- PASS: TestDiskUsage (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestDistributionInspectUnsupported [2021-04-16T10:54:05.353Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestDistributionInspectWithEmptyID [2021-04-16T10:54:05.353Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestEventsErrorInOptions [2021-04-16T10:54:05.353Z] --- PASS: TestEventsErrorInOptions (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestEventsErrorFromServer [2021-04-16T10:54:05.353Z] --- PASS: TestEventsErrorFromServer (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestEvents [2021-04-16T10:54:05.353Z] --- PASS: TestEvents (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestTLSCloseWriter [2021-04-16T10:54:05.353Z] === PAUSE TestTLSCloseWriter [2021-04-16T10:54:05.353Z] === RUN TestImageBuildError [2021-04-16T10:54:05.353Z] --- PASS: TestImageBuildError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestImageBuild [2021-04-16T10:54:05.353Z] --- PASS: TestImageBuild (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestGetDockerOS [2021-04-16T10:54:05.353Z] --- PASS: TestGetDockerOS (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestImageCreateError [2021-04-16T10:54:05.353Z] --- PASS: TestImageCreateError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestImageCreate [2021-04-16T10:54:05.353Z] --- PASS: TestImageCreate (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestImageHistoryError [2021-04-16T10:54:05.353Z] --- PASS: TestImageHistoryError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestImageHistory [2021-04-16T10:54:05.353Z] --- PASS: TestImageHistory (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestImageImportError [2021-04-16T10:54:05.353Z] --- PASS: TestImageImportError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestImageImport [2021-04-16T10:54:05.353Z] --- PASS: TestImageImport (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestImageInspectError [2021-04-16T10:54:05.353Z] --- PASS: TestImageInspectError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestImageInspectImageNotFound [2021-04-16T10:54:05.353Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestImageInspectWithEmptyID [2021-04-16T10:54:05.353Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestImageInspect [2021-04-16T10:54:05.353Z] --- PASS: TestImageInspect (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestImageListError [2021-04-16T10:54:05.353Z] --- PASS: TestImageListError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestImageList [2021-04-16T10:54:05.353Z] --- PASS: TestImageList (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestImageListApiBefore125 [2021-04-16T10:54:05.353Z] --- PASS: TestImageListApiBefore125 (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestImageLoadError [2021-04-16T10:54:05.353Z] --- PASS: TestImageLoadError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestImageLoad [2021-04-16T10:54:05.353Z] --- PASS: TestImageLoad (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestImagesPruneError [2021-04-16T10:54:05.353Z] --- PASS: TestImagesPruneError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestImagesPrune [2021-04-16T10:54:05.353Z] --- PASS: TestImagesPrune (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestImagePullReferenceParseError [2021-04-16T10:54:05.353Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestImagePullAnyError [2021-04-16T10:54:05.353Z] --- PASS: TestImagePullAnyError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestImagePullStatusUnauthorizedError [2021-04-16T10:54:05.353Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2021-04-16T10:54:05.353Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-04-16T10:54:05.353Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestImagePullWithPrivilegedFuncNoError [2021-04-16T10:54:05.353Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestImagePullWithoutErrors [2021-04-16T10:54:05.353Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestImagePushReferenceError [2021-04-16T10:54:05.353Z] --- PASS: TestImagePushReferenceError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestImagePushAnyError [2021-04-16T10:54:05.353Z] --- PASS: TestImagePushAnyError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestImagePushStatusUnauthorizedError [2021-04-16T10:54:05.353Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2021-04-16T10:54:05.353Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-04-16T10:54:05.353Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestImagePushWithPrivilegedFuncNoError [2021-04-16T10:54:05.353Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestImagePushWithoutErrors [2021-04-16T10:54:05.353Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2021-04-16T10:54:05.353Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2021-04-16T10:54:05.353Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2021-04-16T10:54:05.353Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2021-04-16T10:54:05.353Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2021-04-16T10:54:05.353Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2021-04-16T10:54:05.353Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2021-04-16T10:54:05.353Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2021-04-16T10:54:05.353Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestImageRemoveError [2021-04-16T10:54:05.353Z] --- PASS: TestImageRemoveError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestImageRemoveImageNotFound [2021-04-16T10:54:05.353Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestImageRemove [2021-04-16T10:54:05.353Z] --- PASS: TestImageRemove (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestImageSaveError [2021-04-16T10:54:05.353Z] --- PASS: TestImageSaveError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestImageSave [2021-04-16T10:54:05.353Z] --- PASS: TestImageSave (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestImageSearchAnyError [2021-04-16T10:54:05.353Z] --- PASS: TestImageSearchAnyError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestImageSearchStatusUnauthorizedError [2021-04-16T10:54:05.353Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2021-04-16T10:54:05.353Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-04-16T10:54:05.353Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2021-04-16T10:54:05.353Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestImageSearchWithoutErrors [2021-04-16T10:54:05.353Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestImageTagError [2021-04-16T10:54:05.353Z] --- PASS: TestImageTagError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestImageTagInvalidReference [2021-04-16T10:54:05.353Z] --- PASS: TestImageTagInvalidReference (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestImageTagInvalidSourceImageName [2021-04-16T10:54:05.353Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestImageTagHexSource [2021-04-16T10:54:05.353Z] --- PASS: TestImageTagHexSource (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestImageTag [2021-04-16T10:54:05.353Z] --- PASS: TestImageTag (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestInfoServerError [2021-04-16T10:54:05.353Z] --- PASS: TestInfoServerError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestInfoInvalidResponseJSONError [2021-04-16T10:54:05.353Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestInfo [2021-04-16T10:54:05.353Z] --- PASS: TestInfo (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestNetworkConnectError [2021-04-16T10:54:05.353Z] --- PASS: TestNetworkConnectError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2021-04-16T10:54:05.353Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestNetworkConnect [2021-04-16T10:54:05.353Z] --- PASS: TestNetworkConnect (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestNetworkCreateError [2021-04-16T10:54:05.353Z] --- PASS: TestNetworkCreateError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestNetworkCreate [2021-04-16T10:54:05.353Z] --- PASS: TestNetworkCreate (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestNetworkDisconnectError [2021-04-16T10:54:05.353Z] --- PASS: TestNetworkDisconnectError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestNetworkDisconnect [2021-04-16T10:54:05.353Z] --- PASS: TestNetworkDisconnect (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestNetworkInspectError [2021-04-16T10:54:05.353Z] --- PASS: TestNetworkInspectError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestNetworkInspectNotFoundError [2021-04-16T10:54:05.353Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestNetworkInspectWithEmptyID [2021-04-16T10:54:05.353Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestNetworkInspect [2021-04-16T10:54:05.353Z] --- PASS: TestNetworkInspect (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestNetworkListError [2021-04-16T10:54:05.353Z] --- PASS: TestNetworkListError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestNetworkList [2021-04-16T10:54:05.353Z] --- PASS: TestNetworkList (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestNetworksPruneError [2021-04-16T10:54:05.353Z] --- PASS: TestNetworksPruneError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestNetworksPrune [2021-04-16T10:54:05.353Z] --- PASS: TestNetworksPrune (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestNetworkRemoveError [2021-04-16T10:54:05.353Z] --- PASS: TestNetworkRemoveError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestNetworkRemove [2021-04-16T10:54:05.353Z] --- PASS: TestNetworkRemove (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestNodeInspectError [2021-04-16T10:54:05.353Z] --- PASS: TestNodeInspectError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestNodeInspectNodeNotFound [2021-04-16T10:54:05.353Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestNodeInspectWithEmptyID [2021-04-16T10:54:05.353Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestNodeInspect [2021-04-16T10:54:05.353Z] --- PASS: TestNodeInspect (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestNodeListError [2021-04-16T10:54:05.353Z] --- PASS: TestNodeListError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestNodeList [2021-04-16T10:54:05.353Z] --- PASS: TestNodeList (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestNodeRemoveError [2021-04-16T10:54:05.353Z] --- PASS: TestNodeRemoveError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestNodeRemove [2021-04-16T10:54:05.353Z] --- PASS: TestNodeRemove (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestNodeUpdateError [2021-04-16T10:54:05.353Z] --- PASS: TestNodeUpdateError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestNodeUpdate [2021-04-16T10:54:05.353Z] --- PASS: TestNodeUpdate (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestOptionWithTimeout [2021-04-16T10:54:05.353Z] --- PASS: TestOptionWithTimeout (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestPingFail [2021-04-16T10:54:05.353Z] --- PASS: TestPingFail (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestPingWithError [2021-04-16T10:54:05.353Z] 2021/04/16 10:54:03 RoundTripper returned a response & error; ignoring response [2021-04-16T10:54:05.353Z] 2021/04/16 10:54:03 RoundTripper returned a response & error; ignoring response [2021-04-16T10:54:05.353Z] --- PASS: TestPingWithError (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestPingSuccess [2021-04-16T10:54:05.353Z] --- PASS: TestPingSuccess (0.00s) [2021-04-16T10:54:05.353Z] === RUN TestPingHeadFallback [2021-04-16T10:54:05.353Z] === RUN TestPingHeadFallback/OK [2021-04-16T10:54:05.353Z] === RUN TestPingHeadFallback/Internal_Server_Error [2021-04-16T10:54:05.353Z] === RUN TestPingHeadFallback/Not_Found [2021-04-16T10:54:05.353Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2021-04-16T10:54:05.353Z] --- PASS: TestPingHeadFallback (0.00s) [2021-04-16T10:54:05.353Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2021-04-16T10:54:05.353Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2021-04-16T10:54:05.353Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2021-04-16T10:54:05.354Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestPluginDisableError [2021-04-16T10:54:05.354Z] --- PASS: TestPluginDisableError (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestPluginDisable [2021-04-16T10:54:05.354Z] --- PASS: TestPluginDisable (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestPluginEnableError [2021-04-16T10:54:05.354Z] --- PASS: TestPluginEnableError (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestPluginEnable [2021-04-16T10:54:05.354Z] --- PASS: TestPluginEnable (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestPluginInspectError [2021-04-16T10:54:05.354Z] --- PASS: TestPluginInspectError (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestPluginInspectWithEmptyID [2021-04-16T10:54:05.354Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestPluginInspect [2021-04-16T10:54:05.354Z] --- PASS: TestPluginInspect (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestPluginListError [2021-04-16T10:54:05.354Z] --- PASS: TestPluginListError (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestPluginList [2021-04-16T10:54:05.354Z] --- PASS: TestPluginList (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestPluginPushError [2021-04-16T10:54:05.354Z] --- PASS: TestPluginPushError (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestPluginPush [2021-04-16T10:54:05.354Z] --- PASS: TestPluginPush (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestPluginRemoveError [2021-04-16T10:54:05.354Z] --- PASS: TestPluginRemoveError (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestPluginRemove [2021-04-16T10:54:05.354Z] --- PASS: TestPluginRemove (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestPluginSetError [2021-04-16T10:54:05.354Z] --- PASS: TestPluginSetError (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestPluginSet [2021-04-16T10:54:05.354Z] --- PASS: TestPluginSet (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestSetHostHeader [2021-04-16T10:54:05.354Z] --- PASS: TestSetHostHeader (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestPlainTextError [2021-04-16T10:54:05.354Z] --- PASS: TestPlainTextError (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestInfiniteError [2021-04-16T10:54:05.354Z] --- PASS: TestInfiniteError (0.03s) [2021-04-16T10:54:05.354Z] === RUN TestSecretCreateUnsupported [2021-04-16T10:54:05.354Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestSecretCreateError [2021-04-16T10:54:05.354Z] --- PASS: TestSecretCreateError (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestSecretCreate [2021-04-16T10:54:05.354Z] --- PASS: TestSecretCreate (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestSecretInspectUnsupported [2021-04-16T10:54:05.354Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestSecretInspectError [2021-04-16T10:54:05.354Z] --- PASS: TestSecretInspectError (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestSecretInspectSecretNotFound [2021-04-16T10:54:05.354Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestSecretInspectWithEmptyID [2021-04-16T10:54:05.354Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestSecretInspect [2021-04-16T10:54:05.354Z] --- PASS: TestSecretInspect (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestSecretListUnsupported [2021-04-16T10:54:05.354Z] --- PASS: TestSecretListUnsupported (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestSecretListError [2021-04-16T10:54:05.354Z] --- PASS: TestSecretListError (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestSecretList [2021-04-16T10:54:05.354Z] --- PASS: TestSecretList (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestSecretRemoveUnsupported [2021-04-16T10:54:05.354Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestSecretRemoveError [2021-04-16T10:54:05.354Z] --- PASS: TestSecretRemoveError (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestSecretRemove [2021-04-16T10:54:05.354Z] --- PASS: TestSecretRemove (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestSecretUpdateUnsupported [2021-04-16T10:54:05.354Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestSecretUpdateError [2021-04-16T10:54:05.354Z] --- PASS: TestSecretUpdateError (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestSecretUpdate [2021-04-16T10:54:05.354Z] --- PASS: TestSecretUpdate (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestServiceCreateError [2021-04-16T10:54:05.354Z] --- PASS: TestServiceCreateError (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestServiceCreate [2021-04-16T10:54:05.354Z] --- PASS: TestServiceCreate (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestServiceCreateCompatiblePlatforms [2021-04-16T10:54:05.354Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestServiceCreateDigestPinning [2021-04-16T10:54:05.354Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestServiceInspectError [2021-04-16T10:54:05.354Z] --- PASS: TestServiceInspectError (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestServiceInspectServiceNotFound [2021-04-16T10:54:05.354Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestServiceInspectWithEmptyID [2021-04-16T10:54:05.354Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestServiceInspect [2021-04-16T10:54:05.354Z] --- PASS: TestServiceInspect (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestServiceListError [2021-04-16T10:54:05.354Z] --- PASS: TestServiceListError (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestServiceList [2021-04-16T10:54:05.354Z] --- PASS: TestServiceList (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestServiceLogsError [2021-04-16T10:54:05.354Z] --- PASS: TestServiceLogsError (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestServiceLogs [2021-04-16T10:54:05.354Z] --- PASS: TestServiceLogs (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestServiceRemoveError [2021-04-16T10:54:05.354Z] --- PASS: TestServiceRemoveError (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestServiceRemoveNotFoundError [2021-04-16T10:54:05.354Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestServiceRemove [2021-04-16T10:54:05.354Z] --- PASS: TestServiceRemove (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestServiceUpdateError [2021-04-16T10:54:05.354Z] --- PASS: TestServiceUpdateError (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestServiceUpdate [2021-04-16T10:54:05.354Z] --- PASS: TestServiceUpdate (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestSwarmGetUnlockKeyError [2021-04-16T10:54:05.354Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestSwarmGetUnlockKey [2021-04-16T10:54:05.354Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestSwarmInitError [2021-04-16T10:54:05.354Z] --- PASS: TestSwarmInitError (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestSwarmInit [2021-04-16T10:54:05.354Z] --- PASS: TestSwarmInit (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestSwarmInspectError [2021-04-16T10:54:05.354Z] --- PASS: TestSwarmInspectError (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestSwarmInspect [2021-04-16T10:54:05.354Z] --- PASS: TestSwarmInspect (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestSwarmJoinError [2021-04-16T10:54:05.354Z] --- PASS: TestSwarmJoinError (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestSwarmJoin [2021-04-16T10:54:05.354Z] --- PASS: TestSwarmJoin (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestSwarmLeaveError [2021-04-16T10:54:05.354Z] --- PASS: TestSwarmLeaveError (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestSwarmLeave [2021-04-16T10:54:05.354Z] --- PASS: TestSwarmLeave (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestSwarmUnlockError [2021-04-16T10:54:05.354Z] --- PASS: TestSwarmUnlockError (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestSwarmUnlock [2021-04-16T10:54:05.354Z] --- PASS: TestSwarmUnlock (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestSwarmUpdateError [2021-04-16T10:54:05.354Z] --- PASS: TestSwarmUpdateError (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestSwarmUpdate [2021-04-16T10:54:05.354Z] --- PASS: TestSwarmUpdate (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestTaskInspectError [2021-04-16T10:54:05.354Z] --- PASS: TestTaskInspectError (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestTaskInspectWithEmptyID [2021-04-16T10:54:05.354Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestTaskInspect [2021-04-16T10:54:05.354Z] --- PASS: TestTaskInspect (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestTaskListError [2021-04-16T10:54:05.354Z] --- PASS: TestTaskListError (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestTaskList [2021-04-16T10:54:05.354Z] --- PASS: TestTaskList (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestVolumeCreateError [2021-04-16T10:54:05.354Z] --- PASS: TestVolumeCreateError (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestVolumeCreate [2021-04-16T10:54:05.354Z] --- PASS: TestVolumeCreate (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestVolumeInspectError [2021-04-16T10:54:05.354Z] --- PASS: TestVolumeInspectError (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestVolumeInspectNotFound [2021-04-16T10:54:05.354Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestVolumeInspectWithEmptyID [2021-04-16T10:54:05.354Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestVolumeInspect [2021-04-16T10:54:05.354Z] --- PASS: TestVolumeInspect (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestVolumeListError [2021-04-16T10:54:05.354Z] --- PASS: TestVolumeListError (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestVolumeList [2021-04-16T10:54:05.354Z] --- PASS: TestVolumeList (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestVolumeRemoveError [2021-04-16T10:54:05.354Z] --- PASS: TestVolumeRemoveError (0.00s) [2021-04-16T10:54:05.354Z] === RUN TestVolumeRemove [2021-04-16T10:54:05.354Z] --- PASS: TestVolumeRemove (0.00s) [2021-04-16T10:54:05.354Z] === CONT TestTLSCloseWriter [2021-04-16T10:54:05.354Z] --- PASS: TestTLSCloseWriter (0.01s) [2021-04-16T10:54:05.354Z] PASS [2021-04-16T10:54:05.354Z] coverage: 74.9% of statements [2021-04-16T10:54:05.354Z] ok github.com/docker/docker/client 0.617s coverage: 74.9% of statements [2021-04-16T10:54:05.600Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.66s) [2021-04-16T10:54:05.600Z] === RUN TestAuthZPluginDenyResponse [2021-04-16T10:54:05.629Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.13s) [2021-04-16T10:54:05.629Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.54s) [2021-04-16T10:54:05.629Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.41s) [2021-04-16T10:54:05.629Z] === RUN TestKillStoppedContainer [2021-04-16T10:54:05.629Z] --- PASS: TestKillStoppedContainer (0.06s) [2021-04-16T10:54:05.629Z] === RUN TestKillStoppedContainerAPIPre120 [2021-04-16T10:54:05.629Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2021-04-16T10:54:05.629Z] === RUN TestKillDifferentUserContainer [2021-04-16T10:54:06.172Z] --- PASS: TestAuthZPluginDenyResponse (0.65s) [2021-04-16T10:54:06.172Z] === RUN TestAuthZPluginAllowEventStream [2021-04-16T10:54:06.265Z] --- PASS: TestKillDifferentUserContainer (0.55s) [2021-04-16T10:54:06.265Z] === RUN TestInspectOomKilledTrue [2021-04-16T10:54:07.307Z] --- PASS: TestInspectOomKilledTrue (0.93s) [2021-04-16T10:54:07.307Z] === RUN TestInspectOomKilledFalse [2021-04-16T10:54:07.607Z] --- PASS: TestInspectOomKilledFalse (0.57s) [2021-04-16T10:54:07.607Z] === RUN TestLinksEtcHostsContentMatch [2021-04-16T10:54:08.114Z] --- PASS: TestAuthZPluginAllowEventStream (1.59s) [2021-04-16T10:54:08.114Z] === RUN TestAuthZPluginErrorResponse [2021-04-16T10:54:08.247Z] --- PASS: TestLinksEtcHostsContentMatch (0.46s) [2021-04-16T10:54:08.247Z] === RUN TestLinksContainerNames [2021-04-16T10:54:08.435Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2021-04-16T10:54:08.699Z] --- PASS: TestAuthZPluginErrorResponse (0.71s) [2021-04-16T10:54:08.699Z] === RUN TestAuthZPluginErrorRequest [2021-04-16T10:54:09.275Z] --- PASS: TestAuthZPluginErrorRequest (0.65s) [2021-04-16T10:54:09.275Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-04-16T10:54:09.289Z] --- PASS: TestLinksContainerNames (1.09s) [2021-04-16T10:54:09.289Z] === RUN TestLogsFollowTailEmpty [2021-04-16T10:54:09.845Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.64s) [2021-04-16T10:54:09.845Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-04-16T10:54:09.925Z] --- PASS: TestLogsFollowTailEmpty (0.56s) [2021-04-16T10:54:09.925Z] === RUN TestContainerNetworkMountsNoChown [2021-04-16T10:54:10.115Z] --- PASS: TestDockerNetworkConnectAlias (6.11s) [2021-04-16T10:54:10.115Z] === RUN TestDockerNetworkReConnect [2021-04-16T10:54:10.219Z] --- PASS: TestContainerNetworkMountsNoChown (0.57s) [2021-04-16T10:54:10.219Z] === RUN TestMountDaemonRoot [2021-04-16T10:54:10.219Z] === RUN TestMountDaemonRoot/default [2021-04-16T10:54:10.219Z] === PAUSE TestMountDaemonRoot/default [2021-04-16T10:54:10.219Z] === RUN TestMountDaemonRoot/private [2021-04-16T10:54:10.219Z] === PAUSE TestMountDaemonRoot/private [2021-04-16T10:54:10.219Z] === RUN TestMountDaemonRoot/rprivate [2021-04-16T10:54:10.219Z] === PAUSE TestMountDaemonRoot/rprivate [2021-04-16T10:54:10.219Z] === RUN TestMountDaemonRoot/slave [2021-04-16T10:54:10.219Z] === PAUSE TestMountDaemonRoot/slave [2021-04-16T10:54:10.219Z] === RUN TestMountDaemonRoot/rslave [2021-04-16T10:54:10.219Z] === PAUSE TestMountDaemonRoot/rslave [2021-04-16T10:54:10.219Z] === RUN TestMountDaemonRoot/shared [2021-04-16T10:54:10.219Z] === PAUSE TestMountDaemonRoot/shared [2021-04-16T10:54:10.219Z] === RUN TestMountDaemonRoot/rshared [2021-04-16T10:54:10.219Z] === PAUSE TestMountDaemonRoot/rshared [2021-04-16T10:54:10.219Z] === CONT TestMountDaemonRoot/default [2021-04-16T10:54:10.219Z] === CONT TestMountDaemonRoot/rprivate [2021-04-16T10:54:10.219Z] === CONT TestMountDaemonRoot/rslave [2021-04-16T10:54:10.219Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-04-16T10:54:10.219Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-04-16T10:54:10.219Z] === CONT TestMountDaemonRoot/rshared [2021-04-16T10:54:10.219Z] === RUN TestMountDaemonRoot/default/bind_root [2021-04-16T10:54:10.219Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-04-16T10:54:10.219Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-04-16T10:54:10.219Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-04-16T10:54:10.219Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-04-16T10:54:10.219Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-04-16T10:54:10.219Z] === RUN TestMountDaemonRoot/default/mount_root [2021-04-16T10:54:10.219Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-04-16T10:54:10.219Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-04-16T10:54:10.219Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-04-16T10:54:10.219Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-04-16T10:54:10.219Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-04-16T10:54:10.219Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-04-16T10:54:10.219Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-04-16T10:54:10.219Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-04-16T10:54:10.219Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-04-16T10:54:10.219Z] === CONT TestMountDaemonRoot/shared [2021-04-16T10:54:10.219Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-04-16T10:54:10.219Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-04-16T10:54:10.219Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-04-16T10:54:10.219Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-04-16T10:54:10.219Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-04-16T10:54:10.219Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-04-16T10:54:10.219Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-04-16T10:54:10.219Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-04-16T10:54:10.219Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-04-16T10:54:10.219Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-04-16T10:54:10.219Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-04-16T10:54:10.219Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-04-16T10:54:10.219Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-04-16T10:54:10.219Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-04-16T10:54:10.219Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-04-16T10:54:10.219Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-04-16T10:54:10.219Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-04-16T10:54:10.219Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-04-16T10:54:10.219Z] === CONT TestMountDaemonRoot/private [2021-04-16T10:54:10.219Z] === RUN TestMountDaemonRoot/private/bind_root [2021-04-16T10:54:10.219Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-04-16T10:54:10.219Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-04-16T10:54:10.219Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-04-16T10:54:10.219Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-04-16T10:54:10.219Z] === RUN TestMountDaemonRoot/private/mount_root [2021-04-16T10:54:10.219Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-04-16T10:54:10.219Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-04-16T10:54:10.219Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-04-16T10:54:10.219Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-04-16T10:54:10.219Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-04-16T10:54:10.219Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-04-16T10:54:10.219Z] === CONT TestMountDaemonRoot/default/mount_root [2021-04-16T10:54:10.219Z] === CONT TestMountDaemonRoot/default/bind_root [2021-04-16T10:54:10.219Z] === CONT TestMountDaemonRoot/slave [2021-04-16T10:54:10.219Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-04-16T10:54:10.219Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-04-16T10:54:10.219Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-04-16T10:54:10.219Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-04-16T10:54:10.219Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-04-16T10:54:10.219Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-04-16T10:54:10.219Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-04-16T10:54:10.219Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-04-16T10:54:10.219Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-04-16T10:54:10.219Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-04-16T10:54:10.513Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-04-16T10:54:10.513Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-04-16T10:54:10.513Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-04-16T10:54:10.513Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-04-16T10:54:10.513Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-04-16T10:54:10.513Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-04-16T10:54:10.513Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-04-16T10:54:10.513Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-04-16T10:54:10.513Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-04-16T10:54:10.513Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-04-16T10:54:10.513Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-04-16T10:54:10.513Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-04-16T10:54:10.513Z] === CONT TestMountDaemonRoot/private/bind_root [2021-04-16T10:54:10.513Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-04-16T10:54:10.513Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-04-16T10:54:10.513Z] === CONT TestMountDaemonRoot/private/mount_root [2021-04-16T10:54:10.513Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-04-16T10:54:10.513Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-04-16T10:54:10.513Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-04-16T10:54:10.513Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-04-16T10:54:10.513Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-04-16T10:54:10.513Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-04-16T10:54:10.513Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-04-16T10:54:10.513Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-04-16T10:54:10.811Z] --- PASS: TestMountDaemonRoot (0.03s) [2021-04-16T10:54:10.811Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-04-16T10:54:10.811Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2021-04-16T10:54:10.811Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2021-04-16T10:54:10.811Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2021-04-16T10:54:10.811Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2021-04-16T10:54:10.811Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-04-16T10:54:10.811Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2021-04-16T10:54:10.811Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2021-04-16T10:54:10.811Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s) [2021-04-16T10:54:10.811Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2021-04-16T10:54:10.811Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-04-16T10:54:10.811Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2021-04-16T10:54:10.811Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2021-04-16T10:54:10.811Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2021-04-16T10:54:10.811Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2021-04-16T10:54:10.811Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-04-16T10:54:10.811Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2021-04-16T10:54:10.811Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2021-04-16T10:54:10.811Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2021-04-16T10:54:10.811Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2021-04-16T10:54:10.811Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-04-16T10:54:10.811Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2021-04-16T10:54:10.811Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2021-04-16T10:54:10.811Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2021-04-16T10:54:10.811Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2021-04-16T10:54:10.812Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-04-16T10:54:10.812Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2021-04-16T10:54:10.812Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2021-04-16T10:54:10.812Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2021-04-16T10:54:10.812Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2021-04-16T10:54:10.812Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-04-16T10:54:10.812Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-04-16T10:54:10.812Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2021-04-16T10:54:10.812Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-04-16T10:54:10.812Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2021-04-16T10:54:10.812Z] === RUN TestContainerBindMountNonRecursive [2021-04-16T10:54:10.984Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-04-16T10:54:11.101Z] --- PASS: TestServiceUpdateNetwork (17.27s) [2021-04-16T10:54:11.101Z] === RUN TestServiceUpdatePidsLimit [2021-04-16T10:54:11.754Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.86s) [2021-04-16T10:54:11.754Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-04-16T10:54:12.330Z] --- PASS: TestContainerBindMountNonRecursive (1.42s) [2021-04-16T10:54:12.330Z] === RUN TestContainerVolumesMountedAsShared [2021-04-16T10:54:12.605Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-04-16T10:54:12.625Z] --- PASS: TestContainerVolumesMountedAsShared (0.52s) [2021-04-16T10:54:12.625Z] === RUN TestContainerVolumesMountedAsSlave [2021-04-16T10:54:12.986Z] --- PASS: TestContainerVolumesMountedAsSlave (0.48s) [2021-04-16T10:54:12.986Z] === RUN TestNetworkNat [2021-04-16T10:54:13.624Z] --- PASS: TestNetworkNat (0.62s) [2021-04-16T10:54:13.624Z] === RUN TestNetworkLocalhostTCPNat [2021-04-16T10:54:13.632Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-04-16T10:54:13.663Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.82s) [2021-04-16T10:54:13.663Z] === RUN TestAuthZPluginHeader [2021-04-16T10:54:14.234Z] --- PASS: TestAuthZPluginHeader (0.83s) [2021-04-16T10:54:14.234Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-04-16T10:54:14.267Z] --- PASS: TestNetworkLocalhostTCPNat (0.61s) [2021-04-16T10:54:14.267Z] === RUN TestNetworkLoopbackNat [2021-04-16T10:54:14.284Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-04-16T10:54:14.284Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2021-04-16T10:54:15.407Z] --- PASS: TestDockerNetworkReConnect (5.24s) [2021-04-16T10:54:15.407Z] === RUN TestServicePlugin [2021-04-16T10:54:15.407Z] --- SKIP: TestServicePlugin (0.00s) [2021-04-16T10:54:15.407Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-16T10:54:15.407Z] === RUN TestServiceUpdateLabel [2021-04-16T10:54:17.009Z] --- PASS: TestNetworkLoopbackNat (2.80s) [2021-04-16T10:54:17.009Z] === RUN TestPause [2021-04-16T10:54:17.597Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-04-16T10:54:17.597Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2021-04-16T10:54:17.650Z] --- PASS: TestPause (0.59s) [2021-04-16T10:54:17.650Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-04-16T10:54:17.650Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-04-16T10:54:17.650Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-04-16T10:54:17.650Z] === RUN TestPauseStopPausedContainer [2021-04-16T10:54:17.952Z] --- PASS: TestServiceUpdateLabel (3.14s) [2021-04-16T10:54:17.952Z] === RUN TestServiceUpdateSecrets [2021-04-16T10:54:18.293Z] --- PASS: TestPauseStopPausedContainer (0.61s) [2021-04-16T10:54:18.293Z] === RUN TestPidHost [2021-04-16T10:54:18.538Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2021-04-16T10:54:19.481Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2021-04-16T10:54:19.513Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.55s) [2021-04-16T10:54:19.513Z] === RUN TestAuthZPluginV2Disable [2021-04-16T10:54:19.820Z] --- PASS: TestPidHost (1.32s) [2021-04-16T10:54:19.820Z] === RUN TestPsFilter [2021-04-16T10:54:19.820Z] --- PASS: TestPsFilter (0.18s) [2021-04-16T10:54:19.820Z] === RUN TestRemoveContainerWithRemovedVolume [2021-04-16T10:54:20.424Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2021-04-16T10:54:20.456Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.55s) [2021-04-16T10:54:20.456Z] === RUN TestRemoveContainerWithVolume [2021-04-16T10:54:20.750Z] --- PASS: TestRemoveContainerWithVolume (0.55s) [2021-04-16T10:54:20.750Z] === RUN TestRemoveContainerRunning [2021-04-16T10:54:21.386Z] --- PASS: TestRemoveContainerRunning (0.54s) [2021-04-16T10:54:21.386Z] === RUN TestRemoveContainerForceRemoveRunning [2021-04-16T10:54:22.120Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-04-16T10:54:22.177Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.57s) [2021-04-16T10:54:22.177Z] === RUN TestRemoveInvalidContainer [2021-04-16T10:54:22.177Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-04-16T10:54:22.177Z] === RUN TestRenameLinkedContainer [2021-04-16T10:54:22.805Z] --- PASS: TestAuthZPluginV2Disable (3.57s) [2021-04-16T10:54:22.805Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-04-16T10:54:23.079Z] --- PASS: TestCheckoutGit (33.75s) [2021-04-16T10:54:23.079Z] === RUN TestValidGitTransport [2021-04-16T10:54:23.079Z] --- PASS: TestValidGitTransport (0.00s) [2021-04-16T10:54:23.079Z] === RUN TestGitInvalidRef [2021-04-16T10:54:23.079Z] --- PASS: TestGitInvalidRef (0.23s) [2021-04-16T10:54:23.079Z] PASS [2021-04-16T10:54:23.079Z] coverage: 86.3% of statements [2021-04-16T10:54:23.079Z] ok github.com/docker/docker/builder/remotecontext/git 34.250s coverage: 86.3% of statements [2021-04-16T10:54:23.726Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2021-04-16T10:54:23.726Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2021-04-16T10:54:24.051Z] ? github.com/docker/docker/cli [no test files] [2021-04-16T10:54:24.051Z] ? github.com/docker/docker/cli/config [no test files] [2021-04-16T10:54:24.265Z] --- PASS: TestRenameLinkedContainer (2.29s) [2021-04-16T10:54:24.265Z] === RUN TestRenameStoppedContainer [2021-04-16T10:54:24.904Z] --- PASS: TestRenameStoppedContainer (0.56s) [2021-04-16T10:54:24.904Z] === RUN TestRenameRunningContainerAndReuse [2021-04-16T10:54:25.950Z] --- PASS: TestRenameRunningContainerAndReuse (1.16s) [2021-04-16T10:54:25.950Z] === RUN TestRenameInvalidName [2021-04-16T10:54:26.098Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.46s) [2021-04-16T10:54:26.098Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-04-16T10:54:26.272Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2021-04-16T10:54:26.588Z] --- PASS: TestRenameInvalidName (0.58s) [2021-04-16T10:54:26.588Z] === RUN TestRenameAnonymousContainer [2021-04-16T10:54:28.186Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2021-04-16T10:54:28.667Z] --- PASS: TestRenameAnonymousContainer (2.14s) [2021-04-16T10:54:28.667Z] === RUN TestRenameContainerWithSameName [2021-04-16T10:54:29.307Z] --- PASS: TestRenameContainerWithSameName (0.55s) [2021-04-16T10:54:29.307Z] === RUN TestRenameContainerWithLinkedContainer [2021-04-16T10:54:30.360Z] --- PASS: TestRenameContainerWithLinkedContainer (1.06s) [2021-04-16T10:54:30.360Z] === RUN TestResize [2021-04-16T10:54:30.570Z] --- PASS: TestServiceUpdatePidsLimit (18.31s) [2021-04-16T10:54:30.570Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.01s) [2021-04-16T10:54:30.570Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.34s) [2021-04-16T10:54:30.570Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.34s) [2021-04-16T10:54:30.570Z] PASS [2021-04-16T10:54:30.570Z] [2021-04-16T10:54:30.570Z] === Skipped [2021-04-16T10:54:30.570Z] === SKIP: s390x.integration.service TestServiceListWithStatuses (0.00s) [2021-04-16T10:54:30.570Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-04-16T10:54:30.570Z] [2021-04-16T10:54:30.570Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s) [2021-04-16T10:54:30.570Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-16T10:54:30.570Z] [2021-04-16T10:54:30.570Z] [2021-04-16T10:54:30.570Z] DONE 27 tests, 2 skipped in 181.342s [2021-04-16T10:54:30.570Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2021-04-16T10:54:30.570Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:54:30.570Z] ++ set -e [2021-04-16T10:54:30.570Z] ++ '[' -n 0 ']' [2021-04-16T10:54:30.570Z] ++ set -x [2021-04-16T10:54:30.570Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:54:30.570Z] INFO: Testing against a local daemon [2021-04-16T10:54:30.570Z] === RUN TestSessionCreate [2021-04-16T10:54:30.570Z] --- PASS: TestSessionCreate (0.02s) [2021-04-16T10:54:30.570Z] === RUN TestSessionCreateWithBadUpgrade [2021-04-16T10:54:30.570Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-04-16T10:54:30.570Z] PASS [2021-04-16T10:54:30.570Z] [2021-04-16T10:54:30.570Z] DONE 2 tests in 0.203s [2021-04-16T10:54:30.570Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2021-04-16T10:54:30.570Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:54:30.570Z] ++ set -e [2021-04-16T10:54:30.570Z] ++ '[' -n 0 ']' [2021-04-16T10:54:30.570Z] ++ set -x [2021-04-16T10:54:30.570Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:54:30.570Z] INFO: Testing against a local daemon [2021-04-16T10:54:30.570Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-04-16T10:54:30.570Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-04-16T10:54:30.570Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-04-16T10:54:30.570Z] === RUN TestEventsExecDie [2021-04-16T10:54:31.003Z] --- PASS: TestResize (0.55s) [2021-04-16T10:54:31.003Z] === RUN TestResizeWithInvalidSize [2021-04-16T10:54:31.154Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2021-04-16T10:54:31.154Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2021-04-16T10:54:31.154Z] === RUN TestLoadDaemonCliConfigWithTLS [2021-04-16T10:54:31.154Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2021-04-16T10:54:31.154Z] === RUN TestLoadDaemonCliConfigWithConflicts [2021-04-16T10:54:31.154Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2021-04-16T10:54:31.154Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2021-04-16T10:54:31.154Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2021-04-16T10:54:31.154Z] === RUN TestLoadDaemonCliWithConflictingLabels [2021-04-16T10:54:31.154Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2021-04-16T10:54:31.154Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2021-04-16T10:54:31.154Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2021-04-16T10:54:31.154Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2021-04-16T10:54:31.154Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2021-04-16T10:54:31.154Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2021-04-16T10:54:31.154Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2021-04-16T10:54:31.154Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2021-04-16T10:54:31.154Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2021-04-16T10:54:31.154Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2021-04-16T10:54:31.154Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2021-04-16T10:54:31.154Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2021-04-16T10:54:31.154Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2021-04-16T10:54:31.154Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2021-04-16T10:54:31.154Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2021-04-16T10:54:31.154Z] === RUN TestConfigureDaemonLogs [2021-04-16T10:54:31.154Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2021-04-16T10:54:31.154Z] === RUN TestCommonOptionsInstallFlags [2021-04-16T10:54:31.154Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2021-04-16T10:54:31.154Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2021-04-16T10:54:31.154Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2021-04-16T10:54:31.154Z] PASS [2021-04-16T10:54:31.154Z] coverage: 18.4% of statements [2021-04-16T10:54:31.154Z] ok github.com/docker/docker/cmd/dockerd 0.334s coverage: 18.4% of statements [2021-04-16T10:54:31.200Z] --- PASS: TestEventsExecDie (1.21s) [2021-04-16T10:54:31.200Z] === RUN TestEventsBackwardsCompatible [2021-04-16T10:54:31.200Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2021-04-16T10:54:31.200Z] === RUN TestInfoBinaryCommits [2021-04-16T10:54:31.200Z] --- PASS: TestInfoBinaryCommits (0.01s) [2021-04-16T10:54:31.200Z] === RUN TestInfoAPIVersioned [2021-04-16T10:54:31.200Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-04-16T10:54:31.200Z] === RUN TestInfoDiscoveryBackend [2021-04-16T10:54:31.641Z] --- PASS: TestResizeWithInvalidSize (0.56s) [2021-04-16T10:54:31.641Z] === RUN TestResizeWhenContainerNotStarted [2021-04-16T10:54:31.827Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2021-04-16T10:54:31.827Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-04-16T10:54:31.942Z] --- PASS: TestResizeWhenContainerNotStarted (0.54s) [2021-04-16T10:54:31.942Z] === RUN TestDaemonRestartKillContainers [2021-04-16T10:54:31.942Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-04-16T10:54:31.942Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-04-16T10:54:31.942Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-04-16T10:54:31.943Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-04-16T10:54:31.943Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-04-16T10:54:31.943Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-04-16T10:54:31.943Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-04-16T10:54:31.943Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-04-16T10:54:31.943Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-04-16T10:54:31.943Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-04-16T10:54:31.943Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-04-16T10:54:31.943Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-04-16T10:54:31.943Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-04-16T10:54:31.943Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-04-16T10:54:31.943Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-04-16T10:54:31.943Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-04-16T10:54:31.943Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-04-16T10:54:31.943Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-04-16T10:54:31.943Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-04-16T10:54:31.943Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-04-16T10:54:31.943Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-04-16T10:54:31.943Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-04-16T10:54:31.943Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-04-16T10:54:31.943Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-04-16T10:54:31.943Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-04-16T10:54:31.943Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-04-16T10:54:31.943Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-04-16T10:54:31.943Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-04-16T10:54:32.703Z] === RUN TestContainerStopSignal [2021-04-16T10:54:32.703Z] --- PASS: TestContainerStopSignal (0.00s) [2021-04-16T10:54:32.703Z] === RUN TestContainerStopTimeout [2021-04-16T10:54:32.703Z] --- PASS: TestContainerStopTimeout (0.00s) [2021-04-16T10:54:32.703Z] === RUN TestContainerSecretReferenceDestTarget [2021-04-16T10:54:32.703Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2021-04-16T10:54:32.703Z] === RUN TestContainerLogPathSetForJSONFileLogger [2021-04-16T10:54:32.703Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2021-04-16T10:54:32.703Z] === RUN TestContainerLogPathSetForRingLogger [2021-04-16T10:54:32.703Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2021-04-16T10:54:32.703Z] === RUN TestReplaceAndAppendEnvVars [2021-04-16T10:54:32.703Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2021-04-16T10:54:32.703Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2021-04-16T10:54:32.703Z] === RUN TestNewMemoryStore [2021-04-16T10:54:32.703Z] --- PASS: TestNewMemoryStore (0.00s) [2021-04-16T10:54:32.703Z] === RUN TestAddContainers [2021-04-16T10:54:32.703Z] --- PASS: TestAddContainers (0.00s) [2021-04-16T10:54:32.703Z] === RUN TestGetContainer [2021-04-16T10:54:32.703Z] --- PASS: TestGetContainer (0.00s) [2021-04-16T10:54:32.703Z] === RUN TestDeleteContainer [2021-04-16T10:54:32.703Z] --- PASS: TestDeleteContainer (0.00s) [2021-04-16T10:54:32.703Z] === RUN TestListContainers [2021-04-16T10:54:32.703Z] --- PASS: TestListContainers (0.00s) [2021-04-16T10:54:32.703Z] === RUN TestFirstContainer [2021-04-16T10:54:32.703Z] --- PASS: TestFirstContainer (0.00s) [2021-04-16T10:54:32.703Z] === RUN TestApplyAllContainer [2021-04-16T10:54:32.703Z] --- PASS: TestApplyAllContainer (0.00s) [2021-04-16T10:54:32.703Z] === RUN TestIsValidHealthString [2021-04-16T10:54:32.703Z] --- PASS: TestIsValidHealthString (0.00s) [2021-04-16T10:54:32.703Z] === RUN TestStateRunStop [2021-04-16T10:54:32.703Z] --- PASS: TestStateRunStop (0.00s) [2021-04-16T10:54:32.703Z] === RUN TestStateTimeoutWait [2021-04-16T10:54:32.703Z] --- PASS: TestStateTimeoutWait (0.10s) [2021-04-16T10:54:32.703Z] state_test.go:141: Stop callback fired [2021-04-16T10:54:32.703Z] state_test.go:165: Stop callback fired [2021-04-16T10:54:32.703Z] === RUN TestIsValidStateString [2021-04-16T10:54:32.703Z] --- PASS: TestIsValidStateString (0.00s) [2021-04-16T10:54:32.703Z] === RUN TestViewSaveDelete [2021-04-16T10:54:32.703Z] --- PASS: TestViewSaveDelete (0.01s) [2021-04-16T10:54:32.703Z] === RUN TestViewAll [2021-04-16T10:54:32.703Z] --- PASS: TestViewAll (0.01s) [2021-04-16T10:54:32.703Z] === RUN TestViewGet [2021-04-16T10:54:32.703Z] --- PASS: TestViewGet (0.01s) [2021-04-16T10:54:32.703Z] === RUN TestNames [2021-04-16T10:54:32.703Z] --- PASS: TestNames (0.00s) [2021-04-16T10:54:32.703Z] === RUN TestViewWithHealthCheck [2021-04-16T10:54:32.703Z] --- PASS: TestViewWithHealthCheck (0.01s) [2021-04-16T10:54:32.703Z] PASS [2021-04-16T10:54:32.703Z] coverage: 41.6% of statements [2021-04-16T10:54:32.703Z] ok github.com/docker/docker/container 0.289s coverage: 41.6% of statements [2021-04-16T10:54:32.854Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-04-16T10:54:32.854Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-04-16T10:54:33.143Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2021-04-16T10:54:33.143Z] === RUN TestInfoAPI [2021-04-16T10:54:33.143Z] --- PASS: TestInfoAPI (0.01s) [2021-04-16T10:54:33.143Z] === RUN TestInfoAPIWarnings [2021-04-16T10:54:33.171Z] ? github.com/docker/docker/container/stream [no test files] [2021-04-16T10:54:33.171Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-04-16T10:54:33.171Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-04-16T10:54:33.171Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-04-16T10:54:33.477Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2021-04-16T10:54:34.053Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-04-16T10:54:34.053Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-04-16T10:54:34.716Z] === RUN TestPrepare [2021-04-16T10:54:34.716Z] --- PASS: TestPrepare (0.00s) [2021-04-16T10:54:34.716Z] === RUN TestStart [2021-04-16T10:54:34.716Z] --- PASS: TestStart (0.00s) [2021-04-16T10:54:34.716Z] === RUN TestWaitCancel [2021-04-16T10:54:34.716Z] --- PASS: TestWaitCancel (0.00s) [2021-04-16T10:54:34.716Z] === RUN TestWaitDisabled [2021-04-16T10:54:34.716Z] --- PASS: TestWaitDisabled (0.00s) [2021-04-16T10:54:34.716Z] === RUN TestWaitEnabled [2021-04-16T10:54:34.716Z] --- PASS: TestWaitEnabled (0.00s) [2021-04-16T10:54:34.716Z] === RUN TestRemove [2021-04-16T10:54:34.716Z] --- PASS: TestRemove (0.00s) [2021-04-16T10:54:34.716Z] PASS [2021-04-16T10:54:34.716Z] coverage: 65.3% of statements [2021-04-16T10:54:34.716Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.444s coverage: 65.3% of statements [2021-04-16T10:54:34.865Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2021-04-16T10:54:35.111Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-04-16T10:54:35.111Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-04-16T10:54:35.755Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-04-16T10:54:35.755Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-04-16T10:54:36.072Z] --- PASS: TestServiceUpdateSecrets (15.40s) [2021-04-16T10:54:36.072Z] === RUN TestServiceUpdateConfigs [2021-04-16T10:54:36.090Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.66s) [2021-04-16T10:54:36.090Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-04-16T10:54:37.290Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-04-16T10:54:37.415Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2021-04-16T10:54:37.632Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2021-04-16T10:54:37.632Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.21s) [2021-04-16T10:54:37.632Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2021-04-16T10:54:37.632Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2021-04-16T10:54:37.632Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2021-04-16T10:54:37.632Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2021-04-16T10:54:37.632Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2021-04-16T10:54:37.632Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2021-04-16T10:54:37.632Z] === RUN TestServiceConvertToGRPCContainerRuntime [2021-04-16T10:54:37.632Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2021-04-16T10:54:37.632Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2021-04-16T10:54:37.632Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2021-04-16T10:54:37.632Z] === RUN TestServiceConvertToGRPCIsolation [2021-04-16T10:54:37.632Z] === RUN TestServiceConvertToGRPCIsolation/empty [2021-04-16T10:54:37.632Z] === RUN TestServiceConvertToGRPCIsolation/default [2021-04-16T10:54:37.632Z] === RUN TestServiceConvertToGRPCIsolation/process [2021-04-16T10:54:37.632Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2021-04-16T10:54:37.632Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2021-04-16T10:54:37.632Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2021-04-16T10:54:37.632Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2021-04-16T10:54:37.632Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2021-04-16T10:54:37.632Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2021-04-16T10:54:37.632Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2021-04-16T10:54:37.632Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2021-04-16T10:54:37.632Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2021-04-16T10:54:37.632Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2021-04-16T10:54:37.632Z] === RUN TestServiceConvertFromGRPCIsolation [2021-04-16T10:54:37.632Z] === RUN TestServiceConvertFromGRPCIsolation/default [2021-04-16T10:54:37.632Z] === RUN TestServiceConvertFromGRPCIsolation/process [2021-04-16T10:54:37.632Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2021-04-16T10:54:37.632Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2021-04-16T10:54:37.632Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2021-04-16T10:54:37.632Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2021-04-16T10:54:37.632Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2021-04-16T10:54:37.632Z] === RUN TestServiceConvertToGRPCCredentialSpec [2021-04-16T10:54:37.632Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2021-04-16T10:54:37.632Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2021-04-16T10:54:37.632Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2021-04-16T10:54:37.632Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2021-04-16T10:54:37.632Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2021-04-16T10:54:37.632Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2021-04-16T10:54:37.632Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2021-04-16T10:54:37.632Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2021-04-16T10:54:37.632Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2021-04-16T10:54:37.632Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-04-16T10:54:37.632Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2021-04-16T10:54:37.632Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2021-04-16T10:54:37.632Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2021-04-16T10:54:37.632Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2021-04-16T10:54:37.632Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2021-04-16T10:54:37.632Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2021-04-16T10:54:37.632Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-04-16T10:54:37.632Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2021-04-16T10:54:37.632Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2021-04-16T10:54:37.632Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2021-04-16T10:54:37.632Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2021-04-16T10:54:37.632Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2021-04-16T10:54:37.632Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2021-04-16T10:54:37.632Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-04-16T10:54:37.632Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2021-04-16T10:54:37.632Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2021-04-16T10:54:37.632Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-04-16T10:54:37.632Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2021-04-16T10:54:37.632Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2021-04-16T10:54:37.632Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2021-04-16T10:54:37.632Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2021-04-16T10:54:37.632Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2021-04-16T10:54:37.632Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2021-04-16T10:54:37.632Z] === RUN TestServiceConvertFromGRPCConfigs [2021-04-16T10:54:37.632Z] === RUN TestServiceConvertFromGRPCConfigs/file [2021-04-16T10:54:37.632Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2021-04-16T10:54:37.633Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2021-04-16T10:54:37.633Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2021-04-16T10:54:37.633Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2021-04-16T10:54:37.633Z] === RUN TestServiceConvertToGRPCConfigs [2021-04-16T10:54:37.633Z] === RUN TestServiceConvertToGRPCConfigs/file [2021-04-16T10:54:37.633Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2021-04-16T10:54:37.633Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2021-04-16T10:54:37.633Z] === RUN TestServiceConvertToGRPCConfigs/none [2021-04-16T10:54:37.633Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2021-04-16T10:54:37.633Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2021-04-16T10:54:37.633Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2021-04-16T10:54:37.633Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2021-04-16T10:54:37.633Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2021-04-16T10:54:37.633Z] PASS [2021-04-16T10:54:37.633Z] coverage: 35.9% of statements [2021-04-16T10:54:37.633Z] ok github.com/docker/docker/daemon/cluster/convert 0.351s coverage: 35.9% of statements [2021-04-16T10:54:37.936Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-04-16T10:54:38.095Z] === RUN TestNewListSecretsFilters [2021-04-16T10:54:38.095Z] --- PASS: TestNewListSecretsFilters (0.00s) [2021-04-16T10:54:38.095Z] === RUN TestNewListConfigsFilters [2021-04-16T10:54:38.095Z] --- PASS: TestNewListConfigsFilters (0.00s) [2021-04-16T10:54:38.095Z] PASS [2021-04-16T10:54:38.095Z] coverage: 0.5% of statements [2021-04-16T10:54:38.095Z] ok github.com/docker/docker/daemon/cluster 0.579s coverage: 0.5% of statements [2021-04-16T10:54:40.714Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-04-16T10:54:40.714Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.87s) [2021-04-16T10:54:40.714Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.93s) [2021-04-16T10:54:40.714Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.83s) [2021-04-16T10:54:40.714Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.08s) [2021-04-16T10:54:40.714Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.71s) [2021-04-16T10:54:40.714Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.72s) [2021-04-16T10:54:40.714Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.52s) [2021-04-16T10:54:40.714Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.70s) [2021-04-16T10:54:40.714Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.48s) [2021-04-16T10:54:40.714Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.93s) [2021-04-16T10:54:40.714Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.59s) [2021-04-16T10:54:40.714Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.62s) [2021-04-16T10:54:40.714Z] === RUN TestCgroupNamespacesRun [2021-04-16T10:54:41.626Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-04-16T10:54:41.626Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-04-16T10:54:41.759Z] --- PASS: TestCgroupNamespacesRun (1.45s) [2021-04-16T10:54:41.759Z] === RUN TestCgroupNamespacesRunPrivileged [2021-04-16T10:54:42.571Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2021-04-16T10:54:43.277Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.36s) [2021-04-16T10:54:43.277Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-04-16T10:54:43.904Z] === RUN TestDiscoveryOptsErrors [2021-04-16T10:54:43.904Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2021-04-16T10:54:43.904Z] === RUN TestDiscoveryOpts [2021-04-16T10:54:43.904Z] --- PASS: TestDiscoveryOpts (0.00s) [2021-04-16T10:54:43.904Z] PASS [2021-04-16T10:54:43.904Z] coverage: 30.0% of statements [2021-04-16T10:54:43.904Z] ok github.com/docker/docker/daemon/discovery 0.068s coverage: 30.0% of statements [2021-04-16T10:54:43.904Z] === RUN TestBuilderGC [2021-04-16T10:54:43.904Z] --- PASS: TestBuilderGC (0.00s) [2021-04-16T10:54:43.904Z] === RUN TestDaemonConfigurationNotFound [2021-04-16T10:54:43.904Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2021-04-16T10:54:43.904Z] === RUN TestDaemonBrokenConfiguration [2021-04-16T10:54:43.904Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2021-04-16T10:54:43.904Z] === RUN TestParseClusterAdvertiseSettings [2021-04-16T10:54:43.904Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2021-04-16T10:54:43.904Z] === RUN TestFindConfigurationConflicts [2021-04-16T10:54:43.904Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2021-04-16T10:54:43.904Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2021-04-16T10:54:43.904Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2021-04-16T10:54:43.904Z] === RUN TestDaemonConfigurationMergeConflicts [2021-04-16T10:54:43.904Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2021-04-16T10:54:43.904Z] === RUN TestDaemonConfigurationMergeConcurrent [2021-04-16T10:54:43.904Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2021-04-16T10:54:43.904Z] === RUN TestDaemonConfigurationMergeConcurrentError [2021-04-16T10:54:43.904Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2021-04-16T10:54:43.904Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2021-04-16T10:54:43.904Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2021-04-16T10:54:43.904Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2021-04-16T10:54:43.904Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2021-04-16T10:54:43.904Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2021-04-16T10:54:43.904Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2021-04-16T10:54:43.904Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2021-04-16T10:54:43.904Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2021-04-16T10:54:43.904Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2021-04-16T10:54:43.904Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2021-04-16T10:54:43.904Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2021-04-16T10:54:43.904Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2021-04-16T10:54:43.904Z] === RUN TestFindConfigurationConflictsWithMergedValues [2021-04-16T10:54:43.904Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2021-04-16T10:54:43.904Z] === RUN TestValidateConfigurationErrors [2021-04-16T10:54:43.904Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2021-04-16T10:54:43.904Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2021-04-16T10:54:43.904Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2021-04-16T10:54:43.904Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2021-04-16T10:54:43.904Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2021-04-16T10:54:43.904Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2021-04-16T10:54:43.904Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2021-04-16T10:54:44.365Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2021-04-16T10:54:44.365Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2021-04-16T10:54:44.365Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2021-04-16T10:54:44.365Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2021-04-16T10:54:44.365Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2021-04-16T10:54:44.365Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2021-04-16T10:54:44.793Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.41s) [2021-04-16T10:54:44.793Z] === RUN TestCgroupNamespacesRunHostMode [2021-04-16T10:54:44.826Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2021-04-16T10:54:44.826Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2021-04-16T10:54:44.826Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2021-04-16T10:54:44.826Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2021-04-16T10:54:44.826Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2021-04-16T10:54:44.826Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2021-04-16T10:54:44.826Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2021-04-16T10:54:44.826Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2021-04-16T10:54:44.826Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2021-04-16T10:54:44.826Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2021-04-16T10:54:44.826Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2021-04-16T10:54:44.826Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2021-04-16T10:54:44.826Z] === RUN TestValidateConfiguration [2021-04-16T10:54:44.826Z] === RUN TestValidateConfiguration/with_label [2021-04-16T10:54:44.826Z] === RUN TestValidateConfiguration/with_dns [2021-04-16T10:54:44.826Z] === RUN TestValidateConfiguration/with_dns-search [2021-04-16T10:54:44.826Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2021-04-16T10:54:44.826Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2021-04-16T10:54:44.826Z] === RUN TestValidateConfiguration/with_max-download-attempts [2021-04-16T10:54:44.826Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2021-04-16T10:54:44.826Z] === RUN TestValidateConfiguration/with_node_generic_resources [2021-04-16T10:54:44.826Z] --- PASS: TestValidateConfiguration (0.00s) [2021-04-16T10:54:44.826Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2021-04-16T10:54:44.826Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2021-04-16T10:54:44.826Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2021-04-16T10:54:44.826Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2021-04-16T10:54:44.826Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2021-04-16T10:54:44.826Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2021-04-16T10:54:44.826Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2021-04-16T10:54:44.826Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2021-04-16T10:54:44.826Z] === RUN TestModifiedDiscoverySettings [2021-04-16T10:54:44.826Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2021-04-16T10:54:44.826Z] === RUN TestReloadSetConfigFileNotExist [2021-04-16T10:54:44.826Z] time="2021-04-16T10:54:43Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2021-04-16T10:54:44.826Z] --- PASS: TestReloadSetConfigFileNotExist (0.16s) [2021-04-16T10:54:44.826Z] === RUN TestReloadDefaultConfigNotExist [2021-04-16T10:54:44.826Z] --- SKIP: TestReloadDefaultConfigNotExist (0.01s) [2021-04-16T10:54:44.826Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:54:44.826Z] === RUN TestReloadBadDefaultConfig [2021-04-16T10:54:44.826Z] time="2021-04-16T10:54:43Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-539665795" [2021-04-16T10:54:44.826Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2021-04-16T10:54:44.826Z] === RUN TestReloadWithConflictingLabels [2021-04-16T10:54:44.826Z] time="2021-04-16T10:54:43Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-940836102" [2021-04-16T10:54:44.826Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2021-04-16T10:54:44.826Z] === RUN TestReloadWithDuplicateLabels [2021-04-16T10:54:44.826Z] time="2021-04-16T10:54:43Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-200716973" [2021-04-16T10:54:44.826Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2021-04-16T10:54:44.826Z] === RUN TestDaemonConfigurationMerge [2021-04-16T10:54:44.826Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2021-04-16T10:54:44.826Z] PASS [2021-04-16T10:54:44.826Z] coverage: 79.7% of statements [2021-04-16T10:54:44.826Z] ok github.com/docker/docker/daemon/config 0.418s coverage: 79.7% of statements [2021-04-16T10:54:45.798Z] === RUN TestEventsLog [2021-04-16T10:54:45.798Z] --- PASS: TestEventsLog (0.00s) [2021-04-16T10:54:45.798Z] === RUN TestEventsLogTimeout [2021-04-16T10:54:45.798Z] --- PASS: TestEventsLogTimeout (0.00s) [2021-04-16T10:54:45.798Z] === RUN TestLogEvents [2021-04-16T10:54:45.798Z] --- PASS: TestLogEvents (0.05s) [2021-04-16T10:54:45.798Z] === RUN TestLoadBufferedEvents [2021-04-16T10:54:45.798Z] --- PASS: TestLoadBufferedEvents (0.16s) [2021-04-16T10:54:45.798Z] === RUN TestLoadBufferedEventsOnlyFromPast [2021-04-16T10:54:45.798Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2021-04-16T10:54:45.798Z] === RUN TestIgnoreBufferedWhenNoTimes [2021-04-16T10:54:45.798Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2021-04-16T10:54:45.798Z] PASS [2021-04-16T10:54:45.798Z] coverage: 50.0% of statements [2021-04-16T10:54:45.798Z] ok github.com/docker/docker/daemon/events 0.331s coverage: 50.0% of statements [2021-04-16T10:54:46.259Z] === RUN TestVerifyNetworkingConfig [2021-04-16T10:54:46.259Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2021-04-16T10:54:46.259Z] === RUN TestGetContainer [2021-04-16T10:54:46.259Z] --- PASS: TestGetContainer (0.00s) [2021-04-16T10:54:46.259Z] === RUN TestValidContainerNames [2021-04-16T10:54:46.259Z] --- PASS: TestValidContainerNames (0.00s) [2021-04-16T10:54:46.259Z] === RUN TestContainerInitDNS [2021-04-16T10:54:46.259Z] --- SKIP: TestContainerInitDNS (0.00s) [2021-04-16T10:54:46.259Z] daemon_test.go:147: root required [2021-04-16T10:54:46.259Z] === RUN TestMerge [2021-04-16T10:54:46.259Z] --- PASS: TestMerge (0.00s) [2021-04-16T10:54:46.259Z] === RUN TestValidateContainerIsolation [2021-04-16T10:54:46.259Z] --- PASS: TestValidateContainerIsolation (0.00s) [2021-04-16T10:54:46.259Z] === RUN TestFindNetworkErrorType [2021-04-16T10:54:46.259Z] --- PASS: TestFindNetworkErrorType (0.00s) [2021-04-16T10:54:46.259Z] === RUN TestEnsureServicesExist [2021-04-16T10:54:46.259Z] --- PASS: TestEnsureServicesExist (0.00s) [2021-04-16T10:54:46.259Z] === RUN TestEnsureServicesExistErrors [2021-04-16T10:54:46.259Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2021-04-16T10:54:46.259Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2021-04-16T10:54:46.259Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2021-04-16T10:54:46.259Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2021-04-16T10:54:46.259Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2021-04-16T10:54:46.259Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2021-04-16T10:54:46.259Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2021-04-16T10:54:46.259Z] === RUN TestContainerDelete [2021-04-16T10:54:46.259Z] --- PASS: TestContainerDelete (0.00s) [2021-04-16T10:54:46.259Z] === RUN TestContainerDoubleDelete [2021-04-16T10:54:46.259Z] --- PASS: TestContainerDoubleDelete (0.00s) [2021-04-16T10:54:46.259Z] === RUN TestLogContainerEventCopyLabels [2021-04-16T10:54:46.259Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2021-04-16T10:54:46.259Z] === RUN TestLogContainerEventWithAttributes [2021-04-16T10:54:46.259Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2021-04-16T10:54:46.259Z] === RUN TestNoneHealthcheck [2021-04-16T10:54:46.259Z] --- PASS: TestNoneHealthcheck (0.00s) [2021-04-16T10:54:46.259Z] === RUN TestHealthStates [2021-04-16T10:54:46.259Z] time="2021-04-16T10:54:45Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-04-16T10:54:46.259Z] time="2021-04-16T10:54:45Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-04-16T10:54:46.259Z] time="2021-04-16T10:54:45Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-04-16T10:54:46.259Z] time="2021-04-16T10:54:45Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-04-16T10:54:46.259Z] time="2021-04-16T10:54:45Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-04-16T10:54:46.259Z] time="2021-04-16T10:54:45Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-04-16T10:54:46.259Z] time="2021-04-16T10:54:45Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-04-16T10:54:46.259Z] time="2021-04-16T10:54:45Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-04-16T10:54:46.259Z] time="2021-04-16T10:54:45Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-04-16T10:54:46.259Z] time="2021-04-16T10:54:45Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-04-16T10:54:46.259Z] --- PASS: TestHealthStates (0.16s) [2021-04-16T10:54:46.259Z] === RUN TestMaskURLCredentials [2021-04-16T10:54:46.259Z] --- PASS: TestMaskURLCredentials (0.00s) [2021-04-16T10:54:46.259Z] === RUN TestGetInspectData [2021-04-16T10:54:46.259Z] --- PASS: TestGetInspectData (0.00s) [2021-04-16T10:54:46.259Z] === RUN TestFillLicense [2021-04-16T10:54:46.259Z] --- PASS: TestFillLicense (0.00s) [2021-04-16T10:54:46.259Z] === RUN TestListInvalidFilter [2021-04-16T10:54:46.259Z] --- PASS: TestListInvalidFilter (0.00s) [2021-04-16T10:54:46.259Z] === RUN TestNameFilter [2021-04-16T10:54:46.259Z] --- PASS: TestNameFilter (0.00s) [2021-04-16T10:54:46.259Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2021-04-16T10:54:46.259Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2021-04-16T10:54:46.259Z] === RUN TestSetWindowsCredentialSpecInSpec [2021-04-16T10:54:46.259Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2021-04-16T10:54:46.259Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2021-04-16T10:54:46.259Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2021-04-16T10:54:46.259Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2021-04-16T10:54:46.259Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2021-04-16T10:54:46.259Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2021-04-16T10:54:46.259Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2021-04-16T10:54:46.259Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2021-04-16T10:54:46.259Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2021-04-16T10:54:46.259Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2021-04-16T10:54:46.259Z] === RUN TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API [2021-04-16T10:54:46.259Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2021-04-16T10:54:46.259Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2021-04-16T10:54:46.259Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2021-04-16T10:54:46.259Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2021-04-16T10:54:46.259Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2021-04-16T10:54:46.259Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2021-04-16T10:54:46.259Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2021-04-16T10:54:46.259Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2021-04-16T10:54:46.259Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2021-04-16T10:54:46.259Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2021-04-16T10:54:46.259Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2021-04-16T10:54:46.259Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2021-04-16T10:54:46.259Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2021-04-16T10:54:46.259Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-04-16T10:54:46.259Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2021-04-16T10:54:46.259Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2021-04-16T10:54:46.259Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-04-16T10:54:46.259Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2021-04-16T10:54:46.259Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2021-04-16T10:54:46.259Z] --- PASS: TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API (0.00s) [2021-04-16T10:54:46.259Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2021-04-16T10:54:46.259Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2021-04-16T10:54:46.259Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2021-04-16T10:54:46.259Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2021-04-16T10:54:46.259Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2021-04-16T10:54:46.259Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2021-04-16T10:54:46.259Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2021-04-16T10:54:46.259Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2021-04-16T10:54:46.259Z] === RUN TestDaemonReloadLabels [2021-04-16T10:54:46.259Z] --- PASS: TestDaemonReloadLabels (0.00s) [2021-04-16T10:54:46.259Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2021-04-16T10:54:46.259Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2021-04-16T10:54:46.259Z] === RUN TestDaemonReloadMirrors [2021-04-16T10:54:46.259Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2021-04-16T10:54:46.259Z] === RUN TestDaemonReloadInsecureRegistries [2021-04-16T10:54:46.259Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2021-04-16T10:54:46.259Z] === RUN TestDaemonReloadNotAffectOthers [2021-04-16T10:54:46.259Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2021-04-16T10:54:46.259Z] === RUN TestDaemonDiscoveryReload [2021-04-16T10:54:46.259Z] === RUN TestWaitNodeAttachment [2021-04-16T10:54:46.312Z] --- PASS: TestCgroupNamespacesRunHostMode (1.42s) [2021-04-16T10:54:46.312Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-04-16T10:54:46.721Z] --- PASS: TestWaitNodeAttachment (0.40s) [2021-04-16T10:54:46.721Z] === RUN TestIsolationConversion [2021-04-16T10:54:46.721Z] === RUN TestIsolationConversion/default [2021-04-16T10:54:46.721Z] === RUN TestIsolationConversion/process [2021-04-16T10:54:46.721Z] === RUN TestIsolationConversion/hyperv [2021-04-16T10:54:46.721Z] --- PASS: TestIsolationConversion (0.00s) [2021-04-16T10:54:46.721Z] --- PASS: TestIsolationConversion/default (0.00s) [2021-04-16T10:54:46.721Z] --- PASS: TestIsolationConversion/process (0.00s) [2021-04-16T10:54:46.721Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2021-04-16T10:54:46.721Z] === RUN TestContainerLabels [2021-04-16T10:54:46.721Z] --- PASS: TestContainerLabels (0.00s) [2021-04-16T10:54:46.721Z] === RUN TestCredentialSpecConversion [2021-04-16T10:54:46.721Z] === RUN TestCredentialSpecConversion/none [2021-04-16T10:54:46.721Z] === RUN TestCredentialSpecConversion/config [2021-04-16T10:54:46.721Z] === RUN TestCredentialSpecConversion/file [2021-04-16T10:54:46.721Z] === RUN TestCredentialSpecConversion/registry [2021-04-16T10:54:46.721Z] --- PASS: TestCredentialSpecConversion (0.00s) [2021-04-16T10:54:46.721Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2021-04-16T10:54:46.721Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2021-04-16T10:54:46.721Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2021-04-16T10:54:46.721Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2021-04-16T10:54:46.721Z] === RUN TestControllerValidateMountBind [2021-04-16T10:54:46.721Z] --- PASS: TestControllerValidateMountBind (0.00s) [2021-04-16T10:54:46.721Z] === RUN TestControllerValidateMountVolume [2021-04-16T10:54:46.721Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2021-04-16T10:54:46.721Z] === RUN TestControllerValidateMountTarget [2021-04-16T10:54:46.721Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2021-04-16T10:54:46.721Z] === RUN TestControllerValidateMountTmpfs [2021-04-16T10:54:46.721Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2021-04-16T10:54:46.721Z] === RUN TestControllerValidateMountInvalidType [2021-04-16T10:54:46.721Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2021-04-16T10:54:46.721Z] === RUN TestControllerValidateMountNamedPipe [2021-04-16T10:54:46.721Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2021-04-16T10:54:46.721Z] PASS [2021-04-16T10:54:46.721Z] coverage: 11.3% of statements [2021-04-16T10:54:46.721Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.820s coverage: 11.3% of statements [2021-04-16T10:54:47.182Z] === RUN TestIsEmptyDir [2021-04-16T10:54:47.182Z] --- PASS: TestIsEmptyDir (0.01s) [2021-04-16T10:54:47.182Z] PASS [2021-04-16T10:54:47.182Z] coverage: 2.3% of statements [2021-04-16T10:54:47.182Z] ok github.com/docker/docker/daemon/graphdriver 0.078s coverage: 2.3% of statements [2021-04-16T10:54:47.182Z] --- PASS: TestDaemonDiscoveryReload (1.00s) [2021-04-16T10:54:47.182Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2021-04-16T10:54:47.644Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.51s) [2021-04-16T10:54:47.644Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2021-04-16T10:54:47.644Z] === RUN TestLinkNaming [2021-04-16T10:54:47.644Z] --- PASS: TestLinkNaming (0.00s) [2021-04-16T10:54:47.644Z] === RUN TestLinkNew [2021-04-16T10:54:47.644Z] --- PASS: TestLinkNew (0.00s) [2021-04-16T10:54:47.644Z] === RUN TestLinkEnv [2021-04-16T10:54:47.644Z] --- PASS: TestLinkEnv (0.00s) [2021-04-16T10:54:47.644Z] === RUN TestLinkMultipleEnv [2021-04-16T10:54:47.644Z] --- PASS: TestLinkMultipleEnv (0.00s) [2021-04-16T10:54:47.644Z] === RUN TestLinkPortRangeEnv [2021-04-16T10:54:47.644Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2021-04-16T10:54:47.644Z] PASS [2021-04-16T10:54:47.644Z] coverage: 93.0% of statements [2021-04-16T10:54:47.644Z] ok github.com/docker/docker/daemon/links 0.066s coverage: 93.0% of statements [2021-04-16T10:54:47.840Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.48s) [2021-04-16T10:54:47.840Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-04-16T10:54:47.891Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2021-04-16T10:54:48.105Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.51s) [2021-04-16T10:54:48.105Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2021-04-16T10:54:48.105Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-04-16T10:54:48.105Z] reload_test.go:520: root required [2021-04-16T10:54:48.316Z] Created binary: bundles/binary-daemon/dockerd-dev [2021-04-16T10:54:48.316Z] Copying nested executables into bundles/binary-daemon [2021-04-16T10:54:48.316Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2021-04-16T10:54:48.469Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-04-16T10:54:48.566Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2021-04-16T10:54:48.566Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.01s) [2021-04-16T10:54:48.566Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2021-04-16T10:54:48.566Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.04s) [2021-04-16T10:54:48.566Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2021-04-16T10:54:48.566Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.03s) [2021-04-16T10:54:48.566Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2021-04-16T10:54:48.566Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.05s) [2021-04-16T10:54:48.566Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2021-04-16T10:54:48.566Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2021-04-16T10:54:48.566Z] === RUN TestParseVolumesFrom [2021-04-16T10:54:48.566Z] --- PASS: TestParseVolumesFrom (0.00s) [2021-04-16T10:54:48.566Z] PASS [2021-04-16T10:54:48.566Z] coverage: 9.0% of statements [2021-04-16T10:54:48.566Z] ok github.com/docker/docker/daemon 2.676s coverage: 9.0% of statements [2021-04-16T10:54:48.566Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-04-16T10:54:48.566Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-04-16T10:54:48.566Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-04-16T10:54:48.566Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-04-16T10:54:48.566Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2021-04-16T10:54:48.566Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2021-04-16T10:54:48.566Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2021-04-16T10:54:48.566Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-04-16T10:54:48.566Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2021-04-16T10:54:48.566Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2021-04-16T10:54:48.566Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2021-04-16T10:54:48.566Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-04-16T10:54:48.566Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2021-04-16T10:54:48.566Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2021-04-16T10:54:48.566Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2021-04-16T10:54:48.653Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40094/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr16 -e DOCKER_GITCOMMIT=eb0610b7fc7e8c49160c99fa311e14ee632dd45a -e DOCKER_GRAPHDRIVER docker:eb0610b7fc7e8c49160c99fa311e14ee632dd45a hack/make.sh cross [2021-04-16T10:54:48.887Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.34s) [2021-04-16T10:54:48.887Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-04-16T10:54:49.039Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-04-16T10:54:49.213Z] [2021-04-16T10:54:49.213Z] Removing bundles/ [2021-04-16T10:54:49.213Z] [2021-04-16T10:54:49.213Z] ---> Making bundle: cross (in bundles/cross) [2021-04-16T10:54:49.213Z] Cross building: bundles/cross/linux/amd64 [2021-04-16T10:54:49.213Z] Building: bundles/cross/linux/amd64/dockerd-dev [2021-04-16T10:54:49.213Z] GOOS="linux" GOARCH="amd64" GOARM="" [2021-04-16T10:54:49.611Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-04-16T10:54:49.926Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.82s) [2021-04-16T10:54:49.926Z] === RUN TestCgroupNamespacesRunOlderClient [2021-04-16T10:54:50.553Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-04-16T10:54:50.553Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-04-16T10:54:50.756Z] === RUN TestAdapterReadLogs [2021-04-16T10:54:50.756Z] --- PASS: TestAdapterReadLogs (0.00s) [2021-04-16T10:54:50.756Z] === RUN TestCopier [2021-04-16T10:54:50.756Z] --- PASS: TestCopier (0.00s) [2021-04-16T10:54:50.756Z] === RUN TestCopierLongLines [2021-04-16T10:54:50.756Z] --- PASS: TestCopierLongLines (0.00s) [2021-04-16T10:54:50.756Z] === RUN TestCopierSlow [2021-04-16T10:54:50.980Z] --- PASS: TestServiceUpdateConfigs (15.40s) [2021-04-16T10:54:50.980Z] === RUN TestServiceUpdateNetwork [2021-04-16T10:54:51.124Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-04-16T10:54:51.218Z] --- PASS: TestCopierSlow (0.30s) [2021-04-16T10:54:51.218Z] === RUN TestCopierWithSized [2021-04-16T10:54:51.218Z] === RUN TestCopierWithSized/as_is [2021-04-16T10:54:51.218Z] === RUN TestCopierWithSized/With_RingLogger [2021-04-16T10:54:51.218Z] --- PASS: TestCopierWithSized (0.01s) [2021-04-16T10:54:51.218Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2021-04-16T10:54:51.218Z] --- PASS: TestCopierWithSized/With_RingLogger (0.01s) [2021-04-16T10:54:51.218Z] === RUN TestCopierWithPartial [2021-04-16T10:54:51.218Z] --- PASS: TestCopierWithPartial (0.00s) [2021-04-16T10:54:51.218Z] === RUN TestRingLogger [2021-04-16T10:54:51.218Z] --- PASS: TestRingLogger (0.00s) [2021-04-16T10:54:51.218Z] === RUN TestRingCap [2021-04-16T10:54:51.218Z] --- PASS: TestRingCap (0.00s) [2021-04-16T10:54:51.218Z] === RUN TestRingClose [2021-04-16T10:54:51.218Z] --- PASS: TestRingClose (0.00s) [2021-04-16T10:54:51.218Z] === RUN TestRingDrain [2021-04-16T10:54:51.218Z] --- PASS: TestRingDrain (0.00s) [2021-04-16T10:54:51.218Z] PASS [2021-04-16T10:54:51.218Z] coverage: 43.5% of statements [2021-04-16T10:54:51.218Z] ok github.com/docker/docker/daemon/logger 0.654s coverage: 43.5% of statements [2021-04-16T10:54:51.447Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.41s) [2021-04-16T10:54:51.447Z] === RUN TestKernelTCPMemory [2021-04-16T10:54:51.680Z] === RUN TestNewStreamConfig [2021-04-16T10:54:51.680Z] === RUN TestNewStreamConfig/defaults [2021-04-16T10:54:51.680Z] === RUN TestNewStreamConfig/invalid_create_group [2021-04-16T10:54:51.680Z] === RUN TestNewStreamConfig/invalid_flush_interval [2021-04-16T10:54:51.680Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2021-04-16T10:54:51.680Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2021-04-16T10:54:51.680Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2021-04-16T10:54:51.680Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2021-04-16T10:54:51.680Z] --- PASS: TestNewStreamConfig (0.00s) [2021-04-16T10:54:51.680Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2021-04-16T10:54:51.680Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2021-04-16T10:54:51.680Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2021-04-16T10:54:51.680Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2021-04-16T10:54:51.680Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2021-04-16T10:54:51.680Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2021-04-16T10:54:51.680Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2021-04-16T10:54:51.680Z] === RUN TestNewAWSLogsClientUserAgentHandler [2021-04-16T10:54:51.680Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2021-04-16T10:54:51.680Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2021-04-16T10:54:51.680Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2021-04-16T10:54:51.680Z] === RUN TestNewAWSLogsClientRegionDetect [2021-04-16T10:54:51.680Z] time="2021-04-16T10:54:51Z" level=info msg="Trying to get region from EC2 Metadata" [2021-04-16T10:54:51.680Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.17s) [2021-04-16T10:54:51.680Z] === RUN TestCreateSuccess [2021-04-16T10:54:51.680Z] --- PASS: TestCreateSuccess (0.00s) [2021-04-16T10:54:51.680Z] === RUN TestCreateLogGroupSuccess [2021-04-16T10:54:51.680Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2021-04-16T10:54:51.680Z] === RUN TestCreateError [2021-04-16T10:54:51.680Z] --- PASS: TestCreateError (0.00s) [2021-04-16T10:54:51.680Z] === RUN TestCreateAlreadyExists [2021-04-16T10:54:51.680Z] time="2021-04-16T10:54:51Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2021-04-16T10:54:51.680Z] --- PASS: TestCreateAlreadyExists (0.00s) [2021-04-16T10:54:51.680Z] === RUN TestLogClosed [2021-04-16T10:54:51.680Z] --- PASS: TestLogClosed (0.00s) [2021-04-16T10:54:51.680Z] === RUN TestLogBlocking [2021-04-16T10:54:51.680Z] --- PASS: TestLogBlocking (0.00s) [2021-04-16T10:54:51.680Z] === RUN TestLogNonBlockingBufferEmpty [2021-04-16T10:54:51.680Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2021-04-16T10:54:51.680Z] === RUN TestLogNonBlockingBufferFull [2021-04-16T10:54:51.694Z] --- PASS: TestInfoAPIWarnings (16.24s) [2021-04-16T10:54:51.694Z] === RUN TestInfoDebug [2021-04-16T10:54:51.694Z] --- PASS: TestInfoDebug (0.52s) [2021-04-16T10:54:51.694Z] === RUN TestInfoInsecureRegistries [2021-04-16T10:54:51.694Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2021-04-16T10:54:51.694Z] === RUN TestInfoRegistryMirrors [2021-04-16T10:54:51.694Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2021-04-16T10:54:51.694Z] === RUN TestLoginFailsWithBadCredentials [2021-04-16T10:54:51.694Z] --- PASS: TestLoginFailsWithBadCredentials (0.28s) [2021-04-16T10:54:51.694Z] === RUN TestPingCacheHeaders [2021-04-16T10:54:51.694Z] --- PASS: TestPingCacheHeaders (0.01s) [2021-04-16T10:54:51.694Z] === RUN TestPingGet [2021-04-16T10:54:51.694Z] --- PASS: TestPingGet (0.01s) [2021-04-16T10:54:51.694Z] === RUN TestPingHead [2021-04-16T10:54:51.694Z] --- PASS: TestPingHead (0.01s) [2021-04-16T10:54:51.694Z] === RUN TestVersion [2021-04-16T10:54:51.694Z] --- PASS: TestVersion (0.02s) [2021-04-16T10:54:51.694Z] PASS [2021-04-16T10:54:51.694Z] [2021-04-16T10:54:51.694Z] === Skipped [2021-04-16T10:54:51.694Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-04-16T10:54:51.694Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-04-16T10:54:51.694Z] [2021-04-16T10:54:51.694Z] [2021-04-16T10:54:51.694Z] DONE 18 tests, 1 skipped in 21.640s [2021-04-16T10:54:51.694Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2021-04-16T10:54:51.694Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:54:51.694Z] ++ set -e [2021-04-16T10:54:51.694Z] ++ '[' -n 0 ']' [2021-04-16T10:54:51.694Z] ++ set -x [2021-04-16T10:54:51.694Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:54:51.694Z] INFO: Testing against a local daemon [2021-04-16T10:54:51.694Z] === RUN TestVolumesCreateAndList [2021-04-16T10:54:51.694Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-04-16T10:54:51.694Z] === RUN TestVolumesRemove [2021-04-16T10:54:51.694Z] --- PASS: TestVolumesRemove (0.12s) [2021-04-16T10:54:51.694Z] === RUN TestVolumesInspect [2021-04-16T10:54:51.694Z] --- PASS: TestVolumesInspect (0.01s) [2021-04-16T10:54:51.694Z] === RUN TestVolumesInvalidJSON [2021-04-16T10:54:51.694Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-04-16T10:54:51.694Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-04-16T10:54:51.694Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-04-16T10:54:51.694Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-04-16T10:54:51.694Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-04-16T10:54:51.694Z] PASS [2021-04-16T10:54:51.694Z] [2021-04-16T10:54:51.694Z] DONE 5 tests in 0.265s [2021-04-16T10:54:51.694Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-04-16T10:54:51.694Z] ++++ cat bundles/test-integration/docker.pid [2021-04-16T10:54:51.694Z] +++ kill 12250 [2021-04-16T10:54:51.697Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-04-16T10:54:51.743Z] --- PASS: TestKernelTCPMemory (0.67s) [2021-04-16T10:54:51.743Z] === RUN TestNISDomainname [2021-04-16T10:54:52.141Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2021-04-16T10:54:52.141Z] === RUN TestPublishBatchSuccess [2021-04-16T10:54:52.141Z] --- PASS: TestPublishBatchSuccess (0.00s) [2021-04-16T10:54:52.141Z] === RUN TestPublishBatchError [2021-04-16T10:54:52.141Z] time="2021-04-16T10:54:51Z" level=error msg=Error [2021-04-16T10:54:52.141Z] --- PASS: TestPublishBatchError (0.00s) [2021-04-16T10:54:52.141Z] === RUN TestPublishBatchInvalidSeqSuccess [2021-04-16T10:54:52.141Z] time="2021-04-16T10:54:51Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-04-16T10:54:52.141Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2021-04-16T10:54:52.141Z] === RUN TestPublishBatchAlreadyAccepted [2021-04-16T10:54:52.141Z] time="2021-04-16T10:54:51Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-04-16T10:54:52.141Z] time="2021-04-16T10:54:51Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2021-04-16T10:54:52.141Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2021-04-16T10:54:52.141Z] === RUN TestCollectBatchSimple [2021-04-16T10:54:52.141Z] --- PASS: TestCollectBatchSimple (0.00s) [2021-04-16T10:54:52.141Z] === RUN TestCollectBatchTicker [2021-04-16T10:54:52.141Z] --- PASS: TestCollectBatchTicker (0.00s) [2021-04-16T10:54:52.141Z] === RUN TestCollectBatchMultilinePattern [2021-04-16T10:54:52.141Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2021-04-16T10:54:52.141Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2021-04-16T10:54:52.141Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2021-04-16T10:54:52.141Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2021-04-16T10:54:52.141Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2021-04-16T10:54:52.141Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2021-04-16T10:54:52.141Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.02s) [2021-04-16T10:54:52.141Z] === RUN TestCollectBatchClose [2021-04-16T10:54:52.141Z] --- PASS: TestCollectBatchClose (0.00s) [2021-04-16T10:54:52.141Z] === RUN TestEffectiveLen [2021-04-16T10:54:52.141Z] === RUN TestEffectiveLen/0/Hello [2021-04-16T10:54:52.141Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2021-04-16T10:54:52.141Z] === RUN TestEffectiveLen/2/🙃 [2021-04-16T10:54:52.141Z] === RUN TestEffectiveLen/3/���� [2021-04-16T10:54:52.142Z] === RUN TestEffectiveLen/4/He��o [2021-04-16T10:54:52.142Z] === RUN TestEffectiveLen/5/ [2021-04-16T10:54:52.142Z] --- PASS: TestEffectiveLen (0.00s) [2021-04-16T10:54:52.142Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2021-04-16T10:54:52.142Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2021-04-16T10:54:52.142Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2021-04-16T10:54:52.142Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2021-04-16T10:54:52.142Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2021-04-16T10:54:52.142Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2021-04-16T10:54:52.142Z] === RUN TestFindValidSplit [2021-04-16T10:54:52.142Z] === RUN TestFindValidSplit/0/ [2021-04-16T10:54:52.142Z] === RUN TestFindValidSplit/1/Hello [2021-04-16T10:54:52.142Z] === RUN TestFindValidSplit/2/Hello [2021-04-16T10:54:52.142Z] === RUN TestFindValidSplit/3/Hello [2021-04-16T10:54:52.142Z] === RUN TestFindValidSplit/4/🙃 [2021-04-16T10:54:52.142Z] === RUN TestFindValidSplit/5/🙃 [2021-04-16T10:54:52.142Z] === RUN TestFindValidSplit/6/a� [2021-04-16T10:54:52.142Z] === RUN TestFindValidSplit/7/a� [2021-04-16T10:54:52.142Z] --- PASS: TestFindValidSplit (0.02s) [2021-04-16T10:54:52.142Z] --- PASS: TestFindValidSplit/0/ (0.02s) [2021-04-16T10:54:52.142Z] cloudwatchlogs_test.go:1044: [2021-04-16T10:54:52.142Z] cloudwatchlogs_test.go:1045: [2021-04-16T10:54:52.142Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2021-04-16T10:54:52.142Z] cloudwatchlogs_test.go:1044: Hello [2021-04-16T10:54:52.142Z] cloudwatchlogs_test.go:1045: [2021-04-16T10:54:52.142Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2021-04-16T10:54:52.142Z] cloudwatchlogs_test.go:1044: He [2021-04-16T10:54:52.142Z] cloudwatchlogs_test.go:1045: llo [2021-04-16T10:54:52.142Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2021-04-16T10:54:52.142Z] cloudwatchlogs_test.go:1044: [2021-04-16T10:54:52.142Z] cloudwatchlogs_test.go:1045: Hello [2021-04-16T10:54:52.142Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2021-04-16T10:54:52.142Z] cloudwatchlogs_test.go:1044: [2021-04-16T10:54:52.142Z] cloudwatchlogs_test.go:1045: 🙃 [2021-04-16T10:54:52.142Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2021-04-16T10:54:52.142Z] cloudwatchlogs_test.go:1044: 🙃 [2021-04-16T10:54:52.142Z] cloudwatchlogs_test.go:1045: [2021-04-16T10:54:52.142Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2021-04-16T10:54:52.142Z] cloudwatchlogs_test.go:1044: a [2021-04-16T10:54:52.142Z] cloudwatchlogs_test.go:1045: � [2021-04-16T10:54:52.142Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2021-04-16T10:54:52.142Z] cloudwatchlogs_test.go:1044: a� [2021-04-16T10:54:52.142Z] cloudwatchlogs_test.go:1045: [2021-04-16T10:54:52.142Z] === RUN TestProcessEventEmoji [2021-04-16T10:54:52.142Z] --- PASS: TestProcessEventEmoji (0.00s) [2021-04-16T10:54:52.142Z] === RUN TestCollectBatchLineSplit [2021-04-16T10:54:52.142Z] --- PASS: TestCollectBatchLineSplit (0.01s) [2021-04-16T10:54:52.142Z] === RUN TestCollectBatchLineSplitWithBinary [2021-04-16T10:54:52.142Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2021-04-16T10:54:52.142Z] === RUN TestCollectBatchMaxEvents [2021-04-16T10:54:52.142Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2021-04-16T10:54:52.142Z] === RUN TestCollectBatchMaxTotalBytes [2021-04-16T10:54:52.142Z] --- PASS: TestCollectBatchMaxTotalBytes (0.02s) [2021-04-16T10:54:52.142Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2021-04-16T10:54:52.142Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2021-04-16T10:54:52.142Z] === RUN TestCollectBatchWithDuplicateTimestamps [2021-04-16T10:54:52.142Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.06s) [2021-04-16T10:54:52.142Z] === RUN TestParseLogOptionsMultilinePattern [2021-04-16T10:54:52.142Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2021-04-16T10:54:52.142Z] === RUN TestParseLogOptionsDatetimeFormat [2021-04-16T10:54:52.142Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2021-04-16T10:54:52.142Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2021-04-16T10:54:52.142Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2021-04-16T10:54:52.142Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2021-04-16T10:54:52.142Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2021-04-16T10:54:52.142Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2021-04-16T10:54:52.142Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2021-04-16T10:54:52.142Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2021-04-16T10:54:52.142Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2021-04-16T10:54:52.142Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2021-04-16T10:54:52.142Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2021-04-16T10:54:52.142Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2021-04-16T10:54:52.142Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2021-04-16T10:54:52.142Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2021-04-16T10:54:52.142Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2021-04-16T10:54:52.142Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2021-04-16T10:54:52.142Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2021-04-16T10:54:52.142Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2021-04-16T10:54:52.142Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2021-04-16T10:54:52.142Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2021-04-16T10:54:52.142Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2021-04-16T10:54:52.142Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2021-04-16T10:54:52.142Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2021-04-16T10:54:52.142Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2021-04-16T10:54:52.142Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2021-04-16T10:54:52.142Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2021-04-16T10:54:52.142Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2021-04-16T10:54:52.142Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2021-04-16T10:54:52.142Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2021-04-16T10:54:52.142Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2021-04-16T10:54:52.142Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2021-04-16T10:54:52.142Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2021-04-16T10:54:52.142Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2021-04-16T10:54:52.142Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2021-04-16T10:54:52.142Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2021-04-16T10:54:52.142Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2021-04-16T10:54:52.142Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2021-04-16T10:54:52.142Z] === RUN TestCreateTagSuccess [2021-04-16T10:54:52.142Z] --- PASS: TestCreateTagSuccess (0.00s) [2021-04-16T10:54:52.142Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2021-04-16T10:54:52.142Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2021-04-16T10:54:52.142Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2021-04-16T10:54:52.142Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2021-04-16T10:54:52.142Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2021-04-16T10:54:52.142Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2021-04-16T10:54:52.142Z] PASS [2021-04-16T10:54:52.142Z] coverage: 77.8% of statements [2021-04-16T10:54:52.142Z] ok github.com/docker/docker/daemon/logger/awslogs 0.776s coverage: 77.8% of statements [2021-04-16T10:54:52.142Z] === RUN TestSearchRegistryForImagesErrors [2021-04-16T10:54:52.142Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2021-04-16T10:54:52.142Z] === RUN TestSearchRegistryForImages [2021-04-16T10:54:52.142Z] --- PASS: TestSearchRegistryForImages (0.00s) [2021-04-16T10:54:52.142Z] === RUN TestOnlyPlatformWithFallback [2021-04-16T10:54:52.142Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2021-04-16T10:54:52.142Z] === RUN TestImageDelete [2021-04-16T10:54:52.142Z] === RUN TestImageDelete/no_lease [2021-04-16T10:54:52.142Z] === RUN TestImageDelete/lease_exists [2021-04-16T10:54:52.142Z] === RUN TestJSONFileLogger [2021-04-16T10:54:52.142Z] --- PASS: TestJSONFileLogger (0.00s) [2021-04-16T10:54:52.142Z] === RUN TestJSONFileLoggerWithTags [2021-04-16T10:54:52.142Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2021-04-16T10:54:52.142Z] === RUN TestJSONFileLoggerWithOpts [2021-04-16T10:54:52.142Z] --- PASS: TestJSONFileLoggerWithOpts (0.02s) [2021-04-16T10:54:52.142Z] === RUN TestJSONFileLoggerWithLabelsEnv [2021-04-16T10:54:52.142Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.01s) [2021-04-16T10:54:52.142Z] === RUN TestEncodeDecode [2021-04-16T10:54:52.142Z] === PAUSE TestEncodeDecode [2021-04-16T10:54:52.142Z] === RUN TestUnexpectedEOF [2021-04-16T10:54:52.142Z] --- PASS: TestImageDelete (0.06s) [2021-04-16T10:54:52.142Z] --- PASS: TestImageDelete/no_lease (0.01s) [2021-04-16T10:54:52.142Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2021-04-16T10:54:52.142Z] === RUN TestContentStoreForPull [2021-04-16T10:54:52.604Z] time="2021-04-16T10:54:52Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-04-16T10:54:52.604Z] time="2021-04-16T10:54:52Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-04-16T10:54:52.604Z] --- PASS: TestUnexpectedEOF (0.30s) [2021-04-16T10:54:52.604Z] === CONT TestEncodeDecode [2021-04-16T10:54:52.604Z] --- PASS: TestEncodeDecode (0.00s) [2021-04-16T10:54:52.604Z] PASS [2021-04-16T10:54:52.604Z] coverage: 69.9% of statements [2021-04-16T10:54:52.604Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.425s coverage: 69.9% of statements [2021-04-16T10:54:52.604Z] --- PASS: TestContentStoreForPull (0.30s) [2021-04-16T10:54:52.604Z] PASS [2021-04-16T10:54:52.604Z] coverage: 6.7% of statements [2021-04-16T10:54:52.604Z] ok github.com/docker/docker/daemon/images 0.539s coverage: 6.7% of statements [2021-04-16T10:54:52.604Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-04-16T10:54:52.604Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-04-16T10:54:52.604Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2021-04-16T10:54:52.604Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-04-16T10:54:52.604Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-04-16T10:54:52.604Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2021-04-16T10:54:52.604Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2021-04-16T10:54:52.786Z] --- PASS: TestNISDomainname (0.75s) [2021-04-16T10:54:52.786Z] === RUN TestHostnameDnsResolution [2021-04-16T10:54:53.066Z] === RUN TestJSONLogsMarshalJSONBuf [2021-04-16T10:54:53.066Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2021-04-16T10:54:53.066Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2021-04-16T10:54:53.066Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.16s) [2021-04-16T10:54:53.066Z] === RUN TestFastTimeMarshalJSON [2021-04-16T10:54:53.066Z] --- PASS: TestFastTimeMarshalJSON (0.00s) [2021-04-16T10:54:53.066Z] PASS [2021-04-16T10:54:53.066Z] coverage: 87.2% of statements [2021-04-16T10:54:53.066Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.290s coverage: 87.2% of statements [2021-04-16T10:54:53.425Z] --- PASS: TestHostnameDnsResolution (0.88s) [2021-04-16T10:54:53.425Z] === RUN TestStats [2021-04-16T10:54:53.753Z] +++ /etc/init.d/apparmor stop [2021-04-16T10:54:53.753Z] Leaving: AppArmorNo profiles have been unloaded. [2021-04-16T10:54:53.753Z] [2021-04-16T10:54:53.753Z] Unloading profiles will leave already running processes permanently [2021-04-16T10:54:53.753Z] unconfined, which can lead to unexpected situations. [2021-04-16T10:54:53.753Z] [2021-04-16T10:54:53.753Z] To set a process to complain mode, use the command line tool [2021-04-16T10:54:53.753Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-04-16T10:54:53.753Z] +++ true [2021-04-16T10:54:53.753Z] exiting test-integration [2021-04-16T10:54:53.753Z] ++ exit 0 [2021-04-16T10:54:53.753Z] [2021-04-16T10:54:54.189Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.82s) [2021-04-16T10:54:54.189Z] PASS [2021-04-16T10:54:54.189Z] [2021-04-16T10:54:54.189Z] DONE 17 tests in 51.520s [2021-04-16T10:54:54.189Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-04-16T10:54:54.189Z] INFO: Testing against a local daemon [2021-04-16T10:54:54.189Z] === RUN TestPluginInvalidJSON [2021-04-16T10:54:54.189Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-04-16T10:54:54.189Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-04-16T10:54:54.189Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-04-16T10:54:54.189Z] --- PASS: TestPluginInvalidJSON (0.01s) [2021-04-16T10:54:54.189Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-04-16T10:54:54.189Z] === RUN TestPluginInstall [2021-04-16T10:54:54.189Z] === RUN TestPluginInstall/no_auth [2021-04-16T10:54:55.000Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2021-04-16T10:54:55.000Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-04-16T10:54:55.252Z] === RUN TestWriteLog [2021-04-16T10:54:55.252Z] === PAUSE TestWriteLog [2021-04-16T10:54:55.252Z] === RUN TestReadLog [2021-04-16T10:54:55.252Z] === PAUSE TestReadLog [2021-04-16T10:54:55.252Z] === CONT TestWriteLog [2021-04-16T10:54:55.252Z] --- PASS: TestWriteLog (0.00s) [2021-04-16T10:54:55.252Z] === CONT TestReadLog [2021-04-16T10:54:55.252Z] === RUN TestReadLog/tail_exact [2021-04-16T10:54:55.252Z] === RUN TestReadLog/tail_less_than_available [2021-04-16T10:54:55.252Z] === RUN TestReadLog/tail_more_than_available [2021-04-16T10:54:55.252Z] --- PASS: TestReadLog (0.19s) [2021-04-16T10:54:55.252Z] --- PASS: TestReadLog/tail_exact (0.18s) [2021-04-16T10:54:55.252Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2021-04-16T10:54:55.252Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2021-04-16T10:54:55.252Z] PASS [2021-04-16T10:54:55.252Z] coverage: 75.2% of statements [2021-04-16T10:54:55.252Z] ok github.com/docker/docker/daemon/logger/local 0.432s coverage: 75.2% of statements [2021-04-16T10:54:55.252Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-04-16T10:54:55.252Z] === RUN TestLog [2021-04-16T10:54:55.252Z] --- PASS: TestLog (0.01s) [2021-04-16T10:54:55.252Z] PASS [2021-04-16T10:54:55.252Z] coverage: 31.5% of statements [2021-04-16T10:54:55.572Z] time="2021-04-16T10:54:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-16T10:54:55.572Z] time="2021-04-16T10:54:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e3e62ec9cbe62b5705cea4b3c26e5300a827ec49d5f1317d94fecded8feb8c27" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-16T10:54:55.572Z] time="2021-04-16T10:54:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-16T10:54:55.572Z] time="2021-04-16T10:54:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e3e62ec9cbe62b5705cea4b3c26e5300a827ec49d5f1317d94fecded8feb8c27" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-16T10:54:55.572Z] === RUN TestPluginInstall/with_htpasswd [2021-04-16T10:54:55.713Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.222s coverage: 31.5% of statements [2021-04-16T10:54:55.713Z] === RUN TestOpenFileDelete [2021-04-16T10:54:55.713Z] --- PASS: TestOpenFileDelete (0.00s) [2021-04-16T10:54:55.713Z] === RUN TestOpenFileRename [2021-04-16T10:54:55.713Z] --- PASS: TestOpenFileRename (0.00s) [2021-04-16T10:54:55.713Z] === RUN TestParseLogTagDefaultTag [2021-04-16T10:54:55.713Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2021-04-16T10:54:55.713Z] === RUN TestParseLogTag [2021-04-16T10:54:55.713Z] --- PASS: TestParseLogTag (0.00s) [2021-04-16T10:54:55.713Z] === RUN TestParseLogTagEmptyTag [2021-04-16T10:54:55.713Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2021-04-16T10:54:55.713Z] === RUN TestTailFiles [2021-04-16T10:54:55.713Z] --- PASS: TestTailFiles (0.00s) [2021-04-16T10:54:55.713Z] === RUN TestFollowLogsConsumerGone [2021-04-16T10:54:55.713Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2021-04-16T10:54:55.713Z] === RUN TestFollowLogsProducerGone [2021-04-16T10:54:55.713Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2021-04-16T10:54:55.713Z] logfile_test.go:232: messages sent: 4098, received: 4098 [2021-04-16T10:54:55.713Z] logfile_test.go:179: logDecode() closed after sending 4098 messages [2021-04-16T10:54:55.713Z] === RUN TestCheckCapacityAndRotate [2021-04-16T10:54:55.713Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2021-04-16T10:54:55.713Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2021-04-16T10:54:55.713Z] --- PASS: TestCheckCapacityAndRotate (0.19s) [2021-04-16T10:54:55.713Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2021-04-16T10:54:55.713Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.14s) [2021-04-16T10:54:55.713Z] PASS [2021-04-16T10:54:55.713Z] coverage: 55.3% of statements [2021-04-16T10:54:55.713Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.292s coverage: 55.3% of statements Post stage [Pipeline] junit [2021-04-16T10:54:55.852Z] Recording test results [2021-04-16T10:54:56.142Z] time="2021-04-16T10:54:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-16T10:54:56.142Z] time="2021-04-16T10:54:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b13aee2c5c6aa34ae3fdeb87f965069c9486a16ef90f635a18072a0ed24a32f3" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-16T10:54:56.142Z] time="2021-04-16T10:54:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-16T10:54:56.143Z] time="2021-04-16T10:54:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b13aee2c5c6aa34ae3fdeb87f965069c9486a16ef90f635a18072a0ed24a32f3" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-16T10:54:56.178Z] --- PASS: TestStats (2.59s) [2021-04-16T10:54:56.178Z] === RUN TestStopContainerWithTimeout [2021-04-16T10:54:56.178Z] === RUN TestStopContainerWithTimeout/0 [2021-04-16T10:54:56.178Z] === PAUSE TestStopContainerWithTimeout/0 [2021-04-16T10:54:56.178Z] === RUN TestStopContainerWithTimeout/1 [2021-04-16T10:54:56.178Z] === PAUSE TestStopContainerWithTimeout/1 [2021-04-16T10:54:56.178Z] === RUN TestStopContainerWithTimeout/3 [2021-04-16T10:54:56.178Z] === PAUSE TestStopContainerWithTimeout/3 [2021-04-16T10:54:56.178Z] === RUN TestStopContainerWithTimeout/-1 [2021-04-16T10:54:56.178Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-04-16T10:54:56.178Z] === CONT TestStopContainerWithTimeout/0 [2021-04-16T10:54:56.178Z] === CONT TestStopContainerWithTimeout/-1 [2021-04-16T10:54:56.178Z] === CONT TestStopContainerWithTimeout/3 [2021-04-16T10:54:56.178Z] === CONT TestStopContainerWithTimeout/1 [2021-04-16T10:54:56.220Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-04-16T10:54:56.403Z] === RUN TestPluginInstall/with_insecure [2021-04-16T10:54:56.656Z] + echo Ensuring container killed. [2021-04-16T10:54:56.657Z] Ensuring container killed. [2021-04-16T10:54:56.657Z] + docker rm -vf docker-pr16 [2021-04-16T10:54:56.657Z] Error: No such container: docker-pr16 [2021-04-16T10:54:56.657Z] + true [Pipeline] sh [2021-04-16T10:54:56.687Z] === RUN TestValidateLogOpt [2021-04-16T10:54:56.687Z] --- PASS: TestValidateLogOpt (0.00s) [2021-04-16T10:54:56.687Z] === RUN TestNewMissedConfig [2021-04-16T10:54:56.687Z] --- PASS: TestNewMissedConfig (0.00s) [2021-04-16T10:54:56.687Z] === RUN TestNewMissedUrl [2021-04-16T10:54:56.687Z] --- PASS: TestNewMissedUrl (0.00s) [2021-04-16T10:54:56.687Z] === RUN TestNewMissedToken [2021-04-16T10:54:56.687Z] --- PASS: TestNewMissedToken (0.00s) [2021-04-16T10:54:56.687Z] === RUN TestNewWithProxy [2021-04-16T10:54:56.687Z] --- PASS: TestNewWithProxy (0.00s) [2021-04-16T10:54:56.687Z] === RUN TestDefault [2021-04-16T10:54:56.687Z] === RUN TestNewParse [2021-04-16T10:54:56.687Z] --- PASS: TestNewParse (0.00s) [2021-04-16T10:54:56.687Z] PASS [2021-04-16T10:54:56.687Z] coverage: 8.3% of statements [2021-04-16T10:54:56.687Z] --- PASS: TestDefault (0.01s) [2021-04-16T10:54:56.687Z] === RUN TestInlineFormatWithNonDefaultOptions [2021-04-16T10:54:56.687Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2021-04-16T10:54:56.687Z] === RUN TestJsonFormat [2021-04-16T10:54:56.687Z] ok github.com/docker/docker/daemon/logger/templates 0.091s coverage: 8.3% of statements [2021-04-16T10:54:56.687Z] --- PASS: TestJsonFormat (0.01s) [2021-04-16T10:54:56.687Z] === RUN TestRawFormat [2021-04-16T10:54:56.687Z] --- PASS: TestRawFormat (0.00s) [2021-04-16T10:54:56.687Z] === RUN TestRawFormatWithLabels [2021-04-16T10:54:56.687Z] --- PASS: TestRawFormatWithLabels (0.00s) [2021-04-16T10:54:56.687Z] === RUN TestRawFormatWithoutTag [2021-04-16T10:54:56.687Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2021-04-16T10:54:56.687Z] === RUN TestBatching [2021-04-16T10:54:56.920Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2021-04-16T10:54:56.920Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-04-16T10:54:57.032Z] + echo Chowning /workspace to jenkins user [2021-04-16T10:54:57.032Z] Chowning /workspace to jenkins user [2021-04-16T10:54:57.032Z] + id -u [2021-04-16T10:54:57.032Z] + id -g [2021-04-16T10:54:57.032Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-40094:/workspace busybox chown -R 1001:1001 /workspace [2021-04-16T10:54:57.148Z] --- PASS: TestBatching (0.22s) [2021-04-16T10:54:57.148Z] === RUN TestFrequency [2021-04-16T10:54:57.148Z] --- PASS: TestFrequency (0.23s) [2021-04-16T10:54:57.148Z] === RUN TestOneMessagePerRequest [2021-04-16T10:54:57.148Z] --- PASS: TestOneMessagePerRequest (0.01s) [2021-04-16T10:54:57.148Z] === RUN TestVerify [2021-04-16T10:54:57.148Z] --- PASS: TestVerify (0.00s) [2021-04-16T10:54:57.148Z] === RUN TestSkipVerify [2021-04-16T10:54:57.609Z] time="2021-04-16T10:54:57Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-16T10:54:57.609Z] time="2021-04-16T10:54:57Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-16T10:54:57.609Z] time="2021-04-16T10:54:57Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-16T10:54:57.783Z] time="2021-04-16T10:54:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-16T10:54:57.783Z] time="2021-04-16T10:54:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d3f660e20cdf49dc3515e6696ab4853e87876270a3d66c63d0d5a53748816b61" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-16T10:54:57.783Z] time="2021-04-16T10:54:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-16T10:54:57.783Z] time="2021-04-16T10:54:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d3f660e20cdf49dc3515e6696ab4853e87876270a3d66c63d0d5a53748816b61" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-16T10:54:57.783Z] --- PASS: TestPluginInstall (4.25s) [2021-04-16T10:54:57.783Z] --- PASS: TestPluginInstall/no_auth (2.07s) [2021-04-16T10:54:57.783Z] --- PASS: TestPluginInstall/with_htpasswd (0.78s) [2021-04-16T10:54:57.783Z] --- PASS: TestPluginInstall/with_insecure (1.40s) [2021-04-16T10:54:57.783Z] plugin_test.go:165: [d02ec5f75662d] daemon is not started [2021-04-16T10:54:57.783Z] === RUN TestPluginsWithRuntimes [2021-04-16T10:54:58.071Z] --- PASS: TestSkipVerify (0.57s) [2021-04-16T10:54:58.071Z] === RUN TestBufferMaximum [2021-04-16T10:54:58.071Z] time="2021-04-16T10:54:57Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-16T10:54:58.071Z] time="2021-04-16T10:54:57Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-16T10:54:58.071Z] time="2021-04-16T10:54:57Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-16T10:54:58.071Z] time="2021-04-16T10:54:57Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-16T10:54:58.071Z] time="2021-04-16T10:54:57Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-16T10:54:58.071Z] time="2021-04-16T10:54:57Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1618570497.651411\",\"host\":\"8a1174ba8ab4\"}'" [2021-04-16T10:54:58.071Z] time="2021-04-16T10:54:57Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1618570497.651411\",\"host\":\"8a1174ba8ab4\"}'" [2021-04-16T10:54:58.071Z] --- PASS: TestBufferMaximum (0.00s) [2021-04-16T10:54:58.071Z] === RUN TestServerAlwaysDown [2021-04-16T10:54:58.071Z] time="2021-04-16T10:54:57Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-16T10:54:58.071Z] time="2021-04-16T10:54:57Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-16T10:54:58.071Z] time="2021-04-16T10:54:57Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1618570497.655412\",\"host\":\"8a1174ba8ab4\"}'" [2021-04-16T10:54:58.071Z] time="2021-04-16T10:54:57Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1618570497.655412\",\"host\":\"8a1174ba8ab4\"}'" [2021-04-16T10:54:58.071Z] time="2021-04-16T10:54:57Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-16T10:54:58.071Z] time="2021-04-16T10:54:57Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1618570497.655412\",\"host\":\"8a1174ba8ab4\"}'" [2021-04-16T10:54:58.071Z] time="2021-04-16T10:54:57Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1618570497.656429\",\"host\":\"8a1174ba8ab4\"}'" [2021-04-16T10:54:58.071Z] time="2021-04-16T10:54:57Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1618570497.656429\",\"host\":\"8a1174ba8ab4\"}'" [2021-04-16T10:54:58.071Z] --- PASS: TestServerAlwaysDown (0.00s) [2021-04-16T10:54:58.071Z] === RUN TestCannotSendAfterClose [2021-04-16T10:54:58.071Z] --- PASS: TestCannotSendAfterClose (0.00s) [2021-04-16T10:54:58.071Z] === RUN TestDeadlockOnBlockedEndpoint [2021-04-16T10:54:58.071Z] === RUN TestParseLogFormat [2021-04-16T10:54:58.071Z] --- PASS: TestParseLogFormat (0.00s) [2021-04-16T10:54:58.071Z] === RUN TestValidateLogOptEmpty [2021-04-16T10:54:58.071Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2021-04-16T10:54:58.071Z] === RUN TestValidateSyslogAddress [2021-04-16T10:54:58.071Z] --- PASS: TestValidateSyslogAddress (0.00s) [2021-04-16T10:54:58.071Z] === RUN TestParseAddressDefaultPort [2021-04-16T10:54:58.071Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2021-04-16T10:54:58.071Z] === RUN TestValidateSyslogFacility [2021-04-16T10:54:58.071Z] --- PASS: TestValidateSyslogFacility (0.00s) [2021-04-16T10:54:58.071Z] === RUN TestValidateLogOptSyslogFormat [2021-04-16T10:54:58.071Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2021-04-16T10:54:58.071Z] === RUN TestValidateLogOpt [2021-04-16T10:54:58.071Z] --- PASS: TestValidateLogOpt (0.00s) [2021-04-16T10:54:58.071Z] PASS [2021-04-16T10:54:58.071Z] coverage: 46.8% of statements [2021-04-16T10:54:58.071Z] ok github.com/docker/docker/daemon/logger/syslog 0.416s coverage: 46.8% of statements [2021-04-16T10:54:58.307Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2021-04-16T10:54:59.043Z] time="2021-04-16T10:54:58Z" level=warning msg="Error while sending logs" error="Post http://127.0.0.1:49201/services/collector/event/1.0: context deadline exceeded" module=logger/splunk [2021-04-16T10:54:59.043Z] time="2021-04-16T10:54:58Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"8a1174ba8ab4\"}'" [2021-04-16T10:54:59.043Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.03s) [2021-04-16T10:54:59.043Z] PASS [2021-04-16T10:54:59.043Z] coverage: 82.5% of statements [2021-04-16T10:54:59.043Z] ok github.com/docker/docker/daemon/logger/splunk 2.205s coverage: 82.5% of statements [2021-04-16T10:54:59.043Z] ? github.com/docker/docker/daemon/names [no test files] [2021-04-16T10:54:59.043Z] ? github.com/docker/docker/daemon/network [no test files] [2021-04-16T10:54:59.043Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-04-16T10:54:59.043Z] === RUN TestV1IDService [2021-04-16T10:54:59.250Z] === RUN TestDockerSuite/TestBuildEnv [2021-04-16T10:54:59.504Z] --- PASS: TestV1IDService (0.03s) [2021-04-16T10:54:59.504Z] === RUN TestV2MetadataService [2021-04-16T10:54:59.692Z] === RUN TestPluginsWithRuntimes/No_Args [2021-04-16T10:54:59.713Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-04-16T10:54:59.713Z] --- PASS: TestStopContainerWithTimeout/0 (0.87s) [2021-04-16T10:54:59.713Z] --- PASS: TestStopContainerWithTimeout/1 (2.09s) [2021-04-16T10:54:59.713Z] --- PASS: TestStopContainerWithTimeout/-1 (3.01s) [2021-04-16T10:54:59.713Z] --- PASS: TestStopContainerWithTimeout/3 (3.05s) [2021-04-16T10:54:59.713Z] === RUN TestDeleteDevicemapper [2021-04-16T10:54:59.713Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-04-16T10:54:59.713Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-04-16T10:54:59.713Z] === RUN TestStopContainerWithRestartPolicyAlways [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-04-16T10:54:59.822Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2021-04-16T10:55:00.139Z] + bundleName=s390x-integration [2021-04-16T10:55:00.139Z] + echo Creating s390x-integration-bundles.tar.gz [2021-04-16T10:55:00.139Z] Creating s390x-integration-bundles.tar.gz [2021-04-16T10:55:00.139Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-04-16T10:55:00.139Z] + xargs tar -czf s390x-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2021-04-16T10:55:00.182Z] Archiving artifacts [2021-04-16T10:55:00.476Z] === RUN TestContinueOnError_NonMirrorEndpoint [2021-04-16T10:55:00.476Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2021-04-16T10:55:00.476Z] === RUN TestContinueOnError_MirrorEndpoint [2021-04-16T10:55:00.476Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2021-04-16T10:55:00.476Z] === RUN TestContinueOnError_NeverContinue [2021-04-16T10:55:00.476Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2021-04-16T10:55:00.476Z] === RUN TestManifestStore [2021-04-16T10:55:00.476Z] === RUN TestManifestStore/no_remote_or_local [2021-04-16T10:55:00.588Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-40094/16/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-04-16T10:55:00.761Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.68s) [2021-04-16T10:55:00.761Z] === RUN TestUpdateMemory [2021-04-16T10:55:00.937Z] time="2021-04-16T10:55:00Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local318828707\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2021-04-16T10:55:00.937Z] === RUN TestManifestStore/no_local_cache [2021-04-16T10:55:00.937Z] === RUN TestManifestStore/with_local_cache [2021-04-16T10:55:00.937Z] === RUN TestManifestStore/unknown_media_type [2021-04-16T10:55:00.937Z] === RUN TestManifestStore/unknown_media_type/no_cache [2021-04-16T10:55:00.937Z] time="2021-04-16T10:55:00Z" level=warning msg="reference for unknown type: " [2021-04-16T10:55:00.937Z] time="2021-04-16T10:55:00Z" level=warning msg="reference for unknown type: " [2021-04-16T10:55:00.937Z] === RUN TestManifestStore/unknown_media_type/with_cache [2021-04-16T10:55:00.937Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2021-04-16T10:55:00.937Z] time="2021-04-16T10:55:00Z" level=warning msg="reference for unknown type: " [2021-04-16T10:55:00.937Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2021-04-16T10:55:00.937Z] time="2021-04-16T10:55:00Z" level=warning msg="reference for unknown type: " [2021-04-16T10:55:00.937Z] time="2021-04-16T10:55:00Z" level=warning msg="reference for unknown type: " [2021-04-16T10:55:00.937Z] === RUN TestManifestStore/error_persisting_manifest [2021-04-16T10:55:00.937Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2021-04-16T10:55:00.937Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2021-04-16T10:55:00.937Z] --- PASS: TestV2MetadataService (1.57s) [2021-04-16T10:55:00.937Z] PASS [2021-04-16T10:55:00.937Z] time="2021-04-16T10:55:00Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2021-04-16T10:55:00.937Z] coverage: 48.2% of statements [2021-04-16T10:55:00.937Z] --- PASS: TestManifestStore (0.31s) [2021-04-16T10:55:00.937Z] --- PASS: TestManifestStore/no_remote_or_local (0.18s) [2021-04-16T10:55:00.937Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2021-04-16T10:55:00.937Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2021-04-16T10:55:00.937Z] --- PASS: TestManifestStore/unknown_media_type (0.07s) [2021-04-16T10:55:00.937Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2021-04-16T10:55:00.937Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.05s) [2021-04-16T10:55:00.937Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2021-04-16T10:55:00.937Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2021-04-16T10:55:00.937Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2021-04-16T10:55:00.937Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.01s) [2021-04-16T10:55:00.937Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2021-04-16T10:55:00.937Z] === RUN TestDetectManifestBlobMediaType [2021-04-16T10:55:00.937Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2021-04-16T10:55:00.937Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2021-04-16T10:55:00.937Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2021-04-16T10:55:00.937Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2021-04-16T10:55:00.937Z] === RUN TestDetectManifestBlobMediaType/schema1 [2021-04-16T10:55:00.937Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2021-04-16T10:55:00.937Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2021-04-16T10:55:00.937Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2021-04-16T10:55:00.937Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2021-04-16T10:55:00.937Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2021-04-16T10:55:00.937Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2021-04-16T10:55:00.937Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2021-04-16T10:55:00.937Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2021-04-16T10:55:00.937Z] === RUN TestFixManifestLayers [2021-04-16T10:55:00.937Z] --- PASS: TestFixManifestLayers (0.00s) [2021-04-16T10:55:00.937Z] === RUN TestFixManifestLayersBaseLayerParent [2021-04-16T10:55:00.937Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2021-04-16T10:55:00.937Z] pull_v2_test.go:73: Needs fixing on Windows [2021-04-16T10:55:00.937Z] === RUN TestFixManifestLayersBadParent [2021-04-16T10:55:00.937Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2021-04-16T10:55:00.937Z] === RUN TestValidateManifest [2021-04-16T10:55:00.937Z] --- SKIP: TestValidateManifest (0.00s) [2021-04-16T10:55:00.937Z] pull_v2_test.go:118: Needs fixing on Windows [2021-04-16T10:55:00.937Z] === RUN TestFormatPlatform [2021-04-16T10:55:00.937Z] --- PASS: TestFormatPlatform (0.00s) [2021-04-16T10:55:00.937Z] === RUN TestGetRepositoryMountCandidates [2021-04-16T10:55:00.937Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2021-04-16T10:55:00.937Z] === RUN TestLayerAlreadyExists [2021-04-16T10:55:00.937Z] --- PASS: TestLayerAlreadyExists (0.00s) [2021-04-16T10:55:00.937Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-04-16T10:55:00.937Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-04-16T10:55:00.937Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-04-16T10:55:00.937Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-04-16T10:55:00.937Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-04-16T10:55:00.937Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-04-16T10:55:00.937Z] === RUN TestWhenEmptyAuthConfig [2021-04-16T10:55:00.937Z] ok github.com/docker/docker/distribution/metadata 1.713s coverage: 48.2% of statements [2021-04-16T10:55:00.937Z] === RUN TestSuccessfulDownload [2021-04-16T10:55:00.937Z] --- SKIP: TestSuccessfulDownload (0.00s) [2021-04-16T10:55:00.937Z] download_test.go:268: Needs fixing on Windows [2021-04-16T10:55:00.937Z] === RUN TestCancelledDownload [2021-04-16T10:55:00.937Z] --- PASS: TestCancelledDownload (0.00s) [2021-04-16T10:55:00.937Z] === RUN TestMaxDownloadAttempts [2021-04-16T10:55:00.937Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-04-16T10:55:00.937Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-04-16T10:55:00.937Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-04-16T10:55:00.937Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-04-16T10:55:00.937Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-04-16T10:55:00.937Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-04-16T10:55:00.937Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-04-16T10:55:00.937Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-04-16T10:55:00.937Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-04-16T10:55:00.937Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-04-16T10:55:00.937Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-04-16T10:55:00.937Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-04-16T10:55:00.966Z] + make clean [2021-04-16T10:55:01.073Z] === RUN TestPluginsWithRuntimes/With_Args [2021-04-16T10:55:01.207Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-04-16T10:55:01.399Z] === RUN TestNotFound [2021-04-16T10:55:01.399Z] --- PASS: TestNotFound (0.00s) [2021-04-16T10:55:01.399Z] === RUN TestConflict [2021-04-16T10:55:01.399Z] --- PASS: TestConflict (0.00s) [2021-04-16T10:55:01.399Z] === RUN TestForbidden [2021-04-16T10:55:01.399Z] --- PASS: TestForbidden (0.00s) [2021-04-16T10:55:01.399Z] === RUN TestInvalidParameter [2021-04-16T10:55:01.399Z] --- PASS: TestInvalidParameter (0.00s) [2021-04-16T10:55:01.399Z] === RUN TestNotImplemented [2021-04-16T10:55:01.399Z] --- PASS: TestNotImplemented (0.00s) [2021-04-16T10:55:01.399Z] === RUN TestNotModified [2021-04-16T10:55:01.399Z] --- PASS: TestNotModified (0.00s) [2021-04-16T10:55:01.399Z] === RUN TestUnauthorized [2021-04-16T10:55:01.399Z] --- PASS: TestUnauthorized (0.00s) [2021-04-16T10:55:01.399Z] === RUN TestUnknown [2021-04-16T10:55:01.399Z] --- PASS: TestUnknown (0.00s) [2021-04-16T10:55:01.399Z] === RUN TestCancelled [2021-04-16T10:55:01.399Z] --- PASS: TestCancelled (0.00s) [2021-04-16T10:55:01.399Z] === RUN TestDeadline [2021-04-16T10:55:01.399Z] --- PASS: TestDeadline (0.00s) [2021-04-16T10:55:01.399Z] === RUN TestDataLoss [2021-04-16T10:55:01.399Z] --- PASS: TestDataLoss (0.00s) [2021-04-16T10:55:01.399Z] === RUN TestUnavailable [2021-04-16T10:55:01.399Z] --- PASS: TestUnavailable (0.00s) [2021-04-16T10:55:01.399Z] === RUN TestSystem [2021-04-16T10:55:01.399Z] --- PASS: TestSystem (0.00s) [2021-04-16T10:55:01.399Z] === RUN TestFromStatusCode [2021-04-16T10:55:01.399Z] === RUN TestFromStatusCode/Not_Found [2021-04-16T10:55:01.399Z] === RUN TestFromStatusCode/Bad_Request [2021-04-16T10:55:01.399Z] === RUN TestFromStatusCode/Conflict [2021-04-16T10:55:01.399Z] === RUN TestFromStatusCode/Unauthorized [2021-04-16T10:55:01.399Z] === RUN TestFromStatusCode/Service_Unavailable [2021-04-16T10:55:01.399Z] === RUN TestFromStatusCode/Forbidden [2021-04-16T10:55:01.399Z] === RUN TestFromStatusCode/Not_Modified [2021-04-16T10:55:01.399Z] === RUN TestFromStatusCode/Not_Implemented [2021-04-16T10:55:01.399Z] === RUN TestFromStatusCode/Internal_Server_Error [2021-04-16T10:55:01.399Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2021-04-16T10:55:01.399Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2021-04-16T10:55:01.399Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2021-04-16T10:55:01.399Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2021-04-16T10:55:01.399Z] --- PASS: TestFromStatusCode (0.00s) [2021-04-16T10:55:01.399Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2021-04-16T10:55:01.399Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2021-04-16T10:55:01.399Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2021-04-16T10:55:01.399Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2021-04-16T10:55:01.399Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2021-04-16T10:55:01.399Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2021-04-16T10:55:01.399Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2021-04-16T10:55:01.399Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2021-04-16T10:55:01.399Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2021-04-16T10:55:01.399Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2021-04-16T10:55:01.399Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2021-04-16T10:55:01.399Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2021-04-16T10:55:01.399Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2021-04-16T10:55:01.399Z] PASS [2021-04-16T10:55:01.399Z] coverage: 53.1% of statements [2021-04-16T10:55:01.399Z] ok github.com/docker/docker/errdefs 0.045s coverage: 53.1% of statements [2021-04-16T10:55:01.399Z] time="2021-04-16T10:55:00Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-04-16T10:55:01.399Z] time="2021-04-16T10:55:00Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-04-16T10:55:01.399Z] time="2021-04-16T10:55:00Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-04-16T10:55:01.399Z] time="2021-04-16T10:55:00Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-04-16T10:55:01.399Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2021-04-16T10:55:01.399Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.40s) [2021-04-16T10:55:01.399Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.40s) [2021-04-16T10:55:01.399Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.40s) [2021-04-16T10:55:01.399Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.40s) [2021-04-16T10:55:01.399Z] === RUN TestTransfer [2021-04-16T10:55:01.399Z] --- PASS: TestTransfer (0.12s) [2021-04-16T10:55:01.399Z] === RUN TestConcurrencyLimit [2021-04-16T10:55:01.594Z] docker volume rm -f docker-dev-cache [2021-04-16T10:55:01.594Z] docker-dev-cache [Pipeline] deleteDir [2021-04-16T10:55:01.804Z] --- PASS: TestUpdateMemory (0.81s) [2021-04-16T10:55:01.804Z] === RUN TestUpdateCPUQuota [2021-04-16T10:55:01.859Z] --- PASS: TestConcurrencyLimit (0.44s) [2021-04-16T10:55:01.860Z] === RUN TestInactiveJobs [2021-04-16T10:55:01.860Z] --- PASS: TestWhenEmptyAuthConfig (1.08s) [2021-04-16T10:55:01.860Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2021-04-16T10:55:01.860Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2021-04-16T10:55:01.860Z] === RUN TestTokenPassThru [2021-04-16T10:55:01.860Z] --- PASS: TestTokenPassThru (0.01s) [2021-04-16T10:55:01.860Z] === RUN TestTokenPassThruDifferentHost [2021-04-16T10:55:01.860Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2021-04-16T10:55:01.860Z] PASS [2021-04-16T10:55:01.860Z] coverage: 23.6% of statements [2021-04-16T10:55:01.860Z] ok github.com/docker/docker/distribution 1.538s coverage: 23.6% of statements [2021-04-16T10:55:02.320Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-04-16T10:55:02.320Z] --- PASS: TestInactiveJobs (0.49s) [2021-04-16T10:55:02.320Z] === RUN TestWatchRelease [2021-04-16T10:55:02.320Z] --- PASS: TestWatchRelease (0.04s) [2021-04-16T10:55:02.320Z] === RUN TestWatchFinishedTransfer [2021-04-16T10:55:02.320Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2021-04-16T10:55:02.320Z] === RUN TestDuplicateTransfer [2021-04-16T10:55:02.320Z] --- PASS: TestDuplicateTransfer (0.04s) [2021-04-16T10:55:02.320Z] === RUN TestSuccessfulUpload [2021-04-16T10:55:02.781Z] time="2021-04-16T10:55:02Z" level=error msg="Upload failed, retrying: simulating retry" [2021-04-16T10:55:02.849Z] --- PASS: TestUpdateCPUQuota (1.26s) [2021-04-16T10:55:02.849Z] === RUN TestUpdatePidsLimit [2021-04-16T10:55:02.849Z] === RUN TestUpdatePidsLimit/update_from_none [2021-04-16T10:55:02.981Z] --- PASS: TestPluginsWithRuntimes (5.02s) [2021-04-16T10:55:02.981Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.56s) [2021-04-16T10:55:02.981Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.59s) [2021-04-16T10:55:02.981Z] === RUN TestPluginBackCompatMediaTypes [2021-04-16T10:55:03.142Z] === RUN TestUpdatePidsLimit/no_change [2021-04-16T10:55:03.215Z] --- PASS: TestServiceUpdateNetwork (14.46s) [2021-04-16T10:55:03.215Z] === RUN TestServiceUpdatePidsLimit [2021-04-16T10:55:03.242Z] --- PASS: TestSuccessfulUpload (0.61s) [2021-04-16T10:55:03.242Z] === RUN TestCancelledUpload [2021-04-16T10:55:03.242Z] --- PASS: TestCancelledUpload (0.00s) [2021-04-16T10:55:03.242Z] PASS [2021-04-16T10:55:03.242Z] coverage: 76.8% of statements [2021-04-16T10:55:03.242Z] ok github.com/docker/docker/distribution/xfer 2.215s coverage: 76.8% of statements [2021-04-16T10:55:03.242Z] ? github.com/docker/docker/dockerversion [no test files] [2021-04-16T10:55:03.242Z] === RUN TestCompare [2021-04-16T10:55:03.242Z] --- PASS: TestCompare (0.00s) [2021-04-16T10:55:03.242Z] PASS [2021-04-16T10:55:03.242Z] coverage: 19.2% of statements [2021-04-16T10:55:03.242Z] ok github.com/docker/docker/image/cache 0.125s coverage: 19.2% of statements [2021-04-16T10:55:03.242Z] === RUN TestFSGetInvalidData [2021-04-16T10:55:03.242Z] --- PASS: TestFSGetInvalidData (0.01s) [2021-04-16T10:55:03.242Z] === RUN TestFSInvalidSet [2021-04-16T10:55:03.242Z] --- PASS: TestFSInvalidSet (0.01s) [2021-04-16T10:55:03.242Z] === RUN TestFSInvalidRoot [2021-04-16T10:55:03.242Z] --- PASS: TestFSInvalidRoot (0.01s) [2021-04-16T10:55:03.242Z] === RUN TestFSMetadataGetSet [2021-04-16T10:55:03.435Z] === RUN TestUpdatePidsLimit/update_lower [2021-04-16T10:55:03.552Z] --- PASS: TestPluginBackCompatMediaTypes (0.75s) [2021-04-16T10:55:03.552Z] PASS [2021-04-16T10:55:03.552Z] [2021-04-16T10:55:03.552Z] DONE 10 tests in 10.066s [2021-04-16T10:55:03.552Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-04-16T10:55:03.552Z] INFO: Testing against a local daemon [2021-04-16T10:55:03.552Z] === RUN TestExternalGraphDriver [2021-04-16T10:55:03.552Z] === RUN TestExternalGraphDriver/json [2021-04-16T10:55:03.703Z] --- PASS: TestFSMetadataGetSet (0.08s) [2021-04-16T10:55:03.703Z] === RUN TestFSInvalidWalker [2021-04-16T10:55:03.703Z] --- PASS: TestFSInvalidWalker (0.01s) [2021-04-16T10:55:03.703Z] === RUN TestFSGetSet [2021-04-16T10:55:03.703Z] --- PASS: TestFSGetSet (0.02s) [2021-04-16T10:55:03.703Z] === RUN TestFSGetUnsetKey [2021-04-16T10:55:03.703Z] --- PASS: TestFSGetUnsetKey (0.01s) [2021-04-16T10:55:03.703Z] === RUN TestFSGetEmptyData [2021-04-16T10:55:03.703Z] --- PASS: TestFSGetEmptyData (0.01s) [2021-04-16T10:55:03.703Z] === RUN TestFSDelete [2021-04-16T10:55:03.703Z] --- PASS: TestFSDelete (0.03s) [2021-04-16T10:55:03.703Z] === RUN TestFSWalker [2021-04-16T10:55:03.703Z] --- PASS: TestFSWalker (0.02s) [2021-04-16T10:55:03.703Z] === RUN TestFSWalkerStopOnError [2021-04-16T10:55:03.703Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2021-04-16T10:55:03.703Z] === RUN TestNewFromJSON [2021-04-16T10:55:03.703Z] --- PASS: TestNewFromJSON (0.00s) [2021-04-16T10:55:03.703Z] === RUN TestNewFromJSONWithInvalidJSON [2021-04-16T10:55:03.703Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2021-04-16T10:55:03.703Z] === RUN TestMarshalKeyOrder [2021-04-16T10:55:03.703Z] --- PASS: TestMarshalKeyOrder (0.00s) [2021-04-16T10:55:03.703Z] === RUN TestHistoryEqual [2021-04-16T10:55:03.703Z] --- PASS: TestHistoryEqual (0.16s) [2021-04-16T10:55:03.703Z] === RUN TestImage [2021-04-16T10:55:03.703Z] --- PASS: TestImage (0.00s) [2021-04-16T10:55:03.703Z] === RUN TestImageOSNotEmpty [2021-04-16T10:55:03.703Z] --- PASS: TestImageOSNotEmpty (0.00s) [2021-04-16T10:55:03.703Z] === RUN TestNewChildImageFromImageWithRootFS [2021-04-16T10:55:03.703Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2021-04-16T10:55:03.703Z] === RUN TestCreate [2021-04-16T10:55:03.703Z] --- PASS: TestCreate (0.01s) [2021-04-16T10:55:03.703Z] === RUN TestRestore [2021-04-16T10:55:03.703Z] time="2021-04-16T10:55:03Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2021-04-16T10:55:03.703Z] --- PASS: TestRestore (0.03s) [2021-04-16T10:55:03.703Z] === RUN TestAddDelete [2021-04-16T10:55:03.703Z] --- PASS: TestAddDelete (0.02s) [2021-04-16T10:55:03.703Z] === RUN TestSearchAfterDelete [2021-04-16T10:55:03.703Z] --- PASS: TestSearchAfterDelete (0.01s) [2021-04-16T10:55:03.703Z] === RUN TestParentReset [2021-04-16T10:55:03.703Z] --- PASS: TestParentReset (0.03s) [2021-04-16T10:55:03.703Z] === RUN TestGetAndSetLastUpdated [2021-04-16T10:55:03.703Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2021-04-16T10:55:03.703Z] === RUN TestStoreLen [2021-04-16T10:55:03.728Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-04-16T10:55:03.754Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-04-16T10:55:04.021Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [2021-04-16T10:55:04.164Z] --- PASS: TestStoreLen (0.18s) [2021-04-16T10:55:04.164Z] PASS [2021-04-16T10:55:04.164Z] coverage: 86.6% of statements [2021-04-16T10:55:04.164Z] ok github.com/docker/docker/image 0.814s coverage: 86.6% of statements [Pipeline] } [2021-04-16T10:55:04.324Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-04-16T10:55:04.601Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-04-16T10:55:04.617Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-04-16T10:55:04.697Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2021-04-16T10:55:04.958Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-04-16T10:55:05.137Z] === RUN TestValidateManifest [2021-04-16T10:55:05.137Z] === RUN TestValidateManifest/non-nil [2021-04-16T10:55:05.137Z] === RUN TestValidateManifest/nil [2021-04-16T10:55:05.137Z] --- PASS: TestValidateManifest (0.00s) [2021-04-16T10:55:05.137Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2021-04-16T10:55:05.137Z] --- PASS: TestValidateManifest/nil (0.00s) [2021-04-16T10:55:05.137Z] PASS [2021-04-16T10:55:05.137Z] coverage: 0.6% of statements [2021-04-16T10:55:05.137Z] ok github.com/docker/docker/image/tarexport 0.244s coverage: 0.6% of statements [2021-04-16T10:55:05.546Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-04-16T10:55:05.598Z] === RUN TestMakeV1ConfigFromConfig [2021-04-16T10:55:05.598Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2021-04-16T10:55:05.598Z] PASS [2021-04-16T10:55:05.598Z] coverage: 25.0% of statements [2021-04-16T10:55:05.598Z] ok github.com/docker/docker/image/v1 0.274s coverage: 25.0% of statements [2021-04-16T10:55:05.598Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-04-16T10:55:05.705Z] --- PASS: TestUpdatePidsLimit (2.72s) [2021-04-16T10:55:05.705Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.31s) [2021-04-16T10:55:05.705Z] --- PASS: TestUpdatePidsLimit/no_change (0.30s) [2021-04-16T10:55:05.705Z] --- PASS: TestUpdatePidsLimit/update_lower (0.29s) [2021-04-16T10:55:05.705Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.28s) [2021-04-16T10:55:05.705Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.30s) [2021-04-16T10:55:05.705Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.30s) [2021-04-16T10:55:05.705Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.32s) [2021-04-16T10:55:05.705Z] === RUN TestUpdateRestartPolicy [2021-04-16T10:55:06.093Z] === RUN TestExternalGraphDriver/spec [2021-04-16T10:55:06.571Z] === RUN TestSerialization [2021-04-16T10:55:06.571Z] --- PASS: TestSerialization (0.02s) [2021-04-16T10:55:06.571Z] PASS [2021-04-16T10:55:06.571Z] coverage: 100.0% of statements [2021-04-16T10:55:06.571Z] ok github.com/docker/docker/libcontainerd/queue 0.068s coverage: 100.0% of statements [2021-04-16T10:55:07.032Z] === RUN TestEmptyLayer [2021-04-16T10:55:07.032Z] --- PASS: TestEmptyLayer (0.00s) [2021-04-16T10:55:07.032Z] === RUN TestCommitFailure [2021-04-16T10:55:07.032Z] --- PASS: TestCommitFailure (0.01s) [2021-04-16T10:55:07.032Z] === RUN TestStartTransactionFailure [2021-04-16T10:55:07.032Z] --- PASS: TestStartTransactionFailure (0.00s) [2021-04-16T10:55:07.032Z] === RUN TestGetOrphan [2021-04-16T10:55:07.032Z] --- PASS: TestGetOrphan (0.01s) [2021-04-16T10:55:07.032Z] === RUN TestMountAndRegister [2021-04-16T10:55:07.032Z] --- PASS: TestMountAndRegister (0.09s) [2021-04-16T10:55:07.032Z] layer_test.go:271: Layer size: 14 [2021-04-16T10:55:07.032Z] === RUN TestLayerRelease [2021-04-16T10:55:07.032Z] --- SKIP: TestLayerRelease (0.00s) [2021-04-16T10:55:07.032Z] layer_test.go:304: Failing on Windows [2021-04-16T10:55:07.032Z] === RUN TestStoreRestore [2021-04-16T10:55:07.032Z] --- SKIP: TestStoreRestore (0.00s) [2021-04-16T10:55:07.032Z] layer_test.go:353: Failing on Windows [2021-04-16T10:55:07.032Z] === RUN TestTarStreamStability [2021-04-16T10:55:07.032Z] --- SKIP: TestTarStreamStability (0.00s) [2021-04-16T10:55:07.032Z] layer_test.go:468: Failing on Windows [2021-04-16T10:55:07.032Z] === RUN TestRegisterExistingLayer [2021-04-16T10:55:07.493Z] --- PASS: TestRegisterExistingLayer (0.21s) [2021-04-16T10:55:07.493Z] === RUN TestTarStreamVerification [2021-04-16T10:55:07.493Z] --- SKIP: TestTarStreamVerification (0.00s) [2021-04-16T10:55:07.493Z] layer_test.go:697: Failing on Windows [2021-04-16T10:55:07.493Z] === RUN TestLayerMigration [2021-04-16T10:55:07.493Z] --- SKIP: TestLayerMigration (0.00s) [2021-04-16T10:55:07.493Z] migration_test.go:46: Failing on Windows [2021-04-16T10:55:07.493Z] === RUN TestLayerMigrationNoTarsplit [2021-04-16T10:55:07.493Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2021-04-16T10:55:07.493Z] migration_test.go:182: Failing on Windows [2021-04-16T10:55:07.493Z] === RUN TestMountInit [2021-04-16T10:55:07.493Z] --- SKIP: TestMountInit (0.00s) [2021-04-16T10:55:07.493Z] mount_test.go:17: Failing on Windows [2021-04-16T10:55:07.493Z] === RUN TestMountSize [2021-04-16T10:55:07.493Z] --- SKIP: TestMountSize (0.00s) [2021-04-16T10:55:07.493Z] mount_test.go:76: Failing on Windows [2021-04-16T10:55:07.493Z] === RUN TestMountChanges [2021-04-16T10:55:07.493Z] --- SKIP: TestMountChanges (0.00s) [2021-04-16T10:55:07.493Z] mount_test.go:125: Failing on Windows [2021-04-16T10:55:07.493Z] === RUN TestMountApply [2021-04-16T10:55:07.493Z] --- SKIP: TestMountApply (0.00s) [2021-04-16T10:55:07.493Z] mount_test.go:212: Failing on Windows [2021-04-16T10:55:07.493Z] PASS [2021-04-16T10:55:07.493Z] coverage: 30.1% of statements [2021-04-16T10:55:07.493Z] ok github.com/docker/docker/layer 0.506s coverage: 30.1% of statements [2021-04-16T10:55:07.493Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-04-16T10:55:08.466Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2021-04-16T10:55:08.466Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2021-04-16T10:55:08.466Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2021-04-16T10:55:08.466Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2021-04-16T10:55:08.466Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2021-04-16T10:55:08.466Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2021-04-16T10:55:08.466Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2021-04-16T10:55:08.466Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2021-04-16T10:55:08.466Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2021-04-16T10:55:08.466Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2021-04-16T10:55:08.466Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2021-04-16T10:55:08.466Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2021-04-16T10:55:08.466Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2021-04-16T10:55:08.466Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2021-04-16T10:55:08.466Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2021-04-16T10:55:08.466Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2021-04-16T10:55:08.466Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2021-04-16T10:55:08.466Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2021-04-16T10:55:08.466Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2021-04-16T10:55:08.466Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2021-04-16T10:55:08.466Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2021-04-16T10:55:08.466Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2021-04-16T10:55:08.466Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2021-04-16T10:55:08.466Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2021-04-16T10:55:08.466Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2021-04-16T10:55:08.466Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2021-04-16T10:55:08.466Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2021-04-16T10:55:08.466Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2021-04-16T10:55:08.466Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2021-04-16T10:55:08.466Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2021-04-16T10:55:08.466Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2021-04-16T10:55:08.467Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2021-04-16T10:55:08.467Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2021-04-16T10:55:08.467Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2021-04-16T10:55:08.467Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2021-04-16T10:55:08.467Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2021-04-16T10:55:08.467Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2021-04-16T10:55:08.467Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2021-04-16T10:55:08.467Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2021-04-16T10:55:08.467Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2021-04-16T10:55:08.467Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2021-04-16T10:55:08.467Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2021-04-16T10:55:08.467Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2021-04-16T10:55:08.467Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2021-04-16T10:55:08.467Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2021-04-16T10:55:08.467Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2021-04-16T10:55:08.467Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2021-04-16T10:55:08.467Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2021-04-16T10:55:08.467Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2021-04-16T10:55:08.467Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2021-04-16T10:55:08.467Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2021-04-16T10:55:08.467Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2021-04-16T10:55:08.467Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2021-04-16T10:55:08.467Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2021-04-16T10:55:08.467Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2021-04-16T10:55:08.467Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2021-04-16T10:55:08.467Z] PASS [2021-04-16T10:55:08.467Z] coverage: 42.3% of statements [2021-04-16T10:55:08.467Z] ok github.com/docker/docker/oci 0.099s coverage: 42.3% of statements [2021-04-16T10:55:08.467Z] === RUN TestEnvironmentParsing [2021-04-16T10:55:08.467Z] --- PASS: TestEnvironmentParsing (0.00s) [2021-04-16T10:55:08.467Z] PASS [2021-04-16T10:55:08.467Z] coverage: 1.0% of statements [2021-04-16T10:55:08.467Z] ok github.com/docker/docker/libcontainerd/local 0.122s coverage: 1.0% of statements [2021-04-16T10:55:08.467Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-04-16T10:55:08.467Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-04-16T10:55:08.467Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-04-16T10:55:08.467Z] ? github.com/docker/docker/oci/caps [no test files] [2021-04-16T10:55:08.634Z] === RUN TestExternalGraphDriver/pull [2021-04-16T10:55:08.928Z] === RUN TestAddressPoolOpt [2021-04-16T10:55:08.928Z] --- PASS: TestAddressPoolOpt (0.00s) [2021-04-16T10:55:08.928Z] === RUN TestValidateEnv [2021-04-16T10:55:08.928Z] === RUN TestValidateEnv/a [2021-04-16T10:55:08.928Z] === RUN TestValidateEnv/something [2021-04-16T10:55:08.928Z] === RUN TestValidateEnv/_=a [2021-04-16T10:55:08.928Z] === RUN TestValidateEnv/env1=value1 [2021-04-16T10:55:08.928Z] === RUN TestValidateEnv/_env1=value1 [2021-04-16T10:55:08.928Z] === RUN TestValidateEnv/env2=value2=value3 [2021-04-16T10:55:08.928Z] === RUN TestValidateEnv/env3=abc!qwe [2021-04-16T10:55:08.928Z] === RUN TestValidateEnv/env_4=value_4 [2021-04-16T10:55:08.928Z] === RUN TestValidateEnv/PATH [2021-04-16T10:55:08.928Z] === RUN TestValidateEnv/=a [2021-04-16T10:55:08.928Z] === RUN TestValidateEnv/PATH= [2021-04-16T10:55:08.928Z] === RUN TestValidateEnv/PATH=something [2021-04-16T10:55:08.928Z] === RUN TestValidateEnv/asd!qwe [2021-04-16T10:55:08.928Z] === RUN TestValidateEnv/1asd [2021-04-16T10:55:08.928Z] === RUN TestValidateEnv/123 [2021-04-16T10:55:08.928Z] === RUN TestValidateEnv/some_space [2021-04-16T10:55:08.928Z] === RUN TestValidateEnv/__some_space_before [2021-04-16T10:55:08.928Z] === RUN TestValidateEnv/some_space_after__ [2021-04-16T10:55:08.928Z] === RUN TestValidateEnv/= [2021-04-16T10:55:08.928Z] === RUN TestValidateEnv/PaTh [2021-04-16T10:55:08.928Z] --- PASS: TestValidateEnv (0.00s) [2021-04-16T10:55:08.928Z] --- PASS: TestValidateEnv/a (0.00s) [2021-04-16T10:55:08.928Z] --- PASS: TestValidateEnv/something (0.00s) [2021-04-16T10:55:08.928Z] --- PASS: TestValidateEnv/_=a (0.00s) [2021-04-16T10:55:08.928Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2021-04-16T10:55:08.928Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2021-04-16T10:55:08.928Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2021-04-16T10:55:08.928Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2021-04-16T10:55:08.928Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2021-04-16T10:55:08.928Z] --- PASS: TestValidateEnv/PATH (0.00s) [2021-04-16T10:55:08.928Z] --- PASS: TestValidateEnv/=a (0.00s) [2021-04-16T10:55:08.928Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2021-04-16T10:55:08.928Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2021-04-16T10:55:08.928Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2021-04-16T10:55:08.928Z] --- PASS: TestValidateEnv/1asd (0.00s) [2021-04-16T10:55:08.928Z] --- PASS: TestValidateEnv/123 (0.00s) [2021-04-16T10:55:08.928Z] --- PASS: TestValidateEnv/some_space (0.00s) [2021-04-16T10:55:08.928Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2021-04-16T10:55:08.928Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2021-04-16T10:55:08.928Z] --- PASS: TestValidateEnv/= (0.00s) [2021-04-16T10:55:08.928Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2021-04-16T10:55:08.928Z] === RUN TestParseHost [2021-04-16T10:55:08.928Z] --- PASS: TestParseHost (0.00s) [2021-04-16T10:55:08.928Z] === RUN TestParseDockerDaemonHost [2021-04-16T10:55:08.928Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2021-04-16T10:55:08.928Z] === RUN TestParseTCP [2021-04-16T10:55:08.928Z] --- PASS: TestParseTCP (0.00s) [2021-04-16T10:55:08.928Z] === RUN TestParseInvalidUnixAddrInvalid [2021-04-16T10:55:08.928Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2021-04-16T10:55:08.928Z] === RUN TestValidateExtraHosts [2021-04-16T10:55:08.928Z] --- PASS: TestValidateExtraHosts (0.00s) [2021-04-16T10:55:08.928Z] === RUN TestIpOptString [2021-04-16T10:55:08.928Z] --- PASS: TestIpOptString (0.00s) [2021-04-16T10:55:08.928Z] === RUN TestNewIpOptInvalidDefaultVal [2021-04-16T10:55:08.928Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2021-04-16T10:55:08.928Z] === RUN TestNewIpOptValidDefaultVal [2021-04-16T10:55:08.928Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2021-04-16T10:55:08.928Z] === RUN TestIpOptSetInvalidVal [2021-04-16T10:55:08.928Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2021-04-16T10:55:08.928Z] === RUN TestValidateIPAddress [2021-04-16T10:55:08.928Z] --- PASS: TestValidateIPAddress (0.00s) [2021-04-16T10:55:08.928Z] === RUN TestMapOpts [2021-04-16T10:55:08.928Z] --- PASS: TestMapOpts (0.00s) [2021-04-16T10:55:08.928Z] === RUN TestListOptsWithoutValidator [2021-04-16T10:55:08.928Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2021-04-16T10:55:08.928Z] === RUN TestListOptsWithValidator [2021-04-16T10:55:08.928Z] --- PASS: TestListOptsWithValidator (0.00s) [2021-04-16T10:55:08.928Z] === RUN TestValidateDNSSearch [2021-04-16T10:55:08.928Z] --- PASS: TestValidateDNSSearch (0.00s) [2021-04-16T10:55:08.928Z] === RUN TestValidateLabel [2021-04-16T10:55:08.928Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2021-04-16T10:55:08.928Z] === RUN TestValidateLabel/label_with_general_format [2021-04-16T10:55:08.928Z] === RUN TestValidateLabel/label_with_more_than_one_= [2021-04-16T10:55:08.928Z] === RUN TestValidateLabel/label_with_one_more [2021-04-16T10:55:08.928Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2021-04-16T10:55:08.928Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2021-04-16T10:55:08.928Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2021-04-16T10:55:08.928Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2021-04-16T10:55:08.928Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2021-04-16T10:55:08.928Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2021-04-16T10:55:08.928Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2021-04-16T10:55:08.928Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2021-04-16T10:55:08.928Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2021-04-16T10:55:08.928Z] --- PASS: TestValidateLabel (0.00s) [2021-04-16T10:55:08.928Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2021-04-16T10:55:08.928Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2021-04-16T10:55:08.928Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2021-04-16T10:55:08.928Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2021-04-16T10:55:08.928Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2021-04-16T10:55:08.928Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2021-04-16T10:55:08.928Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2021-04-16T10:55:08.928Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2021-04-16T10:55:08.928Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2021-04-16T10:55:08.928Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2021-04-16T10:55:08.928Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2021-04-16T10:55:08.928Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2021-04-16T10:55:08.928Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2021-04-16T10:55:08.928Z] === RUN TestNamedListOpts [2021-04-16T10:55:08.928Z] --- PASS: TestNamedListOpts (0.00s) [2021-04-16T10:55:08.928Z] === RUN TestNamedMapOpts [2021-04-16T10:55:08.928Z] --- PASS: TestNamedMapOpts (0.00s) [2021-04-16T10:55:08.928Z] === RUN TestParseLink [2021-04-16T10:55:08.928Z] --- PASS: TestParseLink (0.00s) [2021-04-16T10:55:08.928Z] === RUN TestQuotedStringSetWithQuotes [2021-04-16T10:55:08.928Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2021-04-16T10:55:08.928Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2021-04-16T10:55:08.928Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2021-04-16T10:55:08.928Z] === RUN TestQuotedStringSetWithNoQuotes [2021-04-16T10:55:08.928Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2021-04-16T10:55:08.928Z] === RUN TestUlimitOpt [2021-04-16T10:55:08.928Z] --- PASS: TestUlimitOpt (0.00s) [2021-04-16T10:55:08.928Z] PASS [2021-04-16T10:55:08.928Z] coverage: 67.1% of statements [2021-04-16T10:55:08.928Z] ok github.com/docker/docker/opts 0.119s coverage: 67.1% of statements [2021-04-16T10:55:08.928Z] === RUN TestParseVersion [2021-04-16T10:55:08.928Z] --- PASS: TestParseVersion (0.00s) [2021-04-16T10:55:08.928Z] PASS [2021-04-16T10:55:08.928Z] coverage: 52.9% of statements [2021-04-16T10:55:08.928Z] ok github.com/docker/docker/pkg/aaparser 0.043s coverage: 52.9% of statements [2021-04-16T10:55:09.900Z] === RUN TestUnbuffered [2021-04-16T10:55:09.901Z] --- PASS: TestUnbuffered (0.00s) [2021-04-16T10:55:09.901Z] === RUN TestRaceUnbuffered [2021-04-16T10:55:09.901Z] --- PASS: TestRaceUnbuffered (0.00s) [2021-04-16T10:55:09.901Z] PASS [2021-04-16T10:55:09.901Z] coverage: 100.0% of statements [2021-04-16T10:55:09.901Z] ok github.com/docker/docker/pkg/broadcaster 0.051s coverage: 100.0% of statements [2021-04-16T10:55:10.362Z] === RUN TestPeerCertificateMarshalJSON [2021-04-16T10:55:10.362Z] === RUN TestMatch [2021-04-16T10:55:10.362Z] === RUN TestMatch/[[]] [2021-04-16T10:55:10.362Z] === RUN TestMatch/[[foo]] [2021-04-16T10:55:10.362Z] === RUN TestMatch/[[bar]_[foo]] [2021-04-16T10:55:10.362Z] === RUN TestMatch/[[foo_bar]] [2021-04-16T10:55:10.362Z] === RUN TestMatch/[[qux]_[foo]] [2021-04-16T10:55:10.362Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2021-04-16T10:55:10.362Z] === RUN TestMatch/[] [2021-04-16T10:55:10.362Z] === RUN TestMatch/[]#01 [2021-04-16T10:55:10.362Z] === RUN TestMatch/[[qux]] [2021-04-16T10:55:10.362Z] === RUN TestMatch/[[foo_bar_qux]] [2021-04-16T10:55:10.362Z] === RUN TestMatch/[[qux]_[baz]] [2021-04-16T10:55:10.362Z] === RUN TestMatch/[[foo_baz]] [2021-04-16T10:55:10.362Z] --- PASS: TestMatch (0.00s) [2021-04-16T10:55:10.362Z] --- PASS: TestMatch/[[]] (0.00s) [2021-04-16T10:55:10.362Z] --- PASS: TestMatch/[[foo]] (0.00s) [2021-04-16T10:55:10.362Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2021-04-16T10:55:10.362Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2021-04-16T10:55:10.362Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2021-04-16T10:55:10.362Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2021-04-16T10:55:10.362Z] --- PASS: TestMatch/[] (0.00s) [2021-04-16T10:55:10.362Z] --- PASS: TestMatch/[]#01 (0.00s) [2021-04-16T10:55:10.362Z] --- PASS: TestMatch/[[qux]] (0.00s) [2021-04-16T10:55:10.362Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2021-04-16T10:55:10.362Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2021-04-16T10:55:10.362Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2021-04-16T10:55:10.362Z] PASS [2021-04-16T10:55:10.362Z] coverage: 87.5% of statements [2021-04-16T10:55:10.362Z] ok github.com/docker/docker/pkg/capabilities 0.043s coverage: 87.5% of statements [2021-04-16T10:55:10.543Z] --- PASS: TestExternalGraphDriver (6.94s) [2021-04-16T10:55:10.543Z] --- PASS: TestExternalGraphDriver/json (2.33s) [2021-04-16T10:55:10.543Z] --- PASS: TestExternalGraphDriver/spec (2.59s) [2021-04-16T10:55:10.543Z] --- PASS: TestExternalGraphDriver/pull (1.96s) [2021-04-16T10:55:10.543Z] === RUN TestGraphdriverPluginV2 [2021-04-16T10:55:11.333Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2021-04-16T10:55:11.333Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2021-04-16T10:55:11.333Z] --- PASS: TestPeerCertificateMarshalJSON (0.61s) [2021-04-16T10:55:11.333Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2021-04-16T10:55:11.333Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2021-04-16T10:55:11.333Z] === RUN TestMiddleware [2021-04-16T10:55:11.334Z] --- PASS: TestMiddleware (0.00s) [2021-04-16T10:55:11.334Z] === RUN TestNewResponseModifier [2021-04-16T10:55:11.334Z] --- PASS: TestNewResponseModifier (0.00s) [2021-04-16T10:55:11.334Z] PASS [2021-04-16T10:55:11.334Z] coverage: 26.8% of statements [2021-04-16T10:55:11.334Z] ok github.com/docker/docker/pkg/authorization 0.725s coverage: 26.8% of statements [2021-04-16T10:55:11.794Z] === RUN TestSizeEmpty [2021-04-16T10:55:11.794Z] --- PASS: TestSizeEmpty (0.00s) [2021-04-16T10:55:11.794Z] === RUN TestSizeEmptyFile [2021-04-16T10:55:11.794Z] --- PASS: TestSizeEmptyFile (0.00s) [2021-04-16T10:55:11.794Z] === RUN TestSizeNonemptyFile [2021-04-16T10:55:11.794Z] --- PASS: TestSizeNonemptyFile (0.00s) [2021-04-16T10:55:11.794Z] === RUN TestSizeNestedDirectoryEmpty [2021-04-16T10:55:11.794Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2021-04-16T10:55:11.794Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2021-04-16T10:55:11.794Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2021-04-16T10:55:11.794Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2021-04-16T10:55:11.794Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2021-04-16T10:55:11.794Z] === RUN TestMoveToSubdir [2021-04-16T10:55:11.794Z] --- PASS: TestMoveToSubdir (0.00s) [2021-04-16T10:55:11.794Z] === RUN TestSizeNonExistingDirectory [2021-04-16T10:55:11.794Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2021-04-16T10:55:11.794Z] PASS [2021-04-16T10:55:11.794Z] coverage: 80.0% of statements [2021-04-16T10:55:11.794Z] ok github.com/docker/docker/pkg/directory 0.064s coverage: 80.0% of statements [2021-04-16T10:55:11.794Z] === RUN TestIsArchivePathDir [2021-04-16T10:55:11.794Z] --- PASS: TestIsArchivePathDir (0.07s) [2021-04-16T10:55:11.794Z] === RUN TestIsArchivePathInvalidFile [2021-04-16T10:55:11.794Z] === RUN TestChrootTarUntar [2021-04-16T10:55:11.794Z] --- SKIP: TestChrootTarUntar (0.00s) [2021-04-16T10:55:11.794Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:55:11.794Z] === RUN TestChrootUntarWithHugeExcludesList [2021-04-16T10:55:11.794Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2021-04-16T10:55:11.794Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:55:11.794Z] === RUN TestChrootUntarEmptyArchive [2021-04-16T10:55:11.794Z] --- PASS: TestChrootUntarEmptyArchive (0.01s) [2021-04-16T10:55:11.794Z] === RUN TestChrootTarUntarWithSymlink [2021-04-16T10:55:11.794Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2021-04-16T10:55:11.794Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-04-16T10:55:11.794Z] === RUN TestChrootCopyWithTar [2021-04-16T10:55:11.794Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2021-04-16T10:55:11.794Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-04-16T10:55:11.794Z] === RUN TestChrootCopyFileWithTar [2021-04-16T10:55:11.794Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2021-04-16T10:55:11.794Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:55:11.794Z] === RUN TestChrootUntarPath [2021-04-16T10:55:12.255Z] --- SKIP: TestChrootUntarPath (0.00s) [2021-04-16T10:55:12.255Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-04-16T10:55:12.255Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2021-04-16T10:55:12.255Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-04-16T10:55:12.255Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:55:12.255Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2021-04-16T10:55:12.255Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-04-16T10:55:12.255Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:55:12.255Z] === RUN TestChrootApplyDotDotFile [2021-04-16T10:55:12.255Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2021-04-16T10:55:12.255Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:55:12.255Z] PASS [2021-04-16T10:55:12.255Z] coverage: 15.4% of statements [2021-04-16T10:55:12.255Z] ok github.com/docker/docker/pkg/chrootarchive 0.110s coverage: 15.4% of statements [2021-04-16T10:55:12.255Z] --- PASS: TestIsArchivePathInvalidFile (0.18s) [2021-04-16T10:55:12.255Z] === RUN TestIsArchivePathTar [2021-04-16T10:55:12.255Z] --- PASS: TestIsArchivePathTar (0.25s) [2021-04-16T10:55:12.255Z] === RUN TestDecompressStreamGzip [2021-04-16T10:55:12.716Z] --- PASS: TestDecompressStreamGzip (0.13s) [2021-04-16T10:55:12.716Z] === RUN TestDecompressStreamBzip2 [2021-04-16T10:55:12.716Z] --- PASS: TestDecompressStreamBzip2 (0.32s) [2021-04-16T10:55:12.716Z] === RUN TestDecompressStreamXz [2021-04-16T10:55:12.716Z] --- SKIP: TestDecompressStreamXz (0.00s) [2021-04-16T10:55:12.716Z] archive_test.go:134: Xz not present in msys2 [2021-04-16T10:55:12.716Z] === RUN TestCompressStreamXzUnsupported [2021-04-16T10:55:12.716Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2021-04-16T10:55:12.716Z] === RUN TestCompressStreamBzip2Unsupported [2021-04-16T10:55:12.716Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2021-04-16T10:55:12.716Z] === RUN TestCompressStreamInvalid [2021-04-16T10:55:13.177Z] --- PASS: TestCompressStreamInvalid (0.00s) [2021-04-16T10:55:13.177Z] === RUN TestExtensionInvalid [2021-04-16T10:55:13.177Z] --- PASS: TestExtensionInvalid (0.00s) [2021-04-16T10:55:13.177Z] === RUN TestExtensionUncompressed [2021-04-16T10:55:13.177Z] --- PASS: TestExtensionUncompressed (0.00s) [2021-04-16T10:55:13.177Z] === RUN TestExtensionBzip2 [2021-04-16T10:55:13.177Z] --- PASS: TestExtensionBzip2 (0.00s) [2021-04-16T10:55:13.177Z] === RUN TestExtensionGzip [2021-04-16T10:55:13.177Z] --- PASS: TestExtensionGzip (0.00s) [2021-04-16T10:55:13.177Z] === RUN TestExtensionXz [2021-04-16T10:55:13.177Z] --- PASS: TestExtensionXz (0.00s) [2021-04-16T10:55:13.177Z] === RUN TestCmdStreamLargeStderr [2021-04-16T10:55:13.177Z] --- PASS: TestCmdStreamLargeStderr (0.14s) [2021-04-16T10:55:13.177Z] === RUN TestCmdStreamBad [2021-04-16T10:55:13.177Z] --- SKIP: TestCmdStreamBad (0.00s) [2021-04-16T10:55:13.177Z] archive_test.go:239: Failing on Windows CI machines [2021-04-16T10:55:13.177Z] === RUN TestCmdStreamGood [2021-04-16T10:55:13.177Z] === RUN Test [2021-04-16T10:55:13.177Z] === RUN Test/TestContainsEntry [2021-04-16T10:55:13.177Z] === RUN Test/TestCreateEntries [2021-04-16T10:55:13.177Z] === RUN Test/TestEntriesDiff [2021-04-16T10:55:13.177Z] === RUN Test/TestEntriesEquality [2021-04-16T10:55:13.177Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2021-04-16T10:55:13.177Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2021-04-16T10:55:13.177Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2021-04-16T10:55:13.177Z] === RUN Test/TestGeneratorNotGenerate [2021-04-16T10:55:13.177Z] === RUN Test/TestGeneratorWithPort [2021-04-16T10:55:13.177Z] === RUN Test/TestGeneratorWithPortNotGenerate [2021-04-16T10:55:13.177Z] === RUN Test/TestNewEntry [2021-04-16T10:55:13.177Z] === RUN Test/TestParse [2021-04-16T10:55:13.177Z] --- PASS: Test (0.00s) [2021-04-16T10:55:13.177Z] --- PASS: Test/TestContainsEntry (0.00s) [2021-04-16T10:55:13.177Z] --- PASS: Test/TestCreateEntries (0.00s) [2021-04-16T10:55:13.177Z] --- PASS: Test/TestEntriesDiff (0.00s) [2021-04-16T10:55:13.177Z] --- PASS: Test/TestEntriesEquality (0.00s) [2021-04-16T10:55:13.177Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2021-04-16T10:55:13.177Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2021-04-16T10:55:13.177Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2021-04-16T10:55:13.177Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2021-04-16T10:55:13.177Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2021-04-16T10:55:13.177Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2021-04-16T10:55:13.177Z] --- PASS: Test/TestNewEntry (0.00s) [2021-04-16T10:55:13.177Z] --- PASS: Test/TestParse (0.00s) [2021-04-16T10:55:13.177Z] PASS [2021-04-16T10:55:13.177Z] coverage: 58.3% of statements [2021-04-16T10:55:13.177Z] ok github.com/docker/docker/pkg/discovery 0.084s coverage: 58.3% of statements [2021-04-16T10:55:13.177Z] --- PASS: TestCmdStreamGood (0.05s) [2021-04-16T10:55:13.177Z] === RUN TestUntarPathWithInvalidDest [2021-04-16T10:55:13.177Z] --- PASS: TestUntarPathWithInvalidDest (0.10s) [2021-04-16T10:55:13.177Z] === RUN TestUntarPathWithInvalidSrc [2021-04-16T10:55:13.177Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2021-04-16T10:55:13.177Z] === RUN TestUntarPath [2021-04-16T10:55:13.177Z] --- PASS: TestUntarPath (0.13s) [2021-04-16T10:55:13.177Z] === RUN TestUntarPathWithDestinationFile [2021-04-16T10:55:13.177Z] --- PASS: TestUntarPathWithDestinationFile (0.07s) [2021-04-16T10:55:13.177Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2021-04-16T10:55:13.177Z] === RUN Test [2021-04-16T10:55:13.177Z] === RUN Test/TestContent [2021-04-16T10:55:13.177Z] === RUN Test/TestInitialize [2021-04-16T10:55:13.177Z] === RUN Test/TestNew [2021-04-16T10:55:13.177Z] === RUN Test/TestParsingContentsWithComments [2021-04-16T10:55:13.177Z] === RUN Test/TestRegister [2021-04-16T10:55:13.177Z] === RUN Test/TestWatch [2021-04-16T10:55:13.177Z] --- PASS: Test (0.00s) [2021-04-16T10:55:13.177Z] --- PASS: Test/TestContent (0.00s) [2021-04-16T10:55:13.177Z] --- PASS: Test/TestInitialize (0.00s) [2021-04-16T10:55:13.177Z] --- PASS: Test/TestNew (0.00s) [2021-04-16T10:55:13.177Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2021-04-16T10:55:13.177Z] --- PASS: Test/TestRegister (0.00s) [2021-04-16T10:55:13.177Z] --- PASS: Test/TestWatch (0.00s) [2021-04-16T10:55:13.177Z] PASS [2021-04-16T10:55:13.177Z] coverage: 92.9% of statements [2021-04-16T10:55:13.177Z] ok github.com/docker/docker/pkg/discovery/file 0.057s coverage: 92.9% of statements [2021-04-16T10:55:13.638Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.07s) [2021-04-16T10:55:13.638Z] === RUN TestCopyWithTarInvalidSrc [2021-04-16T10:55:13.638Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2021-04-16T10:55:13.638Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2021-04-16T10:55:13.638Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2021-04-16T10:55:13.638Z] === RUN TestCopyWithTarSrcFile [2021-04-16T10:55:13.638Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2021-04-16T10:55:13.638Z] === RUN TestCopyWithTarSrcFolder [2021-04-16T10:55:13.638Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2021-04-16T10:55:13.638Z] === RUN TestCopyFileWithTarInvalidSrc [2021-04-16T10:55:13.638Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2021-04-16T10:55:13.638Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2021-04-16T10:55:13.638Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2021-04-16T10:55:13.638Z] === RUN TestCopyFileWithTarSrcFolder [2021-04-16T10:55:13.638Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2021-04-16T10:55:13.638Z] === RUN TestCopyFileWithTarSrcFile [2021-04-16T10:55:13.638Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2021-04-16T10:55:13.638Z] === RUN TestTarFiles [2021-04-16T10:55:13.687Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-04-16T10:55:14.610Z] === RUN Test [2021-04-16T10:55:14.610Z] === RUN Test/TestWatch [2021-04-16T10:55:14.610Z] --- PASS: Test (0.00s) [2021-04-16T10:55:14.610Z] --- PASS: Test/TestWatch (0.00s) [2021-04-16T10:55:14.610Z] PASS [2021-04-16T10:55:14.610Z] coverage: 92.3% of statements [2021-04-16T10:55:14.610Z] ok github.com/docker/docker/pkg/discovery/memory 0.051s coverage: 92.3% of statements [2021-04-16T10:55:14.610Z] === RUN Test [2021-04-16T10:55:14.610Z] === RUN Test/TestInitialize [2021-04-16T10:55:14.610Z] time="2021-04-16T10:55:14Z" level=info msg="Initializing discovery without TLS" [2021-04-16T10:55:14.610Z] time="2021-04-16T10:55:14Z" level=info msg="Initializing discovery without TLS" [2021-04-16T10:55:14.610Z] time="2021-04-16T10:55:14Z" level=info msg="Initializing discovery without TLS" [2021-04-16T10:55:14.610Z] === RUN Test/TestInitializeWithCerts [2021-04-16T10:55:14.610Z] time="2021-04-16T10:55:14Z" level=info msg="Initializing discovery with TLS" [2021-04-16T10:55:14.610Z] === RUN Test/TestWatch [2021-04-16T10:55:14.610Z] time="2021-04-16T10:55:14Z" level=info msg="Initializing discovery without TLS" [2021-04-16T10:55:14.959Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-04-16T10:55:15.072Z] === RUN Test [2021-04-16T10:55:15.072Z] === RUN Test/TestInitialize [2021-04-16T10:55:15.072Z] === RUN Test/TestInitializeWithPattern [2021-04-16T10:55:15.072Z] === RUN Test/TestRegister [2021-04-16T10:55:15.072Z] === RUN Test/TestWatch [2021-04-16T10:55:15.072Z] --- PASS: Test (0.00s) [2021-04-16T10:55:15.072Z] --- PASS: Test/TestInitialize (0.00s) [2021-04-16T10:55:15.072Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2021-04-16T10:55:15.072Z] --- PASS: Test/TestRegister (0.00s) [2021-04-16T10:55:15.072Z] --- PASS: Test/TestWatch (0.00s) [2021-04-16T10:55:15.072Z] PASS [2021-04-16T10:55:15.072Z] coverage: 93.8% of statements [2021-04-16T10:55:15.072Z] ok github.com/docker/docker/pkg/discovery/nodes 0.063s coverage: 93.8% of statements [2021-04-16T10:55:15.824Z] --- PASS: TestGraphdriverPluginV2 (4.41s) [2021-04-16T10:55:15.824Z] PASS [2021-04-16T10:55:15.824Z] [2021-04-16T10:55:15.824Z] DONE 5 tests in 11.390s [2021-04-16T10:55:15.824Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-04-16T10:55:15.824Z] INFO: Testing against a local daemon [2021-04-16T10:55:15.824Z] === RUN TestContinueAfterPluginCrash [2021-04-16T10:55:15.824Z] === PAUSE TestContinueAfterPluginCrash [2021-04-16T10:55:15.824Z] === RUN TestReadPluginNoRead [2021-04-16T10:55:15.824Z] === PAUSE TestReadPluginNoRead [2021-04-16T10:55:15.824Z] === RUN TestDaemonStartWithLogOpt [2021-04-16T10:55:15.824Z] === PAUSE TestDaemonStartWithLogOpt [2021-04-16T10:55:15.824Z] === CONT TestContinueAfterPluginCrash [2021-04-16T10:55:15.824Z] === CONT TestDaemonStartWithLogOpt [2021-04-16T10:55:16.044Z] === RUN TestPollerAddRemove [2021-04-16T10:55:16.044Z] --- PASS: TestPollerAddRemove (0.00s) [2021-04-16T10:55:16.044Z] === RUN TestPollerEvent [2021-04-16T10:55:16.044Z] --- SKIP: TestPollerEvent (0.00s) [2021-04-16T10:55:16.044Z] poller_test.go:41: No chmod on Windows [2021-04-16T10:55:16.044Z] === RUN TestPollerClose [2021-04-16T10:55:16.044Z] --- PASS: TestPollerClose (0.00s) [2021-04-16T10:55:16.044Z] PASS [2021-04-16T10:55:16.044Z] coverage: 45.7% of statements [2021-04-16T10:55:16.044Z] ok github.com/docker/docker/pkg/filenotify 0.080s coverage: 45.7% of statements [2021-04-16T10:55:16.504Z] === RUN TestCopyFileWithInvalidSrc [2021-04-16T10:55:16.504Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2021-04-16T10:55:16.504Z] === RUN TestCopyFileWithInvalidDest [2021-04-16T10:55:16.504Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2021-04-16T10:55:16.504Z] === RUN TestCopyFileWithSameSrcAndDest [2021-04-16T10:55:16.504Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2021-04-16T10:55:16.504Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2021-04-16T10:55:16.504Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2021-04-16T10:55:16.504Z] === RUN TestCopyFile [2021-04-16T10:55:16.504Z] --- PASS: TestCopyFile (0.00s) [2021-04-16T10:55:16.504Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2021-04-16T10:55:16.504Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-04-16T10:55:16.504Z] fileutils_test.go:134: Needs porting to Windows [2021-04-16T10:55:16.504Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2021-04-16T10:55:16.504Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2021-04-16T10:55:16.504Z] === RUN TestReadSymlinkedDirectoryToFile [2021-04-16T10:55:16.504Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2021-04-16T10:55:16.504Z] fileutils_test.go:180: Needs porting to Windows [2021-04-16T10:55:16.504Z] === RUN TestWildcardMatches [2021-04-16T10:55:16.504Z] --- PASS: TestWildcardMatches (0.00s) [2021-04-16T10:55:16.504Z] === RUN TestPatternMatches [2021-04-16T10:55:16.504Z] --- PASS: TestPatternMatches (0.00s) [2021-04-16T10:55:16.504Z] === RUN TestExclusionPatternMatchesPatternBefore [2021-04-16T10:55:16.504Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2021-04-16T10:55:16.504Z] === RUN TestPatternMatchesFolderExclusions [2021-04-16T10:55:16.504Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2021-04-16T10:55:16.504Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2021-04-16T10:55:16.504Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2021-04-16T10:55:16.504Z] === RUN TestPatternMatchesFolderWildcardExclusions [2021-04-16T10:55:16.504Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2021-04-16T10:55:16.504Z] === RUN TestExclusionPatternMatchesPatternAfter [2021-04-16T10:55:16.504Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2021-04-16T10:55:16.504Z] === RUN TestExclusionPatternMatchesWholeDirectory [2021-04-16T10:55:16.504Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2021-04-16T10:55:16.504Z] === RUN TestSingleExclamationError [2021-04-16T10:55:16.504Z] --- PASS: TestSingleExclamationError (0.00s) [2021-04-16T10:55:16.504Z] === RUN TestMatchesWithNoPatterns [2021-04-16T10:55:16.504Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2021-04-16T10:55:16.504Z] === RUN TestMatchesWithMalformedPatterns [2021-04-16T10:55:16.504Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2021-04-16T10:55:16.504Z] === RUN TestMatches [2021-04-16T10:55:16.504Z] --- PASS: TestMatches (0.00s) [2021-04-16T10:55:16.504Z] === RUN TestCleanPatterns [2021-04-16T10:55:16.504Z] --- PASS: TestCleanPatterns (0.00s) [2021-04-16T10:55:16.504Z] === RUN TestCleanPatternsStripEmptyPatterns [2021-04-16T10:55:16.504Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2021-04-16T10:55:16.504Z] === RUN TestCleanPatternsExceptionFlag [2021-04-16T10:55:16.504Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2021-04-16T10:55:16.504Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2021-04-16T10:55:16.504Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2021-04-16T10:55:16.504Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2021-04-16T10:55:16.504Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2021-04-16T10:55:16.504Z] === RUN TestCleanPatternsErrorSingleException [2021-04-16T10:55:16.504Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2021-04-16T10:55:16.504Z] === RUN TestCreateIfNotExistsDir [2021-04-16T10:55:16.504Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2021-04-16T10:55:16.504Z] === RUN TestCreateIfNotExistsFile [2021-04-16T10:55:16.504Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2021-04-16T10:55:16.504Z] === RUN TestMatch [2021-04-16T10:55:16.504Z] --- PASS: TestMatch (0.00s) [2021-04-16T10:55:16.504Z] PASS [2021-04-16T10:55:16.504Z] coverage: 87.7% of statements [2021-04-16T10:55:16.504Z] ok github.com/docker/docker/pkg/fileutils 0.082s coverage: 87.7% of statements [2021-04-16T10:55:17.475Z] === RUN TestGet [2021-04-16T10:55:17.475Z] --- PASS: TestGet (0.00s) [2021-04-16T10:55:17.475Z] === RUN TestGetShortcutString [2021-04-16T10:55:17.475Z] --- PASS: TestGetShortcutString (0.00s) [2021-04-16T10:55:17.475Z] PASS [2021-04-16T10:55:17.475Z] coverage: 42.9% of statements [2021-04-16T10:55:17.475Z] ok github.com/docker/docker/pkg/homedir 0.051s coverage: 42.9% of statements [2021-04-16T10:55:17.507Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2021-04-16T10:55:17.936Z] --- PASS: Test (3.17s) [2021-04-16T10:55:17.936Z] --- PASS: Test/TestInitialize (0.16s) [2021-04-16T10:55:17.936Z] --- PASS: Test/TestInitializeWithCerts (0.00s) [2021-04-16T10:55:17.936Z] --- PASS: Test/TestWatch (3.00s) [2021-04-16T10:55:17.936Z] PASS [2021-04-16T10:55:17.936Z] coverage: 84.1% of statements [2021-04-16T10:55:17.936Z] ok github.com/docker/docker/pkg/discovery/kv 3.315s coverage: 84.1% of statements [2021-04-16T10:55:18.361Z] --- PASS: TestUpdateRestartPolicy (11.39s) [2021-04-16T10:55:18.361Z] === RUN TestUpdateRestartWithAutoRemove [2021-04-16T10:55:18.361Z] --- PASS: TestUpdateRestartWithAutoRemove (0.57s) [2021-04-16T10:55:18.361Z] === RUN TestWaitNonBlocked [2021-04-16T10:55:18.361Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-16T10:55:18.361Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-16T10:55:18.361Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-16T10:55:18.361Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-16T10:55:18.361Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-16T10:55:18.361Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-16T10:55:18.361Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-04-16T10:55:18.361Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.78s) [2021-04-16T10:55:18.361Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.81s) [2021-04-16T10:55:18.361Z] === RUN TestWaitBlocked [2021-04-16T10:55:18.361Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-04-16T10:55:18.361Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-04-16T10:55:18.361Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-04-16T10:55:18.361Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-04-16T10:55:18.361Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-04-16T10:55:18.361Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-04-16T10:55:18.399Z] === RUN TestCreateIDMapOrder [2021-04-16T10:55:18.399Z] --- PASS: TestCreateIDMapOrder (0.00s) [2021-04-16T10:55:18.399Z] PASS [2021-04-16T10:55:18.399Z] coverage: 7.2% of statements [2021-04-16T10:55:18.399Z] ok github.com/docker/docker/pkg/idtools 0.096s coverage: 7.2% of statements [2021-04-16T10:55:19.125Z] --- PASS: TestDaemonStartWithLogOpt (4.20s) [2021-04-16T10:55:19.125Z] === CONT TestReadPluginNoRead [2021-04-16T10:55:19.371Z] === RUN TestFixedBufferCap [2021-04-16T10:55:19.371Z] --- PASS: TestFixedBufferCap (0.00s) [2021-04-16T10:55:19.371Z] === RUN TestFixedBufferLen [2021-04-16T10:55:19.371Z] --- PASS: TestFixedBufferLen (0.00s) [2021-04-16T10:55:19.371Z] === RUN TestFixedBufferString [2021-04-16T10:55:19.371Z] --- PASS: TestFixedBufferString (0.00s) [2021-04-16T10:55:19.371Z] === RUN TestFixedBufferWrite [2021-04-16T10:55:19.371Z] --- PASS: TestFixedBufferWrite (0.00s) [2021-04-16T10:55:19.371Z] === RUN TestFixedBufferRead [2021-04-16T10:55:19.371Z] --- PASS: TestFixedBufferRead (0.00s) [2021-04-16T10:55:19.371Z] === RUN TestBytesPipeRead [2021-04-16T10:55:19.371Z] --- PASS: TestBytesPipeRead (0.00s) [2021-04-16T10:55:19.371Z] === RUN TestBytesPipeWrite [2021-04-16T10:55:19.371Z] --- PASS: TestBytesPipeWrite (0.00s) [2021-04-16T10:55:19.371Z] === RUN TestBytesPipeWriteRandomChunks [2021-04-16T10:55:19.414Z] --- PASS: TestWaitBlocked (0.03s) [2021-04-16T10:55:19.414Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.64s) [2021-04-16T10:55:19.414Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.85s) [2021-04-16T10:55:19.414Z] === CONT TestContainerStartOnDaemonRestart [2021-04-16T10:55:19.414Z] === CONT TestContainerKillOnDaemonStart [2021-04-16T10:55:19.414Z] === CONT TestDaemonHostGatewayIP [2021-04-16T10:55:19.414Z] === CONT TestRestartDaemonWithRestartingContainer [2021-04-16T10:55:19.832Z] === RUN TestError [2021-04-16T10:55:19.832Z] --- PASS: TestError (0.00s) [2021-04-16T10:55:19.832Z] === RUN TestProgressString [2021-04-16T10:55:19.832Z] === RUN TestProgressString/no_progress [2021-04-16T10:55:19.832Z] === RUN TestProgressString/progress_1 [2021-04-16T10:55:19.832Z] === RUN TestProgressString/some_progress_with_a_start_time [2021-04-16T10:55:19.832Z] === RUN TestProgressString/some_progress_without_a_start_time [2021-04-16T10:55:19.832Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2021-04-16T10:55:19.832Z] --- PASS: TestBytesPipeWriteRandomChunks (0.47s) [2021-04-16T10:55:19.832Z] === RUN TestProgressString/with_units [2021-04-16T10:55:19.832Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2021-04-16T10:55:19.832Z] === RUN TestProgressString/hide_counts [2021-04-16T10:55:19.832Z] --- PASS: TestProgressString (0.00s) [2021-04-16T10:55:19.832Z] --- PASS: TestProgressString/no_progress (0.00s) [2021-04-16T10:55:19.832Z] --- PASS: TestProgressString/progress_1 (0.00s) [2021-04-16T10:55:19.832Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2021-04-16T10:55:19.832Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2021-04-16T10:55:19.832Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2021-04-16T10:55:19.832Z] --- PASS: TestProgressString/with_units (0.00s) [2021-04-16T10:55:19.832Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2021-04-16T10:55:19.832Z] --- PASS: TestProgressString/hide_counts (0.00s) [2021-04-16T10:55:19.832Z] === RUN TestJSONMessageDisplay [2021-04-16T10:55:19.832Z] === RUN TestAtomicWriteToFile [2021-04-16T10:55:19.832Z] --- PASS: TestAtomicWriteToFile (0.02s) [2021-04-16T10:55:19.832Z] === RUN TestAtomicWriteSetCommit [2021-04-16T10:55:19.832Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2021-04-16T10:55:19.832Z] === RUN TestAtomicWriteSetCancel [2021-04-16T10:55:19.832Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2021-04-16T10:55:19.832Z] === RUN TestReadCloserWrapperClose [2021-04-16T10:55:19.832Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2021-04-16T10:55:19.832Z] === RUN TestReaderErrWrapperReadOnError [2021-04-16T10:55:19.832Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2021-04-16T10:55:19.832Z] === RUN TestReaderErrWrapperRead [2021-04-16T10:55:19.832Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2021-04-16T10:55:19.832Z] === RUN TestHashData [2021-04-16T10:55:19.832Z] --- PASS: TestHashData (0.00s) [2021-04-16T10:55:19.832Z] === RUN TestCancelReadCloser [2021-04-16T10:55:19.832Z] --- PASS: TestCancelReadCloser (0.11s) [2021-04-16T10:55:19.832Z] === RUN TestWriteCloserWrapperClose [2021-04-16T10:55:19.832Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2021-04-16T10:55:19.832Z] === RUN TestNopWriteCloser [2021-04-16T10:55:19.832Z] --- PASS: TestNopWriteCloser (0.00s) [2021-04-16T10:55:19.832Z] === RUN TestNopWriter [2021-04-16T10:55:19.832Z] --- PASS: TestNopWriter (0.00s) [2021-04-16T10:55:19.832Z] === RUN TestWriteCounter [2021-04-16T10:55:19.832Z] --- PASS: TestWriteCounter (0.00s) [2021-04-16T10:55:19.832Z] PASS [2021-04-16T10:55:19.832Z] coverage: 69.2% of statements [2021-04-16T10:55:19.832Z] --- PASS: TestJSONMessageDisplay (0.18s) [2021-04-16T10:55:19.832Z] === RUN TestJSONMessageDisplayWithJSONError [2021-04-16T10:55:19.832Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2021-04-16T10:55:19.832Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2021-04-16T10:55:19.832Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2021-04-16T10:55:19.832Z] === RUN TestDisplayJSONMessagesStream [2021-04-16T10:55:19.832Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2021-04-16T10:55:19.832Z] PASS [2021-04-16T10:55:19.832Z] coverage: 91.7% of statements [2021-04-16T10:55:19.832Z] ok github.com/docker/docker/pkg/ioutils 0.682s coverage: 69.2% of statements [2021-04-16T10:55:19.832Z] ok github.com/docker/docker/pkg/jsonmessage 0.393s coverage: 91.7% of statements [2021-04-16T10:55:19.832Z] === RUN TestStandardLongPath [2021-04-16T10:55:19.832Z] --- PASS: TestStandardLongPath (0.00s) [2021-04-16T10:55:19.832Z] === RUN TestUNCLongPath [2021-04-16T10:55:19.832Z] --- PASS: TestUNCLongPath (0.00s) [2021-04-16T10:55:19.832Z] PASS [2021-04-16T10:55:19.832Z] coverage: 100.0% of statements [2021-04-16T10:55:19.832Z] ok github.com/docker/docker/pkg/longpath 0.060s coverage: 100.0% of statements [2021-04-16T10:55:20.804Z] --- PASS: TestTarFiles (7.28s) [2021-04-16T10:55:20.804Z] === RUN TestTarUntar [2021-04-16T10:55:20.804Z] --- PASS: TestTarUntar (0.04s) [2021-04-16T10:55:20.804Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2021-04-16T10:55:20.804Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.01s) [2021-04-16T10:55:20.804Z] === RUN TestTarWithOptions [2021-04-16T10:55:20.804Z] === RUN TestNameFormat [2021-04-16T10:55:20.804Z] --- PASS: TestNameFormat (0.00s) [2021-04-16T10:55:20.804Z] === RUN TestNameRetries [2021-04-16T10:55:20.804Z] --- PASS: TestNameRetries (0.00s) [2021-04-16T10:55:20.804Z] PASS [2021-04-16T10:55:20.804Z] coverage: 85.7% of statements [2021-04-16T10:55:20.804Z] ok github.com/docker/docker/pkg/namesgenerator 0.057s coverage: 85.7% of statements [2021-04-16T10:55:20.804Z] --- PASS: TestTarWithOptions (0.05s) [2021-04-16T10:55:20.804Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2021-04-16T10:55:20.804Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.01s) [2021-04-16T10:55:20.804Z] === RUN TestUntarUstarGnuConflict [2021-04-16T10:55:20.804Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2021-04-16T10:55:20.804Z] === RUN TestUntarInvalidFilenames [2021-04-16T10:55:20.804Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames640907922\\dest" [2021-04-16T10:55:20.804Z] --- PASS: TestUntarInvalidFilenames (0.16s) [2021-04-16T10:55:20.804Z] === RUN TestUntarHardlinkToSymlink [2021-04-16T10:55:20.804Z] --- PASS: TestUntarHardlinkToSymlink (0.02s) [2021-04-16T10:55:20.804Z] === RUN TestUntarInvalidHardlink [2021-04-16T10:55:20.804Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink149983715\\victim\\hello" -> "../victim/hello" [2021-04-16T10:55:21.265Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink762101222\\victim\\hello" -> "/../victim/hello" [2021-04-16T10:55:21.265Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink153744909\\victim" -> "../victim" [2021-04-16T10:55:21.265Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink761693192\\victim" -> "../victim" [2021-04-16T10:55:21.265Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink416942535\\victim" -> "../victim" [2021-04-16T10:55:21.265Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink780550266\\victim" -> "../victim" [2021-04-16T10:55:21.265Z] --- PASS: TestUntarInvalidHardlink (0.05s) [2021-04-16T10:55:21.265Z] === RUN TestUntarInvalidSymlink [2021-04-16T10:55:21.265Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink658508689\\dest\\dotdot" -> "../victim/hello" [2021-04-16T10:55:21.265Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink305252284\\dest\\slash-dotdot" -> "/../victim/hello" [2021-04-16T10:55:21.265Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink980345835\\dest\\loophole-victim" -> "../victim" [2021-04-16T10:55:21.265Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink973836366\\dest\\loophole-victim" -> "../victim" [2021-04-16T10:55:21.265Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink707469653\\dest\\loophole-victim" -> "../victim" [2021-04-16T10:55:21.265Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink509879472\\dest\\loophole-victim" -> "../victim" [2021-04-16T10:55:21.265Z] === RUN TestParseKeyValueOpt [2021-04-16T10:55:21.265Z] --- PASS: TestParseKeyValueOpt (0.00s) [2021-04-16T10:55:21.265Z] === RUN TestParseUintList [2021-04-16T10:55:21.265Z] --- PASS: TestParseUintList (0.00s) [2021-04-16T10:55:21.265Z] === RUN TestParseUintListMaximumLimits [2021-04-16T10:55:21.265Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2021-04-16T10:55:21.265Z] PASS [2021-04-16T10:55:21.265Z] coverage: 97.0% of statements [2021-04-16T10:55:21.265Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink338043471\\dest\\dir\\loophole" -> "../../victim" [2021-04-16T10:55:21.265Z] --- PASS: TestUntarInvalidSymlink (0.04s) [2021-04-16T10:55:21.265Z] === RUN TestTempArchiveCloseMultipleTimes [2021-04-16T10:55:21.265Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2021-04-16T10:55:21.265Z] === RUN TestXGlobalNoParent [2021-04-16T10:55:21.265Z] --- PASS: TestXGlobalNoParent (0.00s) [2021-04-16T10:55:21.265Z] === RUN TestReplaceFileTarWrapper [2021-04-16T10:55:21.265Z] ok github.com/docker/docker/pkg/parsers 0.055s coverage: 97.0% of statements [2021-04-16T10:55:21.265Z] --- PASS: TestReplaceFileTarWrapper (0.23s) [2021-04-16T10:55:21.265Z] === RUN TestPrefixHeaderReadable [2021-04-16T10:55:21.265Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2021-04-16T10:55:21.265Z] === RUN TestDisablePigz [2021-04-16T10:55:21.727Z] --- PASS: TestDisablePigz (0.24s) [2021-04-16T10:55:21.727Z] archive_test.go:1331: Test will not check full path when Pigz not installed [2021-04-16T10:55:21.727Z] === RUN TestPigz [2021-04-16T10:55:21.727Z] === RUN TestNewAndRemove [2021-04-16T10:55:21.727Z] --- PASS: TestNewAndRemove (0.00s) [2021-04-16T10:55:21.727Z] === RUN TestRemoveInvalidPath [2021-04-16T10:55:21.727Z] --- PASS: TestRemoveInvalidPath (0.00s) [2021-04-16T10:55:21.727Z] PASS [2021-04-16T10:55:21.727Z] coverage: 82.6% of statements [2021-04-16T10:55:21.727Z] ok github.com/docker/docker/pkg/pidfile 0.053s coverage: 82.6% of statements [2021-04-16T10:55:21.727Z] --- PASS: TestPigz (0.15s) [2021-04-16T10:55:21.727Z] archive_test.go:1360: Tested whether Pigz is not used, as it not installed [2021-04-16T10:55:21.727Z] === RUN TestCopyFileWithInvalidDest [2021-04-16T10:55:21.727Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2021-04-16T10:55:21.727Z] archive_windows_test.go:16: Currently fails [2021-04-16T10:55:21.727Z] === RUN TestCanonicalTarNameForPath [2021-04-16T10:55:21.727Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2021-04-16T10:55:21.727Z] === RUN TestCanonicalTarName [2021-04-16T10:55:21.727Z] --- PASS: TestCanonicalTarName (0.00s) [2021-04-16T10:55:21.727Z] === RUN TestChmodTarEntry [2021-04-16T10:55:21.727Z] --- PASS: TestChmodTarEntry (0.00s) [2021-04-16T10:55:21.727Z] === RUN TestHardLinkOrder [2021-04-16T10:55:21.727Z] --- PASS: TestHardLinkOrder (0.18s) [2021-04-16T10:55:21.727Z] === RUN TestChangeString [2021-04-16T10:55:21.727Z] --- PASS: TestChangeString (0.00s) [2021-04-16T10:55:21.727Z] === RUN TestChangesWithNoChanges [2021-04-16T10:55:21.825Z] --- PASS: TestServiceUpdatePidsLimit (17.69s) [2021-04-16T10:55:21.825Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.04s) [2021-04-16T10:55:21.825Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.22s) [2021-04-16T10:55:21.825Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.22s) [2021-04-16T10:55:21.825Z] PASS [2021-04-16T10:55:21.825Z] [2021-04-16T10:55:21.825Z] === Skipped [2021-04-16T10:55:21.825Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2021-04-16T10:55:21.825Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-04-16T10:55:21.825Z] [2021-04-16T10:55:21.825Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2021-04-16T10:55:21.825Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-16T10:55:21.825Z] [2021-04-16T10:55:21.825Z] [2021-04-16T10:55:21.825Z] DONE 27 tests, 2 skipped in 160.686s [2021-04-16T10:55:21.825Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2021-04-16T10:55:21.825Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:55:21.825Z] ++ set -e [2021-04-16T10:55:21.825Z] ++ '[' -n 0 ']' [2021-04-16T10:55:21.825Z] ++ set -x [2021-04-16T10:55:21.825Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:55:21.825Z] INFO: Testing against a local daemon [2021-04-16T10:55:21.825Z] === RUN TestSessionCreate [2021-04-16T10:55:21.825Z] --- PASS: TestSessionCreate (0.05s) [2021-04-16T10:55:21.825Z] === RUN TestSessionCreateWithBadUpgrade [2021-04-16T10:55:21.825Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2021-04-16T10:55:21.825Z] PASS [2021-04-16T10:55:21.825Z] [2021-04-16T10:55:21.825Z] DONE 2 tests in 0.272s [2021-04-16T10:55:21.825Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2021-04-16T10:55:21.825Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:55:21.825Z] ++ set -e [2021-04-16T10:55:21.825Z] ++ '[' -n 0 ']' [2021-04-16T10:55:21.825Z] ++ set -x [2021-04-16T10:55:21.825Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:55:21.825Z] INFO: Testing against a local daemon [2021-04-16T10:55:21.825Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-04-16T10:55:21.825Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.01s) [2021-04-16T10:55:21.825Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-04-16T10:55:21.825Z] === RUN TestEventsExecDie [2021-04-16T10:55:22.188Z] --- PASS: TestChangesWithNoChanges (0.03s) [2021-04-16T10:55:22.188Z] === RUN TestChangesWithChanges [2021-04-16T10:55:22.188Z] --- PASS: TestChangesWithChanges (0.05s) [2021-04-16T10:55:22.188Z] === RUN TestChangesWithChangesGH13590 [2021-04-16T10:55:22.188Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2021-04-16T10:55:22.188Z] changes_test.go:196: needs more investigation [2021-04-16T10:55:22.188Z] === RUN TestChangesDirsEmpty [2021-04-16T10:55:22.188Z] --- PASS: TestChangesDirsEmpty (0.18s) [2021-04-16T10:55:22.188Z] === RUN TestChangesDirsMutated [2021-04-16T10:55:22.188Z] --- PASS: TestChangesDirsMutated (0.20s) [2021-04-16T10:55:22.188Z] === RUN TestApplyLayer [2021-04-16T10:55:22.188Z] --- SKIP: TestApplyLayer (0.00s) [2021-04-16T10:55:22.188Z] changes_test.go:433: needs further investigation [2021-04-16T10:55:22.188Z] === RUN TestChangesSizeWithHardlinks [2021-04-16T10:55:22.188Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2021-04-16T10:55:22.188Z] changes_test.go:469: needs further investigation [2021-04-16T10:55:22.188Z] === RUN TestChangesSizeWithNoChanges [2021-04-16T10:55:22.188Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2021-04-16T10:55:22.188Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2021-04-16T10:55:22.188Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2021-04-16T10:55:22.188Z] === RUN TestChangesSize [2021-04-16T10:55:22.188Z] --- PASS: TestChangesSize (0.00s) [2021-04-16T10:55:22.188Z] === RUN TestApplyLayerInvalidFilenames [2021-04-16T10:55:22.397Z] --- PASS: TestEventsExecDie (1.12s) [2021-04-16T10:55:22.397Z] === RUN TestEventsBackwardsCompatible [2021-04-16T10:55:22.397Z] --- PASS: TestEventsBackwardsCompatible (0.08s) [2021-04-16T10:55:22.398Z] === RUN TestInfoBinaryCommits [2021-04-16T10:55:22.398Z] --- PASS: TestInfoBinaryCommits (0.05s) [2021-04-16T10:55:22.398Z] === RUN TestInfoAPIVersioned [2021-04-16T10:55:22.443Z] === RUN TestReadPluginNoRead/default [2021-04-16T10:55:22.650Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames990758790\\dest" [2021-04-16T10:55:22.650Z] --- PASS: TestApplyLayerInvalidFilenames (0.08s) [2021-04-16T10:55:22.650Z] === RUN TestApplyLayerInvalidHardlink [2021-04-16T10:55:22.650Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink271868584\\victim\\hello" -> "../victim/hello" [2021-04-16T10:55:22.650Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink429478375\\victim\\hello" -> "/../victim/hello" [2021-04-16T10:55:22.650Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink048502298\\victim" -> "../victim" [2021-04-16T10:55:22.650Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink175253681\\victim" -> "../victim" [2021-04-16T10:55:22.650Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink803027036\\victim" -> "../victim" [2021-04-16T10:55:22.650Z] === RUN TestParseEmptyInterface [2021-04-16T10:55:22.650Z] --- PASS: TestParseEmptyInterface (0.00s) [2021-04-16T10:55:22.650Z] === RUN TestParseNonInterfaceType [2021-04-16T10:55:22.650Z] --- PASS: TestParseNonInterfaceType (0.00s) [2021-04-16T10:55:22.650Z] === RUN TestParseWithOneFunction [2021-04-16T10:55:22.650Z] --- PASS: TestParseWithOneFunction (0.00s) [2021-04-16T10:55:22.650Z] === RUN TestParseWithMultipleFuncs [2021-04-16T10:55:22.650Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2021-04-16T10:55:22.650Z] === RUN TestParseWithUnnamedReturn [2021-04-16T10:55:22.650Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2021-04-16T10:55:22.650Z] === RUN TestEmbeddedInterface [2021-04-16T10:55:22.650Z] --- PASS: TestEmbeddedInterface (0.00s) [2021-04-16T10:55:22.650Z] === RUN TestParsedImports [2021-04-16T10:55:22.650Z] --- PASS: TestParsedImports (0.00s) [2021-04-16T10:55:22.650Z] === RUN TestAliasedImports [2021-04-16T10:55:22.650Z] --- PASS: TestAliasedImports (0.00s) [2021-04-16T10:55:22.650Z] PASS [2021-04-16T10:55:22.650Z] coverage: 56.8% of statements [2021-04-16T10:55:22.650Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink718011403\\victim" -> "../victim" [2021-04-16T10:55:22.650Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s) [2021-04-16T10:55:22.650Z] === RUN TestApplyLayerInvalidSymlink [2021-04-16T10:55:22.650Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink279926766\\dest\\dotdot" -> "../victim/hello" [2021-04-16T10:55:22.650Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink126507125\\dest\\slash-dotdot" -> "/../victim/hello" [2021-04-16T10:55:22.650Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.105s coverage: 56.8% of statements [2021-04-16T10:55:22.650Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink377624400\\dest\\loophole-victim" -> "../victim" [2021-04-16T10:55:22.650Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink099511919\\dest\\loophole-victim" -> "../victim" [2021-04-16T10:55:22.650Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink756174082\\dest\\loophole-victim" -> "../victim" [2021-04-16T10:55:22.650Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink446881401\\dest\\loophole-victim" -> "../victim" [2021-04-16T10:55:22.650Z] --- PASS: TestApplyLayerInvalidSymlink (0.04s) [2021-04-16T10:55:22.650Z] === RUN TestApplyLayerWhiteouts [2021-04-16T10:55:22.650Z] --- PASS: TestApplyLayerWhiteouts (0.08s) [2021-04-16T10:55:22.650Z] === RUN TestGenerateEmptyFile [2021-04-16T10:55:22.650Z] --- PASS: TestGenerateEmptyFile (0.00s) [2021-04-16T10:55:22.650Z] === RUN TestGenerateWithContent [2021-04-16T10:55:22.650Z] --- PASS: TestGenerateWithContent (0.00s) [2021-04-16T10:55:22.650Z] PASS [2021-04-16T10:55:22.650Z] coverage: 62.6% of statements [2021-04-16T10:55:22.650Z] ok github.com/docker/docker/pkg/archive 10.812s coverage: 62.6% of statements [2021-04-16T10:55:22.659Z] --- PASS: TestInfoAPIVersioned (0.02s) [2021-04-16T10:55:22.659Z] === RUN TestInfoDiscoveryBackend [2021-04-16T10:55:22.996Z] --- PASS: TestContainerStartOnDaemonRestart (3.45s) [2021-04-16T10:55:22.996Z] === CONT TestDaemonRestartIpcMode [2021-04-16T10:55:22.996Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.85s) [2021-04-16T10:55:22.996Z] === CONT TestIpcModeOlderClient [2021-04-16T10:55:23.292Z] --- PASS: TestIpcModeOlderClient (0.11s) [2021-04-16T10:55:23.390Z] === RUN TestReadPluginNoRead/disabled_caching [2021-04-16T10:55:23.587Z] --- PASS: TestDaemonHostGatewayIP (4.29s) [2021-04-16T10:55:23.602Z] --- PASS: TestInfoDiscoveryBackend (1.12s) [2021-04-16T10:55:23.602Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-04-16T10:55:23.622Z] === RUN TestFailedConnection [2021-04-16T10:55:24.093Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2021-04-16T10:55:24.093Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-04-16T10:55:24.093Z] === RUN TestBufioReaderPoolPutAndGet [2021-04-16T10:55:24.093Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2021-04-16T10:55:24.093Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2021-04-16T10:55:24.093Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2021-04-16T10:55:24.093Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2021-04-16T10:55:24.093Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-04-16T10:55:24.093Z] === RUN TestBufioWriterPoolPutAndGet [2021-04-16T10:55:24.093Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2021-04-16T10:55:24.093Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2021-04-16T10:55:24.093Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2021-04-16T10:55:24.093Z] === RUN TestBufferPoolPutAndGet [2021-04-16T10:55:24.093Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2021-04-16T10:55:24.093Z] PASS [2021-04-16T10:55:24.093Z] coverage: 88.2% of statements [2021-04-16T10:55:24.093Z] ok github.com/docker/docker/pkg/pools 0.041s coverage: 88.2% of statements [2021-04-16T10:55:24.093Z] === RUN TestHTTPTransport [2021-04-16T10:55:24.093Z] --- PASS: TestHTTPTransport (0.00s) [2021-04-16T10:55:24.093Z] PASS [2021-04-16T10:55:24.093Z] coverage: 85.7% of statements [2021-04-16T10:55:24.093Z] ok github.com/docker/docker/pkg/plugins/transport 0.066s coverage: 85.7% of statements [2021-04-16T10:55:24.332Z] --- PASS: TestContinueAfterPluginCrash (9.42s) [2021-04-16T10:55:24.545Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-04-16T10:55:24.545Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-04-16T10:55:24.902Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-04-16T10:55:25.065Z] --- PASS: TestFailedConnection (1.19s) [2021-04-16T10:55:25.065Z] === RUN TestFailOnce [2021-04-16T10:55:25.065Z] === RUN TestOutputOnPrematureClose [2021-04-16T10:55:25.065Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2021-04-16T10:55:25.065Z] === RUN TestCompleteSilently [2021-04-16T10:55:25.065Z] --- PASS: TestCompleteSilently (0.00s) [2021-04-16T10:55:25.065Z] PASS [2021-04-16T10:55:25.065Z] coverage: 75.9% of statements [2021-04-16T10:55:25.065Z] ok github.com/docker/docker/pkg/progress 0.049s coverage: 75.9% of statements [2021-04-16T10:55:25.065Z] 2021/04/16 10:55:24 http: panic serving 127.0.0.1:49224: Plugin not ready [2021-04-16T10:55:25.065Z] goroutine 10 [running]: [2021-04-16T10:55:25.065Z] net/http.(*conn).serve.func1(0xc000058b40) [2021-04-16T10:55:25.065Z] c:/go/src/net/http/server.go:1795 +0x140 [2021-04-16T10:55:25.065Z] panic(0x849b40, 0x986ad0) [2021-04-16T10:55:25.065Z] c:/go/src/runtime/panic.go:679 +0x1c0 [2021-04-16T10:55:25.065Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x99a700, 0xc000132000, 0xc0000d0300) [2021-04-16T10:55:25.065Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56 [2021-04-16T10:55:25.065Z] net/http.HandlerFunc.ServeHTTP(0xc0000ec050, 0x99a700, 0xc000132000, 0xc0000d0300) [2021-04-16T10:55:25.065Z] c:/go/src/net/http/server.go:2036 +0x4b [2021-04-16T10:55:25.065Z] net/http.(*ServeMux).ServeHTTP(0xc0000fc000, 0x99a700, 0xc000132000, 0xc0000d0300) [2021-04-16T10:55:25.065Z] c:/go/src/net/http/server.go:2416 +0x1c4 [2021-04-16T10:55:25.065Z] net/http.serverHandler.ServeHTTP(0xc000102000, 0x99a700, 0xc000132000, 0xc0000d0300) [2021-04-16T10:55:25.065Z] c:/go/src/net/http/server.go:2831 +0xab [2021-04-16T10:55:25.065Z] net/http.(*conn).serve(0xc000058b40, 0x99b2c0, 0xc00004a980) [2021-04-16T10:55:25.065Z] c:/go/src/net/http/server.go:1919 +0x87c [2021-04-16T10:55:25.065Z] created by net/http.(*Server).Serve [2021-04-16T10:55:25.065Z] c:/go/src/net/http/server.go:2957 +0x38b [2021-04-16T10:55:25.065Z] time="2021-04-16T10:55:24Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49223/Test.FailOnce: Post http://127.0.0.1:49223/Test.FailOnce: EOF, retrying in 1s" [2021-04-16T10:55:25.065Z] === RUN TestSendToOneSub [2021-04-16T10:55:25.065Z] --- PASS: TestSendToOneSub (0.00s) [2021-04-16T10:55:25.065Z] === RUN TestSendToMultipleSubs [2021-04-16T10:55:25.065Z] --- PASS: TestSendToMultipleSubs (0.00s) [2021-04-16T10:55:25.065Z] === RUN TestEvictOneSub [2021-04-16T10:55:25.065Z] --- PASS: TestEvictOneSub (0.00s) [2021-04-16T10:55:25.065Z] === RUN TestClosePublisher [2021-04-16T10:55:25.065Z] --- PASS: TestClosePublisher (0.00s) [2021-04-16T10:55:25.065Z] === RUN TestPubSubRace [2021-04-16T10:55:25.673Z] --- PASS: TestDaemonRestartIpcMode (2.70s) [2021-04-16T10:55:25.929Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (1.09s) [2021-04-16T10:55:25.929Z] === RUN TestInfoAPI [2021-04-16T10:55:25.929Z] --- PASS: TestInfoAPI (0.05s) [2021-04-16T10:55:25.929Z] === RUN TestInfoAPIWarnings [2021-04-16T10:55:26.038Z] === RUN TestRegister [2021-04-16T10:55:26.038Z] --- PASS: TestRegister (0.00s) [2021-04-16T10:55:26.038Z] === RUN TestCommand [2021-04-16T10:55:26.038Z] --- PASS: TestCommand (0.03s) [2021-04-16T10:55:26.038Z] === RUN TestNaiveSelf [2021-04-16T10:55:26.038Z] --- PASS: TestNaiveSelf (0.02s) [2021-04-16T10:55:26.038Z] PASS [2021-04-16T10:55:26.038Z] coverage: 82.4% of statements [2021-04-16T10:55:26.038Z] ok github.com/docker/docker/pkg/reexec 0.088s coverage: 82.4% of statements [2021-04-16T10:55:26.038Z] --- PASS: TestFailOnce (1.17s) [2021-04-16T10:55:26.038Z] === RUN TestEchoInputOutput [2021-04-16T10:55:26.038Z] --- PASS: TestEchoInputOutput (0.00s) [2021-04-16T10:55:26.038Z] === RUN TestBackoff [2021-04-16T10:55:26.038Z] --- PASS: TestBackoff (0.00s) [2021-04-16T10:55:26.038Z] === RUN TestAbortRetry [2021-04-16T10:55:26.038Z] --- PASS: TestAbortRetry (0.00s) [2021-04-16T10:55:26.038Z] === RUN TestClientScheme [2021-04-16T10:55:26.038Z] --- PASS: TestClientScheme (0.00s) [2021-04-16T10:55:26.038Z] === RUN TestNewClientWithTimeout [2021-04-16T10:55:26.038Z] --- PASS: TestPubSubRace (1.05s) [2021-04-16T10:55:26.038Z] PASS [2021-04-16T10:55:26.038Z] coverage: 75.0% of statements [2021-04-16T10:55:26.038Z] ok github.com/docker/docker/pkg/pubsub 1.093s coverage: 75.0% of statements [2021-04-16T10:55:26.499Z] time="2021-04-16T10:55:26Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49228/Test.Echo: Post http://127.0.0.1:49228/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2021-04-16T10:55:26.812Z] --- PASS: TestReadPluginNoRead (7.35s) [2021-04-16T10:55:26.812Z] --- PASS: TestReadPluginNoRead/default (1.58s) [2021-04-16T10:55:26.812Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.58s) [2021-04-16T10:55:26.812Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.52s) [2021-04-16T10:55:26.812Z] read_test.go:92: [d304a4b3e08d2] daemon is not started [2021-04-16T10:55:26.812Z] PASS [2021-04-16T10:55:26.812Z] [2021-04-16T10:55:26.812Z] DONE 6 tests in 11.593s [2021-04-16T10:55:26.812Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-04-16T10:55:26.812Z] testing: warning: no tests to run [2021-04-16T10:55:26.812Z] PASS [2021-04-16T10:55:26.812Z] [2021-04-16T10:55:26.812Z] DONE 0 tests in 0.018s [2021-04-16T10:55:26.812Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-04-16T10:55:26.812Z] INFO: Testing against a local daemon [2021-04-16T10:55:26.812Z] === RUN TestPluginWithDevMounts [2021-04-16T10:55:26.812Z] === PAUSE TestPluginWithDevMounts [2021-04-16T10:55:26.812Z] === CONT TestPluginWithDevMounts [2021-04-16T10:55:26.960Z] === RUN TestParseSignal [2021-04-16T10:55:26.960Z] --- PASS: TestParseSignal (0.00s) [2021-04-16T10:55:26.960Z] === RUN TestValidSignalForPlatform [2021-04-16T10:55:26.960Z] --- PASS: TestValidSignalForPlatform (0.00s) [2021-04-16T10:55:26.960Z] PASS [2021-04-16T10:55:26.960Z] coverage: 20.3% of statements [2021-04-16T10:55:26.960Z] ok github.com/docker/docker/pkg/signal 0.044s coverage: 20.3% of statements [2021-04-16T10:55:27.420Z] === RUN TestNewStdWriter [2021-04-16T10:55:27.420Z] --- PASS: TestNewStdWriter (0.00s) [2021-04-16T10:55:27.420Z] === RUN TestWriteWithUninitializedStdWriter [2021-04-16T10:55:27.420Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2021-04-16T10:55:27.420Z] === RUN TestWriteWithNilBytes [2021-04-16T10:55:27.420Z] --- PASS: TestWriteWithNilBytes (0.00s) [2021-04-16T10:55:27.420Z] === RUN TestWrite [2021-04-16T10:55:27.420Z] --- PASS: TestWrite (0.00s) [2021-04-16T10:55:27.420Z] === RUN TestWriteWithWriterError [2021-04-16T10:55:27.420Z] --- PASS: TestWriteWithWriterError (0.00s) [2021-04-16T10:55:27.420Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2021-04-16T10:55:27.420Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2021-04-16T10:55:27.420Z] === RUN TestStdCopyWriteAndRead [2021-04-16T10:55:27.420Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2021-04-16T10:55:27.420Z] === RUN TestStdCopyReturnsErrorReadingHeader [2021-04-16T10:55:27.420Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2021-04-16T10:55:27.420Z] === RUN TestStdCopyReturnsErrorReadingFrame [2021-04-16T10:55:27.420Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2021-04-16T10:55:27.420Z] === RUN TestStdCopyDetectsCorruptedFrame [2021-04-16T10:55:27.420Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2021-04-16T10:55:27.420Z] === RUN TestStdCopyWithInvalidInputHeader [2021-04-16T10:55:27.420Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2021-04-16T10:55:27.420Z] === RUN TestStdCopyWithCorruptedPrefix [2021-04-16T10:55:27.420Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2021-04-16T10:55:27.420Z] === RUN TestStdCopyReturnsWriteErrors [2021-04-16T10:55:27.420Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2021-04-16T10:55:27.420Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2021-04-16T10:55:27.420Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2021-04-16T10:55:27.420Z] === RUN TestStdCopyReturnsErrorFromSystem [2021-04-16T10:55:27.420Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2021-04-16T10:55:27.420Z] PASS [2021-04-16T10:55:27.420Z] coverage: 100.0% of statements [2021-04-16T10:55:27.420Z] ok github.com/docker/docker/pkg/stdcopy 0.042s coverage: 100.0% of statements [2021-04-16T10:55:27.882Z] === RUN TestRawProgressFormatterFormatStatus [2021-04-16T10:55:27.882Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2021-04-16T10:55:27.882Z] === RUN TestRawProgressFormatterFormatProgress [2021-04-16T10:55:27.882Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2021-04-16T10:55:27.882Z] === RUN TestFormatStatus [2021-04-16T10:55:27.882Z] --- PASS: TestFormatStatus (0.00s) [2021-04-16T10:55:27.882Z] === RUN TestFormatError [2021-04-16T10:55:27.882Z] --- PASS: TestFormatError (0.00s) [2021-04-16T10:55:27.882Z] === RUN TestFormatJSONError [2021-04-16T10:55:27.882Z] --- PASS: TestFormatJSONError (0.00s) [2021-04-16T10:55:27.882Z] === RUN TestJsonProgressFormatterFormatProgress [2021-04-16T10:55:27.882Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2021-04-16T10:55:27.882Z] === RUN TestJsonProgressFormatterFormatStatus [2021-04-16T10:55:27.882Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2021-04-16T10:55:27.882Z] === RUN TestNewJSONProgressOutput [2021-04-16T10:55:27.882Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2021-04-16T10:55:27.882Z] === RUN TestAuxFormatterEmit [2021-04-16T10:55:27.882Z] --- PASS: TestAuxFormatterEmit (0.00s) [2021-04-16T10:55:27.882Z] === RUN TestStreamWriterStdout [2021-04-16T10:55:27.882Z] --- PASS: TestStreamWriterStdout (0.00s) [2021-04-16T10:55:27.882Z] === RUN TestStreamWriterStderr [2021-04-16T10:55:27.882Z] --- PASS: TestStreamWriterStderr (0.00s) [2021-04-16T10:55:27.882Z] PASS [2021-04-16T10:55:27.882Z] coverage: 66.2% of statements [2021-04-16T10:55:27.882Z] ok github.com/docker/docker/pkg/streamformatter 0.053s coverage: 66.2% of statements [2021-04-16T10:55:27.882Z] time="2021-04-16T10:55:27Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49228/Test.Echo: Post http://127.0.0.1:49228/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2021-04-16T10:55:28.194Z] --- PASS: TestPluginWithDevMounts (1.69s) [2021-04-16T10:55:28.194Z] PASS [2021-04-16T10:55:28.194Z] [2021-04-16T10:55:28.194Z] DONE 1 tests in 1.726s [2021-04-16T10:55:28.194Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-04-16T10:55:28.343Z] === RUN TestGenerateRandomID [2021-04-16T10:55:28.343Z] --- PASS: TestGenerateRandomID (0.00s) [2021-04-16T10:55:28.343Z] === RUN TestShortenId [2021-04-16T10:55:28.343Z] --- PASS: TestShortenId (0.00s) [2021-04-16T10:55:28.343Z] === RUN TestShortenSha256Id [2021-04-16T10:55:28.343Z] --- PASS: TestShortenSha256Id (0.00s) [2021-04-16T10:55:28.343Z] === RUN TestShortenIdEmpty [2021-04-16T10:55:28.343Z] --- PASS: TestShortenIdEmpty (0.00s) [2021-04-16T10:55:28.343Z] === RUN TestShortenIdInvalid [2021-04-16T10:55:28.343Z] --- PASS: TestShortenIdInvalid (0.00s) [2021-04-16T10:55:28.343Z] === RUN TestIsShortIDNonHex [2021-04-16T10:55:28.343Z] --- PASS: TestIsShortIDNonHex (0.00s) [2021-04-16T10:55:28.343Z] === RUN TestIsShortIDNotCorrectSize [2021-04-16T10:55:28.343Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2021-04-16T10:55:28.343Z] PASS [2021-04-16T10:55:28.343Z] coverage: 70.6% of statements [2021-04-16T10:55:28.343Z] ok github.com/docker/docker/pkg/stringid 0.072s coverage: 70.6% of statements [2021-04-16T10:55:28.454Z] INFO: Testing against a local daemon [2021-04-16T10:55:28.454Z] === RUN TestSecretInspect [2021-04-16T10:55:29.280Z] --- PASS: TestBuildWithHugeFile (118.84s) [2021-04-16T10:55:29.280Z] === RUN TestBuildWCOWSandboxSize [2021-04-16T10:55:29.315Z] === RUN TestIsCpusetListAvailable [2021-04-16T10:55:29.315Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2021-04-16T10:55:29.315Z] PASS [2021-04-16T10:55:29.315Z] coverage: 38.2% of statements [2021-04-16T10:55:29.315Z] ok github.com/docker/docker/pkg/sysinfo 0.036s coverage: 38.2% of statements [2021-04-16T10:55:29.781Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-04-16T10:55:30.288Z] === RUN TestChtimes [2021-04-16T10:55:30.288Z] --- PASS: TestChtimes (0.00s) [2021-04-16T10:55:30.288Z] === RUN TestChtimesWindows [2021-04-16T10:55:30.288Z] --- PASS: TestChtimesWindows (0.00s) [2021-04-16T10:55:30.288Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2021-04-16T10:55:30.288Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2021-04-16T10:55:30.288Z] === RUN TestEnsureRemoveAllNotExist [2021-04-16T10:55:30.288Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2021-04-16T10:55:30.288Z] === RUN TestEnsureRemoveAllWithDir [2021-04-16T10:55:30.288Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2021-04-16T10:55:30.288Z] === RUN TestEnsureRemoveAllWithFile [2021-04-16T10:55:30.288Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2021-04-16T10:55:30.288Z] === RUN TestHasWin32KSupport [2021-04-16T10:55:30.288Z] --- PASS: TestHasWin32KSupport (0.00s) [2021-04-16T10:55:30.288Z] syscall_windows_test.go:8: win32k: true [2021-04-16T10:55:30.288Z] PASS [2021-04-16T10:55:30.288Z] coverage: 12.0% of statements [2021-04-16T10:55:30.288Z] ok github.com/docker/docker/pkg/system 0.053s coverage: 12.0% of statements [2021-04-16T10:55:30.288Z] === RUN TestTailFile [2021-04-16T10:55:30.288Z] --- PASS: TestTailFile (0.00s) [2021-04-16T10:55:30.288Z] === RUN TestTailFileManyLines [2021-04-16T10:55:30.288Z] --- PASS: TestTailFileManyLines (0.00s) [2021-04-16T10:55:30.288Z] === RUN TestTailEmptyFile [2021-04-16T10:55:30.288Z] --- PASS: TestTailEmptyFile (0.00s) [2021-04-16T10:55:30.288Z] === RUN TestTailNegativeN [2021-04-16T10:55:30.288Z] --- PASS: TestTailNegativeN (0.00s) [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader [2021-04-16T10:55:30.288Z] === CONT TestNewTailReader [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/4_byte_delimiter [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/4_byte_delimiter [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/8_byte_delimiter [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/8_byte_delimiter [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/12_byte_delimiter [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/12_byte_delimiter [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/no_delimiter [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/no_delimiter [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/single_byte_delimiter [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/single_byte_delimiter [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/2_byte_delimiter [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/2_byte_delimiter [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/truncated_last_line [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/truncated_last_line#01 [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/truncated_last_line#02 [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2021-04-16T10:55:30.288Z] === CONT TestNewTailReader/4_byte_delimiter [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2021-04-16T10:55:30.288Z] === CONT TestNewTailReader/no_delimiter [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/no_delimiter/no_lines [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-04-16T10:55:30.288Z] === CONT TestNewTailReader/2_byte_delimiter [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2021-04-16T10:55:30.288Z] === CONT TestNewTailReader/12_byte_delimiter [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-04-16T10:55:30.288Z] === CONT TestNewTailReader/single_byte_delimiter [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2021-04-16T10:55:30.288Z] === CONT TestNewTailReader/8_byte_delimiter [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-04-16T10:55:30.288Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-04-16T10:55:30.288Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-16T10:55:30.288Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-16T10:55:30.288Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2021-04-16T10:55:30.288Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-04-16T10:55:30.288Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-04-16T10:55:30.288Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-16T10:55:30.288Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-16T10:55:30.288Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-16T10:55:30.289Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-16T10:55:30.289Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-04-16T10:55:30.289Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-04-16T10:55:30.289Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-04-16T10:55:30.289Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-16T10:55:30.289Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-16T10:55:30.289Z] === CONT TestNewTailReader/no_delimiter/no_lines [2021-04-16T10:55:30.289Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-04-16T10:55:30.289Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-04-16T10:55:30.289Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-04-16T10:55:30.289Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-04-16T10:55:30.289Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-04-16T10:55:30.289Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-16T10:55:30.289Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-16T10:55:30.289Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2021-04-16T10:55:30.289Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-04-16T10:55:30.289Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-04-16T10:55:30.289Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-04-16T10:55:30.289Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-04-16T10:55:30.289Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-04-16T10:55:30.289Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-04-16T10:55:30.289Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-04-16T10:55:30.289Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-04-16T10:55:30.289Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-04-16T10:55:30.289Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-04-16T10:55:30.289Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-04-16T10:55:30.289Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-04-16T10:55:30.289Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-04-16T10:55:30.289Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-04-16T10:55:30.289Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-04-16T10:55:30.289Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-04-16T10:55:30.289Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-04-16T10:55:30.289Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-04-16T10:55:30.289Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-04-16T10:55:30.289Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-04-16T10:55:30.289Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-16T10:55:30.289Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-16T10:55:30.289Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2021-04-16T10:55:30.289Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-04-16T10:55:30.289Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-16T10:55:30.751Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-16T10:55:30.751Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-16T10:55:30.751Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-16T10:55:30.751Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-04-16T10:55:30.751Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-04-16T10:55:30.751Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-16T10:55:30.751Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-16T10:55:30.751Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-16T10:55:30.751Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-16T10:55:30.751Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-16T10:55:30.751Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-16T10:55:30.751Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-04-16T10:55:30.751Z] time="2021-04-16T10:55:30Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49228/Test.Echo: Post http://127.0.0.1:49228/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-16T10:55:30.751Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-16T10:55:30.751Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-16T10:55:30.751Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-04-16T10:55:30.751Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-04-16T10:55:30.751Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-16T10:55:30.752Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-16T10:55:30.752Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-16T10:55:30.752Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-16T10:55:30.752Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-16T10:55:30.752Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-16T10:55:30.752Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-16T10:55:30.752Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-16T10:55:30.752Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-16T10:55:30.752Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-16T10:55:30.752Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-16T10:55:30.752Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-16T10:55:30.752Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-16T10:55:30.752Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-16T10:55:30.752Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-16T10:55:30.752Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-16T10:55:30.752Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-16T10:55:30.752Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-04-16T10:55:30.752Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-16T10:55:30.752Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-16T10:55:30.752Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-16T10:55:30.752Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-04-16T10:55:30.752Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-04-16T10:55:30.752Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-16T10:55:30.752Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-16T10:55:30.753Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-04-16T10:55:30.753Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-04-16T10:55:30.753Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-16T10:55:30.753Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-16T10:55:30.753Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-16T10:55:30.753Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-16T10:55:30.753Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-16T10:55:30.753Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-16T10:55:30.753Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-16T10:55:30.753Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-16T10:55:30.753Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-16T10:55:30.753Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-16T10:55:30.753Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-16T10:55:30.753Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-16T10:55:30.753Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-16T10:55:30.753Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-16T10:55:30.753Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-16T10:55:30.753Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-16T10:55:30.753Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-16T10:55:30.753Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-16T10:55:30.753Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-16T10:55:30.753Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-04-16T10:55:30.753Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-04-16T10:55:30.753Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-04-16T10:55:30.753Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-04-16T10:55:30.753Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-04-16T10:55:30.753Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-04-16T10:55:30.753Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-04-16T10:55:30.753Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-04-16T10:55:30.753Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-04-16T10:55:30.753Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-04-16T10:55:30.753Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-16T10:55:30.753Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-04-16T10:55:30.753Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-04-16T10:55:30.753Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-04-16T10:55:30.753Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-16T10:55:30.753Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-16T10:55:30.753Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-16T10:55:30.753Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-04-16T10:55:30.753Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-04-16T10:55:30.753Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-16T10:55:30.754Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-16T10:55:30.754Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-04-16T10:55:30.754Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-16T10:55:30.754Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-16T10:55:30.754Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-16T10:55:30.754Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-16T10:55:30.754Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-16T10:55:30.754Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-16T10:55:30.754Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-16T10:55:30.754Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-16T10:55:30.754Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-16T10:55:30.754Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-16T10:55:30.754Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-16T10:55:30.754Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-16T10:55:30.754Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-16T10:55:30.754Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-16T10:55:30.754Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-16T10:55:30.754Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-16T10:55:30.754Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-16T10:55:30.754Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-16T10:55:30.754Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-16T10:55:30.754Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-16T10:55:30.754Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-16T10:55:30.754Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-16T10:55:30.754Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-16T10:55:30.754Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-16T10:55:30.754Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-16T10:55:30.754Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-16T10:55:30.754Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-16T10:55:30.754Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-16T10:55:30.754Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-16T10:55:30.754Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-16T10:55:30.754Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-16T10:55:30.754Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-16T10:55:30.754Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-16T10:55:30.754Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-16T10:55:30.754Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-16T10:55:30.754Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-16T10:55:30.754Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-16T10:55:30.754Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-16T10:55:30.754Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-16T10:55:30.754Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-16T10:55:30.754Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2021-04-16T10:55:30.754Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-04-16T10:55:30.754Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-04-16T10:55:30.754Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-04-16T10:55:30.754Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-04-16T10:55:30.754Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-04-16T10:55:30.754Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-04-16T10:55:30.754Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-04-16T10:55:30.754Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-04-16T10:55:30.754Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-04-16T10:55:30.754Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-04-16T10:55:30.754Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-04-16T10:55:30.754Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-04-16T10:55:30.754Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-04-16T10:55:30.754Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-04-16T10:55:30.754Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-04-16T10:55:30.754Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-04-16T10:55:30.754Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-04-16T10:55:30.754Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-04-16T10:55:30.754Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-04-16T10:55:30.754Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-04-16T10:55:30.754Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-16T10:55:30.754Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-16T10:55:30.754Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2021-04-16T10:55:30.754Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-04-16T10:55:30.754Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-04-16T10:55:30.754Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-04-16T10:55:30.754Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-04-16T10:55:30.754Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-04-16T10:55:30.754Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-04-16T10:55:30.754Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-16T10:55:30.754Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-16T10:55:30.754Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-16T10:55:30.754Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-04-16T10:55:30.754Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-04-16T10:55:30.754Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-04-16T10:55:30.754Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-16T10:55:30.754Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-04-16T10:55:30.754Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-16T10:55:30.754Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-16T10:55:30.754Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-04-16T10:55:30.754Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-04-16T10:55:30.754Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-16T10:55:30.754Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-04-16T10:55:30.754Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-04-16T10:55:30.754Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-04-16T10:55:30.754Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-04-16T10:55:30.754Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-04-16T10:55:30.754Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-04-16T10:55:30.754Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-04-16T10:55:30.754Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-04-16T10:55:30.754Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-04-16T10:55:30.754Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-04-16T10:55:30.754Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-16T10:55:30.754Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-16T10:55:30.754Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-16T10:55:30.754Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-04-16T10:55:30.754Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-04-16T10:55:30.754Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-04-16T10:55:30.754Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-04-16T10:55:30.754Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-16T10:55:30.754Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-16T10:55:30.754Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-16T10:55:30.754Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-16T10:55:30.754Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-16T10:55:30.754Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-16T10:55:30.754Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-16T10:55:30.754Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-04-16T10:55:30.754Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-04-16T10:55:30.754Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-04-16T10:55:30.754Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-04-16T10:55:30.994Z] --- PASS: TestSecretInspect (2.60s) [2021-04-16T10:55:30.994Z] === RUN TestSecretList [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-16T10:55:31.217Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-16T10:55:31.218Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-16T10:55:31.218Z] --- PASS: TestNewTailReader (0.00s) [2021-04-16T10:55:31.218Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2021-04-16T10:55:31.218Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2021-04-16T10:55:31.218Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2021-04-16T10:55:31.218Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2021-04-16T10:55:31.218Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2021-04-16T10:55:31.218Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2021-04-16T10:55:31.218Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2021-04-16T10:55:31.218Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2021-04-16T10:55:31.218Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2021-04-16T10:55:31.218Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.218Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2021-04-16T10:55:31.218Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-04-16T10:55:31.218Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.218Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2021-04-16T10:55:31.218Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.03s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.02s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.01s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.03s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.03s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.04s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.02s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.06s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.219Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.01s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.01s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.01s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.04s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.01s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-04-16T10:55:31.220Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-04-16T10:55:31.221Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-04-16T10:55:31.221Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-04-16T10:55:31.221Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-04-16T10:55:31.221Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.221Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-04-16T10:55:31.221Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-04-16T10:55:31.221Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-04-16T10:55:31.221Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.221Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-04-16T10:55:31.221Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-04-16T10:55:31.221Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-04-16T10:55:31.221Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-04-16T10:55:31.221Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2021-04-16T10:55:31.221Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2021-04-16T10:55:31.221Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.221Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2021-04-16T10:55:31.221Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2021-04-16T10:55:31.221Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2021-04-16T10:55:31.221Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2021-04-16T10:55:31.221Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2021-04-16T10:55:31.221Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2021-04-16T10:55:31.221Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2021-04-16T10:55:31.221Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2021-04-16T10:55:31.221Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2021-04-16T10:55:31.221Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2021-04-16T10:55:31.221Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-04-16T10:55:31.221Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-04-16T10:55:31.221Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-04-16T10:55:31.221Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.221Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2021-04-16T10:55:31.221Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-04-16T10:55:31.221Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-04-16T10:55:31.221Z] PASS [2021-04-16T10:55:31.221Z] coverage: 88.6% of statements [2021-04-16T10:55:31.221Z] ok github.com/docker/docker/pkg/tailfile 0.440s coverage: 88.6% of statements [2021-04-16T10:55:31.681Z] === RUN TestTarSumRemoveNonExistent [2021-04-16T10:55:31.681Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2021-04-16T10:55:31.681Z] === RUN TestTarSumRemove [2021-04-16T10:55:31.681Z] --- PASS: TestTarSumRemove (0.00s) [2021-04-16T10:55:31.681Z] === RUN TestSortFileInfoSums [2021-04-16T10:55:31.681Z] --- PASS: TestSortFileInfoSums (0.00s) [2021-04-16T10:55:31.681Z] === RUN TestNewTarSumForLabelInvalid [2021-04-16T10:55:31.681Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2021-04-16T10:55:31.681Z] === RUN TestNewTarSumForLabel [2021-04-16T10:55:31.681Z] --- PASS: TestNewTarSumForLabel (0.00s) [2021-04-16T10:55:31.681Z] === RUN TestEmptyTar [2021-04-16T10:55:31.681Z] --- PASS: TestEmptyTar (0.00s) [2021-04-16T10:55:31.681Z] === RUN TestTarSumsReadSize [2021-04-16T10:55:31.681Z] --- PASS: TestTarSumsReadSize (0.00s) [2021-04-16T10:55:31.681Z] === RUN TestTarSums [2021-04-16T10:55:31.681Z] --- PASS: TestTarSums (0.07s) [2021-04-16T10:55:31.681Z] === RUN TestIteration [2021-04-16T10:55:31.681Z] --- PASS: TestIteration (0.00s) [2021-04-16T10:55:31.681Z] === RUN TestVersionLabelForChecksum [2021-04-16T10:55:31.681Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2021-04-16T10:55:31.681Z] === RUN TestVersion [2021-04-16T10:55:31.681Z] --- PASS: TestVersion (0.00s) [2021-04-16T10:55:31.681Z] === RUN TestGetVersion [2021-04-16T10:55:31.681Z] --- PASS: TestGetVersion (0.00s) [2021-04-16T10:55:31.681Z] === RUN TestGetVersions [2021-04-16T10:55:31.681Z] --- PASS: TestGetVersions (0.00s) [2021-04-16T10:55:31.681Z] PASS [2021-04-16T10:55:31.681Z] coverage: 89.3% of statements [2021-04-16T10:55:31.681Z] ok github.com/docker/docker/pkg/tarsum 0.138s coverage: 89.3% of statements [2021-04-16T10:55:32.142Z] testing: warning: no tests to run [2021-04-16T10:55:32.142Z] PASS [2021-04-16T10:55:32.142Z] coverage: [no statements] [2021-04-16T10:55:32.142Z] ok github.com/docker/docker/pkg/term/windows 0.038s coverage: [no statements] [no tests to run] [2021-04-16T10:55:32.581Z] --- PASS: TestContainerKillOnDaemonStart (12.91s) [2021-04-16T10:55:32.582Z] PASS [2021-04-16T10:55:32.582Z] [2021-04-16T10:55:32.582Z] === Skipped [2021-04-16T10:55:32.582Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2021-04-16T10:55:32.582Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-04-16T10:55:32.582Z] [2021-04-16T10:55:32.582Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-04-16T10:55:32.582Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-04-16T10:55:32.582Z] [2021-04-16T10:55:32.582Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2021-04-16T10:55:32.582Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-04-16T10:55:32.582Z] [2021-04-16T10:55:32.582Z] [2021-04-16T10:55:32.582Z] DONE 197 tests, 3 skipped in 115.710s [2021-04-16T10:55:32.582Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2021-04-16T10:55:32.582Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:55:32.582Z] ++ set -e [2021-04-16T10:55:32.582Z] ++ '[' -n 0 ']' [2021-04-16T10:55:32.582Z] ++ set -x [2021-04-16T10:55:32.582Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:55:32.582Z] INFO: Testing against a local daemon [2021-04-16T10:55:32.582Z] === RUN TestCommitInheritsEnv [2021-04-16T10:55:32.582Z] --- PASS: TestCommitInheritsEnv (0.35s) [2021-04-16T10:55:32.582Z] === RUN TestImportExtremelyLargeImageWorks [2021-04-16T10:55:32.582Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-04-16T10:55:32.582Z] === RUN TestImagesFilterMultiReference [2021-04-16T10:55:32.582Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2021-04-16T10:55:32.582Z] === RUN TestImagePullPlatformInvalid [2021-04-16T10:55:32.582Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-04-16T10:55:32.582Z] === RUN TestRemoveImageOrphaning [2021-04-16T10:55:32.603Z] === RUN TestTruncIndex [2021-04-16T10:55:32.603Z] --- PASS: TestTruncIndex (0.10s) [2021-04-16T10:55:32.603Z] PASS [2021-04-16T10:55:32.603Z] coverage: 91.5% of statements [2021-04-16T10:55:33.065Z] ok github.com/docker/docker/pkg/truncindex 0.148s coverage: 91.5% of statements [2021-04-16T10:55:33.065Z] === RUN TestIsGIT [2021-04-16T10:55:33.065Z] --- PASS: TestIsGIT (0.00s) [2021-04-16T10:55:33.065Z] === RUN TestIsTransport [2021-04-16T10:55:33.065Z] --- PASS: TestIsTransport (0.00s) [2021-04-16T10:55:33.065Z] PASS [2021-04-16T10:55:33.065Z] coverage: 100.0% of statements [2021-04-16T10:55:33.065Z] ok github.com/docker/docker/pkg/urlutil 0.042s coverage: 100.0% of statements [2021-04-16T10:55:33.230Z] --- PASS: TestRemoveImageOrphaning (0.34s) [2021-04-16T10:55:33.230Z] === RUN TestRemoveImageGarbageCollector [2021-04-16T10:55:33.230Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-04-16T10:55:33.230Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-16T10:55:33.230Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-04-16T10:55:33.230Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2021-04-16T10:55:33.230Z] === RUN TestTagInvalidReference [2021-04-16T10:55:33.230Z] --- PASS: TestTagInvalidReference (0.02s) [2021-04-16T10:55:33.230Z] === RUN TestTagValidPrefixedRepo [2021-04-16T10:55:33.230Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2021-04-16T10:55:33.230Z] === RUN TestTagExistedNameWithoutForce [2021-04-16T10:55:33.230Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2021-04-16T10:55:33.230Z] === RUN TestTagOfficialNames [2021-04-16T10:55:33.230Z] --- PASS: TestTagOfficialNames (0.04s) [2021-04-16T10:55:33.230Z] === RUN TestTagMatchesDigest [2021-04-16T10:55:33.230Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-04-16T10:55:33.230Z] === CONT TestImportExtremelyLargeImageWorks [2021-04-16T10:55:33.525Z] === RUN TestVersionInfo [2021-04-16T10:55:33.525Z] --- PASS: TestVersionInfo (0.00s) [2021-04-16T10:55:33.525Z] === RUN TestAppendVersions [2021-04-16T10:55:33.525Z] --- PASS: TestAppendVersions (0.00s) [2021-04-16T10:55:33.525Z] PASS [2021-04-16T10:55:33.525Z] coverage: 88.9% of statements [2021-04-16T10:55:33.525Z] ok github.com/docker/docker/pkg/useragent 0.038s coverage: 88.9% of statements [2021-04-16T10:55:33.534Z] --- PASS: TestSecretList (2.53s) [2021-04-16T10:55:33.534Z] === RUN TestSecretsCreateAndDelete [2021-04-16T10:55:33.989Z] === RUN TestDockerDaemonSuite/TestShmSize [2021-04-16T10:55:35.068Z] time="2021-04-16T10:55:34Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49228/Test.Echo: Post http://127.0.0.1:49228/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2021-04-16T10:55:35.531Z] === RUN TestValidatePrivileges [2021-04-16T10:55:35.531Z] --- PASS: TestValidatePrivileges (0.00s) [2021-04-16T10:55:35.531Z] === RUN TestFilterByCapNeg [2021-04-16T10:55:35.531Z] --- PASS: TestFilterByCapNeg (0.00s) [2021-04-16T10:55:35.531Z] === RUN TestFilterByCapPos [2021-04-16T10:55:35.531Z] --- PASS: TestFilterByCapPos (0.00s) [2021-04-16T10:55:35.531Z] === RUN TestStoreGetPluginNotMatchCapRefs [2021-04-16T10:55:35.531Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2021-04-16T10:55:35.531Z] PASS [2021-04-16T10:55:35.531Z] coverage: 12.0% of statements [2021-04-16T10:55:35.531Z] ok github.com/docker/docker/plugin 0.071s coverage: 12.0% of statements [2021-04-16T10:55:35.531Z] === RUN TestNewSettable [2021-04-16T10:55:35.531Z] --- PASS: TestNewSettable (0.00s) [2021-04-16T10:55:35.531Z] === RUN TestIsSettable [2021-04-16T10:55:35.531Z] --- PASS: TestIsSettable (0.00s) [2021-04-16T10:55:35.531Z] === RUN TestUpdateSettingsEnv [2021-04-16T10:55:35.531Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2021-04-16T10:55:35.531Z] PASS [2021-04-16T10:55:35.531Z] coverage: 20.1% of statements [2021-04-16T10:55:35.531Z] ok github.com/docker/docker/plugin/v2 0.042s coverage: 20.1% of statements [2021-04-16T10:55:36.072Z] --- PASS: TestSecretsCreateAndDelete (2.44s) [2021-04-16T10:55:36.072Z] === RUN TestSecretsUpdate [2021-04-16T10:55:36.503Z] === RUN TestLoad [2021-04-16T10:55:36.503Z] --- PASS: TestLoad (0.00s) [2021-04-16T10:55:36.503Z] === RUN TestSave [2021-04-16T10:55:36.503Z] --- PASS: TestSave (0.04s) [2021-04-16T10:55:36.503Z] === RUN TestAddDeleteGet [2021-04-16T10:55:36.535Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2021-04-16T10:55:36.965Z] --- PASS: TestAddDeleteGet (0.04s) [2021-04-16T10:55:36.965Z] === RUN TestInvalidTags [2021-04-16T10:55:36.965Z] --- PASS: TestInvalidTags (0.01s) [2021-04-16T10:55:36.965Z] PASS [2021-04-16T10:55:36.965Z] coverage: 84.4% of statements [2021-04-16T10:55:36.965Z] ok github.com/docker/docker/reference 0.133s coverage: 84.4% of statements [2021-04-16T10:55:38.509Z] === RUN TestResolveAuthConfigIndexServer [2021-04-16T10:55:38.509Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2021-04-16T10:55:38.509Z] === RUN TestResolveAuthConfigFullURL [2021-04-16T10:55:38.509Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2021-04-16T10:55:38.509Z] === RUN TestLoadAllowNondistributableArtifacts [2021-04-16T10:55:38.509Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2021-04-16T10:55:38.509Z] === RUN TestValidateMirror [2021-04-16T10:55:38.509Z] --- PASS: TestValidateMirror (0.00s) [2021-04-16T10:55:38.509Z] === RUN TestLoadInsecureRegistries [2021-04-16T10:55:38.509Z] === RUN TestResumableRequestHeaderSimpleErrors [2021-04-16T10:55:38.509Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2021-04-16T10:55:38.509Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2021-04-16T10:55:38.509Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2021-04-16T10:55:38.509Z] === RUN TestResumableRequestHeaderTooMuchFailures [2021-04-16T10:55:38.509Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2021-04-16T10:55:38.509Z] === RUN TestResumableRequestReaderWithReadError [2021-04-16T10:55:38.509Z] time="2021-04-16T10:55:38Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-04-16T10:55:38.509Z] time="2021-04-16T10:55:38Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2021-04-16T10:55:38.509Z] time="2021-04-16T10:55:38Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-04-16T10:55:38.509Z] --- PASS: TestLoadInsecureRegistries (0.15s) [2021-04-16T10:55:38.509Z] === RUN TestNewServiceConfig [2021-04-16T10:55:38.509Z] --- PASS: TestNewServiceConfig (0.00s) [2021-04-16T10:55:38.509Z] === RUN TestValidateIndexName [2021-04-16T10:55:38.509Z] --- PASS: TestValidateIndexName (0.00s) [2021-04-16T10:55:38.509Z] === RUN TestValidateIndexNameWithError [2021-04-16T10:55:38.509Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2021-04-16T10:55:38.509Z] === RUN TestEndpointParse [2021-04-16T10:55:38.509Z] --- PASS: TestEndpointParse (0.00s) [2021-04-16T10:55:38.509Z] === RUN TestEndpointParseInvalid [2021-04-16T10:55:38.509Z] --- PASS: TestEndpointParseInvalid (0.00s) [2021-04-16T10:55:38.509Z] === RUN TestValidateEndpoint [2021-04-16T10:55:38.509Z] --- PASS: TestValidateEndpoint (0.01s) [2021-04-16T10:55:38.509Z] === RUN TestPing [2021-04-16T10:55:38.509Z] --- PASS: TestPing (0.00s) [2021-04-16T10:55:38.509Z] === RUN TestPingRegistryEndpoint [2021-04-16T10:55:38.509Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2021-04-16T10:55:38.509Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:55:38.509Z] === RUN TestEndpoint [2021-04-16T10:55:38.509Z] --- SKIP: TestEndpoint (0.00s) [2021-04-16T10:55:38.509Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:55:38.509Z] === RUN TestParseRepositoryInfo [2021-04-16T10:55:38.509Z] --- PASS: TestParseRepositoryInfo (0.00s) [2021-04-16T10:55:38.509Z] === RUN TestNewIndexInfo [2021-04-16T10:55:38.509Z] --- PASS: TestNewIndexInfo (0.00s) [2021-04-16T10:55:38.509Z] === RUN TestMirrorEndpointLookup [2021-04-16T10:55:38.509Z] --- SKIP: TestMirrorEndpointLookup (0.01s) [2021-04-16T10:55:38.509Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:55:38.509Z] === RUN TestSearchRepositories [2021-04-16T10:55:38.509Z] --- PASS: TestSearchRepositories (0.00s) [2021-04-16T10:55:38.509Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2021-04-16T10:55:38.509Z] Host: 127.0.0.1:49233 [2021-04-16T10:55:38.509Z] User-Agent: docker test client [2021-04-16T10:55:38.509Z] Authorization: Token fake-token [2021-04-16T10:55:38.509Z] X-Docker-Token: true [2021-04-16T10:55:38.509Z] Accept-Encoding: gzip [2021-04-16T10:55:38.509Z] [2021-04-16T10:55:38.509Z] [2021-04-16T10:55:38.509Z] registry_test.go:730: HTTP/1.1 200 OK [2021-04-16T10:55:38.509Z] Connection: close [2021-04-16T10:55:38.509Z] Content-Length: 144 [2021-04-16T10:55:38.509Z] Cache-Control: no-cache [2021-04-16T10:55:38.509Z] Content-Type: application/json [2021-04-16T10:55:38.509Z] Date: Fri, 16 Apr 2021 10:55:38 GMT [2021-04-16T10:55:38.509Z] Expires: -1 [2021-04-16T10:55:38.509Z] Pragma: no-cache [2021-04-16T10:55:38.509Z] Server: docker-tests/mock [2021-04-16T10:55:38.509Z] X-Docker-Registry-Config: mock [2021-04-16T10:55:38.509Z] X-Docker-Registry-Version: 0.0.0 [2021-04-16T10:55:38.509Z] [2021-04-16T10:55:38.509Z] [2021-04-16T10:55:38.509Z] === RUN TestTrustedLocation [2021-04-16T10:55:38.509Z] --- PASS: TestTrustedLocation (0.00s) [2021-04-16T10:55:38.509Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2021-04-16T10:55:38.509Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2021-04-16T10:55:38.509Z] === RUN TestAllowNondistributableArtifacts [2021-04-16T10:55:38.509Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2021-04-16T10:55:38.509Z] === RUN TestIsSecureIndex [2021-04-16T10:55:38.509Z] --- PASS: TestIsSecureIndex (0.00s) [2021-04-16T10:55:38.509Z] PASS [2021-04-16T10:55:38.509Z] coverage: 51.7% of statements [2021-04-16T10:55:38.509Z] ok github.com/docker/docker/registry 0.310s coverage: 51.7% of statements [2021-04-16T10:55:38.509Z] time="2021-04-16T10:55:38Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2021-04-16T10:55:38.509Z] --- PASS: TestResumableRequestReaderWithReadError (0.17s) [2021-04-16T10:55:38.509Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2021-04-16T10:55:38.509Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2021-04-16T10:55:38.509Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2021-04-16T10:55:38.509Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2021-04-16T10:55:38.509Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2021-04-16T10:55:38.509Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2021-04-16T10:55:38.509Z] === RUN TestResumableRequestReader [2021-04-16T10:55:38.509Z] --- PASS: TestResumableRequestReader (0.00s) [2021-04-16T10:55:38.509Z] === RUN TestResumableRequestReaderWithInitialResponse [2021-04-16T10:55:38.509Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2021-04-16T10:55:38.509Z] PASS [2021-04-16T10:55:38.509Z] coverage: 100.0% of statements [2021-04-16T10:55:38.509Z] ok github.com/docker/docker/registry/resumable 0.283s coverage: 100.0% of statements [2021-04-16T10:55:38.610Z] --- PASS: TestSecretsUpdate (2.46s) [2021-04-16T10:55:38.611Z] === RUN TestTemplatedSecret [2021-04-16T10:55:39.483Z] === RUN TestRestartManagerTimeout [2021-04-16T10:55:39.483Z] --- PASS: TestRestartManagerTimeout (0.00s) [2021-04-16T10:55:39.483Z] === RUN TestRestartManagerTimeoutReset [2021-04-16T10:55:39.483Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2021-04-16T10:55:39.483Z] PASS [2021-04-16T10:55:39.483Z] coverage: 50.9% of statements [2021-04-16T10:55:39.483Z] ok github.com/docker/docker/restartmanager 0.043s coverage: 50.9% of statements [2021-04-16T10:55:39.943Z] === RUN TestDecodeContainerConfig [2021-04-16T10:55:39.943Z] --- PASS: TestDecodeContainerConfig (0.00s) [2021-04-16T10:55:39.943Z] === RUN TestDecodeContainerConfigIsolation [2021-04-16T10:55:39.943Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2021-04-16T10:55:39.943Z] === RUN TestValidatePrivileged [2021-04-16T10:55:39.943Z] --- PASS: TestValidatePrivileged (0.00s) [2021-04-16T10:55:39.943Z] PASS [2021-04-16T10:55:39.943Z] coverage: 52.2% of statements [2021-04-16T10:55:39.943Z] ok github.com/docker/docker/runconfig 0.044s coverage: 52.2% of statements [2021-04-16T10:55:40.405Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2021-04-16T10:55:40.405Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2021-04-16T10:55:40.405Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2021-04-16T10:55:40.405Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2021-04-16T10:55:40.405Z] PASS [2021-04-16T10:55:40.405Z] coverage: 62.5% of statements [2021-04-16T10:55:40.405Z] ok github.com/docker/docker/testutil 0.078s coverage: 62.5% of statements [2021-04-16T10:55:40.743Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2021-04-16T10:55:40.743Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2021-04-16T10:55:41.907Z] --- PASS: TestTemplatedSecret (3.51s) [2021-04-16T10:55:41.907Z] === RUN TestSecretCreateResolve [2021-04-16T10:55:41.950Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-04-16T10:55:41.950Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-04-16T10:55:41.950Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-04-16T10:55:41.950Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-04-16T10:55:41.950Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-04-16T10:55:41.950Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2021-04-16T10:55:41.950Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2021-04-16T10:55:41.950Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-04-16T10:55:41.950Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-04-16T10:55:43.493Z] === RUN TestGetAddress [2021-04-16T10:55:43.493Z] --- PASS: TestGetAddress (0.00s) [2021-04-16T10:55:43.493Z] === RUN TestRemove [2021-04-16T10:55:43.493Z] --- SKIP: TestRemove (0.00s) [2021-04-16T10:55:43.493Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-04-16T10:55:43.493Z] === RUN TestInitializeWithVolumes [2021-04-16T10:55:43.493Z] --- PASS: TestInitializeWithVolumes (0.01s) [2021-04-16T10:55:43.493Z] === RUN TestCreate [2021-04-16T10:55:43.493Z] --- PASS: TestCreate (0.01s) [2021-04-16T10:55:43.493Z] === RUN TestValidateName [2021-04-16T10:55:43.493Z] --- PASS: TestValidateName (0.00s) [2021-04-16T10:55:43.493Z] === RUN TestCreateWithOpts [2021-04-16T10:55:43.493Z] --- SKIP: TestCreateWithOpts (0.00s) [2021-04-16T10:55:43.493Z] local_test.go:181: runtime.GOOS == "windows" [2021-04-16T10:55:43.493Z] === RUN TestRelaodNoOpts [2021-04-16T10:55:43.493Z] --- PASS: TestRelaodNoOpts (0.01s) [2021-04-16T10:55:43.493Z] PASS [2021-04-16T10:55:43.493Z] coverage: 41.5% of statements [2021-04-16T10:55:43.493Z] ok github.com/docker/docker/volume/local 0.110s coverage: 41.5% of statements [2021-04-16T10:55:43.493Z] --- PASS: TestNewClientWithTimeout (17.63s) [2021-04-16T10:55:43.493Z] === RUN TestClientStream [2021-04-16T10:55:43.493Z] --- PASS: TestClientStream (0.00s) [2021-04-16T10:55:43.493Z] === RUN TestClientSendFile [2021-04-16T10:55:43.493Z] --- PASS: TestClientSendFile (0.00s) [2021-04-16T10:55:43.493Z] === RUN TestClientWithRequestTimeout [2021-04-16T10:55:43.493Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2021-04-16T10:55:43.493Z] === RUN TestFileSpecPlugin [2021-04-16T10:55:43.493Z] --- PASS: TestFileSpecPlugin (0.01s) [2021-04-16T10:55:43.493Z] === RUN TestFileJSONSpecPlugin [2021-04-16T10:55:43.493Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2021-04-16T10:55:43.493Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2021-04-16T10:55:43.493Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2021-04-16T10:55:43.493Z] === RUN TestPluginAddHandler [2021-04-16T10:55:43.493Z] --- PASS: TestPluginAddHandler (0.00s) [2021-04-16T10:55:43.493Z] === RUN TestPluginWaitBadPlugin [2021-04-16T10:55:43.493Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2021-04-16T10:55:43.493Z] === RUN TestGet [2021-04-16T10:55:43.493Z] time="2021-04-16T10:55:43Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2021-04-16T10:55:43.493Z] === RUN TestGetDriver [2021-04-16T10:55:43.493Z] --- PASS: TestGetDriver (0.00s) [2021-04-16T10:55:43.493Z] === RUN TestVolumeRequestError [2021-04-16T10:55:43.493Z] --- PASS: TestVolumeRequestError (0.01s) [2021-04-16T10:55:43.493Z] PASS [2021-04-16T10:55:43.493Z] coverage: 36.1% of statements [2021-04-16T10:55:43.493Z] ok github.com/docker/docker/volume/drivers 0.134s coverage: 36.1% of statements [2021-04-16T10:55:43.817Z] --- PASS: TestSecretCreateResolve (2.05s) [2021-04-16T10:55:43.817Z] PASS [2021-04-16T10:55:43.817Z] [2021-04-16T10:55:43.817Z] DONE 6 tests in 15.631s [2021-04-16T10:55:43.954Z] === RUN TestConvertTmpfsOptions [2021-04-16T10:55:43.954Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2021-04-16T10:55:43.954Z] parser_test.go:49: data="mode=700,size=1m" [2021-04-16T10:55:43.954Z] parser_test.go:49: data="ro" [2021-04-16T10:55:43.954Z] === RUN TestParseMountRaw [2021-04-16T10:55:43.954Z] --- PASS: TestParseMountRaw (0.04s) [2021-04-16T10:55:43.954Z] === RUN TestParseMountRawSplit [2021-04-16T10:55:43.954Z] --- PASS: TestParseMountRawSplit (0.00s) [2021-04-16T10:55:43.954Z] parser_test.go:390: case 0 [2021-04-16T10:55:43.954Z] parser_test.go:390: case 1 [2021-04-16T10:55:43.954Z] parser_test.go:390: case 2 [2021-04-16T10:55:43.954Z] parser_test.go:390: case 3 [2021-04-16T10:55:43.954Z] parser_test.go:390: case 4 [2021-04-16T10:55:44.043Z] --- PASS: TestInfoAPIWarnings (17.14s) [2021-04-16T10:55:44.043Z] === RUN TestInfoDebug [2021-04-16T10:55:44.043Z] --- PASS: TestInfoDebug (1.15s) [2021-04-16T10:55:44.043Z] === RUN TestInfoInsecureRegistries [2021-04-16T10:55:44.077Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-04-16T10:55:44.077Z] INFO: Testing against a local daemon [2021-04-16T10:55:44.077Z] === RUN TestServiceCreateInit [2021-04-16T10:55:44.077Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-04-16T10:55:44.414Z] parser_test.go:390: case 5 [2021-04-16T10:55:44.414Z] parser_test.go:390: case 6 [2021-04-16T10:55:44.414Z] parser_test.go:390: case 7 [2021-04-16T10:55:44.414Z] parser_test.go:390: case 8 [2021-04-16T10:55:44.414Z] parser_test.go:390: case 0 [2021-04-16T10:55:44.414Z] parser_test.go:390: case 1 [2021-04-16T10:55:44.414Z] parser_test.go:390: case 2 [2021-04-16T10:55:44.414Z] parser_test.go:390: case 3 [2021-04-16T10:55:44.414Z] parser_test.go:390: case 4 [2021-04-16T10:55:44.414Z] parser_test.go:390: case 5 [2021-04-16T10:55:44.414Z] parser_test.go:390: case 6 [2021-04-16T10:55:44.414Z] parser_test.go:390: case 7 [2021-04-16T10:55:44.414Z] parser_test.go:390: case 8 [2021-04-16T10:55:44.414Z] parser_test.go:390: case 9 [2021-04-16T10:55:44.414Z] parser_test.go:390: case 10 [2021-04-16T10:55:44.414Z] parser_test.go:390: case 11 [2021-04-16T10:55:44.414Z] parser_test.go:390: case 12 [2021-04-16T10:55:44.414Z] parser_test.go:390: case 0 [2021-04-16T10:55:44.414Z] parser_test.go:390: case 1 [2021-04-16T10:55:44.414Z] parser_test.go:390: case 2 [2021-04-16T10:55:44.414Z] parser_test.go:390: case 3 [2021-04-16T10:55:44.414Z] parser_test.go:390: case 4 [2021-04-16T10:55:44.414Z] parser_test.go:390: case 5 [2021-04-16T10:55:44.414Z] parser_test.go:390: case 6 [2021-04-16T10:55:44.414Z] parser_test.go:390: case 7 [2021-04-16T10:55:44.414Z] parser_test.go:390: case 8 [2021-04-16T10:55:44.414Z] parser_test.go:390: case 9 [2021-04-16T10:55:44.414Z] parser_test.go:390: case 10 [2021-04-16T10:55:44.414Z] parser_test.go:390: case 11 [2021-04-16T10:55:44.414Z] === RUN TestParseMountSpec [2021-04-16T10:55:44.414Z] --- PASS: TestParseMountSpec (0.00s) [2021-04-16T10:55:44.414Z] parser_test.go:455: case 0 [2021-04-16T10:55:44.414Z] parser_test.go:455: case 1 [2021-04-16T10:55:44.414Z] parser_test.go:455: case 2 [2021-04-16T10:55:44.414Z] parser_test.go:455: case 3 [2021-04-16T10:55:44.414Z] parser_test.go:455: case 4 [2021-04-16T10:55:44.414Z] parser_test.go:455: case 5 [2021-04-16T10:55:44.414Z] === RUN TestParseMountSpecBindWithFileinfoError [2021-04-16T10:55:44.414Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s) [2021-04-16T10:55:44.414Z] === RUN TestValidateMount [2021-04-16T10:55:44.414Z] --- PASS: TestValidateMount (0.00s) [2021-04-16T10:55:44.414Z] PASS [2021-04-16T10:55:44.414Z] coverage: 66.2% of statements [2021-04-16T10:55:44.414Z] ok github.com/docker/docker/volume/mounts 0.090s coverage: 66.2% of statements [2021-04-16T10:55:44.875Z] time="2021-04-16T10:55:44Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2021-04-16T10:55:45.336Z] === RUN TestSetGetMeta [2021-04-16T10:55:45.336Z] === PAUSE TestSetGetMeta [2021-04-16T10:55:45.336Z] === RUN TestRestore [2021-04-16T10:55:45.336Z] === PAUSE TestRestore [2021-04-16T10:55:45.336Z] === RUN TestServiceCreate [2021-04-16T10:55:45.336Z] === PAUSE TestServiceCreate [2021-04-16T10:55:45.336Z] === RUN TestServiceList [2021-04-16T10:55:45.336Z] === PAUSE TestServiceList [2021-04-16T10:55:45.336Z] === RUN TestServiceRemove [2021-04-16T10:55:45.336Z] === PAUSE TestServiceRemove [2021-04-16T10:55:45.336Z] === RUN TestServiceGet [2021-04-16T10:55:45.336Z] === PAUSE TestServiceGet [2021-04-16T10:55:45.336Z] === RUN TestServicePrune [2021-04-16T10:55:45.336Z] === PAUSE TestServicePrune [2021-04-16T10:55:45.336Z] === RUN TestCreate [2021-04-16T10:55:45.336Z] === PAUSE TestCreate [2021-04-16T10:55:45.336Z] === RUN TestRemove [2021-04-16T10:55:45.336Z] === PAUSE TestRemove [2021-04-16T10:55:45.336Z] === RUN TestList [2021-04-16T10:55:45.336Z] === PAUSE TestList [2021-04-16T10:55:45.336Z] === RUN TestFindByDriver [2021-04-16T10:55:45.336Z] === PAUSE TestFindByDriver [2021-04-16T10:55:45.336Z] === RUN TestFindByReferenced [2021-04-16T10:55:45.336Z] === PAUSE TestFindByReferenced [2021-04-16T10:55:45.336Z] === RUN TestDerefMultipleOfSameRef [2021-04-16T10:55:45.336Z] === PAUSE TestDerefMultipleOfSameRef [2021-04-16T10:55:45.336Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2021-04-16T10:55:45.336Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2021-04-16T10:55:45.336Z] === RUN TestDefererencePluginOnCreateError [2021-04-16T10:55:45.336Z] === PAUSE TestDefererencePluginOnCreateError [2021-04-16T10:55:45.336Z] === RUN TestRefDerefRemove [2021-04-16T10:55:45.336Z] === PAUSE TestRefDerefRemove [2021-04-16T10:55:45.336Z] === RUN TestGet [2021-04-16T10:55:45.429Z] --- PASS: TestInfoInsecureRegistries (1.13s) [2021-04-16T10:55:45.429Z] === RUN TestInfoRegistryMirrors [2021-04-16T10:55:45.796Z] === PAUSE TestGet [2021-04-16T10:55:45.796Z] === RUN TestGetWithReference [2021-04-16T10:55:45.796Z] === PAUSE TestGetWithReference [2021-04-16T10:55:45.796Z] === RUN TestFilterFunc [2021-04-16T10:55:45.796Z] === RUN TestFilterFunc/test_nil_list [2021-04-16T10:55:45.796Z] === PAUSE TestFilterFunc/test_nil_list [2021-04-16T10:55:45.796Z] === RUN TestFilterFunc/test_empty_list [2021-04-16T10:55:45.796Z] === PAUSE TestFilterFunc/test_empty_list [2021-04-16T10:55:45.796Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2021-04-16T10:55:45.796Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2021-04-16T10:55:45.796Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-04-16T10:55:45.796Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-04-16T10:55:45.796Z] === RUN TestFilterFunc/test_filter_some [2021-04-16T10:55:45.796Z] === PAUSE TestFilterFunc/test_filter_some [2021-04-16T10:55:45.796Z] === RUN TestFilterFunc/test_filter_middle [2021-04-16T10:55:45.796Z] === PAUSE TestFilterFunc/test_filter_middle [2021-04-16T10:55:45.796Z] === RUN TestFilterFunc/test_filter_middle_and_last [2021-04-16T10:55:45.796Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2021-04-16T10:55:45.796Z] === RUN TestFilterFunc/test_filter_first_and_last [2021-04-16T10:55:45.796Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2021-04-16T10:55:45.796Z] === CONT TestFilterFunc/test_nil_list [2021-04-16T10:55:45.796Z] === CONT TestFilterFunc/test_filter_some [2021-04-16T10:55:45.796Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-04-16T10:55:45.796Z] === CONT TestFilterFunc/test_filter_middle_and_last [2021-04-16T10:55:45.796Z] === CONT TestFilterFunc/test_filter_first_and_last [2021-04-16T10:55:45.796Z] === CONT TestFilterFunc/test_filter_middle [2021-04-16T10:55:45.796Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2021-04-16T10:55:45.796Z] === CONT TestFilterFunc/test_empty_list [2021-04-16T10:55:45.796Z] --- PASS: TestFilterFunc (0.00s) [2021-04-16T10:55:45.796Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2021-04-16T10:55:45.796Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2021-04-16T10:55:45.796Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2021-04-16T10:55:45.796Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2021-04-16T10:55:45.796Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2021-04-16T10:55:45.796Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2021-04-16T10:55:45.796Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2021-04-16T10:55:45.796Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2021-04-16T10:55:45.796Z] === CONT TestSetGetMeta [2021-04-16T10:55:45.796Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2021-04-16T10:55:45.796Z] === CONT TestCreate [2021-04-16T10:55:45.796Z] === CONT TestFindByDriver [2021-04-16T10:55:45.796Z] --- PASS: TestSetGetMeta (0.03s) [2021-04-16T10:55:45.796Z] === CONT TestGetWithReference [2021-04-16T10:55:45.796Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.03s) [2021-04-16T10:55:45.796Z] === CONT TestGet [2021-04-16T10:55:45.796Z] --- PASS: TestCreate (0.03s) [2021-04-16T10:55:45.796Z] === CONT TestRefDerefRemove [2021-04-16T10:55:45.796Z] --- PASS: TestFindByDriver (0.04s) [2021-04-16T10:55:45.796Z] === CONT TestDefererencePluginOnCreateError [2021-04-16T10:55:45.796Z] --- PASS: TestGetWithReference (0.05s) [2021-04-16T10:55:45.796Z] === CONT TestDerefMultipleOfSameRef [2021-04-16T10:55:45.796Z] --- PASS: TestGet (0.04s) [2021-04-16T10:55:45.796Z] === CONT TestServiceRemove [2021-04-16T10:55:45.796Z] --- PASS: TestRefDerefRemove (0.04s) [2021-04-16T10:55:45.796Z] === CONT TestServicePrune [2021-04-16T10:55:45.796Z] --- PASS: TestDefererencePluginOnCreateError (0.05s) [2021-04-16T10:55:45.796Z] === CONT TestServiceGet [2021-04-16T10:55:45.796Z] --- PASS: TestDerefMultipleOfSameRef (0.03s) [2021-04-16T10:55:45.796Z] === CONT TestServiceCreate [2021-04-16T10:55:45.796Z] time="2021-04-16T10:55:45Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-04-16T10:55:45.796Z] --- PASS: TestServiceGet (0.14s) [2021-04-16T10:55:45.796Z] === CONT TestServiceList [2021-04-16T10:55:45.796Z] --- PASS: TestServiceRemove (0.16s) [2021-04-16T10:55:45.796Z] === CONT TestFindByReferenced [2021-04-16T10:55:45.796Z] --- PASS: TestServiceCreate (0.14s) [2021-04-16T10:55:45.796Z] === CONT TestRestore [2021-04-16T10:55:45.796Z] time="2021-04-16T10:55:45Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-04-16T10:55:45.796Z] time="2021-04-16T10:55:45Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-04-16T10:55:45.796Z] time="2021-04-16T10:55:45Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2021-04-16T10:55:45.796Z] --- PASS: TestFindByReferenced (0.03s) [2021-04-16T10:55:45.796Z] === CONT TestList [2021-04-16T10:55:45.796Z] --- PASS: TestServiceList (0.03s) [2021-04-16T10:55:45.796Z] === CONT TestRemove [2021-04-16T10:55:45.796Z] time="2021-04-16T10:55:45Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-04-16T10:55:45.796Z] --- PASS: TestRestore (0.03s) [2021-04-16T10:55:45.796Z] --- PASS: TestServicePrune (0.19s) [2021-04-16T10:55:45.796Z] --- PASS: TestRemove (0.02s) [2021-04-16T10:55:45.796Z] --- PASS: TestList (0.03s) [2021-04-16T10:55:45.796Z] PASS [2021-04-16T10:55:45.796Z] coverage: 70.3% of statements [2021-04-16T10:55:45.796Z] ok github.com/docker/docker/volume/service 0.337s coverage: 70.3% of statements [2021-04-16T10:55:46.036Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-04-16T10:55:46.375Z] --- PASS: TestInfoRegistryMirrors (1.16s) [2021-04-16T10:55:46.375Z] === RUN TestLoginFailsWithBadCredentials [2021-04-16T10:55:46.703Z] --- PASS: TestLoginFailsWithBadCredentials (0.27s) [2021-04-16T10:55:46.703Z] === RUN TestPingCacheHeaders [2021-04-16T10:55:46.703Z] --- PASS: TestPingCacheHeaders (0.05s) [2021-04-16T10:55:46.703Z] === RUN TestPingGet [2021-04-16T10:55:46.703Z] --- PASS: TestPingGet (0.03s) [2021-04-16T10:55:46.703Z] === RUN TestPingHead [2021-04-16T10:55:46.703Z] --- PASS: TestPingHead (0.05s) [2021-04-16T10:55:46.703Z] === RUN TestVersion [2021-04-16T10:55:46.703Z] --- PASS: TestVersion (0.07s) [2021-04-16T10:55:46.703Z] PASS [2021-04-16T10:55:46.767Z] time="2021-04-16T10:55:46Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2021-04-16T10:55:46.964Z] [2021-04-16T10:55:46.964Z] === Skipped [2021-04-16T10:55:46.964Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.01s) [2021-04-16T10:55:46.964Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-04-16T10:55:46.964Z] [2021-04-16T10:55:46.964Z] [2021-04-16T10:55:46.964Z] DONE 18 tests, 1 skipped in 25.766s [2021-04-16T10:55:46.964Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2021-04-16T10:55:46.964Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:55:46.964Z] ++ set -e [2021-04-16T10:55:46.964Z] ++ '[' -n 0 ']' [2021-04-16T10:55:46.964Z] ++ set -x [2021-04-16T10:55:46.964Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:55:46.964Z] INFO: Testing against a local daemon [2021-04-16T10:55:46.964Z] === RUN TestVolumesCreateAndList [2021-04-16T10:55:46.964Z] --- PASS: TestVolumesCreateAndList (0.04s) [2021-04-16T10:55:46.964Z] === RUN TestVolumesRemove [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite (522.73s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (8.34s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (2.23s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (17.12s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (4.44s) [2021-04-16T10:55:46.980Z] docker_cli_daemon_test.go:1455: [d02fcea18eb54] daemon is not started [2021-04-16T10:55:46.980Z] check_test.go:309: [d3cc52729f79b] daemon is not started [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (3.44s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (2.83s) [2021-04-16T10:55:46.980Z] check_test.go:309: [d4eaed742afbd] daemon is not started [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.98s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (4.99s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (3.86s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (6.28s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (6.65s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (4.18s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.69s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (4.08s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2021-04-16T10:55:46.980Z] check_test.go:309: [d5e93a787d58a] daemon is not started [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2021-04-16T10:55:46.980Z] check_test.go:309: [de94d1fb8dd55] daemon is not started [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (2.29s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (1.06s) [2021-04-16T10:55:46.980Z] check_test.go:309: [d8e1b9ddd2285] daemon is not started [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (4.37s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (2.55s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (4.01s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (2.25s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.90s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.96s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (4.10s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2021-04-16T10:55:46.980Z] check_test.go:309: [d3c5be4e60546] daemon is not started [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.85s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.90s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.83s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (5.59s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (7.11s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (4.49s) [2021-04-16T10:55:46.980Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.02s) [2021-04-16T10:55:46.980Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-04-16T10:55:46.980Z] check_test.go:309: [dc2046d18c1e3] daemon is not started [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (3.58s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (3.23s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (3.26s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (2.74s) [2021-04-16T10:55:46.980Z] check_test.go:309: [d0fba636440ae] daemon is not started [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (5.37s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.96s) [2021-04-16T10:55:46.980Z] check_test.go:309: [df33eafc7907c] daemon is not started [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.73s) [2021-04-16T10:55:46.980Z] docker_cli_daemon_plugins_test.go:79: [d3e4b386f3637] daemon is not started [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.69s) [2021-04-16T10:55:46.980Z] docker_cli_daemon_plugins_test.go:169: [d73ad9ce2dc51] daemon is not started [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (5.98s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.96s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.81s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2021-04-16T10:55:46.980Z] check_test.go:309: [d9b0a3b6eb89f] daemon is not started [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (2.77s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (2.74s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (2.70s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (2.58s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (2.35s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (2.84s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (3.21s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.91s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.89s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.85s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (8.56s) [2021-04-16T10:55:46.980Z] check_test.go:309: [d82938e3fab6a] daemon is not started [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (3.96s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (30.77s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (4.12s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (2.18s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (7.84s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (5.22s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (7.91s) [2021-04-16T10:55:46.980Z] check_test.go:309: [d9841167000bb] daemon is not started [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (2.10s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (3.94s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (15.58s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (4.25s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (3.14s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (4.08s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (5.16s) [2021-04-16T10:55:46.980Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-04-16T10:55:46.980Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-04-16T10:55:46.980Z] check_test.go:309: [dcbd913e41e0b] daemon is not started [2021-04-16T10:55:46.980Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2021-04-16T10:55:46.980Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-04-16T10:55:46.980Z] check_test.go:309: [d66f2d7f08914] daemon is not started [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (4.79s) [2021-04-16T10:55:46.980Z] check_test.go:309: [dfa31c6ba72f1] daemon is not started [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (6.74s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (5.50s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (5.61s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (3.22s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.73s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (7.55s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (7.16s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (3.75s) [2021-04-16T10:55:46.980Z] check_test.go:309: [d5c3ccce935f6] daemon is not started [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (5.55s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (4.44s) [2021-04-16T10:55:46.980Z] docker_cli_daemon_plugins_test.go:105: [d54f68d4173aa] daemon is not started [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (2.79s) [2021-04-16T10:55:46.980Z] check_test.go:309: [dad8aeb84fd3c] daemon is not started [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.80s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (6.88s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (2.06s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.54s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.98s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (6.47s) [2021-04-16T10:55:46.980Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from config [2021-04-16T10:55:46.980Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config [2021-04-16T10:55:46.980Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from config [2021-04-16T10:55:46.980Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config [2021-04-16T10:55:46.980Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config [2021-04-16T10:55:46.980Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli [2021-04-16T10:55:46.980Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli [2021-04-16T10:55:46.980Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli [2021-04-16T10:55:46.980Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli [2021-04-16T10:55:46.980Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli [2021-04-16T10:55:46.980Z] check_test.go:309: [d61c526247d5d] daemon is not started [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.93s) [2021-04-16T10:55:46.980Z] check_test.go:309: [d1053f6ed8e10] daemon is not started [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.88s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.91s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (5.23s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.99s) [2021-04-16T10:55:46.980Z] check_test.go:309: [d95d56af7e309] daemon is not started [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (4.30s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (2.90s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (6.83s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.48s) [2021-04-16T10:55:46.980Z] check_test.go:309: [d387987e6464c] daemon is not started [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (10.19s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (6.43s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (5.91s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (3.36s) [2021-04-16T10:55:46.980Z] check_test.go:309: [dfc02eddd3ea5] daemon is not started [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (1.00s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.94s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.91s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (3.19s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.00s) [2021-04-16T10:55:46.980Z] check_test.go:309: [d3388272928d1] daemon is not started [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.28s) [2021-04-16T10:55:46.980Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.27s) [2021-04-16T10:55:46.981Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.50s) [2021-04-16T10:55:46.981Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (2.18s) [2021-04-16T10:55:46.981Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.49s) [2021-04-16T10:55:46.981Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (5.21s) [2021-04-16T10:55:46.981Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (5.08s) [2021-04-16T10:55:46.981Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (6.94s) [2021-04-16T10:55:46.981Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.94s) [2021-04-16T10:55:46.981Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.63s) [2021-04-16T10:55:46.981Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.51s) [2021-04-16T10:55:46.981Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (4.85s) [2021-04-16T10:55:46.981Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (12.65s) [2021-04-16T10:55:46.981Z] docker_cli_daemon_test.go:2550: [d27809c341e21] daemon is not started [2021-04-16T10:55:46.981Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (11.83s) [2021-04-16T10:55:46.981Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (4.38s) [2021-04-16T10:55:46.981Z] --- PASS: TestDockerDaemonSuite/TestShmSize (2.87s) [2021-04-16T10:55:46.981Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (4.07s) [2021-04-16T10:55:46.981Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.17s) [2021-04-16T10:55:46.981Z] check_test.go:309: [d28ff3890f214] daemon is not started [2021-04-16T10:55:46.981Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (6.41s) [2021-04-16T10:55:46.981Z] === RUN TestDockerSwarmSuite [2021-04-16T10:55:46.981Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2021-04-16T10:55:47.225Z] --- PASS: TestVolumesRemove (0.09s) [2021-04-16T10:55:47.225Z] === RUN TestVolumesInspect [2021-04-16T10:55:47.225Z] --- PASS: TestVolumesInspect (0.03s) [2021-04-16T10:55:47.225Z] === RUN TestVolumesInvalidJSON [2021-04-16T10:55:47.225Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-04-16T10:55:47.225Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-04-16T10:55:47.225Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-04-16T10:55:47.225Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-04-16T10:55:47.225Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-04-16T10:55:47.225Z] PASS [2021-04-16T10:55:47.225Z] [2021-04-16T10:55:47.225Z] DONE 5 tests in 0.361s [2021-04-16T10:55:47.225Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-04-16T10:55:47.798Z] ++++ cat bundles/test-integration/docker.pid [2021-04-16T10:55:47.798Z] +++ kill 13934 [2021-04-16T10:55:48.894Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-04-16T10:55:49.182Z] +++ /etc/init.d/apparmor stop [2021-04-16T10:55:49.182Z] Leaving: AppArmorNo profiles have been unloaded. [2021-04-16T10:55:49.182Z] [2021-04-16T10:55:49.182Z] Unloading profiles will leave already running processes permanently [2021-04-16T10:55:49.182Z] unconfined, which can lead to unexpected situations. [2021-04-16T10:55:49.182Z] [2021-04-16T10:55:49.182Z] To set a process to complain mode, use the command line tool [2021-04-16T10:55:49.182Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-04-16T10:55:49.182Z] +++ true [2021-04-16T10:55:49.182Z] exiting test-integration [2021-04-16T10:55:49.182Z] ++ exit 0 [2021-04-16T10:55:49.182Z] [2021-04-16T10:55:49.357Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-04-16T10:55:50.516Z] time="2021-04-16T10:55:50Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2021-04-16T10:55:50.810Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2021-04-16T10:55:53.556Z] --- PASS: TestServiceCreateInit (9.28s) [2021-04-16T10:55:53.556Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.55s) [2021-04-16T10:55:53.556Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.72s) [2021-04-16T10:55:53.556Z] === RUN TestCreateServiceMultipleTimes [2021-04-16T10:55:54.114Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort Post stage [Pipeline] junit [2021-04-16T10:55:55.783Z] Recording test results [2021-04-16T10:55:56.042Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-04-16T10:55:56.397Z] + echo Ensuring container killed. [2021-04-16T10:55:56.397Z] Ensuring container killed. [2021-04-16T10:55:56.397Z] + docker rm -vf docker-pr16 [2021-04-16T10:55:56.397Z] Error: No such container: docker-pr16 [Pipeline] sh [2021-04-16T10:55:56.689Z] + echo Chowning /workspace to jenkins user [2021-04-16T10:55:56.689Z] Chowning /workspace to jenkins user [2021-04-16T10:55:56.689Z] + id -u [2021-04-16T10:55:56.689Z] + id -g [2021-04-16T10:55:56.689Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40094:/workspace busybox chown -R 1000:1000 /workspace [2021-04-16T10:55:59.095Z] --- PASS: TestGet (15.01s) [2021-04-16T10:55:59.095Z] === RUN TestPluginWithNoManifest [2021-04-16T10:55:59.095Z] --- PASS: TestPluginWithNoManifest (0.00s) [2021-04-16T10:55:59.095Z] === RUN TestGetAll [2021-04-16T10:55:59.095Z] --- PASS: TestGetAll (0.00s) [2021-04-16T10:55:59.095Z] PASS [2021-04-16T10:55:59.095Z] coverage: 73.4% of statements [2021-04-16T10:55:59.095Z] ok github.com/docker/docker/pkg/plugins 35.188s coverage: 73.4% of statements [2021-04-16T10:55:59.095Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-04-16T10:55:59.095Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-04-16T10:55:59.095Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-04-16T10:55:59.095Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-04-16T10:55:59.095Z] ? github.com/docker/docker/pkg/term [no test files] [2021-04-16T10:55:59.095Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-04-16T10:55:59.095Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2021-04-16T10:55:59.095Z] ? github.com/docker/docker/quota [no test files] [2021-04-16T10:55:59.095Z] ? github.com/docker/docker/rootless [no test files] [2021-04-16T10:55:59.095Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-04-16T10:55:59.095Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-04-16T10:55:59.095Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-04-16T10:55:59.095Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-04-16T10:55:59.095Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-04-16T10:55:59.095Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-04-16T10:55:59.095Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-04-16T10:55:59.095Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-04-16T10:55:59.096Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-04-16T10:55:59.096Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-04-16T10:55:59.096Z] ? github.com/docker/docker/testutil/request [no test files] [2021-04-16T10:55:59.096Z] ? github.com/docker/docker/volume [no test files] [2021-04-16T10:55:59.096Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-04-16T10:55:59.096Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-04-16T10:56:00.641Z] [2021-04-16T10:56:00.641Z] === Skipped [2021-04-16T10:56:00.641Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2021-04-16T10:56:00.641Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-04-16T10:56:00.641Z] [2021-04-16T10:56:00.641Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2021-04-16T10:56:00.641Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:56:00.641Z] [2021-04-16T10:56:00.641Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2021-04-16T10:56:00.641Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:56:00.641Z] [2021-04-16T10:56:00.641Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2021-04-16T10:56:00.641Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:56:00.641Z] [2021-04-16T10:56:00.641Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2021-04-16T10:56:00.641Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:56:00.641Z] [2021-04-16T10:56:00.641Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2021-04-16T10:56:00.641Z] client_test.go:23: runtime.GOOS == "windows" [2021-04-16T10:56:00.641Z] [2021-04-16T10:56:00.641Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2021-04-16T10:56:00.641Z] daemon_test.go:147: root required [2021-04-16T10:56:00.641Z] [2021-04-16T10:56:00.641Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-04-16T10:56:00.641Z] reload_test.go:520: root required [2021-04-16T10:56:00.641Z] [2021-04-16T10:56:00.641Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.01s) [2021-04-16T10:56:00.641Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:56:00.641Z] [2021-04-16T10:56:00.641Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2021-04-16T10:56:00.641Z] pull_v2_test.go:73: Needs fixing on Windows [2021-04-16T10:56:00.641Z] [2021-04-16T10:56:00.641Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2021-04-16T10:56:00.641Z] pull_v2_test.go:118: Needs fixing on Windows [2021-04-16T10:56:00.641Z] [2021-04-16T10:56:00.641Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2021-04-16T10:56:00.641Z] download_test.go:268: Needs fixing on Windows [2021-04-16T10:56:00.641Z] [2021-04-16T10:56:00.641Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2021-04-16T10:56:00.641Z] layer_test.go:304: Failing on Windows [2021-04-16T10:56:00.641Z] [2021-04-16T10:56:00.641Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2021-04-16T10:56:00.641Z] layer_test.go:353: Failing on Windows [2021-04-16T10:56:00.641Z] [2021-04-16T10:56:00.641Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2021-04-16T10:56:00.641Z] layer_test.go:468: Failing on Windows [2021-04-16T10:56:00.641Z] [2021-04-16T10:56:00.641Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2021-04-16T10:56:00.641Z] layer_test.go:697: Failing on Windows [2021-04-16T10:56:00.641Z] [2021-04-16T10:56:00.641Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2021-04-16T10:56:00.641Z] migration_test.go:46: Failing on Windows [2021-04-16T10:56:00.641Z] [2021-04-16T10:56:00.641Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2021-04-16T10:56:00.641Z] migration_test.go:182: Failing on Windows [2021-04-16T10:56:00.641Z] [2021-04-16T10:56:00.641Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2021-04-16T10:56:00.641Z] mount_test.go:17: Failing on Windows [2021-04-16T10:56:01.102Z] [2021-04-16T10:56:01.102Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2021-04-16T10:56:01.102Z] mount_test.go:76: Failing on Windows [2021-04-16T10:56:01.102Z] [2021-04-16T10:56:01.102Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2021-04-16T10:56:01.102Z] mount_test.go:125: Failing on Windows [2021-04-16T10:56:01.102Z] [2021-04-16T10:56:01.102Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2021-04-16T10:56:01.102Z] mount_test.go:212: Failing on Windows [2021-04-16T10:56:01.102Z] [2021-04-16T10:56:01.102Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2021-04-16T10:56:01.102Z] archive_test.go:134: Xz not present in msys2 [2021-04-16T10:56:01.102Z] [2021-04-16T10:56:01.102Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2021-04-16T10:56:01.102Z] archive_test.go:239: Failing on Windows CI machines [2021-04-16T10:56:01.102Z] [2021-04-16T10:56:01.102Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2021-04-16T10:56:01.102Z] archive_windows_test.go:16: Currently fails [2021-04-16T10:56:01.102Z] [2021-04-16T10:56:01.102Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2021-04-16T10:56:01.102Z] changes_test.go:196: needs more investigation [2021-04-16T10:56:01.102Z] [2021-04-16T10:56:01.102Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2021-04-16T10:56:01.102Z] changes_test.go:433: needs further investigation [2021-04-16T10:56:01.102Z] [2021-04-16T10:56:01.102Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2021-04-16T10:56:01.102Z] changes_test.go:469: needs further investigation [2021-04-16T10:56:01.102Z] [2021-04-16T10:56:01.102Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2021-04-16T10:56:01.102Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:56:01.102Z] [2021-04-16T10:56:01.102Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2021-04-16T10:56:01.102Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:56:01.102Z] [2021-04-16T10:56:01.102Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2021-04-16T10:56:01.102Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-04-16T10:56:01.102Z] [2021-04-16T10:56:01.102Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2021-04-16T10:56:01.102Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-04-16T10:56:01.102Z] [2021-04-16T10:56:01.102Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2021-04-16T10:56:01.102Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:56:01.102Z] [2021-04-16T10:56:01.102Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2021-04-16T10:56:01.102Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-04-16T10:56:01.102Z] [2021-04-16T10:56:01.102Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-04-16T10:56:01.102Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:56:01.102Z] [2021-04-16T10:56:01.102Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-04-16T10:56:01.102Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:56:01.102Z] [2021-04-16T10:56:01.102Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2021-04-16T10:56:01.102Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:56:01.102Z] [2021-04-16T10:56:01.102Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2021-04-16T10:56:01.102Z] poller_test.go:41: No chmod on Windows [2021-04-16T10:56:01.102Z] [2021-04-16T10:56:01.102Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-04-16T10:56:01.102Z] fileutils_test.go:134: Needs porting to Windows [2021-04-16T10:56:01.102Z] [2021-04-16T10:56:01.102Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2021-04-16T10:56:01.102Z] fileutils_test.go:180: Needs porting to Windows [2021-04-16T10:56:01.102Z] [2021-04-16T10:56:01.102Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2021-04-16T10:56:01.102Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:56:01.102Z] [2021-04-16T10:56:01.102Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2021-04-16T10:56:01.102Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:56:01.102Z] [2021-04-16T10:56:01.102Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.01s) [2021-04-16T10:56:01.102Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-04-16T10:56:01.102Z] [2021-04-16T10:56:01.102Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2021-04-16T10:56:01.102Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-04-16T10:56:01.102Z] [2021-04-16T10:56:01.102Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2021-04-16T10:56:01.102Z] local_test.go:181: runtime.GOOS == "windows" [2021-04-16T10:56:01.102Z] [2021-04-16T10:56:01.102Z] [2021-04-16T10:56:01.102Z] DONE 1833 tests, 45 skipped in 215.275s [2021-04-16T10:56:01.102Z] INFO: make.ps1 ended at 04/16/2021 10:56:00 [2021-04-16T10:56:02.265Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2021-04-16T10:56:02.265Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-04-16T10:56:02.647Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2021-04-16T10:56:02.647Z] INFO: Unit tests ended at 04/16/2021 10:56:02. Duration:00:03:52.6623142 [2021-04-16T10:56:02.647Z] INFO: Building busybox [2021-04-16T10:56:02.647Z] Sending build context to Docker daemon 5.12kB [2021-04-16T10:56:02.647Z] [2021-04-16T10:56:02.647Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2021-04-16T10:56:02.647Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2021-04-16T10:56:02.647Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2021-04-16T10:56:02.647Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2021-04-16T10:56:02.647Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2021-04-16T10:56:02.647Z] ---> 152749f71f8f [2021-04-16T10:56:02.647Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2021-04-16T10:56:02.647Z] ---> Running in 02bd3def00c4 [2021-04-16T10:56:02.836Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-04-16T10:56:03.581Z] + bundleName=arm64-integration [2021-04-16T10:56:03.581Z] + echo Creating arm64-integration-bundles.tar.gz [2021-04-16T10:56:03.581Z] Creating arm64-integration-bundles.tar.gz [2021-04-16T10:56:03.581Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-04-16T10:56:03.581Z] + xargs tar -czf arm64-integration-bundles.tar.gz [2021-04-16T10:56:03.780Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [Pipeline] archiveArtifacts [2021-04-16T10:56:03.856Z] Archiving artifacts [2021-04-16T10:56:04.188Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-40094/16/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-04-16T10:56:04.508Z] + make clean [2021-04-16T10:56:04.722Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-04-16T10:56:05.081Z] docker volume rm -f docker-dev-cache [2021-04-16T10:56:05.081Z] docker-dev-cache [Pipeline] deleteDir [2021-04-16T10:56:06.637Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-04-16T10:56:06.637Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-04-16T10:56:06.637Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-04-16T10:56:07.346Z] Removing intermediate container 02bd3def00c4 [2021-04-16T10:56:07.346Z] ---> 7105c27303c5 [2021-04-16T10:56:07.346Z] Step 7/13 : ARG BUSYBOX_VERSION [2021-04-16T10:56:07.346Z] ---> Running in c199f691033e [2021-04-16T10:56:07.807Z] Removing intermediate container c199f691033e [2021-04-16T10:56:07.807Z] ---> 2c4b534b42ec [2021-04-16T10:56:07.807Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2021-04-16T10:56:07.807Z] ---> Running in 2af55ca4e23d [2021-04-16T10:56:08.269Z] Removing intermediate container 2af55ca4e23d [2021-04-16T10:56:08.269Z] ---> f8e4a26fa089 [2021-04-16T10:56:08.269Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2021-04-16T10:56:09.809Z] [2021-04-16T10:56:09.809Z] ---> 528609b6640a [2021-04-16T10:56:09.809Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2021-04-16T10:56:09.809Z] ---> Running in 41e6145fb0fa [2021-04-16T10:56:11.661Z] --- PASS: TestCreateServiceMultipleTimes (17.85s) [2021-04-16T10:56:11.662Z] === RUN TestCreateServiceConflict [2021-04-16T10:56:13.576Z] --- PASS: TestCreateServiceConflict (2.06s) [2021-04-16T10:56:13.576Z] === RUN TestCreateServiceMaxReplicas [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-16T10:56:14.774Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2021-04-16T10:56:16.161Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2021-04-16T10:56:16.872Z] --- PASS: TestCreateServiceMaxReplicas (3.30s) [2021-04-16T10:56:16.872Z] === RUN TestCreateWithDuplicateNetworkNames [2021-04-16T10:56:18.451Z] Removing intermediate container 41e6145fb0fa [2021-04-16T10:56:18.451Z] ---> bbaeac15440c [2021-04-16T10:56:18.451Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2021-04-16T10:56:18.451Z] ---> Running in 575adf5e0124 [2021-04-16T10:56:19.427Z] [2021-04-16T10:56:19.427Z] SUCCESS: Specified value was saved. [2021-04-16T10:56:22.343Z] Removing intermediate container 575adf5e0124 [2021-04-16T10:56:22.343Z] ---> 568972cdeefa [2021-04-16T10:56:22.343Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2021-04-16T10:56:22.343Z] ---> Running in 2b497cc0ae55 [2021-04-16T10:56:22.748Z] === RUN TestDockerSuite/TestBuildExpose [2021-04-16T10:56:23.319Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-04-16T10:56:24.057Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-04-16T10:56:24.628Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-04-16T10:56:25.199Z] === RUN TestDockerSuite/TestBuildFails [2021-04-16T10:56:25.670Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2021-04-16T10:56:25.670Z] Copying nested executables into bundles/cross/linux/amd64 [2021-04-16T10:56:25.670Z] Cross building: bundles/cross/windows/amd64 [2021-04-16T10:56:25.670Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2021-04-16T10:56:25.670Z] GOOS="windows" GOARCH="amd64" GOARM="" [2021-04-16T10:56:26.093Z] Cannot create a file when that file already exists. [2021-04-16T10:56:26.583Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-04-16T10:56:26.843Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-04-16T10:56:29.388Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-04-16T10:56:30.797Z] Removing intermediate container 2b497cc0ae55 [2021-04-16T10:56:30.797Z] ---> c29dc5f9aa61 [2021-04-16T10:56:30.797Z] Step 13/13 : CMD ["sh"] [2021-04-16T10:56:31.258Z] ---> Running in 5b3fcccb10fd [2021-04-16T10:56:31.258Z] Removing intermediate container 5b3fcccb10fd [2021-04-16T10:56:31.258Z] ---> eeadc27c4015 [2021-04-16T10:56:31.258Z] Successfully built eeadc27c4015 [2021-04-16T10:56:31.258Z] Successfully tagged busybox:latest [2021-04-16T10:56:31.258Z] INFO: Docker images of the daemon under test [2021-04-16T10:56:31.258Z] [2021-04-16T10:56:31.719Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-04-16T10:56:31.719Z] busybox latest eeadc27c4015 Less than a second ago 5.29GB [2021-04-16T10:56:31.719Z] mcr.microsoft.com/windows/servercore ltsc2019 152749f71f8f 6 days ago 5.27GB [2021-04-16T10:56:31.719Z] microsoft/windowsservercore latest 152749f71f8f 6 days ago 5.27GB [2021-04-16T10:56:31.719Z] [2021-04-16T10:56:31.719Z] INFO: Running integration tests at 04/16/2021 10:56:31... [2021-04-16T10:56:31.719Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2021-04-16T10:56:31.719Z] INFO: Integration API tests being run from the host: [2021-04-16T10:56:31.719Z] INFO: make.ps1 starting at 04/16/2021 10:56:31 [2021-04-16T10:56:31.768Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.97s) [2021-04-16T10:56:31.768Z] === RUN TestCreateServiceSecretFileMode [2021-04-16T10:56:32.691Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2021-04-16T10:56:33.595Z] === RUN TestDockerSuite/TestBuildForceRm [2021-04-16T10:56:33.677Z] --- PASS: TestCreateServiceSecretFileMode (2.85s) [2021-04-16T10:56:33.677Z] === RUN TestCreateServiceConfigFileMode [2021-04-16T10:56:36.219Z] --- PASS: TestCreateServiceConfigFileMode (2.43s) [2021-04-16T10:56:36.219Z] === RUN TestCreateServiceSysctls [2021-04-16T10:56:36.897Z] === RUN TestDockerSuite/TestBuildFromGit [2021-04-16T10:56:38.811Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-04-16T10:56:39.073Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-04-16T10:56:39.517Z] --- PASS: TestCreateServiceSysctls (3.82s) [2021-04-16T10:56:39.517Z] === RUN TestCreateServiceCapabilities [2021-04-16T10:56:40.459Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-04-16T10:56:42.861Z] --- PASS: TestCreateServiceCapabilities (2.92s) [2021-04-16T10:56:42.861Z] === RUN TestInspect [2021-04-16T10:56:43.004Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-04-16T10:56:43.948Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-04-16T10:56:44.520Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-04-16T10:56:45.092Z] --- PASS: TestImportExtremelyLargeImageWorks (237.89s) [2021-04-16T10:56:45.092Z] PASS [2021-04-16T10:56:45.092Z] [2021-04-16T10:56:45.092Z] DONE 12 tests in 243.259s [2021-04-16T10:56:45.092Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-04-16T10:56:45.092Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:56:45.092Z] ++ set -e [2021-04-16T10:56:45.092Z] ++ '[' -n 0 ']' [2021-04-16T10:56:45.092Z] ++ set -x [2021-04-16T10:56:45.092Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:56:45.092Z] INFO: Testing against a local daemon [2021-04-16T10:56:45.092Z] === RUN TestNetworkCreateDelete [2021-04-16T10:56:45.664Z] --- PASS: TestNetworkCreateDelete (0.53s) [2021-04-16T10:56:45.664Z] === RUN TestDockerNetworkDeletePreferID [2021-04-16T10:56:46.156Z] --- PASS: TestInspect (3.29s) [2021-04-16T10:56:46.156Z] === RUN TestCreateJob [2021-04-16T10:56:46.606Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-04-16T10:56:47.178Z] --- PASS: TestDockerNetworkDeletePreferID (1.46s) [2021-04-16T10:56:47.178Z] === RUN TestDaemonDNSFallback [2021-04-16T10:56:48.565Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2021-04-16T10:56:48.565Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2021-04-16T10:56:48.565Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-04-16T10:56:49.450Z] --- PASS: TestCreateJob (3.80s) [2021-04-16T10:56:49.450Z] === RUN TestReplicatedJob [2021-04-16T10:56:50.481Z] === RUN TestDockerSuite/TestBuildHistory [2021-04-16T10:56:53.781Z] === RUN TestDockerSuite/TestBuildIidFile [2021-04-16T10:56:53.781Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-04-16T10:56:54.722Z] === RUN TestDockerSuite/TestBuildInheritance [2021-04-16T10:56:54.988Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-04-16T10:56:54.988Z] --- PASS: TestDaemonDNSFallback (7.93s) [2021-04-16T10:56:54.988Z] === RUN TestInspectNetwork [2021-04-16T10:56:55.570Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-04-16T10:56:55.570Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-04-16T10:56:56.027Z] --- PASS: TestReplicatedJob (6.39s) [2021-04-16T10:56:56.027Z] === RUN TestUpdateReplicatedJob [2021-04-16T10:56:56.956Z] === RUN TestDockerSuite/TestBuildLabel [2021-04-16T10:56:57.527Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-04-16T10:56:57.882Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-04-16T10:56:57.882Z] INFO: Testing against a local daemon [2021-04-16T10:56:57.882Z] === RUN TestBuildWithSession [2021-04-16T10:56:57.882Z] --- SKIP: TestBuildWithSession (0.00s) [2021-04-16T10:56:57.882Z] build_session_test.go:25: TODO: BuildKit [2021-04-16T10:56:57.882Z] === RUN TestBuildSquashParent [2021-04-16T10:56:57.882Z] --- SKIP: TestBuildSquashParent (0.00s) [2021-04-16T10:56:57.882Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T10:56:57.882Z] === RUN TestBuildWithRemoveAndForceRemove [2021-04-16T10:56:57.882Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-16T10:56:57.882Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-16T10:56:57.882Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-16T10:56:57.882Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-16T10:56:57.882Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-16T10:56:57.882Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-16T10:56:57.882Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-16T10:56:57.882Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-16T10:56:57.882Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-16T10:56:57.882Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-16T10:56:57.882Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-16T10:56:57.882Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-16T10:56:57.882Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-16T10:56:57.882Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-16T10:56:57.882Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-16T10:56:57.882Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-16T10:56:58.099Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-04-16T10:56:58.360Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-04-16T10:56:58.621Z] === RUN TestDockerSuite/TestBuildLabels [2021-04-16T10:56:59.193Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-04-16T10:57:00.224Z] --- PASS: TestUpdateReplicatedJob (3.88s) [2021-04-16T10:57:00.224Z] === RUN TestServiceListWithStatuses [2021-04-16T10:57:00.224Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-04-16T10:57:00.224Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-04-16T10:57:00.224Z] === RUN TestDockerNetworkConnectAlias [2021-04-16T10:57:00.579Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-04-16T10:57:00.579Z] === RUN TestInspectNetwork/full_network_id [2021-04-16T10:57:00.579Z] === RUN TestInspectNetwork/partial_network_id [2021-04-16T10:57:00.579Z] === RUN TestInspectNetwork/network_name [2021-04-16T10:57:00.579Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-04-16T10:57:03.124Z] === RUN TestDockerSuite/TestBuildLastModified [2021-04-16T10:57:05.036Z] --- PASS: TestInspectNetwork (9.62s) [2021-04-16T10:57:05.036Z] --- PASS: TestInspectNetwork/full_network_id (0.01s) [2021-04-16T10:57:05.036Z] --- PASS: TestInspectNetwork/partial_network_id (0.01s) [2021-04-16T10:57:05.036Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-04-16T10:57:05.036Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-04-16T10:57:05.036Z] === RUN TestRunContainerWithBridgeNone [2021-04-16T10:57:05.505Z] --- PASS: TestDockerNetworkConnectAlias (4.93s) [2021-04-16T10:57:05.505Z] === RUN TestDockerNetworkReConnect [2021-04-16T10:57:08.341Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2021-04-16T10:57:08.603Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-04-16T10:57:08.603Z] --- PASS: TestRunContainerWithBridgeNone (3.98s) [2021-04-16T10:57:08.603Z] === RUN TestNetworkInvalidJSON [2021-04-16T10:57:08.603Z] === RUN TestNetworkInvalidJSON//networks/create [2021-04-16T10:57:08.603Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-04-16T10:57:08.603Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-04-16T10:57:08.603Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-04-16T10:57:08.603Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-16T10:57:08.603Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-16T10:57:08.603Z] === CONT TestNetworkInvalidJSON//networks/create [2021-04-16T10:57:08.603Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-16T10:57:08.603Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-04-16T10:57:08.603Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2021-04-16T10:57:08.603Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-04-16T10:57:08.603Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2021-04-16T10:57:08.603Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-04-16T10:57:08.603Z] === RUN TestNetworkList [2021-04-16T10:57:08.603Z] === RUN TestNetworkList//networks [2021-04-16T10:57:08.603Z] === PAUSE TestNetworkList//networks [2021-04-16T10:57:08.603Z] === RUN TestNetworkList//networks/ [2021-04-16T10:57:08.603Z] === PAUSE TestNetworkList//networks/ [2021-04-16T10:57:08.603Z] === CONT TestNetworkList//networks [2021-04-16T10:57:08.603Z] === CONT TestNetworkList//networks/ [2021-04-16T10:57:08.603Z] --- PASS: TestNetworkList (0.02s) [2021-04-16T10:57:08.603Z] --- PASS: TestNetworkList//networks (0.00s) [2021-04-16T10:57:08.603Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-04-16T10:57:08.603Z] === RUN TestHostIPv4BridgeLabel [2021-04-16T10:57:08.800Z] --- PASS: TestDockerNetworkReConnect (4.12s) [2021-04-16T10:57:08.800Z] === RUN TestServicePlugin [2021-04-16T10:57:09.177Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2021-04-16T10:57:09.749Z] --- PASS: TestHostIPv4BridgeLabel (1.07s) [2021-04-16T10:57:09.749Z] === RUN TestDaemonRestartWithLiveRestore [2021-04-16T10:57:10.316Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-16T10:57:10.316Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-16T10:57:11.666Z] --- PASS: TestDaemonRestartWithLiveRestore (1.96s) [2021-04-16T10:57:11.666Z] === RUN TestDaemonDefaultNetworkPools [2021-04-16T10:57:13.051Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-04-16T10:57:13.051Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-04-16T10:57:13.312Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-04-16T10:57:13.312Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-04-16T10:57:13.312Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-04-16T10:57:13.573Z] --- PASS: TestDaemonDefaultNetworkPools (1.78s) [2021-04-16T10:57:13.573Z] === RUN TestDaemonRestartWithExistingNetwork [2021-04-16T10:57:13.573Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-04-16T10:57:14.961Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-04-16T10:57:15.903Z] --- PASS: TestDaemonRestartWithExistingNetwork (2.45s) [2021-04-16T10:57:15.903Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-04-16T10:57:16.474Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-04-16T10:57:18.902Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-04-16T10:57:18.902Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (12.65s) [2021-04-16T10:57:18.902Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (12.89s) [2021-04-16T10:57:18.902Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (13.17s) [2021-04-16T10:57:18.902Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (17.62s) [2021-04-16T10:57:18.902Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (7.94s) [2021-04-16T10:57:18.902Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (7.73s) [2021-04-16T10:57:18.902Z] === RUN TestBuildMultiStageCopy [2021-04-16T10:57:18.902Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-04-16T10:57:19.042Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.93s) [2021-04-16T10:57:19.042Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-04-16T10:57:19.984Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.91s) [2021-04-16T10:57:19.984Z] === RUN TestServiceWithPredefinedNetwork [2021-04-16T10:57:20.245Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-04-16T10:57:20.820Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-04-16T10:57:21.081Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-04-16T10:57:23.628Z] --- PASS: TestServiceWithPredefinedNetwork (3.51s) [2021-04-16T10:57:23.628Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-04-16T10:57:23.628Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-04-16T10:57:23.628Z] service_test.go:242: FLAKY_TEST [2021-04-16T10:57:23.628Z] === RUN TestServiceWithDataPathPortInit [2021-04-16T10:57:26.004Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-04-16T10:57:26.976Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-04-16T10:57:27.948Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-04-16T10:57:28.919Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-04-16T10:57:30.466Z] --- PASS: TestBuildMultiStageCopy (12.62s) [2021-04-16T10:57:30.466Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (8.31s) [2021-04-16T10:57:30.466Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.78s) [2021-04-16T10:57:30.466Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.97s) [2021-04-16T10:57:30.466Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.16s) [2021-04-16T10:57:30.466Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.39s) [2021-04-16T10:57:30.466Z] === RUN TestBuildMultiStageParentConfig [2021-04-16T10:57:31.769Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-04-16T10:57:33.302Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2021-04-16T10:57:33.302Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2021-04-16T10:57:33.302Z] remote: Enumerating objects: 23, done. [2021-04-16T10:57:33.302Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2021-04-16T10:57:33.302Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2021-04-16T10:57:33.302Z] Unpacking objects: 4% (1/23) Unpacking objects: 8% (2/23) remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2021-04-16T10:57:33.302Z] Unpacking objects: 13% (3/23) Unpacking objects: 17% (4/23) Unpacking objects: 21% (5/23) Unpacking objects: 26% (6/23) Unpacking objects: 30% (7/23) Unpacking objects: 34% (8/23) Unpacking objects: 39% (9/23) Unpacking objects: 43% (10/23) Unpacking objects: 47% (11/23) Unpacking objects: 52% (12/23) Unpacking objects: 56% (13/23) Unpacking objects: 60% (14/23) Unpacking objects: 65% (15/23) Unpacking objects: 69% (16/23) Unpacking objects: 73% (17/23) Unpacking objects: 78% (18/23) Unpacking objects: 82% (19/23) Unpacking objects: 86% (20/23) Unpacking objects: 91% (21/23) Unpacking objects: 95% (22/23) Unpacking objects: 100% (23/23) Unpacking objects: 100% (23/23), done. [2021-04-16T10:57:33.302Z] Building: bundles/cross/windows/amd64/containerutility.exe [2021-04-16T10:57:33.383Z] --- PASS: TestBuildMultiStageParentConfig (2.57s) [2021-04-16T10:57:33.383Z] === RUN TestBuildLabelWithTargets [2021-04-16T10:57:33.383Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2021-04-16T10:57:33.383Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-16T10:57:33.383Z] === RUN TestBuildWithEmptyLayers [2021-04-16T10:57:34.356Z] --- PASS: TestBuildWithEmptyLayers (1.36s) [2021-04-16T10:57:34.356Z] === RUN TestBuildMultiStageOnBuild [2021-04-16T10:57:35.814Z] [2021-04-16T10:57:35.972Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-04-16T10:57:36.542Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-04-16T10:57:36.713Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40094/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr16 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=eb0610b7fc7e8c49160c99fa311e14ee632dd45a -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:eb0610b7fc7e8c49160c99fa311e14ee632dd45a hack/test/unit [2021-04-16T10:57:39.088Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-04-16T10:57:39.088Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-04-16T10:57:39.225Z] ? github.com/docker/docker/api [no test files] [2021-04-16T10:57:40.897Z] --- PASS: TestServicePlugin (30.93s) [2021-04-16T10:57:40.897Z] plugin_test.go:62: [d05b6b6d6a427] joining swarm manager [d22811c895814]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-16T10:57:40.897Z] plugin_test.go:65: [d8402fe53cf72] joining swarm manager [d22811c895814]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-16T10:57:40.897Z] === RUN TestServiceUpdateLabel [2021-04-16T10:57:42.278Z] --- PASS: TestServiceUpdateLabel (2.44s) [2021-04-16T10:57:42.278Z] === RUN TestServiceUpdateSecrets [2021-04-16T10:57:42.389Z] --- PASS: TestServiceWithDataPathPortInit (18.60s) [2021-04-16T10:57:42.389Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-04-16T10:57:43.330Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-04-16T10:57:43.903Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-04-16T10:57:46.449Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-04-16T10:57:46.449Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-04-16T10:57:48.995Z] === RUN TestDockerSuite/TestBuildNetNone [2021-04-16T10:57:49.261Z] === RUN TestDockerSuite/TestBuildNoContext [2021-04-16T10:57:50.227Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-04-16T10:57:50.798Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.83s) [2021-04-16T10:57:50.798Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:y1j2yul4p0z9n0lfxwln0xiy9 Created:2021-04-16 10:57:43.376925551 +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[1ee518742141539070dc89df15a9c89d8eb10b43f70395f94a8a4e50f50ca8f5:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.up59kkxdfjggmuv95yz9aw6zs EndpointID:d77d1a914a57c03c5cc8ddce1e8bf436c1871f44f68bf08f9f2914e0401b1811 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:0d2e3fe1135ebb2f0a3fa8b2039bd2a86f77c9f69b135fd0c5a6234368126928 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:1c83c4bc8002 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.up59kkxdfjggmuv95yz9aw6zs EndpointID:d77d1a914a57c03c5cc8ddce1e8bf436c1871f44f68bf08f9f2914e0401b1811 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-04-16T10:57:50.798Z] PASS [2021-04-16T10:57:50.798Z] [2021-04-16T10:57:50.798Z] === Skipped [2021-04-16T10:57:50.798Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-04-16T10:57:50.798Z] service_test.go:242: FLAKY_TEST [2021-04-16T10:57:50.798Z] [2021-04-16T10:57:50.798Z] [2021-04-16T10:57:50.798Z] DONE 26 tests, 1 skipped in 65.753s [2021-04-16T10:57:50.798Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-04-16T10:57:50.798Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:57:50.798Z] ++ set -e [2021-04-16T10:57:50.798Z] ++ '[' -n 0 ']' [2021-04-16T10:57:50.798Z] ++ set -x [2021-04-16T10:57:50.798Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:57:50.798Z] INFO: Testing against a local daemon [2021-04-16T10:57:50.798Z] === RUN TestDockerNetworkIpvlanPersistance [2021-04-16T10:57:50.798Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2021-04-16T10:57:50.798Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-16T10:57:50.798Z] === RUN TestDockerNetworkIpvlan [2021-04-16T10:57:50.798Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-04-16T10:57:50.798Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-16T10:57:50.798Z] PASS [2021-04-16T10:57:50.798Z] [2021-04-16T10:57:50.798Z] === Skipped [2021-04-16T10:57:50.798Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2021-04-16T10:57:50.798Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-16T10:57:50.798Z] [2021-04-16T10:57:50.798Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-04-16T10:57:50.798Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-16T10:57:50.798Z] [2021-04-16T10:57:50.798Z] [2021-04-16T10:57:50.799Z] DONE 2 tests, 2 skipped in 0.148s [2021-04-16T10:57:51.061Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-04-16T10:57:51.061Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:57:51.061Z] ++ set -e [2021-04-16T10:57:51.061Z] ++ '[' -n 0 ']' [2021-04-16T10:57:51.061Z] ++ set -x [2021-04-16T10:57:51.061Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:57:51.061Z] INFO: Testing against a local daemon [2021-04-16T10:57:51.061Z] === RUN TestDockerNetworkMacvlanPersistance [2021-04-16T10:57:51.322Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-04-16T10:57:52.065Z] --- PASS: TestBuildMultiStageOnBuild (17.16s) [2021-04-16T10:57:52.066Z] === RUN TestBuildUncleanTarFilenames [2021-04-16T10:57:52.066Z] --- SKIP: TestBuildUncleanTarFilenames (0.01s) [2021-04-16T10:57:52.066Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-16T10:57:52.066Z] === RUN TestBuildMultiStageLayerLeak [2021-04-16T10:57:53.237Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-04-16T10:57:53.237Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.25s) [2021-04-16T10:57:53.237Z] === RUN TestDockerNetworkMacvlan [2021-04-16T10:57:53.497Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-04-16T10:57:53.497Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-04-16T10:57:54.059Z] ok github.com/docker/docker/api/server 0.006s coverage: 9.0% of statements [2021-04-16T10:57:54.069Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-04-16T10:57:54.331Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-04-16T10:57:54.592Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-04-16T10:57:54.853Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-04-16T10:57:55.796Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-04-16T10:57:57.173Z] --- PASS: TestServiceUpdateSecrets (14.68s) [2021-04-16T10:57:57.173Z] === RUN TestServiceUpdateConfigs [2021-04-16T10:57:57.180Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-04-16T10:57:57.180Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-04-16T10:57:57.752Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-04-16T10:57:58.013Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2021-04-16T10:58:01.318Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-04-16T10:58:01.890Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-04-16T10:58:03.277Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-04-16T10:58:05.824Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-04-16T10:58:06.395Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-04-16T10:58:06.901Z] --- PASS: TestBuildMultiStageLayerLeak (15.24s) [2021-04-16T10:58:06.901Z] === RUN TestBuildWithHugeFile [2021-04-16T10:58:07.339Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-04-16T10:58:08.725Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-04-16T10:58:09.297Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-04-16T10:58:12.071Z] --- PASS: TestServiceUpdateConfigs (14.77s) [2021-04-16T10:58:12.071Z] === RUN TestServiceUpdateNetwork [2021-04-16T10:58:14.600Z] === RUN TestDockerSuite/TestBuildPATH [2021-04-16T10:58:15.173Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-04-16T10:58:16.114Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-04-16T10:58:17.500Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-04-16T10:58:17.500Z] --- PASS: TestDockerNetworkMacvlan (24.31s) [2021-04-16T10:58:17.500Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.14s) [2021-04-16T10:58:17.500Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s) [2021-04-16T10:58:17.500Z] --- PASS: TestDockerNetworkMacvlan/NilParent (3.11s) [2021-04-16T10:58:17.500Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (3.11s) [2021-04-16T10:58:17.500Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (7.06s) [2021-04-16T10:58:17.761Z] --- PASS: TestDockerNetworkMacvlan/Addressing (2.22s) [2021-04-16T10:58:17.761Z] PASS [2021-04-16T10:58:17.761Z] [2021-04-16T10:58:17.761Z] DONE 8 tests in 26.683s [2021-04-16T10:58:17.761Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-04-16T10:58:17.761Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:58:17.761Z] ++ set -e [2021-04-16T10:58:17.761Z] ++ '[' -n 0 ']' [2021-04-16T10:58:17.761Z] ++ set -x [2021-04-16T10:58:17.761Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:58:17.761Z] testing: warning: no tests to run [2021-04-16T10:58:17.761Z] PASS [2021-04-16T10:58:17.761Z] [2021-04-16T10:58:17.761Z] DONE 0 tests in 0.029s [2021-04-16T10:58:17.761Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-04-16T10:58:17.761Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:58:17.761Z] ++ set -e [2021-04-16T10:58:17.761Z] ++ '[' -n 0 ']' [2021-04-16T10:58:17.761Z] ++ set -x [2021-04-16T10:58:17.761Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:58:17.761Z] INFO: Testing against a local daemon [2021-04-16T10:58:17.761Z] === RUN TestAuthZPluginAllowRequest [2021-04-16T10:58:18.334Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-04-16T10:58:20.248Z] --- PASS: TestAuthZPluginAllowRequest (2.20s) [2021-04-16T10:58:20.248Z] === RUN TestAuthZPluginTLS [2021-04-16T10:58:21.192Z] --- PASS: TestAuthZPluginTLS (1.11s) [2021-04-16T10:58:21.192Z] === RUN TestAuthZPluginDenyRequest [2021-04-16T10:58:22.134Z] --- PASS: TestAuthZPluginDenyRequest (0.80s) [2021-04-16T10:58:22.134Z] === RUN TestAuthZPluginAPIDenyResponse [2021-04-16T10:58:22.706Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.80s) [2021-04-16T10:58:22.706Z] === RUN TestAuthZPluginDenyResponse [2021-04-16T10:58:23.650Z] --- PASS: TestAuthZPluginDenyResponse (0.79s) [2021-04-16T10:58:23.650Z] === RUN TestAuthZPluginAllowEventStream [2021-04-16T10:58:26.196Z] --- PASS: TestAuthZPluginAllowEventStream (2.23s) [2021-04-16T10:58:26.196Z] === RUN TestAuthZPluginErrorResponse [2021-04-16T10:58:26.457Z] --- PASS: TestAuthZPluginErrorResponse (0.80s) [2021-04-16T10:58:26.457Z] === RUN TestAuthZPluginErrorRequest [2021-04-16T10:58:26.964Z] --- PASS: TestServiceUpdateNetwork (13.47s) [2021-04-16T10:58:26.964Z] === RUN TestServiceUpdatePidsLimit [2021-04-16T10:58:26.964Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-04-16T10:58:27.399Z] --- PASS: TestAuthZPluginErrorRequest (0.81s) [2021-04-16T10:58:27.399Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-04-16T10:58:27.535Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-04-16T10:58:28.343Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.79s) [2021-04-16T10:58:28.343Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-04-16T10:58:28.605Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-04-16T10:58:30.521Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.50s) [2021-04-16T10:58:30.521Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-04-16T10:58:33.825Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2021-04-16T10:58:33.825Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.92s) [2021-04-16T10:58:33.825Z] === RUN TestAuthZPluginHeader [2021-04-16T10:58:34.396Z] --- PASS: TestAuthZPluginHeader (0.91s) [2021-04-16T10:58:34.396Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-04-16T10:58:35.661Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-04-16T10:58:36.939Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2021-04-16T10:58:40.244Z] === RUN TestDockerSuite/TestBuildRm [2021-04-16T10:58:40.244Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (5.57s) [2021-04-16T10:58:40.244Z] === RUN TestAuthZPluginV2Disable [2021-04-16T10:58:42.259Z] --- PASS: TestServiceUpdatePidsLimit (17.18s) [2021-04-16T10:58:42.259Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.03s) [2021-04-16T10:58:42.259Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.19s) [2021-04-16T10:58:42.259Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.19s) [2021-04-16T10:58:42.259Z] PASS [2021-04-16T10:58:42.259Z] [2021-04-16T10:58:42.259Z] === Skipped [2021-04-16T10:58:42.259Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-04-16T10:58:42.259Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-04-16T10:58:42.259Z] [2021-04-16T10:58:42.259Z] [2021-04-16T10:58:42.259Z] DONE 27 tests, 1 skipped in 178.424s [2021-04-16T10:58:42.527Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-04-16T10:58:42.527Z] INFO: Testing against a local daemon [2021-04-16T10:58:42.527Z] === RUN TestSessionCreate [2021-04-16T10:58:42.527Z] --- PASS: TestSessionCreate (0.02s) [2021-04-16T10:58:42.527Z] === RUN TestSessionCreateWithBadUpgrade [2021-04-16T10:58:42.527Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-04-16T10:58:42.527Z] PASS [2021-04-16T10:58:42.527Z] [2021-04-16T10:58:42.527Z] DONE 2 tests in 0.073s [2021-04-16T10:58:42.527Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-04-16T10:58:42.527Z] INFO: Testing against a local daemon [2021-04-16T10:58:42.527Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-04-16T10:58:42.527Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2021-04-16T10:58:42.527Z] === RUN TestEventsExecDie [2021-04-16T10:58:43.546Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-04-16T10:58:43.908Z] --- PASS: TestEventsExecDie (1.11s) [2021-04-16T10:58:43.908Z] === RUN TestEventsBackwardsCompatible [2021-04-16T10:58:43.908Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2021-04-16T10:58:43.908Z] === RUN TestInfoBinaryCommits [2021-04-16T10:58:43.908Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-04-16T10:58:43.908Z] === RUN TestInfoAPIVersioned [2021-04-16T10:58:43.908Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-04-16T10:58:43.908Z] === RUN TestInfoDiscoveryBackend [2021-04-16T10:58:44.477Z] --- PASS: TestInfoDiscoveryBackend (0.67s) [2021-04-16T10:58:44.477Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-04-16T10:58:44.489Z] --- PASS: TestAuthZPluginV2Disable (4.28s) [2021-04-16T10:58:44.489Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-04-16T10:58:44.489Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-04-16T10:58:45.416Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-04-16T10:58:45.416Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-04-16T10:58:45.433Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-04-16T10:58:45.986Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.65s) [2021-04-16T10:58:45.986Z] === RUN TestInfoAPI [2021-04-16T10:58:45.986Z] --- PASS: TestInfoAPI (0.02s) [2021-04-16T10:58:45.986Z] === RUN TestInfoAPIWarnings [2021-04-16T10:58:46.005Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-04-16T10:58:46.266Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-04-16T10:58:47.652Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-04-16T10:58:48.227Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.82s) [2021-04-16T10:58:48.227Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-04-16T10:58:48.800Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-04-16T10:58:49.745Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-04-16T10:58:53.047Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-04-16T10:58:53.307Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-04-16T10:58:53.568Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-04-16T10:58:53.568Z] === RUN TestDockerSuite/TestBuildSpaces [2021-04-16T10:58:53.830Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-04-16T10:58:54.773Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-04-16T10:58:54.773Z] === RUN TestDockerSuite/TestBuildStderr [2021-04-16T10:58:55.856Z] --- PASS: TestImportExtremelyLargeImageWorks (193.07s) [2021-04-16T10:58:55.856Z] PASS [2021-04-16T10:58:55.856Z] [2021-04-16T10:58:55.856Z] === Skipped [2021-04-16T10:58:55.856Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-04-16T10:58:55.856Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-16T10:58:55.856Z] [2021-04-16T10:58:55.856Z] [2021-04-16T10:58:55.856Z] DONE 12 tests, 1 skipped in 194.116s [2021-04-16T10:58:55.856Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2021-04-16T10:58:55.856Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:58:55.856Z] ++ set -e [2021-04-16T10:58:55.856Z] ++ '[' -n 0 ']' [2021-04-16T10:58:55.856Z] ++ set -x [2021-04-16T10:58:55.856Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:58:55.856Z] INFO: Testing against a local daemon [2021-04-16T10:58:55.856Z] === RUN TestNetworkCreateDelete [2021-04-16T10:58:55.856Z] --- PASS: TestNetworkCreateDelete (0.17s) [2021-04-16T10:58:55.856Z] === RUN TestDockerNetworkDeletePreferID [2021-04-16T10:58:55.856Z] --- PASS: TestDockerNetworkDeletePreferID (0.45s) [2021-04-16T10:58:55.856Z] === RUN TestDaemonDNSFallback [2021-04-16T10:58:55.856Z] --- PASS: TestDaemonDNSFallback (1.57s) [2021-04-16T10:58:55.856Z] === RUN TestInspectNetwork [2021-04-16T10:58:55.856Z] === RUN TestInspectNetwork/full_network_id [2021-04-16T10:58:55.856Z] === RUN TestInspectNetwork/partial_network_id [2021-04-16T10:58:55.856Z] === RUN TestInspectNetwork/network_name [2021-04-16T10:58:55.856Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-04-16T10:58:55.856Z] --- PASS: TestInspectNetwork (7.09s) [2021-04-16T10:58:55.856Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-04-16T10:58:55.856Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-04-16T10:58:55.856Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-04-16T10:58:55.856Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-04-16T10:58:55.856Z] === RUN TestRunContainerWithBridgeNone [2021-04-16T10:58:56.160Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-04-16T10:58:57.954Z] --- PASS: TestRunContainerWithBridgeNone (2.06s) [2021-04-16T10:58:57.954Z] === RUN TestNetworkInvalidJSON [2021-04-16T10:58:57.954Z] === RUN TestNetworkInvalidJSON//networks/create [2021-04-16T10:58:57.954Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-04-16T10:58:57.954Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-04-16T10:58:57.954Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-04-16T10:58:57.954Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-16T10:58:57.954Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-16T10:58:57.954Z] === CONT TestNetworkInvalidJSON//networks/create [2021-04-16T10:58:57.954Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-04-16T10:58:57.954Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-16T10:58:57.954Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-04-16T10:58:57.954Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-04-16T10:58:57.954Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-04-16T10:58:57.954Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-04-16T10:58:57.954Z] === RUN TestNetworkList [2021-04-16T10:58:57.954Z] === RUN TestNetworkList//networks [2021-04-16T10:58:57.954Z] === PAUSE TestNetworkList//networks [2021-04-16T10:58:57.954Z] === RUN TestNetworkList//networks/ [2021-04-16T10:58:57.954Z] === PAUSE TestNetworkList//networks/ [2021-04-16T10:58:57.954Z] === CONT TestNetworkList//networks [2021-04-16T10:58:57.954Z] === CONT TestNetworkList//networks/ [2021-04-16T10:58:57.954Z] --- PASS: TestNetworkList (0.02s) [2021-04-16T10:58:57.954Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-04-16T10:58:57.954Z] --- PASS: TestNetworkList//networks (0.00s) [2021-04-16T10:58:57.954Z] === RUN TestHostIPv4BridgeLabel [2021-04-16T10:58:58.250Z] --- PASS: TestHostIPv4BridgeLabel (0.59s) [2021-04-16T10:58:58.250Z] === RUN TestDaemonRestartWithLiveRestore [2021-04-16T10:58:59.294Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2021-04-16T10:58:59.294Z] === RUN TestDaemonDefaultNetworkPools [2021-04-16T10:59:00.339Z] --- PASS: TestDaemonDefaultNetworkPools (0.74s) [2021-04-16T10:59:00.339Z] === RUN TestDaemonRestartWithExistingNetwork [2021-04-16T10:59:01.391Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.16s) [2021-04-16T10:59:01.391Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-04-16T10:59:02.748Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2021-04-16T10:59:02.748Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-04-16T10:59:02.933Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.32s) [2021-04-16T10:59:02.933Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-04-16T10:59:03.232Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.64s) [2021-04-16T10:59:03.232Z] === RUN TestServiceWithPredefinedNetwork [2021-04-16T10:59:03.319Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-04-16T10:59:04.084Z] --- PASS: TestInfoAPIWarnings (16.68s) [2021-04-16T10:59:04.084Z] === RUN TestInfoDebug [2021-04-16T10:59:04.084Z] --- PASS: TestInfoDebug (0.66s) [2021-04-16T10:59:04.084Z] === RUN TestInfoInsecureRegistries [2021-04-16T10:59:04.084Z] --- PASS: TestInfoInsecureRegistries (0.65s) [2021-04-16T10:59:04.084Z] === RUN TestInfoRegistryMirrors [2021-04-16T10:59:04.653Z] --- PASS: TestInfoRegistryMirrors (0.65s) [2021-04-16T10:59:04.653Z] === RUN TestLoginFailsWithBadCredentials [2021-04-16T10:59:04.913Z] --- PASS: TestLoginFailsWithBadCredentials (0.18s) [2021-04-16T10:59:04.913Z] === RUN TestPingCacheHeaders [2021-04-16T10:59:04.913Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-04-16T10:59:04.913Z] === RUN TestPingGet [2021-04-16T10:59:04.913Z] --- PASS: TestPingGet (0.01s) [2021-04-16T10:59:04.913Z] === RUN TestPingHead [2021-04-16T10:59:04.913Z] --- PASS: TestPingHead (0.02s) [2021-04-16T10:59:04.913Z] === RUN TestVersion [2021-04-16T10:59:04.913Z] --- PASS: TestVersion (0.02s) [2021-04-16T10:59:04.913Z] === CONT TestCgroupDriverSystemdMemoryLimit [2021-04-16T10:59:05.234Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-04-16T10:59:05.332Z] --- PASS: TestServiceWithPredefinedNetwork (2.11s) [2021-04-16T10:59:05.332Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-04-16T10:59:05.332Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-04-16T10:59:05.332Z] service_test.go:242: FLAKY_TEST [2021-04-16T10:59:05.332Z] === RUN TestServiceWithDataPathPortInit [2021-04-16T10:59:05.806Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (17.53s) [2021-04-16T10:59:05.806Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-04-16T10:59:05.806Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-04-16T10:59:06.751Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-04-16T10:59:06.822Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.49s) [2021-04-16T10:59:06.822Z] PASS [2021-04-16T10:59:06.822Z] [2021-04-16T10:59:06.822Z] DONE 18 tests in 23.955s [2021-04-16T10:59:06.822Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-04-16T10:59:06.822Z] INFO: Testing against a local daemon [2021-04-16T10:59:06.822Z] === RUN TestVolumesCreateAndList [2021-04-16T10:59:06.822Z] --- PASS: TestVolumesCreateAndList (0.03s) [2021-04-16T10:59:06.822Z] === RUN TestVolumesRemove [2021-04-16T10:59:06.822Z] --- PASS: TestVolumesRemove (0.08s) [2021-04-16T10:59:06.822Z] === RUN TestVolumesInspect [2021-04-16T10:59:06.822Z] --- PASS: TestVolumesInspect (0.02s) [2021-04-16T10:59:06.822Z] === RUN TestVolumesInvalidJSON [2021-04-16T10:59:06.822Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-04-16T10:59:06.822Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-04-16T10:59:06.822Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-04-16T10:59:06.822Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-04-16T10:59:06.822Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-04-16T10:59:06.822Z] PASS [2021-04-16T10:59:06.822Z] [2021-04-16T10:59:06.822Z] DONE 5 tests in 0.167s [2021-04-16T10:59:06.822Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-04-16T10:59:08.158Z] === RUN TestDockerSuite/TestBuildUser [2021-04-16T10:59:08.203Z] Stopping apparmor (via systemctl): apparmor.service. [2021-04-16T10:59:08.203Z] Removing test suite binaries [2021-04-16T10:59:08.203Z] exiting test-integration [2021-04-16T10:59:08.203Z] ++ exit 0 [2021-04-16T10:59:08.203Z] [2021-04-16T10:59:10.073Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot Post stage [Pipeline] junit [2021-04-16T10:59:11.517Z] Recording test results [2021-04-16T10:59:13.070Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-04-16T10:59:13.377Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-04-16T10:59:13.425Z] + echo Ensuring container killed. [2021-04-16T10:59:13.425Z] Ensuring container killed. [2021-04-16T10:59:13.425Z] + docker rm -vf docker-pr16 [2021-04-16T10:59:13.425Z] Error: No such container: docker-pr16 [Pipeline] sh [2021-04-16T10:59:13.718Z] + echo Chowning /workspace to jenkins user [2021-04-16T10:59:13.718Z] Chowning /workspace to jenkins user [2021-04-16T10:59:13.718Z] + id -u [2021-04-16T10:59:13.718Z] + id -g [2021-04-16T10:59:13.718Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40094:/workspace busybox chown -R 1000:1000 /workspace [2021-04-16T10:59:13.718Z] Unable to find image 'busybox:latest' locally [2021-04-16T10:59:13.718Z] latest: Pulling from library/busybox [2021-04-16T10:59:13.978Z] f531cdc67389: Pulling fs layer [2021-04-16T10:59:13.978Z] f531cdc67389: Download complete [2021-04-16T10:59:13.978Z] f531cdc67389: Pull complete [2021-04-16T10:59:13.978Z] Digest: sha256:ae39a6f5c07297d7ab64dbd4f82c77c874cc6a94cea29fdec309d0992574b4f7 [2021-04-16T10:59:13.978Z] Status: Downloaded newer image for busybox:latest [2021-04-16T10:59:15.427Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-04-16T10:59:15.427Z] ok github.com/docker/docker/api/server/httputils 0.004s coverage: 14.7% of statements [2021-04-16T10:59:15.427Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2021-04-16T10:59:15.427Z] ? github.com/docker/docker/api/server/router [no test files] [2021-04-16T10:59:15.427Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-04-16T10:59:15.427Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-04-16T10:59:15.427Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-04-16T10:59:15.427Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-04-16T10:59:15.427Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-04-16T10:59:15.427Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-04-16T10:59:15.427Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-04-16T10:59:15.427Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-04-16T10:59:15.427Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-04-16T10:59:15.427Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-04-16T10:59:15.427Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 5.7% of statements [2021-04-16T10:59:15.427Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-04-16T10:59:15.427Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-04-16T10:59:15.427Z] ? github.com/docker/docker/api/types [no test files] [2021-04-16T10:59:15.427Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-04-16T10:59:15.427Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-04-16T10:59:15.427Z] ? github.com/docker/docker/api/types/container [no test files] [2021-04-16T10:59:15.427Z] ? github.com/docker/docker/api/types/events [no test files] [2021-04-16T10:59:15.427Z] ok github.com/docker/docker/api/types/strslice 0.003s coverage: 90.0% of statements [2021-04-16T10:59:15.427Z] ok github.com/docker/docker/api/types/filters 0.007s coverage: 92.2% of statements [2021-04-16T10:59:15.427Z] ? github.com/docker/docker/api/types/image [no test files] [2021-04-16T10:59:15.427Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-04-16T10:59:15.427Z] ? github.com/docker/docker/api/types/network [no test files] [2021-04-16T10:59:15.427Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-04-16T10:59:15.427Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-04-16T10:59:15.427Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-04-16T10:59:15.427Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-04-16T10:59:15.683Z] ok github.com/docker/docker/api/types/time 0.005s coverage: 100.0% of statements [2021-04-16T10:59:15.683Z] ok github.com/docker/docker/api/types/versions 0.004s coverage: 75.0% of statements [2021-04-16T10:59:15.683Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-04-16T10:59:15.683Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-04-16T10:59:15.683Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-04-16T10:59:15.683Z] ? github.com/docker/docker/builder [no test files] [2021-04-16T10:59:15.683Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-04-16T10:59:15.683Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-04-16T10:59:15.683Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-04-16T10:59:15.683Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-04-16T10:59:15.683Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-04-16T10:59:15.683Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-04-16T10:59:15.683Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-04-16T10:59:16.855Z] + bundleName=amd64-cgroup2 [2021-04-16T10:59:16.855Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2021-04-16T10:59:16.855Z] Creating amd64-cgroup2-bundles.tar.gz [2021-04-16T10:59:16.855Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [2021-04-16T10:59:16.855Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2021-04-16T10:59:17.139Z] Archiving artifacts [2021-04-16T10:59:19.069Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-40094/16/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-04-16T10:59:19.386Z] + make clean [2021-04-16T10:59:19.646Z] docker volume rm -f docker-dev-cache [2021-04-16T10:59:19.646Z] docker-dev-cache [Pipeline] deleteDir [2021-04-16T10:59:19.844Z] ok github.com/docker/docker/builder/remotecontext 0.085s coverage: 13.7% of statements [2021-04-16T10:59:19.844Z] ok github.com/docker/docker/builder/dockerfile 0.209s coverage: 48.5% of statements [2021-04-16T10:59:19.844Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-04-16T10:59:20.729Z] --- PASS: TestServiceWithDataPathPortInit (13.90s) [2021-04-16T10:59:20.729Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-04-16T10:59:20.770Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2021-04-16T10:59:21.697Z] ok github.com/docker/docker/builder/remotecontext/git 1.188s coverage: 86.3% of statements [2021-04-16T10:59:21.697Z] ? github.com/docker/docker/cli [no test files] [2021-04-16T10:59:21.697Z] ? github.com/docker/docker/cli/config [no test files] [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-16T10:59:25.612Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.18s) [2021-04-16T10:59:25.612Z] PASS [2021-04-16T10:59:25.612Z] [2021-04-16T10:59:25.612Z] DONE 17 tests in 66.159s [2021-04-16T10:59:25.612Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-04-16T10:59:25.612Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:59:25.612Z] ++ set -e [2021-04-16T10:59:25.612Z] ++ '[' -n 0 ']' [2021-04-16T10:59:25.612Z] ++ set -x [2021-04-16T10:59:25.612Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:59:25.612Z] INFO: Testing against a local daemon [2021-04-16T10:59:25.612Z] === RUN TestPluginInvalidJSON [2021-04-16T10:59:25.612Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-04-16T10:59:25.612Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-04-16T10:59:25.612Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-04-16T10:59:25.612Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-04-16T10:59:25.612Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-04-16T10:59:25.612Z] === RUN TestPluginInstall [2021-04-16T10:59:25.612Z] === RUN TestPluginInstall/no_auth [2021-04-16T10:59:25.907Z] ok github.com/docker/docker/client 0.207s coverage: 75.4% of statements [2021-04-16T10:59:26.194Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2021-04-16T10:59:26.318Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.83s) [2021-04-16T10:59:26.318Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:v4d7i9t04bz2qwcubzenj4wpw Created:2021-04-16 10:59:20.255264889 +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[088dd8de84b1c8639a3d9199466317846ef040277d3680cb419be64af1bdb773:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.p1dd4thpw4doqdoq7uvjo4r95 EndpointID:9c174648347a7f4b0fb1cd4397a1edc56832929aa8e44dfb8c45b1f106ddd6ee MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:741f7904fdb34fde5c4a7f2ab7884ee06a0a8d392bfaf745a873d6c3e4a22ff8 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:b0462295d0d2 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.p1dd4thpw4doqdoq7uvjo4r95 EndpointID:9c174648347a7f4b0fb1cd4397a1edc56832929aa8e44dfb8c45b1f106ddd6ee EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-04-16T10:59:26.318Z] PASS [2021-04-16T10:59:26.318Z] [2021-04-16T10:59:26.318Z] === Skipped [2021-04-16T10:59:26.318Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-04-16T10:59:26.318Z] service_test.go:242: FLAKY_TEST [2021-04-16T10:59:26.318Z] [2021-04-16T10:59:26.318Z] [2021-04-16T10:59:26.318Z] DONE 26 tests, 1 skipped in 39.789s [2021-04-16T10:59:26.318Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-04-16T10:59:26.318Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:59:26.318Z] ++ set -e [2021-04-16T10:59:26.318Z] ++ '[' -n 0 ']' [2021-04-16T10:59:26.318Z] ++ set -x [2021-04-16T10:59:26.318Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:59:26.318Z] INFO: Testing against a local daemon [2021-04-16T10:59:26.318Z] === RUN TestDockerNetworkIpvlanPersistance [2021-04-16T10:59:26.318Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-04-16T10:59:26.318Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-16T10:59:26.318Z] === RUN TestDockerNetworkIpvlan [2021-04-16T10:59:26.318Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-04-16T10:59:26.318Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-16T10:59:26.318Z] PASS [2021-04-16T10:59:26.318Z] [2021-04-16T10:59:26.318Z] === Skipped [2021-04-16T10:59:26.318Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-04-16T10:59:26.318Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-16T10:59:26.318Z] [2021-04-16T10:59:26.318Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-04-16T10:59:26.318Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-16T10:59:26.318Z] [2021-04-16T10:59:26.318Z] [2021-04-16T10:59:26.318Z] DONE 2 tests, 2 skipped in 0.073s [2021-04-16T10:59:26.318Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-04-16T10:59:26.318Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:59:26.318Z] ++ set -e [2021-04-16T10:59:26.318Z] ++ '[' -n 0 ']' [2021-04-16T10:59:26.318Z] ++ set -x [2021-04-16T10:59:26.318Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:59:26.318Z] INFO: Testing against a local daemon [2021-04-16T10:59:26.318Z] === RUN TestDockerNetworkMacvlanPersistance [2021-04-16T10:59:26.768Z] time="2021-04-16T10:59:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-16T10:59:26.768Z] time="2021-04-16T10:59:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:37c385c28e5ec5e4ba475c1c7c939402cdc1f9b1f5dc4431fa3489adafa88d2a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-16T10:59:26.768Z] time="2021-04-16T10:59:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-16T10:59:26.768Z] time="2021-04-16T10:59:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:37c385c28e5ec5e4ba475c1c7c939402cdc1f9b1f5dc4431fa3489adafa88d2a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-16T10:59:27.341Z] === RUN TestPluginInstall/with_htpasswd [2021-04-16T10:59:27.836Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.38s) [2021-04-16T10:59:27.836Z] === RUN TestDockerNetworkMacvlan [2021-04-16T10:59:28.284Z] time="2021-04-16T10:59:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-16T10:59:28.284Z] time="2021-04-16T10:59:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:506be1b98337573f41fd192e77d032f4d79ebba1c336ea25e49f6c842dc33851" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-16T10:59:28.284Z] time="2021-04-16T10:59:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-16T10:59:28.284Z] time="2021-04-16T10:59:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:506be1b98337573f41fd192e77d032f4d79ebba1c336ea25e49f6c842dc33851" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-16T10:59:28.479Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-04-16T10:59:28.856Z] === RUN TestPluginInstall/with_insecure [2021-04-16T10:59:29.117Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-04-16T10:59:29.545Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-04-16T10:59:30.189Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-04-16T10:59:31.032Z] time="2021-04-16T10:59:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-16T10:59:31.032Z] time="2021-04-16T10:59:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a2804f5066f9044b4b0c6fda3d8f93603e01efa5d6d3db7f3157ff817be5eb53" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-16T10:59:31.032Z] time="2021-04-16T10:59:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-16T10:59:31.032Z] time="2021-04-16T10:59:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a2804f5066f9044b4b0c6fda3d8f93603e01efa5d6d3db7f3157ff817be5eb53" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-16T10:59:31.032Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-04-16T10:59:31.605Z] --- PASS: TestPluginInstall (7.37s) [2021-04-16T10:59:31.605Z] --- PASS: TestPluginInstall/no_auth (3.22s) [2021-04-16T10:59:31.605Z] --- PASS: TestPluginInstall/with_htpasswd (1.59s) [2021-04-16T10:59:31.605Z] --- PASS: TestPluginInstall/with_insecure (2.56s) [2021-04-16T10:59:31.605Z] plugin_test.go:165: [d7fbc9cf48cd3] daemon is not started [2021-04-16T10:59:31.605Z] === RUN TestPluginsWithRuntimes [2021-04-16T10:59:31.605Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-04-16T10:59:32.178Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2021-04-16T10:59:32.270Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-04-16T10:59:33.123Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-04-16T10:59:34.068Z] === RUN TestPluginsWithRuntimes/No_Args [2021-04-16T10:59:34.329Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-04-16T10:59:34.349Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-04-16T10:59:36.246Z] === RUN TestPluginsWithRuntimes/With_Args [2021-04-16T10:59:36.246Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-04-16T10:59:36.246Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-04-16T10:59:36.246Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-04-16T10:59:36.246Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-04-16T10:59:36.246Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-04-16T10:59:38.163Z] --- PASS: TestPluginsWithRuntimes (6.37s) [2021-04-16T10:59:38.163Z] --- PASS: TestPluginsWithRuntimes/No_Args (2.09s) [2021-04-16T10:59:38.163Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.75s) [2021-04-16T10:59:38.163Z] === RUN TestPluginBackCompatMediaTypes [2021-04-16T10:59:38.426Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-04-16T10:59:38.426Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-04-16T10:59:38.710Z] --- PASS: TestPluginBackCompatMediaTypes (0.97s) [2021-04-16T10:59:38.710Z] PASS [2021-04-16T10:59:38.710Z] [2021-04-16T10:59:38.710Z] DONE 10 tests in 14.904s [2021-04-16T10:59:38.710Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-04-16T10:59:38.711Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:59:38.711Z] ++ set -e [2021-04-16T10:59:38.711Z] ++ '[' -n 0 ']' [2021-04-16T10:59:38.711Z] ++ set -x [2021-04-16T10:59:38.711Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:59:38.834Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-04-16T10:59:38.981Z] INFO: Testing against a local daemon [2021-04-16T10:59:38.981Z] === RUN TestExternalGraphDriver [2021-04-16T10:59:38.981Z] === RUN TestExternalGraphDriver/json [2021-04-16T10:59:39.130Z] --- PASS: TestDockerNetworkMacvlan (11.46s) [2021-04-16T10:59:39.130Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.13s) [2021-04-16T10:59:39.130Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2021-04-16T10:59:39.130Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.95s) [2021-04-16T10:59:39.130Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.05s) [2021-04-16T10:59:39.130Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.43s) [2021-04-16T10:59:39.130Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.69s) [2021-04-16T10:59:39.130Z] PASS [2021-04-16T10:59:39.130Z] [2021-04-16T10:59:39.130Z] DONE 8 tests in 12.901s [2021-04-16T10:59:39.130Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2021-04-16T10:59:39.130Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:59:39.130Z] ++ set -e [2021-04-16T10:59:39.130Z] ++ '[' -n 0 ']' [2021-04-16T10:59:39.130Z] ++ set -x [2021-04-16T10:59:39.130Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:59:39.130Z] testing: warning: no tests to run [2021-04-16T10:59:39.130Z] PASS [2021-04-16T10:59:39.130Z] [2021-04-16T10:59:39.130Z] DONE 0 tests in 0.013s [2021-04-16T10:59:39.130Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-04-16T10:59:39.130Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:59:39.130Z] ++ set -e [2021-04-16T10:59:39.130Z] ++ '[' -n 0 ']' [2021-04-16T10:59:39.130Z] ++ set -x [2021-04-16T10:59:39.130Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:59:39.130Z] INFO: Testing against a local daemon [2021-04-16T10:59:39.130Z] === RUN TestAuthZPluginAllowRequest [2021-04-16T10:59:39.552Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-04-16T10:59:40.497Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-04-16T10:59:40.654Z] --- PASS: TestAuthZPluginAllowRequest (1.36s) [2021-04-16T10:59:40.654Z] === RUN TestAuthZPluginTLS [2021-04-16T10:59:41.293Z] --- PASS: TestAuthZPluginTLS (0.56s) [2021-04-16T10:59:41.293Z] === RUN TestAuthZPluginDenyRequest [2021-04-16T10:59:41.439Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-04-16T10:59:41.439Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-04-16T10:59:41.600Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2021-04-16T10:59:41.600Z] === RUN TestAuthZPluginAPIDenyResponse [2021-04-16T10:59:42.011Z] === RUN TestExternalGraphDriver/spec [2021-04-16T10:59:42.237Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2021-04-16T10:59:42.237Z] === RUN TestAuthZPluginDenyResponse [2021-04-16T10:59:42.874Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2021-04-16T10:59:42.874Z] === RUN TestAuthZPluginAllowEventStream [2021-04-16T10:59:44.392Z] --- PASS: TestAuthZPluginAllowEventStream (1.34s) [2021-04-16T10:59:44.392Z] === RUN TestAuthZPluginErrorResponse [2021-04-16T10:59:44.686Z] --- PASS: TestAuthZPluginErrorResponse (0.56s) [2021-04-16T10:59:44.686Z] === RUN TestAuthZPluginErrorRequest [2021-04-16T10:59:45.312Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-04-16T10:59:45.312Z] === RUN TestExternalGraphDriver/pull [2021-04-16T10:59:45.325Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2021-04-16T10:59:45.325Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-04-16T10:59:45.620Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2021-04-16T10:59:45.620Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-04-16T10:59:46.698Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2021-04-16T10:59:46.698Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-04-16T10:59:47.706Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.72s) [2021-04-16T10:59:47.706Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-04-16T10:59:48.084Z] --- PASS: TestExternalGraphDriver (9.04s) [2021-04-16T10:59:48.084Z] --- PASS: TestExternalGraphDriver/json (3.05s) [2021-04-16T10:59:48.084Z] --- PASS: TestExternalGraphDriver/spec (3.25s) [2021-04-16T10:59:48.084Z] --- PASS: TestExternalGraphDriver/pull (2.63s) [2021-04-16T10:59:48.084Z] === RUN TestGraphdriverPluginV2 [2021-04-16T10:59:48.084Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-04-16T10:59:48.657Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-04-16T10:59:49.230Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-04-16T10:59:49.230Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-04-16T10:59:49.232Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.74s) [2021-04-16T10:59:49.232Z] === RUN TestAuthZPluginHeader [2021-04-16T10:59:50.174Z] === RUN TestDockerSuite/TestBuildXZHost [2021-04-16T10:59:50.279Z] --- PASS: TestAuthZPluginHeader (0.87s) [2021-04-16T10:59:50.279Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-04-16T10:59:50.279Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-04-16T10:59:50.279Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-16T10:59:50.279Z] === RUN TestAuthZPluginV2Disable [2021-04-16T10:59:50.279Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2021-04-16T10:59:50.279Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-16T10:59:50.279Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-04-16T10:59:50.279Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-04-16T10:59:50.279Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-16T10:59:50.279Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-04-16T10:59:50.279Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-04-16T10:59:50.279Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-16T10:59:50.279Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-04-16T10:59:53.478Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-04-16T10:59:53.478Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-04-16T10:59:53.478Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-04-16T10:59:54.421Z] --- PASS: TestGraphdriverPluginV2 (6.31s) [2021-04-16T10:59:54.421Z] PASS [2021-04-16T10:59:54.421Z] [2021-04-16T10:59:54.421Z] DONE 5 tests in 15.487s [2021-04-16T10:59:54.421Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-04-16T10:59:54.421Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:59:54.421Z] ++ set -e [2021-04-16T10:59:54.421Z] ++ '[' -n 0 ']' [2021-04-16T10:59:54.421Z] ++ set -x [2021-04-16T10:59:54.421Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2021-04-16T10:59:54.421Z] INFO: Testing against a local daemon [2021-04-16T10:59:54.421Z] === RUN TestContinueAfterPluginCrash [2021-04-16T10:59:54.421Z] === PAUSE TestContinueAfterPluginCrash [2021-04-16T10:59:54.421Z] === RUN TestReadPluginNoRead [2021-04-16T10:59:54.421Z] === PAUSE TestReadPluginNoRead [2021-04-16T10:59:54.421Z] === RUN TestDaemonStartWithLogOpt [2021-04-16T10:59:54.421Z] === PAUSE TestDaemonStartWithLogOpt [2021-04-16T10:59:54.421Z] === CONT TestContinueAfterPluginCrash [2021-04-16T10:59:54.421Z] === CONT TestDaemonStartWithLogOpt [2021-04-16T10:59:54.421Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-04-16T10:59:55.808Z] === RUN TestDockerSuite/TestCommitChange [2021-04-16T10:59:57.725Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-04-16T10:59:59.112Z] === RUN TestDockerSuite/TestCommitHardlink [2021-04-16T11:00:00.057Z] --- PASS: TestDaemonStartWithLogOpt (5.43s) [2021-04-16T11:00:00.057Z] === CONT TestReadPluginNoRead [2021-04-16T11:00:01.000Z] === RUN TestDockerSuite/TestCommitNewFile [2021-04-16T11:00:03.548Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-04-16T11:00:03.548Z] === RUN TestReadPluginNoRead/default [2021-04-16T11:00:04.505Z] === RUN TestDockerSuite/TestCommitTTY [2021-04-16T11:00:05.447Z] === RUN TestReadPluginNoRead/disabled_caching [2021-04-16T11:00:06.019Z] --- PASS: TestContinueAfterPluginCrash (11.39s) [2021-04-16T11:00:06.592Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-04-16T11:00:07.535Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-04-16T11:00:07.797Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-04-16T11:00:08.883Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.73s) [2021-04-16T11:00:08.883Z] PASS [2021-04-16T11:00:08.883Z] [2021-04-16T11:00:08.883Z] === Skipped [2021-04-16T11:00:08.883Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-04-16T11:00:08.883Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-16T11:00:08.883Z] [2021-04-16T11:00:08.883Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2021-04-16T11:00:08.883Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-16T11:00:08.883Z] [2021-04-16T11:00:08.883Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-04-16T11:00:08.883Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-16T11:00:08.883Z] [2021-04-16T11:00:08.883Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-04-16T11:00:08.883Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-16T11:00:08.883Z] [2021-04-16T11:00:08.883Z] [2021-04-16T11:00:08.883Z] DONE 17 tests, 4 skipped in 27.681s [2021-04-16T11:00:08.883Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-04-16T11:00:08.883Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2021-04-16T11:00:08.883Z] ++ set -e [2021-04-16T11:00:08.883Z] ++ '[' -n 0 ']' [2021-04-16T11:00:08.883Z] ++ set -x [2021-04-16T11:00:08.883Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2021-04-16T11:00:08.883Z] INFO: Testing against a local daemon [2021-04-16T11:00:08.883Z] === RUN TestPluginInvalidJSON [2021-04-16T11:00:08.883Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-04-16T11:00:08.883Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-04-16T11:00:08.883Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-04-16T11:00:08.883Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-04-16T11:00:08.883Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-04-16T11:00:08.883Z] === RUN TestPluginInstall [2021-04-16T11:00:08.883Z] === RUN TestPluginInstall/no_auth [2021-04-16T11:00:08.883Z] time="2021-04-16T11:00:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-16T11:00:08.883Z] time="2021-04-16T11:00:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a7528ad7a803b1afa8ac248b8a8d064fd4f1fdfc85e8d8a67c5db457fc927e54" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-16T11:00:08.883Z] time="2021-04-16T11:00:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-16T11:00:08.883Z] time="2021-04-16T11:00:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a7528ad7a803b1afa8ac248b8a8d064fd4f1fdfc85e8d8a67c5db457fc927e54" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-16T11:00:08.883Z] === RUN TestPluginInstall/with_htpasswd [2021-04-16T11:00:09.523Z] time="2021-04-16T11:00:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-16T11:00:09.523Z] time="2021-04-16T11:00:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a5211bfda60e3ecd0087db96c05954089fbb804dbabd566f7efd86d244ea27de" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-16T11:00:09.523Z] time="2021-04-16T11:00:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-16T11:00:09.523Z] time="2021-04-16T11:00:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a5211bfda60e3ecd0087db96c05954089fbb804dbabd566f7efd86d244ea27de" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-16T11:00:09.711Z] --- PASS: TestReadPluginNoRead (9.57s) [2021-04-16T11:00:09.711Z] --- PASS: TestReadPluginNoRead/default (1.98s) [2021-04-16T11:00:09.711Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.94s) [2021-04-16T11:00:09.711Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.04s) [2021-04-16T11:00:09.711Z] read_test.go:92: [d55d7c463e055] daemon is not started [2021-04-16T11:00:09.711Z] PASS [2021-04-16T11:00:09.711Z] [2021-04-16T11:00:09.711Z] DONE 6 tests in 15.134s [2021-04-16T11:00:09.711Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-04-16T11:00:09.711Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2021-04-16T11:00:09.711Z] ++ set -e [2021-04-16T11:00:09.711Z] ++ '[' -n 0 ']' [2021-04-16T11:00:09.711Z] ++ set -x [2021-04-16T11:00:09.711Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2021-04-16T11:00:09.711Z] testing: warning: no tests to run [2021-04-16T11:00:09.711Z] PASS [2021-04-16T11:00:09.711Z] [2021-04-16T11:00:09.711Z] DONE 0 tests in 0.043s [2021-04-16T11:00:09.711Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-04-16T11:00:09.711Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2021-04-16T11:00:09.711Z] ++ set -e [2021-04-16T11:00:09.711Z] ++ '[' -n 0 ']' [2021-04-16T11:00:09.711Z] ++ set -x [2021-04-16T11:00:09.711Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2021-04-16T11:00:09.711Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-04-16T11:00:09.711Z] INFO: Testing against a local daemon [2021-04-16T11:00:09.711Z] === RUN TestPluginWithDevMounts [2021-04-16T11:00:09.711Z] === PAUSE TestPluginWithDevMounts [2021-04-16T11:00:09.711Z] === CONT TestPluginWithDevMounts [2021-04-16T11:00:09.818Z] === RUN TestPluginInstall/with_insecure [2021-04-16T11:00:10.858Z] time="2021-04-16T11:00:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-16T11:00:10.858Z] time="2021-04-16T11:00:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:88cb8b6e9878c550f254709b2d7119c4c813a06167a0472b0836761b9825f8c0" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-16T11:00:10.858Z] time="2021-04-16T11:00:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-16T11:00:10.858Z] time="2021-04-16T11:00:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:88cb8b6e9878c550f254709b2d7119c4c813a06167a0472b0836761b9825f8c0" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-16T11:00:11.096Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-04-16T11:00:11.096Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-04-16T11:00:11.096Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-04-16T11:00:11.096Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-04-16T11:00:11.096Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-04-16T11:00:11.096Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-04-16T11:00:11.096Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-04-16T11:00:11.165Z] --- PASS: TestPluginInstall (4.32s) [2021-04-16T11:00:11.165Z] --- PASS: TestPluginInstall/no_auth (2.01s) [2021-04-16T11:00:11.165Z] --- PASS: TestPluginInstall/with_htpasswd (0.92s) [2021-04-16T11:00:11.165Z] --- PASS: TestPluginInstall/with_insecure (1.38s) [2021-04-16T11:00:11.165Z] plugin_test.go:165: [dce71da5dc0e1] daemon is not started [2021-04-16T11:00:11.165Z] === RUN TestPluginsWithRuntimes [2021-04-16T11:00:11.668Z] --- PASS: TestPluginWithDevMounts (1.99s) [2021-04-16T11:00:11.668Z] PASS [2021-04-16T11:00:11.668Z] [2021-04-16T11:00:11.668Z] DONE 1 tests in 2.167s [2021-04-16T11:00:11.668Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-04-16T11:00:11.668Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2021-04-16T11:00:11.668Z] ++ set -e [2021-04-16T11:00:11.668Z] ++ '[' -n 0 ']' [2021-04-16T11:00:11.668Z] ++ set -x [2021-04-16T11:00:11.668Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2021-04-16T11:00:11.928Z] INFO: Testing against a local daemon [2021-04-16T11:00:11.928Z] === RUN TestSecretInspect [2021-04-16T11:00:12.568Z] ok github.com/docker/docker/cmd/dockerd 0.077s coverage: 29.1% of statements [2021-04-16T11:00:12.568Z] ok github.com/docker/docker/container 0.121s coverage: 34.7% of statements [2021-04-16T11:00:12.568Z] ? github.com/docker/docker/container/stream [no test files] [2021-04-16T11:00:12.568Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-04-16T11:00:12.568Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-04-16T11:00:12.568Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-04-16T11:00:12.871Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-04-16T11:00:13.240Z] === RUN TestPluginsWithRuntimes/No_Args [2021-04-16T11:00:14.280Z] === RUN TestPluginsWithRuntimes/With_Args [2021-04-16T11:00:14.787Z] --- PASS: TestSecretInspect (2.58s) [2021-04-16T11:00:14.787Z] === RUN TestSecretList [2021-04-16T11:00:14.787Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-04-16T11:00:14.787Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-04-16T11:00:15.323Z] --- PASS: TestPluginsWithRuntimes (4.01s) [2021-04-16T11:00:15.323Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.08s) [2021-04-16T11:00:15.323Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.07s) [2021-04-16T11:00:15.323Z] === RUN TestPluginBackCompatMediaTypes [2021-04-16T11:00:15.730Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-04-16T11:00:15.961Z] --- PASS: TestPluginBackCompatMediaTypes (0.84s) [2021-04-16T11:00:15.961Z] PASS [2021-04-16T11:00:15.961Z] [2021-04-16T11:00:15.961Z] DONE 10 tests in 9.264s [2021-04-16T11:00:16.256Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-04-16T11:00:16.256Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2021-04-16T11:00:16.256Z] ++ set -e [2021-04-16T11:00:16.256Z] ++ '[' -n 0 ']' [2021-04-16T11:00:16.256Z] ++ set -x [2021-04-16T11:00:16.256Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2021-04-16T11:00:16.256Z] INFO: Testing against a local daemon [2021-04-16T11:00:16.256Z] === RUN TestExternalGraphDriver [2021-04-16T11:00:16.256Z] === RUN TestExternalGraphDriver/json [2021-04-16T11:00:17.115Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-04-16T11:00:17.376Z] --- PASS: TestSecretList (3.04s) [2021-04-16T11:00:17.376Z] === RUN TestSecretsCreateAndDelete [2021-04-16T11:00:17.808Z] ok github.com/docker/docker/daemon/cluster 0.072s coverage: 0.5% of statements [2021-04-16T11:00:17.947Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-04-16T11:00:18.337Z] === RUN TestExternalGraphDriver/spec [2021-04-16T11:00:18.891Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-04-16T11:00:19.172Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.008s coverage: 65.3% of statements [2021-04-16T11:00:19.833Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-04-16T11:00:19.834Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-04-16T11:00:19.834Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-04-16T11:00:19.870Z] === RUN TestExternalGraphDriver/pull [2021-04-16T11:00:20.407Z] --- PASS: TestSecretsCreateAndDelete (2.96s) [2021-04-16T11:00:20.407Z] === RUN TestSecretsUpdate [2021-04-16T11:00:20.978Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-04-16T11:00:20.978Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-04-16T11:00:20.978Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-04-16T11:00:20.978Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-04-16T11:00:20.978Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-04-16T11:00:21.060Z] ok github.com/docker/docker/daemon/cluster/convert 0.008s coverage: 35.9% of statements [2021-04-16T11:00:21.923Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-04-16T11:00:21.967Z] --- PASS: TestExternalGraphDriver (5.52s) [2021-04-16T11:00:21.967Z] --- PASS: TestExternalGraphDriver/json (1.85s) [2021-04-16T11:00:21.967Z] --- PASS: TestExternalGraphDriver/spec (1.82s) [2021-04-16T11:00:21.967Z] --- PASS: TestExternalGraphDriver/pull (1.73s) [2021-04-16T11:00:21.967Z] === RUN TestGraphdriverPluginV2 [2021-04-16T11:00:21.967Z] --- SKIP: TestGraphdriverPluginV2 (0.06s) [2021-04-16T11:00:21.967Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-16T11:00:21.967Z] PASS [2021-04-16T11:00:21.967Z] [2021-04-16T11:00:21.967Z] === Skipped [2021-04-16T11:00:21.967Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s) [2021-04-16T11:00:21.967Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-16T11:00:21.967Z] [2021-04-16T11:00:21.967Z] [2021-04-16T11:00:21.967Z] DONE 5 tests, 1 skipped in 5.650s [2021-04-16T11:00:21.967Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-04-16T11:00:21.967Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2021-04-16T11:00:21.967Z] ++ set -e [2021-04-16T11:00:21.967Z] ++ '[' -n 0 ']' [2021-04-16T11:00:21.967Z] ++ set -x [2021-04-16T11:00:21.967Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2021-04-16T11:00:21.967Z] INFO: Testing against a local daemon [2021-04-16T11:00:21.967Z] === RUN TestContinueAfterPluginCrash [2021-04-16T11:00:21.967Z] === PAUSE TestContinueAfterPluginCrash [2021-04-16T11:00:21.967Z] === RUN TestReadPluginNoRead [2021-04-16T11:00:21.967Z] === PAUSE TestReadPluginNoRead [2021-04-16T11:00:21.967Z] === RUN TestDaemonStartWithLogOpt [2021-04-16T11:00:21.967Z] === PAUSE TestDaemonStartWithLogOpt [2021-04-16T11:00:21.967Z] === CONT TestContinueAfterPluginCrash [2021-04-16T11:00:21.967Z] === CONT TestDaemonStartWithLogOpt [2021-04-16T11:00:21.967Z] === CONT TestReadPluginNoRead [2021-04-16T11:00:22.866Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-04-16T11:00:23.438Z] --- PASS: TestSecretsUpdate (3.07s) [2021-04-16T11:00:23.438Z] === RUN TestTemplatedSecret [2021-04-16T11:00:24.010Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-04-16T11:00:24.010Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-04-16T11:00:25.939Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-04-16T11:00:27.335Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-04-16T11:00:27.335Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-04-16T11:00:27.586Z] === RUN TestReadPluginNoRead/default [2021-04-16T11:00:27.586Z] --- PASS: TestDaemonStartWithLogOpt (5.38s) [2021-04-16T11:00:28.278Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-04-16T11:00:28.278Z] --- PASS: TestTemplatedSecret (4.87s) [2021-04-16T11:00:28.278Z] === RUN TestSecretCreateResolve [2021-04-16T11:00:28.638Z] === RUN TestReadPluginNoRead/disabled_caching [2021-04-16T11:00:29.223Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-04-16T11:00:30.157Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-04-16T11:00:30.166Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-04-16T11:00:31.039Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.436s coverage: 14.1% of statements [2021-04-16T11:00:31.039Z] ok github.com/docker/docker/daemon 12.193s coverage: 17.2% of statements [2021-04-16T11:00:31.039Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-04-16T11:00:31.039Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-04-16T11:00:31.112Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-04-16T11:00:31.112Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-04-16T11:00:31.112Z] --- PASS: TestSecretCreateResolve (2.87s) [2021-04-16T11:00:31.112Z] PASS [2021-04-16T11:00:31.374Z] [2021-04-16T11:00:31.374Z] DONE 6 tests in 19.506s [2021-04-16T11:00:31.374Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-04-16T11:00:31.374Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2021-04-16T11:00:31.374Z] ++ set -e [2021-04-16T11:00:31.374Z] ++ '[' -n 0 ']' [2021-04-16T11:00:31.374Z] ++ set -x [2021-04-16T11:00:31.374Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2021-04-16T11:00:31.374Z] INFO: Testing against a local daemon [2021-04-16T11:00:31.374Z] === RUN TestServiceCreateInit [2021-04-16T11:00:31.374Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-04-16T11:00:31.603Z] ok github.com/docker/docker/daemon/config 0.053s coverage: 81.8% of statements [2021-04-16T11:00:31.683Z] --- PASS: TestReadPluginNoRead (9.52s) [2021-04-16T11:00:31.683Z] --- PASS: TestReadPluginNoRead/default (1.45s) [2021-04-16T11:00:31.683Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.40s) [2021-04-16T11:00:31.683Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.47s) [2021-04-16T11:00:31.683Z] read_test.go:92: [dcbc91fb36de4] daemon is not started [2021-04-16T11:00:31.859Z] ok github.com/docker/docker/daemon/discovery 0.005s coverage: 30.0% of statements [2021-04-16T11:00:31.947Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-04-16T11:00:32.322Z] --- PASS: TestContinueAfterPluginCrash (10.55s) [2021-04-16T11:00:32.322Z] PASS [2021-04-16T11:00:32.322Z] [2021-04-16T11:00:32.322Z] DONE 6 tests in 10.627s [2021-04-16T11:00:32.322Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (ppc64le.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-04-16T11:00:32.322Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2021-04-16T11:00:32.322Z] ++ set -e [2021-04-16T11:00:32.322Z] ++ '[' -n 0 ']' [2021-04-16T11:00:32.322Z] ++ set -x [2021-04-16T11:00:32.322Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2021-04-16T11:00:32.322Z] testing: warning: no tests to run [2021-04-16T11:00:32.322Z] PASS [2021-04-16T11:00:32.322Z] [2021-04-16T11:00:32.322Z] DONE 0 tests in 0.017s [2021-04-16T11:00:32.322Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-04-16T11:00:32.322Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2021-04-16T11:00:32.322Z] ++ set -e [2021-04-16T11:00:32.322Z] ++ '[' -n 0 ']' [2021-04-16T11:00:32.322Z] ++ set -x [2021-04-16T11:00:32.323Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2021-04-16T11:00:32.615Z] INFO: Testing against a local daemon [2021-04-16T11:00:32.615Z] === RUN TestPluginWithDevMounts [2021-04-16T11:00:32.615Z] === PAUSE TestPluginWithDevMounts [2021-04-16T11:00:32.615Z] === CONT TestPluginWithDevMounts [2021-04-16T11:00:32.787Z] ok github.com/docker/docker/daemon/events 0.059s coverage: 50.0% of statements [2021-04-16T11:00:32.787Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-04-16T11:00:32.787Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-04-16T11:00:32.890Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-04-16T11:00:33.713Z] ok github.com/docker/docker/daemon/graphdriver 0.013s coverage: 2.2% of statements [2021-04-16T11:00:33.847Z] --- PASS: TestBuildWithHugeFile (134.91s) [2021-04-16T11:00:33.847Z] === RUN TestBuildWCOWSandboxSize [2021-04-16T11:00:34.278Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-04-16T11:00:34.538Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-04-16T11:00:34.694Z] --- PASS: TestPluginWithDevMounts (1.86s) [2021-04-16T11:00:34.695Z] PASS [2021-04-16T11:00:34.695Z] [2021-04-16T11:00:34.695Z] DONE 1 tests in 1.931s [2021-04-16T11:00:34.695Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2021-04-16T11:00:34.695Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m [2021-04-16T11:00:34.695Z] ++ set -e [2021-04-16T11:00:34.695Z] ++ '[' -n 0 ']' [2021-04-16T11:00:34.695Z] ++ set -x [2021-04-16T11:00:34.695Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m [2021-04-16T11:00:34.695Z] INFO: Testing against a local daemon [2021-04-16T11:00:34.695Z] === RUN TestSecretInspect [2021-04-16T11:00:35.110Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2021-04-16T11:00:36.054Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-04-16T11:00:36.216Z] --- PASS: TestSecretInspect (1.89s) [2021-04-16T11:00:36.216Z] === RUN TestSecretList [2021-04-16T11:00:36.225Z] ok github.com/docker/docker/daemon/graphdriver/aufs 1.575s coverage: 73.3% of statements [2021-04-16T11:00:36.480Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.008s coverage: 3.1% of statements [2021-04-16T11:00:37.406Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.495s coverage: 56.2% of statements [2021-04-16T11:00:38.314Z] --- PASS: TestSecretList (1.94s) [2021-04-16T11:00:38.314Z] === RUN TestSecretsCreateAndDelete [2021-04-16T11:00:38.601Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-04-16T11:00:38.601Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-04-16T11:00:39.927Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.013s coverage: 1.9% of statements [2021-04-16T11:00:40.404Z] --- PASS: TestSecretsCreateAndDelete (1.96s) [2021-04-16T11:00:40.404Z] === RUN TestSecretsUpdate [2021-04-16T11:00:40.516Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-04-16T11:00:40.516Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-04-16T11:00:40.516Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-04-16T11:00:40.516Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-04-16T11:00:40.516Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-04-16T11:00:41.817Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.691s coverage: 45.9% of statements [2021-04-16T11:00:41.817Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-04-16T11:00:41.900Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-04-16T11:00:42.073Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.358s coverage: 49.4% of statements [2021-04-16T11:00:42.480Z] --- PASS: TestSecretsUpdate (1.89s) [2021-04-16T11:00:42.480Z] === RUN TestTemplatedSecret [2021-04-16T11:00:43.958Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.008s coverage: 57.5% of statements [2021-04-16T11:00:44.214Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.686s coverage: 57.7% of statements [2021-04-16T11:00:44.214Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-04-16T11:00:44.214Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-04-16T11:00:44.575Z] --- PASS: TestTemplatedSecret (2.45s) [2021-04-16T11:00:44.575Z] === RUN TestSecretCreateResolve [2021-04-16T11:00:45.199Z] --- PASS: TestServiceCreateInit (13.21s) [2021-04-16T11:00:45.199Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (6.74s) [2021-04-16T11:00:45.199Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (6.43s) [2021-04-16T11:00:45.199Z] === RUN TestCreateServiceMultipleTimes [2021-04-16T11:00:45.576Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.006s coverage: 3.0% of statements [2021-04-16T11:00:46.547Z] ok github.com/docker/docker/daemon/links 0.011s coverage: 93.0% of statements [2021-04-16T11:00:46.657Z] --- PASS: TestSecretCreateResolve (1.94s) [2021-04-16T11:00:46.657Z] PASS [2021-04-16T11:00:46.657Z] [2021-04-16T11:00:46.657Z] DONE 6 tests in 12.135s [2021-04-16T11:00:46.657Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2021-04-16T11:00:46.657Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m [2021-04-16T11:00:46.657Z] ++ set -e [2021-04-16T11:00:46.657Z] ++ '[' -n 0 ']' [2021-04-16T11:00:46.657Z] ++ set -x [2021-04-16T11:00:46.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=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m [2021-04-16T11:00:46.657Z] INFO: Testing against a local daemon [2021-04-16T11:00:46.657Z] === RUN TestServiceCreateInit [2021-04-16T11:00:46.657Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-04-16T11:00:47.113Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-04-16T11:00:47.475Z] ok github.com/docker/docker/daemon/images 0.021s coverage: 6.7% of statements [2021-04-16T11:00:47.475Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-04-16T11:00:47.475Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-04-16T11:00:48.501Z] === RUN TestDockerSuite/TestContainerAPITop [2021-04-16T11:00:48.880Z] ok github.com/docker/docker/daemon/logger 0.220s coverage: 43.2% of statements [2021-04-16T11:00:49.889Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-04-16T11:00:49.889Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-04-16T11:00:49.889Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-04-16T11:00:50.283Z] ok github.com/docker/docker/daemon/logger/awslogs 0.220s coverage: 77.4% of statements [2021-04-16T11:00:50.283Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-04-16T11:00:50.283Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-04-16T11:00:50.283Z] ok github.com/docker/docker/daemon/logger/gelf 0.007s coverage: 67.0% of statements [2021-04-16T11:00:51.127Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-04-16T11:00:51.707Z] ok github.com/docker/docker/daemon/logger/journald 0.026s coverage: 23.9% of statements [2021-04-16T11:00:51.707Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.008s coverage: 69.9% of statements [2021-04-16T11:00:52.277Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.008s coverage: 87.2% of statements [2021-04-16T11:00:53.204Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-04-16T11:00:53.214Z] ok github.com/docker/docker/daemon/logger/local 0.056s coverage: 75.2% of statements [2021-04-16T11:00:53.214Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-04-16T11:00:54.141Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.067s coverage: 55.1% of statements [2021-04-16T11:00:54.591Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-04-16T11:00:54.672Z] --- PASS: TestServiceCreateInit (7.46s) [2021-04-16T11:00:54.672Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.72s) [2021-04-16T11:00:54.672Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.72s) [2021-04-16T11:00:54.672Z] === RUN TestCreateServiceMultipleTimes [2021-04-16T11:00:54.702Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.009s coverage: 31.5% of statements [2021-04-16T11:00:56.506Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-04-16T11:00:56.506Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2021-04-16T11:00:56.588Z] ok github.com/docker/docker/daemon/logger/syslog 0.005s coverage: 46.8% of statements [2021-04-16T11:00:56.588Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2021-04-16T11:00:57.514Z] ok github.com/docker/docker/daemon/logger/splunk 1.608s coverage: 82.5% of statements [2021-04-16T11:00:57.514Z] ? github.com/docker/docker/daemon/names [no test files] [2021-04-16T11:00:57.514Z] ok github.com/docker/docker/daemon/network 0.007s coverage: 63.8% of statements [2021-04-16T11:00:57.514Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-04-16T11:00:59.401Z] ok github.com/docker/docker/distribution/metadata 0.041s coverage: 48.2% of statements [2021-04-16T11:01:00.327Z] ok github.com/docker/docker/distribution 0.151s coverage: 25.2% of statements [2021-04-16T11:01:00.327Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-04-16T11:01:01.689Z] ok github.com/docker/docker/errdefs 0.004s coverage: 53.1% of statements [2021-04-16T11:01:02.655Z] ok github.com/docker/docker/image 0.017s coverage: 86.6% of statements [2021-04-16T11:01:02.910Z] ok github.com/docker/docker/distribution/xfer 1.905s coverage: 85.1% of statements [2021-04-16T11:01:02.910Z] ? github.com/docker/docker/dockerversion [no test files] [2021-04-16T11:01:03.837Z] ok github.com/docker/docker/image/cache 0.011s coverage: 19.2% of statements [2021-04-16T11:01:04.396Z] ok github.com/docker/docker/image/tarexport 0.012s coverage: 0.6% of statements [2021-04-16T11:01:04.643Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-04-16T11:01:04.643Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-04-16T11:01:05.321Z] ok github.com/docker/docker/image/v1 0.025s coverage: 25.0% of statements [2021-04-16T11:01:05.321Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-04-16T11:01:06.245Z] ok github.com/docker/docker/libcontainerd/queue 0.023s coverage: 100.0% of statements [2021-04-16T11:01:06.556Z] --- PASS: TestCreateServiceMultipleTimes (21.52s) [2021-04-16T11:01:06.556Z] === RUN TestCreateServiceConflict [2021-04-16T11:01:06.556Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-04-16T11:01:07.172Z] ok github.com/docker/docker/oci 0.007s coverage: 45.2% of statements [2021-04-16T11:01:07.733Z] ok github.com/docker/docker/opts 0.020s coverage: 67.1% of statements [2021-04-16T11:01:07.989Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2021-04-16T11:01:09.103Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-04-16T11:01:09.104Z] --- PASS: TestCreateServiceConflict (2.89s) [2021-04-16T11:01:09.104Z] === RUN TestCreateServiceMaxReplicas [2021-04-16T11:01:09.876Z] ok github.com/docker/docker/pkg/archive 0.297s coverage: 82.2% of statements [2021-04-16T11:01:10.047Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2021-04-16T11:01:10.070Z] --- PASS: TestCreateServiceMultipleTimes (15.50s) [2021-04-16T11:01:10.070Z] === RUN TestCreateServiceConflict [2021-04-16T11:01:10.803Z] ok github.com/docker/docker/pkg/authorization 0.153s coverage: 68.3% of statements [2021-04-16T11:01:10.803Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2021-04-16T11:01:11.058Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2021-04-16T11:01:11.433Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2021-04-16T11:01:11.588Z] --- PASS: TestCreateServiceConflict (1.95s) [2021-04-16T11:01:11.588Z] === RUN TestCreateServiceMaxReplicas [2021-04-16T11:01:12.816Z] --- PASS: TestCreateServiceMaxReplicas (3.78s) [2021-04-16T11:01:12.816Z] === RUN TestCreateWithDuplicateNetworkNames [2021-04-16T11:01:13.387Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2021-04-16T11:01:14.330Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2021-04-16T11:01:14.340Z] --- PASS: TestCreateServiceMaxReplicas (2.76s) [2021-04-16T11:01:14.340Z] === RUN TestCreateWithDuplicateNetworkNames [2021-04-16T11:01:14.362Z] ok github.com/docker/docker/layer 7.300s coverage: 68.8% of statements [2021-04-16T11:01:14.362Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-04-16T11:01:14.362Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-04-16T11:01:14.362Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-04-16T11:01:14.362Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-04-16T11:01:14.362Z] ? github.com/docker/docker/oci/caps [no test files] [2021-04-16T11:01:14.362Z] ok github.com/docker/docker/pkg/chrootarchive 2.518s coverage: 43.2% of statements [2021-04-16T11:01:14.362Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-04-16T11:01:14.362Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-04-16T11:01:14.617Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2021-04-16T11:01:15.178Z] ok github.com/docker/docker/pkg/discovery 0.011s coverage: 58.3% of statements [2021-04-16T11:01:15.178Z] ok github.com/docker/docker/pkg/discovery/file 0.003s coverage: 92.9% of statements [2021-04-16T11:01:16.149Z] ok github.com/docker/docker/pkg/discovery/memory 0.006s coverage: 92.3% of statements [2021-04-16T11:01:16.243Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc0007f0260_} [2021-04-16T11:01:16.710Z] ok github.com/docker/docker/pkg/discovery/nodes 0.006s coverage: 93.8% of statements [2021-04-16T11:01:17.272Z] ok github.com/docker/docker/pkg/dmesg 0.009s coverage: 83.3% of statements [2021-04-16T11:01:17.627Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1188190315_/foo_false____} [2021-04-16T11:01:18.198Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2021-04-16T11:01:19.125Z] ok github.com/docker/docker/pkg/fileutils 0.013s coverage: 89.5% of statements [2021-04-16T11:01:19.380Z] ok github.com/docker/docker/pkg/discovery/kv 3.069s coverage: 84.1% of statements [2021-04-16T11:01:19.539Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1188190315_/foo_true____} [2021-04-16T11:01:20.055Z] ok github.com/docker/docker/pkg/fsutils 0.248s coverage: 85.1% of statements [2021-04-16T11:01:20.055Z] ok github.com/docker/docker/pkg/homedir 0.007s coverage: 11.4% of statements [2021-04-16T11:01:20.928Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3648180430_/foo_false____} [2021-04-16T11:01:21.419Z] ok github.com/docker/docker/pkg/idtools 0.475s coverage: 69.5% of statements [2021-04-16T11:01:21.419Z] ok github.com/docker/docker/pkg/ioutils 0.488s coverage: 69.3% of statements [2021-04-16T11:01:21.719Z] ok github.com/docker/docker/pkg/jsonmessage 0.006s coverage: 91.7% of statements [2021-04-16T11:01:21.719Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-04-16T11:01:21.974Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2021-04-16T11:01:21.974Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-04-16T11:01:21.974Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-04-16T11:01:22.230Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2021-04-16T11:01:22.230Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-04-16T11:01:22.230Z] ok github.com/docker/docker/pkg/parsers 0.003s coverage: 97.0% of statements [2021-04-16T11:01:22.310Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3648180430_/foo_true____} [2021-04-16T11:01:22.791Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2021-04-16T11:01:22.791Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.005s coverage: 86.7% of statements [2021-04-16T11:01:23.046Z] ok github.com/docker/docker/pkg/pidfile 0.028s coverage: 82.4% of statements [2021-04-16T11:01:23.046Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-04-16T11:01:23.046Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-04-16T11:01:23.974Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.008s coverage: 56.8% of statements [2021-04-16T11:01:24.220Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3648180430_/foo_true__0xc0007f02c0__} [2021-04-16T11:01:24.534Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2021-04-16T11:01:25.095Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2021-04-16T11:01:25.095Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2021-04-16T11:01:25.603Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc0007f02e0_} [2021-04-16T11:01:26.497Z] ok github.com/docker/docker/pkg/pubsub 1.026s coverage: 75.0% of statements [2021-04-16T11:01:26.753Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2021-04-16T11:01:27.515Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc0007f0300_} [2021-04-16T11:01:27.777Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.86s) [2021-04-16T11:01:27.777Z] === RUN TestCreateServiceSecretFileMode [2021-04-16T11:01:29.161Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc0007f0320_} [2021-04-16T11:01:29.727Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.92s) [2021-04-16T11:01:29.727Z] === RUN TestCreateServiceSecretFileMode [2021-04-16T11:01:29.727Z] --- PASS: TestCreateServiceSecretFileMode (2.35s) [2021-04-16T11:01:29.727Z] === RUN TestCreateServiceConfigFileMode [2021-04-16T11:01:30.015Z] ok github.com/docker/docker/pkg/signal 2.422s coverage: 61.0% of statements [2021-04-16T11:01:30.015Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2021-04-16T11:01:30.316Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2021-04-16T11:01:30.572Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2021-04-16T11:01:31.076Z] --- PASS: TestCreateServiceSecretFileMode (3.21s) [2021-04-16T11:01:31.076Z] === RUN TestCreateServiceConfigFileMode [2021-04-16T11:01:31.076Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc0007f0340_} [2021-04-16T11:01:31.498Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 54.9% of statements [2021-04-16T11:01:31.754Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 36.9% of statements [2021-04-16T11:01:31.815Z] --- PASS: TestCreateServiceConfigFileMode (2.27s) [2021-04-16T11:01:31.815Z] === RUN TestCreateServiceSysctls [2021-04-16T11:01:32.018Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2021-04-16T11:01:32.315Z] ok github.com/docker/docker/pkg/tailfile 0.062s coverage: 88.6% of statements [2021-04-16T11:01:32.589Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-04-16T11:01:32.877Z] ok github.com/docker/docker/pkg/tarsum 0.041s coverage: 89.3% of statements [2021-04-16T11:01:33.133Z] testing: warning: no tests to run [2021-04-16T11:01:33.133Z] coverage: [no statements] [2021-04-16T11:01:33.133Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2021-04-16T11:01:33.388Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2021-04-16T11:01:33.644Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2021-04-16T11:01:33.899Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2021-04-16T11:01:35.136Z] --- PASS: TestCreateServiceConfigFileMode (3.97s) [2021-04-16T11:01:35.136Z] === RUN TestCreateServiceSysctls [2021-04-16T11:01:35.136Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-04-16T11:01:35.136Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-04-16T11:01:35.136Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-04-16T11:01:35.136Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-04-16T11:01:35.136Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-04-16T11:01:35.136Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-04-16T11:01:35.136Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-04-16T11:01:35.136Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-04-16T11:01:35.136Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-04-16T11:01:35.136Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-04-16T11:01:35.136Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-04-16T11:01:35.136Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2021-04-16T11:01:35.136Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2021-04-16T11:01:35.136Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2021-04-16T11:01:35.136Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2021-04-16T11:01:35.355Z] --- PASS: TestCreateServiceSysctls (3.00s) [2021-04-16T11:01:35.355Z] === RUN TestCreateServiceCapabilities [2021-04-16T11:01:35.396Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2021-04-16T11:01:35.396Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2021-04-16T11:01:35.396Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-04-16T11:01:35.830Z] ok github.com/docker/docker/plugin 0.516s coverage: 23.2% of statements [2021-04-16T11:01:36.431Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2021-04-16T11:01:36.993Z] ok github.com/docker/docker/profiles/seccomp 0.008s coverage: 85.4% of statements [2021-04-16T11:01:37.437Z] --- PASS: TestCreateServiceCapabilities (2.38s) [2021-04-16T11:01:37.437Z] === RUN TestInspect [2021-04-16T11:01:38.359Z] ok github.com/docker/docker/quota 0.233s coverage: 71.4% of statements [2021-04-16T11:01:38.698Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2021-04-16T11:01:38.920Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2021-04-16T11:01:40.083Z] --- PASS: TestCreateServiceSysctls (5.01s) [2021-04-16T11:01:40.083Z] === RUN TestCreateServiceCapabilities [2021-04-16T11:01:40.203Z] --- PASS: TestInspect (2.70s) [2021-04-16T11:01:40.203Z] === RUN TestCreateJob [2021-04-16T11:01:40.285Z] ok github.com/docker/docker/registry 0.062s coverage: 58.8% of statements [2021-04-16T11:01:40.549Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2021-04-16T11:01:40.656Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-04-16T11:01:40.821Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2021-04-16T11:01:41.750Z] ok github.com/docker/docker/runconfig 0.008s coverage: 66.1% of statements [2021-04-16T11:01:42.005Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2021-04-16T11:01:42.954Z] --- PASS: TestCreateJob (2.98s) [2021-04-16T11:01:42.954Z] === RUN TestReplicatedJob [2021-04-16T11:01:43.961Z] --- PASS: TestCreateServiceCapabilities (3.45s) [2021-04-16T11:01:43.961Z] === RUN TestInspect [2021-04-16T11:01:44.222Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-04-16T11:01:44.518Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2021-04-16T11:01:45.924Z] ok github.com/docker/docker/volume/local 0.109s coverage: 76.4% of statements [2021-04-16T11:01:46.179Z] ok github.com/docker/docker/volume/mounts 0.018s coverage: 67.0% of statements [2021-04-16T11:01:47.541Z] ok github.com/docker/docker/volume/service 0.014s coverage: 73.1% of statements [2021-04-16T11:01:47.559Z] --- PASS: TestInspect (3.64s) [2021-04-16T11:01:47.559Z] === RUN TestCreateJob [2021-04-16T11:01:48.561Z] --- PASS: TestReplicatedJob (4.96s) [2021-04-16T11:01:48.561Z] === RUN TestUpdateReplicatedJob [2021-04-16T11:01:49.474Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-04-16T11:01:51.312Z] --- PASS: TestUpdateReplicatedJob (3.08s) [2021-04-16T11:01:51.312Z] === RUN TestServiceListWithStatuses [2021-04-16T11:01:51.312Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-04-16T11:01:51.312Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-04-16T11:01:51.312Z] === RUN TestDockerNetworkConnectAlias [2021-04-16T11:01:51.389Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-04-16T11:01:51.651Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-04-16T11:01:51.651Z] --- PASS: TestCreateJob (4.68s) [2021-04-16T11:01:51.651Z] === RUN TestReplicatedJob [2021-04-16T11:01:52.594Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-04-16T11:01:53.980Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2021-04-16T11:01:54.855Z] --- PASS: TestDockerNetworkConnectAlias (3.93s) [2021-04-16T11:01:54.855Z] === RUN TestDockerNetworkReConnect [2021-04-16T11:01:55.365Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-04-16T11:01:56.752Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-04-16T11:01:57.696Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-04-16T11:01:58.415Z] --- PASS: TestDockerNetworkReConnect (3.24s) [2021-04-16T11:01:58.415Z] === RUN TestServicePlugin [2021-04-16T11:01:58.415Z] --- SKIP: TestServicePlugin (0.00s) [2021-04-16T11:01:58.415Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-16T11:01:58.415Z] === RUN TestServiceUpdateLabel [2021-04-16T11:01:58.641Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2021-04-16T11:01:59.215Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-04-16T11:01:59.735Z] ok github.com/docker/docker/pkg/plugins 33.617s coverage: 76.6% of statements [2021-04-16T11:01:59.735Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-04-16T11:01:59.735Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-04-16T11:01:59.735Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-04-16T11:01:59.735Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-04-16T11:01:59.735Z] ? github.com/docker/docker/pkg/term [no test files] [2021-04-16T11:01:59.735Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-04-16T11:01:59.735Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-04-16T11:01:59.735Z] ? github.com/docker/docker/rootless [no test files] [2021-04-16T11:01:59.735Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-04-16T11:01:59.735Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-04-16T11:01:59.735Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-04-16T11:01:59.735Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-04-16T11:01:59.735Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-04-16T11:01:59.735Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-04-16T11:01:59.735Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-04-16T11:01:59.735Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-04-16T11:01:59.735Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-04-16T11:01:59.735Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-04-16T11:01:59.735Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-04-16T11:01:59.735Z] ? github.com/docker/docker/testutil/request [no test files] [2021-04-16T11:01:59.735Z] ? github.com/docker/docker/volume [no test files] [2021-04-16T11:01:59.735Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-04-16T11:01:59.735Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-04-16T11:01:59.735Z] [2021-04-16T11:01:59.735Z] === Skipped [2021-04-16T11:01:59.735Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2021-04-16T11:01:59.735Z] exec_linux_test.go:18: requires AppArmor to be enabled [2021-04-16T11:01:59.735Z] [2021-04-16T11:01:59.735Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2021-04-16T11:01:59.735Z] exec_linux_test.go:38: requires AppArmor to be enabled [2021-04-16T11:01:59.735Z] [2021-04-16T11:01:59.735Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-04-16T11:01:59.735Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-16T11:01:59.735Z] graphtest_unix.go:46: Driver btrfs not supported [2021-04-16T11:01:59.735Z] [2021-04-16T11:01:59.735Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-04-16T11:01:59.735Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-16T11:01:59.735Z] graphtest_unix.go:46: Driver btrfs not supported [2021-04-16T11:01:59.735Z] [2021-04-16T11:01:59.735Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-04-16T11:01:59.735Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-16T11:01:59.735Z] graphtest_unix.go:46: Driver btrfs not supported [2021-04-16T11:01:59.735Z] [2021-04-16T11:01:59.735Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-04-16T11:01:59.735Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-16T11:01:59.735Z] graphtest_unix.go:46: Driver btrfs not supported [2021-04-16T11:01:59.735Z] [2021-04-16T11:01:59.735Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-04-16T11:01:59.735Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-16T11:01:59.735Z] graphtest_unix.go:46: Driver btrfs not supported [2021-04-16T11:01:59.735Z] [2021-04-16T11:01:59.735Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-04-16T11:01:59.735Z] graphtest_unix.go:73: No driver to put! [2021-04-16T11:01:59.735Z] [2021-04-16T11:01:59.735Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-04-16T11:01:59.735Z] time="2021-04-16T11:00:39Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-04-16T11:01:59.735Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-04-16T11:01:59.735Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-04-16T11:01:59.735Z] [2021-04-16T11:01:59.735Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-04-16T11:01:59.735Z] time="2021-04-16T11:00:39Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-04-16T11:01:59.735Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-04-16T11:01:59.735Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-04-16T11:01:59.735Z] [2021-04-16T11:01:59.735Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-04-16T11:01:59.735Z] time="2021-04-16T11:00:39Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-04-16T11:01:59.735Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-04-16T11:01:59.735Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-04-16T11:01:59.735Z] [2021-04-16T11:01:59.735Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-04-16T11:01:59.735Z] time="2021-04-16T11:00:39Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-04-16T11:01:59.735Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-04-16T11:01:59.735Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-04-16T11:01:59.735Z] [2021-04-16T11:01:59.735Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-04-16T11:01:59.735Z] time="2021-04-16T11:00:39Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-04-16T11:01:59.735Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-04-16T11:01:59.735Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-04-16T11:01:59.735Z] [2021-04-16T11:01:59.735Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-04-16T11:01:59.735Z] graphtest_unix.go:73: No driver to put! [2021-04-16T11:01:59.735Z] [2021-04-16T11:01:59.735Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-04-16T11:01:59.735Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-04-16T11:01:59.735Z] [2021-04-16T11:01:59.735Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-04-16T11:01:59.736Z] overlay_test.go:49: Fails to compute changes intermittently [2021-04-16T11:01:59.736Z] [2021-04-16T11:01:59.736Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-04-16T11:01:59.736Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-04-16T11:01:59.736Z] [2021-04-16T11:01:59.736Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-04-16T11:01:59.736Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-04-16T11:01:59.736Z] [2021-04-16T11:01:59.736Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-04-16T11:01:59.736Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-16T11:01:59.736Z] graphtest_unix.go:46: Driver zfs not supported [2021-04-16T11:01:59.736Z] [2021-04-16T11:01:59.736Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-04-16T11:01:59.736Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-16T11:01:59.736Z] graphtest_unix.go:46: Driver zfs not supported [2021-04-16T11:01:59.736Z] [2021-04-16T11:01:59.736Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-04-16T11:01:59.736Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-16T11:01:59.736Z] graphtest_unix.go:46: Driver zfs not supported [2021-04-16T11:01:59.736Z] [2021-04-16T11:01:59.736Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-04-16T11:01:59.736Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-16T11:01:59.736Z] graphtest_unix.go:46: Driver zfs not supported [2021-04-16T11:01:59.736Z] [2021-04-16T11:01:59.736Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-04-16T11:01:59.736Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-16T11:01:59.736Z] graphtest_unix.go:46: Driver zfs not supported [2021-04-16T11:01:59.736Z] [2021-04-16T11:01:59.736Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-04-16T11:01:59.736Z] graphtest_unix.go:73: No driver to put! [2021-04-16T11:01:59.736Z] [2021-04-16T11:01:59.736Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-04-16T11:01:59.736Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-04-16T11:01:59.736Z] [2021-04-16T11:01:59.736Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-04-16T11:01:59.736Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-04-16T11:01:59.736Z] [2021-04-16T11:01:59.736Z] [2021-04-16T11:01:59.736Z] DONE 2247 tests, 26 skipped in 259.741s Post stage [Pipeline] junit [2021-04-16T11:01:59.744Z] Recording test results [2021-04-16T11:01:59.935Z] --- PASS: TestServiceUpdateLabel (1.89s) [2021-04-16T11:01:59.935Z] === RUN TestServiceUpdateSecrets [2021-04-16T11:02:00.319Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2021-04-16T11:02:00.603Z] --- PASS: TestReplicatedJob (9.00s) [2021-04-16T11:02:00.603Z] === RUN TestUpdateReplicatedJob [2021-04-16T11:02:00.688Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40094/.git:/go/src/github.com/docker/docker/.git --name docker-pr16 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=eb0610b7fc7e8c49160c99fa311e14ee632dd45a -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:eb0610b7fc7e8c49160c99fa311e14ee632dd45a hack/validate/vendor [2021-04-16T11:02:00.865Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-04-16T11:02:01.657Z] No vendor changes in diff. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-04-16T11:02:02.251Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-04-16T11:02:02.263Z] + echo Ensuring container killed. [2021-04-16T11:02:02.263Z] Ensuring container killed. [2021-04-16T11:02:02.263Z] + docker rm -vf docker-pr16 [2021-04-16T11:02:02.263Z] Error: No such container: docker-pr16 [Pipeline] sh [2021-04-16T11:02:02.551Z] + echo Chowning /workspace to jenkins user [2021-04-16T11:02:02.551Z] Chowning /workspace to jenkins user [2021-04-16T11:02:02.551Z] + id -u [2021-04-16T11:02:02.551Z] + id -g [2021-04-16T11:02:02.551Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40094:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-04-16T11:02:03.452Z] + bundleName=unit [2021-04-16T11:02:03.452Z] + echo Creating unit-bundles.tar.gz [2021-04-16T11:02:03.452Z] Creating unit-bundles.tar.gz [2021-04-16T11:02:03.452Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2021-04-16T11:02:03.452Z] bundles/junit-report.xml [2021-04-16T11:02:03.452Z] bundles/go-test-report.json [2021-04-16T11:02:03.452Z] bundles/profile.out [Pipeline] archiveArtifacts [2021-04-16T11:02:03.460Z] Archiving artifacts [2021-04-16T11:02:03.635Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-04-16T11:02:03.888Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-40094/16/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-04-16T11:02:04.192Z] + make clean [2021-04-16T11:02:04.192Z] docker volume rm -f docker-dev-cache [2021-04-16T11:02:04.447Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-16T11:02:05.554Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-04-16T11:02:06.498Z] --- PASS: TestUpdateReplicatedJob (5.71s) [2021-04-16T11:02:06.498Z] === RUN TestServiceListWithStatuses [2021-04-16T11:02:06.498Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-04-16T11:02:06.498Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-04-16T11:02:06.498Z] === RUN TestDockerNetworkConnectAlias [2021-04-16T11:02:06.498Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-04-16T11:02:07.441Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-04-16T11:02:08.827Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-04-16T11:02:10.224Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-04-16T11:02:11.613Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-04-16T11:02:12.556Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-04-16T11:02:12.556Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-04-16T11:02:13.130Z] --- PASS: TestDockerNetworkConnectAlias (6.74s) [2021-04-16T11:02:13.130Z] === RUN TestDockerNetworkReConnect [2021-04-16T11:02:13.391Z] === RUN TestDockerSuite/TestCpRelativePath [2021-04-16T11:02:14.778Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-04-16T11:02:15.317Z] --- PASS: TestServiceUpdateSecrets (14.43s) [2021-04-16T11:02:15.317Z] === RUN TestServiceUpdateConfigs [2021-04-16T11:02:15.721Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-04-16T11:02:17.109Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-04-16T11:02:17.682Z] --- PASS: TestDockerNetworkReConnect (4.61s) [2021-04-16T11:02:17.682Z] === RUN TestServicePlugin [2021-04-16T11:02:17.943Z] === RUN TestDockerSuite/TestCpToCaseA [2021-04-16T11:02:19.858Z] === RUN TestDockerSuite/TestCpToCaseB [2021-04-16T11:02:21.244Z] === RUN TestDockerSuite/TestCpToCaseC [2021-04-16T11:02:23.791Z] === RUN TestDockerSuite/TestCpToCaseD [2021-04-16T11:02:29.085Z] === RUN TestDockerSuite/TestCpToCaseE [2021-04-16T11:02:30.694Z] --- PASS: TestServiceUpdateConfigs (14.44s) [2021-04-16T11:02:30.695Z] === RUN TestServiceUpdateNetwork [2021-04-16T11:02:32.390Z] === RUN TestDockerSuite/TestCpToCaseF [2021-04-16T11:02:33.331Z] === RUN TestDockerSuite/TestCpToCaseG [2021-04-16T11:02:38.622Z] === RUN TestDockerSuite/TestCpToCaseH [2021-04-16T11:02:41.931Z] === RUN TestDockerSuite/TestCpToCaseI [2021-04-16T11:02:42.192Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-04-16T11:02:43.362Z] --- PASS: TestServiceUpdateNetwork (12.42s) [2021-04-16T11:02:43.362Z] === RUN TestServiceUpdatePidsLimit [2021-04-16T11:02:43.362Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-04-16T11:02:43.362Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-04-16T11:02:46.396Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2021-04-16T11:02:47.338Z] === RUN TestDockerSuite/TestCpToDot [2021-04-16T11:02:48.281Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-04-16T11:02:49.666Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-04-16T11:02:50.271Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-04-16T11:02:51.051Z] === RUN TestDockerSuite/TestCpToStdout [2021-04-16T11:02:51.051Z] --- PASS: TestServicePlugin (33.25s) [2021-04-16T11:02:51.051Z] plugin_test.go:62: [d31bca59fd867] joining swarm manager [d20710c242213]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-16T11:02:51.051Z] plugin_test.go:65: [d6ffb6e8add50] joining swarm manager [d20710c242213]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-16T11:02:51.051Z] === RUN TestServiceUpdateLabel [2021-04-16T11:02:51.992Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-04-16T11:02:53.377Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-04-16T11:02:53.638Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-04-16T11:02:53.899Z] --- PASS: TestServiceUpdateLabel (3.00s) [2021-04-16T11:02:53.899Z] === RUN TestServiceUpdateSecrets [2021-04-16T11:02:54.472Z] === RUN TestDockerSuite/TestCpVolumePath [2021-04-16T11:02:56.387Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-04-16T11:02:56.387Z] === RUN TestDockerSuite/TestCreateArgs [2021-04-16T11:02:56.387Z] === RUN TestDockerSuite/TestCreateByImageID [2021-04-16T11:02:56.960Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-04-16T11:02:57.902Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-04-16T11:02:57.902Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-04-16T11:02:57.902Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-04-16T11:02:58.474Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-04-16T11:02:58.736Z] === RUN TestDockerSuite/TestCreateLabels [2021-04-16T11:02:58.736Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-04-16T11:02:58.764Z] --- PASS: TestServiceUpdatePidsLimit (16.28s) [2021-04-16T11:02:58.764Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.84s) [2021-04-16T11:02:58.764Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.98s) [2021-04-16T11:02:58.764Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.88s) [2021-04-16T11:02:58.764Z] PASS [2021-04-16T11:02:58.764Z] [2021-04-16T11:02:58.764Z] === Skipped [2021-04-16T11:02:58.764Z] === SKIP: ppc64le.integration.service TestServiceListWithStatuses (0.00s) [2021-04-16T11:02:58.764Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-04-16T11:02:58.764Z] [2021-04-16T11:02:58.764Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2021-04-16T11:02:58.764Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-16T11:02:58.764Z] [2021-04-16T11:02:58.764Z] [2021-04-16T11:02:58.764Z] DONE 27 tests, 2 skipped in 131.004s [2021-04-16T11:02:58.764Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2021-04-16T11:02:58.764Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m [2021-04-16T11:02:58.764Z] ++ set -e [2021-04-16T11:02:58.764Z] ++ '[' -n 0 ']' [2021-04-16T11:02:58.764Z] ++ set -x [2021-04-16T11:02:58.764Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m [2021-04-16T11:02:58.764Z] INFO: Testing against a local daemon [2021-04-16T11:02:58.764Z] === RUN TestSessionCreate [2021-04-16T11:02:58.764Z] --- PASS: TestSessionCreate (0.03s) [2021-04-16T11:02:58.764Z] === RUN TestSessionCreateWithBadUpgrade [2021-04-16T11:02:58.764Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2021-04-16T11:02:58.764Z] PASS [2021-04-16T11:02:58.764Z] [2021-04-16T11:02:58.764Z] DONE 2 tests in 0.137s [2021-04-16T11:02:58.764Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2021-04-16T11:02:58.764Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m [2021-04-16T11:02:58.764Z] ++ set -e [2021-04-16T11:02:58.764Z] ++ '[' -n 0 ']' [2021-04-16T11:02:58.764Z] ++ set -x [2021-04-16T11:02:58.764Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m [2021-04-16T11:02:58.764Z] INFO: Testing against a local daemon [2021-04-16T11:02:58.764Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-04-16T11:02:58.764Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-04-16T11:02:58.764Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-04-16T11:02:58.764Z] === RUN TestEventsExecDie [2021-04-16T11:02:58.764Z] --- PASS: TestEventsExecDie (0.61s) [2021-04-16T11:02:58.764Z] === RUN TestEventsBackwardsCompatible [2021-04-16T11:02:58.764Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2021-04-16T11:02:58.764Z] === RUN TestInfoBinaryCommits [2021-04-16T11:02:58.764Z] --- PASS: TestInfoBinaryCommits (0.03s) [2021-04-16T11:02:58.764Z] === RUN TestInfoAPIVersioned [2021-04-16T11:02:58.764Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-04-16T11:02:58.764Z] === RUN TestInfoDiscoveryBackend [2021-04-16T11:02:58.996Z] === RUN TestDockerSuite/TestCreateRM [2021-04-16T11:02:58.996Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-04-16T11:02:58.996Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-04-16T11:02:58.996Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-04-16T11:02:59.058Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2021-04-16T11:02:59.058Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-04-16T11:02:59.257Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-04-16T11:03:00.101Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-04-16T11:03:00.101Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-04-16T11:03:00.737Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2021-04-16T11:03:00.737Z] === RUN TestInfoAPI [2021-04-16T11:03:00.737Z] --- PASS: TestInfoAPI (0.03s) [2021-04-16T11:03:00.737Z] === RUN TestInfoAPIWarnings [2021-04-16T11:03:01.170Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-04-16T11:03:01.170Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-04-16T11:03:01.170Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-04-16T11:03:05.379Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-04-16T11:03:05.380Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-04-16T11:03:05.380Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-04-16T11:03:05.380Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-04-16T11:03:05.380Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-04-16T11:03:05.380Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-04-16T11:03:06.320Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-04-16T11:03:06.581Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2021-04-16T11:03:07.965Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-04-16T11:03:08.907Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-04-16T11:03:10.292Z] --- PASS: TestServiceUpdateSecrets (16.34s) [2021-04-16T11:03:10.292Z] === RUN TestServiceUpdateConfigs [2021-04-16T11:03:10.864Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-04-16T11:03:13.412Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-04-16T11:03:14.354Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-04-16T11:03:15.296Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-04-16T11:03:15.296Z] === RUN TestDockerSuite/TestDevicePermissions [2021-04-16T11:03:16.237Z] === RUN TestDockerSuite/TestDockerFails [2021-04-16T11:03:16.237Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2021-04-16T11:03:16.237Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2021-04-16T11:03:16.237Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2021-04-16T11:03:17.622Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2021-04-16T11:03:18.564Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2021-04-16T11:03:19.336Z] --- PASS: TestInfoAPIWarnings (16.30s) [2021-04-16T11:03:19.336Z] === RUN TestInfoDebug [2021-04-16T11:03:19.336Z] --- PASS: TestInfoDebug (0.53s) [2021-04-16T11:03:19.336Z] === RUN TestInfoInsecureRegistries [2021-04-16T11:03:19.336Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2021-04-16T11:03:19.336Z] === RUN TestInfoRegistryMirrors [2021-04-16T11:03:19.336Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2021-04-16T11:03:19.336Z] === RUN TestLoginFailsWithBadCredentials [2021-04-16T11:03:19.336Z] --- PASS: TestLoginFailsWithBadCredentials (0.31s) [2021-04-16T11:03:19.336Z] === RUN TestPingCacheHeaders [2021-04-16T11:03:19.336Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-04-16T11:03:19.336Z] === RUN TestPingGet [2021-04-16T11:03:19.337Z] --- PASS: TestPingGet (0.02s) [2021-04-16T11:03:19.337Z] === RUN TestPingHead [2021-04-16T11:03:19.337Z] --- PASS: TestPingHead (0.03s) [2021-04-16T11:03:19.337Z] === RUN TestVersion [2021-04-16T11:03:19.337Z] --- PASS: TestVersion (0.04s) [2021-04-16T11:03:19.337Z] PASS [2021-04-16T11:03:19.337Z] [2021-04-16T11:03:19.337Z] === Skipped [2021-04-16T11:03:19.337Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-04-16T11:03:19.337Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-04-16T11:03:19.337Z] [2021-04-16T11:03:19.337Z] [2021-04-16T11:03:19.337Z] DONE 18 tests, 1 skipped in 21.234s [2021-04-16T11:03:19.337Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2021-04-16T11:03:19.337Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m [2021-04-16T11:03:19.337Z] ++ set -e [2021-04-16T11:03:19.337Z] ++ '[' -n 0 ']' [2021-04-16T11:03:19.337Z] ++ set -x [2021-04-16T11:03:19.337Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m [2021-04-16T11:03:19.337Z] INFO: Testing against a local daemon [2021-04-16T11:03:19.337Z] === RUN TestVolumesCreateAndList [2021-04-16T11:03:19.337Z] --- PASS: TestVolumesCreateAndList (0.03s) [2021-04-16T11:03:19.337Z] === RUN TestVolumesRemove [2021-04-16T11:03:19.337Z] --- PASS: TestVolumesRemove (0.06s) [2021-04-16T11:03:19.337Z] === RUN TestVolumesInspect [2021-04-16T11:03:19.337Z] --- PASS: TestVolumesInspect (0.02s) [2021-04-16T11:03:19.337Z] === RUN TestVolumesInvalidJSON [2021-04-16T11:03:19.337Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-04-16T11:03:19.337Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-04-16T11:03:19.337Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-04-16T11:03:19.337Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-04-16T11:03:19.337Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-04-16T11:03:19.337Z] PASS [2021-04-16T11:03:19.337Z] [2021-04-16T11:03:19.337Z] DONE 5 tests in 0.206s [2021-04-16T11:03:19.337Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-04-16T11:03:19.630Z] ++++ cat bundles/test-integration/docker.pid [2021-04-16T11:03:19.630Z] +++ kill 14132 [2021-04-16T11:03:20.670Z] +++ /etc/init.d/apparmor stop [2021-04-16T11:03:20.670Z] Leaving: AppArmorNo profiles have been unloaded. [2021-04-16T11:03:20.670Z] [2021-04-16T11:03:20.670Z] Unloading profiles will leave already running processes permanently [2021-04-16T11:03:20.670Z] unconfined, which can lead to unexpected situations. [2021-04-16T11:03:20.670Z] [2021-04-16T11:03:20.670Z] To set a process to complain mode, use the command line tool [2021-04-16T11:03:20.670Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-04-16T11:03:20.670Z] +++ true [2021-04-16T11:03:20.670Z] exiting test-integration [2021-04-16T11:03:20.670Z] ++ exit 0 [2021-04-16T11:03:20.670Z] [2021-04-16T11:03:21.110Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2021-04-16T11:03:21.110Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2021-04-16T11:03:21.110Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2021-04-16T11:03:21.681Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode Post stage [Pipeline] junit [2021-04-16T11:03:22.800Z] Recording test results [2021-04-16T11:03:23.094Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-04-16T11:03:23.516Z] + echo Ensuring container killed. [2021-04-16T11:03:23.516Z] Ensuring container killed. [2021-04-16T11:03:23.516Z] + docker rm -vf docker-pr16 [2021-04-16T11:03:23.516Z] Error: No such container: docker-pr16 [2021-04-16T11:03:23.516Z] + true [Pipeline] sh [2021-04-16T11:03:23.910Z] + echo Chowning /workspace to jenkins user [2021-04-16T11:03:23.910Z] Chowning /workspace to jenkins user [2021-04-16T11:03:23.910Z] + id -u [2021-04-16T11:03:23.910Z] + id -g [2021-04-16T11:03:23.910Z] + docker run --rm -v /home/docker/workspace/moby_PR-40094:/workspace busybox chown -R 1001:1001 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-04-16T11:03:26.965Z] --- PASS: TestServiceUpdateConfigs (16.43s) [2021-04-16T11:03:26.965Z] === RUN TestServiceUpdateNetwork [2021-04-16T11:03:27.057Z] + bundleName=ppc64le-integration [2021-04-16T11:03:27.058Z] + echo Creating ppc64le-integration-bundles.tar.gz [2021-04-16T11:03:27.058Z] Creating ppc64le-integration-bundles.tar.gz [2021-04-16T11:03:27.058Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-04-16T11:03:27.058Z] + xargs tar -czf ppc64le-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2021-04-16T11:03:27.104Z] Archiving artifacts [2021-04-16T11:03:27.458Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-40094/16/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-04-16T11:03:27.850Z] + make clean [2021-04-16T11:03:28.143Z] make: command: Command not found [2021-04-16T11:03:28.143Z] make: command: Command not found [2021-04-16T11:03:28.143Z] docker volume rm -f docker-dev-cache [2021-04-16T11:03:28.143Z] docker-dev-cache [Pipeline] deleteDir [2021-04-16T11:03:28.878Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [Pipeline] } [2021-04-16T11:03:32.191Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-16T11:03:35.492Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-04-16T11:03:37.406Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2021-04-16T11:03:38.790Z] === RUN TestDockerSuite/TestEventsAttach [2021-04-16T11:03:39.363Z] === RUN TestDockerSuite/TestEventsCommit [2021-04-16T11:03:40.304Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-04-16T11:03:40.875Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-04-16T11:03:41.446Z] --- PASS: TestServiceUpdateNetwork (14.54s) [2021-04-16T11:03:41.446Z] === RUN TestServiceUpdatePidsLimit [2021-04-16T11:03:41.707Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-04-16T11:03:42.649Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2021-04-16T11:03:42.649Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-04-16T11:03:44.035Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-04-16T11:03:44.295Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2021-04-16T11:03:46.209Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-04-16T11:03:49.508Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2021-04-16T11:03:51.419Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-04-16T11:03:52.360Z] === RUN TestDockerSuite/TestEventsCopy [2021-04-16T11:03:53.746Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-04-16T11:03:55.131Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-04-16T11:03:59.356Z] --- PASS: TestServiceUpdatePidsLimit (17.87s) [2021-04-16T11:03:59.356Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.02s) [2021-04-16T11:03:59.356Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.42s) [2021-04-16T11:03:59.356Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.41s) [2021-04-16T11:03:59.356Z] PASS [2021-04-16T11:03:59.356Z] [2021-04-16T11:03:59.356Z] === Skipped [2021-04-16T11:03:59.356Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-04-16T11:03:59.356Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-04-16T11:03:59.356Z] [2021-04-16T11:03:59.356Z] [2021-04-16T11:03:59.356Z] DONE 27 tests, 1 skipped in 207.896s [2021-04-16T11:03:59.356Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-04-16T11:03:59.356Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2021-04-16T11:03:59.356Z] ++ set -e [2021-04-16T11:03:59.356Z] ++ '[' -n 0 ']' [2021-04-16T11:03:59.356Z] ++ set -x [2021-04-16T11:03:59.356Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2021-04-16T11:03:59.356Z] INFO: Testing against a local daemon [2021-04-16T11:03:59.356Z] === RUN TestSessionCreate [2021-04-16T11:03:59.356Z] --- PASS: TestSessionCreate (0.02s) [2021-04-16T11:03:59.356Z] === RUN TestSessionCreateWithBadUpgrade [2021-04-16T11:03:59.356Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-04-16T11:03:59.356Z] PASS [2021-04-16T11:03:59.356Z] [2021-04-16T11:03:59.356Z] DONE 2 tests in 0.146s [2021-04-16T11:03:59.356Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-04-16T11:03:59.356Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2021-04-16T11:03:59.356Z] ++ set -e [2021-04-16T11:03:59.356Z] ++ '[' -n 0 ']' [2021-04-16T11:03:59.356Z] ++ set -x [2021-04-16T11:03:59.356Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2021-04-16T11:03:59.356Z] INFO: Testing against a local daemon [2021-04-16T11:03:59.356Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-04-16T11:03:59.356Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-04-16T11:03:59.356Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-04-16T11:03:59.356Z] === RUN TestEventsExecDie [2021-04-16T11:04:00.741Z] --- PASS: TestEventsExecDie (1.08s) [2021-04-16T11:04:00.741Z] === RUN TestEventsBackwardsCompatible [2021-04-16T11:04:00.741Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2021-04-16T11:04:00.741Z] === RUN TestInfoBinaryCommits [2021-04-16T11:04:00.741Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-04-16T11:04:00.741Z] === RUN TestInfoAPIVersioned [2021-04-16T11:04:00.741Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-04-16T11:04:00.741Z] === RUN TestInfoDiscoveryBackend [2021-04-16T11:04:01.001Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-04-16T11:04:01.262Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-04-16T11:04:01.262Z] --- PASS: TestInfoDiscoveryBackend (0.70s) [2021-04-16T11:04:01.262Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-04-16T11:04:02.205Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-04-16T11:04:02.205Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-04-16T11:04:02.778Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2021-04-16T11:04:03.040Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-04-16T11:04:03.040Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.81s) [2021-04-16T11:04:03.040Z] === RUN TestInfoAPI [2021-04-16T11:04:03.040Z] --- PASS: TestInfoAPI (0.02s) [2021-04-16T11:04:03.040Z] === RUN TestInfoAPIWarnings [2021-04-16T11:04:03.040Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2021-04-16T11:04:03.612Z] === RUN TestDockerSuite/TestEventsFilterType [2021-04-16T11:04:03.873Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2021-04-16T11:04:04.444Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2021-04-16T11:04:04.444Z] === RUN TestDockerSuite/TestEventsFilters [2021-04-16T11:04:05.829Z] === RUN TestDockerSuite/TestEventsFormat [2021-04-16T11:04:07.741Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-04-16T11:04:07.741Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-04-16T11:04:07.741Z] === RUN TestDockerSuite/TestEventsImageImport [2021-04-16T11:04:08.313Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-04-16T11:04:08.573Z] === RUN TestDockerSuite/TestEventsImagePull [2021-04-16T11:04:08.833Z] === RUN TestDockerSuite/TestEventsImageTag [2021-04-16T11:04:09.775Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2021-04-16T11:04:10.036Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2021-04-16T11:04:10.036Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2021-04-16T11:04:10.036Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-04-16T11:04:11.420Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2021-04-16T11:04:12.361Z] === RUN TestDockerSuite/TestEventsRename [2021-04-16T11:04:12.932Z] === RUN TestDockerSuite/TestEventsResize [2021-04-16T11:04:13.874Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-04-16T11:04:20.453Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-04-16T11:04:20.453Z] --- PASS: TestInfoAPIWarnings (16.80s) [2021-04-16T11:04:20.453Z] === RUN TestInfoDebug [2021-04-16T11:04:20.453Z] === RUN TestDockerSuite/TestEventsStreaming [2021-04-16T11:04:20.714Z] --- PASS: TestInfoDebug (0.74s) [2021-04-16T11:04:20.714Z] === RUN TestInfoInsecureRegistries [2021-04-16T11:04:21.286Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-04-16T11:04:21.286Z] --- PASS: TestInfoInsecureRegistries (0.72s) [2021-04-16T11:04:21.286Z] === RUN TestInfoRegistryMirrors [2021-04-16T11:04:22.230Z] --- PASS: TestInfoRegistryMirrors (0.69s) [2021-04-16T11:04:22.230Z] === RUN TestLoginFailsWithBadCredentials [2021-04-16T11:04:22.230Z] --- PASS: TestLoginFailsWithBadCredentials (0.15s) [2021-04-16T11:04:22.230Z] === RUN TestPingCacheHeaders [2021-04-16T11:04:22.230Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-04-16T11:04:22.230Z] === RUN TestPingGet [2021-04-16T11:04:22.230Z] --- PASS: TestPingGet (0.01s) [2021-04-16T11:04:22.230Z] === RUN TestPingHead [2021-04-16T11:04:22.230Z] --- PASS: TestPingHead (0.02s) [2021-04-16T11:04:22.230Z] === RUN TestVersion [2021-04-16T11:04:22.230Z] --- PASS: TestVersion (0.02s) [2021-04-16T11:04:22.230Z] PASS [2021-04-16T11:04:22.230Z] [2021-04-16T11:04:22.230Z] === Skipped [2021-04-16T11:04:22.230Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-04-16T11:04:22.230Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-04-16T11:04:22.230Z] [2021-04-16T11:04:22.230Z] [2021-04-16T11:04:22.230Z] DONE 18 tests, 1 skipped in 22.963s [2021-04-16T11:04:22.230Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-04-16T11:04:22.230Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2021-04-16T11:04:22.230Z] ++ set -e [2021-04-16T11:04:22.230Z] ++ '[' -n 0 ']' [2021-04-16T11:04:22.230Z] ++ set -x [2021-04-16T11:04:22.230Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2021-04-16T11:04:22.491Z] INFO: Testing against a local daemon [2021-04-16T11:04:22.491Z] === RUN TestVolumesCreateAndList [2021-04-16T11:04:22.491Z] --- PASS: TestVolumesCreateAndList (0.03s) [2021-04-16T11:04:22.491Z] === RUN TestVolumesRemove [2021-04-16T11:04:22.491Z] --- PASS: TestVolumesRemove (0.06s) [2021-04-16T11:04:22.491Z] === RUN TestVolumesInspect [2021-04-16T11:04:22.491Z] --- PASS: TestVolumesInspect (0.02s) [2021-04-16T11:04:22.491Z] === RUN TestVolumesInvalidJSON [2021-04-16T11:04:22.491Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-04-16T11:04:22.491Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-04-16T11:04:22.491Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-04-16T11:04:22.491Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-04-16T11:04:22.491Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-04-16T11:04:22.491Z] PASS [2021-04-16T11:04:22.491Z] [2021-04-16T11:04:22.491Z] DONE 5 tests in 0.231s [2021-04-16T11:04:22.491Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-04-16T11:04:23.065Z] ++++ cat bundles/test-integration/docker.pid [2021-04-16T11:04:23.065Z] +++ kill 5708 [2021-04-16T11:04:24.005Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2021-04-16T11:04:24.266Z] +++ /etc/init.d/apparmor stop [2021-04-16T11:04:24.266Z] Leaving: AppArmorNo profiles have been unloaded. [2021-04-16T11:04:24.266Z] [2021-04-16T11:04:24.266Z] Unloading profiles will leave already running processes permanently [2021-04-16T11:04:24.266Z] unconfined, which can lead to unexpected situations. [2021-04-16T11:04:24.266Z] [2021-04-16T11:04:24.266Z] To set a process to complain mode, use the command line tool [2021-04-16T11:04:24.266Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-04-16T11:04:24.266Z] +++ true [2021-04-16T11:04:24.266Z] exiting test-integration [2021-04-16T11:04:24.266Z] ++ exit 0 [2021-04-16T11:04:24.266Z] [2021-04-16T11:04:24.527Z] === RUN TestDockerSuite/TestEventsTop [2021-04-16T11:04:24.790Z] + for job in $(jobs -p) [2021-04-16T11:04:24.790Z] + wait 21928 [2021-04-16T11:04:26.177Z] === RUN TestDockerSuite/TestEventsUntag [2021-04-16T11:04:28.726Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-04-16T11:04:29.298Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2021-04-16T11:04:41.532Z] === RUN TestDockerSuite/TestExec [2021-04-16T11:04:42.103Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-04-16T11:04:42.673Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-04-16T11:04:43.615Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-04-16T11:04:44.186Z] === RUN TestDockerSuite/TestExecAPIStart [2021-04-16T11:04:46.730Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-04-16T11:04:47.303Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-04-16T11:04:48.245Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-04-16T11:04:49.632Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-04-16T11:04:49.632Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2021-04-16T11:04:50.574Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-04-16T11:04:51.969Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-04-16T11:04:53.358Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-04-16T11:04:56.715Z] === RUN TestDockerSuite/TestExecCgroup [2021-04-16T11:05:00.018Z] === RUN TestDockerSuite/TestExecEnv [2021-04-16T11:05:00.589Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-04-16T11:05:02.502Z] === RUN TestDockerSuite/TestExecExitStatus [2021-04-16T11:05:03.444Z] === RUN TestDockerSuite/TestExecInspectID [2021-04-16T11:05:06.741Z] === RUN TestDockerSuite/TestExecInteractive [2021-04-16T11:05:07.683Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2021-04-16T11:05:08.626Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-04-16T11:05:08.886Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2021-04-16T11:05:09.830Z] === RUN TestDockerSuite/TestExecParseError [2021-04-16T11:05:10.773Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-04-16T11:05:11.716Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-04-16T11:05:12.658Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-04-16T11:05:17.947Z] === RUN TestDockerSuite/TestExecSetEnv [2021-04-16T11:05:18.906Z] === RUN TestDockerSuite/TestExecStartFails [2021-04-16T11:05:19.850Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-04-16T11:05:26.430Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2021-04-16T11:05:31.717Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-04-16T11:05:32.289Z] === RUN TestDockerSuite/TestExecTTY [2021-04-16T11:05:32.864Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2021-04-16T11:05:33.806Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-04-16T11:05:35.192Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-04-16T11:05:36.135Z] === RUN TestDockerSuite/TestExecUlimits [2021-04-16T11:05:38.052Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-04-16T11:05:38.052Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-04-16T11:05:40.598Z] === RUN TestDockerSuite/TestExecWithNoTERM [2021-04-16T11:05:42.511Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-04-16T11:05:43.895Z] === RUN TestDockerSuite/TestExecWithTERM [2021-04-16T11:05:45.279Z] === RUN TestDockerSuite/TestExecWithUser [2021-04-16T11:05:46.221Z] === RUN TestDockerSuite/TestGetContainerStats [2021-04-16T11:05:51.515Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-04-16T11:05:55.717Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-04-16T11:05:57.628Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-04-16T11:06:02.911Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-04-16T11:06:03.174Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2021-04-16T11:06:03.174Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-04-16T11:06:03.174Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-04-16T11:06:03.174Z] === RUN TestDockerSuite/TestHealth [2021-04-16T11:06:05.720Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2021-04-16T11:06:27.682Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-04-16T11:06:27.682Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-04-16T11:06:27.682Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-04-16T11:06:27.682Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-04-16T11:06:27.682Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-04-16T11:06:27.682Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-04-16T11:06:28.255Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-04-16T11:06:28.255Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-04-16T11:06:28.255Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-04-16T11:06:28.516Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-04-16T11:06:28.516Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-04-16T11:06:28.776Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-04-16T11:06:29.348Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-04-16T11:06:29.348Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-04-16T11:06:29.608Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2021-04-16T11:06:29.869Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-04-16T11:06:30.130Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-04-16T11:06:31.073Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-04-16T11:06:32.473Z] === RUN TestDockerSuite/TestImagesFormat [2021-04-16T11:06:32.473Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-04-16T11:06:33.415Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-04-16T11:06:36.715Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-04-16T11:06:36.715Z] === RUN TestDockerSuite/TestImportBadURL [2021-04-16T11:06:36.715Z] === RUN TestDockerSuite/TestImportDisplay [2021-04-16T11:06:39.268Z] === RUN TestDockerSuite/TestImportFile [2021-04-16T11:06:41.818Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-04-16T11:06:41.818Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-04-16T11:06:43.203Z] === RUN TestDockerSuite/TestImportGzipped [2021-04-16T11:06:44.586Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-04-16T11:06:46.499Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-04-16T11:06:47.071Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-04-16T11:06:48.013Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-04-16T11:06:48.954Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-04-16T11:06:48.954Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2021-04-16T11:06:48.954Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-04-16T11:06:49.526Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-04-16T11:06:50.468Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-04-16T11:06:51.041Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-04-16T11:06:51.982Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-04-16T11:06:52.926Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-04-16T11:06:53.870Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-04-16T11:06:53.870Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2021-04-16T11:06:57.172Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-04-16T11:06:57.743Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-04-16T11:06:58.314Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-04-16T11:06:58.314Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-04-16T11:06:59.257Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-04-16T11:06:59.257Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-04-16T11:07:00.640Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-04-16T11:07:01.212Z] === RUN TestDockerSuite/TestInspectDefault [2021-04-16T11:07:01.784Z] === RUN TestDockerSuite/TestInspectHistory [2021-04-16T11:07:02.355Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2021-04-16T11:07:02.615Z] === RUN TestDockerSuite/TestInspectImage [2021-04-16T11:07:02.615Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-04-16T11:07:02.878Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-04-16T11:07:02.878Z] === RUN TestDockerSuite/TestInspectInt64 [2021-04-16T11:07:03.822Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-04-16T11:07:04.765Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-04-16T11:07:04.765Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-04-16T11:07:05.707Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-04-16T11:07:06.650Z] === RUN TestDockerSuite/TestInspectPlugin [2021-04-16T11:07:08.566Z] === RUN TestDockerSuite/TestInspectRootFS [2021-04-16T11:07:08.566Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-04-16T11:07:09.953Z] === RUN TestDockerSuite/TestInspectStatus [2021-04-16T11:07:11.340Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-04-16T11:07:13.888Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-04-16T11:07:14.832Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-04-16T11:07:15.778Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-04-16T11:07:16.722Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-04-16T11:07:17.665Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-04-16T11:07:18.619Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-04-16T11:07:19.190Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-04-16T11:07:19.190Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2021-04-16T11:07:21.736Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-04-16T11:07:22.680Z] === RUN TestDockerSuite/TestLinksEnvs [2021-04-16T11:07:24.592Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-04-16T11:07:24.853Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-04-16T11:07:26.767Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-04-16T11:07:29.314Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-04-16T11:07:31.229Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-04-16T11:07:31.489Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-04-16T11:07:33.401Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-04-16T11:07:33.662Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2021-04-16T11:07:34.233Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-04-16T11:07:35.177Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-04-16T11:07:50.090Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-04-16T11:07:51.032Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-04-16T11:07:53.588Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-04-16T11:07:53.848Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-04-16T11:07:57.149Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2021-04-16T11:07:57.149Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-04-16T11:07:57.410Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-04-16T11:07:57.410Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-04-16T11:07:57.410Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-04-16T11:07:58.353Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-04-16T11:07:59.739Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-04-16T11:08:03.941Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-04-16T11:08:04.202Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-04-16T11:08:09.488Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-04-16T11:08:09.488Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-04-16T11:08:09.488Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-04-16T11:08:10.873Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-04-16T11:08:11.815Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-04-16T11:08:12.758Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-04-16T11:08:14.141Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-04-16T11:08:15.082Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-04-16T11:08:17.627Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-04-16T11:08:17.627Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2021-04-16T11:08:17.887Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-04-16T11:08:18.828Z] === RUN TestDockerSuite/TestLogsSince [2021-04-16T11:08:26.986Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-04-16T11:08:32.272Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-04-16T11:08:33.214Z] === RUN TestDockerSuite/TestLogsTail [2021-04-16T11:08:34.158Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-04-16T11:08:35.542Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-04-16T11:08:36.486Z] === RUN TestDockerSuite/TestMountIntoProc [2021-04-16T11:08:36.747Z] === RUN TestDockerSuite/TestMountIntoSys [2021-04-16T11:08:38.133Z] === RUN TestDockerSuite/TestNetHostname [2021-04-16T11:08:41.436Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-04-16T11:08:42.380Z] === RUN TestDockerSuite/TestNetworkEvents [2021-04-16T11:08:50.520Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-04-16T11:08:51.092Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2021-04-16T11:08:52.476Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-04-16T11:08:53.872Z] === RUN TestDockerSuite/TestPluginActive [2021-04-16T11:08:55.256Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-04-16T11:08:57.173Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2021-04-16T11:09:00.473Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2021-04-16T11:09:00.734Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-04-16T11:09:00.734Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-04-16T11:09:03.278Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2021-04-16T11:09:04.219Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-04-16T11:09:05.545Z] --- PASS: TestBuildWCOWSandboxSize (818.65s) [2021-04-16T11:09:05.545Z] === RUN TestBuildWithEmptyDockerfile [2021-04-16T11:09:05.545Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-16T11:09:05.545Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-16T11:09:05.545Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-16T11:09:05.545Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-16T11:09:05.545Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-16T11:09:05.545Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-16T11:09:05.545Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-16T11:09:05.545Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-16T11:09:05.545Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-16T11:09:05.545Z] --- PASS: TestBuildWithEmptyDockerfile (0.54s) [2021-04-16T11:09:05.545Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2021-04-16T11:09:05.545Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2021-04-16T11:09:05.545Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2021-04-16T11:09:05.545Z] === RUN TestBuildPreserveOwnership [2021-04-16T11:09:05.545Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2021-04-16T11:09:05.545Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-16T11:09:05.545Z] === RUN TestBuildPlatformInvalid [2021-04-16T11:09:05.545Z] --- PASS: TestBuildPlatformInvalid (0.59s) [2021-04-16T11:09:05.545Z] PASS [2021-04-16T11:09:05.545Z] ok github.com/docker/docker/integration/build 1012.609s [2021-04-16T11:09:05.545Z] [2021-04-16T11:09:05.545Z] === Skipped [2021-04-16T11:09:05.545Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2021-04-16T11:09:05.545Z] build_session_test.go:25: TODO: BuildKit [2021-04-16T11:09:05.545Z] [2021-04-16T11:09:05.545Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2021-04-16T11:09:05.545Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:09:05.545Z] [2021-04-16T11:09:05.545Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2021-04-16T11:09:05.545Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-16T11:09:05.545Z] [2021-04-16T11:09:05.545Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2021-04-16T11:09:05.545Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-16T11:09:05.545Z] [2021-04-16T11:09:05.545Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2021-04-16T11:09:05.545Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-16T11:09:05.545Z] [2021-04-16T11:09:05.545Z] [2021-04-16T11:09:05.545Z] DONE 29 tests, 5 skipped in 1040.774s [2021-04-16T11:09:05.545Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2021-04-16T11:09:05.545Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-04-16T11:09:05.545Z] INFO: Testing against a local daemon [2021-04-16T11:09:05.545Z] === RUN TestConfigInspect [2021-04-16T11:09:05.545Z] --- SKIP: TestConfigInspect (0.00s) [2021-04-16T11:09:05.545Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:09:05.545Z] === RUN TestConfigList [2021-04-16T11:09:05.545Z] --- SKIP: TestConfigList (0.00s) [2021-04-16T11:09:05.545Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:09:05.545Z] === RUN TestConfigsCreateAndDelete [2021-04-16T11:09:05.545Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2021-04-16T11:09:05.545Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:09:05.545Z] === RUN TestConfigsUpdate [2021-04-16T11:09:05.545Z] --- SKIP: TestConfigsUpdate (0.00s) [2021-04-16T11:09:05.545Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:09:05.545Z] === RUN TestTemplatedConfig [2021-04-16T11:09:05.545Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-04-16T11:09:05.545Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:09:05.545Z] === RUN TestConfigCreateResolve [2021-04-16T11:09:05.545Z] --- SKIP: TestConfigCreateResolve (0.00s) [2021-04-16T11:09:05.545Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:09:05.545Z] === RUN TestConfigDaemonLibtrustID [2021-04-16T11:09:05.545Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2021-04-16T11:09:05.545Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:09:05.545Z] PASS [2021-04-16T11:09:05.545Z] ok github.com/docker/docker/integration/config 0.208s [2021-04-16T11:09:05.545Z] [2021-04-16T11:09:05.545Z] === Skipped [2021-04-16T11:09:05.545Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2021-04-16T11:09:05.545Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:09:05.545Z] [2021-04-16T11:09:05.545Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2021-04-16T11:09:05.545Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:09:05.545Z] [2021-04-16T11:09:05.545Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2021-04-16T11:09:05.545Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:09:05.545Z] [2021-04-16T11:09:05.545Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2021-04-16T11:09:05.545Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:09:05.545Z] [2021-04-16T11:09:05.545Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2021-04-16T11:09:05.545Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:09:05.545Z] [2021-04-16T11:09:05.545Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2021-04-16T11:09:05.545Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:09:05.545Z] [2021-04-16T11:09:05.545Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2021-04-16T11:09:05.545Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:09:05.545Z] [2021-04-16T11:09:05.545Z] [2021-04-16T11:09:05.545Z] DONE 7 tests, 7 skipped in 3.180s [2021-04-16T11:09:05.545Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2021-04-16T11:09:05.545Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-04-16T11:09:05.545Z] INFO: Testing against a local daemon [2021-04-16T11:09:05.545Z] === RUN TestCheckpoint [2021-04-16T11:09:05.545Z] --- SKIP: TestCheckpoint (0.00s) [2021-04-16T11:09:05.545Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-04-16T11:09:05.545Z] === RUN TestContainerInvalidJSON [2021-04-16T11:09:05.545Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-04-16T11:09:05.545Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-04-16T11:09:05.545Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-04-16T11:09:05.545Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-04-16T11:09:05.545Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-04-16T11:09:05.545Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-04-16T11:09:05.545Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-04-16T11:09:05.545Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-04-16T11:09:05.545Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-04-16T11:09:05.545Z] --- PASS: TestContainerInvalidJSON (0.52s) [2021-04-16T11:09:05.545Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2021-04-16T11:09:05.545Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2021-04-16T11:09:05.545Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2021-04-16T11:09:05.545Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-04-16T11:09:05.545Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.25s) [2021-04-16T11:09:05.545Z] === RUN TestCopyFromContainerPathIsNotDir [2021-04-16T11:09:05.545Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.03s) [2021-04-16T11:09:05.545Z] copy_test.go:38: testEnv.OSType == "windows" [2021-04-16T11:09:05.545Z] === RUN TestCopyToContainerPathDoesNotExist [2021-04-16T11:09:05.546Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.22s) [2021-04-16T11:09:05.546Z] === RUN TestCopyToContainerPathIsNotDir [2021-04-16T11:09:05.546Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.03s) [2021-04-16T11:09:05.546Z] copy_test.go:63: testEnv.OSType == "windows" [2021-04-16T11:09:05.546Z] === RUN TestCopyFromContainer [2021-04-16T11:09:05.546Z] --- SKIP: TestCopyFromContainer (0.00s) [2021-04-16T11:09:05.546Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:09:05.546Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-04-16T11:09:05.546Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-16T11:09:05.546Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-16T11:09:05.546Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-16T11:09:05.546Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-16T11:09:05.546Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-16T11:09:05.546Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-16T11:09:05.546Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-16T11:09:05.546Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-16T11:09:05.546Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-16T11:09:05.546Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-04-16T11:09:05.546Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2021-04-16T11:09:05.546Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2021-04-16T11:09:05.546Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2021-04-16T11:09:05.546Z] === RUN TestCreateLinkToNonExistingContainer [2021-04-16T11:09:05.546Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2021-04-16T11:09:05.546Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-04-16T11:09:05.546Z] === RUN TestCreateWithInvalidEnv [2021-04-16T11:09:05.546Z] === RUN TestCreateWithInvalidEnv/0 [2021-04-16T11:09:05.546Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-04-16T11:09:05.546Z] === RUN TestCreateWithInvalidEnv/1 [2021-04-16T11:09:05.546Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-04-16T11:09:05.546Z] === RUN TestCreateWithInvalidEnv/2 [2021-04-16T11:09:05.546Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-04-16T11:09:05.546Z] === CONT TestCreateWithInvalidEnv/0 [2021-04-16T11:09:05.546Z] === CONT TestCreateWithInvalidEnv/2 [2021-04-16T11:09:05.546Z] === CONT TestCreateWithInvalidEnv/1 [2021-04-16T11:09:05.546Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-04-16T11:09:05.546Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-04-16T11:09:05.546Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-04-16T11:09:05.546Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2021-04-16T11:09:05.546Z] === RUN TestCreateTmpfsMountsTarget [2021-04-16T11:09:05.546Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2021-04-16T11:09:05.546Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:09:05.546Z] === RUN TestCreateWithCustomMaskedPaths [2021-04-16T11:09:05.546Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2021-04-16T11:09:05.546Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:09:05.549Z] === RUN TestCreateWithCustomReadonlyPaths [2021-04-16T11:09:05.549Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2021-04-16T11:09:05.549Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:09:05.549Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-04-16T11:09:05.549Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-16T11:09:05.549Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-16T11:09:05.549Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-16T11:09:05.549Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-16T11:09:05.549Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-16T11:09:05.549Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-16T11:09:05.549Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-16T11:09:05.549Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-16T11:09:05.549Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-16T11:09:05.549Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-16T11:09:05.549Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-16T11:09:05.549Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-16T11:09:05.549Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-16T11:09:05.549Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-16T11:09:05.549Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-16T11:09:05.549Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-04-16T11:09:05.549Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-04-16T11:09:05.549Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-04-16T11:09:05.549Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-04-16T11:09:05.549Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-04-16T11:09:05.549Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2021-04-16T11:09:05.549Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-04-16T11:09:05.549Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-04-16T11:09:05.549Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-04-16T11:09:05.549Z] === RUN TestCreateDifferentPlatform [2021-04-16T11:09:05.549Z] === RUN TestCreateDifferentPlatform/different_os [2021-04-16T11:09:05.549Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-04-16T11:09:05.549Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2021-04-16T11:09:05.549Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2021-04-16T11:09:05.549Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-04-16T11:09:05.549Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-04-16T11:09:05.549Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.13s) [2021-04-16T11:09:05.549Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-04-16T11:09:05.549Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-04-16T11:09:05.549Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-04-16T11:09:05.549Z] === RUN TestContainerKillOnDaemonStart [2021-04-16T11:09:05.549Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-04-16T11:09:05.549Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:09:05.549Z] === RUN TestDiff [2021-04-16T11:09:05.549Z] --- SKIP: TestDiff (0.00s) [2021-04-16T11:09:05.549Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-04-16T11:09:05.549Z] === RUN TestExecWithCloseStdin [2021-04-16T11:09:06.505Z] --- PASS: TestExecWithCloseStdin (3.26s) [2021-04-16T11:09:06.505Z] === RUN TestExec [2021-04-16T11:09:06.765Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2021-04-16T11:09:07.706Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-04-16T11:09:08.709Z] --- PASS: TestExec (2.17s) [2021-04-16T11:09:08.709Z] === RUN TestExecUser [2021-04-16T11:09:08.709Z] --- SKIP: TestExecUser (0.00s) [2021-04-16T11:09:08.709Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-04-16T11:09:08.709Z] === RUN TestExportContainerAndImportImage [2021-04-16T11:09:08.709Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2021-04-16T11:09:08.709Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:09:08.709Z] === RUN TestExportContainerAfterDaemonRestart [2021-04-16T11:09:08.709Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2021-04-16T11:09:08.709Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:09:08.709Z] === RUN TestHealthCheckWorkdir [2021-04-16T11:09:08.709Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2021-04-16T11:09:08.709Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-04-16T11:09:08.709Z] === RUN TestHealthKillContainer [2021-04-16T11:09:08.709Z] --- SKIP: TestHealthKillContainer (0.00s) [2021-04-16T11:09:08.709Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-04-16T11:09:08.709Z] === RUN TestInspectCpusetInConfigPre120 [2021-04-16T11:09:08.709Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2021-04-16T11:09:08.709Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-04-16T11:09:08.709Z] === RUN TestKillContainerInvalidSignal [2021-04-16T11:09:09.092Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-04-16T11:09:10.475Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2021-04-16T11:09:10.857Z] --- PASS: TestKillContainerInvalidSignal (2.03s) [2021-04-16T11:09:10.857Z] === RUN TestKillContainer [2021-04-16T11:09:10.857Z] === RUN TestKillContainer/no_signal [2021-04-16T11:09:12.389Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-04-16T11:09:12.959Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2021-04-16T11:09:13.005Z] === RUN TestKillContainer/non_killing_signal [2021-04-16T11:09:13.005Z] === RUN TestKillContainer/killing_signal [2021-04-16T11:09:15.870Z] --- PASS: TestKillContainer (4.51s) [2021-04-16T11:09:15.870Z] --- PASS: TestKillContainer/no_signal (1.86s) [2021-04-16T11:09:15.870Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-04-16T11:09:15.870Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-04-16T11:09:15.870Z] --- PASS: TestKillContainer/killing_signal (2.60s) [2021-04-16T11:09:15.870Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-04-16T11:09:15.870Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-04-16T11:09:15.870Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-04-16T11:09:15.870Z] === RUN TestKillStoppedContainer [2021-04-16T11:09:15.870Z] --- SKIP: TestKillStoppedContainer (0.00s) [2021-04-16T11:09:15.870Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-04-16T11:09:15.870Z] === RUN TestKillStoppedContainerAPIPre120 [2021-04-16T11:09:15.870Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2021-04-16T11:09:15.870Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-04-16T11:09:15.870Z] === RUN TestKillDifferentUserContainer [2021-04-16T11:09:15.870Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2021-04-16T11:09:15.870Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-04-16T11:09:15.870Z] === RUN TestInspectOomKilledTrue [2021-04-16T11:09:15.870Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-04-16T11:09:15.870Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:09:15.870Z] === RUN TestInspectOomKilledFalse [2021-04-16T11:09:15.870Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-04-16T11:09:15.870Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-16T11:09:15.870Z] === RUN TestLogsFollowTailEmpty [2021-04-16T11:09:17.169Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-04-16T11:09:17.429Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2021-04-16T11:09:17.431Z] --- PASS: TestLogsFollowTailEmpty (2.10s) [2021-04-16T11:09:17.431Z] === RUN TestNetworkNat [2021-04-16T11:09:17.431Z] --- SKIP: TestNetworkNat (0.00s) [2021-04-16T11:09:17.431Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-04-16T11:09:17.431Z] === RUN TestNetworkLocalhostTCPNat [2021-04-16T11:09:20.300Z] --- PASS: TestNetworkLocalhostTCPNat (2.45s) [2021-04-16T11:09:20.300Z] === RUN TestNetworkLoopbackNat [2021-04-16T11:09:20.300Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2021-04-16T11:09:20.300Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-04-16T11:09:20.300Z] === RUN TestPause [2021-04-16T11:09:20.300Z] --- SKIP: TestPause (0.00s) [2021-04-16T11:09:20.300Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-04-16T11:09:20.300Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-04-16T11:09:20.743Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-04-16T11:09:21.814Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.02s) [2021-04-16T11:09:21.814Z] === RUN TestPauseStopPausedContainer [2021-04-16T11:09:21.814Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2021-04-16T11:09:21.814Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:09:21.814Z] === RUN TestPsFilter [2021-04-16T11:09:22.265Z] --- PASS: TestPsFilter (0.36s) [2021-04-16T11:09:22.265Z] === RUN TestRemoveContainerWithRemovedVolume [2021-04-16T11:09:23.294Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2021-04-16T11:09:23.294Z] === RUN TestDockerSuite/TestPortHostBinding [2021-04-16T11:09:25.133Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.56s) [2021-04-16T11:09:25.133Z] === RUN TestRemoveContainerWithVolume [2021-04-16T11:09:25.208Z] === RUN TestDockerSuite/TestPortList [2021-04-16T11:09:28.002Z] --- PASS: TestRemoveContainerWithVolume (2.65s) [2021-04-16T11:09:28.002Z] === RUN TestRemoveContainerRunning [2021-04-16T11:09:29.522Z] --- PASS: TestRemoveContainerRunning (2.05s) [2021-04-16T11:09:29.522Z] === RUN TestRemoveContainerForceRemoveRunning [2021-04-16T11:09:31.673Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.93s) [2021-04-16T11:09:31.673Z] === RUN TestRemoveInvalidContainer [2021-04-16T11:09:31.673Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2021-04-16T11:09:31.673Z] === RUN TestRenameLinkedContainer [2021-04-16T11:09:31.673Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2021-04-16T11:09:31.673Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-04-16T11:09:31.673Z] === RUN TestRenameStoppedContainer [2021-04-16T11:09:33.821Z] --- PASS: TestRenameStoppedContainer (2.26s) [2021-04-16T11:09:33.821Z] === RUN TestRenameRunningContainerAndReuse [2021-04-16T11:09:37.439Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-04-16T11:09:38.009Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-04-16T11:09:38.458Z] --- PASS: TestRenameRunningContainerAndReuse (4.00s) [2021-04-16T11:09:38.458Z] === RUN TestRenameInvalidName [2021-04-16T11:09:39.971Z] --- PASS: TestRenameInvalidName (2.00s) [2021-04-16T11:09:39.971Z] === RUN TestRenameAnonymousContainer [2021-04-16T11:09:39.971Z] --- SKIP: TestRenameAnonymousContainer (0.00s) [2021-04-16T11:09:39.971Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2021-04-16T11:09:39.971Z] === RUN TestRenameContainerWithSameName [2021-04-16T11:09:42.119Z] --- PASS: TestRenameContainerWithSameName (1.96s) [2021-04-16T11:09:42.119Z] === RUN TestRenameContainerWithLinkedContainer [2021-04-16T11:09:42.119Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2021-04-16T11:09:42.119Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2021-04-16T11:09:42.119Z] === RUN TestResize [2021-04-16T11:09:43.634Z] --- PASS: TestResize (2.03s) [2021-04-16T11:09:43.634Z] === RUN TestResizeWithInvalidSize [2021-04-16T11:09:43.634Z] --- SKIP: TestResizeWithInvalidSize (0.00s) [2021-04-16T11:09:43.634Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2021-04-16T11:09:43.634Z] === RUN TestResizeWhenContainerNotStarted [2021-04-16T11:09:46.144Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-04-16T11:09:46.144Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-04-16T11:09:46.144Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-04-16T11:09:46.144Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-04-16T11:09:46.144Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-04-16T11:09:46.404Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-04-16T11:09:46.404Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-04-16T11:09:46.501Z] --- PASS: TestResizeWhenContainerNotStarted (2.70s) [2021-04-16T11:09:46.501Z] === RUN TestDaemonRestartKillContainers [2021-04-16T11:09:46.501Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-04-16T11:09:46.501Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:09:46.501Z] === RUN TestStats [2021-04-16T11:09:46.501Z] --- SKIP: TestStats (0.00s) [2021-04-16T11:09:46.501Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-04-16T11:09:46.501Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-04-16T11:09:46.975Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-04-16T11:09:46.975Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-04-16T11:09:48.360Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2021-04-16T11:09:48.621Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-04-16T11:09:48.621Z] === RUN TestDockerSuite/TestPruneContainerLabel [2021-04-16T11:09:52.245Z] --- PASS: TestStopContainerWithRestartPolicyAlways (5.60s) [2021-04-16T11:09:52.245Z] === RUN TestStopContainerWithTimeout [2021-04-16T11:09:52.245Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2021-04-16T11:09:52.245Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-04-16T11:09:52.245Z] === RUN TestUpdateRestartPolicy [2021-04-16T11:09:52.828Z] === RUN TestDockerSuite/TestPruneContainerUntil [2021-04-16T11:09:54.744Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2021-04-16T11:09:56.128Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2021-04-16T11:09:56.128Z] === RUN TestDockerSuite/TestPsByOrder [2021-04-16T11:09:58.697Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2021-04-16T11:09:59.639Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-04-16T11:10:01.025Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-04-16T11:10:02.942Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2021-04-16T11:10:04.859Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-04-16T11:10:10.148Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-04-16T11:10:10.148Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-04-16T11:10:13.450Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-04-16T11:10:16.749Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2021-04-16T11:10:17.272Z] --- PASS: TestUpdateRestartPolicy (21.55s) [2021-04-16T11:10:17.272Z] === RUN TestUpdateRestartWithAutoRemove [2021-04-16T11:10:17.272Z] --- PASS: TestUpdateRestartWithAutoRemove (2.01s) [2021-04-16T11:10:17.272Z] === RUN TestWaitNonBlocked [2021-04-16T11:10:17.272Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-16T11:10:17.272Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-16T11:10:17.272Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-16T11:10:17.272Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-16T11:10:17.272Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-16T11:10:17.272Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-16T11:10:18.231Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-04-16T11:10:18.231Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.58s) [2021-04-16T11:10:18.231Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.73s) [2021-04-16T11:10:18.231Z] === RUN TestWaitBlocked [2021-04-16T11:10:18.231Z] --- SKIP: TestWaitBlocked (0.00s) [2021-04-16T11:10:18.231Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:10:18.231Z] PASS [2021-04-16T11:10:18.231Z] ok github.com/docker/docker/integration/container 76.509s [2021-04-16T11:10:18.684Z] [2021-04-16T11:10:18.684Z] === Skipped [2021-04-16T11:10:18.684Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2021-04-16T11:10:18.684Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-04-16T11:10:18.684Z] [2021-04-16T11:10:18.684Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.03s) [2021-04-16T11:10:18.684Z] copy_test.go:38: testEnv.OSType == "windows" [2021-04-16T11:10:18.684Z] [2021-04-16T11:10:18.684Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.03s) [2021-04-16T11:10:18.684Z] copy_test.go:63: testEnv.OSType == "windows" [2021-04-16T11:10:18.684Z] [2021-04-16T11:10:18.684Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2021-04-16T11:10:18.684Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:18.684Z] [2021-04-16T11:10:18.684Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2021-04-16T11:10:18.684Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-04-16T11:10:18.684Z] [2021-04-16T11:10:18.684Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2021-04-16T11:10:18.684Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:18.684Z] [2021-04-16T11:10:18.684Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2021-04-16T11:10:18.684Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:10:18.684Z] [2021-04-16T11:10:18.684Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2021-04-16T11:10:18.684Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:10:18.684Z] [2021-04-16T11:10:18.684Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-04-16T11:10:18.684Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-04-16T11:10:18.684Z] [2021-04-16T11:10:18.684Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-04-16T11:10:18.684Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-04-16T11:10:18.684Z] [2021-04-16T11:10:18.684Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2021-04-16T11:10:18.684Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:18.684Z] [2021-04-16T11:10:18.684Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2021-04-16T11:10:18.684Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-04-16T11:10:18.684Z] [2021-04-16T11:10:18.684Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2021-04-16T11:10:18.684Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-04-16T11:10:18.684Z] [2021-04-16T11:10:18.684Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2021-04-16T11:10:18.684Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:18.684Z] [2021-04-16T11:10:18.684Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2021-04-16T11:10:18.684Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:18.684Z] [2021-04-16T11:10:18.684Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2021-04-16T11:10:18.684Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-04-16T11:10:18.684Z] [2021-04-16T11:10:18.684Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2021-04-16T11:10:18.684Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-04-16T11:10:18.684Z] [2021-04-16T11:10:18.684Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2021-04-16T11:10:18.684Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-04-16T11:10:18.684Z] [2021-04-16T11:10:18.684Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2021-04-16T11:10:18.684Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-04-16T11:10:18.684Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-04-16T11:10:18.684Z] [2021-04-16T11:10:18.684Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-04-16T11:10:18.684Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-04-16T11:10:18.684Z] [2021-04-16T11:10:18.684Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2021-04-16T11:10:18.684Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-04-16T11:10:18.684Z] [2021-04-16T11:10:18.684Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2021-04-16T11:10:18.684Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-04-16T11:10:18.684Z] [2021-04-16T11:10:18.684Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2021-04-16T11:10:18.684Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-04-16T11:10:18.684Z] [2021-04-16T11:10:18.684Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2021-04-16T11:10:18.684Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:18.684Z] [2021-04-16T11:10:18.684Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2021-04-16T11:10:18.684Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-16T11:10:18.684Z] [2021-04-16T11:10:18.684Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2021-04-16T11:10:18.684Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-04-16T11:10:18.684Z] [2021-04-16T11:10:18.684Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2021-04-16T11:10:18.684Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-04-16T11:10:18.684Z] [2021-04-16T11:10:18.684Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2021-04-16T11:10:18.684Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-04-16T11:10:18.684Z] [2021-04-16T11:10:18.684Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2021-04-16T11:10:18.684Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:18.684Z] [2021-04-16T11:10:18.684Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2021-04-16T11:10:18.684Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-04-16T11:10:18.684Z] [2021-04-16T11:10:18.684Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s) [2021-04-16T11:10:18.684Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2021-04-16T11:10:18.684Z] [2021-04-16T11:10:18.684Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2021-04-16T11:10:18.684Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2021-04-16T11:10:18.684Z] [2021-04-16T11:10:18.684Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s) [2021-04-16T11:10:18.684Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2021-04-16T11:10:18.684Z] [2021-04-16T11:10:18.684Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2021-04-16T11:10:18.684Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:18.684Z] [2021-04-16T11:10:18.684Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2021-04-16T11:10:18.684Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-04-16T11:10:18.684Z] [2021-04-16T11:10:18.684Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2021-04-16T11:10:18.684Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-04-16T11:10:18.684Z] [2021-04-16T11:10:18.684Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2021-04-16T11:10:18.684Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:10:18.684Z] [2021-04-16T11:10:18.684Z] [2021-04-16T11:10:18.684Z] DONE 88 tests, 37 skipped in 79.398s [2021-04-16T11:10:18.684Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2021-04-16T11:10:19.295Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2021-04-16T11:10:21.554Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-04-16T11:10:21.554Z] INFO: Testing against a local daemon [2021-04-16T11:10:21.554Z] === RUN TestCommitInheritsEnv [2021-04-16T11:10:21.554Z] --- SKIP: TestCommitInheritsEnv (0.01s) [2021-04-16T11:10:21.554Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-16T11:10:21.554Z] === RUN TestImportExtremelyLargeImageWorks [2021-04-16T11:10:21.554Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-04-16T11:10:21.554Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-04-16T11:10:21.554Z] === RUN TestImagesFilterMultiReference [2021-04-16T11:10:21.554Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2021-04-16T11:10:21.554Z] === RUN TestImagePullPlatformInvalid [2021-04-16T11:10:21.554Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-04-16T11:10:21.554Z] === RUN TestRemoveImageOrphaning [2021-04-16T11:10:22.006Z] --- PASS: TestRemoveImageOrphaning (1.07s) [2021-04-16T11:10:22.006Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-04-16T11:10:22.458Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-04-16T11:10:22.458Z] === RUN TestTagInvalidReference [2021-04-16T11:10:22.458Z] --- PASS: TestTagInvalidReference (0.03s) [2021-04-16T11:10:22.458Z] === RUN TestTagValidPrefixedRepo [2021-04-16T11:10:22.458Z] --- PASS: TestTagValidPrefixedRepo (0.09s) [2021-04-16T11:10:22.458Z] === RUN TestTagExistedNameWithoutForce [2021-04-16T11:10:22.458Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2021-04-16T11:10:22.458Z] === RUN TestTagOfficialNames [2021-04-16T11:10:22.458Z] --- PASS: TestTagOfficialNames (0.08s) [2021-04-16T11:10:22.458Z] === RUN TestTagMatchesDigest [2021-04-16T11:10:22.458Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-04-16T11:10:22.458Z] PASS [2021-04-16T11:10:22.458Z] ok github.com/docker/docker/integration/image 1.669s [2021-04-16T11:10:22.597Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-04-16T11:10:22.910Z] [2021-04-16T11:10:22.910Z] === Skipped [2021-04-16T11:10:22.910Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.01s) [2021-04-16T11:10:22.910Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-16T11:10:22.910Z] [2021-04-16T11:10:22.910Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2021-04-16T11:10:22.910Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-04-16T11:10:22.910Z] [2021-04-16T11:10:22.910Z] [2021-04-16T11:10:22.910Z] DONE 11 tests, 2 skipped in 4.036s [2021-04-16T11:10:22.910Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2021-04-16T11:10:23.169Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2021-04-16T11:10:23.741Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-04-16T11:10:25.064Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-04-16T11:10:25.064Z] INFO: Testing against a local daemon [2021-04-16T11:10:25.064Z] === RUN TestNetworkCreateDelete [2021-04-16T11:10:25.064Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2021-04-16T11:10:25.064Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:10:25.064Z] === RUN TestDockerNetworkDeletePreferID [2021-04-16T11:10:25.064Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2021-04-16T11:10:25.064Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2021-04-16T11:10:25.064Z] === RUN TestDaemonDNSFallback [2021-04-16T11:10:25.064Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2021-04-16T11:10:25.064Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:10:25.064Z] === RUN TestInspectNetwork [2021-04-16T11:10:25.064Z] --- SKIP: TestInspectNetwork (0.00s) [2021-04-16T11:10:25.064Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-04-16T11:10:25.064Z] === RUN TestRunContainerWithBridgeNone [2021-04-16T11:10:25.064Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-04-16T11:10:25.064Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:10:25.064Z] === RUN TestNetworkInvalidJSON [2021-04-16T11:10:25.064Z] === RUN TestNetworkInvalidJSON//networks/create [2021-04-16T11:10:25.064Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-04-16T11:10:25.064Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-04-16T11:10:25.064Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-04-16T11:10:25.064Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-16T11:10:25.064Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-16T11:10:25.064Z] === CONT TestNetworkInvalidJSON//networks/create [2021-04-16T11:10:25.064Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-16T11:10:25.064Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-04-16T11:10:25.064Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-04-16T11:10:25.064Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2021-04-16T11:10:25.064Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2021-04-16T11:10:25.064Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2021-04-16T11:10:25.064Z] === RUN TestNetworkList [2021-04-16T11:10:25.064Z] === RUN TestNetworkList//networks [2021-04-16T11:10:25.064Z] === PAUSE TestNetworkList//networks [2021-04-16T11:10:25.064Z] === RUN TestNetworkList//networks/ [2021-04-16T11:10:25.064Z] === PAUSE TestNetworkList//networks/ [2021-04-16T11:10:25.064Z] === CONT TestNetworkList//networks [2021-04-16T11:10:25.064Z] === CONT TestNetworkList//networks/ [2021-04-16T11:10:25.064Z] --- PASS: TestNetworkList (0.03s) [2021-04-16T11:10:25.064Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-04-16T11:10:25.064Z] --- PASS: TestNetworkList//networks (0.00s) [2021-04-16T11:10:25.064Z] === RUN TestHostIPv4BridgeLabel [2021-04-16T11:10:25.064Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-04-16T11:10:25.064Z] network_test.go:126: testEnv.OSType == "windows" [2021-04-16T11:10:25.064Z] === RUN TestDaemonRestartWithLiveRestore [2021-04-16T11:10:25.064Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2021-04-16T11:10:25.064Z] service_test.go:29: testEnv.OSType == "windows" [2021-04-16T11:10:25.064Z] === RUN TestDaemonDefaultNetworkPools [2021-04-16T11:10:25.064Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-04-16T11:10:25.064Z] service_test.go:58: testEnv.OSType == "windows" [2021-04-16T11:10:25.064Z] === RUN TestDaemonRestartWithExistingNetwork [2021-04-16T11:10:25.064Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-04-16T11:10:25.064Z] service_test.go:102: testEnv.OSType == "windows" [2021-04-16T11:10:25.064Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-04-16T11:10:25.064Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-04-16T11:10:25.064Z] service_test.go:136: testEnv.OSType == "windows" [2021-04-16T11:10:25.064Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-04-16T11:10:25.064Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-04-16T11:10:25.064Z] service_test.go:187: testEnv.OSType == "windows" [2021-04-16T11:10:25.064Z] === RUN TestServiceWithPredefinedNetwork [2021-04-16T11:10:25.064Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-04-16T11:10:25.064Z] service_test.go:212: testEnv.OSType == "windows" [2021-04-16T11:10:25.064Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-04-16T11:10:25.064Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-04-16T11:10:25.064Z] service_test.go:242: FLAKY_TEST [2021-04-16T11:10:25.064Z] === RUN TestServiceWithDataPathPortInit [2021-04-16T11:10:25.064Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-04-16T11:10:25.064Z] service_test.go:332: testEnv.OSType == "windows" [2021-04-16T11:10:25.064Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-04-16T11:10:25.064Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-04-16T11:10:25.064Z] service_test.go:400: testEnv.OSType == "windows" [2021-04-16T11:10:25.064Z] PASS [2021-04-16T11:10:25.064Z] ok github.com/docker/docker/integration/network 0.267s [2021-04-16T11:10:25.516Z] [2021-04-16T11:10:25.516Z] === Skipped [2021-04-16T11:10:25.516Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2021-04-16T11:10:25.516Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:10:25.516Z] [2021-04-16T11:10:25.516Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2021-04-16T11:10:25.516Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2021-04-16T11:10:25.516Z] [2021-04-16T11:10:25.516Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2021-04-16T11:10:25.516Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:10:25.516Z] [2021-04-16T11:10:25.516Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2021-04-16T11:10:25.516Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-04-16T11:10:25.516Z] [2021-04-16T11:10:25.516Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2021-04-16T11:10:25.516Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:10:25.516Z] [2021-04-16T11:10:25.516Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2021-04-16T11:10:25.516Z] network_test.go:126: testEnv.OSType == "windows" [2021-04-16T11:10:25.516Z] [2021-04-16T11:10:25.516Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2021-04-16T11:10:25.516Z] service_test.go:29: testEnv.OSType == "windows" [2021-04-16T11:10:25.516Z] [2021-04-16T11:10:25.516Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2021-04-16T11:10:25.516Z] service_test.go:58: testEnv.OSType == "windows" [2021-04-16T11:10:25.516Z] [2021-04-16T11:10:25.516Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2021-04-16T11:10:25.516Z] service_test.go:102: testEnv.OSType == "windows" [2021-04-16T11:10:25.516Z] [2021-04-16T11:10:25.516Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-04-16T11:10:25.516Z] service_test.go:136: testEnv.OSType == "windows" [2021-04-16T11:10:25.516Z] [2021-04-16T11:10:25.516Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-04-16T11:10:25.516Z] service_test.go:187: testEnv.OSType == "windows" [2021-04-16T11:10:25.516Z] [2021-04-16T11:10:25.516Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2021-04-16T11:10:25.516Z] service_test.go:212: testEnv.OSType == "windows" [2021-04-16T11:10:25.516Z] [2021-04-16T11:10:25.516Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-04-16T11:10:25.516Z] service_test.go:242: FLAKY_TEST [2021-04-16T11:10:25.516Z] [2021-04-16T11:10:25.516Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2021-04-16T11:10:25.516Z] service_test.go:332: testEnv.OSType == "windows" [2021-04-16T11:10:25.516Z] [2021-04-16T11:10:25.516Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-04-16T11:10:25.516Z] service_test.go:400: testEnv.OSType == "windows" [2021-04-16T11:10:25.516Z] [2021-04-16T11:10:25.516Z] [2021-04-16T11:10:25.516Z] DONE 22 tests, 15 skipped in 2.714s [2021-04-16T11:10:25.516Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2021-04-16T11:10:26.293Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2021-04-16T11:10:26.471Z] testing: warning: no tests to run [2021-04-16T11:10:26.471Z] PASS [2021-04-16T11:10:26.471Z] ok github.com/docker/docker/integration/network/ipvlan 0.098s [2021-04-16T11:10:26.471Z] [2021-04-16T11:10:26.471Z] DONE 0 tests in 0.824s [2021-04-16T11:10:26.471Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2021-04-16T11:10:26.567Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-04-16T11:10:27.423Z] testing: warning: no tests to run [2021-04-16T11:10:27.423Z] PASS [2021-04-16T11:10:27.423Z] ok github.com/docker/docker/integration/network/macvlan 0.080s [2021-04-16T11:10:27.423Z] [2021-04-16T11:10:27.423Z] DONE 0 tests in 0.820s [2021-04-16T11:10:27.423Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2021-04-16T11:10:28.376Z] testing: warning: no tests to run [2021-04-16T11:10:28.376Z] PASS [2021-04-16T11:10:28.376Z] ok github.com/docker/docker/integration/plugin 0.102s [2021-04-16T11:10:28.376Z] [2021-04-16T11:10:28.376Z] DONE 0 tests in 0.843s [2021-04-16T11:10:28.376Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2021-04-16T11:10:28.828Z] testing: warning: no tests to run [2021-04-16T11:10:28.828Z] PASS [2021-04-16T11:10:28.828Z] ok github.com/docker/docker/integration/plugin/authz 0.079s [2021-04-16T11:10:28.828Z] [2021-04-16T11:10:28.828Z] DONE 0 tests in 0.793s [2021-04-16T11:10:28.828Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2021-04-16T11:10:29.114Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-04-16T11:10:30.502Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2021-04-16T11:10:30.502Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-04-16T11:10:33.805Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-04-16T11:10:33.805Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2021-04-16T11:10:37.109Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-04-16T11:10:37.348Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-04-16T11:10:37.348Z] INFO: Testing against a local daemon [2021-04-16T11:10:37.348Z] === RUN TestPluginInvalidJSON [2021-04-16T11:10:37.348Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-04-16T11:10:37.348Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-04-16T11:10:37.348Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-04-16T11:10:37.348Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-04-16T11:10:37.348Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-04-16T11:10:37.348Z] === RUN TestPluginInstall [2021-04-16T11:10:37.348Z] --- SKIP: TestPluginInstall (0.00s) [2021-04-16T11:10:37.348Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-04-16T11:10:37.348Z] === RUN TestPluginsWithRuntimes [2021-04-16T11:10:37.348Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-04-16T11:10:37.348Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-04-16T11:10:37.348Z] === RUN TestPluginBackCompatMediaTypes [2021-04-16T11:10:37.348Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-04-16T11:10:37.348Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-04-16T11:10:37.348Z] PASS [2021-04-16T11:10:37.348Z] ok github.com/docker/docker/integration/plugin/common 0.210s [2021-04-16T11:10:37.348Z] [2021-04-16T11:10:37.348Z] === Skipped [2021-04-16T11:10:37.348Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-04-16T11:10:37.348Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-04-16T11:10:37.348Z] [2021-04-16T11:10:37.348Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2021-04-16T11:10:37.348Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-04-16T11:10:37.348Z] [2021-04-16T11:10:37.348Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2021-04-16T11:10:37.348Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-04-16T11:10:37.348Z] [2021-04-16T11:10:37.348Z] [2021-04-16T11:10:37.348Z] DONE 5 tests, 3 skipped in 8.284s [2021-04-16T11:10:37.348Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2021-04-16T11:10:38.491Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2021-04-16T11:10:38.752Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-04-16T11:10:38.752Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-04-16T11:10:40.138Z] === RUN TestDockerSuite/TestPsRightTagName [2021-04-16T11:10:41.043Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-04-16T11:10:41.043Z] INFO: Testing against a local daemon [2021-04-16T11:10:41.043Z] === RUN TestExternalGraphDriver [2021-04-16T11:10:41.043Z] --- SKIP: TestExternalGraphDriver (0.00s) [2021-04-16T11:10:41.043Z] external_test.go:48: runtime.GOOS == "windows" [2021-04-16T11:10:41.043Z] === RUN TestGraphdriverPluginV2 [2021-04-16T11:10:41.043Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2021-04-16T11:10:41.043Z] external_test.go:408: runtime.GOOS == "windows" [2021-04-16T11:10:41.043Z] PASS [2021-04-16T11:10:41.043Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.199s [2021-04-16T11:10:41.043Z] [2021-04-16T11:10:41.043Z] === Skipped [2021-04-16T11:10:41.043Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2021-04-16T11:10:41.043Z] external_test.go:48: runtime.GOOS == "windows" [2021-04-16T11:10:41.043Z] [2021-04-16T11:10:41.043Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2021-04-16T11:10:41.043Z] external_test.go:408: runtime.GOOS == "windows" [2021-04-16T11:10:41.043Z] [2021-04-16T11:10:41.043Z] [2021-04-16T11:10:41.043Z] DONE 2 tests, 2 skipped in 3.399s [2021-04-16T11:10:41.043Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2021-04-16T11:10:41.080Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2021-04-16T11:10:42.996Z] === RUN TestDockerSuite/TestPsShowMounts [2021-04-16T11:10:43.913Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-04-16T11:10:43.913Z] INFO: Testing against a local daemon [2021-04-16T11:10:43.913Z] === RUN TestReadPluginNoRead [2021-04-16T11:10:43.913Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-04-16T11:10:43.913Z] read_test.go:21: no unix domain sockets on Windows [2021-04-16T11:10:43.913Z] PASS [2021-04-16T11:10:43.913Z] ok github.com/docker/docker/integration/plugin/logging 0.271s [2021-04-16T11:10:43.913Z] [2021-04-16T11:10:43.913Z] === Skipped [2021-04-16T11:10:43.913Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-04-16T11:10:43.913Z] read_test.go:21: no unix domain sockets on Windows [2021-04-16T11:10:43.913Z] [2021-04-16T11:10:43.913Z] [2021-04-16T11:10:43.913Z] DONE 1 tests, 1 skipped in 2.893s [2021-04-16T11:10:43.913Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2021-04-16T11:10:45.427Z] testing: warning: no tests to run [2021-04-16T11:10:45.427Z] PASS [2021-04-16T11:10:45.427Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.118s [2021-04-16T11:10:45.427Z] [2021-04-16T11:10:45.427Z] DONE 0 tests in 1.490s [2021-04-16T11:10:45.427Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2021-04-16T11:10:46.297Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-04-16T11:10:46.297Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2021-04-16T11:10:47.239Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-04-16T11:10:47.239Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-04-16T11:10:47.239Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-04-16T11:10:47.499Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-04-16T11:10:47.499Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-04-16T11:10:48.303Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-04-16T11:10:48.303Z] INFO: Testing against a local daemon [2021-04-16T11:10:48.303Z] === RUN TestPluginWithDevMounts [2021-04-16T11:10:48.303Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-04-16T11:10:48.303Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:48.303Z] PASS [2021-04-16T11:10:48.303Z] ok github.com/docker/docker/integration/plugin/volumes 0.161s [2021-04-16T11:10:48.303Z] [2021-04-16T11:10:48.303Z] === Skipped [2021-04-16T11:10:48.303Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-04-16T11:10:48.303Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:48.303Z] [2021-04-16T11:10:48.303Z] [2021-04-16T11:10:48.303Z] DONE 1 tests, 1 skipped in 2.765s [2021-04-16T11:10:48.303Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2021-04-16T11:10:48.443Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-04-16T11:10:50.451Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-04-16T11:10:50.451Z] INFO: Testing against a local daemon [2021-04-16T11:10:50.451Z] === RUN TestSecretInspect [2021-04-16T11:10:50.451Z] --- SKIP: TestSecretInspect (0.00s) [2021-04-16T11:10:50.451Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:50.451Z] === RUN TestSecretList [2021-04-16T11:10:50.451Z] --- SKIP: TestSecretList (0.00s) [2021-04-16T11:10:50.451Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:50.451Z] === RUN TestSecretsCreateAndDelete [2021-04-16T11:10:50.451Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2021-04-16T11:10:50.451Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:50.451Z] === RUN TestSecretsUpdate [2021-04-16T11:10:50.451Z] --- SKIP: TestSecretsUpdate (0.00s) [2021-04-16T11:10:50.451Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:50.451Z] === RUN TestTemplatedSecret [2021-04-16T11:10:50.451Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-04-16T11:10:50.451Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:50.451Z] === RUN TestSecretCreateResolve [2021-04-16T11:10:50.451Z] --- SKIP: TestSecretCreateResolve (0.00s) [2021-04-16T11:10:50.451Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:10:50.451Z] PASS [2021-04-16T11:10:50.451Z] ok github.com/docker/docker/integration/secret 0.177s [2021-04-16T11:10:50.451Z] [2021-04-16T11:10:50.451Z] === Skipped [2021-04-16T11:10:50.451Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2021-04-16T11:10:50.451Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:50.451Z] [2021-04-16T11:10:50.451Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2021-04-16T11:10:50.451Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:50.451Z] [2021-04-16T11:10:50.451Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2021-04-16T11:10:50.451Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:50.451Z] [2021-04-16T11:10:50.451Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2021-04-16T11:10:50.451Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:50.451Z] [2021-04-16T11:10:50.451Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2021-04-16T11:10:50.451Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:50.451Z] [2021-04-16T11:10:50.451Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2021-04-16T11:10:50.451Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:10:50.451Z] [2021-04-16T11:10:50.451Z] [2021-04-16T11:10:50.451Z] DONE 6 tests, 6 skipped in 2.393s [2021-04-16T11:10:50.451Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2021-04-16T11:10:50.618Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-04-16T11:10:52.022Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-04-16T11:10:52.966Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-04-16T11:10:53.345Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-04-16T11:10:53.345Z] INFO: Testing against a local daemon [2021-04-16T11:10:53.345Z] === RUN TestServiceCreateInit [2021-04-16T11:10:53.345Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-04-16T11:10:53.345Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-04-16T11:10:53.345Z] --- PASS: TestServiceCreateInit (0.04s) [2021-04-16T11:10:53.345Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-04-16T11:10:53.345Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:53.345Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-04-16T11:10:53.345Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:53.345Z] === RUN TestCreateServiceMultipleTimes [2021-04-16T11:10:53.345Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2021-04-16T11:10:53.345Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:53.345Z] === RUN TestCreateServiceConflict [2021-04-16T11:10:53.345Z] --- SKIP: TestCreateServiceConflict (0.00s) [2021-04-16T11:10:53.345Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:53.345Z] === RUN TestCreateServiceMaxReplicas [2021-04-16T11:10:53.345Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2021-04-16T11:10:53.345Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:53.345Z] === RUN TestCreateWithDuplicateNetworkNames [2021-04-16T11:10:53.345Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2021-04-16T11:10:53.345Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:53.345Z] === RUN TestCreateServiceSecretFileMode [2021-04-16T11:10:53.345Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2021-04-16T11:10:53.345Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:53.345Z] === RUN TestCreateServiceConfigFileMode [2021-04-16T11:10:53.345Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2021-04-16T11:10:53.345Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:53.345Z] === RUN TestCreateServiceSysctls [2021-04-16T11:10:53.345Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2021-04-16T11:10:53.345Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:53.345Z] === RUN TestCreateServiceCapabilities [2021-04-16T11:10:53.345Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2021-04-16T11:10:53.345Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:53.345Z] === RUN TestInspect [2021-04-16T11:10:53.345Z] --- SKIP: TestInspect (0.00s) [2021-04-16T11:10:53.345Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:53.345Z] === RUN TestCreateJob [2021-04-16T11:10:53.345Z] --- SKIP: TestCreateJob (0.00s) [2021-04-16T11:10:53.345Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:53.345Z] === RUN TestReplicatedJob [2021-04-16T11:10:53.345Z] --- SKIP: TestReplicatedJob (0.00s) [2021-04-16T11:10:53.345Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:53.345Z] === RUN TestUpdateReplicatedJob [2021-04-16T11:10:53.345Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2021-04-16T11:10:53.345Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:53.345Z] === RUN TestServiceListWithStatuses [2021-04-16T11:10:53.345Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-04-16T11:10:53.345Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:53.345Z] === RUN TestDockerNetworkConnectAlias [2021-04-16T11:10:53.345Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2021-04-16T11:10:53.345Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:53.345Z] === RUN TestDockerNetworkReConnect [2021-04-16T11:10:53.345Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2021-04-16T11:10:53.345Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:53.345Z] === RUN TestServicePlugin [2021-04-16T11:10:53.345Z] --- SKIP: TestServicePlugin (0.00s) [2021-04-16T11:10:53.345Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:53.345Z] === RUN TestServiceUpdateLabel [2021-04-16T11:10:53.345Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2021-04-16T11:10:53.345Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:10:53.345Z] === RUN TestServiceUpdateSecrets [2021-04-16T11:10:53.345Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2021-04-16T11:10:53.345Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:10:53.345Z] === RUN TestServiceUpdateConfigs [2021-04-16T11:10:53.345Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2021-04-16T11:10:53.345Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:10:53.345Z] === RUN TestServiceUpdateNetwork [2021-04-16T11:10:53.345Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2021-04-16T11:10:53.345Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:10:53.345Z] === RUN TestServiceUpdatePidsLimit [2021-04-16T11:10:53.345Z] --- SKIP: TestServiceUpdatePidsLimit (0.01s) [2021-04-16T11:10:53.345Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:10:53.345Z] PASS [2021-04-16T11:10:53.345Z] ok github.com/docker/docker/integration/service 0.296s [2021-04-16T11:10:53.797Z] [2021-04-16T11:10:53.797Z] === Skipped [2021-04-16T11:10:53.797Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-04-16T11:10:53.797Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-04-16T11:10:53.797Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:53.797Z] [2021-04-16T11:10:53.797Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-04-16T11:10:53.797Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-04-16T11:10:53.797Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:53.797Z] [2021-04-16T11:10:53.797Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2021-04-16T11:10:53.797Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:53.797Z] [2021-04-16T11:10:53.797Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2021-04-16T11:10:53.797Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:53.797Z] [2021-04-16T11:10:53.797Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2021-04-16T11:10:53.797Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:53.797Z] [2021-04-16T11:10:53.797Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2021-04-16T11:10:53.797Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:53.797Z] [2021-04-16T11:10:53.797Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2021-04-16T11:10:53.797Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:53.797Z] [2021-04-16T11:10:53.797Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2021-04-16T11:10:53.797Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:53.797Z] [2021-04-16T11:10:53.797Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2021-04-16T11:10:53.797Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:53.797Z] [2021-04-16T11:10:53.797Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2021-04-16T11:10:53.797Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:53.797Z] [2021-04-16T11:10:53.797Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2021-04-16T11:10:53.797Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:53.797Z] [2021-04-16T11:10:53.797Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2021-04-16T11:10:53.797Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:53.797Z] [2021-04-16T11:10:53.797Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2021-04-16T11:10:53.797Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:53.797Z] [2021-04-16T11:10:53.797Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2021-04-16T11:10:53.797Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:53.797Z] [2021-04-16T11:10:53.797Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2021-04-16T11:10:53.797Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:53.797Z] [2021-04-16T11:10:53.797Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2021-04-16T11:10:53.797Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:53.797Z] [2021-04-16T11:10:53.797Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2021-04-16T11:10:53.797Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:53.797Z] [2021-04-16T11:10:53.797Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2021-04-16T11:10:53.797Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:53.797Z] [2021-04-16T11:10:53.797Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2021-04-16T11:10:53.797Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:10:53.797Z] [2021-04-16T11:10:53.797Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2021-04-16T11:10:53.797Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:10:53.797Z] [2021-04-16T11:10:53.797Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2021-04-16T11:10:53.797Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:10:53.797Z] [2021-04-16T11:10:53.797Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2021-04-16T11:10:53.797Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:10:53.797Z] [2021-04-16T11:10:53.797Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.01s) [2021-04-16T11:10:53.797Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:10:53.797Z] [2021-04-16T11:10:53.797Z] [2021-04-16T11:10:53.797Z] DONE 24 tests, 23 skipped in 3.229s [2021-04-16T11:10:53.797Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2021-04-16T11:10:54.351Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2021-04-16T11:10:55.949Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-04-16T11:10:55.949Z] INFO: Testing against a local daemon [2021-04-16T11:10:55.949Z] === RUN TestSessionCreate [2021-04-16T11:10:55.949Z] --- SKIP: TestSessionCreate (0.00s) [2021-04-16T11:10:55.949Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-04-16T11:10:55.949Z] === RUN TestSessionCreateWithBadUpgrade [2021-04-16T11:10:55.949Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2021-04-16T11:10:55.949Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-04-16T11:10:55.949Z] PASS [2021-04-16T11:10:55.949Z] ok github.com/docker/docker/integration/session 0.244s [2021-04-16T11:10:56.401Z] [2021-04-16T11:10:56.401Z] === Skipped [2021-04-16T11:10:56.401Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2021-04-16T11:10:56.401Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-04-16T11:10:56.401Z] [2021-04-16T11:10:56.401Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2021-04-16T11:10:56.401Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-04-16T11:10:56.401Z] [2021-04-16T11:10:56.401Z] [2021-04-16T11:10:56.401Z] DONE 2 tests, 2 skipped in 2.507s [2021-04-16T11:10:56.401Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2021-04-16T11:10:58.559Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-04-16T11:10:58.559Z] INFO: Testing against a local daemon [2021-04-16T11:10:58.559Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-04-16T11:10:58.559Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-04-16T11:10:58.559Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:10:58.559Z] === RUN TestEventsExecDie [2021-04-16T11:10:58.559Z] --- SKIP: TestEventsExecDie (0.00s) [2021-04-16T11:10:58.559Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-04-16T11:10:58.559Z] === RUN TestEventsBackwardsCompatible [2021-04-16T11:10:58.559Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2021-04-16T11:10:58.559Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-04-16T11:10:58.559Z] === RUN TestInfoAPI [2021-04-16T11:10:58.559Z] --- PASS: TestInfoAPI (0.03s) [2021-04-16T11:10:58.559Z] === RUN TestInfoAPIWarnings [2021-04-16T11:10:58.559Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2021-04-16T11:10:58.559Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-16T11:10:58.559Z] === RUN TestInfoDebug [2021-04-16T11:10:58.559Z] --- SKIP: TestInfoDebug (0.00s) [2021-04-16T11:10:58.559Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-04-16T11:10:58.559Z] === RUN TestInfoInsecureRegistries [2021-04-16T11:10:58.559Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2021-04-16T11:10:58.559Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-04-16T11:10:58.559Z] === RUN TestInfoRegistryMirrors [2021-04-16T11:10:58.559Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2021-04-16T11:10:58.559Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-04-16T11:10:58.559Z] === RUN TestLoginFailsWithBadCredentials [2021-04-16T11:11:00.076Z] --- PASS: TestLoginFailsWithBadCredentials (1.14s) [2021-04-16T11:11:00.076Z] === RUN TestPingCacheHeaders [2021-04-16T11:11:00.076Z] --- PASS: TestPingCacheHeaders (0.04s) [2021-04-16T11:11:00.076Z] === RUN TestPingGet [2021-04-16T11:11:00.076Z] --- PASS: TestPingGet (0.03s) [2021-04-16T11:11:00.076Z] === RUN TestPingHead [2021-04-16T11:11:00.076Z] --- PASS: TestPingHead (0.03s) [2021-04-16T11:11:00.076Z] === RUN TestVersion [2021-04-16T11:11:00.076Z] --- PASS: TestVersion (0.03s) [2021-04-16T11:11:00.076Z] PASS [2021-04-16T11:11:00.076Z] ok github.com/docker/docker/integration/system 1.433s [2021-04-16T11:11:00.076Z] [2021-04-16T11:11:00.076Z] === Skipped [2021-04-16T11:11:00.076Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-04-16T11:11:00.076Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:11:00.076Z] [2021-04-16T11:11:00.076Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2021-04-16T11:11:00.076Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-04-16T11:11:00.076Z] [2021-04-16T11:11:00.076Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2021-04-16T11:11:00.076Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-04-16T11:11:00.076Z] [2021-04-16T11:11:00.076Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2021-04-16T11:11:00.076Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-16T11:11:00.076Z] [2021-04-16T11:11:00.076Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2021-04-16T11:11:00.076Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-04-16T11:11:00.076Z] [2021-04-16T11:11:00.076Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2021-04-16T11:11:00.076Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-04-16T11:11:00.076Z] [2021-04-16T11:11:00.076Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2021-04-16T11:11:00.076Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-04-16T11:11:00.076Z] [2021-04-16T11:11:00.076Z] [2021-04-16T11:11:00.076Z] DONE 13 tests, 7 skipped in 3.511s [2021-04-16T11:11:00.076Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2021-04-16T11:11:02.232Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-04-16T11:11:02.232Z] INFO: Testing against a local daemon [2021-04-16T11:11:02.232Z] === RUN TestVolumesCreateAndList [2021-04-16T11:11:02.232Z] --- PASS: TestVolumesCreateAndList (0.04s) [2021-04-16T11:11:02.232Z] === RUN TestVolumesRemove [2021-04-16T11:11:02.493Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2021-04-16T11:11:02.684Z] --- PASS: TestVolumesRemove (0.15s) [2021-04-16T11:11:02.684Z] === RUN TestVolumesInspect [2021-04-16T11:11:02.684Z] --- PASS: TestVolumesInspect (0.04s) [2021-04-16T11:11:02.684Z] === RUN TestVolumesInvalidJSON [2021-04-16T11:11:02.684Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-04-16T11:11:02.684Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-04-16T11:11:02.684Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-04-16T11:11:02.684Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-04-16T11:11:02.684Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-04-16T11:11:02.684Z] PASS [2021-04-16T11:11:02.684Z] ok github.com/docker/docker/integration/volume 0.395s [2021-04-16T11:11:02.684Z] [2021-04-16T11:11:02.684Z] DONE 5 tests in 2.698s [2021-04-16T11:11:02.684Z] INFO: make.ps1 ended at 04/16/2021 11:11:02 [2021-04-16T11:11:02.684Z] INFO: Integration CLI tests being run from the host: [2021-04-16T11:11:02.684Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-tags" "autogen" "-test.timeout" "200m" [2021-04-16T11:11:05.039Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-04-16T11:11:06.422Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-04-16T11:11:08.334Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-04-16T11:11:08.334Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-04-16T11:11:08.334Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-04-16T11:11:08.594Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-04-16T11:11:11.137Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-04-16T11:11:12.520Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-04-16T11:11:12.947Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-04-16T11:11:12.947Z] INFO: Testing against a local daemon [2021-04-16T11:11:12.947Z] === RUN TestDockerSuite [2021-04-16T11:11:12.947Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-04-16T11:11:12.947Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-04-16T11:11:12.947Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-04-16T11:11:12.947Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-04-16T11:11:12.947Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-04-16T11:11:12.947Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-04-16T11:11:12.947Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-04-16T11:11:12.947Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-04-16T11:11:12.947Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-04-16T11:11:12.947Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-04-16T11:11:13.399Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-04-16T11:11:13.399Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-04-16T11:11:16.725Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2021-04-16T11:11:17.667Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-04-16T11:11:19.581Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2021-04-16T11:11:19.843Z] === RUN TestDockerSuite/TestRmiBlank [2021-04-16T11:11:19.843Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-04-16T11:11:19.843Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-04-16T11:11:24.079Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2021-04-16T11:11:24.339Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-04-16T11:11:25.282Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-04-16T11:11:25.853Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-04-16T11:11:27.767Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2021-04-16T11:11:28.027Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-04-16T11:11:29.414Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-04-16T11:11:31.330Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-04-16T11:11:32.272Z] === RUN TestDockerSuite/TestRmiTag [2021-04-16T11:11:32.533Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-04-16T11:11:33.477Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-04-16T11:11:33.477Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2021-04-16T11:11:37.683Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2021-04-16T11:11:38.625Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-04-16T11:11:39.568Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-04-16T11:11:40.511Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-04-16T11:11:41.080Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-04-16T11:11:42.469Z] === RUN TestDockerSuite/TestRunAddHost [2021-04-16T11:11:43.040Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-04-16T11:11:43.611Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-04-16T11:11:44.183Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-04-16T11:11:44.183Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-04-16T11:11:45.125Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-04-16T11:11:47.047Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-04-16T11:11:47.619Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-04-16T11:11:48.562Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-04-16T11:11:49.946Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2021-04-16T11:11:50.887Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-04-16T11:11:51.148Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2021-04-16T11:11:53.063Z] === RUN TestDockerSuite/TestRunAttachDetach [2021-04-16T11:11:54.004Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2021-04-16T11:11:54.946Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2021-04-16T11:11:55.887Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2021-04-16T11:11:56.830Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2021-04-16T11:11:57.400Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-04-16T11:11:58.785Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2021-04-16T11:11:59.726Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-04-16T11:12:00.297Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-04-16T11:12:00.868Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-04-16T11:12:01.811Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-04-16T11:12:01.811Z] === RUN TestDockerSuite/TestRunBindMounts [2021-04-16T11:12:03.725Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-04-16T11:12:04.297Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2021-04-16T11:12:04.869Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-04-16T11:12:05.813Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-04-16T11:12:07.198Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-04-16T11:12:08.158Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-04-16T11:12:08.158Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-04-16T11:12:08.728Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-04-16T11:12:09.299Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-04-16T11:12:10.240Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-04-16T11:12:10.812Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-04-16T11:12:11.383Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-04-16T11:12:11.643Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-04-16T11:12:12.216Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-04-16T11:12:12.216Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-04-16T11:12:13.600Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-04-16T11:12:14.171Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-04-16T11:12:14.744Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-04-16T11:12:15.686Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-04-16T11:12:15.686Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-04-16T11:12:16.257Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-04-16T11:12:17.643Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-04-16T11:12:18.214Z] === RUN TestDockerSwarmSuite/TestServiceScale [2021-04-16T11:12:19.599Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-04-16T11:12:20.983Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-04-16T11:12:21.244Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2021-04-16T11:12:21.816Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-04-16T11:12:22.758Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-04-16T11:12:23.703Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-04-16T11:12:24.274Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-04-16T11:12:25.215Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-04-16T11:12:25.325Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-04-16T11:12:25.325Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-04-16T11:12:25.325Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-04-16T11:12:25.325Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-04-16T11:12:25.325Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-04-16T11:12:25.325Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-04-16T11:12:25.325Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-04-16T11:12:25.325Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-04-16T11:12:25.325Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-04-16T11:12:25.325Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-04-16T11:12:25.325Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-04-16T11:12:25.325Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-04-16T11:12:25.325Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-04-16T11:12:25.325Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-04-16T11:12:25.325Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-04-16T11:12:25.777Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-04-16T11:12:26.601Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-04-16T11:12:28.646Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-04-16T11:12:28.646Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-04-16T11:12:28.646Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-04-16T11:12:28.646Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-04-16T11:12:28.646Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-04-16T11:12:30.829Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-04-16T11:12:30.829Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-04-16T11:12:31.527Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-04-16T11:12:31.527Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-04-16T11:12:31.527Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-04-16T11:12:31.771Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-04-16T11:12:33.683Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-04-16T11:12:35.594Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-04-16T11:12:38.895Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-04-16T11:12:39.836Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2021-04-16T11:12:41.751Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-04-16T11:12:41.751Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-04-16T11:12:41.751Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-04-16T11:12:42.324Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2021-04-16T11:12:42.324Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-04-16T11:12:43.814Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-04-16T11:12:45.626Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-04-16T11:12:45.626Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2021-04-16T11:12:47.013Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-04-16T11:12:49.559Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-04-16T11:12:50.501Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-04-16T11:12:52.413Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-04-16T11:12:52.984Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2021-04-16T11:12:52.984Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-04-16T11:12:53.558Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2021-04-16T11:12:54.953Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-04-16T11:12:55.214Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-04-16T11:12:55.785Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-04-16T11:12:56.730Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-04-16T11:12:57.301Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2021-04-16T11:12:58.243Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-04-16T11:12:58.243Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-04-16T11:12:58.814Z] === RUN TestDockerSuite/TestRunEnvironment [2021-04-16T11:12:59.387Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-04-16T11:13:00.329Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-04-16T11:13:00.900Z] === RUN TestDockerSuite/TestRunExitCode [2021-04-16T11:13:01.474Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-04-16T11:13:02.416Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-04-16T11:13:02.987Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-04-16T11:13:03.559Z] === RUN TestDockerSuite/TestRunExposePort [2021-04-16T11:13:03.559Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-04-16T11:13:04.500Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-04-16T11:13:05.072Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-04-16T11:13:06.457Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-04-16T11:13:07.029Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-04-16T11:13:07.029Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-04-16T11:13:09.575Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2021-04-16T11:13:10.148Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-04-16T11:13:11.092Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-04-16T11:13:19.226Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2021-04-16T11:13:20.611Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2021-04-16T11:13:23.156Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2021-04-16T11:13:23.727Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-04-16T11:13:25.112Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2021-04-16T11:13:25.112Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2021-04-16T11:13:25.113Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-04-16T11:13:25.113Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-04-16T11:13:26.055Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-04-16T11:13:29.445Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-04-16T11:13:30.830Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-04-16T11:13:32.215Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-04-16T11:13:37.499Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2021-04-16T11:13:38.070Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-04-16T11:13:39.012Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-04-16T11:13:39.584Z] === RUN TestDockerSuite/TestRunModeHostname [2021-04-16T11:13:40.968Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-04-16T11:13:40.968Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-04-16T11:13:41.229Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-04-16T11:13:42.614Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-04-16T11:13:43.998Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-04-16T11:13:45.383Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-04-16T11:13:45.383Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-04-16T11:13:45.644Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-04-16T11:13:47.031Z] === RUN TestDockerSuite/TestRunMount [2021-04-16T11:13:55.174Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-04-16T11:13:55.744Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2021-04-16T11:13:55.744Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-04-16T11:13:56.688Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-04-16T11:13:58.606Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-04-16T11:14:01.151Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-04-16T11:14:03.697Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2021-04-16T11:14:04.269Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-04-16T11:14:07.597Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-04-16T11:14:09.688Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-04-16T11:14:09.688Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-04-16T11:14:09.688Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-04-16T11:14:09.688Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-04-16T11:14:09.688Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-04-16T11:14:09.688Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-04-16T11:14:09.688Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-04-16T11:14:09.688Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-04-16T11:14:09.688Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-04-16T11:14:09.688Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-04-16T11:14:10.142Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-04-16T11:14:10.640Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-04-16T11:14:11.084Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-04-16T11:14:12.998Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-04-16T11:14:12.998Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-04-16T11:14:13.569Z] === RUN TestDockerSuite/TestRunNetHost [2021-04-16T11:14:14.326Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-04-16T11:14:14.954Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-04-16T11:14:15.526Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-04-16T11:14:15.839Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-04-16T11:14:15.839Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-04-16T11:14:15.839Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-04-16T11:14:15.839Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-04-16T11:14:16.469Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-04-16T11:14:18.384Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-04-16T11:14:19.526Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-04-16T11:14:20.931Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-04-16T11:14:25.137Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-04-16T11:14:25.708Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-04-16T11:14:25.708Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2021-04-16T11:14:26.279Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-04-16T11:14:26.540Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-04-16T11:14:27.135Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-04-16T11:14:28.077Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-04-16T11:14:28.077Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-04-16T11:14:28.648Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-04-16T11:14:31.823Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-04-16T11:14:35.228Z] === RUN TestDockerSuite/TestRunOOMExitCode [2021-04-16T11:14:35.228Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-04-16T11:14:35.228Z] === RUN TestDockerSuite/TestRunPIDsLimit [2021-04-16T11:14:36.170Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-04-16T11:14:37.555Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-04-16T11:14:38.006Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-04-16T11:14:38.006Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-04-16T11:14:38.082Z] === RUN TestDockerSuite/TestRunPortInUse [2021-04-16T11:14:39.024Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2021-04-16T11:14:39.285Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-04-16T11:14:39.856Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-04-16T11:14:40.426Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-04-16T11:14:41.001Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-04-16T11:14:41.573Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-04-16T11:14:41.573Z] === RUN TestDockerSuite/TestRunPublishPort [2021-04-16T11:14:41.694Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-04-16T11:14:42.144Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-04-16T11:14:42.715Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-04-16T11:14:42.716Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-04-16T11:14:43.207Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-04-16T11:14:43.287Z] === RUN TestDockerSuite/TestRunRedirectStdout [2021-04-16T11:14:44.670Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-04-16T11:14:44.670Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-04-16T11:14:47.971Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-04-16T11:14:48.943Z] === RUN TestDockerSuite/TestBuildAddScript [2021-04-16T11:14:48.943Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-04-16T11:14:48.943Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-04-16T11:14:48.943Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-04-16T11:14:48.943Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-04-16T11:14:48.943Z] === RUN TestDockerSuite/TestBuildAddTar [2021-04-16T11:14:49.356Z] === RUN TestDockerSuite/TestRunRm [2021-04-16T11:14:50.299Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-04-16T11:14:54.503Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-04-16T11:14:54.503Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-04-16T11:14:55.451Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2021-04-16T11:14:56.835Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2021-04-16T11:14:57.408Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2021-04-16T11:15:01.611Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2021-04-16T11:15:05.817Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2021-04-16T11:15:05.817Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2021-04-16T11:15:06.078Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2021-04-16T11:15:07.018Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2021-04-16T11:15:07.590Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2021-04-16T11:15:07.851Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2021-04-16T11:15:08.422Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2021-04-16T11:15:08.994Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-04-16T11:15:09.935Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-04-16T11:15:10.506Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-04-16T11:15:13.804Z] === RUN TestDockerSuite/TestRunState [2021-04-16T11:15:14.751Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-04-16T11:15:15.694Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-04-16T11:15:16.266Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-04-16T11:15:16.528Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2021-04-16T11:15:16.528Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-04-16T11:15:17.100Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-04-16T11:15:17.670Z] === RUN TestDockerSuite/TestRunSysctls [2021-04-16T11:15:19.054Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-04-16T11:15:19.054Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-04-16T11:15:19.054Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-04-16T11:15:19.997Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2021-04-16T11:15:22.542Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2021-04-16T11:15:23.114Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2021-04-16T11:15:25.033Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2021-04-16T11:15:29.237Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-04-16T11:15:31.362Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-04-16T11:15:31.362Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-04-16T11:15:31.362Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-04-16T11:15:31.778Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-04-16T11:15:32.722Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-04-16T11:15:33.296Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-04-16T11:15:33.868Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-04-16T11:15:35.783Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-04-16T11:15:36.726Z] === RUN TestDockerSuite/TestRunUserByID [2021-04-16T11:15:37.679Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-04-16T11:15:37.679Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-04-16T11:15:37.679Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-04-16T11:15:38.627Z] === RUN TestDockerSuite/TestRunUserByName [2021-04-16T11:15:39.200Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-04-16T11:15:40.142Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2021-04-16T11:15:40.142Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-04-16T11:15:40.142Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-04-16T11:15:40.714Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-04-16T11:15:40.901Z] --- PASS: TestBuildWCOWSandboxSize (911.89s) [2021-04-16T11:15:40.901Z] === RUN TestBuildWithEmptyDockerfile [2021-04-16T11:15:40.901Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-16T11:15:40.901Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-16T11:15:40.901Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-16T11:15:40.901Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-16T11:15:40.901Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-16T11:15:40.901Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-16T11:15:40.901Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-16T11:15:40.901Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-16T11:15:40.901Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-16T11:15:40.901Z] --- PASS: TestBuildWithEmptyDockerfile (0.65s) [2021-04-16T11:15:40.901Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s) [2021-04-16T11:15:40.901Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2021-04-16T11:15:40.901Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2021-04-16T11:15:40.901Z] === RUN TestBuildPreserveOwnership [2021-04-16T11:15:40.901Z] --- SKIP: TestBuildPreserveOwnership (0.01s) [2021-04-16T11:15:40.901Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-16T11:15:40.901Z] === RUN TestBuildPlatformInvalid [2021-04-16T11:15:40.901Z] --- PASS: TestBuildPlatformInvalid (0.63s) [2021-04-16T11:15:40.901Z] PASS [2021-04-16T11:15:40.901Z] ok github.com/docker/docker/integration/build 1117.834s [2021-04-16T11:15:40.901Z] [2021-04-16T11:15:40.901Z] === Skipped [2021-04-16T11:15:40.901Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2021-04-16T11:15:40.901Z] build_session_test.go:25: TODO: BuildKit [2021-04-16T11:15:40.901Z] [2021-04-16T11:15:40.901Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2021-04-16T11:15:40.901Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:15:40.901Z] [2021-04-16T11:15:40.901Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2021-04-16T11:15:40.901Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-16T11:15:40.901Z] [2021-04-16T11:15:40.901Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.01s) [2021-04-16T11:15:40.901Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-16T11:15:40.901Z] [2021-04-16T11:15:40.901Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.01s) [2021-04-16T11:15:40.901Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-16T11:15:40.901Z] [2021-04-16T11:15:40.901Z] [2021-04-16T11:15:40.901Z] DONE 29 tests, 5 skipped in 1142.984s [2021-04-16T11:15:40.901Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2021-04-16T11:15:40.901Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-04-16T11:15:40.901Z] INFO: Testing against a local daemon [2021-04-16T11:15:40.901Z] === RUN TestConfigInspect [2021-04-16T11:15:40.901Z] --- SKIP: TestConfigInspect (0.00s) [2021-04-16T11:15:40.901Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:15:40.901Z] === RUN TestConfigList [2021-04-16T11:15:40.901Z] --- SKIP: TestConfigList (0.00s) [2021-04-16T11:15:40.901Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:15:40.901Z] === RUN TestConfigsCreateAndDelete [2021-04-16T11:15:40.901Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2021-04-16T11:15:40.901Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:15:40.901Z] === RUN TestConfigsUpdate [2021-04-16T11:15:40.901Z] --- SKIP: TestConfigsUpdate (0.00s) [2021-04-16T11:15:40.901Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:15:40.901Z] === RUN TestTemplatedConfig [2021-04-16T11:15:40.901Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-04-16T11:15:40.901Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:15:40.901Z] === RUN TestConfigCreateResolve [2021-04-16T11:15:40.901Z] --- SKIP: TestConfigCreateResolve (0.00s) [2021-04-16T11:15:40.901Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:15:40.901Z] === RUN TestConfigDaemonLibtrustID [2021-04-16T11:15:40.901Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2021-04-16T11:15:40.901Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:15:40.901Z] PASS [2021-04-16T11:15:40.901Z] ok github.com/docker/docker/integration/config 0.229s [2021-04-16T11:15:40.901Z] [2021-04-16T11:15:40.901Z] === Skipped [2021-04-16T11:15:40.901Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2021-04-16T11:15:40.901Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:15:40.901Z] [2021-04-16T11:15:40.901Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2021-04-16T11:15:40.901Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:15:40.901Z] [2021-04-16T11:15:40.901Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2021-04-16T11:15:40.901Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:15:40.901Z] [2021-04-16T11:15:40.901Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2021-04-16T11:15:40.901Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:15:40.901Z] [2021-04-16T11:15:40.901Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2021-04-16T11:15:40.901Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:15:40.901Z] [2021-04-16T11:15:40.901Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2021-04-16T11:15:40.901Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:15:40.901Z] [2021-04-16T11:15:40.901Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2021-04-16T11:15:40.901Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:15:40.901Z] [2021-04-16T11:15:40.901Z] [2021-04-16T11:15:40.901Z] DONE 7 tests, 7 skipped in 3.740s [2021-04-16T11:15:40.901Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2021-04-16T11:15:43.058Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-04-16T11:15:43.058Z] INFO: Testing against a local daemon [2021-04-16T11:15:43.058Z] === RUN TestCheckpoint [2021-04-16T11:15:43.058Z] --- SKIP: TestCheckpoint (0.00s) [2021-04-16T11:15:43.058Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-04-16T11:15:43.058Z] === RUN TestContainerInvalidJSON [2021-04-16T11:15:43.058Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-04-16T11:15:43.058Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-04-16T11:15:43.058Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-04-16T11:15:43.058Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-04-16T11:15:43.058Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-04-16T11:15:43.058Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-04-16T11:15:43.058Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-04-16T11:15:43.058Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-04-16T11:15:43.058Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-04-16T11:15:43.058Z] --- PASS: TestContainerInvalidJSON (0.60s) [2021-04-16T11:15:43.058Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-04-16T11:15:43.058Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-04-16T11:15:43.058Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2021-04-16T11:15:43.058Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-04-16T11:15:43.511Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.27s) [2021-04-16T11:15:43.511Z] === RUN TestCopyFromContainerPathIsNotDir [2021-04-16T11:15:43.511Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.03s) [2021-04-16T11:15:43.511Z] copy_test.go:38: testEnv.OSType == "windows" [2021-04-16T11:15:43.511Z] === RUN TestCopyToContainerPathDoesNotExist [2021-04-16T11:15:43.963Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.24s) [2021-04-16T11:15:43.963Z] === RUN TestCopyToContainerPathIsNotDir [2021-04-16T11:15:43.963Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.04s) [2021-04-16T11:15:43.963Z] copy_test.go:63: testEnv.OSType == "windows" [2021-04-16T11:15:43.963Z] === RUN TestCopyFromContainer [2021-04-16T11:15:43.963Z] --- SKIP: TestCopyFromContainer (0.00s) [2021-04-16T11:15:43.963Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:15:43.963Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-04-16T11:15:43.963Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-16T11:15:43.963Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-16T11:15:43.963Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-16T11:15:43.963Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-16T11:15:43.963Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-16T11:15:43.963Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-16T11:15:43.963Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-16T11:15:43.963Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-16T11:15:43.964Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-16T11:15:43.964Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2021-04-16T11:15:43.964Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-04-16T11:15:43.964Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-04-16T11:15:43.964Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2021-04-16T11:15:43.964Z] === RUN TestCreateLinkToNonExistingContainer [2021-04-16T11:15:43.964Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2021-04-16T11:15:43.964Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-04-16T11:15:43.964Z] === RUN TestCreateWithInvalidEnv [2021-04-16T11:15:43.964Z] === RUN TestCreateWithInvalidEnv/0 [2021-04-16T11:15:43.964Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-04-16T11:15:43.964Z] === RUN TestCreateWithInvalidEnv/1 [2021-04-16T11:15:43.964Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-04-16T11:15:43.964Z] === RUN TestCreateWithInvalidEnv/2 [2021-04-16T11:15:43.964Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-04-16T11:15:43.964Z] === CONT TestCreateWithInvalidEnv/0 [2021-04-16T11:15:43.964Z] === CONT TestCreateWithInvalidEnv/2 [2021-04-16T11:15:43.964Z] === CONT TestCreateWithInvalidEnv/1 [2021-04-16T11:15:43.964Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2021-04-16T11:15:43.964Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-04-16T11:15:43.964Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-04-16T11:15:43.964Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2021-04-16T11:15:43.964Z] === RUN TestCreateTmpfsMountsTarget [2021-04-16T11:15:43.964Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2021-04-16T11:15:43.964Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:15:43.964Z] === RUN TestCreateWithCustomMaskedPaths [2021-04-16T11:15:43.964Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2021-04-16T11:15:43.964Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:15:43.964Z] === RUN TestCreateWithCustomReadonlyPaths [2021-04-16T11:15:43.964Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2021-04-16T11:15:43.964Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:15:43.964Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-04-16T11:15:43.964Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-16T11:15:43.964Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-16T11:15:43.964Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-16T11:15:43.964Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-16T11:15:43.964Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-16T11:15:43.964Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-16T11:15:43.964Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-16T11:15:43.964Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-16T11:15:43.964Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-16T11:15:43.964Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-16T11:15:43.964Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-16T11:15:43.964Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-16T11:15:43.964Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-16T11:15:43.964Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-16T11:15:43.964Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-16T11:15:43.964Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2021-04-16T11:15:43.964Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-04-16T11:15:43.964Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-04-16T11:15:43.964Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-04-16T11:15:43.964Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-04-16T11:15:43.964Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-04-16T11:15:43.964Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-04-16T11:15:43.964Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-04-16T11:15:43.964Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-04-16T11:15:43.964Z] === RUN TestCreateDifferentPlatform [2021-04-16T11:15:43.964Z] === RUN TestCreateDifferentPlatform/different_os [2021-04-16T11:15:43.964Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-04-16T11:15:43.964Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2021-04-16T11:15:43.964Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2021-04-16T11:15:43.964Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-04-16T11:15:43.964Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-04-16T11:15:43.964Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.09s) [2021-04-16T11:15:43.964Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-04-16T11:15:43.964Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-04-16T11:15:43.964Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-04-16T11:15:43.964Z] === RUN TestContainerKillOnDaemonStart [2021-04-16T11:15:43.964Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-04-16T11:15:43.964Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:15:43.964Z] === RUN TestDiff [2021-04-16T11:15:43.964Z] --- SKIP: TestDiff (0.00s) [2021-04-16T11:15:43.964Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-04-16T11:15:43.964Z] === RUN TestExecWithCloseStdin [2021-04-16T11:15:44.919Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-04-16T11:15:45.489Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-04-16T11:15:46.432Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-04-16T11:15:47.373Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2021-04-16T11:15:47.667Z] --- PASS: TestExecWithCloseStdin (3.31s) [2021-04-16T11:15:47.667Z] === RUN TestExec [2021-04-16T11:15:48.758Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-04-16T11:15:48.938Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-04-16T11:15:48.938Z] === RUN TestDockerSuite/TestBuildBlankName [2021-04-16T11:15:48.938Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-04-16T11:15:49.824Z] --- PASS: TestExec (2.32s) [2021-04-16T11:15:49.824Z] === RUN TestExecUser [2021-04-16T11:15:49.824Z] --- SKIP: TestExecUser (0.00s) [2021-04-16T11:15:49.824Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-04-16T11:15:49.824Z] === RUN TestExportContainerAndImportImage [2021-04-16T11:15:49.824Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2021-04-16T11:15:49.824Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:15:49.824Z] === RUN TestExportContainerAfterDaemonRestart [2021-04-16T11:15:49.824Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2021-04-16T11:15:49.824Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:15:49.824Z] === RUN TestHealthCheckWorkdir [2021-04-16T11:15:49.824Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2021-04-16T11:15:49.824Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-04-16T11:15:49.824Z] === RUN TestHealthKillContainer [2021-04-16T11:15:49.824Z] --- SKIP: TestHealthKillContainer (0.00s) [2021-04-16T11:15:49.824Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-04-16T11:15:49.824Z] === RUN TestInspectCpusetInConfigPre120 [2021-04-16T11:15:49.824Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2021-04-16T11:15:49.824Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-04-16T11:15:49.824Z] === RUN TestKillContainerInvalidSignal [2021-04-16T11:15:50.674Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-04-16T11:15:51.977Z] --- PASS: TestKillContainerInvalidSignal (2.03s) [2021-04-16T11:15:51.977Z] === RUN TestKillContainer [2021-04-16T11:15:51.977Z] === RUN TestKillContainer/no_signal [2021-04-16T11:15:53.220Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2021-04-16T11:15:53.482Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-04-16T11:15:54.135Z] === RUN TestKillContainer/non_killing_signal [2021-04-16T11:15:54.135Z] === RUN TestKillContainer/killing_signal [2021-04-16T11:15:55.944Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-04-16T11:15:56.291Z] --- PASS: TestKillContainer (4.44s) [2021-04-16T11:15:56.291Z] --- PASS: TestKillContainer/no_signal (1.97s) [2021-04-16T11:15:56.291Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-04-16T11:15:56.291Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-04-16T11:15:56.291Z] --- PASS: TestKillContainer/killing_signal (2.42s) [2021-04-16T11:15:56.291Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-04-16T11:15:56.291Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-04-16T11:15:56.291Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-04-16T11:15:56.291Z] === RUN TestKillStoppedContainer [2021-04-16T11:15:56.291Z] --- SKIP: TestKillStoppedContainer (0.00s) [2021-04-16T11:15:56.291Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-04-16T11:15:56.291Z] === RUN TestKillStoppedContainerAPIPre120 [2021-04-16T11:15:56.291Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2021-04-16T11:15:56.291Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-04-16T11:15:56.291Z] === RUN TestKillDifferentUserContainer [2021-04-16T11:15:56.291Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2021-04-16T11:15:56.291Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-04-16T11:15:56.291Z] === RUN TestInspectOomKilledTrue [2021-04-16T11:15:56.291Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-04-16T11:15:56.291Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:15:56.291Z] === RUN TestInspectOomKilledFalse [2021-04-16T11:15:56.291Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-04-16T11:15:56.291Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-16T11:15:56.291Z] === RUN TestLogsFollowTailEmpty [2021-04-16T11:15:56.396Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-04-16T11:15:56.783Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-04-16T11:15:57.725Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-04-16T11:15:57.725Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-04-16T11:15:57.725Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-04-16T11:15:57.725Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-04-16T11:15:57.986Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2021-04-16T11:15:57.986Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2021-04-16T11:15:58.445Z] --- PASS: TestLogsFollowTailEmpty (1.97s) [2021-04-16T11:15:58.445Z] === RUN TestNetworkNat [2021-04-16T11:15:58.445Z] --- SKIP: TestNetworkNat (0.00s) [2021-04-16T11:15:58.445Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-04-16T11:15:58.445Z] === RUN TestNetworkLocalhostTCPNat [2021-04-16T11:16:00.597Z] --- PASS: TestNetworkLocalhostTCPNat (2.33s) [2021-04-16T11:16:00.597Z] === RUN TestNetworkLoopbackNat [2021-04-16T11:16:00.597Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2021-04-16T11:16:00.597Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-04-16T11:16:00.597Z] === RUN TestPause [2021-04-16T11:16:00.597Z] --- SKIP: TestPause (0.00s) [2021-04-16T11:16:00.598Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-04-16T11:16:00.598Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-04-16T11:16:01.286Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2021-04-16T11:16:02.238Z] === RUN TestDockerSuite/TestRunWithCPUShares [2021-04-16T11:16:02.751Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.04s) [2021-04-16T11:16:02.751Z] === RUN TestPauseStopPausedContainer [2021-04-16T11:16:02.751Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2021-04-16T11:16:02.751Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:16:02.751Z] === RUN TestPsFilter [2021-04-16T11:16:02.751Z] --- PASS: TestPsFilter (0.24s) [2021-04-16T11:16:02.751Z] === RUN TestRemoveContainerWithRemovedVolume [2021-04-16T11:16:03.653Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2021-04-16T11:16:04.907Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.24s) [2021-04-16T11:16:04.907Z] === RUN TestRemoveContainerWithVolume [2021-04-16T11:16:05.565Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2021-04-16T11:16:06.137Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2021-04-16T11:16:06.634Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-04-16T11:16:07.060Z] --- PASS: TestRemoveContainerWithVolume (2.24s) [2021-04-16T11:16:07.060Z] === RUN TestRemoveContainerRunning [2021-04-16T11:16:07.080Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-04-16T11:16:07.080Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2021-04-16T11:16:08.024Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2021-04-16T11:16:08.024Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2021-04-16T11:16:08.024Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2021-04-16T11:16:08.024Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-04-16T11:16:08.024Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2021-04-16T11:16:08.024Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2021-04-16T11:16:08.024Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2021-04-16T11:16:08.024Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2021-04-16T11:16:08.024Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2021-04-16T11:16:08.024Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2021-04-16T11:16:08.967Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2021-04-16T11:16:09.214Z] --- PASS: TestRemoveContainerRunning (2.03s) [2021-04-16T11:16:09.214Z] === RUN TestRemoveContainerForceRemoveRunning [2021-04-16T11:16:10.355Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2021-04-16T11:16:11.298Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2021-04-16T11:16:11.298Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2021-04-16T11:16:11.368Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.96s) [2021-04-16T11:16:11.368Z] === RUN TestRemoveInvalidContainer [2021-04-16T11:16:11.368Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2021-04-16T11:16:11.368Z] === RUN TestRenameLinkedContainer [2021-04-16T11:16:11.368Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2021-04-16T11:16:11.368Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-04-16T11:16:11.368Z] === RUN TestRenameStoppedContainer [2021-04-16T11:16:11.560Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2021-04-16T11:16:12.503Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-04-16T11:16:12.503Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-04-16T11:16:13.446Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-04-16T11:16:13.446Z] === RUN TestDockerSuite/TestRunWithShmSize [2021-04-16T11:16:14.389Z] === RUN TestDockerSuite/TestRunWithSwappiness [2021-04-16T11:16:14.649Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2021-04-16T11:16:15.221Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2021-04-16T11:16:15.221Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-04-16T11:16:15.221Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-04-16T11:16:16.163Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-04-16T11:16:18.078Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2021-04-16T11:16:18.388Z] --- PASS: TestRenameStoppedContainer (7.26s) [2021-04-16T11:16:18.389Z] === RUN TestRenameRunningContainerAndReuse [2021-04-16T11:16:18.650Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2021-04-16T11:16:18.650Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-04-16T11:16:19.221Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-04-16T11:16:19.221Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-04-16T11:16:21.135Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-04-16T11:16:21.344Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-04-16T11:16:21.728Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-04-16T11:16:21.993Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2021-04-16T11:16:25.098Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-04-16T11:16:25.098Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-04-16T11:16:25.098Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-04-16T11:16:25.098Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-04-16T11:16:25.227Z] --- PASS: TestRenameRunningContainerAndReuse (4.14s) [2021-04-16T11:16:25.227Z] === RUN TestRenameInvalidName [2021-04-16T11:16:25.227Z] --- PASS: TestRenameInvalidName (1.95s) [2021-04-16T11:16:25.227Z] === RUN TestRenameAnonymousContainer [2021-04-16T11:16:25.227Z] --- SKIP: TestRenameAnonymousContainer (0.00s) [2021-04-16T11:16:25.227Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2021-04-16T11:16:25.227Z] === RUN TestRenameContainerWithSameName [2021-04-16T11:16:26.040Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2021-04-16T11:16:26.301Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2021-04-16T11:16:26.747Z] --- PASS: TestRenameContainerWithSameName (1.90s) [2021-04-16T11:16:26.747Z] === RUN TestRenameContainerWithLinkedContainer [2021-04-16T11:16:26.747Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2021-04-16T11:16:26.747Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2021-04-16T11:16:26.747Z] === RUN TestResize [2021-04-16T11:16:27.244Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2021-04-16T11:16:28.631Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-04-16T11:16:28.631Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-04-16T11:16:28.900Z] --- PASS: TestResize (1.95s) [2021-04-16T11:16:28.900Z] === RUN TestResizeWithInvalidSize [2021-04-16T11:16:28.900Z] --- SKIP: TestResizeWithInvalidSize (0.00s) [2021-04-16T11:16:28.900Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2021-04-16T11:16:28.900Z] === RUN TestResizeWhenContainerNotStarted [2021-04-16T11:16:31.052Z] --- PASS: TestResizeWhenContainerNotStarted (2.27s) [2021-04-16T11:16:31.052Z] === RUN TestDaemonRestartKillContainers [2021-04-16T11:16:31.052Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-04-16T11:16:31.052Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:16:31.052Z] === RUN TestStats [2021-04-16T11:16:31.052Z] --- SKIP: TestStats (0.00s) [2021-04-16T11:16:31.052Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-04-16T11:16:31.052Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-04-16T11:16:31.178Z] === RUN TestDockerSuite/TestSaveImageId [2021-04-16T11:16:31.178Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-04-16T11:16:31.178Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2021-04-16T11:16:31.178Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2021-04-16T11:16:31.439Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-04-16T11:16:32.626Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-04-16T11:16:32.626Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-04-16T11:16:33.986Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-04-16T11:16:33.986Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-04-16T11:16:35.709Z] --- PASS: TestStopContainerWithRestartPolicyAlways (4.26s) [2021-04-16T11:16:35.709Z] === RUN TestStopContainerWithTimeout [2021-04-16T11:16:35.709Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2021-04-16T11:16:35.709Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-04-16T11:16:35.709Z] === RUN TestUpdateRestartPolicy [2021-04-16T11:16:35.902Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-04-16T11:16:35.902Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-04-16T11:16:35.902Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-04-16T11:16:37.294Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-04-16T11:16:38.356Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-04-16T11:16:38.356Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-04-16T11:16:38.356Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-04-16T11:16:39.209Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2021-04-16T11:16:39.470Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-04-16T11:16:39.730Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-04-16T11:16:39.991Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-04-16T11:16:39.991Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2021-04-16T11:16:39.991Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-04-16T11:16:39.991Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-04-16T11:16:40.563Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-04-16T11:16:40.824Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2021-04-16T11:16:43.372Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-04-16T11:16:43.634Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2021-04-16T11:16:45.361Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-04-16T11:16:45.361Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-04-16T11:16:45.812Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-04-16T11:16:45.812Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-04-16T11:16:45.812Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-04-16T11:16:48.920Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-04-16T11:16:51.478Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-04-16T11:16:52.050Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-04-16T11:16:53.435Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-04-16T11:16:56.733Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-04-16T11:16:56.741Z] --- PASS: TestUpdateRestartPolicy (20.35s) [2021-04-16T11:16:56.741Z] === RUN TestUpdateRestartWithAutoRemove [2021-04-16T11:16:57.193Z] --- PASS: TestUpdateRestartWithAutoRemove (1.89s) [2021-04-16T11:16:57.193Z] === RUN TestWaitNonBlocked [2021-04-16T11:16:57.193Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-16T11:16:57.193Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-16T11:16:57.193Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-16T11:16:57.193Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-16T11:16:57.193Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-16T11:16:57.193Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-16T11:16:58.646Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-04-16T11:16:59.220Z] === RUN TestDockerSuite/TestStartRecordError [2021-04-16T11:17:00.893Z] --- PASS: TestWaitNonBlocked (0.03s) [2021-04-16T11:17:00.893Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.69s) [2021-04-16T11:17:00.893Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.63s) [2021-04-16T11:17:00.893Z] === RUN TestWaitBlocked [2021-04-16T11:17:00.893Z] --- SKIP: TestWaitBlocked (0.00s) [2021-04-16T11:17:00.893Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:17:00.893Z] PASS [2021-04-16T11:17:00.893Z] ok github.com/docker/docker/integration/container 78.484s [2021-04-16T11:17:00.893Z] [2021-04-16T11:17:00.893Z] === Skipped [2021-04-16T11:17:00.893Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2021-04-16T11:17:00.893Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-04-16T11:17:00.893Z] [2021-04-16T11:17:00.893Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.03s) [2021-04-16T11:17:00.893Z] copy_test.go:38: testEnv.OSType == "windows" [2021-04-16T11:17:00.893Z] [2021-04-16T11:17:00.893Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.04s) [2021-04-16T11:17:00.893Z] copy_test.go:63: testEnv.OSType == "windows" [2021-04-16T11:17:00.893Z] [2021-04-16T11:17:00.893Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2021-04-16T11:17:00.893Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:00.893Z] [2021-04-16T11:17:00.893Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2021-04-16T11:17:00.893Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-04-16T11:17:00.893Z] [2021-04-16T11:17:00.893Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2021-04-16T11:17:00.893Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:00.893Z] [2021-04-16T11:17:00.893Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2021-04-16T11:17:00.893Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:17:00.893Z] [2021-04-16T11:17:00.893Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2021-04-16T11:17:00.893Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:17:00.893Z] [2021-04-16T11:17:00.893Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-04-16T11:17:00.893Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-04-16T11:17:00.893Z] [2021-04-16T11:17:00.893Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-04-16T11:17:00.893Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-04-16T11:17:00.893Z] [2021-04-16T11:17:00.893Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2021-04-16T11:17:00.893Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:00.893Z] [2021-04-16T11:17:00.893Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2021-04-16T11:17:00.893Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-04-16T11:17:00.893Z] [2021-04-16T11:17:00.893Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2021-04-16T11:17:00.893Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-04-16T11:17:00.893Z] [2021-04-16T11:17:00.893Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2021-04-16T11:17:00.893Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:00.893Z] [2021-04-16T11:17:00.893Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2021-04-16T11:17:00.893Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:00.893Z] [2021-04-16T11:17:00.893Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2021-04-16T11:17:00.893Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-04-16T11:17:00.893Z] [2021-04-16T11:17:00.893Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2021-04-16T11:17:00.893Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-04-16T11:17:00.893Z] [2021-04-16T11:17:00.893Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2021-04-16T11:17:00.893Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-04-16T11:17:00.893Z] [2021-04-16T11:17:00.893Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2021-04-16T11:17:00.893Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-04-16T11:17:00.893Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-04-16T11:17:00.893Z] [2021-04-16T11:17:00.893Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-04-16T11:17:00.893Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-04-16T11:17:00.893Z] [2021-04-16T11:17:00.893Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2021-04-16T11:17:00.893Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-04-16T11:17:00.893Z] [2021-04-16T11:17:00.893Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2021-04-16T11:17:00.893Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-04-16T11:17:00.893Z] [2021-04-16T11:17:00.893Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2021-04-16T11:17:00.893Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-04-16T11:17:00.893Z] [2021-04-16T11:17:00.893Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2021-04-16T11:17:00.893Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:00.893Z] [2021-04-16T11:17:00.893Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2021-04-16T11:17:00.893Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-16T11:17:00.893Z] [2021-04-16T11:17:00.893Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2021-04-16T11:17:00.893Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-04-16T11:17:00.893Z] [2021-04-16T11:17:00.893Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2021-04-16T11:17:00.893Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-04-16T11:17:00.893Z] [2021-04-16T11:17:00.893Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2021-04-16T11:17:00.893Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-04-16T11:17:00.893Z] [2021-04-16T11:17:00.893Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2021-04-16T11:17:00.893Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:00.893Z] [2021-04-16T11:17:00.894Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2021-04-16T11:17:00.894Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-04-16T11:17:00.894Z] [2021-04-16T11:17:00.894Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s) [2021-04-16T11:17:00.894Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2021-04-16T11:17:00.894Z] [2021-04-16T11:17:00.894Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2021-04-16T11:17:00.894Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2021-04-16T11:17:00.894Z] [2021-04-16T11:17:00.894Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s) [2021-04-16T11:17:00.894Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2021-04-16T11:17:00.894Z] [2021-04-16T11:17:00.894Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2021-04-16T11:17:00.894Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:00.894Z] [2021-04-16T11:17:00.894Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2021-04-16T11:17:00.894Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-04-16T11:17:00.894Z] [2021-04-16T11:17:00.894Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2021-04-16T11:17:00.894Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-04-16T11:17:00.894Z] [2021-04-16T11:17:00.894Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2021-04-16T11:17:00.894Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:17:00.894Z] [2021-04-16T11:17:00.894Z] [2021-04-16T11:17:00.894Z] DONE 88 tests, 37 skipped in 81.635s [2021-04-16T11:17:00.894Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2021-04-16T11:17:01.134Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-04-16T11:17:03.048Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-04-16T11:17:03.768Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-04-16T11:17:03.768Z] INFO: Testing against a local daemon [2021-04-16T11:17:03.768Z] === RUN TestCommitInheritsEnv [2021-04-16T11:17:03.768Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2021-04-16T11:17:03.768Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-16T11:17:03.768Z] === RUN TestImportExtremelyLargeImageWorks [2021-04-16T11:17:03.768Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-04-16T11:17:03.768Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-04-16T11:17:03.768Z] === RUN TestImagesFilterMultiReference [2021-04-16T11:17:03.768Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2021-04-16T11:17:03.768Z] === RUN TestImagePullPlatformInvalid [2021-04-16T11:17:03.768Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-04-16T11:17:03.768Z] === RUN TestRemoveImageOrphaning [2021-04-16T11:17:04.724Z] --- PASS: TestRemoveImageOrphaning (1.19s) [2021-04-16T11:17:04.724Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-04-16T11:17:04.724Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2021-04-16T11:17:04.724Z] === RUN TestTagInvalidReference [2021-04-16T11:17:04.724Z] --- PASS: TestTagInvalidReference (0.04s) [2021-04-16T11:17:04.724Z] === RUN TestTagValidPrefixedRepo [2021-04-16T11:17:04.724Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2021-04-16T11:17:04.724Z] === RUN TestTagExistedNameWithoutForce [2021-04-16T11:17:04.724Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2021-04-16T11:17:04.724Z] === RUN TestTagOfficialNames [2021-04-16T11:17:04.960Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-04-16T11:17:05.178Z] --- PASS: TestTagOfficialNames (0.10s) [2021-04-16T11:17:05.178Z] === RUN TestTagMatchesDigest [2021-04-16T11:17:05.178Z] --- PASS: TestTagMatchesDigest (0.04s) [2021-04-16T11:17:05.178Z] PASS [2021-04-16T11:17:05.178Z] ok github.com/docker/docker/integration/image 1.818s [2021-04-16T11:17:05.178Z] [2021-04-16T11:17:05.178Z] === Skipped [2021-04-16T11:17:05.178Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2021-04-16T11:17:05.178Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-16T11:17:05.178Z] [2021-04-16T11:17:05.178Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2021-04-16T11:17:05.178Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-04-16T11:17:05.178Z] [2021-04-16T11:17:05.178Z] [2021-04-16T11:17:05.178Z] DONE 11 tests, 2 skipped in 3.994s [2021-04-16T11:17:05.178Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2021-04-16T11:17:08.057Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-04-16T11:17:08.057Z] INFO: Testing against a local daemon [2021-04-16T11:17:08.057Z] === RUN TestNetworkCreateDelete [2021-04-16T11:17:08.057Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2021-04-16T11:17:08.057Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:17:08.057Z] === RUN TestDockerNetworkDeletePreferID [2021-04-16T11:17:08.057Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2021-04-16T11:17:08.057Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2021-04-16T11:17:08.057Z] === RUN TestDaemonDNSFallback [2021-04-16T11:17:08.057Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2021-04-16T11:17:08.057Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:17:08.057Z] === RUN TestInspectNetwork [2021-04-16T11:17:08.057Z] --- SKIP: TestInspectNetwork (0.00s) [2021-04-16T11:17:08.057Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-04-16T11:17:08.057Z] === RUN TestRunContainerWithBridgeNone [2021-04-16T11:17:08.057Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-04-16T11:17:08.057Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:17:08.057Z] === RUN TestNetworkInvalidJSON [2021-04-16T11:17:08.057Z] === RUN TestNetworkInvalidJSON//networks/create [2021-04-16T11:17:08.057Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-04-16T11:17:08.057Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-04-16T11:17:08.057Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-04-16T11:17:08.057Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-16T11:17:08.057Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-16T11:17:08.057Z] === CONT TestNetworkInvalidJSON//networks/create [2021-04-16T11:17:08.057Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-16T11:17:08.057Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-04-16T11:17:08.057Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2021-04-16T11:17:08.057Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2021-04-16T11:17:08.057Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2021-04-16T11:17:08.057Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2021-04-16T11:17:08.057Z] === RUN TestNetworkList [2021-04-16T11:17:08.057Z] === RUN TestNetworkList//networks [2021-04-16T11:17:08.057Z] === PAUSE TestNetworkList//networks [2021-04-16T11:17:08.057Z] === RUN TestNetworkList//networks/ [2021-04-16T11:17:08.057Z] === PAUSE TestNetworkList//networks/ [2021-04-16T11:17:08.057Z] === CONT TestNetworkList//networks [2021-04-16T11:17:08.057Z] === CONT TestNetworkList//networks/ [2021-04-16T11:17:08.057Z] --- PASS: TestNetworkList (0.03s) [2021-04-16T11:17:08.057Z] --- PASS: TestNetworkList//networks (0.00s) [2021-04-16T11:17:08.057Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-04-16T11:17:08.057Z] === RUN TestHostIPv4BridgeLabel [2021-04-16T11:17:08.057Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-04-16T11:17:08.057Z] network_test.go:126: testEnv.OSType == "windows" [2021-04-16T11:17:08.057Z] === RUN TestDaemonRestartWithLiveRestore [2021-04-16T11:17:08.057Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2021-04-16T11:17:08.057Z] service_test.go:29: testEnv.OSType == "windows" [2021-04-16T11:17:08.057Z] === RUN TestDaemonDefaultNetworkPools [2021-04-16T11:17:08.057Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-04-16T11:17:08.057Z] service_test.go:58: testEnv.OSType == "windows" [2021-04-16T11:17:08.057Z] === RUN TestDaemonRestartWithExistingNetwork [2021-04-16T11:17:08.057Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-04-16T11:17:08.057Z] service_test.go:102: testEnv.OSType == "windows" [2021-04-16T11:17:08.057Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-04-16T11:17:08.057Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-04-16T11:17:08.057Z] service_test.go:136: testEnv.OSType == "windows" [2021-04-16T11:17:08.057Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-04-16T11:17:08.057Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-04-16T11:17:08.057Z] service_test.go:187: testEnv.OSType == "windows" [2021-04-16T11:17:08.057Z] === RUN TestServiceWithPredefinedNetwork [2021-04-16T11:17:08.057Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-04-16T11:17:08.057Z] service_test.go:212: testEnv.OSType == "windows" [2021-04-16T11:17:08.057Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-04-16T11:17:08.057Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-04-16T11:17:08.057Z] service_test.go:242: FLAKY_TEST [2021-04-16T11:17:08.057Z] === RUN TestServiceWithDataPathPortInit [2021-04-16T11:17:08.057Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-04-16T11:17:08.057Z] service_test.go:332: testEnv.OSType == "windows" [2021-04-16T11:17:08.057Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-04-16T11:17:08.057Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-04-16T11:17:08.057Z] service_test.go:400: testEnv.OSType == "windows" [2021-04-16T11:17:08.057Z] PASS [2021-04-16T11:17:08.057Z] ok github.com/docker/docker/integration/network 0.241s [2021-04-16T11:17:08.057Z] [2021-04-16T11:17:08.057Z] === Skipped [2021-04-16T11:17:08.057Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2021-04-16T11:17:08.057Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:17:08.057Z] [2021-04-16T11:17:08.057Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2021-04-16T11:17:08.057Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2021-04-16T11:17:08.057Z] [2021-04-16T11:17:08.057Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2021-04-16T11:17:08.057Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:17:08.057Z] [2021-04-16T11:17:08.057Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2021-04-16T11:17:08.057Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-04-16T11:17:08.057Z] [2021-04-16T11:17:08.057Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2021-04-16T11:17:08.057Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:17:08.057Z] [2021-04-16T11:17:08.057Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2021-04-16T11:17:08.057Z] network_test.go:126: testEnv.OSType == "windows" [2021-04-16T11:17:08.057Z] [2021-04-16T11:17:08.057Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2021-04-16T11:17:08.057Z] service_test.go:29: testEnv.OSType == "windows" [2021-04-16T11:17:08.057Z] [2021-04-16T11:17:08.057Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2021-04-16T11:17:08.057Z] service_test.go:58: testEnv.OSType == "windows" [2021-04-16T11:17:08.057Z] [2021-04-16T11:17:08.057Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2021-04-16T11:17:08.057Z] service_test.go:102: testEnv.OSType == "windows" [2021-04-16T11:17:08.057Z] [2021-04-16T11:17:08.057Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-04-16T11:17:08.057Z] service_test.go:136: testEnv.OSType == "windows" [2021-04-16T11:17:08.057Z] [2021-04-16T11:17:08.057Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-04-16T11:17:08.057Z] service_test.go:187: testEnv.OSType == "windows" [2021-04-16T11:17:08.057Z] [2021-04-16T11:17:08.057Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2021-04-16T11:17:08.057Z] service_test.go:212: testEnv.OSType == "windows" [2021-04-16T11:17:08.057Z] [2021-04-16T11:17:08.057Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-04-16T11:17:08.057Z] service_test.go:242: FLAKY_TEST [2021-04-16T11:17:08.057Z] [2021-04-16T11:17:08.057Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2021-04-16T11:17:08.057Z] service_test.go:332: testEnv.OSType == "windows" [2021-04-16T11:17:08.057Z] [2021-04-16T11:17:08.057Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-04-16T11:17:08.057Z] service_test.go:400: testEnv.OSType == "windows" [2021-04-16T11:17:08.057Z] [2021-04-16T11:17:08.057Z] [2021-04-16T11:17:08.057Z] DONE 22 tests, 15 skipped in 2.759s [2021-04-16T11:17:08.057Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2021-04-16T11:17:08.260Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-04-16T11:17:09.015Z] testing: warning: no tests to run [2021-04-16T11:17:09.015Z] PASS [2021-04-16T11:17:09.015Z] ok github.com/docker/docker/integration/network/ipvlan 0.079s [2021-04-16T11:17:09.015Z] [2021-04-16T11:17:09.015Z] DONE 0 tests in 0.863s [2021-04-16T11:17:09.015Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2021-04-16T11:17:09.972Z] testing: warning: no tests to run [2021-04-16T11:17:09.972Z] PASS [2021-04-16T11:17:09.972Z] ok github.com/docker/docker/integration/network/macvlan 0.088s [2021-04-16T11:17:09.972Z] [2021-04-16T11:17:09.972Z] DONE 0 tests in 0.847s [2021-04-16T11:17:09.972Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2021-04-16T11:17:10.828Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-04-16T11:17:10.929Z] testing: warning: no tests to run [2021-04-16T11:17:10.929Z] PASS [2021-04-16T11:17:10.929Z] ok github.com/docker/docker/integration/plugin 0.078s [2021-04-16T11:17:10.929Z] [2021-04-16T11:17:10.929Z] DONE 0 tests in 0.888s [2021-04-16T11:17:10.929Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2021-04-16T11:17:11.888Z] testing: warning: no tests to run [2021-04-16T11:17:11.888Z] PASS [2021-04-16T11:17:11.888Z] ok github.com/docker/docker/integration/plugin/authz 0.088s [2021-04-16T11:17:11.888Z] [2021-04-16T11:17:11.888Z] DONE 0 tests in 0.870s [2021-04-16T11:17:11.888Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2021-04-16T11:17:12.465Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-04-16T11:17:15.466Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-04-16T11:17:15.762Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-04-16T11:17:16.418Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-04-16T11:17:16.869Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-04-16T11:17:18.385Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-04-16T11:17:18.385Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-04-16T11:17:20.414Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-04-16T11:17:20.414Z] INFO: Testing against a local daemon [2021-04-16T11:17:20.414Z] === RUN TestPluginInvalidJSON [2021-04-16T11:17:20.414Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-04-16T11:17:20.414Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-04-16T11:17:20.414Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-04-16T11:17:20.414Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-04-16T11:17:20.414Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-04-16T11:17:20.414Z] === RUN TestPluginInstall [2021-04-16T11:17:20.414Z] --- SKIP: TestPluginInstall (0.00s) [2021-04-16T11:17:20.414Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-04-16T11:17:20.414Z] === RUN TestPluginsWithRuntimes [2021-04-16T11:17:20.414Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-04-16T11:17:20.414Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-04-16T11:17:20.414Z] === RUN TestPluginBackCompatMediaTypes [2021-04-16T11:17:20.414Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-04-16T11:17:20.414Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-04-16T11:17:20.414Z] PASS [2021-04-16T11:17:20.414Z] ok github.com/docker/docker/integration/plugin/common 0.195s [2021-04-16T11:17:20.414Z] [2021-04-16T11:17:20.414Z] === Skipped [2021-04-16T11:17:20.414Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-04-16T11:17:20.414Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-04-16T11:17:20.414Z] [2021-04-16T11:17:20.414Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2021-04-16T11:17:20.414Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-04-16T11:17:20.414Z] [2021-04-16T11:17:20.414Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2021-04-16T11:17:20.414Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-04-16T11:17:20.414Z] [2021-04-16T11:17:20.414Z] [2021-04-16T11:17:20.414Z] DONE 5 tests, 3 skipped in 8.760s [2021-04-16T11:17:20.414Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2021-04-16T11:17:21.051Z] === RUN TestDockerSuite/TestStatsNoStream [2021-04-16T11:17:23.594Z] === RUN TestDockerSuite/TestStopContainerSignal [2021-04-16T11:17:24.118Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-04-16T11:17:24.118Z] INFO: Testing against a local daemon [2021-04-16T11:17:24.118Z] === RUN TestExternalGraphDriver [2021-04-16T11:17:24.118Z] --- SKIP: TestExternalGraphDriver (0.00s) [2021-04-16T11:17:24.118Z] external_test.go:48: runtime.GOOS == "windows" [2021-04-16T11:17:24.118Z] === RUN TestGraphdriverPluginV2 [2021-04-16T11:17:24.118Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2021-04-16T11:17:24.118Z] external_test.go:408: runtime.GOOS == "windows" [2021-04-16T11:17:24.118Z] PASS [2021-04-16T11:17:24.118Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.251s [2021-04-16T11:17:24.118Z] [2021-04-16T11:17:24.118Z] === Skipped [2021-04-16T11:17:24.118Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2021-04-16T11:17:24.118Z] external_test.go:48: runtime.GOOS == "windows" [2021-04-16T11:17:24.118Z] [2021-04-16T11:17:24.118Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2021-04-16T11:17:24.118Z] external_test.go:408: runtime.GOOS == "windows" [2021-04-16T11:17:24.118Z] [2021-04-16T11:17:24.118Z] [2021-04-16T11:17:24.118Z] DONE 2 tests, 2 skipped in 3.610s [2021-04-16T11:17:24.118Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2021-04-16T11:17:24.977Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-04-16T11:17:25.918Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-04-16T11:17:26.490Z] === RUN TestDockerSuite/TestTopPrivileged [2021-04-16T11:17:26.995Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-04-16T11:17:26.995Z] INFO: Testing against a local daemon [2021-04-16T11:17:26.995Z] === RUN TestReadPluginNoRead [2021-04-16T11:17:26.995Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-04-16T11:17:26.995Z] read_test.go:21: no unix domain sockets on Windows [2021-04-16T11:17:26.995Z] PASS [2021-04-16T11:17:26.995Z] ok github.com/docker/docker/integration/plugin/logging 0.208s [2021-04-16T11:17:26.995Z] [2021-04-16T11:17:26.995Z] === Skipped [2021-04-16T11:17:26.995Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-04-16T11:17:26.995Z] read_test.go:21: no unix domain sockets on Windows [2021-04-16T11:17:26.995Z] [2021-04-16T11:17:26.995Z] [2021-04-16T11:17:26.995Z] DONE 1 tests, 1 skipped in 2.792s [2021-04-16T11:17:26.995Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2021-04-16T11:17:27.061Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-04-16T11:17:27.061Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-04-16T11:17:28.444Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-04-16T11:17:28.515Z] testing: warning: no tests to run [2021-04-16T11:17:28.515Z] PASS [2021-04-16T11:17:28.515Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.125s [2021-04-16T11:17:28.515Z] [2021-04-16T11:17:28.515Z] DONE 0 tests in 1.536s [2021-04-16T11:17:28.515Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2021-04-16T11:17:28.615Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-04-16T11:17:29.065Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-04-16T11:17:29.065Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-04-16T11:17:29.065Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-04-16T11:17:31.213Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-04-16T11:17:31.392Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-04-16T11:17:31.392Z] INFO: Testing against a local daemon [2021-04-16T11:17:31.392Z] === RUN TestPluginWithDevMounts [2021-04-16T11:17:31.392Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-04-16T11:17:31.392Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:31.392Z] PASS [2021-04-16T11:17:31.392Z] ok github.com/docker/docker/integration/plugin/volumes 0.200s [2021-04-16T11:17:31.392Z] [2021-04-16T11:17:31.392Z] === Skipped [2021-04-16T11:17:31.392Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-04-16T11:17:31.392Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:31.392Z] [2021-04-16T11:17:31.392Z] [2021-04-16T11:17:31.392Z] DONE 1 tests, 1 skipped in 2.813s [2021-04-16T11:17:31.392Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2021-04-16T11:17:32.165Z] === RUN TestDockerSuite/TestBuildCmd [2021-04-16T11:17:32.618Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-04-16T11:17:32.649Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-04-16T11:17:33.068Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-04-16T11:17:34.023Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-04-16T11:17:34.268Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-04-16T11:17:34.268Z] INFO: Testing against a local daemon [2021-04-16T11:17:34.268Z] === RUN TestSecretInspect [2021-04-16T11:17:34.268Z] --- SKIP: TestSecretInspect (0.00s) [2021-04-16T11:17:34.268Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:34.268Z] === RUN TestSecretList [2021-04-16T11:17:34.268Z] --- SKIP: TestSecretList (0.01s) [2021-04-16T11:17:34.268Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:34.268Z] === RUN TestSecretsCreateAndDelete [2021-04-16T11:17:34.268Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2021-04-16T11:17:34.268Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:34.268Z] === RUN TestSecretsUpdate [2021-04-16T11:17:34.268Z] --- SKIP: TestSecretsUpdate (0.00s) [2021-04-16T11:17:34.268Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:34.268Z] === RUN TestTemplatedSecret [2021-04-16T11:17:34.268Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-04-16T11:17:34.268Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:34.268Z] === RUN TestSecretCreateResolve [2021-04-16T11:17:34.268Z] --- SKIP: TestSecretCreateResolve (0.00s) [2021-04-16T11:17:34.268Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:17:34.268Z] PASS [2021-04-16T11:17:34.268Z] ok github.com/docker/docker/integration/secret 0.202s [2021-04-16T11:17:34.268Z] [2021-04-16T11:17:34.268Z] === Skipped [2021-04-16T11:17:34.268Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2021-04-16T11:17:34.268Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:34.268Z] [2021-04-16T11:17:34.268Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.01s) [2021-04-16T11:17:34.268Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:34.268Z] [2021-04-16T11:17:34.268Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2021-04-16T11:17:34.268Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:34.268Z] [2021-04-16T11:17:34.268Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2021-04-16T11:17:34.268Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:34.268Z] [2021-04-16T11:17:34.268Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2021-04-16T11:17:34.268Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:34.268Z] [2021-04-16T11:17:34.268Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2021-04-16T11:17:34.268Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:17:34.268Z] [2021-04-16T11:17:34.268Z] [2021-04-16T11:17:34.268Z] DONE 6 tests, 6 skipped in 2.518s [2021-04-16T11:17:34.268Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2021-04-16T11:17:35.952Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2021-04-16T11:17:36.894Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2021-04-16T11:17:37.144Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-04-16T11:17:37.144Z] INFO: Testing against a local daemon [2021-04-16T11:17:37.144Z] === RUN TestServiceCreateInit [2021-04-16T11:17:37.144Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-04-16T11:17:37.144Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-04-16T11:17:37.144Z] --- PASS: TestServiceCreateInit (0.04s) [2021-04-16T11:17:37.144Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-04-16T11:17:37.144Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:37.144Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-04-16T11:17:37.144Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:37.144Z] === RUN TestCreateServiceMultipleTimes [2021-04-16T11:17:37.144Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2021-04-16T11:17:37.144Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:37.144Z] === RUN TestCreateServiceConflict [2021-04-16T11:17:37.144Z] --- SKIP: TestCreateServiceConflict (0.00s) [2021-04-16T11:17:37.144Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:37.144Z] === RUN TestCreateServiceMaxReplicas [2021-04-16T11:17:37.144Z] --- SKIP: TestCreateServiceMaxReplicas (0.04s) [2021-04-16T11:17:37.144Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:37.144Z] === RUN TestCreateWithDuplicateNetworkNames [2021-04-16T11:17:37.144Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2021-04-16T11:17:37.144Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:37.144Z] === RUN TestCreateServiceSecretFileMode [2021-04-16T11:17:37.144Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2021-04-16T11:17:37.144Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:37.144Z] === RUN TestCreateServiceConfigFileMode [2021-04-16T11:17:37.144Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2021-04-16T11:17:37.144Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:37.144Z] === RUN TestCreateServiceSysctls [2021-04-16T11:17:37.144Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2021-04-16T11:17:37.144Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:37.144Z] === RUN TestCreateServiceCapabilities [2021-04-16T11:17:37.144Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2021-04-16T11:17:37.144Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:37.144Z] === RUN TestInspect [2021-04-16T11:17:37.144Z] --- SKIP: TestInspect (0.00s) [2021-04-16T11:17:37.144Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:37.144Z] === RUN TestCreateJob [2021-04-16T11:17:37.144Z] --- SKIP: TestCreateJob (0.00s) [2021-04-16T11:17:37.144Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:37.144Z] === RUN TestReplicatedJob [2021-04-16T11:17:37.144Z] --- SKIP: TestReplicatedJob (0.00s) [2021-04-16T11:17:37.144Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:37.144Z] === RUN TestUpdateReplicatedJob [2021-04-16T11:17:37.144Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2021-04-16T11:17:37.144Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:37.144Z] === RUN TestServiceListWithStatuses [2021-04-16T11:17:37.144Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-04-16T11:17:37.144Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:37.144Z] === RUN TestDockerNetworkConnectAlias [2021-04-16T11:17:37.144Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2021-04-16T11:17:37.144Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:37.144Z] === RUN TestDockerNetworkReConnect [2021-04-16T11:17:37.144Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2021-04-16T11:17:37.144Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:37.144Z] === RUN TestServicePlugin [2021-04-16T11:17:37.144Z] --- SKIP: TestServicePlugin (0.00s) [2021-04-16T11:17:37.145Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:37.145Z] === RUN TestServiceUpdateLabel [2021-04-16T11:17:37.145Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2021-04-16T11:17:37.145Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:17:37.145Z] === RUN TestServiceUpdateSecrets [2021-04-16T11:17:37.145Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2021-04-16T11:17:37.145Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:17:37.145Z] === RUN TestServiceUpdateConfigs [2021-04-16T11:17:37.145Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2021-04-16T11:17:37.145Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:17:37.145Z] === RUN TestServiceUpdateNetwork [2021-04-16T11:17:37.145Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2021-04-16T11:17:37.145Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:17:37.145Z] === RUN TestServiceUpdatePidsLimit [2021-04-16T11:17:37.145Z] --- SKIP: TestServiceUpdatePidsLimit (0.01s) [2021-04-16T11:17:37.145Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:17:37.145Z] PASS [2021-04-16T11:17:37.145Z] ok github.com/docker/docker/integration/service 0.373s [2021-04-16T11:17:37.145Z] [2021-04-16T11:17:37.145Z] === Skipped [2021-04-16T11:17:37.145Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-04-16T11:17:37.145Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-04-16T11:17:37.145Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:37.145Z] [2021-04-16T11:17:37.145Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-04-16T11:17:37.145Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-04-16T11:17:37.155Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2021-04-16T11:17:37.416Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2021-04-16T11:17:37.416Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2021-04-16T11:17:37.598Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:37.598Z] [2021-04-16T11:17:37.598Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2021-04-16T11:17:37.598Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:37.598Z] [2021-04-16T11:17:37.598Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2021-04-16T11:17:37.598Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:37.598Z] [2021-04-16T11:17:37.598Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.04s) [2021-04-16T11:17:37.598Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:37.598Z] [2021-04-16T11:17:37.598Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2021-04-16T11:17:37.598Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:37.598Z] [2021-04-16T11:17:37.598Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2021-04-16T11:17:37.598Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:37.598Z] [2021-04-16T11:17:37.598Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2021-04-16T11:17:37.598Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:37.598Z] [2021-04-16T11:17:37.598Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2021-04-16T11:17:37.598Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:37.598Z] [2021-04-16T11:17:37.598Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2021-04-16T11:17:37.598Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:37.598Z] [2021-04-16T11:17:37.598Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2021-04-16T11:17:37.598Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:37.598Z] [2021-04-16T11:17:37.598Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2021-04-16T11:17:37.598Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:37.598Z] [2021-04-16T11:17:37.598Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2021-04-16T11:17:37.598Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:37.598Z] [2021-04-16T11:17:37.598Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2021-04-16T11:17:37.598Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:37.598Z] [2021-04-16T11:17:37.598Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2021-04-16T11:17:37.598Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:37.598Z] [2021-04-16T11:17:37.598Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2021-04-16T11:17:37.598Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:37.598Z] [2021-04-16T11:17:37.598Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2021-04-16T11:17:37.598Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:37.598Z] [2021-04-16T11:17:37.598Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2021-04-16T11:17:37.598Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:37.598Z] [2021-04-16T11:17:37.598Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.01s) [2021-04-16T11:17:37.598Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:17:37.598Z] [2021-04-16T11:17:37.598Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2021-04-16T11:17:37.598Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:17:37.598Z] [2021-04-16T11:17:37.598Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2021-04-16T11:17:37.598Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:17:37.598Z] [2021-04-16T11:17:37.598Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.01s) [2021-04-16T11:17:37.598Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:17:37.598Z] [2021-04-16T11:17:37.598Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.01s) [2021-04-16T11:17:37.598Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-04-16T11:17:37.598Z] [2021-04-16T11:17:37.598Z] [2021-04-16T11:17:37.598Z] DONE 24 tests, 23 skipped in 3.224s [2021-04-16T11:17:37.598Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2021-04-16T11:17:38.800Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2021-04-16T11:17:39.755Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-04-16T11:17:39.774Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-04-16T11:17:39.774Z] INFO: Testing against a local daemon [2021-04-16T11:17:39.774Z] === RUN TestSessionCreate [2021-04-16T11:17:39.774Z] --- SKIP: TestSessionCreate (0.00s) [2021-04-16T11:17:39.774Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-04-16T11:17:39.774Z] === RUN TestSessionCreateWithBadUpgrade [2021-04-16T11:17:39.774Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2021-04-16T11:17:39.774Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-04-16T11:17:39.774Z] PASS [2021-04-16T11:17:39.774Z] ok github.com/docker/docker/integration/session 0.215s [2021-04-16T11:17:39.774Z] [2021-04-16T11:17:39.774Z] === Skipped [2021-04-16T11:17:39.774Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2021-04-16T11:17:39.774Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-04-16T11:17:39.774Z] [2021-04-16T11:17:39.774Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2021-04-16T11:17:39.774Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-04-16T11:17:39.774Z] [2021-04-16T11:17:39.774Z] [2021-04-16T11:17:39.774Z] DONE 2 tests, 2 skipped in 2.368s [2021-04-16T11:17:39.774Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2021-04-16T11:17:41.269Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-04-16T11:17:41.269Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-04-16T11:17:41.346Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2021-04-16T11:17:41.346Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2021-04-16T11:17:42.652Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-04-16T11:17:42.652Z] INFO: Testing against a local daemon [2021-04-16T11:17:42.652Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-04-16T11:17:42.652Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-04-16T11:17:42.652Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:42.652Z] === RUN TestEventsExecDie [2021-04-16T11:17:42.652Z] --- SKIP: TestEventsExecDie (0.00s) [2021-04-16T11:17:42.652Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-04-16T11:17:42.652Z] === RUN TestEventsBackwardsCompatible [2021-04-16T11:17:42.652Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2021-04-16T11:17:42.652Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-04-16T11:17:42.652Z] === RUN TestInfoAPI [2021-04-16T11:17:42.652Z] --- PASS: TestInfoAPI (0.04s) [2021-04-16T11:17:42.652Z] === RUN TestInfoAPIWarnings [2021-04-16T11:17:42.652Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2021-04-16T11:17:42.652Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-16T11:17:42.652Z] === RUN TestInfoDebug [2021-04-16T11:17:42.652Z] --- SKIP: TestInfoDebug (0.00s) [2021-04-16T11:17:42.652Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-04-16T11:17:42.652Z] === RUN TestInfoInsecureRegistries [2021-04-16T11:17:42.652Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2021-04-16T11:17:42.652Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-04-16T11:17:42.652Z] === RUN TestInfoRegistryMirrors [2021-04-16T11:17:42.652Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2021-04-16T11:17:42.652Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-04-16T11:17:42.652Z] === RUN TestLoginFailsWithBadCredentials [2021-04-16T11:17:42.732Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2021-04-16T11:17:42.785Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-04-16T11:17:42.785Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-04-16T11:17:43.105Z] --- PASS: TestLoginFailsWithBadCredentials (0.98s) [2021-04-16T11:17:43.105Z] === RUN TestPingCacheHeaders [2021-04-16T11:17:43.105Z] --- PASS: TestPingCacheHeaders (0.04s) [2021-04-16T11:17:43.105Z] === RUN TestPingGet [2021-04-16T11:17:43.105Z] --- PASS: TestPingGet (0.04s) [2021-04-16T11:17:43.105Z] === RUN TestPingHead [2021-04-16T11:17:43.105Z] --- PASS: TestPingHead (0.03s) [2021-04-16T11:17:43.105Z] === RUN TestVersion [2021-04-16T11:17:43.237Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-04-16T11:17:43.558Z] --- PASS: TestVersion (0.04s) [2021-04-16T11:17:43.558Z] PASS [2021-04-16T11:17:43.558Z] ok github.com/docker/docker/integration/system 1.342s [2021-04-16T11:17:43.558Z] [2021-04-16T11:17:43.558Z] === Skipped [2021-04-16T11:17:43.558Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-04-16T11:17:43.558Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-04-16T11:17:43.558Z] [2021-04-16T11:17:43.558Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2021-04-16T11:17:43.558Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-04-16T11:17:43.558Z] [2021-04-16T11:17:43.558Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2021-04-16T11:17:43.558Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-04-16T11:17:43.558Z] [2021-04-16T11:17:43.558Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2021-04-16T11:17:43.558Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-16T11:17:43.558Z] [2021-04-16T11:17:43.558Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2021-04-16T11:17:43.558Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-04-16T11:17:43.558Z] [2021-04-16T11:17:43.558Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2021-04-16T11:17:43.558Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-04-16T11:17:43.558Z] [2021-04-16T11:17:43.558Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2021-04-16T11:17:43.558Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-04-16T11:17:43.558Z] [2021-04-16T11:17:43.558Z] [2021-04-16T11:17:43.558Z] DONE 13 tests, 7 skipped in 3.572s [2021-04-16T11:17:43.558Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2021-04-16T11:17:43.689Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2021-04-16T11:17:44.631Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2021-04-16T11:17:45.718Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-04-16T11:17:45.718Z] INFO: Testing against a local daemon [2021-04-16T11:17:45.718Z] === RUN TestVolumesCreateAndList [2021-04-16T11:17:45.718Z] --- PASS: TestVolumesCreateAndList (0.05s) [2021-04-16T11:17:45.718Z] === RUN TestVolumesRemove [2021-04-16T11:17:45.718Z] --- PASS: TestVolumesRemove (0.12s) [2021-04-16T11:17:45.718Z] === RUN TestVolumesInspect [2021-04-16T11:17:46.171Z] --- PASS: TestVolumesInspect (0.04s) [2021-04-16T11:17:46.171Z] === RUN TestVolumesInvalidJSON [2021-04-16T11:17:46.171Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-04-16T11:17:46.171Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-04-16T11:17:46.171Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-04-16T11:17:46.171Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-04-16T11:17:46.171Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-04-16T11:17:46.171Z] PASS [2021-04-16T11:17:46.171Z] ok github.com/docker/docker/integration/volume 0.358s [2021-04-16T11:17:46.171Z] [2021-04-16T11:17:46.171Z] DONE 5 tests in 2.672s [2021-04-16T11:17:46.171Z] INFO: make.ps1 ended at 04/16/2021 11:17:45 [2021-04-16T11:17:46.171Z] INFO: Integration CLI tests being run from the host: [2021-04-16T11:17:46.171Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-tags" "autogen" "-test.timeout" "200m" [2021-04-16T11:17:46.545Z] === RUN TestDockerSuite/TestUpdateStats [2021-04-16T11:17:50.245Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-04-16T11:17:50.747Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2021-04-16T11:17:51.197Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-04-16T11:17:51.648Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-04-16T11:17:51.648Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-04-16T11:17:51.692Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2021-04-16T11:17:51.952Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2021-04-16T11:17:52.606Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-04-16T11:17:53.561Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-04-16T11:17:53.561Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-04-16T11:17:53.561Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-04-16T11:17:53.864Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2021-04-16T11:17:54.807Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-04-16T11:17:56.435Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-04-16T11:17:56.435Z] INFO: Testing against a local daemon [2021-04-16T11:17:56.435Z] === RUN TestDockerSuite [2021-04-16T11:17:56.435Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-04-16T11:17:56.435Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-04-16T11:17:56.435Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-04-16T11:17:56.435Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-04-16T11:17:56.435Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-04-16T11:17:56.435Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-04-16T11:17:56.435Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-04-16T11:17:56.435Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-04-16T11:17:56.435Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-04-16T11:17:56.435Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-04-16T11:17:56.888Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-04-16T11:17:57.341Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-04-16T11:17:59.291Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-04-16T11:18:01.393Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2021-04-16T11:18:06.684Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2021-04-16T11:18:10.889Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2021-04-16T11:18:14.189Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-04-16T11:18:20.796Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-04-16T11:18:26.083Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2021-04-16T11:18:27.995Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2021-04-16T11:18:29.910Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2021-04-16T11:18:31.294Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2021-04-16T11:18:32.681Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2021-04-16T11:18:32.942Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2021-04-16T11:18:35.489Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2021-04-16T11:18:38.033Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2021-04-16T11:18:39.946Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2021-04-16T11:18:41.674Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-04-16T11:18:41.674Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-04-16T11:18:41.674Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-04-16T11:18:42.490Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2021-04-16T11:18:44.418Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-04-16T11:18:44.539Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-04-16T11:18:44.993Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-04-16T11:18:45.444Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-04-16T11:18:45.444Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-04-16T11:18:45.801Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2021-04-16T11:18:46.396Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-04-16T11:18:46.396Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-04-16T11:18:51.087Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2021-04-16T11:18:59.223Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-04-16T11:18:59.484Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-04-16T11:18:59.484Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-04-16T11:19:00.056Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-04-16T11:19:00.318Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-04-16T11:19:00.318Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-04-16T11:19:00.318Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-04-16T11:19:01.260Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-04-16T11:19:01.260Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-04-16T11:19:01.832Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-04-16T11:19:02.093Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-04-16T11:19:02.093Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-04-16T11:19:02.093Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-04-16T11:19:02.093Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-04-16T11:19:04.637Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-04-16T11:19:04.637Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-04-16T11:19:04.637Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-04-16T11:19:04.637Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-04-16T11:19:04.637Z] === RUN TestDockerSuite/TestVolumeEvents [2021-04-16T11:19:05.579Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-04-16T11:19:07.495Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-04-16T11:19:07.760Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-04-16T11:19:07.760Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-04-16T11:19:11.064Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-04-16T11:19:11.414Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-04-16T11:19:11.867Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-04-16T11:19:12.318Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-04-16T11:19:14.366Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-04-16T11:19:14.366Z] --- PASS: TestDockerSuite (1929.22s) [2021-04-16T11:19:14.366Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.17s) [2021-04-16T11:19:14.366Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.08s) [2021-04-16T11:19:14.366Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2021-04-16T11:19:14.366Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2021-04-16T11:19:14.366Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2021-04-16T11:19:14.366Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2021-04-16T11:19:14.366Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2021-04-16T11:19:14.366Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.90s) [2021-04-16T11:19:14.366Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.16s) [2021-04-16T11:19:14.366Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.56s) [2021-04-16T11:19:14.366Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s) [2021-04-16T11:19:14.366Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.92s) [2021-04-16T11:19:14.366Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.16s) [2021-04-16T11:19:14.366Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2021-04-16T11:19:14.366Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (2.32s) [2021-04-16T11:19:14.641Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (1.54s) [2021-04-16T11:19:14.641Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-04-16T11:19:14.641Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-04-16T11:19:14.641Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (2.90s) [2021-04-16T11:19:14.641Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.34s) [2021-04-16T11:19:14.641Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.49s) [2021-04-16T11:19:14.641Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2021-04-16T11:19:14.641Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-04-16T11:19:14.641Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (4.24s) [2021-04-16T11:19:14.641Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.08s) [2021-04-16T11:19:14.641Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.69s) [2021-04-16T11:19:14.641Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.69s) [2021-04-16T11:19:14.641Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.32s) [2021-04-16T11:19:14.641Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (1.14s) [2021-04-16T11:19:14.641Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (1.11s) [2021-04-16T11:19:14.641Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (1.22s) [2021-04-16T11:19:14.641Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.72s) [2021-04-16T11:19:14.641Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (2.33s) [2021-04-16T11:19:14.641Z] --- PASS: TestDockerSuite/TestAttachDetach (1.47s) [2021-04-16T11:19:14.641Z] --- PASS: TestDockerSuite/TestAttachDisconnect (1.26s) [2021-04-16T11:19:14.641Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.43s) [2021-04-16T11:19:14.641Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (1.18s) [2021-04-16T11:19:14.641Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (1.19s) [2021-04-16T11:19:14.641Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.65s) [2021-04-16T11:19:14.641Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (2.64s) [2021-04-16T11:19:14.641Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.82s) [2021-04-16T11:19:14.641Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.64s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.81s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.81s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (23.90s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.60s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.96s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.23s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.65s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (3.14s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.67s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.75s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (9.83s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (4.70s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.14s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.98s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (4.77s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.78s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.56s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (4.65s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.62s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.33s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.78s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildAddScript (4.77s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (11.30s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (6.70s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (4.20s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.59s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildAddTar (10.71s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.78s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.94s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (5.78s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (9.47s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.42s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.83s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.38s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.48s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.55s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.41s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (3.31s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.83s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (5.54s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (19.60s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (4.29s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (4.62s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.57s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (3.38s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (3.08s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (7.14s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.83s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.78s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.72s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.52s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (7.66s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.95s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.04s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.49s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (7.42s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (3.14s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.30s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.77s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildCmd (0.52s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.44s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.41s) [2021-04-16T11:19:14.642Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2021-04-16T11:19:14.642Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.81s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (6.97s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.89s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.55s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.37s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.28s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.69s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.29s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (15.49s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.58s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.51s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (3.70s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (6.19s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (2.29s) [2021-04-16T11:19:14.642Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2021-04-16T11:19:14.642Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2021-04-16T11:19:14.642Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2021-04-16T11:19:14.642Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2021-04-16T11:19:14.642Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2021-04-16T11:19:14.642Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2021-04-16T11:19:14.642Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-04-16T11:19:14.642Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (5.74s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (6.08s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (4.08s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.59s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (8.57s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (9.00s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.65s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (2.11s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (5.39s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.86s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.06s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.71s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.37s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.48s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildDockerignore (14.67s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.76s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (4.24s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (17.56s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.16s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.04s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (6.51s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (3.50s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (3.27s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (9.53s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (3.36s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (3.19s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (23.58s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.23s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (7.37s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.49s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.48s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.88s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.22s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.41s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.59s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (3.24s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.13s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (2.20s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildEnv (2.08s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (2.11s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.67s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (9.98s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (31.09s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.39s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (13.43s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (1.02s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.85s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.81s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.64s) [2021-04-16T11:19:14.642Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2021-04-16T11:19:14.642Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.37s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (15.72s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildExpose (0.84s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.83s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.67s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.59s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildFails (1.40s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.06s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.75s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (3.40s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildForceRm (3.38s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildFromGit (2.38s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.41s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.39s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.48s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (1.07s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.34s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.14s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.19s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.72s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildHistory (3.04s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.33s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.78s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.47s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.52s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.02s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (1.35s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildLabel (0.58s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.44s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.40s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.23s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildLabels (0.47s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.24s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.39s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildLastModified (5.89s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildLineBreak (4.45s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.09s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.28s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.23s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.44s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (3.87s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.45s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.42s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (10.24s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (3.90s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.34s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.24s) [2021-04-16T11:19:14.642Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2021-04-16T11:19:14.642Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (4.57s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.50s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (2.44s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.23s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.99s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.61s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildNoContext (1.19s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (1.02s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.82s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.41s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.04s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.31s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.37s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.62s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildOnBuild (2.17s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.59s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (3.66s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.93s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.59s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.43s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.50s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.49s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (4.59s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildPATH (2.28s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.08s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (1.10s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (10.21s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (4.90s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (6.25s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildRm (3.61s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.13s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.08s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.45s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.40s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.13s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.20s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.00s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (3.46s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.09s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.22s) [2021-04-16T11:19:14.642Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-04-16T11:19:14.642Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.29s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.85s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.10s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildStderr (1.37s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (6.12s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.20s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.71s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.61s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.98s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.27s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildUser (1.72s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (3.06s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (16.42s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (1.81s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.62s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.45s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.33s) [2021-04-16T11:19:14.642Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.92s) [2021-04-16T11:19:14.642Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-04-16T11:19:14.642Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2021-04-16T11:19:14.642Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-04-16T11:19:14.642Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2021-04-16T11:19:14.642Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-04-16T11:19:14.642Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2021-04-16T11:19:14.642Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s) [2021-04-16T11:19:14.642Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.97s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.11s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestBuildWithFailure (1.16s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.71s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestBuildWithTabs (1.17s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.09s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (3.30s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.94s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (1.29s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.49s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.63s) [2021-04-16T11:19:14.643Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-04-16T11:19:14.643Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.82s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestBuildXZHost (3.16s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.06s) [2021-04-16T11:19:14.643Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-04-16T11:19:14.643Z] docker_cli_sni_test.go:18: Flakey test [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.26s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (1.25s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCommitChange (1.72s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (1.52s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCommitHardlink (2.00s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCommitNewFile (2.25s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (1.32s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCommitTTY (2.01s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (1.17s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.89s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (1.14s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.03s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.03s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.14s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.08s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.76s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (2.01s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.95s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (1.05s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (1.14s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.86s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.98s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.94s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.08s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.11s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.81s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.98s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.96s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.98s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (1.35s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (1.03s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.87s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.89s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.92s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.89s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.90s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (1.43s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.32s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerAPIRename (1.50s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (2.24s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (2.19s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.05s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.03s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.51s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.80s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerAPIStop (1.42s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerAPITop (1.48s) [2021-04-16T11:19:14.643Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-04-16T11:19:14.643Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.07s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerAPIWait (3.52s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.01s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.87s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (7.23s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (1.00s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (2.20s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (2.07s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (23.98s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.59s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.88s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (0.78s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.82s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc0007f0260_} (1.73s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1188190315_/foo_false____} (1.57s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1188190315_/foo_true____} (1.59s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3648180430_/foo_false____} (1.60s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3648180430_/foo_true____} (1.57s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3648180430_/foo_true__0xc0007f02c0__} (1.58s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc0007f02e0_} (1.59s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc0007f0300_} (1.85s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc0007f0320_} (1.92s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc0007f0340_} (1.67s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (2.46s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.26s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.01s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.01s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.01s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.02s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (5.29s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (3.57s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (5.31s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.92s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.15s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.92s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (1.19s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (1.63s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCpFromCaseA (1.23s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCpFromCaseB (1.16s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCpFromCaseC (1.45s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCpFromCaseD (1.56s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCpFromCaseE (1.38s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCpFromCaseF (1.58s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCpFromCaseG (1.47s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCpFromCaseH (1.25s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.97s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (1.21s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.56s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.26s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCpGarbagePath (1.08s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.90s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCpRelativePath (1.09s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (1.32s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (1.04s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (1.12s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCpToCaseA (2.00s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.99s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.78s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCpToCaseD (5.42s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCpToCaseE (3.15s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.79s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCpToCaseG (5.29s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCpToCaseH (3.17s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.73s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCpToCaseJ (4.22s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.83s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCpToDot (0.78s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.37s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.45s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCpToStdout (0.98s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.37s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.25s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.99s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.60s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.10s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCreateArgs (0.11s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.57s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.77s) [2021-04-16T11:19:14.643Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-04-16T11:19:14.643Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.73s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.26s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCreateLabels (0.06s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.09s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCreateRM (0.12s) [2021-04-16T11:19:14.643Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-04-16T11:19:14.643Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.06s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.11s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.94s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.06s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.83s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.06s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.12s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.05s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.77s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.63s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.97s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (2.13s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (2.32s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (1.14s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.82s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.09s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.89s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.52s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.76s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (2.66s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.04s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.06s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.52s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (7.05s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (3.30s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (3.16s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.86s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (1.39s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestEventsAttach (0.80s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestEventsCommit (0.87s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.79s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.89s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.86s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.73s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.81s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (3.15s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (3.02s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestEventsCopy (1.37s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.49s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.67s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.28s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.77s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.18s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.51s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.30s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.45s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestEventsFilters (1.45s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestEventsFormat (1.45s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.91s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.20s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.38s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2021-04-16T11:19:14.643Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.24s) [2021-04-16T11:19:14.643Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-04-16T11:19:14.643Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-04-16T11:19:14.644Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-04-16T11:19:14.644Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.36s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.70s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestEventsRename (0.73s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestEventsResize (0.77s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.60s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (1.24s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.83s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (3.28s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestEventsTop (1.54s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestEventsUntag (2.65s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (12.03s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestExec (1.15s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.77s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.71s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.74s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestExecAPIStart (2.07s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (1.03s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (1.00s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.07s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.26s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.41s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.36s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (2.69s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestExecCgroup (3.54s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestExecEnv (1.03s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.75s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestExecExitStatus (1.06s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestExecInspectID (3.09s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestExecInteractive (1.03s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (1.01s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (1.22s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestExecParseError (0.81s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestExecPausedContainer (1.14s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.89s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (5.04s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestExecSetEnv (1.05s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestExecStartFails (1.06s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestExecStateCleanup (11.44s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.99s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestExecTTY (1.35s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (1.46s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (1.02s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestExecUlimits (1.68s) [2021-04-16T11:19:14.644Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.01s) [2021-04-16T11:19:14.644Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestExecWithImageUser (2.74s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (1.59s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (1.82s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestExecWithTERM (1.03s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestExecWithUser (1.34s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.76s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.75s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.73s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.80s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.75s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.07s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestHealth (23.47s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.85s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.76s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.20s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.22s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.33s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.75s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.15s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.91s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (1.27s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (1.07s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.02s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.04s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestImportBadURL (0.04s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestImportDisplay (2.76s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestImportFile (2.13s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.64s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestImportGzipped (1.68s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.66s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.83s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.78s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.85s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.79s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.78s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.75s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.76s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.84s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (1.18s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.04s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (2.63s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.97s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.71s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.03s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.70s) [2021-04-16T11:19:14.644Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-04-16T11:19:14.644Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.38s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.74s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestInspectDefault (0.70s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestInspectHistory (0.88s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestInspectImage (0.03s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.05s) [2021-04-16T11:19:14.644Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-04-16T11:19:14.644Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.78s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.12s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.07s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.82s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.88s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestInspectPlugin (2.03s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.04s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (1.32s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestInspectStatus (1.42s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (2.44s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestInspectTemplateError (1.00s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (1.03s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.98s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.98s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.75s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.70s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.05s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.50s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.53s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.48s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (2.06s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (2.33s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (2.19s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (2.16s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.58s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.94s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (13.22s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (2.82s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (2.16s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.72s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (3.09s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.32s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.84s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.23s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.97s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.69s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.73s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.69s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.07s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.07s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.12s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.15s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.00s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.15s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.78s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.86s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestLogsSince (7.01s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (6.08s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (1.11s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestLogsTail (1.30s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestLogsTimestamps (1.11s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestLogsWithDetails (1.09s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.34s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestMountIntoSys (1.10s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestNetHostname (3.58s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.76s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestNetworkEvents (7.17s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (3.11s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (1.15s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestPluginActive (1.64s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.45s) [2021-04-16T11:19:14.644Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2021-04-16T11:19:14.644Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (3.35s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.38s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.44s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (3.20s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.94s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (3.72s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (2.21s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestPortHostBinding (2.24s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestPortList (11.17s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.40s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.98s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.68s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.71s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.70s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.06s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.65s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (4.02s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.86s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (1.37s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.13s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestPsByOrder (3.50s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (1.43s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestPsListContainersBase (3.92s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (4.61s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.09s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (3.55s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (9.02s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.64s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.59s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (2.20s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.81s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (3.27s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (3.15s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.84s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.17s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (1.03s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestPsRightTagName (2.80s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestPsShowMounts (3.52s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.94s) [2021-04-16T11:19:14.644Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) [2021-04-16T11:19:14.644Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.16s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.09s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.05s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (1.00s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (2.02s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.61s) [2021-04-16T11:19:14.644Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.96s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (11.50s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.61s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.09s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.14s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.21s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.52s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.41s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (5.07s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (2.07s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRmiBlank (0.02s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.11s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (4.43s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (1.10s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.38s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (2.38s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (1.03s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (2.23s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.94s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRmiTag (0.17s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.86s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (5.06s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.92s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (1.24s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.36s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.45s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunAddHost (0.72s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.44s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.70s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.68s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.83s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.71s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (1.19s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (1.20s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.07s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.84s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunAttachDetach (1.24s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.88s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.84s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.88s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.84s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (1.03s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.03s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.68s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.70s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.67s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunBindMounts (2.09s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (1.00s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (1.09s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (1.30s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.90s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.72s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.69s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.69s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.71s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.69s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.73s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.03s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.74s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.75s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.68s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.06s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.69s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.45s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.77s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.52s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.84s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.83s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.98s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.76s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.69s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.53s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (3.97s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.99s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (2.19s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.61s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.98s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (3.13s) [2021-04-16T11:19:14.645Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-04-16T11:19:14.645Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows [2021-04-16T11:19:14.645Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-04-16T11:19:14.645Z] docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.78s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (2.86s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.66s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.76s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.89s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.67s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.72s) [2021-04-16T11:19:14.645Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-04-16T11:19:14.645Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.72s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.53s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.05s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.73s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.70s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.69s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.75s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.67s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.70s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.70s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.68s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunExitCode (0.73s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.68s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.70s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.73s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunExposePort (0.02s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.68s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.70s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.40s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.46s) [2021-04-16T11:19:14.645Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-04-16T11:19:14.645Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (3.16s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.89s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (12.07s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.60s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.44s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.72s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (3.14s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.68s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.45s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.83s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.89s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.69s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunModeHostname (1.41s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.19s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.37s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.46s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.47s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.17s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.46s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunMount (7.94s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.72s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.87s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.95s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.09s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (3.62s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunNamedVolume (2.84s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.51s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.52s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.46s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.04s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (1.00s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunNetHost (1.16s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.69s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.90s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (2.09s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.23s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (4.23s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.61s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.10s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.72s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.07s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.73s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.75s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.72s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.79s) [2021-04-16T11:19:14.645Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-04-16T11:19:14.645Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.76s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.72s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (2.00s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.93s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.45s) [2021-04-16T11:19:14.645Z] docker_cli_run_unix_test.go:1434: out: "a *:* rwm\n" [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.47s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.45s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.77s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.44s) [2021-04-16T11:19:14.645Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-04-16T11:19:14.645Z] docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.76s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.45s) [2021-04-16T11:19:14.645Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-04-16T11:19:14.645Z] docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.68s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.39s) [2021-04-16T11:19:14.645Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-04-16T11:19:14.645Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (3.11s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.37s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunRm (0.83s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.70s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.72s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.74s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.33s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.69s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (3.77s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (4.00s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.69s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.46s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.70s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.51s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.43s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.48s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.80s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.74s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.76s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.66s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunState (1.50s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.72s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.73s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.19s) [2021-04-16T11:19:14.645Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-04-16T11:19:14.645Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.76s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.47s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunSysctls (1.44s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.73s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.45s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.72s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.84s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (3.70s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.22s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.70s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.68s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.69s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.88s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.05s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunUserByID (0.72s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.13s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.11s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.72s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunUserByName (0.70s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.72s) [2021-04-16T11:19:14.645Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-04-16T11:19:14.645Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.12s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.71s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.90s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.69s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.97s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.36s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.98s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (2.87s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (3.23s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.98s) [2021-04-16T11:19:14.645Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-04-16T11:19:14.645Z] docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows [2021-04-16T11:19:14.645Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-04-16T11:19:14.645Z] docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows [2021-04-16T11:19:14.645Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-04-16T11:19:14.645Z] docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.20s) [2021-04-16T11:19:14.645Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-04-16T11:19:14.645Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (4.37s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (1.08s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.80s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.92s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.86s) [2021-04-16T11:19:14.645Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.02s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.95s) [2021-04-16T11:19:14.646Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-04-16T11:19:14.646Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.07s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.04s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2021-04-16T11:19:14.646Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s) [2021-04-16T11:19:14.646Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2021-04-16T11:19:14.646Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-04-16T11:19:14.646Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2021-04-16T11:19:14.646Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-04-16T11:19:14.646Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2021-04-16T11:19:14.646Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-04-16T11:19:14.646Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2021-04-16T11:19:14.646Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-04-16T11:19:14.646Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.91s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (1.04s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (1.16s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (1.14s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.20s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.84s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.05s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.94s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.82s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.04s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.04s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.79s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.78s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.71s) [2021-04-16T11:19:14.646Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.02s) [2021-04-16T11:19:14.646Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.65s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.04s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.68s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.58s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.78s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.82s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (1.02s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (1.12s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.33s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (2.08s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestSaveImageId (0.08s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.50s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestSaveLoadParents (2.31s) [2021-04-16T11:19:14.646Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents251770051 [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.79s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.08s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.80s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (2.04s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.40s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.07s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.08s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.10s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.58s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.54s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.58s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.35s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.90s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.34s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.78s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (2.27s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.76s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestStartRecordError (1.79s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.79s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.89s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.98s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.77s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestStatsFormatAll (5.13s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.76s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.73s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.75s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.77s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.57s) [2021-04-16T11:19:14.646Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s) [2021-04-16T11:19:14.646Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (1.02s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (4.39s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.40s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.71s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.87s) [2021-04-16T11:19:14.646Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-04-16T11:19:14.646Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (1.19s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (2.29s) [2021-04-16T11:19:14.646Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-04-16T11:19:14.646Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.40s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (1.09s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (1.07s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (2.08s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestUpdateStats (3.75s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.40s) [2021-04-16T11:19:14.646Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.01s) [2021-04-16T11:19:14.646Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (1.99s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (1.04s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (5.77s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (5.55s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (4.76s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (3.23s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (5.46s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (6.10s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (2.12s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (2.07s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.44s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.39s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.77s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (2.27s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (2.10s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (2.27s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (2.11s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.07s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.03s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.73s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.07s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.76s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.89s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.02s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (2.26s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.12s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.75s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (2.13s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.07s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (3.06s) [2021-04-16T11:19:14.646Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (3.72s) [2021-04-16T11:19:14.646Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2021-04-16T11:19:14.646Z] docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-04-16T11:19:14.646Z] === RUN TestDockerRegistrySuite [2021-04-16T11:19:14.646Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-04-16T11:19:16.030Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-04-16T11:19:17.417Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-04-16T11:19:18.802Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-04-16T11:19:19.063Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-04-16T11:19:23.271Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-04-16T11:19:28.557Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-04-16T11:19:32.763Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-04-16T11:19:33.295Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-04-16T11:19:33.295Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-04-16T11:19:33.295Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-04-16T11:19:33.334Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-04-16T11:19:34.717Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-04-16T11:19:36.192Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-04-16T11:19:37.077Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-04-16T11:19:37.133Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-04-16T11:19:39.049Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-04-16T11:19:39.991Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-04-16T11:19:40.763Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-04-16T11:19:41.379Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-04-16T11:19:43.629Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-04-16T11:19:43.933Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-04-16T11:19:46.480Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-04-16T11:19:47.423Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-04-16T11:19:50.726Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-04-16T11:19:51.671Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-04-16T11:19:51.671Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-04-16T11:19:53.059Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-04-16T11:19:54.003Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-04-16T11:19:55.389Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-04-16T11:19:58.693Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-04-16T11:19:58.693Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-04-16T11:20:00.078Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-04-16T11:20:00.338Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-04-16T11:20:00.599Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-04-16T11:20:00.861Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-04-16T11:20:01.122Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-04-16T11:20:01.382Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-04-16T11:20:01.642Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-04-16T11:20:03.027Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-04-16T11:20:04.941Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-04-16T11:20:05.887Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-04-16T11:20:07.279Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-04-16T11:20:08.221Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-04-16T11:20:09.163Z] --- PASS: TestDockerRegistrySuite (54.55s) [2021-04-16T11:20:09.163Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.49s) [2021-04-16T11:20:09.163Z] check_test.go:196: [d080f2e2d70aa] daemon is not started [2021-04-16T11:20:09.163Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.30s) [2021-04-16T11:20:09.163Z] check_test.go:196: [d7cf247189ab0] daemon is not started [2021-04-16T11:20:09.163Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.60s) [2021-04-16T11:20:09.163Z] check_test.go:196: [d412e5e35c549] daemon is not started [2021-04-16T11:20:09.163Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s) [2021-04-16T11:20:09.163Z] check_test.go:196: [d58a5d4dc32b0] daemon is not started [2021-04-16T11:20:09.163Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (3.49s) [2021-04-16T11:20:09.163Z] check_test.go:196: [d53a1cd62a661] daemon is not started [2021-04-16T11:20:09.163Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (6.08s) [2021-04-16T11:20:09.163Z] check_test.go:196: [d3d7fa4d64db3] daemon is not started [2021-04-16T11:20:09.163Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (3.51s) [2021-04-16T11:20:09.163Z] check_test.go:196: [d5af274ae2fbc] daemon is not started [2021-04-16T11:20:09.163Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.28s) [2021-04-16T11:20:09.163Z] check_test.go:196: [d91580bf2c5a1] daemon is not started [2021-04-16T11:20:09.163Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.12s) [2021-04-16T11:20:09.163Z] check_test.go:196: [d717e8ed3e6e7] daemon is not started [2021-04-16T11:20:09.163Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.27s) [2021-04-16T11:20:09.163Z] check_test.go:196: [d60f1aa09b2c2] daemon is not started [2021-04-16T11:20:09.163Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.34s) [2021-04-16T11:20:09.163Z] check_test.go:196: [db77478517fb0] daemon is not started [2021-04-16T11:20:09.163Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.76s) [2021-04-16T11:20:09.163Z] check_test.go:196: [d257cd3c426a9] daemon is not started [2021-04-16T11:20:09.163Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.20s) [2021-04-16T11:20:09.163Z] check_test.go:196: [d08c35ba026b3] daemon is not started [2021-04-16T11:20:09.163Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.23s) [2021-04-16T11:20:09.163Z] check_test.go:196: [d63ae69474298] daemon is not started [2021-04-16T11:20:09.163Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.42s) [2021-04-16T11:20:09.163Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:0d17bbaed0bed251e1db50278b4ad2e113263eee079593fe94db8003bb3485ea [2021-04-16T11:20:09.163Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:44a5194026675a742b735c99d5be3d8374befe332e9a571662af6e6da2a5c470 [2021-04-16T11:20:09.163Z] check_test.go:196: [d68fe5baba2d6] daemon is not started [2021-04-16T11:20:09.163Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.45s) [2021-04-16T11:20:09.163Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:88697c9812bf99d6cbeaecd7fcfdc743583ac124cd72d63c1e27df28a4fd05fe [2021-04-16T11:20:09.163Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:3f0c45c8903d6b3ccbfa574cdc970e069c51612d47d94be14c8d0ffe728caba7 [2021-04-16T11:20:09.163Z] check_test.go:196: [d0c9aec9b1d87] daemon is not started [2021-04-16T11:20:09.163Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.23s) [2021-04-16T11:20:09.163Z] check_test.go:196: [d9d2f444ef8e7] daemon is not started [2021-04-16T11:20:09.163Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.92s) [2021-04-16T11:20:09.163Z] check_test.go:196: [ddcf58a287cfa] daemon is not started [2021-04-16T11:20:09.163Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.24s) [2021-04-16T11:20:09.163Z] check_test.go:196: [d749a7e2db859] daemon is not started [2021-04-16T11:20:09.163Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2021-04-16T11:20:09.163Z] check_test.go:196: [d70dcda52e07d] daemon is not started [2021-04-16T11:20:09.163Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.23s) [2021-04-16T11:20:09.163Z] check_test.go:196: [d97544ce67f5a] daemon is not started [2021-04-16T11:20:09.163Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.14s) [2021-04-16T11:20:09.163Z] check_test.go:196: [d7308fe3144d6] daemon is not started [2021-04-16T11:20:09.163Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.11s) [2021-04-16T11:20:09.163Z] check_test.go:196: [d242c46d21e30] daemon is not started [2021-04-16T11:20:09.163Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (3.09s) [2021-04-16T11:20:09.163Z] check_test.go:196: [ddead4449ef87] daemon is not started [2021-04-16T11:20:09.163Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.38s) [2021-04-16T11:20:09.163Z] check_test.go:196: [d798b0d6de476] daemon is not started [2021-04-16T11:20:09.163Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.28s) [2021-04-16T11:20:09.163Z] check_test.go:196: [dde93e0e4cb9c] daemon is not started [2021-04-16T11:20:09.163Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.40s) [2021-04-16T11:20:09.163Z] check_test.go:196: [ddca88f84659e] daemon is not started [2021-04-16T11:20:09.163Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2021-04-16T11:20:09.163Z] check_test.go:196: [ddcae4ea9d4d7] daemon is not started [2021-04-16T11:20:09.163Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.31s) [2021-04-16T11:20:09.163Z] check_test.go:196: [d1e9aebcb350d] daemon is not started [2021-04-16T11:20:09.163Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.27s) [2021-04-16T11:20:09.163Z] check_test.go:196: [d20ab7c7b2bcf] daemon is not started [2021-04-16T11:20:09.163Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.38s) [2021-04-16T11:20:09.163Z] check_test.go:196: [dacbfef0df4c6] daemon is not started [2021-04-16T11:20:09.163Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2021-04-16T11:20:09.163Z] check_test.go:196: [df875b36fc594] daemon is not started [2021-04-16T11:20:09.163Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.29s) [2021-04-16T11:20:09.163Z] check_test.go:196: [dad76e6eddd64] daemon is not started [2021-04-16T11:20:09.163Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.90s) [2021-04-16T11:20:09.163Z] check_test.go:196: [d91aaab2d8d72] daemon is not started [2021-04-16T11:20:09.163Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.06s) [2021-04-16T11:20:09.163Z] check_test.go:196: [d9d121022f1f9] daemon is not started [2021-04-16T11:20:09.163Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.30s) [2021-04-16T11:20:09.163Z] check_test.go:196: [d385c01ba397c] daemon is not started [2021-04-16T11:20:09.163Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (1.04s) [2021-04-16T11:20:09.163Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.88s) [2021-04-16T11:20:09.163Z] === RUN TestDockerSchema1RegistrySuite [2021-04-16T11:20:09.163Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-04-16T11:20:09.163Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-04-16T11:20:13.372Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-04-16T11:20:17.576Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-04-16T11:20:21.781Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-04-16T11:20:22.353Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-04-16T11:20:23.737Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-04-16T11:20:23.737Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-04-16T11:20:24.190Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-04-16T11:20:24.190Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-04-16T11:20:24.190Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-04-16T11:20:24.190Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-04-16T11:20:24.190Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-04-16T11:20:24.190Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-04-16T11:20:24.190Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-04-16T11:20:24.190Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-04-16T11:20:24.190Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-04-16T11:20:24.190Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-04-16T11:20:24.190Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-04-16T11:20:24.190Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-04-16T11:20:24.190Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-04-16T11:20:24.190Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-04-16T11:20:24.190Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-04-16T11:20:24.190Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-04-16T11:20:25.122Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-04-16T11:20:26.508Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-04-16T11:20:27.893Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-04-16T11:20:31.194Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-04-16T11:20:31.194Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-04-16T11:20:31.299Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-04-16T11:20:31.299Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-04-16T11:20:31.299Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-04-16T11:20:31.299Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-04-16T11:20:31.299Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-04-16T11:20:31.765Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-04-16T11:20:31.765Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-04-16T11:20:32.025Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-04-16T11:20:32.285Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-04-16T11:20:32.874Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-04-16T11:20:33.135Z] --- PASS: TestDockerSchema1RegistrySuite (23.98s) [2021-04-16T11:20:33.135Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.15s) [2021-04-16T11:20:33.135Z] check_test.go:223: [df3624d8db997] daemon is not started [2021-04-16T11:20:33.135Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (3.78s) [2021-04-16T11:20:33.135Z] check_test.go:223: [dd9febf0ca923] daemon is not started [2021-04-16T11:20:33.135Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.48s) [2021-04-16T11:20:33.135Z] check_test.go:223: [d8c95dcf59023] daemon is not started [2021-04-16T11:20:33.135Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (3.76s) [2021-04-16T11:20:33.135Z] check_test.go:223: [d12d7b0ab6400] daemon is not started [2021-04-16T11:20:33.135Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.25s) [2021-04-16T11:20:33.135Z] check_test.go:223: [de562df47672e] daemon is not started [2021-04-16T11:20:33.135Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.24s) [2021-04-16T11:20:33.135Z] check_test.go:223: [de35756fe6982] daemon is not started [2021-04-16T11:20:33.135Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s) [2021-04-16T11:20:33.135Z] check_test.go:223: [d7d59fde4ffc7] daemon is not started [2021-04-16T11:20:33.135Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.27s) [2021-04-16T11:20:33.135Z] check_test.go:223: [d54275923ad6f] daemon is not started [2021-04-16T11:20:33.135Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.33s) [2021-04-16T11:20:33.135Z] check_test.go:223: [d95002e9fd7a2] daemon is not started [2021-04-16T11:20:33.135Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.14s) [2021-04-16T11:20:33.135Z] check_test.go:223: [d297561696a07] daemon is not started [2021-04-16T11:20:33.135Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (3.28s) [2021-04-16T11:20:33.135Z] check_test.go:223: [d404ba9a4b3ac] daemon is not started [2021-04-16T11:20:33.135Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.43s) [2021-04-16T11:20:33.135Z] check_test.go:223: [dcdde18661c7b] daemon is not started [2021-04-16T11:20:33.135Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.42s) [2021-04-16T11:20:33.135Z] check_test.go:223: [dda1d9a7358a4] daemon is not started [2021-04-16T11:20:33.135Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2021-04-16T11:20:33.135Z] check_test.go:223: [d7b9e954f1519] daemon is not started [2021-04-16T11:20:33.135Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.29s) [2021-04-16T11:20:33.135Z] check_test.go:223: [dabbc93e33e56] daemon is not started [2021-04-16T11:20:33.135Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.27s) [2021-04-16T11:20:33.135Z] check_test.go:223: [d55a562d89fc5] daemon is not started [2021-04-16T11:20:33.135Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.51s) [2021-04-16T11:20:33.135Z] check_test.go:223: [d47a074cb30bc] daemon is not started [2021-04-16T11:20:33.135Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.14s) [2021-04-16T11:20:33.135Z] check_test.go:223: [dbd90db14770c] daemon is not started [2021-04-16T11:20:33.135Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-04-16T11:20:33.135Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-04-16T11:20:34.077Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-04-16T11:20:34.338Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-04-16T11:20:34.598Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-04-16T11:20:35.063Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-04-16T11:20:35.063Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-04-16T11:20:35.063Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-04-16T11:20:35.982Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-04-16T11:20:35.982Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-04-16T11:20:36.243Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-04-16T11:20:36.813Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-04-16T11:20:37.073Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (3.99s) [2021-04-16T11:20:37.073Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.81s) [2021-04-16T11:20:37.073Z] check_test.go:252: [d8d389e2dfdad] daemon is not started [2021-04-16T11:20:37.073Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.50s) [2021-04-16T11:20:37.073Z] check_test.go:252: [dae4b4539c067] daemon is not started [2021-04-16T11:20:37.073Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.17s) [2021-04-16T11:20:37.073Z] check_test.go:252: [d0a0ddecc8016] daemon is not started [2021-04-16T11:20:37.073Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.22s) [2021-04-16T11:20:37.073Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.21s) [2021-04-16T11:20:37.073Z] check_test.go:252: [da7fd18d3e4f0] daemon is not started [2021-04-16T11:20:37.073Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.39s) [2021-04-16T11:20:37.073Z] check_test.go:252: [de9526c3b4308] daemon is not started [2021-04-16T11:20:37.073Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.53s) [2021-04-16T11:20:37.073Z] check_test.go:252: [d833f5cccf60b] daemon is not started [2021-04-16T11:20:37.073Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.16s) [2021-04-16T11:20:37.073Z] check_test.go:252: [df2a41f931a4c] daemon is not started [2021-04-16T11:20:37.073Z] === RUN TestDockerRegistryAuthTokenSuite [2021-04-16T11:20:37.073Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-04-16T11:20:42.168Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-04-16T11:20:42.356Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-04-16T11:20:42.356Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-04-16T11:20:42.616Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-04-16T11:20:42.616Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-04-16T11:20:42.876Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.83s) [2021-04-16T11:20:42.876Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s) [2021-04-16T11:20:42.876Z] check_test.go:279: [dbb64b2f597cd] daemon is not started [2021-04-16T11:20:42.876Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.23s) [2021-04-16T11:20:42.876Z] check_test.go:279: [d93ac05565768] daemon is not started [2021-04-16T11:20:42.876Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2021-04-16T11:20:42.876Z] check_test.go:279: [d44cbda4024fb] daemon is not started [2021-04-16T11:20:42.876Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2021-04-16T11:20:42.876Z] check_test.go:279: [df0bd3d76394d] daemon is not started [2021-04-16T11:20:42.876Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2021-04-16T11:20:42.876Z] check_test.go:279: [db30661739426] daemon is not started [2021-04-16T11:20:42.876Z] === RUN TestDockerNetworkSuite [2021-04-16T11:20:42.876Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2021-04-16T11:20:43.981Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-04-16T11:20:43.981Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-04-16T11:20:43.981Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-04-16T11:20:46.175Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2021-04-16T11:20:47.560Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2021-04-16T11:20:54.144Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2021-04-16T11:20:57.446Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2021-04-16T11:21:01.660Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2021-04-16T11:21:03.575Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2021-04-16T11:21:04.145Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2021-04-16T11:21:16.384Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2021-04-16T11:21:17.769Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2021-04-16T11:21:18.710Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2021-04-16T11:21:18.971Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2021-04-16T11:21:18.971Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2021-04-16T11:21:19.231Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2021-04-16T11:21:19.231Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2021-04-16T11:21:20.173Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2021-04-16T11:21:21.558Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2021-04-16T11:21:22.501Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2021-04-16T11:21:23.073Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2021-04-16T11:21:23.073Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2021-04-16T11:21:24.988Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2021-04-16T11:21:27.533Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2021-04-16T11:21:28.103Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2021-04-16T11:21:28.103Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2021-04-16T11:21:29.487Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2021-04-16T11:21:30.429Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2021-04-16T11:21:31.010Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2021-04-16T11:21:31.593Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2021-04-16T11:21:31.593Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2021-04-16T11:21:32.165Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2021-04-16T11:21:34.078Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2021-04-16T11:21:36.623Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2021-04-16T11:21:36.623Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2021-04-16T11:21:36.883Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2021-04-16T11:21:37.144Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2021-04-16T11:21:42.433Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2021-04-16T11:21:44.345Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2021-04-16T11:21:44.460Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-04-16T11:21:44.460Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-04-16T11:21:44.460Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-04-16T11:21:56.581Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2021-04-16T11:21:57.151Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2021-04-16T11:21:59.696Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2021-04-16T11:22:00.266Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2021-04-16T11:22:00.266Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2021-04-16T11:22:00.837Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2021-04-16T11:22:01.408Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2021-04-16T11:22:01.408Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2021-04-16T11:22:05.582Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-04-16T11:22:05.623Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2021-04-16T11:22:05.623Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2021-04-16T11:22:05.623Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2021-04-16T11:22:07.008Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2021-04-16T11:22:13.594Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2021-04-16T11:22:15.925Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-04-16T11:22:18.881Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2021-04-16T11:22:18.881Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2021-04-16T11:22:19.826Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2021-04-16T11:22:22.371Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2021-04-16T11:22:22.371Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2021-04-16T11:22:23.754Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2021-04-16T11:22:24.695Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2021-04-16T11:22:25.267Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2021-04-16T11:22:26.290Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-04-16T11:22:26.655Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2021-04-16T11:22:27.599Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2021-04-16T11:22:32.894Z] --- PASS: TestDockerNetworkSuite (109.73s) [2021-04-16T11:22:32.894Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.92s) [2021-04-16T11:22:32.894Z] docker_cli_network_unix_test.go:46: [d7d50cc269d31] daemon is not started [2021-04-16T11:22:32.894Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.48s) [2021-04-16T11:22:32.894Z] docker_cli_network_unix_test.go:46: [d57a2787f71b4] daemon is not started [2021-04-16T11:22:32.894Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (7.00s) [2021-04-16T11:22:32.894Z] docker_cli_network_unix_test.go:46: [df59a56cac439] daemon is not started [2021-04-16T11:22:32.894Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (2.66s) [2021-04-16T11:22:32.894Z] docker_cli_network_unix_test.go:46: [d91a7f50433a5] daemon is not started [2021-04-16T11:22:32.894Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (4.06s) [2021-04-16T11:22:32.894Z] docker_cli_network_unix_test.go:1233: [d2ea30ad263b1] daemon is not started [2021-04-16T11:22:32.894Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (3.27s) [2021-04-16T11:22:32.894Z] docker_cli_network_unix_test.go:46: [d22c3b1d5ecb5] daemon is not started [2021-04-16T11:22:32.894Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (10.54s) [2021-04-16T11:22:32.894Z] docker_cli_network_unix_test.go:46: [dfe6092d8fc54] daemon is not started [2021-04-16T11:22:32.894Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (4.05s) [2021-04-16T11:22:32.894Z] docker_cli_network_unix_test.go:46: [decb8ad248594] daemon is not started [2021-04-16T11:22:32.894Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (2.55s) [2021-04-16T11:22:32.894Z] docker_cli_network_unix_test.go:46: [d9cc0e26ac6fa] daemon is not started [2021-04-16T11:22:32.894Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (1.01s) [2021-04-16T11:22:32.894Z] docker_cli_network_unix_test.go:46: [d00a5e6fcc89a] daemon is not started [2021-04-16T11:22:32.894Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.73s) [2021-04-16T11:22:32.894Z] docker_cli_network_unix_test.go:46: [d78ef26603e8f] daemon is not started [2021-04-16T11:22:32.894Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.88s) [2021-04-16T11:22:32.894Z] docker_cli_network_unix_test.go:46: [d70c9905ecc79] daemon is not started [2021-04-16T11:22:32.894Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (2.48s) [2021-04-16T11:22:32.894Z] docker_cli_network_unix_test.go:46: [df776a67a71b3] daemon is not started [2021-04-16T11:22:32.894Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.56s) [2021-04-16T11:22:32.894Z] docker_cli_network_unix_test.go:46: [d2ad8026391e6] daemon is not started [2021-04-16T11:22:32.894Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (1.12s) [2021-04-16T11:22:32.894Z] docker_cli_network_unix_test.go:46: [d37df0a37e003] daemon is not started [2021-04-16T11:22:32.894Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (1.89s) [2021-04-16T11:22:32.894Z] docker_cli_network_unix_test.go:46: [de7896d78826e] daemon is not started [2021-04-16T11:22:32.894Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.53s) [2021-04-16T11:22:32.894Z] docker_cli_network_unix_test.go:46: [dea91291e5e25] daemon is not started [2021-04-16T11:22:32.894Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.06s) [2021-04-16T11:22:32.894Z] docker_cli_network_unix_test.go:46: [dca4288bef235] daemon is not started [2021-04-16T11:22:32.894Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.54s) [2021-04-16T11:22:32.894Z] docker_cli_network_unix_test.go:46: [d856c004cfbf5] daemon is not started [2021-04-16T11:22:32.894Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.92s) [2021-04-16T11:22:32.894Z] docker_cli_network_unix_test.go:46: [d3a4c9cd911b6] daemon is not started [2021-04-16T11:22:32.894Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (2.23s) [2021-04-16T11:22:32.894Z] docker_cli_network_unix_test.go:46: [ddc3bafe286d6] daemon is not started [2021-04-16T11:22:32.894Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.08s) [2021-04-16T11:22:32.894Z] docker_cli_network_unix_test.go:46: [dc18241a599d0] daemon is not started [2021-04-16T11:22:32.894Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.53s) [2021-04-16T11:22:32.894Z] docker_cli_network_unix_test.go:46: [d1f4ed7d5f430] daemon is not started [2021-04-16T11:22:32.894Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.11s) [2021-04-16T11:22:32.894Z] docker_cli_network_unix_test.go:46: [dc744a4420b50] daemon is not started [2021-04-16T11:22:32.894Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (4.43s) [2021-04-16T11:22:32.894Z] docker_cli_network_unix_test.go:968: [d047ef205e657] daemon is not started [2021-04-16T11:22:32.894Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (2.44s) [2021-04-16T11:22:32.894Z] docker_cli_network_unix_test.go:46: [d40018370fc12] daemon is not started [2021-04-16T11:22:32.894Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (12.69s) [2021-04-16T11:22:32.894Z] docker_cli_network_unix_test.go:1116: [dc18ae223a14d] daemon is not started [2021-04-16T11:22:32.894Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.52s) [2021-04-16T11:22:32.894Z] docker_cli_network_unix_test.go:46: [d00c83205febf] daemon is not started [2021-04-16T11:22:32.894Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (2.60s) [2021-04-16T11:22:32.894Z] docker_cli_network_unix_test.go:46: [d592943da7923] daemon is not started [2021-04-16T11:22:32.894Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.42s) [2021-04-16T11:22:32.895Z] docker_cli_network_unix_test.go:46: [d1940b1fb38c6] daemon is not started [2021-04-16T11:22:32.895Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2021-04-16T11:22:32.895Z] docker_cli_network_unix_test.go:46: [db65e8abec2df] daemon is not started [2021-04-16T11:22:32.895Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.48s) [2021-04-16T11:22:32.895Z] docker_cli_network_unix_test.go:46: [deea744287ab5] daemon is not started [2021-04-16T11:22:32.895Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.55s) [2021-04-16T11:22:32.895Z] docker_cli_network_unix_test.go:46: [da3d3a5c2acc1] daemon is not started [2021-04-16T11:22:32.895Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2021-04-16T11:22:32.895Z] docker_cli_network_unix_test.go:46: [df9f84cce8b95] daemon is not started [2021-04-16T11:22:32.895Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (4.03s) [2021-04-16T11:22:32.895Z] docker_cli_network_unix_test.go:46: [d57ca11f9f154] daemon is not started [2021-04-16T11:22:32.895Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.03s) [2021-04-16T11:22:32.895Z] docker_cli_network_unix_test.go:46: [dc82df5aa474e] daemon is not started [2021-04-16T11:22:32.895Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-04-16T11:22:32.895Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-04-16T11:22:32.895Z] docker_cli_network_unix_test.go:46: [db06b5398f2a0] daemon is not started [2021-04-16T11:22:32.895Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (1.52s) [2021-04-16T11:22:32.895Z] docker_cli_network_unix_test.go:46: [dd09a6a62c997] daemon is not started [2021-04-16T11:22:32.895Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (5.61s) [2021-04-16T11:22:32.895Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (5.45s) [2021-04-16T11:22:32.895Z] docker_cli_network_unix_test.go:1084: [d83da37cee472] daemon is not started [2021-04-16T11:22:32.895Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.09s) [2021-04-16T11:22:32.895Z] docker_cli_network_unix_test.go:46: [de87f8e19ebf5] daemon is not started [2021-04-16T11:22:32.895Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.71s) [2021-04-16T11:22:32.895Z] docker_cli_network_unix_test.go:46: [d0582566c1db6] daemon is not started [2021-04-16T11:22:32.895Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (2.71s) [2021-04-16T11:22:32.895Z] docker_cli_network_unix_test.go:46: [def5a4a45e092] daemon is not started [2021-04-16T11:22:32.895Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2021-04-16T11:22:32.895Z] docker_cli_network_unix_test.go:46: [de5bb5dd2e285] daemon is not started [2021-04-16T11:22:32.895Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (1.38s) [2021-04-16T11:22:32.895Z] docker_cli_network_unix_test.go:46: [dae5a9f125906] daemon is not started [2021-04-16T11:22:32.895Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.81s) [2021-04-16T11:22:32.895Z] docker_cli_network_unix_test.go:46: [deddd8e413c54] daemon is not started [2021-04-16T11:22:32.895Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.91s) [2021-04-16T11:22:32.895Z] docker_cli_network_unix_test.go:46: [d5f49e0b3320a] daemon is not started [2021-04-16T11:22:32.895Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (6.00s) [2021-04-16T11:22:32.895Z] docker_cli_network_unix_test.go:46: [d7b361125d31e] daemon is not started [2021-04-16T11:22:32.895Z] === RUN TestDockerHubPullSuite [2021-04-16T11:22:32.895Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2021-04-16T11:22:33.155Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2021-04-16T11:22:34.111Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2021-04-16T11:22:36.022Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2021-04-16T11:22:36.594Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2021-04-16T11:22:36.855Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2021-04-16T11:22:38.241Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2021-04-16T11:22:38.501Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2021-04-16T11:22:38.501Z] --- PASS: TestDockerHubPullSuite (5.96s) [2021-04-16T11:22:38.501Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.61s) [2021-04-16T11:22:38.501Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.24s) [2021-04-16T11:22:38.501Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.38s) [2021-04-16T11:22:38.501Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.22s) [2021-04-16T11:22:38.501Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.38s) [2021-04-16T11:22:38.501Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.10s) [2021-04-16T11:22:38.501Z] PASS [2021-04-16T11:22:38.501Z] [2021-04-16T11:22:38.501Z] === Skipped [2021-04-16T11:22:38.501Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2021-04-16T11:22:38.501Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2021-04-16T11:22:38.501Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2021-04-16T11:22:38.501Z] [2021-04-16T11:22:38.501Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2021-04-16T11:22:38.501Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2021-04-16T11:22:38.501Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2021-04-16T11:22:38.501Z] [2021-04-16T11:22:38.501Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2021-04-16T11:22:38.501Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2021-04-16T11:22:38.501Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2021-04-16T11:22:38.501Z] [2021-04-16T11:22:38.501Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2021-04-16T11:22:38.501Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2021-04-16T11:22:38.501Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2021-04-16T11:22:38.501Z] [2021-04-16T11:22:38.501Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-04-16T11:22:38.501Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-04-16T11:22:38.501Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2021-04-16T11:22:38.501Z] [2021-04-16T11:22:38.501Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2021-04-16T11:22:38.501Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2021-04-16T11:22:38.501Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2021-04-16T11:22:38.501Z] [2021-04-16T11:22:38.501Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2021-04-16T11:22:38.501Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2021-04-16T11:22:38.501Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2021-04-16T11:22:38.501Z] [2021-04-16T11:22:38.501Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-04-16T11:22:38.501Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-04-16T11:22:38.501Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2021-04-16T11:22:38.501Z] [2021-04-16T11:22:38.501Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-04-16T11:22:38.501Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-04-16T11:22:38.501Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2021-04-16T11:22:38.501Z] [2021-04-16T11:22:38.501Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-04-16T11:22:38.501Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-04-16T11:22:38.501Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2021-04-16T11:22:38.501Z] [2021-04-16T11:22:38.501Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-04-16T11:22:38.501Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-04-16T11:22:38.501Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2021-04-16T11:22:38.501Z] [2021-04-16T11:22:38.501Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s) [2021-04-16T11:22:38.501Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s) [2021-04-16T11:22:38.501Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2021-04-16T11:22:38.501Z] [2021-04-16T11:22:38.501Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-04-16T11:22:38.501Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-04-16T11:22:38.501Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2021-04-16T11:22:38.502Z] [2021-04-16T11:22:38.502Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-04-16T11:22:38.502Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-04-16T11:22:38.502Z] docker_cli_sni_test.go:18: Flakey test [2021-04-16T11:22:38.502Z] [2021-04-16T11:22:38.502Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-04-16T11:22:38.502Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-04-16T11:22:38.502Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2021-04-16T11:22:38.502Z] [2021-04-16T11:22:38.502Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-04-16T11:22:38.502Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-04-16T11:22:38.502Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-04-16T11:22:38.502Z] [2021-04-16T11:22:38.502Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-04-16T11:22:38.502Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-04-16T11:22:38.502Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-04-16T11:22:38.502Z] [2021-04-16T11:22:38.502Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-04-16T11:22:38.502Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-04-16T11:22:38.502Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-04-16T11:22:38.502Z] [2021-04-16T11:22:38.502Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-04-16T11:22:38.502Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-04-16T11:22:38.502Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-04-16T11:22:38.502Z] [2021-04-16T11:22:38.502Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.01s) [2021-04-16T11:22:38.502Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.01s) [2021-04-16T11:22:38.502Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-04-16T11:22:38.502Z] [2021-04-16T11:22:38.502Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-04-16T11:22:38.502Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-04-16T11:22:38.502Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-04-16T11:22:38.502Z] [2021-04-16T11:22:38.502Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-04-16T11:22:38.502Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-04-16T11:22:38.502Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-04-16T11:22:38.502Z] [2021-04-16T11:22:38.502Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2021-04-16T11:22:38.502Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2021-04-16T11:22:38.502Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-04-16T11:22:38.502Z] [2021-04-16T11:22:38.502Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) [2021-04-16T11:22:38.502Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) [2021-04-16T11:22:38.502Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-04-16T11:22:38.502Z] [2021-04-16T11:22:38.502Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-04-16T11:22:38.502Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-04-16T11:22:38.502Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows [2021-04-16T11:22:38.502Z] [2021-04-16T11:22:38.502Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-04-16T11:22:38.502Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-04-16T11:22:38.502Z] docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows [2021-04-16T11:22:38.502Z] [2021-04-16T11:22:38.502Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-04-16T11:22:38.502Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-04-16T11:22:38.502Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-04-16T11:22:38.502Z] [2021-04-16T11:22:38.502Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-04-16T11:22:38.502Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-04-16T11:22:38.502Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-04-16T11:22:38.502Z] [2021-04-16T11:22:38.502Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-04-16T11:22:38.502Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-04-16T11:22:38.502Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2021-04-16T11:22:38.502Z] [2021-04-16T11:22:38.502Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-04-16T11:22:38.502Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-04-16T11:22:38.502Z] docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess [2021-04-16T11:22:38.502Z] [2021-04-16T11:22:38.502Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-04-16T11:22:38.502Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-04-16T11:22:38.502Z] docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured [2021-04-16T11:22:38.502Z] [2021-04-16T11:22:38.502Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-04-16T11:22:38.502Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-04-16T11:22:38.502Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2021-04-16T11:22:38.502Z] [2021-04-16T11:22:38.502Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-04-16T11:22:38.502Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-04-16T11:22:38.502Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2021-04-16T11:22:38.502Z] [2021-04-16T11:22:38.502Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-04-16T11:22:38.502Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-04-16T11:22:38.502Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2021-04-16T11:22:38.502Z] [2021-04-16T11:22:38.502Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-04-16T11:22:38.502Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-04-16T11:22:38.502Z] docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows [2021-04-16T11:22:38.502Z] [2021-04-16T11:22:38.502Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-04-16T11:22:38.502Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-04-16T11:22:38.502Z] docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows [2021-04-16T11:22:38.502Z] [2021-04-16T11:22:38.502Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-04-16T11:22:38.502Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-04-16T11:22:38.502Z] docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows [2021-04-16T11:22:38.502Z] [2021-04-16T11:22:38.502Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-04-16T11:22:38.502Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-04-16T11:22:38.502Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2021-04-16T11:22:38.502Z] [2021-04-16T11:22:38.502Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-04-16T11:22:38.502Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-04-16T11:22:38.502Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2021-04-16T11:22:38.502Z] [2021-04-16T11:22:38.502Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s) [2021-04-16T11:22:38.502Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s) [2021-04-16T11:22:38.502Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2021-04-16T11:22:38.502Z] [2021-04-16T11:22:38.502Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-04-16T11:22:38.502Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-04-16T11:22:38.502Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2021-04-16T11:22:38.502Z] [2021-04-16T11:22:38.502Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-04-16T11:22:38.502Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-04-16T11:22:38.502Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2021-04-16T11:22:38.502Z] [2021-04-16T11:22:38.502Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-04-16T11:22:38.502Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-04-16T11:22:38.502Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2021-04-16T11:22:38.502Z] [2021-04-16T11:22:38.502Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-04-16T11:22:38.502Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-04-16T11:22:38.502Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2021-04-16T11:22:38.502Z] [2021-04-16T11:22:38.502Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.02s) [2021-04-16T11:22:38.502Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.02s) [2021-04-16T11:22:38.502Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2021-04-16T11:22:38.502Z] [2021-04-16T11:22:38.502Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.01s) [2021-04-16T11:22:38.502Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s) [2021-04-16T11:22:38.502Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-04-16T11:22:38.502Z] [2021-04-16T11:22:38.502Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-04-16T11:22:38.502Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-04-16T11:22:38.502Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2021-04-16T11:22:38.502Z] [2021-04-16T11:22:38.502Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-04-16T11:22:38.502Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-04-16T11:22:38.502Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2021-04-16T11:22:38.502Z] [2021-04-16T11:22:38.502Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.01s) [2021-04-16T11:22:38.502Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.01s) [2021-04-16T11:22:38.502Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2021-04-16T11:22:38.502Z] [2021-04-16T11:22:38.502Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2021-04-16T11:22:38.502Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2021-04-16T11:22:38.502Z] docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-04-16T11:22:38.502Z] [2021-04-16T11:22:38.502Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-04-16T11:22:38.502Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-04-16T11:22:38.502Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-04-16T11:22:38.502Z] docker_cli_network_unix_test.go:46: [db06b5398f2a0] daemon is not started [2021-04-16T11:22:38.502Z] [2021-04-16T11:22:38.502Z] [2021-04-16T11:22:38.502Z] DONE 1273 tests, 51 skipped in 2182.307s [2021-04-16T11:22:38.502Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-04-16T11:22:38.502Z] ++++ cat bundles/test-integration/docker.pid [2021-04-16T11:22:38.502Z] +++ kill 8146 [2021-04-16T11:22:39.885Z] +++ /etc/init.d/apparmor stop [2021-04-16T11:22:39.885Z] Leaving: AppArmorNo profiles have been unloaded. [2021-04-16T11:22:39.885Z] [2021-04-16T11:22:39.885Z] Unloading profiles will leave already running processes permanently [2021-04-16T11:22:39.885Z] unconfined, which can lead to unexpected situations. [2021-04-16T11:22:39.885Z] [2021-04-16T11:22:39.885Z] To set a process to complain mode, use the command line tool [2021-04-16T11:22:39.885Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-04-16T11:22:39.885Z] +++ true [2021-04-16T11:22:39.885Z] exiting test-integration [2021-04-16T11:22:39.885Z] ++ exit 0 [2021-04-16T11:22:39.885Z] [2021-04-16T11:22:39.885Z] + for job in $(jobs -p) [2021-04-16T11:22:39.885Z] + wait 21929 [2021-04-16T11:22:40.826Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2021-04-16T11:22:44.126Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2021-04-16T11:22:56.280Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-04-16T11:23:06.086Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2021-04-16T11:23:06.637Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-04-16T11:23:09.139Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-04-16T11:23:09.139Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-04-16T11:23:09.139Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-04-16T11:23:09.139Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-04-16T11:23:09.139Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-04-16T11:23:09.139Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-04-16T11:23:09.139Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-04-16T11:23:09.139Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-04-16T11:23:09.139Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-04-16T11:23:09.139Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-04-16T11:23:09.139Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-04-16T11:23:10.684Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-04-16T11:23:12.236Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-04-16T11:23:12.699Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-04-16T11:23:12.699Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-04-16T11:23:12.699Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-04-16T11:23:15.620Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-04-16T11:23:18.315Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2021-04-16T11:23:19.032Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-04-16T11:23:19.700Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2021-04-16T11:23:22.269Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2021-04-16T11:23:25.570Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2021-04-16T11:23:28.059Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-04-16T11:23:33.878Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-04-16T11:23:34.340Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-04-16T11:23:34.340Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-04-16T11:23:35.565Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2021-04-16T11:23:38.092Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-04-16T11:23:39.637Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-04-16T11:23:39.769Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2021-04-16T11:23:43.070Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2021-04-16T11:23:45.452Z] === RUN TestDockerSuite/TestBuildAddScript [2021-04-16T11:23:45.452Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-04-16T11:23:45.452Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-04-16T11:23:45.452Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-04-16T11:23:45.452Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-04-16T11:23:45.452Z] === RUN TestDockerSuite/TestBuildAddTar [2021-04-16T11:23:45.614Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2021-04-16T11:23:48.913Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2021-04-16T11:23:50.830Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2021-04-16T11:23:55.047Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2021-04-16T11:23:56.430Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2021-04-16T11:24:45.127Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-04-16T11:24:45.127Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-04-16T11:24:45.127Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-04-16T11:24:45.127Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-04-16T11:24:45.127Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-04-16T11:24:45.127Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-04-16T11:24:45.127Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-04-16T11:24:45.127Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-04-16T11:24:45.127Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-04-16T11:24:45.930Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-04-16T11:24:45.931Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-04-16T11:24:45.931Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-04-16T11:24:50.989Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-04-16T11:24:52.691Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2021-04-16T11:24:54.740Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-04-16T11:25:05.124Z] === RUN TestDockerSuite/TestBuildEnv [2021-04-16T11:25:05.124Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-04-16T11:25:05.124Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-04-16T11:25:05.124Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-04-16T11:25:05.124Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-04-16T11:25:05.124Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-04-16T11:25:07.593Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2021-04-16T11:25:08.872Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-04-16T11:25:08.872Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-04-16T11:25:08.872Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-04-16T11:25:08.872Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-04-16T11:25:09.333Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-04-16T11:25:15.862Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-04-16T11:25:15.862Z] === RUN TestDockerSuite/TestBuildBlankName [2021-04-16T11:25:15.862Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-04-16T11:25:19.675Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-04-16T11:25:24.373Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-04-16T11:25:24.827Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-04-16T11:25:25.704Z] --- PASS: TestDockerSwarmSuite (1775.81s) [2021-04-16T11:25:25.704Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.61s) [2021-04-16T11:25:25.704Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.64s) [2021-04-16T11:25:25.704Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (6.95s) [2021-04-16T11:25:25.704Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.74s) [2021-04-16T11:25:25.704Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.18s) [2021-04-16T11:25:25.704Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (32.59s) [2021-04-16T11:25:25.704Z] docker_api_swarm_test.go:562: [d9b6605b33551] joining swarm manager [d216d7365df95]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-16T11:25:25.704Z] docker_api_swarm_test.go:584: [d8df7e7315e78] joining swarm manager [d216d7365df95]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-16T11:25:25.704Z] check_test.go:380: [d9b6605b33551] daemon is not started [2021-04-16T11:25:25.704Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-04-16T11:25:25.704Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2021-04-16T11:25:25.704Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (19.80s) [2021-04-16T11:25:25.704Z] docker_api_swarm_test.go:45: [d69856932331a] joining swarm manager [d3effd86a2e20]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-16T11:25:25.704Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.86s) [2021-04-16T11:25:25.704Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.83s) [2021-04-16T11:25:25.704Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (38.31s) [2021-04-16T11:25:25.704Z] docker_api_swarm_test.go:303: [d16f72c76a118] joining swarm manager [d13e3efe0cd0d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-16T11:25:25.704Z] docker_api_swarm_test.go:304: [df3a4883458c0] joining swarm manager [d13e3efe0cd0d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-16T11:25:25.704Z] docker_api_swarm_test.go:350: Waiting for election to occur... [2021-04-16T11:25:25.704Z] docker_api_swarm_test.go:363: Waiting for possible election... [2021-04-16T11:25:25.704Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (25.18s) [2021-04-16T11:25:25.704Z] docker_api_swarm_test.go:271: [d518f275976d5] joining swarm manager [d333cc070a3c8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-16T11:25:25.704Z] docker_api_swarm_test.go:272: [d7ad831ca2057] joining swarm manager [d333cc070a3c8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-16T11:25:25.704Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.59s) [2021-04-16T11:25:25.704Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (6.08s) [2021-04-16T11:25:25.704Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.42s) [2021-04-16T11:25:25.704Z] docker_api_swarm_node_test.go:19: [db1726d30db64] joining swarm manager [d0dbfe9536118]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-16T11:25:25.704Z] docker_api_swarm_node_test.go:20: [d3e84a1c042ce] joining swarm manager [d0dbfe9536118]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-16T11:25:25.704Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (48.51s) [2021-04-16T11:25:25.704Z] docker_api_swarm_test.go:501: [d4a03d8de4eaf] joining swarm manager [df1ec2632c092]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-16T11:25:25.704Z] docker_api_swarm_test.go:506: [d702bb92f3e19] joining swarm manager [df1ec2632c092]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-16T11:25:25.704Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (21.11s) [2021-04-16T11:25:25.704Z] docker_api_swarm_node_test.go:80: [d37ba2b9cb350] joining swarm manager [d2df06ccbe8d0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-16T11:25:25.704Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.67s) [2021-04-16T11:25:25.704Z] docker_api_swarm_node_test.go:52: [d3fc08d35da3f] joining swarm manager [d5ec061c40926]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-16T11:25:25.704Z] docker_api_swarm_node_test.go:53: [df629b9e4e226] joining swarm manager [d5ec061c40926]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-16T11:25:25.704Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.21s) [2021-04-16T11:25:25.704Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (20.53s) [2021-04-16T11:25:25.704Z] docker_api_swarm_test.go:201: [d981e1ddd92dc] joining swarm manager [da6802bc7df57]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-16T11:25:25.704Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (67.95s) [2021-04-16T11:25:25.704Z] docker_api_swarm_test.go:383: [d74c4793e8b50] joining swarm manager [dd1413f85afcb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-16T11:25:25.704Z] docker_api_swarm_test.go:384: [d5583551392a9] joining swarm manager [dd1413f85afcb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-16T11:25:25.704Z] check_test.go:380: [d5583551392a9] daemon is not started [2021-04-16T11:25:25.704Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (56.02s) [2021-04-16T11:25:25.704Z] docker_api_swarm_test.go:801: [d6f5f7b7533c9] joining swarm manager [d88e302d66a62]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-16T11:25:25.704Z] docker_api_swarm_test.go:801: [d352abf773c60] joining swarm manager [d88e302d66a62]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-16T11:25:25.704Z] docker_api_swarm_test.go:801: [d01c1888b3c23] joining swarm manager [d88e302d66a62]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-04-16T11:25:25.704Z] docker_api_swarm_test.go:801: [d8c79bef59679] joining swarm manager [d88e302d66a62]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-04-16T11:25:25.704Z] docker_api_swarm_test.go:809: [dc49d28cbc341] joining swarm manager [d88e302d66a62]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2021-04-16T11:25:25.704Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.35s) [2021-04-16T11:25:25.704Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (5.08s) [2021-04-16T11:25:25.704Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (20.42s) [2021-04-16T11:25:25.704Z] docker_api_swarm_service_test.go:394: [d4d3b8024689d] joining swarm manager [dc70432298359]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-16T11:25:25.704Z] docker_api_swarm_service_test.go:394: [d81c105857159] joining swarm manager [dc70432298359]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-16T11:25:25.704Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (19.36s) [2021-04-16T11:25:25.704Z] docker_api_swarm_service_test.go:342: [de071e981ee72] joining swarm manager [d2ab08196feb2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-16T11:25:25.704Z] docker_api_swarm_service_test.go:342: [dd1b92dc72d17] joining swarm manager [d2ab08196feb2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-16T11:25:25.704Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (17.37s) [2021-04-16T11:25:25.704Z] docker_api_swarm_service_test.go:489: [db47981b6261f] joining swarm manager [d560f10179edf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-16T11:25:25.704Z] docker_api_swarm_service_test.go:489: [d55ddbd2ce168] joining swarm manager [d560f10179edf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-16T11:25:25.704Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.45s) [2021-04-16T11:25:25.704Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (30.36s) [2021-04-16T11:25:25.704Z] docker_api_swarm_service_test.go:127: [d33d6de3de878] joining swarm manager [d5ca8ff3d66d9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-16T11:25:25.704Z] docker_api_swarm_service_test.go:128: [da1d96bb2c195] joining swarm manager [d5ca8ff3d66d9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-16T11:25:25.704Z] docker_api_swarm_service_test.go:136: [d17a045bf47e5] joining swarm manager [d5ca8ff3d66d9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-04-16T11:25:25.704Z] docker_api_swarm_service_test.go:137: [d7c4450424c5d] joining swarm manager [d5ca8ff3d66d9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-04-16T11:25:25.704Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.73s) [2021-04-16T11:25:25.704Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (23.89s) [2021-04-16T11:25:25.704Z] docker_api_swarm_service_test.go:303: [ddc3a36004b3a] joining swarm manager [d7a36921f6511]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-16T11:25:25.704Z] docker_api_swarm_service_test.go:303: [d4081ca890f4b] joining swarm manager [d7a36921f6511]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-16T11:25:25.704Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (32.48s) [2021-04-16T11:25:25.704Z] docker_api_swarm_service_test.go:99: [de31650e5807b] joining swarm manager [da5bda19dea13]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-16T11:25:25.704Z] docker_api_swarm_service_test.go:100: [dc285543e3e92] joining swarm manager [da5bda19dea13]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-16T11:25:25.704Z] check_test.go:380: [de31650e5807b] daemon is not started [2021-04-16T11:25:25.704Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (31.36s) [2021-04-16T11:25:25.704Z] docker_api_swarm_service_test.go:532: [d5e1defc2f1a3] joining swarm manager [dd55cc42c427d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-16T11:25:25.704Z] docker_api_swarm_service_test.go:533: [d8079e0edd113] joining swarm manager [dd55cc42c427d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (44.13s) [2021-04-16T11:25:25.705Z] docker_api_swarm_service_test.go:147: [d9fa5bf9a9332] joining swarm manager [d7486392f06bd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-16T11:25:25.705Z] docker_api_swarm_service_test.go:147: [dfedfa303098f] joining swarm manager [d7486392f06bd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (33.39s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (6.02s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.90s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.33s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.39s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.67s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.61s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.55s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (5.29s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (25.28s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (10.61s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (4.24s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (13.24s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.90s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (4.00s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.85s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (4.31s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.67s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (4.36s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.88s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (5.19s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (7.75s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (7.33s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (14.54s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.70s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (4.37s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.83s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.65s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.77s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.74s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.10s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (14.09s) [2021-04-16T11:25:25.705Z] docker_cli_service_logs_test.go:245: checking task m0pw8d53txsd [2021-04-16T11:25:25.705Z] docker_cli_service_logs_test.go:250: checking messages for m0pw8d53txsd [2021-04-16T11:25:25.705Z] docker_cli_service_logs_test.go:245: checking task l3x1iznsqb44 [2021-04-16T11:25:25.705Z] docker_cli_service_logs_test.go:250: checking messages for l3x1iznsqb44 [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (3.10s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (18.57s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.38s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.94s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (24.47s) [2021-04-16T11:25:25.705Z] docker_cli_swarm_test.go:1901: [d43ad6ed43633] joining swarm manager [ded756c098605]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-16T11:25:25.705Z] docker_cli_swarm_test.go:1902: [d098ca40d412e] joining swarm manager [ded756c098605]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.57s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.45s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.99s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (18.92s) [2021-04-16T11:25:25.705Z] docker_cli_swarm_test.go:1802: [d57a65979ebe5] joining swarm manager [d3f5c4e1b0589]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-16T11:25:25.705Z] docker_cli_swarm_test.go:1803: [d8d6def8dba4a] joining swarm manager [d3f5c4e1b0589]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.10s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (103.73s) [2021-04-16T11:25:25.705Z] docker_cli_swarm_test.go:1321: [ddad14987cb7d] joining swarm manager [d3fb00f28c6a5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-16T11:25:25.705Z] docker_cli_swarm_test.go:1322: [de2b168fbb9b3] joining swarm manager [d3fb00f28c6a5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (5.49s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (8.26s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (10.40s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.98s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (7.45s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (3.98s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (5.05s) [2021-04-16T11:25:25.705Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-04-16T11:25:25.705Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (8.13s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.80s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.81s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.87s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.60s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (55.59s) [2021-04-16T11:25:25.705Z] docker_cli_swarm_test.go:1186: [d63a2e037065b] joining swarm manager [db6a0aeaef673]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-16T11:25:25.705Z] docker_cli_swarm_test.go:1195: [dc5f614722a93] joining swarm manager [db6a0aeaef673]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.08s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.43s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (133.20s) [2021-04-16T11:25:25.705Z] docker_cli_swarm_test.go:1118: [db671701b1a27] joining swarm manager [dec683e4698a2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-16T11:25:25.705Z] docker_cli_swarm_test.go:1119: [d2689facc856c] joining swarm manager [dec683e4698a2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-16T11:25:25.705Z] docker_cli_swarm_test.go:1172: [d04e03f6806cf] joining swarm manager [dec683e4698a2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (14.15s) [2021-04-16T11:25:25.705Z] docker_cli_swarm_test.go:1453: [d99fd47656bf2] joining swarm manager [dd13fa10baf7d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-16T11:25:25.705Z] docker_cli_swarm_test.go:1454: [ddd1fef1b281a] joining swarm manager [dd13fa10baf7d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.50s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.29s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.23s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.06s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.87s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (5.00s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.27s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (54.92s) [2021-04-16T11:25:25.705Z] docker_cli_swarm_unix_test.go:62: [d2c3587d0b6ae] joining swarm manager [d46340faf02f6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.35s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (5.52s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.56s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (5.09s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.84s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.38s) [2021-04-16T11:25:25.705Z] docker_api_swarm_test.go:961: [d525286140e34] joining swarm manager [d551e79268e16]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (13.01s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.48s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.52s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (3.45s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (9.08s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (5.31s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.81s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.91s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.75s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.43s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.64s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.08s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.65s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.55s) [2021-04-16T11:25:25.705Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.04s) [2021-04-16T11:25:25.705Z] === RUN TestDockerExternalVolumeSuite [2021-04-16T11:25:25.705Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2021-04-16T11:25:30.573Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-04-16T11:25:34.514Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-04-16T11:25:34.514Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-04-16T11:25:34.514Z] === RUN TestDockerSuite/TestBuildExpose [2021-04-16T11:25:34.515Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-04-16T11:25:34.515Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-04-16T11:25:34.515Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-04-16T11:25:34.515Z] === RUN TestDockerSuite/TestBuildFails [2021-04-16T11:25:36.705Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-04-16T11:25:37.166Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-04-16T11:25:40.622Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2021-04-16T11:25:40.843Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-04-16T11:25:42.988Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-04-16T11:25:49.362Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-04-16T11:25:49.362Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-04-16T11:25:50.091Z] === RUN TestDockerSuite/TestBuildForceRm [2021-04-16T11:25:55.119Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-04-16T11:25:55.119Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-04-16T11:25:55.119Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-04-16T11:25:57.189Z] === RUN TestDockerSuite/TestBuildFromGit [2021-04-16T11:26:02.143Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-04-16T11:26:02.144Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-04-16T11:26:02.144Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-04-16T11:26:02.144Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-04-16T11:26:02.144Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-04-16T11:26:03.002Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-04-16T11:26:03.974Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-04-16T11:26:14.312Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-04-16T11:26:14.312Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-04-16T11:26:14.773Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-04-16T11:26:15.744Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-04-16T11:26:15.744Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-04-16T11:26:30.579Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-04-16T11:26:30.580Z] === RUN TestDockerSuite/TestBuildHistory [2021-04-16T11:26:42.984Z] === RUN TestDockerSuite/TestBuildIidFile [2021-04-16T11:26:42.984Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-04-16T11:26:44.526Z] === RUN TestDockerSuite/TestBuildInheritance [2021-04-16T11:26:44.526Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-04-16T11:26:44.988Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-04-16T11:26:45.449Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-04-16T11:26:48.342Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2021-04-16T11:26:50.150Z] === RUN TestDockerSuite/TestBuildLabel [2021-04-16T11:26:51.123Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-04-16T11:26:51.584Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-04-16T11:26:52.556Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-04-16T11:26:52.713Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-04-16T11:26:52.713Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-04-16T11:26:52.713Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-04-16T11:26:52.713Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-04-16T11:26:53.532Z] === RUN TestDockerSuite/TestBuildLabels [2021-04-16T11:26:53.669Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-04-16T11:26:53.669Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-04-16T11:26:54.506Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-04-16T11:26:56.052Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-04-16T11:26:56.474Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2021-04-16T11:26:59.415Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-04-16T11:27:00.372Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-04-16T11:27:00.372Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-04-16T11:27:00.372Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-04-16T11:27:01.894Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-04-16T11:27:03.141Z] === RUN TestDockerSuite/TestBuildLastModified [2021-04-16T11:27:03.141Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-04-16T11:27:03.141Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-04-16T11:27:03.141Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-04-16T11:27:03.141Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-04-16T11:27:03.141Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-04-16T11:27:03.141Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-04-16T11:27:03.415Z] === RUN TestDockerSuite/TestBuildCmd [2021-04-16T11:27:03.601Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-04-16T11:27:03.868Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-04-16T11:27:04.062Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-04-16T11:27:04.320Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-04-16T11:27:04.773Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-04-16T11:27:09.873Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-04-16T11:27:10.526Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-04-16T11:27:13.402Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-04-16T11:27:13.402Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-04-16T11:27:14.367Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-04-16T11:27:14.367Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-04-16T11:27:14.821Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-04-16T11:27:16.975Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-04-16T11:27:17.931Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-04-16T11:27:18.886Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-04-16T11:27:18.887Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-04-16T11:27:19.843Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-04-16T11:27:20.296Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-04-16T11:27:20.296Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-04-16T11:27:20.296Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-04-16T11:27:26.042Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-04-16T11:27:27.589Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-04-16T11:27:27.589Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-04-16T11:27:28.560Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-04-16T11:27:28.575Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2021-04-16T11:27:43.484Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2021-04-16T11:28:01.619Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-04-16T11:28:02.072Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-04-16T11:28:03.592Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-04-16T11:28:09.338Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-04-16T11:28:09.338Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-04-16T11:28:09.792Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-04-16T11:28:09.792Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-04-16T11:28:10.755Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-04-16T11:28:10.755Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-04-16T11:28:11.117Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-04-16T11:28:15.588Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2021-04-16T11:28:23.410Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-04-16T11:28:27.812Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2021-04-16T11:28:28.043Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-04-16T11:28:35.048Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-04-16T11:28:45.290Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-04-16T11:28:46.353Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-04-16T11:28:46.353Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-04-16T11:28:46.353Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-04-16T11:28:59.917Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2021-04-16T11:29:02.866Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-04-16T11:29:02.866Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-04-16T11:29:11.357Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-04-16T11:29:11.413Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-04-16T11:29:11.413Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-04-16T11:29:11.413Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-04-16T11:29:11.808Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-04-16T11:29:11.808Z] === RUN TestDockerSuite/TestBuildNetNone [2021-04-16T11:29:11.808Z] === RUN TestDockerSuite/TestBuildNoContext [2021-04-16T11:29:14.676Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-04-16T11:29:15.117Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-04-16T11:29:17.997Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-04-16T11:29:18.043Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2021-04-16T11:29:20.406Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-04-16T11:29:20.879Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-04-16T11:29:22.553Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-04-16T11:29:23.005Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-04-16T11:29:23.005Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-04-16T11:29:25.869Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-04-16T11:29:26.822Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-04-16T11:29:28.335Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-04-16T11:29:32.941Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2021-04-16T11:29:38.583Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-04-16T11:29:39.535Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-04-16T11:29:49.779Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-04-16T11:29:58.271Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-04-16T11:30:15.850Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-04-16T11:30:19.644Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2021-04-16T11:30:20.486Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-04-16T11:30:30.726Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-04-16T11:30:31.177Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-04-16T11:30:31.177Z] === RUN TestDockerSuite/TestBuildPATH [2021-04-16T11:30:31.177Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-04-16T11:30:32.872Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-04-16T11:30:33.326Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-04-16T11:30:33.326Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-04-16T11:30:35.033Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-04-16T11:30:35.488Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-04-16T11:30:37.754Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2021-04-16T11:31:09.871Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2021-04-16T11:31:23.872Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-04-16T11:31:41.508Z] === RUN TestDockerSuite/TestBuildRm [2021-04-16T11:31:41.974Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2021-04-16T11:31:56.873Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2021-04-16T11:32:01.437Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-04-16T11:32:01.437Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-04-16T11:32:01.437Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-04-16T11:32:02.482Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-04-16T11:32:10.969Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-04-16T11:32:10.969Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-04-16T11:32:11.421Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-04-16T11:32:12.934Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-04-16T11:32:14.983Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2021-04-16T11:32:17.567Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-04-16T11:32:21.255Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-04-16T11:32:26.499Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-04-16T11:32:26.987Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-04-16T11:32:29.899Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2021-04-16T11:32:41.263Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-04-16T11:32:44.562Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-04-16T11:32:44.562Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-04-16T11:32:44.562Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-04-16T11:32:44.802Z] --- PASS: TestDockerExternalVolumeSuite (441.58s) [2021-04-16T11:32:44.802Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.83s) [2021-04-16T11:32:44.802Z] docker_cli_external_volume_driver_test.go:53: [df5efebe7ae4f] daemon is not started [2021-04-16T11:32:44.802Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.73s) [2021-04-16T11:32:44.802Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.53s) [2021-04-16T11:32:44.802Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2021-04-16T11:32:44.802Z] docker_cli_external_volume_driver_test.go:53: [d8782a77f9d91] daemon is not started [2021-04-16T11:32:44.802Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.68s) [2021-04-16T11:32:44.802Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2021-04-16T11:32:44.802Z] docker_cli_external_volume_driver_test.go:53: [d1e7fea04ebc4] daemon is not started [2021-04-16T11:32:44.802Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2021-04-16T11:32:44.802Z] docker_cli_external_volume_driver_test.go:53: [de88bdabc32d1] daemon is not started [2021-04-16T11:32:44.802Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.73s) [2021-04-16T11:32:44.802Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.68s) [2021-04-16T11:32:44.802Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.90s) [2021-04-16T11:32:44.802Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.68s) [2021-04-16T11:32:44.802Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.59s) [2021-04-16T11:32:44.802Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.65s) [2021-04-16T11:32:44.802Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (31.02s) [2021-04-16T11:32:44.802Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.57s) [2021-04-16T11:32:44.802Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (17.31s) [2021-04-16T11:32:44.802Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.41s) [2021-04-16T11:32:44.802Z] docker_cli_external_volume_driver_test.go:485: [dab65bb4dc3b7] daemon is not started [2021-04-16T11:32:44.802Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2021-04-16T11:32:44.802Z] docker_cli_external_volume_driver_test.go:53: [d07150e837467] daemon is not started [2021-04-16T11:32:44.802Z] PASS [2021-04-16T11:32:44.802Z] [2021-04-16T11:32:44.802Z] === Skipped [2021-04-16T11:32:44.802Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.02s) [2021-04-16T11:32:44.802Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.02s) [2021-04-16T11:32:44.802Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-04-16T11:32:44.802Z] check_test.go:309: [dc2046d18c1e3] daemon is not started [2021-04-16T11:32:44.802Z] [2021-04-16T11:32:44.802Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-04-16T11:32:44.802Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-04-16T11:32:44.802Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-04-16T11:32:44.802Z] check_test.go:309: [dcbd913e41e0b] daemon is not started [2021-04-16T11:32:44.802Z] [2021-04-16T11:32:44.802Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2021-04-16T11:32:44.802Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2021-04-16T11:32:44.802Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-04-16T11:32:44.802Z] check_test.go:309: [d66f2d7f08914] daemon is not started [2021-04-16T11:32:44.802Z] [2021-04-16T11:32:44.802Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-04-16T11:32:44.802Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-04-16T11:32:44.802Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2021-04-16T11:32:44.802Z] [2021-04-16T11:32:44.802Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-04-16T11:32:44.802Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-04-16T11:32:44.802Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-04-16T11:32:44.802Z] [2021-04-16T11:32:44.802Z] [2021-04-16T11:32:44.802Z] DONE 273 tests, 5 skipped in 2788.009s [2021-04-16T11:32:44.802Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-04-16T11:32:44.802Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d6d91b7cca313/docker.pid [2021-04-16T11:32:44.802Z] +++ kill 6187 [2021-04-16T11:32:44.802Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 6187 is not a child of this shell [2021-04-16T11:32:44.802Z] warning: PID 6187 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d6d91b7cca313/docker.pid had a nonzero exit code [2021-04-16T11:32:44.802Z] ++++ cat bundles/test-integration/docker.pid [2021-04-16T11:32:44.802Z] +++ kill 8132 [2021-04-16T11:32:45.743Z] +++ /etc/init.d/apparmor stop [2021-04-16T11:32:45.744Z] Leaving: AppArmorNo profiles have been unloaded. [2021-04-16T11:32:45.744Z] [2021-04-16T11:32:45.744Z] Unloading profiles will leave already running processes permanently [2021-04-16T11:32:45.744Z] unconfined, which can lead to unexpected situations. [2021-04-16T11:32:45.744Z] [2021-04-16T11:32:45.744Z] To set a process to complain mode, use the command line tool [2021-04-16T11:32:45.744Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-04-16T11:32:45.744Z] +++ true [2021-04-16T11:32:45.744Z] exiting test-integration [2021-04-16T11:32:45.744Z] ++ exit 0 [2021-04-16T11:32:45.744Z] [2021-04-16T11:32:46.004Z] + exit 0 [2021-04-16T11:32:46.004Z] ++ jobs -p [2021-04-16T11:32:46.004Z] + pids= [2021-04-16T11:32:46.004Z] + echo 'Remaining pids to kill: []' [2021-04-16T11:32:46.004Z] Remaining pids to kill: [] [2021-04-16T11:32:46.004Z] + '[' -z '' ']' Post stage [Pipeline] junit [2021-04-16T11:32:46.020Z] Recording test results [2021-04-16T11:32:46.768Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-04-16T11:32:47.100Z] + echo Ensuring container killed. [2021-04-16T11:32:47.100Z] Ensuring container killed. [2021-04-16T11:32:47.100Z] + docker ps -aq -f name=docker-pr16-* [2021-04-16T11:32:47.100Z] + cids=9e5287544633 [2021-04-16T11:32:47.100Z] 9c1a2fbb7aa3 [2021-04-16T11:32:47.100Z] 9d15ae5167db [2021-04-16T11:32:47.100Z] + [ -n 9e5287544633 [2021-04-16T11:32:47.100Z] 9c1a2fbb7aa3 [2021-04-16T11:32:47.100Z] 9d15ae5167db ] [2021-04-16T11:32:47.100Z] + docker rm -vf 9e5287544633 9c1a2fbb7aa3 9d15ae5167db [2021-04-16T11:32:48.042Z] 9e5287544633 [2021-04-16T11:32:48.984Z] 9c1a2fbb7aa3 [2021-04-16T11:32:49.556Z] 9d15ae5167db [Pipeline] sh [2021-04-16T11:32:49.842Z] + echo Chowning /workspace to jenkins user [2021-04-16T11:32:49.842Z] Chowning /workspace to jenkins user [2021-04-16T11:32:49.842Z] + id -u [2021-04-16T11:32:49.842Z] + id -g [2021-04-16T11:32:49.842Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40094:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-04-16T11:32:54.354Z] + bundleName=amd64 [2021-04-16T11:32:54.354Z] + echo Creating amd64-bundles.tar.gz [2021-04-16T11:32:54.354Z] Creating amd64-bundles.tar.gz [2021-04-16T11:32:54.354Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-04-16T11:32:54.354Z] + xargs tar -czf amd64-bundles.tar.gz [2021-04-16T11:32:54.804Z] === RUN TestDockerSuite/TestBuildSpaces [2021-04-16T11:32:54.804Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [Pipeline] archiveArtifacts [2021-04-16T11:32:55.308Z] Archiving artifacts [2021-04-16T11:32:55.844Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-40094/16/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-04-16T11:32:56.064Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-04-16T11:32:56.161Z] + make clean [2021-04-16T11:32:56.161Z] docker volume rm -f docker-dev-cache [2021-04-16T11:32:56.421Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-16T11:33:05.038Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-04-16T11:33:05.038Z] === RUN TestDockerSuite/TestBuildStderr [2021-04-16T11:33:13.528Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-04-16T11:33:46.689Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-04-16T11:33:49.072Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-04-16T11:33:49.072Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-04-16T11:33:50.586Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-04-16T11:33:52.099Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-04-16T11:33:56.732Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-04-16T11:33:56.958Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-04-16T11:34:02.462Z] === RUN TestDockerSuite/TestBuildUser [2021-04-16T11:34:02.462Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-04-16T11:34:02.462Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-04-16T11:34:02.462Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-04-16T11:34:09.276Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-04-16T11:34:10.953Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-04-16T11:34:11.408Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-04-16T11:34:15.101Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-04-16T11:34:15.101Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-04-16T11:34:15.101Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-04-16T11:34:40.117Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-04-16T11:34:40.117Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-04-16T11:34:50.352Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-04-16T11:34:54.988Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-04-16T11:34:55.440Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-04-16T11:34:55.440Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-04-16T11:34:58.305Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-04-16T11:34:58.756Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2021-04-16T11:35:19.733Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-04-16T11:35:23.420Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-04-16T11:35:23.420Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-04-16T11:35:38.135Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-04-16T11:35:38.135Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-04-16T11:35:38.586Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-04-16T11:35:38.586Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-04-16T11:35:40.103Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-04-16T11:35:57.685Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-04-16T11:35:59.833Z] === RUN TestDockerSuite/TestBuildXZHost [2021-04-16T11:35:59.833Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-04-16T11:35:59.833Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-04-16T11:36:00.284Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-04-16T11:36:02.432Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-04-16T11:36:07.068Z] === RUN TestDockerSuite/TestCommitChange [2021-04-16T11:36:11.706Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-04-16T11:36:17.434Z] === RUN TestDockerSuite/TestCommitHardlink [2021-04-16T11:36:17.434Z] === RUN TestDockerSuite/TestCommitNewFile [2021-04-16T11:36:20.825Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-04-16T11:36:20.825Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-04-16T11:36:21.279Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-04-16T11:36:21.279Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-04-16T11:36:22.237Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-04-16T11:36:23.757Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-04-16T11:36:23.757Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-04-16T11:36:24.212Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-04-16T11:36:24.442Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-04-16T11:36:24.442Z] === RUN TestDockerSuite/TestCommitTTY [2021-04-16T11:36:24.665Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-04-16T11:36:31.023Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-04-16T11:36:32.935Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-04-16T11:36:34.725Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-04-16T11:36:37.571Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-04-16T11:36:37.571Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-04-16T11:36:37.571Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-04-16T11:36:37.571Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-04-16T11:36:37.571Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-04-16T11:36:37.571Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-04-16T11:36:37.571Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-04-16T11:36:37.571Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-04-16T11:36:37.571Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-04-16T11:36:40.481Z] === RUN TestDockerSuite/TestBuildEnv [2021-04-16T11:36:40.481Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-04-16T11:36:40.481Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-04-16T11:36:40.481Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-04-16T11:36:40.481Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-04-16T11:36:40.481Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-04-16T11:36:45.134Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-04-16T11:36:45.134Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-04-16T11:36:45.134Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-04-16T11:36:45.134Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-04-16T11:36:46.060Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-04-16T11:36:46.093Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-04-16T11:36:51.790Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-04-16T11:36:51.790Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-04-16T11:36:51.854Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-04-16T11:36:54.655Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-04-16T11:36:54.655Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-04-16T11:36:54.655Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-04-16T11:36:54.655Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-04-16T11:36:57.521Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-04-16T11:36:57.521Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-04-16T11:36:57.521Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-04-16T11:37:00.392Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-04-16T11:37:00.392Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-04-16T11:37:00.392Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-04-16T11:37:00.392Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-04-16T11:37:00.392Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-04-16T11:37:04.079Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-04-16T11:37:05.594Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-04-16T11:37:08.468Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-04-16T11:37:08.468Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-04-16T11:37:08.468Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-04-16T11:37:09.508Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-04-16T11:37:09.508Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-04-16T11:37:09.508Z] === RUN TestDockerSuite/TestBuildExpose [2021-04-16T11:37:09.508Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-04-16T11:37:09.508Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-04-16T11:37:09.508Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-04-16T11:37:09.508Z] === RUN TestDockerSuite/TestBuildFails [2021-04-16T11:37:10.614Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-04-16T11:37:10.614Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-04-16T11:37:11.028Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-04-16T11:37:11.028Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-04-16T11:37:13.479Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-04-16T11:37:13.480Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-04-16T11:37:13.480Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-04-16T11:37:16.350Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-04-16T11:37:16.350Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-04-16T11:37:18.053Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-04-16T11:37:18.500Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-04-16T11:37:18.500Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-04-16T11:37:21.369Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-04-16T11:37:21.369Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-04-16T11:37:24.237Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-04-16T11:37:27.926Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-04-16T11:37:28.318Z] === RUN TestDockerSuite/TestBuildForceRm [2021-04-16T11:37:32.562Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-04-16T11:37:32.562Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-04-16T11:37:32.562Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-04-16T11:37:32.562Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-04-16T11:37:32.562Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-04-16T11:37:34.707Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-04-16T11:37:34.707Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-04-16T11:37:36.844Z] === RUN TestDockerSuite/TestBuildFromGit [2021-04-16T11:37:37.573Z] === RUN TestDockerSuite/TestContainerAPITop [2021-04-16T11:37:37.573Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-04-16T11:37:39.722Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-04-16T11:37:39.722Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-04-16T11:37:43.869Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-04-16T11:37:44.322Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-04-16T11:37:44.357Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-04-16T11:37:46.508Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-04-16T11:37:46.508Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-04-16T11:37:46.508Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-04-16T11:37:46.508Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-04-16T11:37:46.508Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-04-16T11:37:46.508Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2021-04-16T11:37:48.653Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-04-16T11:37:48.653Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2021-04-16T11:37:51.347Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-04-16T11:37:51.347Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-04-16T11:37:51.347Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-04-16T11:37:51.525Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2021-04-16T11:37:52.306Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-04-16T11:37:52.306Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-04-16T11:37:53.671Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2021-04-16T11:37:56.537Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2021-04-16T11:37:59.404Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000701d40_} [2021-04-16T11:38:01.552Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1069750022_c:\foo_false____} [2021-04-16T11:38:04.429Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1069750022_c:\foo_true____} [2021-04-16T11:38:07.049Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-04-16T11:38:07.049Z] === RUN TestDockerSuite/TestBuildHistory [2021-04-16T11:38:07.305Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-04-16T11:38:07.305Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-04-16T11:38:07.305Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-04-16T11:38:07.305Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-04-16T11:38:07.305Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-04-16T11:38:07.305Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-04-16T11:38:07.305Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-04-16T11:38:07.305Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-04-16T11:38:07.305Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-04-16T11:38:07.305Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-04-16T11:38:07.305Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-04-16T11:38:07.305Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-04-16T11:38:07.305Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-04-16T11:38:07.305Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-04-16T11:38:07.305Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-04-16T11:38:07.305Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-04-16T11:38:07.756Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-04-16T11:38:07.756Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-04-16T11:38:10.620Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-04-16T11:38:10.620Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-04-16T11:38:10.620Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-04-16T11:38:10.620Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-04-16T11:38:10.620Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-04-16T11:38:10.620Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-04-16T11:38:10.620Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-04-16T11:38:10.620Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-04-16T11:38:10.620Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-04-16T11:38:10.620Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-04-16T11:38:10.620Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-04-16T11:38:10.620Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-04-16T11:38:10.620Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-04-16T11:38:10.620Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-04-16T11:38:13.488Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-04-16T11:38:13.488Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-04-16T11:38:13.488Z] === RUN TestDockerSuite/TestCpRelativePath [2021-04-16T11:38:16.355Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-04-16T11:38:16.355Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-04-16T11:38:16.355Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-04-16T11:38:16.355Z] === RUN TestDockerSuite/TestCpToCaseA [2021-04-16T11:38:20.993Z] === RUN TestDockerSuite/TestCpToCaseB [2021-04-16T11:38:21.790Z] === RUN TestDockerSuite/TestBuildIidFile [2021-04-16T11:38:21.790Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-04-16T11:38:23.860Z] === RUN TestDockerSuite/TestCpToCaseC [2021-04-16T11:38:23.860Z] === RUN TestDockerSuite/TestCpToCaseD [2021-04-16T11:38:23.860Z] === RUN TestDockerSuite/TestCpToCaseE [2021-04-16T11:38:23.947Z] === RUN TestDockerSuite/TestBuildInheritance [2021-04-16T11:38:23.947Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-04-16T11:38:24.906Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-04-16T11:38:24.906Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-04-16T11:38:30.657Z] === RUN TestDockerSuite/TestBuildLabel [2021-04-16T11:38:31.616Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-04-16T11:38:32.070Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-04-16T11:38:33.590Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-04-16T11:38:34.044Z] === RUN TestDockerSuite/TestBuildLabels [2021-04-16T11:38:34.100Z] === RUN TestDockerSuite/TestCpToCaseF [2021-04-16T11:38:34.101Z] === RUN TestDockerSuite/TestCpToCaseG [2021-04-16T11:38:34.101Z] === RUN TestDockerSuite/TestCpToCaseH [2021-04-16T11:38:35.565Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-04-16T11:38:37.086Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-04-16T11:38:44.114Z] === RUN TestDockerSuite/TestBuildLastModified [2021-04-16T11:38:44.114Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-04-16T11:38:44.114Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-04-16T11:38:44.335Z] === RUN TestDockerSuite/TestCpToCaseI [2021-04-16T11:38:44.335Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-04-16T11:38:44.335Z] === RUN TestDockerSuite/TestCpToDot [2021-04-16T11:38:44.568Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-04-16T11:38:44.568Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-04-16T11:38:44.568Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-04-16T11:38:44.568Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-04-16T11:38:45.525Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-04-16T11:38:45.979Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-04-16T11:38:46.483Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-04-16T11:38:46.483Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-04-16T11:38:46.483Z] === RUN TestDockerSuite/TestCpToStdout [2021-04-16T11:38:49.355Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-04-16T11:38:49.355Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-04-16T11:38:49.355Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-04-16T11:38:49.355Z] === RUN TestDockerSuite/TestCpVolumePath [2021-04-16T11:38:49.355Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-04-16T11:38:49.355Z] === RUN TestDockerSuite/TestCreateArgs [2021-04-16T11:38:49.806Z] === RUN TestDockerSuite/TestCreateByImageID [2021-04-16T11:38:51.731Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-04-16T11:38:51.951Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-04-16T11:38:54.821Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-04-16T11:38:54.821Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-04-16T11:38:55.272Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-04-16T11:38:57.425Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-04-16T11:38:57.876Z] === RUN TestDockerSuite/TestCreateLabels [2021-04-16T11:38:57.876Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-04-16T11:38:57.876Z] === RUN TestDockerSuite/TestCreateRM [2021-04-16T11:38:58.328Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-04-16T11:38:58.328Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-04-16T11:38:58.779Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-04-16T11:38:59.230Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-04-16T11:39:07.727Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-04-16T11:39:08.178Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-04-16T11:39:08.630Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-04-16T11:39:13.263Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-04-16T11:39:13.263Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-04-16T11:39:13.263Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-04-16T11:39:16.130Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-04-16T11:39:16.130Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-04-16T11:39:16.130Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-04-16T11:39:16.130Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-04-16T11:39:16.130Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-04-16T11:39:16.130Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-04-16T11:39:16.130Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-04-16T11:39:16.130Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-04-16T11:39:16.130Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-04-16T11:39:16.130Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-04-16T11:39:16.130Z] === RUN TestDockerSuite/TestDevicePermissions [2021-04-16T11:39:16.130Z] === RUN TestDockerSuite/TestDockerFails [2021-04-16T11:39:16.130Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-04-16T11:39:16.130Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-04-16T11:39:16.130Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-04-16T11:39:16.130Z] === RUN TestDockerSuite/TestEventsAttach [2021-04-16T11:39:16.130Z] === RUN TestDockerSuite/TestEventsCommit [2021-04-16T11:39:16.130Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-04-16T11:39:18.996Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-04-16T11:39:21.598Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-04-16T11:39:21.598Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-04-16T11:39:21.598Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-04-16T11:39:21.866Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-04-16T11:39:24.733Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-04-16T11:39:33.225Z] === RUN TestDockerSuite/TestEventsCopy [2021-04-16T11:39:37.858Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-04-16T11:39:43.587Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-04-16T11:39:45.733Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-04-16T11:39:46.686Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-04-16T11:39:51.319Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-04-16T11:39:52.272Z] === RUN TestDockerSuite/TestEventsFilterType [2021-04-16T11:39:53.226Z] === RUN TestDockerSuite/TestEventsFilters [2021-04-16T11:39:58.962Z] === RUN TestDockerSuite/TestEventsFormat [2021-04-16T11:40:03.601Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-04-16T11:40:03.601Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-04-16T11:40:03.601Z] === RUN TestDockerSuite/TestEventsImageImport [2021-04-16T11:40:03.601Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-04-16T11:40:03.601Z] === RUN TestDockerSuite/TestEventsImagePull [2021-04-16T11:40:03.601Z] === RUN TestDockerSuite/TestEventsImageTag [2021-04-16T11:40:04.041Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-04-16T11:40:05.114Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-04-16T11:40:05.114Z] === RUN TestDockerSuite/TestEventsRename [2021-04-16T11:40:07.979Z] === RUN TestDockerSuite/TestEventsResize [2021-04-16T11:40:11.670Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-04-16T11:40:14.538Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-04-16T11:40:16.685Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-04-16T11:40:22.417Z] === RUN TestDockerSuite/TestEventsTop [2021-04-16T11:40:22.417Z] === RUN TestDockerSuite/TestEventsUntag [2021-04-16T11:40:24.562Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-04-16T11:40:25.051Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-04-16T11:40:28.757Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-04-16T11:40:29.200Z] === RUN TestDockerSuite/TestExec [2021-04-16T11:40:29.200Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-04-16T11:40:29.200Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-04-16T11:40:31.348Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-04-16T11:40:33.495Z] === RUN TestDockerSuite/TestExecAPIStart [2021-04-16T11:40:33.495Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-04-16T11:40:33.495Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-04-16T11:40:33.495Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-04-16T11:40:35.641Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-04-16T11:40:35.781Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-04-16T11:40:37.813Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-04-16T11:40:39.960Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-04-16T11:40:41.527Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-04-16T11:40:42.109Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-04-16T11:40:47.861Z] === RUN TestDockerSuite/TestExecCgroup [2021-04-16T11:40:47.861Z] === RUN TestDockerSuite/TestExecEnv [2021-04-16T11:40:47.861Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-04-16T11:40:47.861Z] === RUN TestDockerSuite/TestExecExitStatus [2021-04-16T11:40:49.374Z] === RUN TestDockerSuite/TestExecInspectID [2021-04-16T11:40:55.105Z] === RUN TestDockerSuite/TestExecInteractive [2021-04-16T11:40:55.105Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-04-16T11:40:55.105Z] === RUN TestDockerSuite/TestExecParseError [2021-04-16T11:40:55.105Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-04-16T11:40:55.105Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-04-16T11:40:55.105Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-04-16T11:40:57.252Z] === RUN TestDockerSuite/TestExecSetEnv [2021-04-16T11:40:57.252Z] === RUN TestDockerSuite/TestExecStartFails [2021-04-16T11:40:57.252Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-04-16T11:40:57.252Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-04-16T11:40:57.252Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-04-16T11:40:57.252Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-04-16T11:40:59.136Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-04-16T11:40:59.136Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-04-16T11:40:59.399Z] === RUN TestDockerSuite/TestExecUlimits [2021-04-16T11:40:59.399Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-04-16T11:41:06.403Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-04-16T11:41:06.403Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-04-16T11:41:06.403Z] === RUN TestDockerSuite/TestExecWithUser [2021-04-16T11:41:06.403Z] === RUN TestDockerSuite/TestGetContainerStats [2021-04-16T11:41:11.452Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-04-16T11:41:11.906Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-04-16T11:41:11.906Z] === RUN TestDockerSuite/TestBuildNetNone [2021-04-16T11:41:11.906Z] === RUN TestDockerSuite/TestBuildNoContext [2021-04-16T11:41:12.131Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-04-16T11:41:15.611Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-04-16T11:41:17.858Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-04-16T11:41:20.262Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-04-16T11:41:20.723Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-04-16T11:41:23.141Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-04-16T11:41:23.141Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-04-16T11:41:23.141Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-04-16T11:41:26.009Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-04-16T11:41:26.965Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-04-16T11:41:27.728Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-04-16T11:41:27.728Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-04-16T11:41:27.728Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-04-16T11:41:27.728Z] === RUN TestDockerSuite/TestHealth [2021-04-16T11:41:27.728Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-04-16T11:41:27.728Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-04-16T11:41:27.728Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-04-16T11:41:27.728Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-04-16T11:41:28.481Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-04-16T11:41:32.361Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-04-16T11:41:32.361Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-04-16T11:41:32.362Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-04-16T11:41:32.362Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-04-16T11:41:32.362Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-04-16T11:41:32.814Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-04-16T11:41:33.768Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-04-16T11:41:33.768Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-04-16T11:41:34.727Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-04-16T11:41:34.727Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-04-16T11:41:36.876Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-04-16T11:41:36.876Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-04-16T11:41:39.032Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-04-16T11:41:42.727Z] === RUN TestDockerSuite/TestImagesFormat [2021-04-16T11:41:42.727Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-04-16T11:41:42.727Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-04-16T11:41:43.205Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-04-16T11:41:44.162Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-04-16T11:41:46.420Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-04-16T11:41:46.420Z] === RUN TestDockerSuite/TestImportBadURL [2021-04-16T11:41:48.571Z] === RUN TestDockerSuite/TestImportDisplay [2021-04-16T11:41:48.571Z] === RUN TestDockerSuite/TestImportFile [2021-04-16T11:41:48.571Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-04-16T11:41:49.023Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-04-16T11:41:49.023Z] === RUN TestDockerSuite/TestImportGzipped [2021-04-16T11:41:49.023Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-04-16T11:41:49.023Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-04-16T11:41:49.023Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-04-16T11:41:49.023Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-04-16T11:41:49.023Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-04-16T11:41:49.023Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-04-16T11:41:49.023Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-04-16T11:41:49.023Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-04-16T11:41:51.908Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-04-16T11:41:54.779Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-04-16T11:41:54.779Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-04-16T11:41:54.779Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-04-16T11:41:54.779Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-04-16T11:41:54.779Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-04-16T11:41:56.932Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-04-16T11:41:57.384Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-04-16T11:41:58.897Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-04-16T11:42:00.255Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-04-16T11:42:00.255Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-04-16T11:42:00.255Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-04-16T11:42:00.255Z] === RUN TestDockerSuite/TestInspectDefault [2021-04-16T11:42:02.597Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-04-16T11:42:03.127Z] === RUN TestDockerSuite/TestInspectHistory [2021-04-16T11:42:07.771Z] === RUN TestDockerSuite/TestInspectImage [2021-04-16T11:42:07.771Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-04-16T11:42:07.771Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-04-16T11:42:07.771Z] === RUN TestDockerSuite/TestInspectInt64 [2021-04-16T11:42:10.643Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-04-16T11:42:12.794Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-04-16T11:42:12.794Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-04-16T11:42:12.853Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-04-16T11:42:15.665Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-04-16T11:42:17.502Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-04-16T11:42:17.817Z] === RUN TestDockerSuite/TestInspectPlugin [2021-04-16T11:42:17.817Z] === RUN TestDockerSuite/TestInspectRootFS [2021-04-16T11:42:17.817Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-04-16T11:42:19.968Z] === RUN TestDockerSuite/TestInspectStatus [2021-04-16T11:42:22.152Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-04-16T11:42:23.662Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-04-16T11:42:23.672Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-04-16T11:42:23.672Z] === RUN TestDockerSuite/TestBuildPATH [2021-04-16T11:42:23.672Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-04-16T11:42:25.827Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-04-16T11:42:25.827Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-04-16T11:42:28.309Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-04-16T11:42:30.458Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-04-16T11:42:33.330Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-04-16T11:42:35.482Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-04-16T11:42:38.353Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-04-16T11:42:41.225Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-04-16T11:42:43.376Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-04-16T11:42:43.376Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-04-16T11:42:43.376Z] === RUN TestDockerSuite/TestLinksEnvs [2021-04-16T11:42:43.376Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-04-16T11:42:43.376Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-04-16T11:42:43.376Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-04-16T11:42:43.376Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-04-16T11:42:43.376Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-04-16T11:42:43.376Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-04-16T11:42:43.376Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-04-16T11:42:43.376Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-04-16T11:42:43.376Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-04-16T11:42:43.376Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-04-16T11:42:43.376Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-04-16T11:42:43.376Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-04-16T11:42:43.376Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-04-16T11:42:43.376Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-04-16T11:42:43.376Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-04-16T11:42:43.376Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-04-16T11:42:43.376Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-04-16T11:42:45.530Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-04-16T11:42:47.683Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-04-16T11:42:54.694Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-04-16T11:42:56.211Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-04-16T11:42:56.211Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-04-16T11:42:59.083Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-04-16T11:42:59.083Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-04-16T11:43:06.097Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-04-16T11:43:11.841Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-04-16T11:43:16.389Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-04-16T11:43:18.859Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-04-16T11:43:21.012Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-04-16T11:43:23.164Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-04-16T11:43:23.164Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-04-16T11:43:26.034Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-04-16T11:43:28.907Z] === RUN TestDockerSuite/TestLogsSince [2021-04-16T11:43:39.152Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-04-16T11:43:39.152Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-04-16T11:43:39.152Z] === RUN TestDockerSuite/TestLogsTail [2021-04-16T11:43:41.304Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-04-16T11:43:44.176Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-04-16T11:43:46.243Z] === RUN TestDockerSuite/TestBuildRm [2021-04-16T11:43:47.046Z] === RUN TestDockerSuite/TestMountIntoProc [2021-04-16T11:43:47.046Z] === RUN TestDockerSuite/TestMountIntoSys [2021-04-16T11:43:47.046Z] === RUN TestDockerSuite/TestNetHostname [2021-04-16T11:43:47.046Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-04-16T11:43:47.046Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-04-16T11:43:47.046Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-04-16T11:43:47.046Z] === RUN TestDockerSuite/TestPluginActive [2021-04-16T11:43:47.046Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-04-16T11:43:47.046Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-04-16T11:43:47.046Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-04-16T11:43:47.046Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-04-16T11:43:47.046Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-04-16T11:43:47.046Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-04-16T11:43:47.046Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-04-16T11:43:47.046Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-04-16T11:43:47.046Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-04-16T11:43:47.046Z] === RUN TestDockerSuite/TestPortHostBinding [2021-04-16T11:43:47.046Z] === RUN TestDockerSuite/TestPortList [2021-04-16T11:43:47.046Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-04-16T11:43:52.793Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-04-16T11:43:52.793Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-04-16T11:43:52.793Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-04-16T11:43:52.793Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-04-16T11:43:52.793Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-04-16T11:43:52.793Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-04-16T11:43:52.793Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-04-16T11:43:52.793Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-04-16T11:43:52.793Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-04-16T11:43:52.793Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-04-16T11:43:56.507Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-04-16T11:43:57.443Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-04-16T11:43:57.443Z] === RUN TestDockerSuite/TestPsByOrder [2021-04-16T11:44:00.208Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-04-16T11:44:00.208Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-04-16T11:44:00.661Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-04-16T11:44:02.818Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-04-16T11:44:05.949Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-04-16T11:44:05.949Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-04-16T11:44:06.519Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-04-16T11:44:10.221Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-04-16T11:44:14.870Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-04-16T11:44:16.209Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-04-16T11:44:30.936Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-04-16T11:44:31.388Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-04-16T11:44:31.388Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-04-16T11:44:35.877Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-04-16T11:44:36.834Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-04-16T11:44:37.791Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-04-16T11:44:43.689Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-04-16T11:44:48.056Z] === RUN TestDockerSuite/TestBuildSpaces [2021-04-16T11:44:48.056Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-04-16T11:44:48.331Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-04-16T11:44:52.703Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-04-16T11:44:52.703Z] === RUN TestDockerSuite/TestBuildStderr [2021-04-16T11:44:56.826Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-04-16T11:44:57.355Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-04-16T11:45:01.481Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-04-16T11:45:01.481Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-04-16T11:45:01.481Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-04-16T11:45:07.226Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-04-16T11:45:07.226Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-04-16T11:45:07.226Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-04-16T11:45:07.226Z] === RUN TestDockerSuite/TestPsRightTagName [2021-04-16T11:45:07.226Z] === RUN TestDockerSuite/TestPsShowMounts [2021-04-16T11:45:14.241Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-04-16T11:45:14.241Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-04-16T11:45:15.758Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-04-16T11:45:15.758Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-04-16T11:45:17.275Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-04-16T11:45:18.232Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-04-16T11:45:18.232Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-04-16T11:45:18.367Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-04-16T11:45:18.367Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-04-16T11:45:22.077Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-04-16T11:45:22.876Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-04-16T11:45:23.033Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-04-16T11:45:28.629Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-04-16T11:45:28.781Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-04-16T11:45:31.501Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-04-16T11:45:34.526Z] === RUN TestDockerSuite/TestBuildUser [2021-04-16T11:45:34.526Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-04-16T11:45:34.526Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-04-16T11:45:34.526Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-04-16T11:45:39.176Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-04-16T11:45:39.176Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-04-16T11:45:42.053Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-04-16T11:45:42.053Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-04-16T11:45:42.053Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-04-16T11:46:01.348Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-04-16T11:46:01.348Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-04-16T11:46:05.044Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-04-16T11:46:05.044Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-04-16T11:46:05.496Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-04-16T11:46:06.451Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-04-16T11:46:07.107Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-04-16T11:46:07.107Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-04-16T11:46:12.194Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-04-16T11:46:15.626Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-04-16T11:46:16.842Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-04-16T11:46:16.842Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-04-16T11:46:21.485Z] === RUN TestDockerSuite/TestRmiBlank [2021-04-16T11:46:21.485Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-04-16T11:46:21.937Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-04-16T11:46:27.942Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-04-16T11:46:27.942Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-04-16T11:46:27.942Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-04-16T11:46:30.101Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-04-16T11:46:30.101Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2021-04-16T11:46:42.417Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-04-16T11:46:42.950Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-04-16T11:46:45.101Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-04-16T11:46:45.553Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-04-16T11:46:47.066Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-04-16T11:46:47.067Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-04-16T11:46:52.565Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-04-16T11:46:58.300Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-04-16T11:47:06.803Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-04-16T11:47:08.068Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-04-16T11:47:08.068Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-04-16T11:47:08.068Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-04-16T11:47:08.068Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-04-16T11:47:08.520Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-04-16T11:47:17.030Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-04-16T11:47:17.044Z] === RUN TestDockerSuite/TestRmiTag [2021-04-16T11:47:17.044Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-04-16T11:47:19.185Z] === RUN TestDockerSuite/TestBuildXZHost [2021-04-16T11:47:19.185Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-04-16T11:47:19.195Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-04-16T11:47:19.637Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-04-16T11:47:19.637Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-04-16T11:47:21.794Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-04-16T11:47:26.445Z] === RUN TestDockerSuite/TestCommitChange [2021-04-16T11:47:32.198Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-04-16T11:47:36.848Z] === RUN TestDockerSuite/TestCommitHardlink [2021-04-16T11:47:36.848Z] === RUN TestDockerSuite/TestCommitNewFile [2021-04-16T11:47:49.033Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-04-16T11:47:49.033Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-04-16T11:47:49.163Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-04-16T11:47:49.163Z] === RUN TestDockerSuite/TestCommitTTY [2021-04-16T11:47:54.774Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-04-16T11:47:55.227Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-04-16T11:47:55.227Z] === RUN TestDockerSuite/TestRunAddHost [2021-04-16T11:47:55.679Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-04-16T11:47:55.679Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-04-16T11:47:55.679Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-04-16T11:47:55.679Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-04-16T11:47:55.679Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-04-16T11:47:55.679Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-04-16T11:47:57.832Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-04-16T11:47:57.832Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-04-16T11:47:57.832Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-04-16T11:48:03.573Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-04-16T11:48:05.729Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-04-16T11:48:06.778Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-04-16T11:48:08.604Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-04-16T11:48:10.479Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-04-16T11:48:10.479Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-04-16T11:48:10.479Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-04-16T11:48:10.479Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-04-16T11:48:10.479Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-04-16T11:48:10.479Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-04-16T11:48:10.479Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-04-16T11:48:10.479Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-04-16T11:48:10.933Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-04-16T11:48:11.477Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-04-16T11:48:14.350Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-04-16T11:48:14.350Z] === RUN TestDockerSuite/TestRunBindMounts [2021-04-16T11:48:17.962Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-04-16T11:48:20.086Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-04-16T11:48:20.086Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-04-16T11:48:20.086Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-04-16T11:48:20.086Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-04-16T11:48:20.086Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-04-16T11:48:20.086Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-04-16T11:48:20.086Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-04-16T11:48:20.086Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-04-16T11:48:20.086Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-04-16T11:48:20.086Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-04-16T11:48:20.086Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-04-16T11:48:20.086Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-04-16T11:48:22.233Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-04-16T11:48:22.233Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-04-16T11:48:25.928Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-04-16T11:48:25.928Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-04-16T11:48:25.928Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-04-16T11:48:26.470Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-04-16T11:48:26.470Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-04-16T11:48:32.941Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-04-16T11:48:32.942Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-04-16T11:48:32.942Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-04-16T11:48:32.942Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-04-16T11:48:32.942Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-04-16T11:48:32.942Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-04-16T11:48:32.942Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-04-16T11:48:32.942Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-04-16T11:48:33.492Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-04-16T11:48:33.492Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-04-16T11:48:33.492Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-04-16T11:48:33.492Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-04-16T11:48:34.459Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-04-16T11:48:35.643Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-04-16T11:48:35.643Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-04-16T11:48:35.643Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-04-16T11:48:36.610Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-04-16T11:48:38.523Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-04-16T11:48:38.523Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-04-16T11:48:38.523Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-04-16T11:48:38.523Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-04-16T11:48:38.523Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-04-16T11:48:39.483Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-04-16T11:48:39.483Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-04-16T11:48:39.483Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-04-16T11:48:39.483Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-04-16T11:48:41.450Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-04-16T11:48:42.359Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-04-16T11:48:42.359Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-04-16T11:48:42.359Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-04-16T11:48:42.359Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-04-16T11:48:42.359Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-04-16T11:48:43.608Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-04-16T11:48:44.511Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-04-16T11:48:45.763Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-04-16T11:48:45.763Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-04-16T11:48:45.763Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-04-16T11:48:47.924Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-04-16T11:48:48.377Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-04-16T11:48:50.533Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-04-16T11:48:50.533Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-04-16T11:48:50.533Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-04-16T11:48:51.533Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-04-16T11:48:51.533Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-04-16T11:48:51.533Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-04-16T11:48:51.533Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-04-16T11:48:51.533Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-04-16T11:48:51.533Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-04-16T11:48:51.533Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-04-16T11:48:53.409Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-04-16T11:48:53.409Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-04-16T11:48:54.559Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-04-16T11:48:54.559Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-04-16T11:48:54.559Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-04-16T11:48:54.559Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-04-16T11:48:54.930Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-04-16T11:48:54.930Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-04-16T11:48:57.436Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-04-16T11:48:57.814Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-04-16T11:48:57.814Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-04-16T11:49:00.323Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-04-16T11:49:00.323Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-04-16T11:49:00.692Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-04-16T11:49:03.196Z] === RUN TestDockerSuite/TestRunEnvironment [2021-04-16T11:49:03.196Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-04-16T11:49:03.196Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-04-16T11:49:03.196Z] === RUN TestDockerSuite/TestRunExitCode [2021-04-16T11:49:04.395Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-04-16T11:49:06.077Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-04-16T11:49:08.950Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-04-16T11:49:09.044Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-04-16T11:49:09.044Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-04-16T11:49:09.044Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-04-16T11:49:09.044Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-04-16T11:49:09.044Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-04-16T11:49:10.566Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-04-16T11:49:10.566Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-04-16T11:49:11.102Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-04-16T11:49:13.441Z] === RUN TestDockerSuite/TestContainerAPITop [2021-04-16T11:49:13.442Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-04-16T11:49:13.979Z] === RUN TestDockerSuite/TestRunExposePort [2021-04-16T11:49:13.979Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-04-16T11:49:13.979Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-04-16T11:49:13.979Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-04-16T11:49:13.979Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-04-16T11:49:13.979Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-04-16T11:49:13.979Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-04-16T11:49:13.979Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-04-16T11:49:13.979Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-04-16T11:49:15.597Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-04-16T11:49:15.597Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-04-16T11:49:18.621Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-04-16T11:49:18.621Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-04-16T11:49:18.621Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-04-16T11:49:18.621Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-04-16T11:49:18.621Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-04-16T11:49:18.621Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-04-16T11:49:18.621Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-04-16T11:49:20.253Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-04-16T11:49:22.408Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-04-16T11:49:22.408Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-04-16T11:49:22.408Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-04-16T11:49:22.408Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-04-16T11:49:22.408Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-04-16T11:49:22.408Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2021-04-16T11:49:23.928Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-04-16T11:49:23.928Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2021-04-16T11:49:26.807Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2021-04-16T11:49:27.158Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-04-16T11:49:27.158Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-04-16T11:49:28.115Z] === RUN TestDockerSuite/TestRunModeHostname [2021-04-16T11:49:28.115Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-04-16T11:49:28.115Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-04-16T11:49:28.115Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-04-16T11:49:28.115Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-04-16T11:49:28.115Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-04-16T11:49:28.115Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-04-16T11:49:28.115Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-04-16T11:49:28.115Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-04-16T11:49:28.115Z] === RUN TestDockerSuite/TestRunMount [2021-04-16T11:49:28.115Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-04-16T11:49:28.115Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-04-16T11:49:28.115Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-04-16T11:49:28.115Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-04-16T11:49:35.345Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2021-04-16T11:49:36.619Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-04-16T11:49:36.619Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-04-16T11:49:36.619Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-04-16T11:49:36.619Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-04-16T11:49:41.264Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-04-16T11:49:42.459Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2021-04-16T11:49:44.655Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000655980_} [2021-04-16T11:49:44.961Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-04-16T11:49:44.961Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-04-16T11:49:44.961Z] === RUN TestDockerSuite/TestRunNetHost [2021-04-16T11:49:44.961Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-04-16T11:49:44.961Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-04-16T11:49:44.961Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-04-16T11:49:45.416Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-04-16T11:49:45.416Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-04-16T11:49:45.416Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-04-16T11:49:45.416Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-04-16T11:49:45.870Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-04-16T11:49:46.824Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-04-16T11:49:48.975Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-04-16T11:49:50.493Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-04-16T11:49:52.009Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-04-16T11:49:53.267Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1053142598_c:\foo_false____} [2021-04-16T11:49:53.527Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-04-16T11:49:53.980Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-04-16T11:49:53.980Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-04-16T11:49:53.980Z] === RUN TestDockerSuite/TestRunPortInUse [2021-04-16T11:49:53.980Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-04-16T11:49:53.980Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-04-16T11:49:53.980Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-04-16T11:49:53.980Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-04-16T11:49:53.980Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-04-16T11:49:55.464Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1053142598_c:\foo_true____} [2021-04-16T11:49:57.675Z] === RUN TestDockerSuite/TestRunPublishPort [2021-04-16T11:49:57.675Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-04-16T11:49:57.675Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-04-16T11:49:57.675Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-04-16T11:49:57.675Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-04-16T11:49:57.675Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-04-16T11:50:02.573Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-04-16T11:50:02.573Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-04-16T11:50:02.573Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-04-16T11:50:02.573Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-04-16T11:50:02.573Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-04-16T11:50:02.573Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-04-16T11:50:02.573Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-04-16T11:50:02.573Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-04-16T11:50:03.036Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-04-16T11:50:03.036Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-04-16T11:50:03.036Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-04-16T11:50:03.036Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-04-16T11:50:03.036Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-04-16T11:50:03.036Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-04-16T11:50:03.036Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-04-16T11:50:03.036Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-04-16T11:50:03.036Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-04-16T11:50:03.036Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-04-16T11:50:07.932Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-04-16T11:50:07.933Z] === RUN TestDockerSuite/TestRunRm [2021-04-16T11:50:09.449Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-04-16T11:50:11.650Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-04-16T11:50:11.650Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-04-16T11:50:11.650Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-04-16T11:50:11.650Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-04-16T11:50:11.650Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-04-16T11:50:11.650Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-04-16T11:50:11.650Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-04-16T11:50:11.650Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-04-16T11:50:11.650Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-04-16T11:50:11.650Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-04-16T11:50:11.650Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-04-16T11:50:11.650Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-04-16T11:50:11.650Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-04-16T11:50:11.650Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-04-16T11:50:13.202Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-04-16T11:50:13.202Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-04-16T11:50:13.202Z] === RUN TestDockerSuite/TestCpRelativePath [2021-04-16T11:50:15.194Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-04-16T11:50:16.130Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-04-16T11:50:16.130Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-04-16T11:50:16.130Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-04-16T11:50:16.130Z] === RUN TestDockerSuite/TestCpToCaseA [2021-04-16T11:50:18.066Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-04-16T11:50:20.846Z] === RUN TestDockerSuite/TestCpToCaseB [2021-04-16T11:50:20.937Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-04-16T11:50:23.041Z] === RUN TestDockerSuite/TestCpToCaseC [2021-04-16T11:50:23.041Z] === RUN TestDockerSuite/TestCpToCaseD [2021-04-16T11:50:23.041Z] === RUN TestDockerSuite/TestCpToCaseE [2021-04-16T11:50:23.087Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-04-16T11:50:25.963Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-04-16T11:50:25.963Z] === RUN TestDockerSuite/TestRunState [2021-04-16T11:50:25.963Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-04-16T11:50:28.834Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-04-16T11:50:28.834Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-04-16T11:50:30.987Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-04-16T11:50:30.987Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-04-16T11:50:30.987Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-04-16T11:50:30.987Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-04-16T11:50:31.439Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-04-16T11:50:31.439Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-04-16T11:50:33.391Z] === RUN TestDockerSuite/TestCpToCaseF [2021-04-16T11:50:33.392Z] === RUN TestDockerSuite/TestCpToCaseG [2021-04-16T11:50:33.392Z] === RUN TestDockerSuite/TestCpToCaseH [2021-04-16T11:50:36.087Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-04-16T11:50:36.087Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-04-16T11:50:36.087Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-04-16T11:50:36.087Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-04-16T11:50:36.087Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-04-16T11:50:36.087Z] === RUN TestDockerSuite/TestRunUserByID [2021-04-16T11:50:36.539Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-04-16T11:50:36.539Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-04-16T11:50:36.539Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-04-16T11:50:36.539Z] === RUN TestDockerSuite/TestRunUserByName [2021-04-16T11:50:36.539Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-04-16T11:50:39.410Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-04-16T11:50:39.410Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-04-16T11:50:41.562Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-04-16T11:50:41.562Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-04-16T11:50:41.562Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-04-16T11:50:42.001Z] === RUN TestDockerSuite/TestCpToCaseI [2021-04-16T11:50:42.001Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-04-16T11:50:42.001Z] === RUN TestDockerSuite/TestCpToDot [2021-04-16T11:50:44.927Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-04-16T11:50:44.927Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-04-16T11:50:44.927Z] === RUN TestDockerSuite/TestCpToStdout [2021-04-16T11:50:45.252Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-04-16T11:50:47.855Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-04-16T11:50:47.855Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-04-16T11:50:47.855Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-04-16T11:50:47.855Z] === RUN TestDockerSuite/TestCpVolumePath [2021-04-16T11:50:47.855Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-04-16T11:50:47.855Z] === RUN TestDockerSuite/TestCreateArgs [2021-04-16T11:50:47.855Z] === RUN TestDockerSuite/TestCreateByImageID [2021-04-16T11:50:50.054Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-04-16T11:50:52.980Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-04-16T11:50:52.980Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-04-16T11:50:52.980Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-04-16T11:50:53.751Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-04-16T11:50:55.175Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-04-16T11:50:55.643Z] === RUN TestDockerSuite/TestCreateLabels [2021-04-16T11:50:56.108Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-04-16T11:50:56.108Z] === RUN TestDockerSuite/TestCreateRM [2021-04-16T11:50:56.571Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-04-16T11:50:56.571Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-04-16T11:50:56.571Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-04-16T11:50:57.034Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-04-16T11:50:58.398Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-04-16T11:51:05.407Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-04-16T11:51:05.407Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-04-16T11:51:05.407Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-04-16T11:51:05.650Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-04-16T11:51:05.650Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-04-16T11:51:06.121Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-04-16T11:51:09.099Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-04-16T11:51:09.878Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-04-16T11:51:10.343Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-04-16T11:51:10.343Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-04-16T11:51:11.247Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-04-16T11:51:13.267Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-04-16T11:51:13.267Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-04-16T11:51:13.267Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-04-16T11:51:13.267Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-04-16T11:51:13.267Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-04-16T11:51:13.267Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-04-16T11:51:13.267Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-04-16T11:51:13.267Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-04-16T11:51:13.267Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-04-16T11:51:13.267Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-04-16T11:51:13.267Z] === RUN TestDockerSuite/TestDevicePermissions [2021-04-16T11:51:13.267Z] === RUN TestDockerSuite/TestDockerFails [2021-04-16T11:51:13.268Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-04-16T11:51:13.268Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-04-16T11:51:13.268Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-04-16T11:51:13.268Z] === RUN TestDockerSuite/TestEventsAttach [2021-04-16T11:51:13.268Z] === RUN TestDockerSuite/TestEventsCommit [2021-04-16T11:51:13.268Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-04-16T11:51:14.116Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-04-16T11:51:14.116Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-04-16T11:51:14.116Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-04-16T11:51:14.116Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-04-16T11:51:14.116Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-04-16T11:51:14.116Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-04-16T11:51:14.116Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-04-16T11:51:14.116Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-04-16T11:51:14.116Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-04-16T11:51:16.194Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-04-16T11:51:17.808Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-04-16T11:51:18.388Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-04-16T11:51:24.814Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-04-16T11:51:26.329Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-04-16T11:51:26.990Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-04-16T11:51:32.067Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-04-16T11:51:32.067Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-04-16T11:51:32.067Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-04-16T11:51:32.067Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-04-16T11:51:32.067Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-04-16T11:51:32.067Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-04-16T11:51:32.067Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-04-16T11:51:32.067Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-04-16T11:51:32.067Z] === RUN TestDockerSuite/TestSaveImageId [2021-04-16T11:51:32.067Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-04-16T11:51:32.067Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-04-16T11:51:32.067Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-04-16T11:51:32.067Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-04-16T11:51:32.067Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-04-16T11:51:32.067Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-04-16T11:51:32.067Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-04-16T11:51:32.067Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-04-16T11:51:32.067Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-04-16T11:51:34.214Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-04-16T11:51:34.214Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-04-16T11:51:34.665Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-04-16T11:51:35.117Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-04-16T11:51:36.631Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-04-16T11:51:44.729Z] === RUN TestDockerSuite/TestEventsCopy [2021-04-16T11:51:45.128Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-04-16T11:51:45.128Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-04-16T11:51:50.559Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-04-16T11:51:53.623Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-04-16T11:51:53.623Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-04-16T11:51:55.275Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-04-16T11:51:58.202Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-04-16T11:51:58.263Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-04-16T11:51:58.263Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-04-16T11:51:58.263Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-04-16T11:51:58.263Z] === RUN TestDockerSuite/TestStartRecordError [2021-04-16T11:51:58.263Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-04-16T11:51:58.665Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-04-16T11:52:03.381Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-04-16T11:52:03.381Z] === RUN TestDockerSuite/TestEventsFilterType [2021-04-16T11:52:04.357Z] === RUN TestDockerSuite/TestEventsFilters [2021-04-16T11:52:05.290Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-04-16T11:52:05.290Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-04-16T11:52:05.290Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-04-16T11:52:05.290Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-04-16T11:52:05.290Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-04-16T11:52:05.290Z] === RUN TestDockerSuite/TestStatsNoStream [2021-04-16T11:52:05.290Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-04-16T11:52:07.436Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-04-16T11:52:09.582Z] === RUN TestDockerSuite/TestTopPrivileged [2021-04-16T11:52:10.033Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-04-16T11:52:10.177Z] === RUN TestDockerSuite/TestEventsFormat [2021-04-16T11:52:12.179Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-04-16T11:52:12.179Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-04-16T11:52:12.179Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-04-16T11:52:12.179Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-04-16T11:52:12.179Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-04-16T11:52:12.179Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-04-16T11:52:12.179Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-04-16T11:52:14.891Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-04-16T11:52:14.891Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-04-16T11:52:14.891Z] === RUN TestDockerSuite/TestEventsImageImport [2021-04-16T11:52:14.891Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-04-16T11:52:14.891Z] === RUN TestDockerSuite/TestEventsImagePull [2021-04-16T11:52:14.891Z] === RUN TestDockerSuite/TestEventsImageTag [2021-04-16T11:52:15.870Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-04-16T11:52:15.870Z] === RUN TestDockerSuite/TestEventsRename [2021-04-16T11:52:18.796Z] === RUN TestDockerSuite/TestEventsResize [2021-04-16T11:52:21.720Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-04-16T11:52:23.917Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-04-16T11:52:26.849Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-04-16T11:52:29.761Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-04-16T11:52:29.761Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-04-16T11:52:29.761Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-04-16T11:52:29.761Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-04-16T11:52:29.761Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-04-16T11:52:29.762Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-04-16T11:52:29.762Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-04-16T11:52:31.908Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-04-16T11:52:31.908Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-04-16T11:52:32.674Z] === RUN TestDockerSuite/TestEventsTop [2021-04-16T11:52:32.674Z] === RUN TestDockerSuite/TestEventsUntag [2021-04-16T11:52:34.866Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-04-16T11:52:35.607Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-04-16T11:52:35.607Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-04-16T11:52:36.059Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-04-16T11:52:36.059Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-04-16T11:52:36.059Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-04-16T11:52:43.471Z] === RUN TestDockerSuite/TestExec [2021-04-16T11:52:43.471Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-04-16T11:52:43.471Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-04-16T11:52:44.553Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-04-16T11:52:44.553Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-04-16T11:52:45.508Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-04-16T11:52:45.508Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-04-16T11:52:45.508Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-04-16T11:52:45.662Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-04-16T11:52:47.853Z] === RUN TestDockerSuite/TestExecAPIStart [2021-04-16T11:52:47.853Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-04-16T11:52:48.314Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-04-16T11:52:48.314Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-04-16T11:52:50.510Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-04-16T11:52:52.701Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-04-16T11:52:54.000Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-04-16T11:52:54.000Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-04-16T11:52:54.451Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-04-16T11:52:55.626Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-04-16T11:52:57.818Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-04-16T11:53:02.538Z] === RUN TestDockerSuite/TestExecCgroup [2021-04-16T11:53:02.538Z] === RUN TestDockerSuite/TestExecEnv [2021-04-16T11:53:02.538Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-04-16T11:53:02.538Z] === RUN TestDockerSuite/TestExecExitStatus [2021-04-16T11:53:04.685Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-04-16T11:53:04.685Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-04-16T11:53:05.464Z] === RUN TestDockerSuite/TestExecInspectID [2021-04-16T11:53:05.641Z] --- PASS: TestDockerSuite (2514.27s) [2021-04-16T11:53:05.641Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2021-04-16T11:53:05.641Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-04-16T11:53:05.641Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.641Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2021-04-16T11:53:05.641Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2021-04-16T11:53:05.641Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2021-04-16T11:53:05.641Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-04-16T11:53:05.641Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.641Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2021-04-16T11:53:05.641Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.81s) [2021-04-16T11:53:05.641Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.26s) [2021-04-16T11:53:05.641Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.60s) [2021-04-16T11:53:05.641Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.34s) [2021-04-16T11:53:05.641Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (62.39s) [2021-04-16T11:53:05.641Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.70s) [2021-04-16T11:53:05.641Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.03s) [2021-04-16T11:53:05.641Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-04-16T11:53:05.641Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.641Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-04-16T11:53:05.641Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.641Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-04-16T11:53:05.641Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.641Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-04-16T11:53:05.641Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.641Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-04-16T11:53:05.641Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.641Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-04-16T11:53:05.641Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.641Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-04-16T11:53:05.641Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.641Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2021-04-16T11:53:05.641Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-04-16T11:53:05.641Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.641Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.49s) [2021-04-16T11:53:05.641Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2021-04-16T11:53:05.641Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.641Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2021-04-16T11:53:05.641Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.641Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.21s) [2021-04-16T11:53:05.641Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.66s) [2021-04-16T11:53:05.641Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-04-16T11:53:05.641Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-04-16T11:53:05.641Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-04-16T11:53:05.641Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-04-16T11:53:05.641Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-04-16T11:53:05.641Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.641Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-04-16T11:53:05.641Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.641Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.22s) [2021-04-16T11:53:05.641Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2021-04-16T11:53:05.641Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-04-16T11:53:05.641Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-04-16T11:53:05.641Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.641Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (10.64s) [2021-04-16T11:53:05.641Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (76.57s) [2021-04-16T11:53:05.641Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.43s) [2021-04-16T11:53:05.641Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-04-16T11:53:05.641Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.53s) [2021-04-16T11:53:05.641Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2021-04-16T11:53:05.641Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.79s) [2021-04-16T11:53:05.641Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.98s) [2021-04-16T11:53:05.641Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-04-16T11:53:05.641Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.641Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-04-16T11:53:05.641Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.641Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2021-04-16T11:53:05.641Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.641Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.26s) [2021-04-16T11:53:05.641Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.96s) [2021-04-16T11:53:05.641Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.35s) [2021-04-16T11:53:05.641Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.71s) [2021-04-16T11:53:05.641Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-04-16T11:53:05.641Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.641Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-04-16T11:53:05.641Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.641Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s) [2021-04-16T11:53:05.641Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.12s) [2021-04-16T11:53:05.641Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (12.39s) [2021-04-16T11:53:05.641Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (5.37s) [2021-04-16T11:53:05.641Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.12s) [2021-04-16T11:53:05.641Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-04-16T11:53:05.641Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.641Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.34s) [2021-04-16T11:53:05.641Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.77s) [2021-04-16T11:53:05.641Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (5.34s) [2021-04-16T11:53:05.641Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2021-04-16T11:53:05.641Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.641Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2021-04-16T11:53:05.641Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.641Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-04-16T11:53:05.641Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.641Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-04-16T11:53:05.641Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.641Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.58s) [2021-04-16T11:53:05.641Z] --- PASS: TestDockerSuite/TestBuildAddTar (38.02s) [2021-04-16T11:53:05.641Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2021-04-16T11:53:05.641Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.641Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.43s) [2021-04-16T11:53:05.641Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.641Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (19.02s) [2021-04-16T11:53:05.641Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.90s) [2021-04-16T11:53:05.641Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.641Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.60s) [2021-04-16T11:53:05.641Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (7.09s) [2021-04-16T11:53:05.641Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.19s) [2021-04-16T11:53:05.641Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.641Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (9.49s) [2021-04-16T11:53:05.641Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (13.57s) [2021-04-16T11:53:05.641Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (12.76s) [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.43s) [2021-04-16T11:53:05.642Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (5.38s) [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-04-16T11:53:05.642Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-04-16T11:53:05.642Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (6.94s) [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-04-16T11:53:05.642Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.64s) [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-04-16T11:53:05.642Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-04-16T11:53:05.642Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (25.27s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.64s) [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.84s) [2021-04-16T11:53:05.642Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.44s) [2021-04-16T11:53:05.642Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.55s) [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2021-04-16T11:53:05.642Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (9.17s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.51s) [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-04-16T11:53:05.642Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-04-16T11:53:05.642Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.62s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.07s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildCmd (0.62s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.60s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.62s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.23s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.41s) [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-04-16T11:53:05.642Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.39s) [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-04-16T11:53:05.642Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.52s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (6.70s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.00s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.52s) [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-04-16T11:53:05.642Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.99s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.71s) [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-04-16T11:53:05.642Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2021-04-16T11:53:05.642Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.77s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (37.43s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.58s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.36s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (5.27s) [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.42s) [2021-04-16T11:53:05.642Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.44s) [2021-04-16T11:53:05.642Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-04-16T11:53:05.642Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.58s) [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-04-16T11:53:05.642Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (24.71s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.77s) [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.45s) [2021-04-16T11:53:05.642Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (18.12s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.74s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.86s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.94s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.30s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.24s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildDockerignore (52.30s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (6.44s) [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.44s) [2021-04-16T11:53:05.642Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (58.05s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.81s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.84s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (20.07s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (11.37s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (10.85s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (29.71s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (11.28s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (10.72s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (80.09s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.48s) [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.41s) [2021-04-16T11:53:05.642Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-04-16T11:53:05.642Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.64s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.19s) [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.03s) [2021-04-16T11:53:05.642Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.56s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.58s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (9.81s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.07s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (9.50s) [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-04-16T11:53:05.642Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.38s) [2021-04-16T11:53:05.642Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-04-16T11:53:05.642Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-04-16T11:53:05.642Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2021-04-16T11:53:05.642Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.14s) [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-04-16T11:53:05.642Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-04-16T11:53:05.642Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-04-16T11:53:05.642Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.09s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (9.56s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (14.34s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.66s) [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-04-16T11:53:05.642Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2021-04-16T11:53:05.642Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-04-16T11:53:05.642Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-04-16T11:53:05.642Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-04-16T11:53:05.642Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildFails (2.75s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.11s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (6.06s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (6.43s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildForceRm (6.79s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildFromGit (6.37s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.52s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (10.03s) [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-04-16T11:53:05.642Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.76s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.65s) [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-04-16T11:53:05.642Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (13.65s) [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-04-16T11:53:05.642Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildHistory (12.10s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.05s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.87s) [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2021-04-16T11:53:05.642Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.81s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.09s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.62s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildLabel (1.06s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.69s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.04s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.62s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildLabels (1.05s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.67s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (6.35s) [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2021-04-16T11:53:05.642Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2021-04-16T11:53:05.642Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.10s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.61s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.67s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.44s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (16.29s) [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2021-04-16T11:53:05.642Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.57s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (37.91s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (16.11s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.53s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (7.02s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (10.12s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (17.32s) [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-04-16T11:53:05.642Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (8.40s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.69s) [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-04-16T11:53:05.642Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-04-16T11:53:05.642Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.18s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.82s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.84s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.24s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.14s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.65s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.11s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.46s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildOnBuild (9.54s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.78s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (9.19s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (8.58s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (18.17s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.82s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (9.63s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.30s) [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-04-16T11:53:05.642Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-04-16T11:53:05.642Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.26s) [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-04-16T11:53:05.642Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (46.01s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (21.22s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildRm (21.95s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (8.31s) [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2021-04-16T11:53:05.642Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.642Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.44s) [2021-04-16T11:53:05.642Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.60s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.15s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (4.17s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildShellInherited (5.13s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (16.26s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.87s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.71s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (9.47s) [2021-04-16T11:53:05.642Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.33s) [2021-04-16T11:53:05.643Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (9.59s) [2021-04-16T11:53:05.643Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.10s) [2021-04-16T11:53:05.643Z] --- PASS: TestDockerSuite/TestBuildStderr (9.36s) [2021-04-16T11:53:05.643Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (33.24s) [2021-04-16T11:53:05.643Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.43s) [2021-04-16T11:53:05.643Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.643Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.65s) [2021-04-16T11:53:05.643Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.48s) [2021-04-16T11:53:05.643Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.55s) [2021-04-16T11:53:05.643Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.33s) [2021-04-16T11:53:05.643Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-04-16T11:53:05.643Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.643Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-04-16T11:53:05.643Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.643Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-04-16T11:53:05.643Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.643Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (8.91s) [2021-04-16T11:53:05.643Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.66s) [2021-04-16T11:53:05.643Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.37s) [2021-04-16T11:53:05.643Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-04-16T11:53:05.643Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.643Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2021-04-16T11:53:05.643Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.643Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (23.60s) [2021-04-16T11:53:05.643Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.02s) [2021-04-16T11:53:05.643Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (9.49s) [2021-04-16T11:53:05.643Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (6.10s) [2021-04-16T11:53:05.643Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.42s) [2021-04-16T11:53:05.643Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.643Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2021-04-16T11:53:05.643Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.643Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.51s) [2021-04-16T11:53:05.643Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.43s) [2021-04-16T11:53:05.643Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.643Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (20.20s) [2021-04-16T11:53:05.643Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.26s) [2021-04-16T11:53:05.643Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.44s) [2021-04-16T11:53:05.643Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (14.41s) [2021-04-16T11:53:05.643Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.43s) [2021-04-16T11:53:05.643Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.643Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.43s) [2021-04-16T11:53:05.643Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.643Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-04-16T11:53:05.643Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.643Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.40s) [2021-04-16T11:53:05.643Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (17.28s) [2021-04-16T11:53:05.643Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.15s) [2021-04-16T11:53:05.643Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.40s) [2021-04-16T11:53:05.643Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.643Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2021-04-16T11:53:05.643Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.643Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-04-16T11:53:05.643Z] docker_cli_sni_test.go:18: Flakey test [2021-04-16T11:53:05.643Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.97s) [2021-04-16T11:53:05.643Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.71s) [2021-04-16T11:53:05.643Z] --- PASS: TestDockerSuite/TestCommitChange (5.05s) [2021-04-16T11:53:05.643Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (5.13s) [2021-04-16T11:53:05.643Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-04-16T11:53:05.643Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.643Z] --- PASS: TestDockerSuite/TestCommitNewFile (7.71s) [2021-04-16T11:53:05.643Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-04-16T11:53:05.643Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.643Z] --- PASS: TestDockerSuite/TestCommitTTY (7.86s) [2021-04-16T11:53:05.643Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.76s) [2021-04-16T11:53:05.643Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-04-16T11:53:05.643Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.643Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-04-16T11:53:05.643Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.643Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-04-16T11:53:05.643Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.643Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2021-04-16T11:53:05.643Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.643Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-04-16T11:53:05.643Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.643Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-04-16T11:53:05.643Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.643Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-04-16T11:53:05.643Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.643Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.13s) [2021-04-16T11:53:05.643Z] --- PASS: TestDockerSuite/TestContainerAPICommit (7.50s) [2021-04-16T11:53:05.643Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (6.74s) [2021-04-16T11:53:05.643Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-04-16T11:53:05.643Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.643Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.74s) [2021-04-16T11:53:05.643Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2021-04-16T11:53:05.643Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.643Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-04-16T11:53:05.643Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.643Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-04-16T11:53:05.643Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.643Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.68s) [2021-04-16T11:53:05.643Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-04-16T11:53:05.643Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.643Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2021-04-16T11:53:05.643Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.78s) [2021-04-16T11:53:05.643Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2021-04-16T11:53:05.643Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-04-16T11:53:05.643Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.643Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2021-04-16T11:53:05.643Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.643Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-04-16T11:53:05.643Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.643Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.42s) [2021-04-16T11:53:05.643Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.27s) [2021-04-16T11:53:05.643Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.19s) [2021-04-16T11:53:05.643Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2021-04-16T11:53:05.643Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2021-04-16T11:53:05.643Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.643Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.47s) [2021-04-16T11:53:05.643Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2021-04-16T11:53:05.643Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.66s) [2021-04-16T11:53:05.643Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2021-04-16T11:53:05.643Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.643Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2021-04-16T11:53:05.643Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-04-16T11:53:05.643Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.80s) [2021-04-16T11:53:05.643Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2021-04-16T11:53:05.643Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.19s) [2021-04-16T11:53:05.643Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-04-16T11:53:05.643Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.095Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.87s) [2021-04-16T11:53:06.095Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.28s) [2021-04-16T11:53:06.095Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.67s) [2021-04-16T11:53:06.095Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (4.12s) [2021-04-16T11:53:06.095Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.24s) [2021-04-16T11:53:06.095Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.13s) [2021-04-16T11:53:06.095Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2021-04-16T11:53:06.095Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2021-04-16T11:53:06.095Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2021-04-16T11:53:06.095Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.02s) [2021-04-16T11:53:06.095Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-04-16T11:53:06.095Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.095Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.73s) [2021-04-16T11:53:06.095Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-04-16T11:53:06.095Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.095Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.37s) [2021-04-16T11:53:06.095Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.13s) [2021-04-16T11:53:06.095Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.58s) [2021-04-16T11:53:06.095Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.20s) [2021-04-16T11:53:06.095Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2021-04-16T11:53:06.095Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.095Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-04-16T11:53:06.095Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.095Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-04-16T11:53:06.095Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.095Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2021-04-16T11:53:06.095Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.095Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-04-16T11:53:06.095Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.095Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.74s) [2021-04-16T11:53:06.095Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (18.55s) [2021-04-16T11:53:06.095Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.72s) [2021-04-16T11:53:06.095Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.62s) [2021-04-16T11:53:06.095Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.59s) [2021-04-16T11:53:06.095Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.67s) [2021-04-16T11:53:06.095Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000701d40_} (2.58s) [2021-04-16T11:53:06.095Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1069750022_c:\foo_false____} (2.68s) [2021-04-16T11:53:06.095Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1069750022_c:\foo_true____} (2.67s) [2021-04-16T11:53:06.095Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-04-16T11:53:06.095Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.095Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.49s) [2021-04-16T11:53:06.095Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-04-16T11:53:06.095Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-04-16T11:53:06.095Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-04-16T11:53:06.095Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-04-16T11:53:06.095Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-04-16T11:53:06.095Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.10s) [2021-04-16T11:53:06.095Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.10s) [2021-04-16T11:53:06.095Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.12s) [2021-04-16T11:53:06.095Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-04-16T11:53:06.095Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.10s) [2021-04-16T11:53:06.095Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-04-16T11:53:06.095Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.095Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-04-16T11:53:06.096Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-04-16T11:53:06.096Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-04-16T11:53:06.096Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-04-16T11:53:06.096Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.90s) [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-04-16T11:53:06.096Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-04-16T11:53:06.096Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-04-16T11:53:06.096Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2021-04-16T11:53:06.096Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-04-16T11:53:06.096Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2021-04-16T11:53:06.096Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-04-16T11:53:06.096Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-04-16T11:53:06.096Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-04-16T11:53:06.096Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-04-16T11:53:06.096Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-04-16T11:53:06.096Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-04-16T11:53:06.096Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-04-16T11:53:06.096Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.86s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.07s) [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2021-04-16T11:53:06.096Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.84s) [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2021-04-16T11:53:06.096Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.03s) [2021-04-16T11:53:06.096Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2021-04-16T11:53:06.096Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.63s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.61s) [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-04-16T11:53:06.096Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-04-16T11:53:06.096Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestCpToCaseE (9.82s) [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-04-16T11:53:06.096Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-04-16T11:53:06.096Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestCpToCaseH (10.21s) [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2021-04-16T11:53:06.096Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2021-04-16T11:53:06.096Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestCpToDot (2.58s) [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-04-16T11:53:06.096Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-04-16T11:53:06.096Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestCpToStdout (2.78s) [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-04-16T11:53:06.096Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-04-16T11:53:06.096Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-04-16T11:53:06.096Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-04-16T11:53:06.096Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.25s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestCreateArgs (0.23s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.18s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.75s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.24s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.27s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.82s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.78s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestCreateLabels (0.23s) [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-04-16T11:53:06.096Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestCreateRM (0.46s) [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-04-16T11:53:06.096Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.24s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.44s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (8.57s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.26s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.54s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.20s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.26s) [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2021-04-16T11:53:06.096Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.76s) [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-04-16T11:53:06.096Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.19s) [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2021-04-16T11:53:06.096Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2021-04-16T11:53:06.096Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-04-16T11:53:06.096Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2021-04-16T11:53:06.096Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-04-16T11:53:06.096Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-04-16T11:53:06.096Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-04-16T11:53:06.096Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-04-16T11:53:06.096Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-04-16T11:53:06.096Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestDockerFails (0.06s) [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-04-16T11:53:06.096Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2021-04-16T11:53:06.096Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-04-16T11:53:06.096Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-04-16T11:53:06.096Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-04-16T11:53:06.096Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.82s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.33s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.83s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (8.74s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestEventsCopy (4.41s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (5.95s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.23s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.83s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (4.60s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.27s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.06s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestEventsFilters (4.87s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestEventsFormat (5.25s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.07s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.06s) [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2021-04-16T11:53:06.096Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-04-16T11:53:06.096Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-04-16T11:53:06.096Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.19s) [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-04-16T11:53:06.096Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestEventsRename (2.88s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestEventsResize (3.64s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.75s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.64s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.94s) [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-04-16T11:53:06.096Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestEventsUntag (2.75s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.62s) [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-04-16T11:53:06.096Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-04-16T11:53:06.096Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.15s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.10s) [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-04-16T11:53:06.096Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2021-04-16T11:53:06.096Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-04-16T11:53:06.096Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.18s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.21s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.21s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.14s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (5.04s) [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-04-16T11:53:06.096Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-04-16T11:53:06.096Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-04-16T11:53:06.096Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.35s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestExecInspectID (4.79s) [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2021-04-16T11:53:06.096Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-04-16T11:53:06.096Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2021-04-16T11:53:06.096Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-04-16T11:53:06.096Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-04-16T11:53:06.096Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.40s) [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-04-16T11:53:06.096Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-04-16T11:53:06.096Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2021-04-16T11:53:06.096Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-04-16T11:53:06.096Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2021-04-16T11:53:06.096Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.35s) [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-04-16T11:53:06.096Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (6.18s) [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-04-16T11:53:06.096Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-04-16T11:53:06.096Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2021-04-16T11:53:06.096Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.07s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.15s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.20s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.06s) [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-04-16T11:53:06.096Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.19s) [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-04-16T11:53:06.096Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.08s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.87s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.06s) [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-04-16T11:53:06.096Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.08s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.07s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.32s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.65s) [2021-04-16T11:53:06.096Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2021-04-16T11:53:06.096Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.11s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s) [2021-04-16T11:53:06.096Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.97s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.25s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.21s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.98s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestImagesFormat (0.19s) [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-04-16T11:53:06.097Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.85s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.06s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestImportBadURL (2.48s) [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2021-04-16T11:53:06.097Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-04-16T11:53:06.097Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s) [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2021-04-16T11:53:06.097Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-04-16T11:53:06.097Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-04-16T11:53:06.097Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-04-16T11:53:06.097Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-04-16T11:53:06.097Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2021-04-16T11:53:06.097Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.07s) [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-04-16T11:53:06.097Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-04-16T11:53:06.097Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.68s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.58s) [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2021-04-16T11:53:06.097Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-04-16T11:53:06.097Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s) [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-04-16T11:53:06.097Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.65s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.19s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.68s) [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2021-04-16T11:53:06.097Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-04-16T11:53:06.097Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-04-16T11:53:06.097Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestInspectDefault (2.81s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestInspectHistory (4.83s) [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2021-04-16T11:53:06.097Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2021-04-16T11:53:06.097Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-04-16T11:53:06.097Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.70s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.21s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.22s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.67s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.23s) [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2021-04-16T11:53:06.097Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.08s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.23s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestInspectStatus (3.46s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.47s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.44s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.67s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.31s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.70s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.73s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.38s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s) [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2021-04-16T11:53:06.097Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-04-16T11:53:06.097Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-04-16T11:53:06.097Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-04-16T11:53:06.097Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-04-16T11:53:06.097Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-04-16T11:53:06.097Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-04-16T11:53:06.097Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-04-16T11:53:06.097Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-04-16T11:53:06.097Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-04-16T11:53:06.097Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-04-16T11:53:06.097Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-04-16T11:53:06.097Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2021-04-16T11:53:06.097Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2021-04-16T11:53:06.097Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2021-04-16T11:53:06.097Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-04-16T11:53:06.097Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.13s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.12s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.86s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.69s) [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-04-16T11:53:06.097Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.25s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (6.43s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (6.65s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (6.52s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.48s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.38s) [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-04-16T11:53:06.097Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.74s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.76s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestLogsSince (9.28s) [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-04-16T11:53:06.097Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-04-16T11:53:06.097Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestLogsTail (3.09s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.88s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.75s) [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-04-16T11:53:06.097Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-04-16T11:53:06.097Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-04-16T11:53:06.097Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-04-16T11:53:06.097Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-04-16T11:53:06.097Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-04-16T11:53:06.097Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-04-16T11:53:06.097Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-04-16T11:53:06.097Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.07s) [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-04-16T11:53:06.097Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-04-16T11:53:06.097Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-04-16T11:53:06.097Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-04-16T11:53:06.097Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2021-04-16T11:53:06.097Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-04-16T11:53:06.097Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-04-16T11:53:06.097Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-04-16T11:53:06.097Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-04-16T11:53:06.097Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (5.26s) [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-04-16T11:53:06.097Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2021-04-16T11:53:06.097Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-04-16T11:53:06.097Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-04-16T11:53:06.097Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-04-16T11:53:06.097Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-04-16T11:53:06.097Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-04-16T11:53:06.097Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-04-16T11:53:06.097Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.86s) [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-04-16T11:53:06.097Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestPsByOrder (8.43s) [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-04-16T11:53:06.097Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestPsListContainersBase (9.70s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (15.46s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.33s) [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-04-16T11:53:06.097Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (12.49s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (4.10s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (8.28s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (5.06s) [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2021-04-16T11:53:06.097Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-04-16T11:53:06.097Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (5.14s) [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2021-04-16T11:53:06.097Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-04-16T11:53:06.097Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2021-04-16T11:53:06.097Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2021-04-16T11:53:06.097Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestPsShowMounts (7.79s) [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-04-16T11:53:06.097Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.70s) [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2021-04-16T11:53:06.097Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.28s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.93s) [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-04-16T11:53:06.097Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.71s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (5.18s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.95s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (26.22s) [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2021-04-16T11:53:06.097Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (7.67s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.31s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.23s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.94s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (5.19s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.77s) [2021-04-16T11:53:06.097Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2021-04-16T11:53:06.097Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (5.15s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2021-04-16T11:53:06.097Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.36s) [2021-04-16T11:53:06.098Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (19.26s) [2021-04-16T11:53:06.098Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.44s) [2021-04-16T11:53:06.098Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.75s) [2021-04-16T11:53:06.098Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.54s) [2021-04-16T11:53:06.098Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (5.64s) [2021-04-16T11:53:06.098Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (9.04s) [2021-04-16T11:53:06.098Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (8.97s) [2021-04-16T11:53:06.098Z] --- PASS: TestDockerSuite/TestRmiTag (0.67s) [2021-04-16T11:53:06.098Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.92s) [2021-04-16T11:53:06.098Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (26.20s) [2021-04-16T11:53:06.098Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.21s) [2021-04-16T11:53:06.098Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (5.49s) [2021-04-16T11:53:06.098Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.28s) [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.03s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.01s) [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (5.23s) [2021-04-16T11:53:06.098Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.93s) [2021-04-16T11:53:06.098Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.72s) [2021-04-16T11:53:06.098Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.72s) [2021-04-16T11:53:06.098Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.71s) [2021-04-16T11:53:06.098Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2021-04-16T11:53:06.098Z] --- PASS: TestDockerSuite/TestRunBindMounts (5.58s) [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.44s) [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.22s) [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (6.75s) [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.03s) [2021-04-16T11:53:06.098Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.48s) [2021-04-16T11:53:06.098Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.70s) [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.74s) [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.95s) [2021-04-16T11:53:06.098Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (7.34s) [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.54s) [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.22s) [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.78s) [2021-04-16T11:53:06.098Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.87s) [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.79s) [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- PASS: TestDockerSuite/TestRunExitCode (2.86s) [2021-04-16T11:53:06.098Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.67s) [2021-04-16T11:53:06.098Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.75s) [2021-04-16T11:53:06.098Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.31s) [2021-04-16T11:53:06.098Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.85s) [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.08s) [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (7.64s) [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.55s) [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (7.42s) [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.97s) [2021-04-16T11:53:06.098Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.56s) [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-04-16T11:53:06.098Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.098Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.46s) [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.19s) [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.83s) [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.83s) [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.20s) [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.88s) [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.65s) [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (8.98s) [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestRunRm (2.79s) [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.80s) [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.74s) [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.70s) [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.26s) [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.94s) [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.68s) [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.25s) [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.18s) [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s) [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.98s) [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.63s) [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.65s) [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.41s) [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (7.92s) [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (5.33s) [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.71s) [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.18s) [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.64s) [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.40s) [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.42s) [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.07s) [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.76s) [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (6.49s) [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.93s) [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (5.24s) [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2021-04-16T11:53:06.099Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2021-04-16T11:53:06.099Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2021-04-16T11:53:06.099Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.26s) [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.38s) [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.41s) [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.23s) [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.62s) [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (8.05s) [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (8.94s) [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestStartAttachSilent (4.42s) [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2021-04-16T11:53:06.099Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (7.03s) [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.31s) [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.39s) [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2021-04-16T11:53:06.099Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.27s) [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.29s) [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.14s) [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.21s) [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.33s) [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.29s) [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.15s) [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestVolumeCLILs (3.03s) [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s) [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.40s) [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.40s) [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.40s) [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s) [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.18s) [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (8.47s) [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.75s) [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.21s) [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (8.08s) [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.27s) [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.29s) [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (10.15s) [2021-04-16T11:53:06.099Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-04-16T11:53:06.099Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.099Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.32s) [2021-04-16T11:53:06.099Z] === RUN TestDockerRegistrySuite [2021-04-16T11:53:06.099Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-04-16T11:53:06.099Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-04-16T11:53:06.099Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-04-16T11:53:06.099Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-04-16T11:53:06.099Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-04-16T11:53:06.099Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-04-16T11:53:06.099Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-04-16T11:53:06.099Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-04-16T11:53:06.099Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-04-16T11:53:06.099Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-04-16T11:53:06.099Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-04-16T11:53:06.099Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-04-16T11:53:06.099Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-04-16T11:53:06.099Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-04-16T11:53:06.099Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-04-16T11:53:06.099Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-04-16T11:53:06.100Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-04-16T11:53:06.100Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-04-16T11:53:06.100Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-04-16T11:53:06.100Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-04-16T11:53:06.100Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-04-16T11:53:06.100Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-04-16T11:53:06.100Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-04-16T11:53:06.100Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-04-16T11:53:06.100Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-04-16T11:53:06.100Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-04-16T11:53:06.100Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-04-16T11:53:06.100Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-04-16T11:53:06.100Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-04-16T11:53:06.100Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-04-16T11:53:06.100Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-04-16T11:53:06.100Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-04-16T11:53:06.100Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-04-16T11:53:06.100Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-04-16T11:53:06.100Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-04-16T11:53:06.100Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-04-16T11:53:06.100Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-04-16T11:53:06.100Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-04-16T11:53:06.100Z] --- PASS: TestDockerRegistrySuite (0.13s) [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] === RUN TestDockerSchema1RegistrySuite [2021-04-16T11:53:06.100Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-04-16T11:53:06.100Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-04-16T11:53:06.100Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-04-16T11:53:06.100Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-04-16T11:53:06.100Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-04-16T11:53:06.100Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-04-16T11:53:06.100Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-04-16T11:53:06.100Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-04-16T11:53:06.100Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-04-16T11:53:06.100Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-04-16T11:53:06.100Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-04-16T11:53:06.100Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-04-16T11:53:06.100Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-04-16T11:53:06.100Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-04-16T11:53:06.100Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-04-16T11:53:06.100Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-04-16T11:53:06.100Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-04-16T11:53:06.100Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-04-16T11:53:06.100Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-04-16T11:53:06.100Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-04-16T11:53:06.100Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-04-16T11:53:06.100Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-04-16T11:53:06.100Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-04-16T11:53:06.100Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-04-16T11:53:06.100Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-04-16T11:53:06.100Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-04-16T11:53:06.100Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-04-16T11:53:06.100Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.03s) [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] === RUN TestDockerRegistryAuthTokenSuite [2021-04-16T11:53:06.100Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-04-16T11:53:06.100Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-04-16T11:53:06.100Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-04-16T11:53:06.100Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-04-16T11:53:06.100Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-04-16T11:53:06.100Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] === RUN TestDockerDaemonSuite [2021-04-16T11:53:06.100Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-04-16T11:53:06.100Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-04-16T11:53:06.100Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-04-16T11:53:06.100Z] --- PASS: TestDockerDaemonSuite (0.00s) [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] === RUN TestDockerSwarmSuite [2021-04-16T11:53:06.100Z] --- PASS: TestDockerSwarmSuite (0.00s) [2021-04-16T11:53:06.100Z] === RUN TestDockerPluginSuite [2021-04-16T11:53:06.100Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2021-04-16T11:53:06.100Z] === RUN TestDockerPluginSuite/TestPluginCreate [2021-04-16T11:53:06.100Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2021-04-16T11:53:06.100Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2021-04-16T11:53:06.100Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2021-04-16T11:53:06.100Z] === RUN TestDockerPluginSuite/TestPluginInspect [2021-04-16T11:53:06.100Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2021-04-16T11:53:06.100Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2021-04-16T11:53:06.100Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2021-04-16T11:53:06.100Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2021-04-16T11:53:06.100Z] === RUN TestDockerPluginSuite/TestPluginSet [2021-04-16T11:53:06.100Z] --- PASS: TestDockerPluginSuite (0.02s) [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] === RUN TestDockerExternalVolumeSuite [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] === RUN TestDockerNetworkSuite [2021-04-16T11:53:06.100Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2021-04-16T11:53:06.100Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.100Z] === RUN TestDockerHubPullSuite [2021-04-16T11:53:06.101Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2021-04-16T11:53:06.101Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.101Z] PASS [2021-04-16T11:53:06.101Z] ok github.com/docker/docker/integration-cli 2514.906s [2021-04-16T11:53:06.101Z] [2021-04-16T11:53:06.101Z] === Skipped [2021-04-16T11:53:06.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-04-16T11:53:06.101Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-04-16T11:53:06.101Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.101Z] [2021-04-16T11:53:06.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-04-16T11:53:06.101Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-04-16T11:53:06.101Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.101Z] [2021-04-16T11:53:06.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-04-16T11:53:06.101Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-04-16T11:53:06.101Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.101Z] [2021-04-16T11:53:06.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-04-16T11:53:06.101Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-04-16T11:53:06.101Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.101Z] [2021-04-16T11:53:06.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-04-16T11:53:06.101Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-04-16T11:53:06.101Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.101Z] [2021-04-16T11:53:06.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-04-16T11:53:06.101Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-04-16T11:53:06.101Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.101Z] [2021-04-16T11:53:06.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-04-16T11:53:06.101Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-04-16T11:53:06.101Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.101Z] [2021-04-16T11:53:06.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-04-16T11:53:06.101Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-04-16T11:53:06.101Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.101Z] [2021-04-16T11:53:06.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-04-16T11:53:06.101Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-04-16T11:53:06.101Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.101Z] [2021-04-16T11:53:06.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-04-16T11:53:06.101Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-04-16T11:53:06.101Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.101Z] [2021-04-16T11:53:06.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2021-04-16T11:53:06.101Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2021-04-16T11:53:06.101Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.101Z] [2021-04-16T11:53:06.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2021-04-16T11:53:06.101Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2021-04-16T11:53:06.101Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.101Z] [2021-04-16T11:53:06.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-04-16T11:53:06.101Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-04-16T11:53:06.101Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-04-16T11:53:06.101Z] [2021-04-16T11:53:06.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-04-16T11:53:06.101Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-04-16T11:53:06.101Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-04-16T11:53:06.101Z] [2021-04-16T11:53:06.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-04-16T11:53:06.101Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-04-16T11:53:06.101Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.101Z] [2021-04-16T11:53:06.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2021-04-16T11:53:06.101Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-04-16T11:53:06.101Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.101Z] [2021-04-16T11:53:06.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2021-04-16T11:53:06.101Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2021-04-16T11:53:06.101Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-04-16T11:53:06.101Z] [2021-04-16T11:53:06.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-04-16T11:53:06.101Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-04-16T11:53:06.101Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.101Z] [2021-04-16T11:53:06.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.43s) [2021-04-16T11:53:06.101Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.43s) [2021-04-16T11:53:06.101Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-04-16T11:53:06.101Z] [2021-04-16T11:53:06.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-04-16T11:53:06.101Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-04-16T11:53:06.101Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.101Z] [2021-04-16T11:53:06.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-04-16T11:53:06.101Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-04-16T11:53:06.101Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.101Z] [2021-04-16T11:53:06.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2021-04-16T11:53:06.553Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2021-04-16T11:53:06.553Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.553Z] [2021-04-16T11:53:06.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-04-16T11:53:06.553Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-04-16T11:53:06.553Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.553Z] [2021-04-16T11:53:06.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-04-16T11:53:06.553Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-04-16T11:53:06.553Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.553Z] [2021-04-16T11:53:06.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-04-16T11:53:06.553Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-04-16T11:53:06.553Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.553Z] [2021-04-16T11:53:06.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.04s) [2021-04-16T11:53:06.553Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2021-04-16T11:53:06.553Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.553Z] [2021-04-16T11:53:06.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2021-04-16T11:53:06.553Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2021-04-16T11:53:06.553Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.553Z] [2021-04-16T11:53:06.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-04-16T11:53:06.553Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-04-16T11:53:06.553Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.553Z] [2021-04-16T11:53:06.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-04-16T11:53:06.553Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-04-16T11:53:06.553Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.553Z] [2021-04-16T11:53:06.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s) [2021-04-16T11:53:06.553Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2021-04-16T11:53:06.553Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.553Z] [2021-04-16T11:53:06.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.43s) [2021-04-16T11:53:06.553Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.43s) [2021-04-16T11:53:06.553Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.553Z] [2021-04-16T11:53:06.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.90s) [2021-04-16T11:53:06.553Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.90s) [2021-04-16T11:53:06.553Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.553Z] [2021-04-16T11:53:06.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.19s) [2021-04-16T11:53:06.553Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.19s) [2021-04-16T11:53:06.553Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.553Z] [2021-04-16T11:53:06.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.43s) [2021-04-16T11:53:06.553Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.43s) [2021-04-16T11:53:06.553Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.553Z] [2021-04-16T11:53:06.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-04-16T11:53:06.553Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-04-16T11:53:06.553Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.553Z] [2021-04-16T11:53:06.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-04-16T11:53:06.553Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-04-16T11:53:06.553Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.553Z] [2021-04-16T11:53:06.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-04-16T11:53:06.553Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-04-16T11:53:06.553Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.553Z] [2021-04-16T11:53:06.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-04-16T11:53:06.553Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-04-16T11:53:06.553Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.553Z] [2021-04-16T11:53:06.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-04-16T11:53:06.553Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-04-16T11:53:06.553Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.553Z] [2021-04-16T11:53:06.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.84s) [2021-04-16T11:53:06.553Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.84s) [2021-04-16T11:53:06.553Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.553Z] [2021-04-16T11:53:06.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.44s) [2021-04-16T11:53:06.553Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.44s) [2021-04-16T11:53:06.553Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.553Z] [2021-04-16T11:53:06.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.05s) [2021-04-16T11:53:06.553Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2021-04-16T11:53:06.553Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.553Z] [2021-04-16T11:53:06.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-04-16T11:53:06.553Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-04-16T11:53:06.553Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.553Z] [2021-04-16T11:53:06.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-04-16T11:53:06.553Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-04-16T11:53:06.553Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-04-16T11:53:06.553Z] [2021-04-16T11:53:06.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-04-16T11:53:06.553Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-04-16T11:53:06.553Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.553Z] [2021-04-16T11:53:06.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-04-16T11:53:06.553Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-04-16T11:53:06.553Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.553Z] [2021-04-16T11:53:06.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-04-16T11:53:06.553Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-04-16T11:53:06.553Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.553Z] [2021-04-16T11:53:06.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-04-16T11:53:06.553Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-04-16T11:53:06.553Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.553Z] [2021-04-16T11:53:06.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2021-04-16T11:53:06.553Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2021-04-16T11:53:06.553Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.553Z] [2021-04-16T11:53:06.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.42s) [2021-04-16T11:53:06.553Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.42s) [2021-04-16T11:53:06.553Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.553Z] [2021-04-16T11:53:06.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.44s) [2021-04-16T11:53:06.553Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.44s) [2021-04-16T11:53:06.553Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.553Z] [2021-04-16T11:53:06.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-04-16T11:53:06.553Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-04-16T11:53:06.553Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.553Z] [2021-04-16T11:53:06.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-04-16T11:53:06.553Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-04-16T11:53:06.553Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.553Z] [2021-04-16T11:53:06.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.45s) [2021-04-16T11:53:06.553Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.45s) [2021-04-16T11:53:06.553Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.553Z] [2021-04-16T11:53:06.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.44s) [2021-04-16T11:53:06.553Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.44s) [2021-04-16T11:53:06.553Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.553Z] [2021-04-16T11:53:06.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.41s) [2021-04-16T11:53:06.553Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.41s) [2021-04-16T11:53:06.553Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.553Z] [2021-04-16T11:53:06.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-04-16T11:53:06.553Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-04-16T11:53:06.553Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.553Z] [2021-04-16T11:53:06.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.03s) [2021-04-16T11:53:06.553Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.03s) [2021-04-16T11:53:06.553Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.553Z] [2021-04-16T11:53:06.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2021-04-16T11:53:06.553Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-04-16T11:53:06.553Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.553Z] [2021-04-16T11:53:06.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.38s) [2021-04-16T11:53:06.553Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.38s) [2021-04-16T11:53:06.553Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.553Z] [2021-04-16T11:53:06.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-04-16T11:53:06.553Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-04-16T11:53:06.553Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.553Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-04-16T11:53:06.554Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2021-04-16T11:53:06.554Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-04-16T11:53:06.554Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-04-16T11:53:06.554Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-04-16T11:53:06.554Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-04-16T11:53:06.554Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2021-04-16T11:53:06.554Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-04-16T11:53:06.554Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-04-16T11:53:06.554Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-04-16T11:53:06.554Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-04-16T11:53:06.554Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-04-16T11:53:06.554Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-04-16T11:53:06.554Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2021-04-16T11:53:06.554Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.09s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2021-04-16T11:53:06.554Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.05s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2021-04-16T11:53:06.554Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.06s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2021-04-16T11:53:06.554Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-04-16T11:53:06.554Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-04-16T11:53:06.554Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-04-16T11:53:06.554Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-04-16T11:53:06.554Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-04-16T11:53:06.554Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-04-16T11:53:06.554Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2021-04-16T11:53:06.554Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.44s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.44s) [2021-04-16T11:53:06.554Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.43s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.43s) [2021-04-16T11:53:06.554Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-04-16T11:53:06.554Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-04-16T11:53:06.554Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-04-16T11:53:06.554Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-04-16T11:53:06.554Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2021-04-16T11:53:06.554Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.42s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.42s) [2021-04-16T11:53:06.554Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2021-04-16T11:53:06.554Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.43s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.43s) [2021-04-16T11:53:06.554Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.43s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.43s) [2021-04-16T11:53:06.554Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.43s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.43s) [2021-04-16T11:53:06.554Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-04-16T11:53:06.554Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.40s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.40s) [2021-04-16T11:53:06.554Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2021-04-16T11:53:06.554Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-04-16T11:53:06.554Z] docker_cli_sni_test.go:18: Flakey test [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-04-16T11:53:06.554Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-04-16T11:53:06.554Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-04-16T11:53:06.554Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-04-16T11:53:06.554Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-04-16T11:53:06.554Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2021-04-16T11:53:06.554Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-04-16T11:53:06.554Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-04-16T11:53:06.554Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-04-16T11:53:06.554Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-04-16T11:53:06.554Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2021-04-16T11:53:06.554Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-04-16T11:53:06.554Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-04-16T11:53:06.554Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-04-16T11:53:06.554Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-04-16T11:53:06.554Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2021-04-16T11:53:06.554Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-04-16T11:53:06.554Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2021-04-16T11:53:06.554Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2021-04-16T11:53:06.554Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2021-04-16T11:53:06.554Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-04-16T11:53:06.554Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-04-16T11:53:06.554Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-04-16T11:53:06.554Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.554Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2021-04-16T11:53:06.554Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2021-04-16T11:53:06.554Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.554Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-04-16T11:53:06.555Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-04-16T11:53:06.555Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2021-04-16T11:53:06.555Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-04-16T11:53:06.555Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-04-16T11:53:06.555Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-04-16T11:53:06.555Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-04-16T11:53:06.555Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-04-16T11:53:06.555Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-04-16T11:53:06.555Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-04-16T11:53:06.555Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-04-16T11:53:06.555Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-04-16T11:53:06.555Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-04-16T11:53:06.555Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2021-04-16T11:53:06.555Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-04-16T11:53:06.555Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2021-04-16T11:53:06.555Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-04-16T11:53:06.555Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-04-16T11:53:06.555Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-04-16T11:53:06.555Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-04-16T11:53:06.555Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-04-16T11:53:06.555Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-04-16T11:53:06.555Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-04-16T11:53:06.555Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2021-04-16T11:53:06.555Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2021-04-16T11:53:06.555Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.03s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.03s) [2021-04-16T11:53:06.555Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2021-04-16T11:53:06.555Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-04-16T11:53:06.555Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-04-16T11:53:06.555Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-04-16T11:53:06.555Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-04-16T11:53:06.555Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2021-04-16T11:53:06.555Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2021-04-16T11:53:06.555Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-04-16T11:53:06.555Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-04-16T11:53:06.555Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-04-16T11:53:06.555Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-04-16T11:53:06.555Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-04-16T11:53:06.555Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-04-16T11:53:06.555Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-04-16T11:53:06.555Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-04-16T11:53:06.555Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2021-04-16T11:53:06.555Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-04-16T11:53:06.555Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2021-04-16T11:53:06.555Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2021-04-16T11:53:06.555Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-04-16T11:53:06.555Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2021-04-16T11:53:06.555Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-04-16T11:53:06.555Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-04-16T11:53:06.555Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-04-16T11:53:06.555Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-04-16T11:53:06.555Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-04-16T11:53:06.555Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-04-16T11:53:06.555Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2021-04-16T11:53:06.555Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-04-16T11:53:06.555Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-04-16T11:53:06.555Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-04-16T11:53:06.555Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2021-04-16T11:53:06.555Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-04-16T11:53:06.555Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-04-16T11:53:06.555Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-04-16T11:53:06.555Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-04-16T11:53:06.555Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-04-16T11:53:06.555Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-04-16T11:53:06.555Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-04-16T11:53:06.555Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2021-04-16T11:53:06.555Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2021-04-16T11:53:06.555Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.555Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-04-16T11:53:06.556Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-04-16T11:53:06.556Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-04-16T11:53:06.556Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-04-16T11:53:06.556Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2021-04-16T11:53:06.556Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-04-16T11:53:06.556Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2021-04-16T11:53:06.556Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-04-16T11:53:06.556Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-04-16T11:53:06.556Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-04-16T11:53:06.556Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-04-16T11:53:06.556Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2021-04-16T11:53:06.556Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-04-16T11:53:06.556Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2021-04-16T11:53:06.556Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-04-16T11:53:06.556Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-04-16T11:53:06.556Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-04-16T11:53:06.556Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2021-04-16T11:53:06.556Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-04-16T11:53:06.556Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-04-16T11:53:06.556Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-04-16T11:53:06.556Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2021-04-16T11:53:06.556Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-04-16T11:53:06.556Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2021-04-16T11:53:06.556Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-04-16T11:53:06.556Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2021-04-16T11:53:06.556Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-04-16T11:53:06.556Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-04-16T11:53:06.556Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-04-16T11:53:06.556Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-04-16T11:53:06.556Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2021-04-16T11:53:06.556Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-04-16T11:53:06.556Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-04-16T11:53:06.556Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2021-04-16T11:53:06.556Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-04-16T11:53:06.556Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-04-16T11:53:06.556Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2021-04-16T11:53:06.556Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-04-16T11:53:06.556Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-04-16T11:53:06.556Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2021-04-16T11:53:06.556Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2021-04-16T11:53:06.556Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-04-16T11:53:06.556Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2021-04-16T11:53:06.556Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2021-04-16T11:53:06.556Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-04-16T11:53:06.556Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-04-16T11:53:06.556Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-04-16T11:53:06.556Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-04-16T11:53:06.556Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-04-16T11:53:06.556Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-04-16T11:53:06.556Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-04-16T11:53:06.556Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-04-16T11:53:06.556Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-04-16T11:53:06.556Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-04-16T11:53:06.556Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-04-16T11:53:06.556Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2021-04-16T11:53:06.556Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2021-04-16T11:53:06.556Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2021-04-16T11:53:06.556Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-04-16T11:53:06.556Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-04-16T11:53:06.556Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-04-16T11:53:06.556Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-04-16T11:53:06.556Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-04-16T11:53:06.556Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.556Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-04-16T11:53:06.557Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-04-16T11:53:06.557Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-04-16T11:53:06.557Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-04-16T11:53:06.557Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-04-16T11:53:06.557Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-04-16T11:53:06.557Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-04-16T11:53:06.557Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-04-16T11:53:06.557Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-04-16T11:53:06.557Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-04-16T11:53:06.557Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-04-16T11:53:06.557Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-04-16T11:53:06.557Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-04-16T11:53:06.557Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2021-04-16T11:53:06.557Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-04-16T11:53:06.557Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-04-16T11:53:06.557Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-04-16T11:53:06.557Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-04-16T11:53:06.557Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-04-16T11:53:06.557Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2021-04-16T11:53:06.557Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-04-16T11:53:06.557Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-04-16T11:53:06.557Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-04-16T11:53:06.557Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-04-16T11:53:06.557Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-04-16T11:53:06.557Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-04-16T11:53:06.557Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-04-16T11:53:06.557Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-04-16T11:53:06.557Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-04-16T11:53:06.557Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2021-04-16T11:53:06.557Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-04-16T11:53:06.557Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2021-04-16T11:53:06.557Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-04-16T11:53:06.557Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2021-04-16T11:53:06.557Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2021-04-16T11:53:06.557Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-04-16T11:53:06.557Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2021-04-16T11:53:06.557Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-04-16T11:53:06.557Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2021-04-16T11:53:06.557Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2021-04-16T11:53:06.557Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-04-16T11:53:06.557Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.03s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.03s) [2021-04-16T11:53:06.557Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-04-16T11:53:06.557Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-04-16T11:53:06.557Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-04-16T11:53:06.557Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-04-16T11:53:06.557Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-04-16T11:53:06.557Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-04-16T11:53:06.557Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-04-16T11:53:06.557Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2021-04-16T11:53:06.557Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2021-04-16T11:53:06.557Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-04-16T11:53:06.557Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-04-16T11:53:06.557Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-04-16T11:53:06.557Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-04-16T11:53:06.557Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-04-16T11:53:06.557Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-04-16T11:53:06.557Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2021-04-16T11:53:06.557Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2021-04-16T11:53:06.557Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-04-16T11:53:06.557Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-04-16T11:53:06.557Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-04-16T11:53:06.557Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-04-16T11:53:06.557Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2021-04-16T11:53:06.557Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-04-16T11:53:06.557Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-04-16T11:53:06.557Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.557Z] [2021-04-16T11:53:06.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-04-16T11:53:06.558Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-04-16T11:53:06.558Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.558Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2021-04-16T11:53:06.559Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2021-04-16T11:53:06.559Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2021-04-16T11:53:06.559Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2021-04-16T11:53:06.559Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2021-04-16T11:53:06.559Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2021-04-16T11:53:06.559Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2021-04-16T11:53:06.559Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2021-04-16T11:53:06.559Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2021-04-16T11:53:06.559Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2021-04-16T11:53:06.559Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2021-04-16T11:53:06.559Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-04-16T11:53:06.559Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.559Z] [2021-04-16T11:53:06.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2021-04-16T11:53:06.559Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-04-16T11:53:06.560Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-04-16T11:53:06.560Z] [2021-04-16T11:53:06.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2021-04-16T11:53:07.012Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-04-16T11:53:07.012Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.012Z] [2021-04-16T11:53:07.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2021-04-16T11:53:07.012Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2021-04-16T11:53:07.012Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.012Z] [2021-04-16T11:53:07.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-04-16T11:53:07.012Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-04-16T11:53:07.012Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.012Z] [2021-04-16T11:53:07.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-04-16T11:53:07.012Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-04-16T11:53:07.012Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.012Z] [2021-04-16T11:53:07.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-04-16T11:53:07.012Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-04-16T11:53:07.012Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.012Z] [2021-04-16T11:53:07.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-04-16T11:53:07.012Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-04-16T11:53:07.012Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.012Z] [2021-04-16T11:53:07.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-04-16T11:53:07.012Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-04-16T11:53:07.012Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.012Z] [2021-04-16T11:53:07.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-04-16T11:53:07.012Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-04-16T11:53:07.012Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.012Z] [2021-04-16T11:53:07.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-04-16T11:53:07.012Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-04-16T11:53:07.012Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.012Z] [2021-04-16T11:53:07.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-04-16T11:53:07.013Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-04-16T11:53:07.013Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-04-16T11:53:07.013Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-04-16T11:53:07.013Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-04-16T11:53:07.013Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.013Z] [2021-04-16T11:53:07.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-04-16T11:53:07.014Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-04-16T11:53:07.014Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.014Z] [2021-04-16T11:53:07.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-04-16T11:53:07.014Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-04-16T11:53:07.014Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.014Z] [2021-04-16T11:53:07.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-04-16T11:53:07.014Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-04-16T11:53:07.014Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.014Z] [2021-04-16T11:53:07.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-04-16T11:53:07.014Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-04-16T11:53:07.014Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.014Z] [2021-04-16T11:53:07.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-04-16T11:53:07.014Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-04-16T11:53:07.014Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.014Z] [2021-04-16T11:53:07.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-04-16T11:53:07.014Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-04-16T11:53:07.014Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.014Z] [2021-04-16T11:53:07.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-04-16T11:53:07.014Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-04-16T11:53:07.014Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.014Z] [2021-04-16T11:53:07.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-04-16T11:53:07.014Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-04-16T11:53:07.014Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.014Z] [2021-04-16T11:53:07.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-04-16T11:53:07.014Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-04-16T11:53:07.014Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.014Z] [2021-04-16T11:53:07.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-04-16T11:53:07.014Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-04-16T11:53:07.014Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.014Z] [2021-04-16T11:53:07.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-04-16T11:53:07.014Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-04-16T11:53:07.014Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.014Z] [2021-04-16T11:53:07.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-04-16T11:53:07.014Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-04-16T11:53:07.014Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.014Z] [2021-04-16T11:53:07.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-04-16T11:53:07.014Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-04-16T11:53:07.014Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.014Z] [2021-04-16T11:53:07.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-04-16T11:53:07.014Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-04-16T11:53:07.014Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.014Z] [2021-04-16T11:53:07.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-04-16T11:53:07.014Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-04-16T11:53:07.014Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.014Z] [2021-04-16T11:53:07.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-04-16T11:53:07.014Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-04-16T11:53:07.014Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.014Z] [2021-04-16T11:53:07.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-04-16T11:53:07.014Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-04-16T11:53:07.014Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.014Z] [2021-04-16T11:53:07.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-04-16T11:53:07.014Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-04-16T11:53:07.014Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.014Z] [2021-04-16T11:53:07.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-04-16T11:53:07.014Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-04-16T11:53:07.014Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.014Z] [2021-04-16T11:53:07.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-04-16T11:53:07.014Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-04-16T11:53:07.014Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.014Z] [2021-04-16T11:53:07.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2021-04-16T11:53:07.014Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-04-16T11:53:07.014Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.014Z] [2021-04-16T11:53:07.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2021-04-16T11:53:07.014Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.014Z] [2021-04-16T11:53:07.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2021-04-16T11:53:07.014Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.014Z] [2021-04-16T11:53:07.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2021-04-16T11:53:07.014Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-04-16T11:53:07.014Z] [2021-04-16T11:53:07.014Z] [2021-04-16T11:53:07.014Z] DONE 1092 tests, 546 skipped in 2523.978s [2021-04-16T11:53:07.014Z] INFO: Integration tests ended at 04/16/2021 11:53:06. Duration:00:42:04.0825339 [2021-04-16T11:53:07.014Z] INFO: Docker info of the daemon under test at end of run [2021-04-16T11:53:07.014Z] [2021-04-16T11:53:07.014Z] Containers: 2 [2021-04-16T11:53:07.014Z] Running: 0 [2021-04-16T11:53:07.014Z] Paused: 0 [2021-04-16T11:53:07.014Z] Stopped: 2 [2021-04-16T11:53:07.014Z] Images: 18 [2021-04-16T11:53:07.014Z] Server Version: 0.0.0-dev [2021-04-16T11:53:07.014Z] Storage Driver: windowsfilter [2021-04-16T11:53:07.014Z] Windows: [2021-04-16T11:53:07.014Z] Logging Driver: json-file [2021-04-16T11:53:07.014Z] Plugins: [2021-04-16T11:53:07.014Z] Volume: local [2021-04-16T11:53:07.014Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-04-16T11:53:07.014Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-04-16T11:53:07.014Z] Swarm: inactive [2021-04-16T11:53:07.014Z] Default Isolation: process [2021-04-16T11:53:07.014Z] Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600) [2021-04-16T11:53:07.014Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1) [2021-04-16T11:53:07.014Z] OSType: windows [2021-04-16T11:53:07.014Z] Architecture: x86_64 [2021-04-16T11:53:07.014Z] CPUs: 4 [2021-04-16T11:53:07.014Z] Total Memory: 32GiB [2021-04-16T11:53:07.014Z] Name: azwin-2-cd8e40 [2021-04-16T11:53:07.014Z] ID: QPNA:7QTV:MWDQ:U3YB:GE3C:WDPH:C5FD:F7RT:N3GZ:2AHD:OKXP:W54B [2021-04-16T11:53:07.014Z] Docker Root Dir: D:\CI\PR-40094\16\daemon [2021-04-16T11:53:07.014Z] Debug Mode (client): false [2021-04-16T11:53:07.014Z] Debug Mode (server): true [2021-04-16T11:53:07.014Z] File Descriptors: -1 [2021-04-16T11:53:07.014Z] Goroutines: 17 [2021-04-16T11:53:07.014Z] System Time: 2021-04-16T11:53:06.8154927Z [2021-04-16T11:53:07.014Z] EventsListeners: 0 [2021-04-16T11:53:07.014Z] Registry: https://index.docker.io/v1/ [2021-04-16T11:53:07.014Z] Labels: [2021-04-16T11:53:07.014Z] Experimental: false [2021-04-16T11:53:07.014Z] Insecure Registries: [2021-04-16T11:53:07.014Z] 127.0.0.0/8 [2021-04-16T11:53:07.014Z] Live Restore Enabled: false [2021-04-16T11:53:07.014Z] [2021-04-16T11:53:07.014Z] [2021-04-16T11:53:07.014Z] INFO: Stopping daemon under test [2021-04-16T11:53:07.466Z] SUCCESS: The process with PID 2320 (child process of PID 4236) has been terminated. [2021-04-16T11:53:07.466Z] SUCCESS: The process with PID 4236 (child process of PID 5920) has been terminated. [2021-04-16T11:53:07.466Z] INFO: Stop tailing logs of the daemon under tests [2021-04-16T11:53:07.466Z] INFO: executeCI.ps1 Completed successfully at 04/16/2021 11:53:07. [2021-04-16T11:53:07.466Z] INFO: Tidying up at end of run [2021-04-16T11:53:07.466Z] INFO: Saving daemon under test log (d:\CI\PR-40094\16\dut.out) to bundles\CIDUT.out [2021-04-16T11:53:07.466Z] INFO: Saving daemon under test log (d:\CI\PR-40094\16\dut.err) to bundles\CIDUT.err [2021-04-16T11:53:07.466Z] INFO: Nuke-Everything... [2021-04-16T11:53:07.917Z] INFO: Container count on control daemon to delete is 2 [2021-04-16T11:53:08.369Z] 2ee574bf6139 [2021-04-16T11:53:08.369Z] c8061338f3f2 [2021-04-16T11:53:08.369Z] INFO: Tidying pidfile d:\CI\PR-40094\16\docker.pid [2021-04-16T11:53:08.369Z] INFO: Nuking d:\CI [2021-04-16T11:53:10.180Z] === RUN TestDockerSuite/TestExecInteractive [2021-04-16T11:53:10.180Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-04-16T11:53:10.180Z] === RUN TestDockerSuite/TestExecParseError [2021-04-16T11:53:10.180Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-04-16T11:53:10.180Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-04-16T11:53:10.180Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-04-16T11:53:13.101Z] === RUN TestDockerSuite/TestExecSetEnv [2021-04-16T11:53:13.101Z] === RUN TestDockerSuite/TestExecStartFails [2021-04-16T11:53:13.101Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-04-16T11:53:13.101Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-04-16T11:53:13.101Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-04-16T11:53:13.101Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-04-16T11:53:16.022Z] === RUN TestDockerSuite/TestExecUlimits [2021-04-16T11:53:16.022Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-04-16T11:53:23.080Z] INFO: Zapped successfully [2021-04-16T11:53:23.080Z] [2021-04-16T11:53:23.080Z] INFO: executeCI.ps1 exiting at Fri Apr 16 11:53:22 CUT 2021. Duration 01:15:22.5816040 [2021-04-16T11:53:23.080Z] [2021-04-16T11:53:23.139Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-04-16T11:53:23.139Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-04-16T11:53:23.139Z] === RUN TestDockerSuite/TestExecWithUser [2021-04-16T11:53:23.139Z] === RUN TestDockerSuite/TestGetContainerStats [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2021-04-16T11:53:23.327Z] Recording test results [2021-04-16T11:53:28.956Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-04-16T11:53:30.249Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2021-04-16T11:53:31.700Z] Creating win-2022-integration-bundles.zip [Pipeline] archiveArtifacts [2021-04-16T11:53:33.419Z] Archiving artifacts [2021-04-16T11:53:36.068Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-04-16T11:53:38.990Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-04-16T11:53:44.811Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-04-16T11:53:44.811Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-04-16T11:53:44.811Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-04-16T11:53:44.811Z] === RUN TestDockerSuite/TestHealth [2021-04-16T11:53:44.811Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-04-16T11:53:45.274Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-04-16T11:53:45.274Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-04-16T11:53:45.274Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-04-16T11:53:46.712Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-40094/16/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-04-16T11:53:47.719Z] + make clean [2021-04-16T11:53:48.171Z] docker volume rm -f docker-dev-cache [2021-04-16T11:53:48.624Z] docker-dev-cache [Pipeline] deleteDir [2021-04-16T11:53:51.097Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-04-16T11:53:51.097Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-04-16T11:53:51.097Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-04-16T11:53:51.097Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-04-16T11:53:51.097Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-04-16T11:53:51.097Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-16T11:53:51.560Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-04-16T11:53:51.560Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-04-16T11:53:52.536Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-04-16T11:53:52.998Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-04-16T11:53:55.196Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-04-16T11:53:55.196Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-04-16T11:53:57.389Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-04-16T11:54:00.312Z] === RUN TestDockerSuite/TestImagesFormat [2021-04-16T11:54:00.774Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-04-16T11:54:00.774Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-04-16T11:54:04.528Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-04-16T11:54:04.528Z] === RUN TestDockerSuite/TestImportBadURL [2021-04-16T11:54:07.451Z] === RUN TestDockerSuite/TestImportDisplay [2021-04-16T11:54:07.451Z] === RUN TestDockerSuite/TestImportFile [2021-04-16T11:54:07.451Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-04-16T11:54:07.451Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-04-16T11:54:07.451Z] === RUN TestDockerSuite/TestImportGzipped [2021-04-16T11:54:07.451Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-04-16T11:54:07.451Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-04-16T11:54:07.451Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-04-16T11:54:07.451Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-04-16T11:54:07.451Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-04-16T11:54:07.451Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-04-16T11:54:07.451Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-04-16T11:54:07.451Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-04-16T11:54:09.642Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-04-16T11:54:12.566Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-04-16T11:54:12.566Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-04-16T11:54:12.566Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-04-16T11:54:12.566Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-04-16T11:54:12.566Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-04-16T11:54:14.758Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-04-16T11:54:14.758Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-04-16T11:54:17.680Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-04-16T11:54:17.680Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-04-16T11:54:17.680Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-04-16T11:54:17.680Z] === RUN TestDockerSuite/TestInspectDefault [2021-04-16T11:54:19.874Z] === RUN TestDockerSuite/TestInspectHistory [2021-04-16T11:54:25.699Z] === RUN TestDockerSuite/TestInspectImage [2021-04-16T11:54:25.699Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-04-16T11:54:25.699Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-04-16T11:54:25.699Z] === RUN TestDockerSuite/TestInspectInt64 [2021-04-16T11:54:27.247Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-04-16T11:54:30.171Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-04-16T11:54:30.171Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-04-16T11:54:37.275Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-04-16T11:54:40.204Z] === RUN TestDockerSuite/TestInspectPlugin [2021-04-16T11:54:40.204Z] === RUN TestDockerSuite/TestInspectRootFS [2021-04-16T11:54:40.204Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-04-16T11:54:42.397Z] === RUN TestDockerSuite/TestInspectStatus [2021-04-16T11:54:45.319Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-04-16T11:54:50.038Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-04-16T11:54:52.961Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-04-16T11:54:55.154Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-04-16T11:54:58.078Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-04-16T11:55:00.268Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-04-16T11:55:02.461Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-04-16T11:55:05.386Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-04-16T11:55:05.386Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-04-16T11:55:05.386Z] === RUN TestDockerSuite/TestLinksEnvs [2021-04-16T11:55:05.386Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-04-16T11:55:05.386Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-04-16T11:55:05.386Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-04-16T11:55:05.386Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-04-16T11:55:05.386Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-04-16T11:55:05.386Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-04-16T11:55:05.386Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-04-16T11:55:05.386Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-04-16T11:55:05.386Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-04-16T11:55:05.386Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-04-16T11:55:05.386Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-04-16T11:55:05.386Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-04-16T11:55:05.386Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-04-16T11:55:05.386Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-04-16T11:55:05.386Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-04-16T11:55:05.386Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-04-16T11:55:05.386Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-04-16T11:55:07.575Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-04-16T11:55:09.768Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-04-16T11:55:15.589Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-04-16T11:55:24.191Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-04-16T11:55:24.191Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-04-16T11:55:25.744Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-04-16T11:55:25.744Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-04-16T11:55:34.347Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-04-16T11:55:41.451Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-04-16T11:55:48.555Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-04-16T11:55:51.479Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-04-16T11:55:54.402Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-04-16T11:55:54.402Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-04-16T11:55:56.597Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-04-16T11:55:58.789Z] === RUN TestDockerSuite/TestLogsSince [2021-04-16T11:56:09.145Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-04-16T11:56:09.145Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-04-16T11:56:09.145Z] === RUN TestDockerSuite/TestLogsTail [2021-04-16T11:56:11.336Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-04-16T11:56:14.264Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-04-16T11:56:17.185Z] === RUN TestDockerSuite/TestMountIntoProc [2021-04-16T11:56:17.185Z] === RUN TestDockerSuite/TestMountIntoSys [2021-04-16T11:56:17.185Z] === RUN TestDockerSuite/TestNetHostname [2021-04-16T11:56:17.185Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-04-16T11:56:17.185Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-04-16T11:56:17.185Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-04-16T11:56:17.185Z] === RUN TestDockerSuite/TestPluginActive [2021-04-16T11:56:17.185Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-04-16T11:56:17.185Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-04-16T11:56:17.185Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-04-16T11:56:17.185Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-04-16T11:56:17.185Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-04-16T11:56:17.185Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-04-16T11:56:17.185Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-04-16T11:56:17.185Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-04-16T11:56:17.185Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-04-16T11:56:17.185Z] === RUN TestDockerSuite/TestPortHostBinding [2021-04-16T11:56:17.185Z] === RUN TestDockerSuite/TestPortList [2021-04-16T11:56:17.185Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-04-16T11:56:23.004Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-04-16T11:56:23.005Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-04-16T11:56:23.005Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-04-16T11:56:23.005Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-04-16T11:56:23.005Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-04-16T11:56:23.005Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-04-16T11:56:23.005Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-04-16T11:56:23.005Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-04-16T11:56:23.005Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-04-16T11:56:23.005Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-04-16T11:56:27.725Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-04-16T11:56:27.725Z] === RUN TestDockerSuite/TestPsByOrder [2021-04-16T11:56:38.099Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-04-16T11:56:38.100Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-04-16T11:56:52.972Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-04-16T11:57:07.849Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-04-16T11:57:07.849Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-04-16T11:57:07.849Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-04-16T11:57:20.287Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-04-16T11:57:25.006Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-04-16T11:57:32.121Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-04-16T11:57:36.835Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-04-16T11:57:36.835Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-04-16T11:57:36.835Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-04-16T11:57:47.199Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-04-16T11:57:47.199Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-04-16T11:57:47.199Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-04-16T11:57:47.199Z] === RUN TestDockerSuite/TestPsRightTagName [2021-04-16T11:57:47.199Z] === RUN TestDockerSuite/TestPsShowMounts [2021-04-16T11:57:55.811Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-04-16T11:57:55.811Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-04-16T11:57:56.274Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-04-16T11:57:56.274Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-04-16T11:57:57.823Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-04-16T11:57:58.289Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-04-16T11:57:58.289Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-04-16T11:58:03.020Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-04-16T11:58:07.745Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-04-16T11:58:09.941Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-04-16T11:58:45.710Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-04-16T11:58:45.710Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-04-16T11:58:49.478Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-04-16T11:58:49.478Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-04-16T11:58:49.943Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-04-16T11:58:50.408Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-04-16T11:58:55.139Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-04-16T11:59:05.511Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-04-16T11:59:05.511Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-04-16T11:59:09.283Z] === RUN TestDockerSuite/TestRmiBlank [2021-04-16T11:59:09.283Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-04-16T11:59:09.283Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-04-16T11:59:24.161Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-04-16T11:59:27.093Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-04-16T11:59:28.076Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-04-16T11:59:35.195Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-04-16T11:59:41.034Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-04-16T11:59:49.817Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-04-16T11:59:54.554Z] === RUN TestDockerSuite/TestRmiTag [2021-04-16T11:59:55.022Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-04-16T11:59:57.960Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-04-16T12:00:15.719Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-04-16T12:00:18.660Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-04-16T12:00:24.497Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-04-16T12:00:25.475Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-04-16T12:00:25.475Z] === RUN TestDockerSuite/TestRunAddHost [2021-04-16T12:00:25.475Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-04-16T12:00:25.475Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-04-16T12:00:25.475Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-04-16T12:00:25.475Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-04-16T12:00:25.475Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-04-16T12:00:25.475Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-04-16T12:00:27.675Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-04-16T12:00:27.675Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-04-16T12:00:27.675Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-04-16T12:00:32.412Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-04-16T12:00:35.342Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-04-16T12:00:38.272Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-04-16T12:00:40.471Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-04-16T12:00:47.593Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-04-16T12:00:47.593Z] === RUN TestDockerSuite/TestRunBindMounts [2021-04-16T12:00:53.424Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-04-16T12:00:53.424Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-04-16T12:00:53.424Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-04-16T12:00:53.424Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-04-16T12:00:53.424Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-04-16T12:00:53.425Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-04-16T12:00:53.425Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-04-16T12:00:53.425Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-04-16T12:00:53.425Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-04-16T12:00:53.425Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-04-16T12:00:53.425Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-04-16T12:00:53.425Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-04-16T12:00:55.005Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-04-16T12:00:55.005Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-04-16T12:00:58.774Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-04-16T12:00:58.774Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-04-16T12:00:58.774Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-04-16T12:01:00.973Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-04-16T12:01:00.973Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-04-16T12:01:00.973Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-04-16T12:01:00.973Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-04-16T12:01:00.973Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-04-16T12:01:00.973Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-04-16T12:01:00.973Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-04-16T12:01:00.973Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-04-16T12:01:03.178Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-04-16T12:01:06.108Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-04-16T12:01:08.308Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-04-16T12:01:08.308Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-04-16T12:01:08.308Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-04-16T12:01:08.308Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-04-16T12:01:11.236Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-04-16T12:01:11.236Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-04-16T12:01:11.236Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-04-16T12:01:11.236Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-04-16T12:01:11.236Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-04-16T12:01:13.434Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-04-16T12:01:19.271Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-04-16T12:01:19.271Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-04-16T12:01:19.735Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-04-16T12:01:19.735Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-04-16T12:01:19.735Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-04-16T12:01:19.735Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-04-16T12:01:19.735Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-04-16T12:01:21.933Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-04-16T12:01:21.933Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-04-16T12:01:21.933Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-04-16T12:01:21.933Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-04-16T12:01:24.866Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-04-16T12:01:27.065Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-04-16T12:01:27.065Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-04-16T12:01:29.264Z] === RUN TestDockerSuite/TestRunEnvironment [2021-04-16T12:01:29.264Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-04-16T12:01:29.264Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-04-16T12:01:29.728Z] === RUN TestDockerSuite/TestRunExitCode [2021-04-16T12:01:31.928Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-04-16T12:01:34.858Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-04-16T12:01:37.057Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-04-16T12:01:39.255Z] === RUN TestDockerSuite/TestRunExposePort [2021-04-16T12:01:39.255Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-04-16T12:01:39.255Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-04-16T12:01:39.255Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-04-16T12:01:39.255Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-04-16T12:01:39.255Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-04-16T12:01:39.255Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-04-16T12:01:39.255Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-04-16T12:01:39.255Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-04-16T12:01:43.977Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-04-16T12:01:43.977Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-04-16T12:01:43.977Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-04-16T12:01:43.977Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-04-16T12:01:43.977Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-04-16T12:01:43.977Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-04-16T12:01:43.977Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-04-16T12:01:52.611Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-04-16T12:01:52.611Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-04-16T12:01:53.588Z] === RUN TestDockerSuite/TestRunModeHostname [2021-04-16T12:01:53.588Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-04-16T12:01:53.588Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-04-16T12:01:53.588Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-04-16T12:01:53.588Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-04-16T12:01:53.588Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-04-16T12:01:53.588Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-04-16T12:01:53.588Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-04-16T12:01:53.588Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-04-16T12:01:53.588Z] === RUN TestDockerSuite/TestRunMount [2021-04-16T12:01:53.588Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-04-16T12:01:53.588Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-04-16T12:01:53.588Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-04-16T12:01:53.588Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-04-16T12:02:02.206Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-04-16T12:02:02.206Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-04-16T12:02:02.206Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-04-16T12:02:02.206Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-04-16T12:02:06.931Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-04-16T12:02:15.551Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-04-16T12:02:16.015Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-04-16T12:02:16.015Z] === RUN TestDockerSuite/TestRunNetHost [2021-04-16T12:02:16.015Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-04-16T12:02:16.015Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-04-16T12:02:16.015Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-04-16T12:02:16.015Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-04-16T12:02:16.015Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-04-16T12:02:16.015Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-04-16T12:02:16.015Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-04-16T12:02:16.482Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-04-16T12:02:17.460Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-04-16T12:02:20.390Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-04-16T12:02:22.588Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-04-16T12:02:23.566Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-04-16T12:02:25.766Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-04-16T12:02:26.231Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-04-16T12:02:26.231Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-04-16T12:02:26.231Z] === RUN TestDockerSuite/TestRunPortInUse [2021-04-16T12:02:26.231Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-04-16T12:02:26.231Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-04-16T12:02:26.231Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-04-16T12:02:26.231Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-04-16T12:02:26.231Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-04-16T12:02:29.168Z] === RUN TestDockerSuite/TestRunPublishPort [2021-04-16T12:02:29.634Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-04-16T12:02:29.634Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-04-16T12:02:29.634Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-04-16T12:02:29.634Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-04-16T12:02:29.634Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-04-16T12:02:47.403Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-04-16T12:02:47.403Z] === RUN TestDockerSuite/TestRunRm [2021-04-16T12:02:50.334Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-04-16T12:02:56.175Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-04-16T12:02:59.111Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-04-16T12:03:01.309Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-04-16T12:03:03.509Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-04-16T12:03:06.442Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-04-16T12:03:06.442Z] === RUN TestDockerSuite/TestRunState [2021-04-16T12:03:06.442Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-04-16T12:03:09.376Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-04-16T12:03:09.376Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-04-16T12:03:11.574Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-04-16T12:03:11.574Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-04-16T12:03:11.574Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-04-16T12:03:11.574Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-04-16T12:03:11.574Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-04-16T12:03:11.574Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-04-16T12:03:17.409Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-04-16T12:03:17.409Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-04-16T12:03:17.409Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-04-16T12:03:17.409Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-04-16T12:03:17.409Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-04-16T12:03:17.409Z] === RUN TestDockerSuite/TestRunUserByID [2021-04-16T12:03:17.409Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-04-16T12:03:17.409Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-04-16T12:03:17.409Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-04-16T12:03:17.409Z] === RUN TestDockerSuite/TestRunUserByName [2021-04-16T12:03:17.409Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-04-16T12:03:19.611Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-04-16T12:03:19.611Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-04-16T12:03:21.810Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-04-16T12:03:21.810Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-04-16T12:03:21.810Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-04-16T12:03:30.432Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-04-16T12:03:42.874Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-04-16T12:03:46.634Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-04-16T12:03:53.748Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-04-16T12:03:53.748Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-04-16T12:03:53.748Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-04-16T12:03:56.675Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-04-16T12:03:58.872Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-04-16T12:04:01.800Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-04-16T12:04:01.800Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-04-16T12:04:01.800Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-04-16T12:04:01.800Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-04-16T12:04:01.800Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-04-16T12:04:01.800Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-04-16T12:04:01.800Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-04-16T12:04:01.800Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-04-16T12:04:01.800Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-04-16T12:04:06.522Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-04-16T12:04:07.500Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-04-16T12:04:10.427Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-04-16T12:04:15.148Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-04-16T12:04:15.148Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-04-16T12:04:15.148Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-04-16T12:04:15.148Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-04-16T12:04:15.148Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-04-16T12:04:15.148Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-04-16T12:04:15.148Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-04-16T12:04:15.148Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-04-16T12:04:15.148Z] === RUN TestDockerSuite/TestSaveImageId [2021-04-16T12:04:15.148Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-04-16T12:04:15.148Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-04-16T12:04:15.148Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-04-16T12:04:15.148Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-04-16T12:04:15.148Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-04-16T12:04:15.148Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-04-16T12:04:15.148Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-04-16T12:04:15.148Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-04-16T12:04:15.148Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-04-16T12:04:17.343Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-04-16T12:04:17.807Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-04-16T12:04:18.270Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-04-16T12:04:18.270Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-04-16T12:04:19.820Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-04-16T12:04:26.936Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-04-16T12:04:26.936Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-04-16T12:04:35.554Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-04-16T12:04:35.554Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-04-16T12:04:40.276Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-04-16T12:04:40.276Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-04-16T12:04:40.276Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-04-16T12:04:40.276Z] === RUN TestDockerSuite/TestStartRecordError [2021-04-16T12:04:40.276Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-04-16T12:04:50.654Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-04-16T12:04:50.654Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-04-16T12:04:50.654Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-04-16T12:04:50.654Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-04-16T12:04:50.654Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-04-16T12:04:50.654Z] === RUN TestDockerSuite/TestStatsNoStream [2021-04-16T12:04:50.654Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-04-16T12:04:52.204Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-04-16T12:04:55.133Z] === RUN TestDockerSuite/TestTopPrivileged [2021-04-16T12:04:55.133Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-04-16T12:04:57.330Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-04-16T12:04:57.330Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-04-16T12:04:57.330Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-04-16T12:04:57.330Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-04-16T12:04:57.330Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-04-16T12:04:57.330Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-04-16T12:04:57.330Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-04-16T12:05:15.073Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-04-16T12:05:15.073Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-04-16T12:05:15.073Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-04-16T12:05:15.073Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-04-16T12:05:15.073Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-04-16T12:05:15.073Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-04-16T12:05:15.073Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-04-16T12:05:20.898Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-04-16T12:05:21.361Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-04-16T12:05:24.291Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-04-16T12:05:24.755Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-04-16T12:05:25.218Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-04-16T12:05:25.218Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-04-16T12:05:25.682Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-04-16T12:05:40.553Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-04-16T12:05:40.553Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-04-16T12:05:40.553Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-04-16T12:05:40.553Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-04-16T12:05:40.553Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-04-16T12:05:47.672Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-04-16T12:05:47.672Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-04-16T12:05:47.672Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-04-16T12:05:58.051Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-04-16T12:05:58.051Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-04-16T12:05:58.051Z] --- PASS: TestDockerSuite (2883.06s) [2021-04-16T12:05:58.051Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2021-04-16T12:05:58.051Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-04-16T12:05:58.051Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.051Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2021-04-16T12:05:58.051Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2021-04-16T12:05:58.051Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2021-04-16T12:05:58.051Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2021-04-16T12:05:58.051Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.051Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2021-04-16T12:05:58.051Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.90s) [2021-04-16T12:05:58.051Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.32s) [2021-04-16T12:05:58.051Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.66s) [2021-04-16T12:05:58.051Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.34s) [2021-04-16T12:05:58.051Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (135.51s) [2021-04-16T12:05:58.051Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.81s) [2021-04-16T12:05:58.051Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.04s) [2021-04-16T12:05:58.051Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2021-04-16T12:05:58.051Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.051Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-04-16T12:05:58.051Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.051Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-04-16T12:05:58.052Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-04-16T12:05:58.052Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-04-16T12:05:58.052Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-04-16T12:05:58.052Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-04-16T12:05:58.052Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-04-16T12:05:58.052Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.56s) [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2021-04-16T12:05:58.052Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2021-04-16T12:05:58.052Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.50s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (7.39s) [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2021-04-16T12:05:58.052Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2021-04-16T12:05:58.052Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2021-04-16T12:05:58.052Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2021-04-16T12:05:58.052Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.36s) [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2021-04-16T12:05:58.052Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2021-04-16T12:05:58.052Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (7.21s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (132.48s) [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.46s) [2021-04-16T12:05:58.052Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.90s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.29s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.95s) [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-04-16T12:05:58.052Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-04-16T12:05:58.052Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2021-04-16T12:05:58.052Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.25s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.95s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.30s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.68s) [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2021-04-16T12:05:58.052Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2021-04-16T12:05:58.052Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.98s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (12.40s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (5.31s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.13s) [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-04-16T12:05:58.052Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.30s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.70s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (5.27s) [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-04-16T12:05:58.052Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-04-16T12:05:58.052Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2021-04-16T12:05:58.052Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-04-16T12:05:58.052Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.56s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildAddTar (55.03s) [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2021-04-16T12:05:58.052Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.42s) [2021-04-16T12:05:58.052Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (33.38s) [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.80s) [2021-04-16T12:05:58.052Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.64s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (7.83s) [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.23s) [2021-04-16T12:05:58.052Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.10s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (9.68s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (9.13s) [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.44s) [2021-04-16T12:05:58.052Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (5.44s) [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-04-16T12:05:58.052Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-04-16T12:05:58.052Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (6.85s) [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2021-04-16T12:05:58.052Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.63s) [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-04-16T12:05:58.052Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-04-16T12:05:58.052Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (43.83s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (5.01s) [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.82s) [2021-04-16T12:05:58.052Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.45s) [2021-04-16T12:05:58.052Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.58s) [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2021-04-16T12:05:58.052Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.92s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.51s) [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-04-16T12:05:58.052Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-04-16T12:05:58.052Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.67s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.08s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildCmd (0.66s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.58s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.60s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.67s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.42s) [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2021-04-16T12:05:58.052Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.35s) [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2021-04-16T12:05:58.052Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.53s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.12s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.04s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.58s) [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-04-16T12:05:58.052Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.95s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.73s) [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-04-16T12:05:58.052Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-04-16T12:05:58.052Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.76s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (34.24s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.60s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.33s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (5.72s) [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.44s) [2021-04-16T12:05:58.052Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.43s) [2021-04-16T12:05:58.052Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2021-04-16T12:05:58.052Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.63s) [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2021-04-16T12:05:58.052Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (33.74s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.74s) [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.44s) [2021-04-16T12:05:58.052Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (23.11s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.85s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.91s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.62s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.86s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.89s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildDockerignore (68.05s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (6.28s) [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.48s) [2021-04-16T12:05:58.052Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (79.49s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.79s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.92s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (25.04s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (16.59s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (16.60s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (44.56s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (16.42s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (11.42s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (131.98s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.53s) [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.42s) [2021-04-16T12:05:58.052Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2021-04-16T12:05:58.052Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.74s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.29s) [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2021-04-16T12:05:58.052Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.59s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.66s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (6.18s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.57s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (5.50s) [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-04-16T12:05:58.052Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.42s) [2021-04-16T12:05:58.052Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2021-04-16T12:05:58.052Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2021-04-16T12:05:58.052Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2021-04-16T12:05:58.052Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.47s) [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2021-04-16T12:05:58.052Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2021-04-16T12:05:58.052Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-04-16T12:05:58.052Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.16s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (5.64s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (15.61s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.77s) [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2021-04-16T12:05:58.052Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2021-04-16T12:05:58.052Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2021-04-16T12:05:58.052Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2021-04-16T12:05:58.052Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2021-04-16T12:05:58.052Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildFails (2.55s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.15s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (6.23s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (11.01s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildForceRm (7.59s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildFromGit (6.91s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.65s) [2021-04-16T12:05:58.052Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (6.13s) [2021-04-16T12:05:58.052Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-04-16T12:05:58.053Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.83s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.71s) [2021-04-16T12:05:58.053Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2021-04-16T12:05:58.053Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (14.64s) [2021-04-16T12:05:58.053Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2021-04-16T12:05:58.053Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildHistory (13.49s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.18s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.37s) [2021-04-16T12:05:58.053Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2021-04-16T12:05:58.053Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.92s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.11s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (5.31s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildLabel (1.17s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.78s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.15s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.67s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildLabels (1.21s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.85s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (6.94s) [2021-04-16T12:05:58.053Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.12s) [2021-04-16T12:05:58.053Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.053Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2021-04-16T12:05:58.053Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.12s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.11s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.10s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.11s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.66s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.75s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.67s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (27.07s) [2021-04-16T12:05:58.053Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s) [2021-04-16T12:05:58.053Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.60s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (40.40s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (21.13s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.61s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (6.40s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.67s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (17.58s) [2021-04-16T12:05:58.053Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2021-04-16T12:05:58.053Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (12.91s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.78s) [2021-04-16T12:05:58.053Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2021-04-16T12:05:58.053Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.053Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2021-04-16T12:05:58.053Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.93s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.85s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.80s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.26s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.14s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.75s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.10s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.44s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildOnBuild (14.17s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.78s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (14.31s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.81s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (9.11s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (5.47s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.16s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.34s) [2021-04-16T12:05:58.053Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2021-04-16T12:05:58.053Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.053Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2021-04-16T12:05:58.053Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.37s) [2021-04-16T12:05:58.053Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-04-16T12:05:58.053Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (47.50s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (29.36s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildRm (13.77s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.76s) [2021-04-16T12:05:58.053Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2021-04-16T12:05:58.053Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.053Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.45s) [2021-04-16T12:05:58.053Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.63s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.78s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.74s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.60s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (21.30s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.98s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.72s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (9.24s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.32s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.18s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.11s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildStderr (4.86s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (20.60s) [2021-04-16T12:05:58.053Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.45s) [2021-04-16T12:05:58.053Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.39s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.41s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildTagEvent (5.23s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.65s) [2021-04-16T12:05:58.053Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2021-04-16T12:05:58.053Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.053Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-04-16T12:05:58.053Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.053Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2021-04-16T12:05:58.053Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.47s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.60s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.97s) [2021-04-16T12:05:58.053Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2021-04-16T12:05:58.053Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.053Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2021-04-16T12:05:58.053Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (23.12s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.04s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (9.24s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (10.78s) [2021-04-16T12:05:58.053Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.44s) [2021-04-16T12:05:58.053Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.053Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2021-04-16T12:05:58.053Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.77s) [2021-04-16T12:05:58.053Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.43s) [2021-04-16T12:05:58.053Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (11.80s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.86s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.48s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (18.89s) [2021-04-16T12:05:58.053Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.50s) [2021-04-16T12:05:58.053Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.053Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.40s) [2021-04-16T12:05:58.053Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.053Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-04-16T12:05:58.053Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.30s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (8.48s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.14s) [2021-04-16T12:05:58.053Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.38s) [2021-04-16T12:05:58.053Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.053Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-04-16T12:05:58.053Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.053Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-04-16T12:05:58.053Z] docker_cli_sni_test.go:18: Flakey test [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.26s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.71s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestCommitChange (5.07s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.98s) [2021-04-16T12:05:58.053Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2021-04-16T12:05:58.053Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestCommitNewFile (12.13s) [2021-04-16T12:05:58.053Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2021-04-16T12:05:58.053Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestCommitTTY (17.03s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.91s) [2021-04-16T12:05:58.053Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-04-16T12:05:58.053Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.053Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-04-16T12:05:58.053Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.053Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2021-04-16T12:05:58.053Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.053Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2021-04-16T12:05:58.053Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.053Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2021-04-16T12:05:58.053Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.053Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2021-04-16T12:05:58.053Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.053Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2021-04-16T12:05:58.053Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.08s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestContainerAPICommit (6.98s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (7.82s) [2021-04-16T12:05:58.053Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2021-04-16T12:05:58.053Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (7.23s) [2021-04-16T12:05:58.053Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-04-16T12:05:58.053Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.053Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-04-16T12:05:58.053Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.053Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-04-16T12:05:58.053Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.90s) [2021-04-16T12:05:58.053Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-04-16T12:05:58.053Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.51s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2021-04-16T12:05:58.053Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2021-04-16T12:05:58.053Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.053Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2021-04-16T12:05:58.053Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.053Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-04-16T12:05:58.053Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.73s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.24s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.33s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2021-04-16T12:05:58.053Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-04-16T12:05:58.053Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.45s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.32s) [2021-04-16T12:05:58.053Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2021-04-16T12:05:58.053Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.053Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-04-16T12:05:58.053Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.42s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.05s) [2021-04-16T12:05:58.053Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-04-16T12:05:58.053Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.65s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.25s) [2021-04-16T12:05:58.053Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.55s) [2021-04-16T12:05:58.054Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (3.96s) [2021-04-16T12:05:58.054Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.06s) [2021-04-16T12:05:58.054Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.08s) [2021-04-16T12:05:58.054Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2021-04-16T12:05:58.054Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2021-04-16T12:05:58.054Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2021-04-16T12:05:58.054Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.99s) [2021-04-16T12:05:58.054Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-04-16T12:05:58.054Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.054Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.49s) [2021-04-16T12:05:58.054Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2021-04-16T12:05:58.054Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.054Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.28s) [2021-04-16T12:05:58.054Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.08s) [2021-04-16T12:05:58.054Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.40s) [2021-04-16T12:05:58.054Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.20s) [2021-04-16T12:05:58.054Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-04-16T12:05:58.054Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.054Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-04-16T12:05:58.054Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.054Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2021-04-16T12:05:58.054Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.054Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2021-04-16T12:05:58.054Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-04-16T12:05:58.521Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.95s) [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (38.61s) [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.71s) [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (7.63s) [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (7.71s) [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.66s) [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000655980_} (7.68s) [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1053142598_c:\foo_false____} (2.60s) [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1053142598_c:\foo_true____} (7.59s) [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2021-04-16T12:05:58.521Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.33s) [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.01s) [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.07s) [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.06s) [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.06s) [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.06s) [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2021-04-16T12:05:58.521Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2021-04-16T12:05:58.521Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2021-04-16T12:05:58.521Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-04-16T12:05:58.521Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2021-04-16T12:05:58.521Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (7.38s) [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2021-04-16T12:05:58.521Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-04-16T12:05:58.521Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2021-04-16T12:05:58.521Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-04-16T12:05:58.521Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-04-16T12:05:58.521Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-04-16T12:05:58.521Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-04-16T12:05:58.521Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2021-04-16T12:05:58.521Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2021-04-16T12:05:58.521Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-04-16T12:05:58.521Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-04-16T12:05:58.521Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-04-16T12:05:58.521Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-04-16T12:05:58.521Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.54s) [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.07s) [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2021-04-16T12:05:58.521Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.46s) [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2021-04-16T12:05:58.521Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-04-16T12:05:58.521Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2021-04-16T12:05:58.521Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.72s) [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.60s) [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-04-16T12:05:58.521Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2021-04-16T12:05:58.521Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestCpToCaseE (9.30s) [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-04-16T12:05:58.521Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-04-16T12:05:58.521Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestCpToCaseH (9.55s) [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2021-04-16T12:05:58.521Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2021-04-16T12:05:58.521Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestCpToDot (2.67s) [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2021-04-16T12:05:58.521Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2021-04-16T12:05:58.521Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestCpToStdout (2.58s) [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2021-04-16T12:05:58.521Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2021-04-16T12:05:58.521Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2021-04-16T12:05:58.521Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2021-04-16T12:05:58.521Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.20s) [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestCreateArgs (0.22s) [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.15s) [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.46s) [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.18s) [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.20s) [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.11s) [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.78s) [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestCreateLabels (0.21s) [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2021-04-16T12:05:58.521Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestCreateRM (0.37s) [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-04-16T12:05:58.521Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.20s) [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.38s) [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (8.23s) [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.24s) [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.58s) [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.96s) [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.20s) [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2021-04-16T12:05:58.521Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.57s) [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-04-16T12:05:58.521Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.14s) [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2021-04-16T12:05:58.521Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2021-04-16T12:05:58.521Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2021-04-16T12:05:58.521Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-04-16T12:05:58.521Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-04-16T12:05:58.521Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2021-04-16T12:05:58.521Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-04-16T12:05:58.521Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2021-04-16T12:05:58.521Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-04-16T12:05:58.521Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestDockerFails (0.08s) [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2021-04-16T12:05:58.521Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2021-04-16T12:05:58.521Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2021-04-16T12:05:58.521Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-04-16T12:05:58.521Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2021-04-16T12:05:58.521Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.58s) [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.55s) [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (7.50s) [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (18.50s) [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestEventsCopy (5.61s) [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (5.37s) [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.35s) [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.89s) [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (4.14s) [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.58s) [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.11s) [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestEventsFilters (5.04s) [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestEventsFormat (4.84s) [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.08s) [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s) [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-04-16T12:05:58.521Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-04-16T12:05:58.521Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2021-04-16T12:05:58.521Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.521Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.21s) [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2021-04-16T12:05:58.522Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestEventsRename (2.69s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestEventsResize (3.05s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.44s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.88s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.07s) [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2021-04-16T12:05:58.522Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestEventsUntag (2.77s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (9.02s) [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-04-16T12:05:58.522Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2021-04-16T12:05:58.522Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.17s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.22s) [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2021-04-16T12:05:58.522Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2021-04-16T12:05:58.522Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2021-04-16T12:05:58.522Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.31s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.32s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.41s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.38s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.82s) [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2021-04-16T12:05:58.522Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2021-04-16T12:05:58.522Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2021-04-16T12:05:58.522Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.69s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestExecInspectID (5.21s) [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-04-16T12:05:58.522Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2021-04-16T12:05:58.522Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2021-04-16T12:05:58.522Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-04-16T12:05:58.522Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2021-04-16T12:05:58.522Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.85s) [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2021-04-16T12:05:58.522Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2021-04-16T12:05:58.522Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2021-04-16T12:05:58.522Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-04-16T12:05:58.522Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-04-16T12:05:58.522Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.63s) [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2021-04-16T12:05:58.522Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (6.67s) [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2021-04-16T12:05:58.522Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2021-04-16T12:05:58.522Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-04-16T12:05:58.522Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.34s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.32s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.31s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.19s) [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2021-04-16T12:05:58.522Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.14s) [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2021-04-16T12:05:58.522Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.08s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.08s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.95s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2021-04-16T12:05:58.522Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.10s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.09s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.35s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.73s) [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2021-04-16T12:05:58.522Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.12s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.09s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.09s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.30s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.39s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.78s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestImagesFormat (0.21s) [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-04-16T12:05:58.522Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.99s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestImportBadURL (2.43s) [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2021-04-16T12:05:58.522Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2021-04-16T12:05:58.522Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.08s) [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2021-04-16T12:05:58.522Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2021-04-16T12:05:58.522Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-04-16T12:05:58.522Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2021-04-16T12:05:58.522Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2021-04-16T12:05:58.522Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-04-16T12:05:58.522Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.08s) [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2021-04-16T12:05:58.522Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-04-16T12:05:58.522Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.42s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.50s) [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2021-04-16T12:05:58.522Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-04-16T12:05:58.522Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.09s) [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-04-16T12:05:58.522Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.32s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.19s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.33s) [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2021-04-16T12:05:58.522Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2021-04-16T12:05:58.522Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2021-04-16T12:05:58.522Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestInspectDefault (2.57s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestInspectHistory (4.91s) [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-04-16T12:05:58.522Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2021-04-16T12:05:58.522Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2021-04-16T12:05:58.522Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.41s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.39s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.21s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (7.45s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.41s) [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-04-16T12:05:58.522Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.08s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.38s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestInspectStatus (2.97s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.89s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.76s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.41s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.47s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.35s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.42s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.51s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.09s) [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2021-04-16T12:05:58.522Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2021-04-16T12:05:58.522Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2021-04-16T12:05:58.522Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2021-04-16T12:05:58.522Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-04-16T12:05:58.522Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-04-16T12:05:58.522Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2021-04-16T12:05:58.522Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2021-04-16T12:05:58.522Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-04-16T12:05:58.522Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2021-04-16T12:05:58.522Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-04-16T12:05:58.522Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-04-16T12:05:58.522Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-04-16T12:05:58.522Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-04-16T12:05:58.522Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-04-16T12:05:58.522Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2021-04-16T12:05:58.522Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.08s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.17s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.05s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.98s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (7.32s) [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2021-04-16T12:05:58.522Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.53s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.08s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (7.59s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (7.64s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (7.60s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.82s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.79s) [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2021-04-16T12:05:58.522Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.47s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.45s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestLogsSince (9.41s) [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2021-04-16T12:05:58.522Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2021-04-16T12:05:58.522Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestLogsTail (3.05s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.92s) [2021-04-16T12:05:58.522Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.51s) [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2021-04-16T12:05:58.522Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2021-04-16T12:05:58.522Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2021-04-16T12:05:58.522Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2021-04-16T12:05:58.522Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2021-04-16T12:05:58.522Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.522Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.09s) [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-04-16T12:05:58.523Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-04-16T12:05:58.523Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.89s) [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-04-16T12:05:58.523Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2021-04-16T12:05:58.523Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2021-04-16T12:05:58.523Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-04-16T12:05:58.523Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2021-04-16T12:05:58.523Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2021-04-16T12:05:58.523Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2021-04-16T12:05:58.523Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2021-04-16T12:05:58.523Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.97s) [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-04-16T12:05:58.523Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestPsByOrder (9.79s) [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestPsListContainersBase (13.76s) [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (15.49s) [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.33s) [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (13.79s) [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (4.13s) [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (7.52s) [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.80s) [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-04-16T12:05:58.523Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (9.82s) [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-04-16T12:05:58.523Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-04-16T12:05:58.523Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-04-16T12:05:58.523Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestPsShowMounts (7.68s) [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.67s) [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-04-16T12:05:58.523Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.28s) [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.94s) [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2021-04-16T12:05:58.523Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.43s) [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.42s) [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.58s) [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (33.16s) [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (6.26s) [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.26s) [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.22s) [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.78s) [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.48s) [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (9.44s) [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.45s) [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRmiBlank (0.08s) [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.31s) [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (14.92s) [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.00s) [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.75s) [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (7.08s) [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (5.32s) [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (8.35s) [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (5.23s) [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRmiTag (0.83s) [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.70s) [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (18.16s) [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.75s) [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (5.46s) [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.37s) [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.03s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.24s) [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.80s) [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.01s) [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.50s) [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.40s) [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (7.27s) [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.09s) [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRunBindMounts (4.84s) [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.33s) [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.44s) [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.11s) [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.53s) [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.71s) [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.35s) [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.37s) [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.19s) [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (6.34s) [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.41s) [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.14s) [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.44s) [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.43s) [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.40s) [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRunExitCode (2.54s) [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.37s) [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.38s) [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.51s) [2021-04-16T12:05:58.523Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.523Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2021-04-16T12:05:58.523Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.56s) [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.09s) [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (7.28s) [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.86s) [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (7.69s) [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (5.27s) [2021-04-16T12:05:58.524Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (9.21s) [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.03s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.41s) [2021-04-16T12:05:58.524Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.23s) [2021-04-16T12:05:58.524Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.42s) [2021-04-16T12:05:58.524Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.45s) [2021-04-16T12:05:58.524Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.24s) [2021-04-16T12:05:58.524Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.20s) [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.06s) [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (18.12s) [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- PASS: TestDockerSuite/TestRunRm (2.64s) [2021-04-16T12:05:58.524Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.72s) [2021-04-16T12:05:58.524Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.66s) [2021-04-16T12:05:58.524Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.49s) [2021-04-16T12:05:58.524Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.49s) [2021-04-16T12:05:58.524Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.98s) [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.43s) [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.31s) [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.20s) [2021-04-16T12:05:58.524Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s) [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.95s) [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.37s) [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.54s) [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (8.12s) [2021-04-16T12:05:58.524Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (12.19s) [2021-04-16T12:05:58.524Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.63s) [2021-04-16T12:05:58.524Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.89s) [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.14s) [2021-04-16T12:05:58.524Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.76s) [2021-04-16T12:05:58.524Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.41s) [2021-04-16T12:05:58.524Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.42s) [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.07s) [2021-04-16T12:05:58.524Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s) [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (4.26s) [2021-04-16T12:05:58.524Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.82s) [2021-04-16T12:05:58.524Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.29s) [2021-04-16T12:05:58.524Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.69s) [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-04-16T12:05:58.524Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-04-16T12:05:58.524Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-04-16T12:05:58.524Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-04-16T12:05:58.524Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-04-16T12:05:58.524Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.524Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.33s) [2021-04-16T12:05:58.524Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.38s) [2021-04-16T12:05:58.524Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.41s) [2021-04-16T12:05:58.524Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.23s) [2021-04-16T12:05:58.524Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.67s) [2021-04-16T12:05:58.524Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (6.95s) [2021-04-16T12:05:58.524Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2021-04-16T12:05:58.524Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (8.27s) [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-04-16T12:05:58.525Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- PASS: TestDockerSuite/TestStartAttachSilent (4.44s) [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2021-04-16T12:05:58.525Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2021-04-16T12:05:58.525Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2021-04-16T12:05:58.525Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2021-04-16T12:05:58.525Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (9.95s) [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-04-16T12:05:58.525Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-04-16T12:05:58.525Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2021-04-16T12:05:58.525Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2021-04-16T12:05:58.525Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-04-16T12:05:58.525Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2021-04-16T12:05:58.525Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.44s) [2021-04-16T12:05:58.525Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.55s) [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2021-04-16T12:05:58.525Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.28s) [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2021-04-16T12:05:58.525Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2021-04-16T12:05:58.525Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2021-04-16T12:05:58.525Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2021-04-16T12:05:58.525Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-04-16T12:05:58.525Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-04-16T12:05:58.525Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.33s) [2021-04-16T12:05:58.525Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.17s) [2021-04-16T12:05:58.525Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.23s) [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2021-04-16T12:05:58.525Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.33s) [2021-04-16T12:05:58.525Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.28s) [2021-04-16T12:05:58.525Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.14s) [2021-04-16T12:05:58.525Z] --- PASS: TestDockerSuite/TestVolumeCLILs (7.44s) [2021-04-16T12:05:58.525Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.08s) [2021-04-16T12:05:58.525Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.14s) [2021-04-16T12:05:58.525Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.46s) [2021-04-16T12:05:58.525Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.42s) [2021-04-16T12:05:58.525Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.08s) [2021-04-16T12:05:58.525Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.24s) [2021-04-16T12:05:58.525Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (13.01s) [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2021-04-16T12:05:58.525Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.61s) [2021-04-16T12:05:58.525Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.20s) [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-04-16T12:05:58.525Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (7.27s) [2021-04-16T12:05:58.525Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.29s) [2021-04-16T12:05:58.525Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.30s) [2021-04-16T12:05:58.525Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (9.31s) [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-04-16T12:05:58.525Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.56s) [2021-04-16T12:05:58.525Z] === RUN TestDockerRegistrySuite [2021-04-16T12:05:58.525Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-04-16T12:05:58.525Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-04-16T12:05:58.525Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-04-16T12:05:58.525Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-04-16T12:05:58.525Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-04-16T12:05:58.525Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-04-16T12:05:58.525Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-04-16T12:05:58.525Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-04-16T12:05:58.525Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-04-16T12:05:58.525Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-04-16T12:05:58.525Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-04-16T12:05:58.525Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-04-16T12:05:58.525Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-04-16T12:05:58.525Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-04-16T12:05:58.525Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-04-16T12:05:58.525Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-04-16T12:05:58.525Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-04-16T12:05:58.525Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-04-16T12:05:58.525Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-04-16T12:05:58.525Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-04-16T12:05:58.525Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-04-16T12:05:58.525Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-04-16T12:05:58.525Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-04-16T12:05:58.525Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-04-16T12:05:58.525Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-04-16T12:05:58.525Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-04-16T12:05:58.525Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-04-16T12:05:58.525Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-04-16T12:05:58.525Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-04-16T12:05:58.525Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-04-16T12:05:58.525Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-04-16T12:05:58.525Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-04-16T12:05:58.525Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-04-16T12:05:58.525Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-04-16T12:05:58.525Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-04-16T12:05:58.525Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-04-16T12:05:58.525Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-04-16T12:05:58.525Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-04-16T12:05:58.525Z] --- PASS: TestDockerRegistrySuite (0.16s) [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] === RUN TestDockerSchema1RegistrySuite [2021-04-16T12:05:58.525Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-04-16T12:05:58.525Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-04-16T12:05:58.525Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-04-16T12:05:58.525Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-04-16T12:05:58.525Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-04-16T12:05:58.525Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-04-16T12:05:58.525Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-04-16T12:05:58.525Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-04-16T12:05:58.525Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-04-16T12:05:58.525Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-04-16T12:05:58.525Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-04-16T12:05:58.525Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-04-16T12:05:58.525Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-04-16T12:05:58.525Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-04-16T12:05:58.525Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-04-16T12:05:58.525Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-04-16T12:05:58.525Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-04-16T12:05:58.525Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-04-16T12:05:58.525Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-04-16T12:05:58.525Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-04-16T12:05:58.525Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-04-16T12:05:58.525Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-04-16T12:05:58.525Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-04-16T12:05:58.525Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-04-16T12:05:58.525Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-04-16T12:05:58.525Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-04-16T12:05:58.525Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-04-16T12:05:58.525Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.04s) [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-04-16T12:05:58.525Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.525Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-04-16T12:05:58.526Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.526Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-04-16T12:05:58.526Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.526Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-04-16T12:05:58.526Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.526Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-04-16T12:05:58.526Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.526Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-04-16T12:05:58.526Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.526Z] === RUN TestDockerRegistryAuthTokenSuite [2021-04-16T12:05:58.526Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-04-16T12:05:58.526Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-04-16T12:05:58.526Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-04-16T12:05:58.526Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-04-16T12:05:58.526Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-04-16T12:05:58.526Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2021-04-16T12:05:58.526Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-04-16T12:05:58.526Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.526Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-04-16T12:05:58.526Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.526Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-04-16T12:05:58.526Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.526Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-04-16T12:05:58.526Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.526Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-04-16T12:05:58.526Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.526Z] === RUN TestDockerDaemonSuite [2021-04-16T12:05:58.526Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-04-16T12:05:58.526Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-04-16T12:05:58.526Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-04-16T12:05:58.526Z] --- PASS: TestDockerDaemonSuite (0.00s) [2021-04-16T12:05:58.526Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-04-16T12:05:58.526Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.526Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-04-16T12:05:58.526Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.526Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-04-16T12:05:58.526Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.526Z] === RUN TestDockerSwarmSuite [2021-04-16T12:05:58.526Z] --- PASS: TestDockerSwarmSuite (0.00s) [2021-04-16T12:05:58.526Z] === RUN TestDockerPluginSuite [2021-04-16T12:05:58.526Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2021-04-16T12:05:58.526Z] === RUN TestDockerPluginSuite/TestPluginCreate [2021-04-16T12:05:58.526Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2021-04-16T12:05:58.526Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2021-04-16T12:05:58.526Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2021-04-16T12:05:58.526Z] === RUN TestDockerPluginSuite/TestPluginInspect [2021-04-16T12:05:58.526Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2021-04-16T12:05:58.526Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2021-04-16T12:05:58.526Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2021-04-16T12:05:58.526Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2021-04-16T12:05:58.526Z] === RUN TestDockerPluginSuite/TestPluginSet [2021-04-16T12:05:58.526Z] --- PASS: TestDockerPluginSuite (0.02s) [2021-04-16T12:05:58.526Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-04-16T12:05:58.526Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.526Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-04-16T12:05:58.526Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.526Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-04-16T12:05:58.526Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.526Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-04-16T12:05:58.526Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.526Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-04-16T12:05:58.526Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.526Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-04-16T12:05:58.526Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.526Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-04-16T12:05:58.526Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.526Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-04-16T12:05:58.526Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.526Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-04-16T12:05:58.526Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.526Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-04-16T12:05:58.526Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.526Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-04-16T12:05:58.526Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.526Z] === RUN TestDockerExternalVolumeSuite [2021-04-16T12:05:58.526Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2021-04-16T12:05:58.526Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.526Z] === RUN TestDockerNetworkSuite [2021-04-16T12:05:58.526Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2021-04-16T12:05:58.526Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.526Z] === RUN TestDockerHubPullSuite [2021-04-16T12:05:58.526Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2021-04-16T12:05:58.526Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.526Z] PASS [2021-04-16T12:05:58.526Z] ok github.com/docker/docker/integration-cli 2883.798s [2021-04-16T12:05:58.526Z] [2021-04-16T12:05:58.526Z] === Skipped [2021-04-16T12:05:58.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-04-16T12:05:58.526Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-04-16T12:05:58.526Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.526Z] [2021-04-16T12:05:58.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2021-04-16T12:05:58.526Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2021-04-16T12:05:58.526Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.526Z] [2021-04-16T12:05:58.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2021-04-16T12:05:58.526Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2021-04-16T12:05:58.526Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.526Z] [2021-04-16T12:05:58.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-04-16T12:05:58.526Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-04-16T12:05:58.526Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.526Z] [2021-04-16T12:05:58.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-04-16T12:05:58.526Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-04-16T12:05:58.526Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.526Z] [2021-04-16T12:05:58.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-04-16T12:05:58.526Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-04-16T12:05:58.526Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.526Z] [2021-04-16T12:05:58.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-04-16T12:05:58.526Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-04-16T12:05:58.526Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.526Z] [2021-04-16T12:05:58.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-04-16T12:05:58.526Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-04-16T12:05:58.526Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.526Z] [2021-04-16T12:05:58.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-04-16T12:05:58.526Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-04-16T12:05:58.992Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.992Z] [2021-04-16T12:05:58.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-04-16T12:05:58.992Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-04-16T12:05:58.992Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.992Z] [2021-04-16T12:05:58.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2021-04-16T12:05:58.992Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2021-04-16T12:05:58.992Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.992Z] [2021-04-16T12:05:58.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2021-04-16T12:05:58.992Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2021-04-16T12:05:58.992Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.992Z] [2021-04-16T12:05:58.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2021-04-16T12:05:58.992Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2021-04-16T12:05:58.992Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-04-16T12:05:58.992Z] [2021-04-16T12:05:58.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2021-04-16T12:05:58.992Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2021-04-16T12:05:58.992Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-04-16T12:05:58.992Z] [2021-04-16T12:05:58.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2021-04-16T12:05:58.992Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2021-04-16T12:05:58.992Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.992Z] [2021-04-16T12:05:58.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2021-04-16T12:05:58.992Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2021-04-16T12:05:58.992Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.992Z] [2021-04-16T12:05:58.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2021-04-16T12:05:58.992Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2021-04-16T12:05:58.992Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-04-16T12:05:58.992Z] [2021-04-16T12:05:58.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2021-04-16T12:05:58.992Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2021-04-16T12:05:58.992Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.992Z] [2021-04-16T12:05:58.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.46s) [2021-04-16T12:05:58.992Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.46s) [2021-04-16T12:05:58.992Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-04-16T12:05:58.992Z] [2021-04-16T12:05:58.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-04-16T12:05:58.992Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-04-16T12:05:58.992Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.992Z] [2021-04-16T12:05:58.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-04-16T12:05:58.992Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-04-16T12:05:58.992Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.992Z] [2021-04-16T12:05:58.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2021-04-16T12:05:58.992Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2021-04-16T12:05:58.992Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.992Z] [2021-04-16T12:05:58.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2021-04-16T12:05:58.992Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2021-04-16T12:05:58.992Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.992Z] [2021-04-16T12:05:58.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2021-04-16T12:05:58.992Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2021-04-16T12:05:58.992Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.992Z] [2021-04-16T12:05:58.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-04-16T12:05:58.992Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-04-16T12:05:58.992Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.992Z] [2021-04-16T12:05:58.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2021-04-16T12:05:58.992Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-04-16T12:05:58.992Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.992Z] [2021-04-16T12:05:58.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-04-16T12:05:58.992Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-04-16T12:05:58.992Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.992Z] [2021-04-16T12:05:58.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2021-04-16T12:05:58.992Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2021-04-16T12:05:58.992Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.992Z] [2021-04-16T12:05:58.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-04-16T12:05:58.992Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-04-16T12:05:58.992Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.992Z] [2021-04-16T12:05:58.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s) [2021-04-16T12:05:58.992Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2021-04-16T12:05:58.992Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.992Z] [2021-04-16T12:05:58.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.42s) [2021-04-16T12:05:58.992Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.42s) [2021-04-16T12:05:58.992Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.992Z] [2021-04-16T12:05:58.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.80s) [2021-04-16T12:05:58.992Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.80s) [2021-04-16T12:05:58.992Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.992Z] [2021-04-16T12:05:58.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.23s) [2021-04-16T12:05:58.992Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.23s) [2021-04-16T12:05:58.992Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.992Z] [2021-04-16T12:05:58.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.44s) [2021-04-16T12:05:58.992Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.44s) [2021-04-16T12:05:58.992Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.992Z] [2021-04-16T12:05:58.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-04-16T12:05:58.992Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-04-16T12:05:58.992Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.992Z] [2021-04-16T12:05:58.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-04-16T12:05:58.992Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-04-16T12:05:58.992Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.992Z] [2021-04-16T12:05:58.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2021-04-16T12:05:58.992Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2021-04-16T12:05:58.992Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.992Z] [2021-04-16T12:05:58.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-04-16T12:05:58.992Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-04-16T12:05:58.992Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.992Z] [2021-04-16T12:05:58.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-04-16T12:05:58.992Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-04-16T12:05:58.992Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.992Z] [2021-04-16T12:05:58.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.82s) [2021-04-16T12:05:58.992Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.82s) [2021-04-16T12:05:58.992Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.992Z] [2021-04-16T12:05:58.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.45s) [2021-04-16T12:05:58.992Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.45s) [2021-04-16T12:05:58.992Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.992Z] [2021-04-16T12:05:58.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.06s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-04-16T12:05:58.993Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.44s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.44s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.43s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.43s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.44s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.44s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.48s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.48s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.42s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.42s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.04s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.42s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.42s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.04s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.05s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.12s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.12s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.06s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.07s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.45s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.45s) [2021-04-16T12:05:58.993Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.45s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.45s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.04s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.44s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.44s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.43s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.43s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.50s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.50s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.40s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.40s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.38s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.38s) [2021-04-16T12:05:58.993Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-04-16T12:05:58.993Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-04-16T12:05:58.993Z] docker_cli_sni_test.go:18: Flakey test [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2021-04-16T12:05:58.993Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2021-04-16T12:05:58.993Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.993Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2021-04-16T12:05:58.994Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-04-16T12:05:58.994Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-04-16T12:05:58.994Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2021-04-16T12:05:58.994Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2021-04-16T12:05:58.994Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2021-04-16T12:05:58.994Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2021-04-16T12:05:58.994Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2021-04-16T12:05:58.994Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2021-04-16T12:05:58.994Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-04-16T12:05:58.994Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-04-16T12:05:58.994Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-04-16T12:05:58.994Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-04-16T12:05:58.994Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2021-04-16T12:05:58.994Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2021-04-16T12:05:58.994Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-04-16T12:05:58.994Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-04-16T12:05:58.994Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2021-04-16T12:05:58.994Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-04-16T12:05:58.994Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-04-16T12:05:58.994Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-04-16T12:05:58.994Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2021-04-16T12:05:58.994Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-04-16T12:05:58.994Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-04-16T12:05:58.994Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2021-04-16T12:05:58.994Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2021-04-16T12:05:58.994Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-04-16T12:05:58.994Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2021-04-16T12:05:58.994Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2021-04-16T12:05:58.994Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2021-04-16T12:05:58.994Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2021-04-16T12:05:58.994Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-04-16T12:05:58.994Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2021-04-16T12:05:58.994Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2021-04-16T12:05:58.994Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-04-16T12:05:58.994Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2021-04-16T12:05:58.994Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-04-16T12:05:58.994Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-04-16T12:05:58.994Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-04-16T12:05:58.994Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-04-16T12:05:58.994Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2021-04-16T12:05:58.994Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2021-04-16T12:05:58.994Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-04-16T12:05:58.994Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-04-16T12:05:58.994Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-04-16T12:05:58.994Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-04-16T12:05:58.994Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2021-04-16T12:05:58.994Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2021-04-16T12:05:58.994Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-04-16T12:05:58.994Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2021-04-16T12:05:58.994Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-04-16T12:05:58.994Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2021-04-16T12:05:58.994Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-04-16T12:05:58.994Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-04-16T12:05:58.994Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2021-04-16T12:05:58.994Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2021-04-16T12:05:58.994Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2021-04-16T12:05:58.994Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.994Z] [2021-04-16T12:05:58.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2021-04-16T12:05:58.995Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2021-04-16T12:05:58.995Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2021-04-16T12:05:58.995Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2021-04-16T12:05:58.995Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2021-04-16T12:05:58.995Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2021-04-16T12:05:58.995Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2021-04-16T12:05:58.995Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-04-16T12:05:58.995Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2021-04-16T12:05:58.995Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-04-16T12:05:58.995Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2021-04-16T12:05:58.995Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2021-04-16T12:05:58.995Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2021-04-16T12:05:58.995Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-04-16T12:05:58.995Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-04-16T12:05:58.995Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2021-04-16T12:05:58.995Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-04-16T12:05:58.995Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2021-04-16T12:05:58.995Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-04-16T12:05:58.995Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2021-04-16T12:05:58.995Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2021-04-16T12:05:58.995Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2021-04-16T12:05:58.995Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-04-16T12:05:58.995Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2021-04-16T12:05:58.995Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-04-16T12:05:58.995Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-04-16T12:05:58.995Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2021-04-16T12:05:58.995Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2021-04-16T12:05:58.995Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2021-04-16T12:05:58.995Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-04-16T12:05:58.995Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2021-04-16T12:05:58.995Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2021-04-16T12:05:58.995Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2021-04-16T12:05:58.995Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2021-04-16T12:05:58.995Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2021-04-16T12:05:58.995Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2021-04-16T12:05:58.995Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2021-04-16T12:05:58.995Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-04-16T12:05:58.995Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2021-04-16T12:05:58.995Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2021-04-16T12:05:58.995Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-04-16T12:05:58.995Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2021-04-16T12:05:58.995Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2021-04-16T12:05:58.995Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2021-04-16T12:05:58.995Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2021-04-16T12:05:58.995Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-04-16T12:05:58.995Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-04-16T12:05:58.995Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2021-04-16T12:05:58.995Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2021-04-16T12:05:58.995Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2021-04-16T12:05:58.995Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-04-16T12:05:58.995Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2021-04-16T12:05:58.995Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2021-04-16T12:05:58.995Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.995Z] [2021-04-16T12:05:58.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2021-04-16T12:05:58.996Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2021-04-16T12:05:58.996Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2021-04-16T12:05:58.996Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-04-16T12:05:58.996Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2021-04-16T12:05:58.996Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2021-04-16T12:05:58.996Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2021-04-16T12:05:58.996Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2021-04-16T12:05:58.996Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-04-16T12:05:58.996Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2021-04-16T12:05:58.996Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2021-04-16T12:05:58.996Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-04-16T12:05:58.996Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2021-04-16T12:05:58.996Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-04-16T12:05:58.996Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2021-04-16T12:05:58.996Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-04-16T12:05:58.996Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-04-16T12:05:58.996Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2021-04-16T12:05:58.996Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2021-04-16T12:05:58.996Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2021-04-16T12:05:58.996Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-04-16T12:05:58.996Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2021-04-16T12:05:58.996Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2021-04-16T12:05:58.996Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-04-16T12:05:58.996Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2021-04-16T12:05:58.996Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2021-04-16T12:05:58.996Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2021-04-16T12:05:58.996Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2021-04-16T12:05:58.996Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-04-16T12:05:58.996Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-04-16T12:05:58.996Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2021-04-16T12:05:58.996Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2021-04-16T12:05:58.996Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-04-16T12:05:58.996Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2021-04-16T12:05:58.996Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-04-16T12:05:58.996Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-04-16T12:05:58.996Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-04-16T12:05:58.996Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-04-16T12:05:58.996Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-04-16T12:05:58.996Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2021-04-16T12:05:58.996Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2021-04-16T12:05:58.996Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2021-04-16T12:05:58.996Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2021-04-16T12:05:58.996Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2021-04-16T12:05:58.996Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2021-04-16T12:05:58.996Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2021-04-16T12:05:58.996Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2021-04-16T12:05:58.996Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2021-04-16T12:05:58.996Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2021-04-16T12:05:58.996Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2021-04-16T12:05:58.996Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2021-04-16T12:05:58.996Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2021-04-16T12:05:58.996Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2021-04-16T12:05:58.996Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2021-04-16T12:05:58.996Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2021-04-16T12:05:58.996Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2021-04-16T12:05:58.996Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2021-04-16T12:05:58.996Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-04-16T12:05:58.996Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2021-04-16T12:05:58.996Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2021-04-16T12:05:58.996Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2021-04-16T12:05:58.996Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-04-16T12:05:58.996Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.996Z] [2021-04-16T12:05:58.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-04-16T12:05:58.997Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2021-04-16T12:05:58.997Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2021-04-16T12:05:58.997Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-04-16T12:05:58.997Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2021-04-16T12:05:58.997Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2021-04-16T12:05:58.997Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2021-04-16T12:05:58.997Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2021-04-16T12:05:58.997Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-04-16T12:05:58.997Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2021-04-16T12:05:58.997Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-04-16T12:05:58.997Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-04-16T12:05:58.997Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2021-04-16T12:05:58.997Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2021-04-16T12:05:58.997Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-04-16T12:05:58.997Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-04-16T12:05:58.997Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-04-16T12:05:58.997Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2021-04-16T12:05:58.997Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-04-16T12:05:58.997Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2021-04-16T12:05:58.997Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2021-04-16T12:05:58.997Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2021-04-16T12:05:58.997Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.03s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.03s) [2021-04-16T12:05:58.997Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2021-04-16T12:05:58.997Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2021-04-16T12:05:58.997Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-04-16T12:05:58.997Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2021-04-16T12:05:58.997Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2021-04-16T12:05:58.997Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2021-04-16T12:05:58.997Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2021-04-16T12:05:58.997Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-04-16T12:05:58.997Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2021-04-16T12:05:58.997Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2021-04-16T12:05:58.997Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2021-04-16T12:05:58.997Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-04-16T12:05:58.997Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-04-16T12:05:58.997Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-04-16T12:05:58.997Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-04-16T12:05:58.997Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2021-04-16T12:05:58.997Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-04-16T12:05:58.997Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-04-16T12:05:58.997Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-04-16T12:05:58.997Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-04-16T12:05:58.997Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2021-04-16T12:05:58.997Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2021-04-16T12:05:58.997Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-04-16T12:05:58.997Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-04-16T12:05:58.997Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2021-04-16T12:05:58.997Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2021-04-16T12:05:58.997Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2021-04-16T12:05:58.997Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2021-04-16T12:05:58.997Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2021-04-16T12:05:58.997Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2021-04-16T12:05:58.997Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-04-16T12:05:58.997Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-04-16T12:05:58.997Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2021-04-16T12:05:58.997Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2021-04-16T12:05:58.997Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.997Z] [2021-04-16T12:05:58.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2021-04-16T12:05:58.997Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2021-04-16T12:05:58.997Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.998Z] [2021-04-16T12:05:58.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2021-04-16T12:05:58.998Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2021-04-16T12:05:58.998Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.998Z] [2021-04-16T12:05:58.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2021-04-16T12:05:58.998Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2021-04-16T12:05:58.998Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.998Z] [2021-04-16T12:05:58.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2021-04-16T12:05:58.998Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2021-04-16T12:05:58.998Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.998Z] [2021-04-16T12:05:58.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2021-04-16T12:05:58.998Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2021-04-16T12:05:58.998Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.998Z] [2021-04-16T12:05:58.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2021-04-16T12:05:58.998Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2021-04-16T12:05:58.998Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.998Z] [2021-04-16T12:05:58.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2021-04-16T12:05:58.998Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2021-04-16T12:05:58.998Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.998Z] [2021-04-16T12:05:58.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-04-16T12:05:58.998Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-04-16T12:05:58.998Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.998Z] [2021-04-16T12:05:58.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-04-16T12:05:58.998Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-04-16T12:05:58.998Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.998Z] [2021-04-16T12:05:58.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2021-04-16T12:05:58.998Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2021-04-16T12:05:58.998Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.998Z] [2021-04-16T12:05:58.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2021-04-16T12:05:58.998Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2021-04-16T12:05:58.998Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.998Z] [2021-04-16T12:05:58.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2021-04-16T12:05:58.998Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-04-16T12:05:58.998Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.998Z] [2021-04-16T12:05:58.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2021-04-16T12:05:58.998Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2021-04-16T12:05:58.998Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.998Z] [2021-04-16T12:05:58.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2021-04-16T12:05:58.998Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2021-04-16T12:05:58.998Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.998Z] [2021-04-16T12:05:58.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2021-04-16T12:05:58.998Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2021-04-16T12:05:58.998Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.998Z] [2021-04-16T12:05:58.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2021-04-16T12:05:58.998Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2021-04-16T12:05:58.998Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.998Z] [2021-04-16T12:05:58.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2021-04-16T12:05:58.998Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2021-04-16T12:05:58.998Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.998Z] [2021-04-16T12:05:58.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2021-04-16T12:05:58.998Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2021-04-16T12:05:58.998Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.998Z] [2021-04-16T12:05:58.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2021-04-16T12:05:58.998Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2021-04-16T12:05:58.998Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-04-16T12:05:58.998Z] [2021-04-16T12:05:58.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2021-04-16T12:05:58.998Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2021-04-16T12:05:58.998Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.998Z] [2021-04-16T12:05:58.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2021-04-16T12:05:58.998Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2021-04-16T12:05:58.998Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.998Z] [2021-04-16T12:05:58.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-04-16T12:05:58.998Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-04-16T12:05:58.998Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.998Z] [2021-04-16T12:05:58.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2021-04-16T12:05:58.998Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2021-04-16T12:05:58.998Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.998Z] [2021-04-16T12:05:58.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-04-16T12:05:58.998Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-04-16T12:05:58.998Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.998Z] [2021-04-16T12:05:58.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2021-04-16T12:05:58.998Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2021-04-16T12:05:58.998Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.998Z] [2021-04-16T12:05:58.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2021-04-16T12:05:58.998Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2021-04-16T12:05:58.998Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.998Z] [2021-04-16T12:05:58.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2021-04-16T12:05:58.998Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2021-04-16T12:05:58.998Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-04-16T12:05:58.998Z] [2021-04-16T12:05:58.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2021-04-16T12:05:58.998Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2021-04-16T12:05:59.461Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.461Z] [2021-04-16T12:05:59.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-04-16T12:05:59.461Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-04-16T12:05:59.461Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.461Z] [2021-04-16T12:05:59.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2021-04-16T12:05:59.461Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2021-04-16T12:05:59.461Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.461Z] [2021-04-16T12:05:59.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-04-16T12:05:59.461Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-04-16T12:05:59.461Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.461Z] [2021-04-16T12:05:59.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2021-04-16T12:05:59.461Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2021-04-16T12:05:59.461Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.461Z] [2021-04-16T12:05:59.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-04-16T12:05:59.461Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-04-16T12:05:59.461Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2021-04-16T12:05:59.462Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.03s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.03s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-04-16T12:05:59.462Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-04-16T12:05:59.462Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.462Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2021-04-16T12:05:59.463Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-04-16T12:05:59.463Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2021-04-16T12:05:59.463Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2021-04-16T12:05:59.463Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-04-16T12:05:59.463Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-04-16T12:05:59.463Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2021-04-16T12:05:59.463Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2021-04-16T12:05:59.463Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2021-04-16T12:05:59.463Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-04-16T12:05:59.463Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2021-04-16T12:05:59.463Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-04-16T12:05:59.463Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2021-04-16T12:05:59.463Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2021-04-16T12:05:59.463Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-04-16T12:05:59.463Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2021-04-16T12:05:59.463Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-04-16T12:05:59.463Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2021-04-16T12:05:59.463Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2021-04-16T12:05:59.463Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2021-04-16T12:05:59.463Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2021-04-16T12:05:59.463Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-04-16T12:05:59.463Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-04-16T12:05:59.463Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2021-04-16T12:05:59.463Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2021-04-16T12:05:59.463Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-04-16T12:05:59.463Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2021-04-16T12:05:59.463Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2021-04-16T12:05:59.463Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2021-04-16T12:05:59.463Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2021-04-16T12:05:59.463Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2021-04-16T12:05:59.463Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2021-04-16T12:05:59.463Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-04-16T12:05:59.463Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-04-16T12:05:59.463Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2021-04-16T12:05:59.463Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2021-04-16T12:05:59.463Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-04-16T12:05:59.463Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-04-16T12:05:59.463Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-04-16T12:05:59.463Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-04-16T12:05:59.463Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-04-16T12:05:59.463Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-04-16T12:05:59.463Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-04-16T12:05:59.463Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-04-16T12:05:59.463Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-04-16T12:05:59.463Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-04-16T12:05:59.463Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-04-16T12:05:59.463Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-04-16T12:05:59.463Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-04-16T12:05:59.463Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-04-16T12:05:59.463Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-04-16T12:05:59.463Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-04-16T12:05:59.463Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-04-16T12:05:59.463Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-04-16T12:05:59.463Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-04-16T12:05:59.463Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-04-16T12:05:59.463Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-04-16T12:05:59.463Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-04-16T12:05:59.463Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-04-16T12:05:59.463Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-04-16T12:05:59.463Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-04-16T12:05:59.463Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-04-16T12:05:59.463Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-04-16T12:05:59.463Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-04-16T12:05:59.463Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-04-16T12:05:59.463Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-04-16T12:05:59.463Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-04-16T12:05:59.463Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.463Z] [2021-04-16T12:05:59.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-04-16T12:05:59.464Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-04-16T12:05:59.464Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.464Z] [2021-04-16T12:05:59.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-04-16T12:05:59.465Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-04-16T12:05:59.465Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.465Z] [2021-04-16T12:05:59.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2021-04-16T12:05:59.465Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-04-16T12:05:59.465Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.465Z] [2021-04-16T12:05:59.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2021-04-16T12:05:59.465Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.465Z] [2021-04-16T12:05:59.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2021-04-16T12:05:59.465Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.465Z] [2021-04-16T12:05:59.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2021-04-16T12:05:59.465Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-04-16T12:05:59.465Z] [2021-04-16T12:05:59.465Z] [2021-04-16T12:05:59.465Z] DONE 1092 tests, 546 skipped in 2893.133s [2021-04-16T12:05:59.465Z] INFO: Integration tests ended at 04/16/2021 12:05:59. Duration:00:48:13.2357232 [2021-04-16T12:05:59.465Z] INFO: Docker info of the daemon under test at end of run [2021-04-16T12:05:59.465Z] [2021-04-16T12:05:59.465Z] Containers: 2 [2021-04-16T12:05:59.465Z] Running: 0 [2021-04-16T12:05:59.465Z] Paused: 0 [2021-04-16T12:05:59.465Z] Stopped: 2 [2021-04-16T12:05:59.465Z] Images: 18 [2021-04-16T12:05:59.465Z] Server Version: 0.0.0-dev [2021-04-16T12:05:59.465Z] Storage Driver: windowsfilter [2021-04-16T12:05:59.465Z] Windows: [2021-04-16T12:05:59.465Z] Logging Driver: json-file [2021-04-16T12:05:59.465Z] Plugins: [2021-04-16T12:05:59.465Z] Volume: local [2021-04-16T12:05:59.465Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-04-16T12:05:59.465Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-04-16T12:05:59.465Z] Swarm: inactive [2021-04-16T12:05:59.465Z] Default Isolation: process [2021-04-16T12:05:59.465Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-04-16T12:05:59.465Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1757) [2021-04-16T12:05:59.465Z] OSType: windows [2021-04-16T12:05:59.465Z] Architecture: x86_64 [2021-04-16T12:05:59.465Z] CPUs: 4 [2021-04-16T12:05:59.465Z] Total Memory: 32GiB [2021-04-16T12:05:59.465Z] Name: azwin-2-a80f70 [2021-04-16T12:05:59.465Z] ID: HRDO:F6CQ:E4Z5:5OV2:W36V:ZHAS:W4CQ:LLR3:5C6W:MTWJ:5YAV:4GQM [2021-04-16T12:05:59.465Z] Docker Root Dir: D:\CI\PR-40094\16\daemon [2021-04-16T12:05:59.465Z] Debug Mode (client): false [2021-04-16T12:05:59.465Z] Debug Mode (server): true [2021-04-16T12:05:59.465Z] File Descriptors: -1 [2021-04-16T12:05:59.465Z] Goroutines: 17 [2021-04-16T12:05:59.465Z] System Time: 2021-04-16T12:05:59.4010972Z [2021-04-16T12:05:59.465Z] EventsListeners: 0 [2021-04-16T12:05:59.465Z] Registry: https://index.docker.io/v1/ [2021-04-16T12:05:59.465Z] Labels: [2021-04-16T12:05:59.465Z] Experimental: false [2021-04-16T12:05:59.465Z] Insecure Registries: [2021-04-16T12:05:59.465Z] 127.0.0.0/8 [2021-04-16T12:05:59.465Z] Live Restore Enabled: false [2021-04-16T12:05:59.465Z] [2021-04-16T12:05:59.465Z] [2021-04-16T12:05:59.465Z] INFO: Stopping daemon under test [2021-04-16T12:05:59.928Z] SUCCESS: The process with PID 1124 (child process of PID 5372) has been terminated. [2021-04-16T12:05:59.928Z] SUCCESS: The process with PID 5372 (child process of PID 1264) has been terminated. [2021-04-16T12:05:59.928Z] INFO: Stop tailing logs of the daemon under tests [2021-04-16T12:05:59.928Z] INFO: executeCI.ps1 Completed successfully at 04/16/2021 12:05:59. [2021-04-16T12:05:59.928Z] INFO: Tidying up at end of run [2021-04-16T12:05:59.928Z] INFO: Saving daemon under test log (d:\CI\PR-40094\16\dut.out) to bundles\CIDUT.out [2021-04-16T12:05:59.928Z] INFO: Saving daemon under test log (d:\CI\PR-40094\16\dut.err) to bundles\CIDUT.err [2021-04-16T12:05:59.928Z] INFO: Nuke-Everything... [2021-04-16T12:06:00.906Z] INFO: Container count on control daemon to delete is 2 [2021-04-16T12:06:01.369Z] 8a1174ba8ab4 [2021-04-16T12:06:01.369Z] 6047727d9330 [2021-04-16T12:06:01.369Z] INFO: Tidying pidfile d:\CI\PR-40094\16\docker.pid [2021-04-16T12:06:01.369Z] INFO: Nuking d:\CI [2021-04-16T12:06:43.980Z] INFO: Zapped successfully [2021-04-16T12:06:43.980Z] [2021-04-16T12:06:43.980Z] INFO: executeCI.ps1 exiting at Fri Apr 16 12:06:37 CUT 2021. Duration 01:30:29.2896927 [2021-04-16T12:06:43.980Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2021-04-16T12:06:44.230Z] Recording test results [2021-04-16T12:06:51.993Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2021-04-16T12:06:53.498Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2021-04-16T12:06:55.922Z] Archiving artifacts [2021-04-16T12:07:10.099Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-40094/16/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-04-16T12:07:11.048Z] + make clean [2021-04-16T12:07:13.982Z] docker volume rm -f docker-dev-cache [2021-04-16T12:07:13.982Z] 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