Started by user Sebastiaan van Stijn Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 8f4b3b0ad41a5e3a29e57f0a8c55cb49e7a0b44f+be95eae6d2d8d46860f305d417b868a8ac5fc151 (18dcd7156f835288cf7dfe6f646236d1c9bd5c5e) 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-09T00:56:03.757Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2021-04-09T00:56:03.762Z] Trying to pass milestone 66 [Pipeline] milestone [2021-04-09T00:56:03.820Z] Trying to pass milestone 67 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2021-04-09T00:56:04.009Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0f97e725789a9befc) in /home/ubuntu/workspace/moby_PR-39846 [Pipeline] { [Pipeline] checkout [2021-04-09T00:56:04.039Z] The recommended git tool is: git [2021-04-09T00:56:04.049Z] using credential docker-jenkins-github-credentials [2021-04-09T00:56:04.056Z] Cloning the remote Git repository [2021-04-09T00:56:04.056Z] Cloning with configured refspecs honoured and without tags [2021-04-09T00:56:04.071Z] Cloning repository https://github.com/moby/moby.git [2021-04-09T00:56:04.072Z] > git init /home/ubuntu/workspace/moby_PR-39846 # timeout=10 [2021-04-09T00:56:04.090Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-09T00:56:04.091Z] > git --version # timeout=10 [2021-04-09T00:56:04.099Z] > git --version # 'git version 2.17.1' [2021-04-09T00:56:04.100Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-09T00:56:04.100Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/39846/head:refs/remotes/origin/PR-39846 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-09T00:56:17.833Z] Fetching without tags [2021-04-09T00:56:18.076Z] Merging remotes/origin/master commit be95eae6d2d8d46860f305d417b868a8ac5fc151 into PR head commit 8f4b3b0ad41a5e3a29e57f0a8c55cb49e7a0b44f [2021-04-09T00:56:17.811Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-09T00:56:17.816Z] > git config --add remote.origin.fetch +refs/pull/39846/head:refs/remotes/origin/PR-39846 # timeout=10 [2021-04-09T00:56:17.824Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-09T00:56:17.836Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-09T00:56:17.848Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-09T00:56:17.848Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-09T00:56:17.849Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/39846/head:refs/remotes/origin/PR-39846 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-09T00:56:18.090Z] > git config core.sparsecheckout # timeout=10 [2021-04-09T00:56:18.104Z] > git checkout -f 8f4b3b0ad41a5e3a29e57f0a8c55cb49e7a0b44f # timeout=10 [2021-04-09T00:56:19.058Z] Merge succeeded, producing 8d5caf49a185e369bda5bdde79ab8e07b3434ff2 [2021-04-09T00:56:19.058Z] Checking out Revision 8d5caf49a185e369bda5bdde79ab8e07b3434ff2 (PR-39846) [2021-04-09T00:56:19.140Z] Commit message: "Merge commit 'be95eae6d2d8d46860f305d417b868a8ac5fc151' into HEAD" [2021-04-09T00:56:19.150Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-04-09T00:56:19.864Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39846:/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-09T00:56:19.864Z] Unable to find image 'alpine:latest' locally [2021-04-09T00:56:19.864Z] latest: Pulling from library/alpine [2021-04-09T00:56:19.864Z] ca3cd42a7c95: Pulling fs layer [2021-04-09T00:56:18.549Z] > git remote # timeout=10 [2021-04-09T00:56:18.555Z] > git config --get remote.origin.url # timeout=10 [2021-04-09T00:56:18.558Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-09T00:56:18.558Z] > git merge be95eae6d2d8d46860f305d417b868a8ac5fc151 # timeout=10 [2021-04-09T00:56:19.061Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-09T00:56:19.073Z] > git config core.sparsecheckout # timeout=10 [2021-04-09T00:56:19.078Z] > git checkout -f 8d5caf49a185e369bda5bdde79ab8e07b3434ff2 # timeout=10 [2021-04-09T00:56:19.156Z] > git rev-list --no-walk 1dcc3c693722fcf8862298bc58d88dfae2e873c2 # timeout=10 [2021-04-09T00:56:20.124Z] ca3cd42a7c95: Verifying Checksum [2021-04-09T00:56:20.124Z] ca3cd42a7c95: Download complete [2021-04-09T00:56:20.384Z] ca3cd42a7c95: Pull complete [2021-04-09T00:56:20.384Z] Digest: sha256:ec14c7992a97fc11425907e908340c6c3d6ff602f5f13d899e6b7027c9b4133a [2021-04-09T00:56:20.384Z] Status: Downloaded newer image for alpine:latest [2021-04-09T00:56:22.921Z] 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" skipped due to when conditional Stage "ppc64le" skipped due to when conditional Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [Pipeline] node [2021-04-09T00:56:23.158Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0f97e725789a9befc) in /home/ubuntu/workspace/moby_PR-39846 [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [2021-04-09T00:56:23.165Z] Running on azwin-2-361f90 in d:\jenkins\workspace\moby_PR-39846 [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "win-RS1" skipped due to when conditional [2021-04-09T00:56:23.169Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-04310aee1a277e83c) in /home/ubuntu/workspace/moby_PR-39846 [2021-04-09T00:56:23.169Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0671a4798e0c71dde) in /home/ubuntu/workspace/moby_PR-39846 [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [2021-04-09T00:56:23.177Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-05340a1ecae87dd98) in /home/ubuntu/workspace/moby_PR-39846 [Pipeline] { [Pipeline] { [Pipeline] ws [2021-04-09T00:56:23.223Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] checkout [2021-04-09T00:56:23.246Z] The recommended git tool is: git [Pipeline] checkout [2021-04-09T00:56:23.256Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2021-04-09T00:56:23.275Z] Fetching changes from the remote Git repository [Pipeline] // stage [2021-04-09T00:56:23.283Z] Fetching without tags [Pipeline] checkout [2021-04-09T00:56:23.304Z] The recommended git tool is: git [Pipeline] checkout [2021-04-09T00:56:23.311Z] The recommended git tool is: git [2021-04-09T00:56:23.319Z] using credential docker-jenkins-github-credentials [2021-04-09T00:56:23.322Z] The recommended git tool is: git [Pipeline] // stage [2021-04-09T00:56:23.325Z] Cloning the remote Git repository [2021-04-09T00:56:23.325Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [2021-04-09T00:56:23.352Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [Pipeline] { [2021-04-09T00:56:23.359Z] Cloning the remote Git repository [2021-04-09T00:56:23.359Z] Cloning with configured refspecs honoured and without tags [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] stage [Pipeline] { (Run tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] checkout Stage "win-RS1" skipped due to when conditional [Pipeline] } [2021-04-09T00:56:23.414Z] The recommended git tool is: git [Pipeline] // stage [2021-04-09T00:56:23.426Z] using credential docker-jenkins-github-credentials [2021-04-09T00:56:23.434Z] Cloning the remote Git repository [2021-04-09T00:56:23.434Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] // stage [2021-04-09T00:56:23.458Z] Running on azwin-2-d13fe0 in d:\jenkins\workspace\moby_PR-39846 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] } [2021-04-09T00:56:23.521Z] Merging remotes/origin/master commit be95eae6d2d8d46860f305d417b868a8ac5fc151 into PR head commit 8f4b3b0ad41a5e3a29e57f0a8c55cb49e7a0b44f [2021-04-09T00:56:23.533Z] using credential docker-jenkins-github-credentials Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] ws [2021-04-09T00:56:23.566Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [Pipeline] // stage [Pipeline] } [2021-04-09T00:56:23.608Z] Cloning the remote Git repository [2021-04-09T00:56:23.608Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [2021-04-09T00:56:23.661Z] The recommended git tool is: git [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] } [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] } [2021-04-09T00:56:23.688Z] Merge succeeded, producing 582fe277f087dab3f024d9a448283b1937d18472 [2021-04-09T00:56:23.689Z] Checking out Revision 582fe277f087dab3f024d9a448283b1937d18472 (PR-39846) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [2021-04-09T00:56:23.757Z] Commit message: "Merge commit 'be95eae6d2d8d46860f305d417b868a8ac5fc151' into HEAD" [Pipeline] // stage [2021-04-09T00:56:23.773Z] First time build. Skipping changelog. [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2021-04-09T00:56:23.882Z] using credential docker-jenkins-github-credentials [2021-04-09T00:56:23.958Z] Cloning the remote Git repository [2021-04-09T00:56:23.959Z] Cloning with configured refspecs honoured and without tags [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-04-09T00:56:23.274Z] > git rev-parse --is-inside-work-tree # timeout=10 [2021-04-09T00:56:23.289Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-09T00:56:23.297Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-09T00:56:23.297Z] > git --version # timeout=10 [2021-04-09T00:56:23.302Z] > git --version # 'git version 2.17.1' [2021-04-09T00:56:23.303Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-09T00:56:23.303Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/39846/head:refs/remotes/origin/PR-39846 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-09T00:56:23.535Z] > git config core.sparsecheckout # timeout=10 [2021-04-09T00:56:23.542Z] > git checkout -f 8f4b3b0ad41a5e3a29e57f0a8c55cb49e7a0b44f # timeout=10 [2021-04-09T00:56:23.586Z] > git remote # timeout=10 [2021-04-09T00:56:23.591Z] > git config --get remote.origin.url # timeout=10 [2021-04-09T00:56:23.599Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-09T00:56:23.600Z] > git merge be95eae6d2d8d46860f305d417b868a8ac5fc151 # timeout=10 [2021-04-09T00:56:23.688Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-09T00:56:23.703Z] > git config core.sparsecheckout # timeout=10 [2021-04-09T00:56:23.712Z] > git checkout -f 582fe277f087dab3f024d9a448283b1937d18472 # timeout=10 [2021-04-09T00:56:23.771Z] > git rev-list --no-walk 1dcc3c693722fcf8862298bc58d88dfae2e873c2 # timeout=10 [2021-04-09T00:56:23.280Z] Cloning repository https://github.com/moby/moby.git [2021-04-09T00:56:23.281Z] > git init /home/ubuntu/workspace/moby_PR-39846 # timeout=10 [2021-04-09T00:56:23.300Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-09T00:56:23.300Z] > git --version # timeout=10 [2021-04-09T00:56:23.304Z] > git --version # 'git version 2.17.1' [2021-04-09T00:56:23.305Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-09T00:56:23.305Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/39846/head:refs/remotes/origin/PR-39846 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-09T00:56:23.361Z] Cloning repository https://github.com/moby/moby.git [2021-04-09T00:56:23.362Z] > git init /home/ubuntu/workspace/moby_PR-39846 # timeout=10 [2021-04-09T00:56:23.376Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-09T00:56:23.376Z] > git --version # timeout=10 [2021-04-09T00:56:23.381Z] > git --version # 'git version 2.25.1' [2021-04-09T00:56:23.381Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-09T00:56:23.382Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/39846/head:refs/remotes/origin/PR-39846 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-09T00:56:23.641Z] Cloning repository https://github.com/moby/moby.git [2021-04-09T00:56:23.641Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2021-04-09T00:56:23.700Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-09T00:56:23.700Z] > git --version # timeout=10 [2021-04-09T00:56:23.744Z] > git --version # 'git version 2.24.1.windows.2' [2021-04-09T00:56:23.745Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-09T00:56:23.747Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/39846/head:refs/remotes/origin/PR-39846 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-09T00:56:23.438Z] Cloning repository https://github.com/moby/moby.git [2021-04-09T00:56:23.438Z] > git init /home/ubuntu/workspace/moby_PR-39846 # timeout=10 [2021-04-09T00:56:23.454Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-09T00:56:23.454Z] > git --version # timeout=10 [2021-04-09T00:56:23.458Z] > git --version # 'git version 2.25.1' [2021-04-09T00:56:23.458Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-09T00:56:23.460Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/39846/head:refs/remotes/origin/PR-39846 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-09T00:56:24.447Z] + [ PR != PR ] [2021-04-09T00:56:24.447Z] + [ master != master ] [2021-04-09T00:56:24.447Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-04-09T00:56:23.996Z] Cloning repository https://github.com/moby/moby.git [2021-04-09T00:56:23.996Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2021-04-09T00:56:24.069Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-09T00:56:24.070Z] > git --version # timeout=10 [2021-04-09T00:56:24.125Z] > git --version # 'git version 2.24.1.windows.2' [2021-04-09T00:56:24.125Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-09T00:56:24.128Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/39846/head:refs/remotes/origin/PR-39846 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-09T00:56:24.778Z] + docker version [2021-04-09T00:56:24.778Z] Client: Docker Engine - Community [2021-04-09T00:56:24.778Z] Version: 20.10.5 [2021-04-09T00:56:24.778Z] API version: 1.41 [2021-04-09T00:56:24.778Z] Go version: go1.13.15 [2021-04-09T00:56:24.778Z] Git commit: 55c4c88 [2021-04-09T00:56:24.778Z] Built: Tue Mar 2 20:18:05 2021 [2021-04-09T00:56:24.778Z] OS/Arch: linux/amd64 [2021-04-09T00:56:24.778Z] Context: default [2021-04-09T00:56:24.778Z] Experimental: true [2021-04-09T00:56:24.778Z] [2021-04-09T00:56:24.778Z] Server: Docker Engine - Community [2021-04-09T00:56:24.778Z] Engine: [2021-04-09T00:56:24.778Z] Version: 20.10.5 [2021-04-09T00:56:24.778Z] API version: 1.41 (minimum version 1.12) [2021-04-09T00:56:24.778Z] Go version: go1.13.15 [2021-04-09T00:56:24.778Z] Git commit: 363e9a8 [2021-04-09T00:56:24.778Z] Built: Tue Mar 2 20:16:00 2021 [2021-04-09T00:56:24.778Z] OS/Arch: linux/amd64 [2021-04-09T00:56:24.778Z] Experimental: true [2021-04-09T00:56:24.778Z] containerd: [2021-04-09T00:56:24.778Z] Version: 1.4.4 [2021-04-09T00:56:24.778Z] GitCommit: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-09T00:56:24.778Z] runc: [2021-04-09T00:56:24.778Z] Version: 1.0.0-rc93 [2021-04-09T00:56:24.778Z] GitCommit: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-09T00:56:24.778Z] docker-init: [2021-04-09T00:56:24.778Z] Version: 0.19.0 [2021-04-09T00:56:24.778Z] GitCommit: de40ad0 [Pipeline] sh [2021-04-09T00:56:25.063Z] + docker info [2021-04-09T00:56:25.632Z] Client: [2021-04-09T00:56:25.632Z] Context: default [2021-04-09T00:56:25.632Z] Debug Mode: false [2021-04-09T00:56:25.632Z] Plugins: [2021-04-09T00:56:25.632Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-04-09T00:56:25.632Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-04-09T00:56:25.632Z] [2021-04-09T00:56:25.632Z] Server: [2021-04-09T00:56:25.632Z] Containers: 0 [2021-04-09T00:56:25.632Z] Running: 0 [2021-04-09T00:56:25.632Z] Paused: 0 [2021-04-09T00:56:25.632Z] Stopped: 0 [2021-04-09T00:56:25.632Z] Images: 3 [2021-04-09T00:56:25.632Z] Server Version: 20.10.5 [2021-04-09T00:56:25.632Z] Storage Driver: overlay2 [2021-04-09T00:56:25.632Z] Backing Filesystem: extfs [2021-04-09T00:56:25.632Z] Supports d_type: true [2021-04-09T00:56:25.632Z] Native Overlay Diff: true [2021-04-09T00:56:25.632Z] Logging Driver: json-file [2021-04-09T00:56:25.632Z] Cgroup Driver: cgroupfs [2021-04-09T00:56:25.632Z] Cgroup Version: 1 [2021-04-09T00:56:25.632Z] Plugins: [2021-04-09T00:56:25.632Z] Volume: local [2021-04-09T00:56:25.632Z] Network: bridge host ipvlan macvlan null overlay [2021-04-09T00:56:25.632Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-04-09T00:56:25.632Z] Swarm: inactive [2021-04-09T00:56:25.632Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-04-09T00:56:25.632Z] Default Runtime: runc [2021-04-09T00:56:25.632Z] Init Binary: docker-init [2021-04-09T00:56:25.632Z] containerd version: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-09T00:56:25.632Z] runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-09T00:56:25.632Z] init version: de40ad0 [2021-04-09T00:56:25.632Z] Security Options: [2021-04-09T00:56:25.632Z] apparmor [2021-04-09T00:56:25.632Z] seccomp [2021-04-09T00:56:25.632Z] Profile: default [2021-04-09T00:56:25.632Z] Kernel Version: 5.4.0-1041-aws [2021-04-09T00:56:25.632Z] Operating System: Ubuntu 18.04.5 LTS [2021-04-09T00:56:25.632Z] OSType: linux [2021-04-09T00:56:25.632Z] Architecture: x86_64 [2021-04-09T00:56:25.632Z] CPUs: 2 [2021-04-09T00:56:25.632Z] Total Memory: 7.569GiB [2021-04-09T00:56:25.632Z] Name: ip-10-100-38-142 [2021-04-09T00:56:25.632Z] ID: CCOO:B2L2:53RH:M56T:HCH4:FPBZ:EMUZ:R22X:GVEU:CYRY:U2HB:5I2B [2021-04-09T00:56:25.632Z] Docker Root Dir: /var/lib/docker [2021-04-09T00:56:25.632Z] Debug Mode: false [2021-04-09T00:56:25.632Z] Registry: https://index.docker.io/v1/ [2021-04-09T00:56:25.632Z] Labels: [2021-04-09T00:56:25.632Z] Experimental: true [2021-04-09T00:56:25.632Z] Insecure Registries: [2021-04-09T00:56:25.632Z] 127.0.0.0/8 [2021-04-09T00:56:25.632Z] Live Restore Enabled: true [2021-04-09T00:56:25.632Z] [2021-04-09T00:56:25.632Z] WARNING: No swap limit support [Pipeline] sh [2021-04-09T00:56:25.918Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-04-09T00:56:25.918Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-04-09T00:56:25.918Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-39846/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-04-09T00:56:25.918Z] + bash /home/ubuntu/workspace/moby_PR-39846/check-config.sh [2021-04-09T00:56:25.918Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-04-09T00:56:25.919Z] info: reading kernel config from /boot/config-5.4.0-1041-aws ... [2021-04-09T00:56:25.919Z] [2021-04-09T00:56:25.919Z] Generally Necessary: [2021-04-09T00:56:25.919Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-04-09T00:56:25.919Z] - apparmor: enabled and tools installed [2021-04-09T00:56:25.919Z] - CONFIG_NAMESPACES: enabled [2021-04-09T00:56:25.919Z] - CONFIG_NET_NS: enabled [2021-04-09T00:56:25.919Z] - CONFIG_PID_NS: enabled [2021-04-09T00:56:25.919Z] - CONFIG_IPC_NS: enabled [2021-04-09T00:56:25.919Z] - CONFIG_UTS_NS: enabled [2021-04-09T00:56:25.919Z] - CONFIG_CGROUPS: enabled [2021-04-09T00:56:25.919Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-04-09T00:56:25.919Z] - CONFIG_CGROUP_DEVICE: enabled [2021-04-09T00:56:25.919Z] - CONFIG_CGROUP_FREEZER: enabled [2021-04-09T00:56:25.919Z] - CONFIG_CGROUP_SCHED: enabled [2021-04-09T00:56:25.919Z] - CONFIG_CPUSETS: enabled [2021-04-09T00:56:25.919Z] - CONFIG_MEMCG: enabled [2021-04-09T00:56:25.919Z] - CONFIG_KEYS: enabled [2021-04-09T00:56:25.919Z] - CONFIG_VETH: enabled (as module) [2021-04-09T00:56:25.919Z] - CONFIG_BRIDGE: enabled (as module) [2021-04-09T00:56:26.178Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-04-09T00:56:26.178Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-04-09T00:56:26.178Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-04-09T00:56:26.178Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-04-09T00:56:26.178Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-04-09T00:56:26.178Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-04-09T00:56:26.178Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-04-09T00:56:26.178Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-04-09T00:56:26.178Z] - CONFIG_NF_NAT: enabled (as module) [2021-04-09T00:56:26.178Z] - CONFIG_POSIX_MQUEUE: enabled [2021-04-09T00:56:26.178Z] [2021-04-09T00:56:26.178Z] Optional Features: [2021-04-09T00:56:26.178Z] - CONFIG_USER_NS: enabled [2021-04-09T00:56:26.178Z] - CONFIG_SECCOMP: enabled [2021-04-09T00:56:26.178Z] - CONFIG_SECCOMP_FILTER: enabled [2021-04-09T00:56:26.178Z] - CONFIG_CGROUP_PIDS: enabled [2021-04-09T00:56:26.178Z] - CONFIG_MEMCG_SWAP: enabled [2021-04-09T00:56:26.178Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-04-09T00:56:26.178Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-04-09T00:56:26.178Z] - CONFIG_BLK_CGROUP: enabled [2021-04-09T00:56:26.178Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-04-09T00:56:26.178Z] - CONFIG_CGROUP_PERF: enabled [2021-04-09T00:56:26.178Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-04-09T00:56:26.178Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-04-09T00:56:26.178Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-04-09T00:56:26.178Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-04-09T00:56:26.178Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-04-09T00:56:26.178Z] - CONFIG_RT_GROUP_SCHED: missing [2021-04-09T00:56:26.178Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-04-09T00:56:26.178Z] - CONFIG_IP_VS: enabled (as module) [2021-04-09T00:56:26.178Z] - CONFIG_IP_VS_NFCT: enabled [2021-04-09T00:56:26.178Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-04-09T00:56:26.178Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-04-09T00:56:26.178Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-04-09T00:56:26.178Z] - CONFIG_SECURITY_SELINUX: enabled [2021-04-09T00:56:26.178Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-04-09T00:56:26.178Z] - CONFIG_EXT4_FS: enabled [2021-04-09T00:56:26.178Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-04-09T00:56:26.178Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-04-09T00:56:26.178Z] - Network Drivers: [2021-04-09T00:56:26.178Z] - "overlay": [2021-04-09T00:56:26.178Z] - CONFIG_VXLAN: enabled (as module) [2021-04-09T00:56:26.178Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-04-09T00:56:26.178Z] Optional (for encrypted networks): [2021-04-09T00:56:26.178Z] - CONFIG_CRYPTO: enabled [2021-04-09T00:56:26.178Z] - CONFIG_CRYPTO_AEAD: enabled [2021-04-09T00:56:26.178Z] - CONFIG_CRYPTO_GCM: enabled [2021-04-09T00:56:26.178Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-04-09T00:56:26.178Z] - CONFIG_CRYPTO_GHASH: enabled [2021-04-09T00:56:26.178Z] - CONFIG_XFRM: enabled [2021-04-09T00:56:26.178Z] - CONFIG_XFRM_USER: enabled (as module) [2021-04-09T00:56:26.179Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-04-09T00:56:26.179Z] - CONFIG_INET_ESP: enabled (as module) [2021-04-09T00:56:26.179Z] - "ipvlan": [2021-04-09T00:56:26.438Z] - CONFIG_IPVLAN: enabled (as module) [2021-04-09T00:56:26.438Z] - "macvlan": [2021-04-09T00:56:26.438Z] - CONFIG_MACVLAN: enabled (as module) [2021-04-09T00:56:26.438Z] - CONFIG_DUMMY: enabled (as module) [2021-04-09T00:56:26.438Z] - "ftp,tftp client in container": [2021-04-09T00:56:26.438Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-04-09T00:56:26.438Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-04-09T00:56:26.438Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-04-09T00:56:26.438Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-04-09T00:56:26.438Z] - Storage Drivers: [2021-04-09T00:56:26.438Z] - "aufs": [2021-04-09T00:56:26.438Z] - CONFIG_AUFS_FS: enabled (as module) [2021-04-09T00:56:26.438Z] - "btrfs": [2021-04-09T00:56:26.438Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-04-09T00:56:26.438Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-04-09T00:56:26.438Z] - "devicemapper": [2021-04-09T00:56:26.438Z] - CONFIG_BLK_DEV_DM: enabled [2021-04-09T00:56:26.438Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-04-09T00:56:26.438Z] - "overlay": [2021-04-09T00:56:26.438Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-04-09T00:56:26.438Z] - "zfs": [2021-04-09T00:56:26.438Z] - /dev/zfs: present [2021-04-09T00:56:26.438Z] - zfs command: missing [2021-04-09T00:56:26.438Z] - zpool command: missing [2021-04-09T00:56:26.438Z] [2021-04-09T00:56:26.438Z] Limits: [2021-04-09T00:56:26.438Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-04-09T00:56:26.438Z] [2021-04-09T00:56:26.438Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-04-09T00:56:26.773Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:8d5caf49a185e369bda5bdde79ab8e07b3434ff2 . [2021-04-09T00:56:26.773Z] #1 [internal] load build definition from Dockerfile [2021-04-09T00:56:26.773Z] #1 sha256:cf97d9af1d4773928cee071a3a4bc4d9b92d39a9d126c7c5645061d3f32f9f92 [2021-04-09T00:56:26.773Z] #1 transferring dockerfile: 17.07kB done [2021-04-09T00:56:26.773Z] #1 DONE 0.0s [2021-04-09T00:56:26.773Z] [2021-04-09T00:56:26.773Z] #2 [internal] load .dockerignore [2021-04-09T00:56:26.773Z] #2 sha256:ec8edde1c026474a4cb0faf36a5e1b90dbdc02c4266650ff575ee33687d455bf [2021-04-09T00:56:26.773Z] #2 transferring context: 87B done [2021-04-09T00:56:26.773Z] #2 DONE 0.0s [2021-04-09T00:56:26.773Z] [2021-04-09T00:56:26.773Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-04-09T00:56:26.773Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-04-09T00:56:27.032Z] #3 DONE 0.2s [2021-04-09T00:56:27.032Z] [2021-04-09T00:56:27.032Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-04-09T00:56:27.032Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-04-09T00:56:27.032Z] #4 CACHED [2021-04-09T00:56:27.295Z] [2021-04-09T00:56:27.295Z] #5 [internal] load metadata for docker.io/library/debian:buster [2021-04-09T00:56:27.295Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-04-09T00:56:27.295Z] #5 DONE 0.1s [2021-04-09T00:56:27.295Z] [2021-04-09T00:56:27.295Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-04-09T00:56:27.295Z] #6 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-04-09T00:56:27.295Z] #6 DONE 0.1s [2021-04-09T00:56:27.295Z] [2021-04-09T00:56:27.295Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-04-09T00:56:27.295Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-04-09T00:56:27.295Z] #8 DONE 0.1s [2021-04-09T00:56:27.295Z] [2021-04-09T00:56:27.295Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-04-09T00:56:27.295Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-04-09T00:56:27.295Z] #7 DONE 0.1s [2021-04-09T00:56:27.557Z] [2021-04-09T00:56:27.557Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:5c1daf79a2d6202cf1b80a80f522fa0aaec4dc1c0520135ed277627c12171c3b [2021-04-09T00:56:27.557Z] #26 sha256:53816807411efe1f35e19f1e99808535cd16125331b7e912d3ae84ebf9049cab [2021-04-09T00:56:27.557Z] #26 DONE 0.0s [2021-04-09T00:56:27.557Z] [2021-04-09T00:56:27.557Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-04-09T00:56:27.557Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-04-09T00:56:27.557Z] #64 DONE 0.0s [2021-04-09T00:56:27.557Z] [2021-04-09T00:56:27.557Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-04-09T00:56:27.557Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-04-09T00:56:27.557Z] #62 DONE 0.0s [2021-04-09T00:56:27.557Z] [2021-04-09T00:56:27.557Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-09T00:56:27.557Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-04-09T00:56:27.557Z] #9 DONE 0.0s [2021-04-09T00:56:27.557Z] [2021-04-09T00:56:27.557Z] #23 [internal] load build context [2021-04-09T00:56:27.557Z] #23 sha256:fce966bc14b1a2883c98e23e2da6f07eaad105446b456073ec650cd87da3b511 [2021-04-09T00:56:28.947Z] #23 transferring context: 53.56MB 1.6s done [2021-04-09T00:56:29.208Z] #23 DONE 1.6s [2021-04-09T00:56:29.208Z] [2021-04-09T00:56:29.208Z] #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-09T00:56:29.208Z] #53 sha256:99a6cbe3be897161a748ab45ad2f06f1badc88dd19259ca8538f1ccc0a6b69c4 [2021-04-09T00:56:29.208Z] #53 CACHED [2021-04-09T00:56:29.208Z] [2021-04-09T00:56:29.208Z] #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-09T00:56:29.208Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-09T00:56:29.208Z] #13 CACHED [2021-04-09T00:56:29.208Z] [2021-04-09T00:56:29.208Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-04-09T00:56:29.208Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815 [2021-04-09T00:56:29.208Z] #14 CACHED [2021-04-09T00:56:29.208Z] [2021-04-09T00:56:29.208Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-04-09T00:56:29.208Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6 [2021-04-09T00:56:29.208Z] #18 CACHED [2021-04-09T00:56:29.208Z] [2021-04-09T00:56:29.208Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-04-09T00:56:29.208Z] #30 sha256:b48779cad6b566de572f4abe709cbf5a7372ba8a41c0bd4a70364a18825f2fcb [2021-04-09T00:56:29.208Z] #30 CACHED [2021-04-09T00:56:29.208Z] [2021-04-09T00:56:29.208Z] #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-09T00:56:29.208Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b [2021-04-09T00:56:29.208Z] #21 CACHED [2021-04-09T00:56:29.208Z] [2021-04-09T00:56:29.208Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-04-09T00:56:29.208Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-04-09T00:56:29.208Z] #10 CACHED [2021-04-09T00:56:29.208Z] [2021-04-09T00:56:29.208Z] #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-09T00:56:29.208Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-04-09T00:56:29.208Z] #36 CACHED [2021-04-09T00:56:29.208Z] [2021-04-09T00:56:29.208Z] #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-09T00:56:29.208Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6 [2021-04-09T00:56:29.208Z] #15 CACHED [2021-04-09T00:56:29.208Z] [2021-04-09T00:56:29.208Z] #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-09T00:56:29.208Z] #29 sha256:c866d451cc8f79f55aa4e766daa5bee43812dd16981a1aca13147b87d7e5e265 [2021-04-09T00:56:29.208Z] #29 CACHED [2021-04-09T00:56:29.208Z] [2021-04-09T00:56:29.208Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-04-09T00:56:29.208Z] #22 sha256:d3d072c7ad06c7ad2d1dcde93b5cac7ddc54c670d77b2a23cb688256d2d63a3e [2021-04-09T00:56:29.208Z] #22 CACHED [2021-04-09T00:56:29.208Z] [2021-04-09T00:56:29.208Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-04-09T00:56:29.208Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-04-09T00:56:29.208Z] #31 CACHED [2021-04-09T00:56:29.208Z] [2021-04-09T00:56:29.208Z] #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-09T00:56:29.208Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-04-09T00:56:29.208Z] #55 CACHED [2021-04-09T00:56:29.208Z] [2021-04-09T00:56:29.208Z] #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-09T00:56:29.208Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-09T00:56:29.208Z] #20 CACHED [2021-04-09T00:56:29.208Z] [2021-04-09T00:56:29.208Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-04-09T00:56:29.208Z] #66 sha256:6b52574e8e7e86751c41ad4e3f1e4a55e117c445f47e54bc28f0b35ca847a1f7 [2021-04-09T00:56:29.208Z] #66 CACHED [2021-04-09T00:56:29.208Z] [2021-04-09T00:56:29.208Z] #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-09T00:56:29.208Z] #45 sha256:8a90e8f2d34a00b0a1679ab35ce3d7ee023344befcbc598f50ddc72cb7c93f9c [2021-04-09T00:56:29.208Z] #45 CACHED [2021-04-09T00:56:29.208Z] [2021-04-09T00:56:29.208Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-04-09T00:56:29.208Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-04-09T00:56:29.208Z] #65 CACHED [2021-04-09T00:56:29.208Z] [2021-04-09T00:56:29.208Z] #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-09T00:56:29.208Z] #24 sha256:66a352dfe53987faf1afcf8fa826df3eecb77933bd963a15cdab01f139c81bff [2021-04-09T00:56:29.208Z] #24 CACHED [2021-04-09T00:56:29.208Z] [2021-04-09T00:56:29.208Z] #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-09T00:56:29.208Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-04-09T00:56:29.208Z] #40 CACHED [2021-04-09T00:56:29.208Z] [2021-04-09T00:56:29.208Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-04-09T00:56:29.208Z] #38 sha256:96c1efff205f0daaa4c4177e58c71b1c4a264f7717c785d50880b11ca5577753 [2021-04-09T00:56:29.208Z] #38 CACHED [2021-04-09T00:56:29.208Z] [2021-04-09T00:56:29.208Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-04-09T00:56:29.208Z] #59 sha256:967444f3dde3b654b03a600006919ac2b0e458a2e3a457487975f09e00345cf4 [2021-04-09T00:56:29.208Z] #59 CACHED [2021-04-09T00:56:29.208Z] [2021-04-09T00:56:29.208Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-04-09T00:56:29.208Z] #57 sha256:11a204c06664541c3816e8fa00abc01aaa95a1a4a194eeff37519e9785c561ea [2021-04-09T00:56:29.208Z] #57 CACHED [2021-04-09T00:56:29.208Z] [2021-04-09T00:56:29.208Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-04-09T00:56:29.208Z] #52 sha256:4aa8194bc104ba1329d9fa632666a8e0f32ead0976a728fb0e0cb001a1199015 [2021-04-09T00:56:29.208Z] #52 CACHED [2021-04-09T00:56:29.208Z] [2021-04-09T00:56:29.208Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-04-09T00:56:29.208Z] #60 sha256:6cd5327740118db36b844d3751b5d2dc723ab6b8f452e32a40782e10745f9cb9 [2021-04-09T00:56:29.208Z] #60 CACHED [2021-04-09T00:56:29.208Z] [2021-04-09T00:56:29.208Z] #35 [dev-systemd-false 13/26] COPY --from=tomll /build/ /usr/local/bin/ [2021-04-09T00:56:29.208Z] #35 sha256:04890bf6eceb0f29f1aa47e7bcf0d47c7822a6f70122d96f5daaac3d30b83f07 [2021-04-09T00:56:29.208Z] #35 CACHED [2021-04-09T00:56:29.208Z] [2021-04-09T00:56:29.208Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-04-09T00:56:29.208Z] #44 sha256:496e48dd308661da6ee514f98d2092672e8f9760afe757de36ab797bd6b0472b [2021-04-09T00:56:29.208Z] #44 CACHED [2021-04-09T00:56:29.208Z] [2021-04-09T00:56:29.208Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-04-09T00:56:29.208Z] #68 sha256:e0de9037366964f56fc19310f77b5bce4a0b3f65b60043d42feec9c1079b8268 [2021-04-09T00:56:29.208Z] #68 CACHED [2021-04-09T00:56:29.208Z] [2021-04-09T00:56:29.208Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-04-09T00:56:29.208Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac [2021-04-09T00:56:29.208Z] #16 CACHED [2021-04-09T00:56:29.208Z] [2021-04-09T00:56:29.208Z] #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-09T00:56:29.208Z] #27 sha256:fe0652333e9397ad75a464bf99138ad703d8648dbec0894f017deea5d88ff8f8 [2021-04-09T00:56:29.208Z] #27 CACHED [2021-04-09T00:56:29.208Z] [2021-04-09T00:56:29.208Z] #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-09T00:56:29.208Z] #49 sha256:339fed675b4c62695c97bba65ef294105e0595eb8cdda09f1bbbf844433beb85 [2021-04-09T00:56:29.208Z] #49 CACHED [2021-04-09T00:56:29.208Z] [2021-04-09T00:56:29.208Z] #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-09T00:56:29.208Z] #58 sha256:a3474ab6ac57cac6836f4e2b4f069cddd21909b72be3f422556faf3440e4f16e [2021-04-09T00:56:29.208Z] #58 CACHED [2021-04-09T00:56:29.208Z] [2021-04-09T00:56:29.208Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-04-09T00:56:29.208Z] #61 sha256:d6018055de43a6b42eaf045d28f1cc64be381d1b085442dbe5a5aa56174cdde4 [2021-04-09T00:56:29.208Z] #61 CACHED [2021-04-09T00:56:29.208Z] [2021-04-09T00:56:29.209Z] #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-09T00:56:29.209Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9 [2021-04-09T00:56:29.209Z] #12 CACHED [2021-04-09T00:56:29.209Z] [2021-04-09T00:56:29.209Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-04-09T00:56:29.209Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea [2021-04-09T00:56:29.209Z] #17 CACHED [2021-04-09T00:56:29.209Z] [2021-04-09T00:56:29.209Z] #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-09T00:56:29.209Z] #34 sha256:53700a5db9c669f1a41f194cfe55abd301e4a0ae159decd8d040ae5496a61577 [2021-04-09T00:56:29.209Z] #34 CACHED [2021-04-09T00:56:29.209Z] [2021-04-09T00:56:29.209Z] #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-09T00:56:29.209Z] #67 sha256:16c52f688586e58f9281ecac35549d70d40ca14f33d81fc8cc8ddbdf0da2f532 [2021-04-09T00:56:29.209Z] #67 CACHED [2021-04-09T00:56:29.209Z] [2021-04-09T00:56:29.209Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-04-09T00:56:29.209Z] #46 sha256:00830ec3091c4adfecb306b10587a1722424345f8bc1d66c654ab39b161c1a24 [2021-04-09T00:56:29.209Z] #46 CACHED [2021-04-09T00:56:29.209Z] [2021-04-09T00:56:29.209Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-04-09T00:56:29.209Z] #33 sha256:82d4e2635d47d499d5add8d7032f12ee4e5138dfe4a05e6663936bd895752ea5 [2021-04-09T00:56:29.209Z] #33 CACHED [2021-04-09T00:56:29.209Z] [2021-04-09T00:56:29.209Z] #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-09T00:56:29.209Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-04-09T00:56:29.209Z] #32 CACHED [2021-04-09T00:56:29.209Z] [2021-04-09T00:56:29.209Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-04-09T00:56:29.209Z] #28 sha256:0c4c8c4991e7b7cbca1c5597e8d2103a706b27cd7fbe49b0d2dd63fdc3e2bc79 [2021-04-09T00:56:29.209Z] #28 CACHED [2021-04-09T00:56:29.209Z] [2021-04-09T00:56:29.209Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-04-09T00:56:29.209Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df [2021-04-09T00:56:29.209Z] #19 CACHED [2021-04-09T00:56:29.209Z] [2021-04-09T00:56:29.209Z] #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-09T00:56:29.209Z] #51 sha256:1d42b0de3424888a4e0b714d7eb888af950952946ec0309926d5c6b89203006b [2021-04-09T00:56:29.209Z] #51 CACHED [2021-04-09T00:56:29.209Z] [2021-04-09T00:56:29.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-09T00:56:29.209Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-04-09T00:56:29.209Z] #11 CACHED [2021-04-09T00:56:29.209Z] [2021-04-09T00:56:29.209Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-04-09T00:56:29.209Z] #54 sha256:3d82a849253e04807d9d093c7723893167306d7a59cfe3c6440959c3e7925935 [2021-04-09T00:56:29.209Z] #54 CACHED [2021-04-09T00:56:29.209Z] [2021-04-09T00:56:29.209Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-04-09T00:56:29.209Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-04-09T00:56:29.209Z] #39 CACHED [2021-04-09T00:56:29.209Z] [2021-04-09T00:56:29.209Z] #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-09T00:56:29.209Z] #56 sha256:41e146bdf29d81808a06e2663919ac5280cce1cc8c798dab719f8e7369d2a36c [2021-04-09T00:56:29.209Z] #56 CACHED [2021-04-09T00:56:29.209Z] [2021-04-09T00:56:29.209Z] #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-09T00:56:29.209Z] #37 sha256:055cf2df7c34e3ef64f8295d89ef3e69f4e0c83e4f4c2248ab94ee5b86734cd8 [2021-04-09T00:56:29.209Z] #37 CACHED [2021-04-09T00:56:29.209Z] [2021-04-09T00:56:29.209Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-04-09T00:56:29.209Z] #41 sha256:fa6baa547fbb87025af415a666990703b8be164953181bb4a05a73ebfee88070 [2021-04-09T00:56:29.209Z] #41 CACHED [2021-04-09T00:56:29.209Z] [2021-04-09T00:56:29.209Z] #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-09T00:56:29.209Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-09T00:56:29.209Z] #42 CACHED [2021-04-09T00:56:29.209Z] [2021-04-09T00:56:29.209Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-04-09T00:56:29.209Z] #48 sha256:85dc7d16f4dca7781967f134089631ae4938f7f03583faf1d62c2a79773b7e85 [2021-04-09T00:56:29.209Z] #48 CACHED [2021-04-09T00:56:29.209Z] [2021-04-09T00:56:29.209Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-04-09T00:56:29.209Z] #25 sha256:f072a1e0ddd1350ad21059a49baccf2c3b51199bf11bdaa7f57546969b0c5522 [2021-04-09T00:56:29.209Z] #25 CACHED [2021-04-09T00:56:29.209Z] [2021-04-09T00:56:29.209Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-04-09T00:56:29.209Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-04-09T00:56:29.209Z] #63 CACHED [2021-04-09T00:56:29.209Z] [2021-04-09T00:56:29.209Z] #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-09T00:56:29.209Z] #47 sha256:069dd0517818eeb0d8000e39f1f196940e1d6a2454d5f0e01e5c5ef857798582 [2021-04-09T00:56:29.209Z] #47 CACHED [2021-04-09T00:56:29.209Z] [2021-04-09T00:56:29.209Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-04-09T00:56:29.209Z] #50 sha256:1bce93fbd41eb9aad37cc68e8f6c67450c99f568c9e9149eb474a3fa9e05bdea [2021-04-09T00:56:29.209Z] #50 CACHED [2021-04-09T00:56:29.209Z] [2021-04-09T00:56:29.209Z] #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-09T00:56:29.209Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-09T00:56:29.209Z] #43 CACHED [2021-04-09T00:56:29.209Z] [2021-04-09T00:56:29.209Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-04-09T00:56:29.209Z] #69 sha256:4c5ef1a9dedea01115a47b78883b66e703a77f91b224a27907b052376029f62e [2021-04-09T00:56:29.209Z] #69 CACHED [2021-04-09T00:56:29.209Z] [2021-04-09T00:56:29.209Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-04-09T00:56:29.209Z] #70 sha256:6c357305feaff4d4a34b60d3dc77b7fe9c9abda9da128500512828eacf0bb051 [2021-04-09T00:56:30.148Z] #70 DONE 1.0s [2021-04-09T00:56:30.148Z] [2021-04-09T00:56:30.148Z] #71 exporting to image [2021-04-09T00:56:30.148Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-04-09T00:56:30.148Z] #71 exporting layers [2021-04-09T00:56:31.087Z] #71 exporting layers 0.8s done [2021-04-09T00:56:31.087Z] #71 writing image sha256:18661da115f7d6d9ffae3644dfed65a39f5368318db4cebf869db545b978d9fe [2021-04-09T00:56:31.087Z] #71 writing image sha256:18661da115f7d6d9ffae3644dfed65a39f5368318db4cebf869db545b978d9fe done [2021-04-09T00:56:31.087Z] #71 naming to docker.io/library/docker:8d5caf49a185e369bda5bdde79ab8e07b3434ff2 done [2021-04-09T00:56:31.087Z] #71 DONE 1.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2021-04-09T00:56:31.431Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39846/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-39846/.git:/go/src/github.com/docker/docker/.git --name docker-pr67 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8d5caf49a185e369bda5bdde79ab8e07b3434ff2 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8d5caf49a185e369bda5bdde79ab8e07b3434ff2 hack/validate/default [2021-04-09T00:56:32.371Z] Congratulations! All commits are properly signed with the DCO! [2021-04-09T00:56:32.371Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2021-04-09T00:56:32.371Z] No api/types/ or api/swagger.yaml changes in diff. [2021-04-09T00:56:32.371Z] Congratulations! All TOML source files changed here have valid syntax. [2021-04-09T00:56:32.371Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2021-04-09T00:56:32.371Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2021-04-09T00:56:32.371Z] Congratulations! No new tests were added to integration-cli. [2021-04-09T00:56:32.371Z] [2021-04-09T00:56:32.371Z] INFO Start validation with golang-ci-lint [2021-04-09T00:56:32.631Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2021-04-09T00:56:32.631Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-04-09T00:56:32.631Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-04-09T00:56:36.882Z] Fetching without tags [2021-04-09T00:56:37.007Z] Fetching without tags [2021-04-09T00:56:37.129Z] Merging remotes/origin/master commit be95eae6d2d8d46860f305d417b868a8ac5fc151 into PR head commit 8f4b3b0ad41a5e3a29e57f0a8c55cb49e7a0b44f [2021-04-09T00:56:37.265Z] Merging remotes/origin/master commit be95eae6d2d8d46860f305d417b868a8ac5fc151 into PR head commit 8f4b3b0ad41a5e3a29e57f0a8c55cb49e7a0b44f [2021-04-09T00:56:36.936Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-09T00:56:36.941Z] > git config --add remote.origin.fetch +refs/pull/39846/head:refs/remotes/origin/PR-39846 # timeout=10 [2021-04-09T00:56:36.946Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-09T00:56:36.954Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-09T00:56:36.962Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-09T00:56:36.963Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-09T00:56:36.963Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/39846/head:refs/remotes/origin/PR-39846 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-09T00:56:37.220Z] > git config core.sparsecheckout # timeout=10 [2021-04-09T00:56:37.231Z] > git checkout -f 8f4b3b0ad41a5e3a29e57f0a8c55cb49e7a0b44f # timeout=10 [2021-04-09T00:56:36.851Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-09T00:56:36.854Z] > git config --add remote.origin.fetch +refs/pull/39846/head:refs/remotes/origin/PR-39846 # timeout=10 [2021-04-09T00:56:36.859Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-09T00:56:36.874Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-09T00:56:36.887Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-09T00:56:36.887Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-09T00:56:36.888Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/39846/head:refs/remotes/origin/PR-39846 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-09T00:56:37.131Z] > git config core.sparsecheckout # timeout=10 [2021-04-09T00:56:37.145Z] > git checkout -f 8f4b3b0ad41a5e3a29e57f0a8c55cb49e7a0b44f # timeout=10 [2021-04-09T00:56:38.107Z] Merge succeeded, producing 25a8987b38b427cda7800e86ba8445c85e8fe5c8 [2021-04-09T00:56:38.107Z] Checking out Revision 25a8987b38b427cda7800e86ba8445c85e8fe5c8 (PR-39846) [2021-04-09T00:56:38.158Z] Still waiting to schedule task [2021-04-09T00:56:38.158Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2021-04-09T00:56:38.183Z] Commit message: "Merge commit 'be95eae6d2d8d46860f305d417b868a8ac5fc151' into HEAD" [2021-04-09T00:56:38.203Z] First time build. Skipping changelog. [2021-04-09T00:56:38.229Z] Merge succeeded, producing 25a8987b38b427cda7800e86ba8445c85e8fe5c8 [2021-04-09T00:56:38.230Z] Checking out Revision 25a8987b38b427cda7800e86ba8445c85e8fe5c8 (PR-39846) [2021-04-09T00:56:38.306Z] Commit message: "Merge commit 'be95eae6d2d8d46860f305d417b868a8ac5fc151' into HEAD" [2021-04-09T00:56:38.410Z] Fetching without tags [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-04-09T00:56:38.728Z] Fetching without tags [2021-04-09T00:56:38.888Z] + docker version [2021-04-09T00:56:38.888Z] Client: Docker Engine - Community [2021-04-09T00:56:38.888Z] Version: 20.10.5 [2021-04-09T00:56:38.888Z] API version: 1.41 [2021-04-09T00:56:38.888Z] Go version: go1.13.15 [2021-04-09T00:56:38.888Z] Git commit: 55c4c88 [2021-04-09T00:56:38.888Z] Built: Tue Mar 2 20:18:20 2021 [2021-04-09T00:56:38.888Z] OS/Arch: linux/amd64 [2021-04-09T00:56:38.888Z] Context: default [2021-04-09T00:56:38.888Z] Experimental: true [2021-04-09T00:56:38.888Z] [2021-04-09T00:56:38.888Z] Server: Docker Engine - Community [2021-04-09T00:56:38.888Z] Engine: [2021-04-09T00:56:38.888Z] Version: 20.10.5 [2021-04-09T00:56:38.888Z] API version: 1.41 (minimum version 1.12) [2021-04-09T00:56:38.888Z] Go version: go1.13.15 [2021-04-09T00:56:38.888Z] Git commit: 363e9a8 [2021-04-09T00:56:38.888Z] Built: Tue Mar 2 20:16:15 2021 [2021-04-09T00:56:38.888Z] OS/Arch: linux/amd64 [2021-04-09T00:56:38.888Z] Experimental: true [2021-04-09T00:56:38.888Z] containerd: [2021-04-09T00:56:38.888Z] Version: 1.4.4 [2021-04-09T00:56:38.888Z] GitCommit: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-09T00:56:38.888Z] runc: [2021-04-09T00:56:38.888Z] Version: 1.0.0-rc93 [2021-04-09T00:56:38.888Z] GitCommit: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-09T00:56:38.888Z] docker-init: [2021-04-09T00:56:38.888Z] Version: 0.19.0 [2021-04-09T00:56:38.888Z] GitCommit: de40ad0 [Pipeline] sh [2021-04-09T00:56:38.974Z] + docker version [2021-04-09T00:56:38.974Z] Client: Docker Engine - Community [2021-04-09T00:56:38.974Z] Version: 20.10.5 [2021-04-09T00:56:38.974Z] API version: 1.41 [2021-04-09T00:56:38.974Z] Go version: go1.13.15 [2021-04-09T00:56:38.974Z] Git commit: 55c4c88 [2021-04-09T00:56:38.974Z] Built: Tue Mar 2 20:18:05 2021 [2021-04-09T00:56:38.974Z] OS/Arch: linux/amd64 [2021-04-09T00:56:38.974Z] Context: default [2021-04-09T00:56:38.974Z] Experimental: true [2021-04-09T00:56:38.974Z] [2021-04-09T00:56:38.974Z] Server: Docker Engine - Community [2021-04-09T00:56:38.974Z] Engine: [2021-04-09T00:56:38.974Z] Version: 20.10.5 [2021-04-09T00:56:38.974Z] API version: 1.41 (minimum version 1.12) [2021-04-09T00:56:38.974Z] Go version: go1.13.15 [2021-04-09T00:56:38.974Z] Git commit: 363e9a8 [2021-04-09T00:56:38.974Z] Built: Tue Mar 2 20:16:00 2021 [2021-04-09T00:56:38.974Z] OS/Arch: linux/amd64 [2021-04-09T00:56:38.974Z] Experimental: true [2021-04-09T00:56:38.974Z] containerd: [2021-04-09T00:56:38.974Z] Version: 1.4.4 [2021-04-09T00:56:38.974Z] GitCommit: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-09T00:56:38.974Z] runc: [2021-04-09T00:56:38.974Z] Version: 1.0.0-rc93 [2021-04-09T00:56:38.974Z] GitCommit: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-09T00:56:38.974Z] docker-init: [2021-04-09T00:56:38.974Z] Version: 0.19.0 [2021-04-09T00:56:38.974Z] GitCommit: de40ad0 [Pipeline] sh [2021-04-09T00:56:39.140Z] Merging remotes/origin/master commit be95eae6d2d8d46860f305d417b868a8ac5fc151 into PR head commit 8f4b3b0ad41a5e3a29e57f0a8c55cb49e7a0b44f [2021-04-09T00:56:39.158Z] + docker info [2021-04-09T00:56:37.667Z] > git remote # timeout=10 [2021-04-09T00:56:37.672Z] > git config --get remote.origin.url # timeout=10 [2021-04-09T00:56:37.678Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-09T00:56:37.679Z] > git merge be95eae6d2d8d46860f305d417b868a8ac5fc151 # timeout=10 [2021-04-09T00:56:38.177Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-09T00:56:38.185Z] > git config core.sparsecheckout # timeout=10 [2021-04-09T00:56:38.191Z] > git checkout -f 25a8987b38b427cda7800e86ba8445c85e8fe5c8 # timeout=10 [2021-04-09T00:56:37.574Z] > git remote # timeout=10 [2021-04-09T00:56:37.591Z] > git config --get remote.origin.url # timeout=10 [2021-04-09T00:56:37.596Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-09T00:56:37.597Z] > git merge be95eae6d2d8d46860f305d417b868a8ac5fc151 # timeout=10 [2021-04-09T00:56:38.086Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-09T00:56:38.109Z] > git config core.sparsecheckout # timeout=10 [2021-04-09T00:56:38.124Z] > git checkout -f 25a8987b38b427cda7800e86ba8445c85e8fe5c8 # timeout=10 [2021-04-09T00:56:38.188Z] > git rev-list --no-walk 1dcc3c693722fcf8862298bc58d88dfae2e873c2 # timeout=10 [2021-04-09T00:56:39.253Z] + docker info [2021-04-09T00:56:38.112Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-09T00:56:38.164Z] > git config --add remote.origin.fetch +refs/pull/39846/head:refs/remotes/origin/PR-39846 # timeout=10 [2021-04-09T00:56:38.210Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-09T00:56:38.326Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-09T00:56:38.442Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-09T00:56:38.442Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-09T00:56:38.444Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/39846/head:refs/remotes/origin/PR-39846 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-09T00:56:39.172Z] > git config core.sparsecheckout # timeout=10 [2021-04-09T00:56:39.220Z] > git checkout -f 8f4b3b0ad41a5e3a29e57f0a8c55cb49e7a0b44f # timeout=10 [2021-04-09T00:56:39.352Z] Fetching without tags [2021-04-09T00:56:39.498Z] Merging remotes/origin/master commit be95eae6d2d8d46860f305d417b868a8ac5fc151 into PR head commit 8f4b3b0ad41a5e3a29e57f0a8c55cb49e7a0b44f [2021-04-09T00:56:38.372Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-09T00:56:38.432Z] > git config --add remote.origin.fetch +refs/pull/39846/head:refs/remotes/origin/PR-39846 # timeout=10 [2021-04-09T00:56:38.491Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-09T00:56:38.624Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-09T00:56:38.765Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-09T00:56:38.765Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-09T00:56:38.768Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/39846/head:refs/remotes/origin/PR-39846 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-09T00:56:39.535Z] > git config core.sparsecheckout # timeout=10 [2021-04-09T00:56:39.593Z] > git checkout -f 8f4b3b0ad41a5e3a29e57f0a8c55cb49e7a0b44f # timeout=10 [2021-04-09T00:56:39.698Z] Merging remotes/origin/master commit be95eae6d2d8d46860f305d417b868a8ac5fc151 into PR head commit 8f4b3b0ad41a5e3a29e57f0a8c55cb49e7a0b44f [2021-04-09T00:56:39.718Z] Client: [2021-04-09T00:56:39.718Z] Context: default [2021-04-09T00:56:39.718Z] Debug Mode: false [2021-04-09T00:56:39.718Z] Plugins: [2021-04-09T00:56:39.718Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-04-09T00:56:39.718Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-04-09T00:56:39.718Z] [2021-04-09T00:56:39.718Z] Server: [2021-04-09T00:56:39.718Z] Containers: 0 [2021-04-09T00:56:39.718Z] Running: 0 [2021-04-09T00:56:39.718Z] Paused: 0 [2021-04-09T00:56:39.718Z] Stopped: 0 [2021-04-09T00:56:39.718Z] Images: 2 [2021-04-09T00:56:39.718Z] Server Version: 20.10.5 [2021-04-09T00:56:39.718Z] Storage Driver: overlay2 [2021-04-09T00:56:39.718Z] Backing Filesystem: extfs [2021-04-09T00:56:39.718Z] Supports d_type: true [2021-04-09T00:56:39.718Z] Native Overlay Diff: true [2021-04-09T00:56:39.718Z] Logging Driver: json-file [2021-04-09T00:56:39.718Z] Cgroup Driver: systemd [2021-04-09T00:56:39.718Z] Cgroup Version: 2 [2021-04-09T00:56:39.718Z] Plugins: [2021-04-09T00:56:39.718Z] Volume: local [2021-04-09T00:56:39.718Z] Network: bridge host ipvlan macvlan null overlay [2021-04-09T00:56:39.718Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-04-09T00:56:39.718Z] Swarm: inactive [2021-04-09T00:56:39.718Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-04-09T00:56:39.718Z] Default Runtime: runc [2021-04-09T00:56:39.718Z] Init Binary: docker-init [2021-04-09T00:56:39.718Z] containerd version: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-09T00:56:39.718Z] runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-09T00:56:39.718Z] init version: de40ad0 [2021-04-09T00:56:39.718Z] Security Options: [2021-04-09T00:56:39.718Z] apparmor [2021-04-09T00:56:39.718Z] seccomp [2021-04-09T00:56:39.718Z] Profile: default [2021-04-09T00:56:39.718Z] cgroupns [2021-04-09T00:56:39.718Z] Kernel Version: 5.4.0-1041-aws [2021-04-09T00:56:39.718Z] Operating System: Ubuntu 20.04.2 LTS [2021-04-09T00:56:39.718Z] OSType: linux [2021-04-09T00:56:39.718Z] Architecture: x86_64 [2021-04-09T00:56:39.718Z] CPUs: 2 [2021-04-09T00:56:39.718Z] Total Memory: 7.487GiB [2021-04-09T00:56:39.718Z] Name: ip-10-100-81-152 [2021-04-09T00:56:39.718Z] ID: XSCR:IMEW:U2PS:XHFP:UG4F:RXBB:XG3Q:ZRJE:MOFM:IVIM:YDU4:RNLR [2021-04-09T00:56:39.718Z] Docker Root Dir: /var/lib/docker [2021-04-09T00:56:39.718Z] Debug Mode: false [2021-04-09T00:56:39.718Z] Registry: https://index.docker.io/v1/ [2021-04-09T00:56:39.718Z] Labels: [2021-04-09T00:56:39.718Z] Experimental: true [2021-04-09T00:56:39.718Z] Insecure Registries: [2021-04-09T00:56:39.718Z] 127.0.0.0/8 [2021-04-09T00:56:39.718Z] Live Restore Enabled: true [2021-04-09T00:56:39.718Z] [2021-04-09T00:56:39.718Z] WARNING: Support for cgroup v2 is experimental [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-04-09T00:56:39.818Z] Client: [2021-04-09T00:56:39.818Z] Context: default [2021-04-09T00:56:39.818Z] Debug Mode: false [2021-04-09T00:56:39.818Z] Plugins: [2021-04-09T00:56:39.818Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-04-09T00:56:39.818Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-04-09T00:56:39.818Z] [2021-04-09T00:56:39.818Z] Server: [2021-04-09T00:56:39.818Z] Containers: 0 [2021-04-09T00:56:39.818Z] Running: 0 [2021-04-09T00:56:39.818Z] Paused: 0 [2021-04-09T00:56:39.818Z] Stopped: 0 [2021-04-09T00:56:39.818Z] Images: 3 [2021-04-09T00:56:39.818Z] Server Version: 20.10.5 [2021-04-09T00:56:39.818Z] Storage Driver: overlay2 [2021-04-09T00:56:39.818Z] Backing Filesystem: extfs [2021-04-09T00:56:39.818Z] Supports d_type: true [2021-04-09T00:56:39.818Z] Native Overlay Diff: true [2021-04-09T00:56:39.818Z] Logging Driver: json-file [2021-04-09T00:56:39.818Z] Cgroup Driver: cgroupfs [2021-04-09T00:56:39.818Z] Cgroup Version: 1 [2021-04-09T00:56:39.818Z] Plugins: [2021-04-09T00:56:39.818Z] Volume: local [2021-04-09T00:56:39.818Z] Network: bridge host ipvlan macvlan null overlay [2021-04-09T00:56:39.818Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-04-09T00:56:39.818Z] Swarm: inactive [2021-04-09T00:56:39.818Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-04-09T00:56:39.818Z] Default Runtime: runc [2021-04-09T00:56:39.818Z] Init Binary: docker-init [2021-04-09T00:56:39.818Z] containerd version: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-09T00:56:39.818Z] runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-09T00:56:39.818Z] init version: de40ad0 [2021-04-09T00:56:39.818Z] Security Options: [2021-04-09T00:56:39.818Z] apparmor [2021-04-09T00:56:39.818Z] seccomp [2021-04-09T00:56:39.818Z] Profile: default [2021-04-09T00:56:39.818Z] Kernel Version: 5.4.0-1041-aws [2021-04-09T00:56:39.818Z] Operating System: Ubuntu 18.04.5 LTS [2021-04-09T00:56:39.818Z] OSType: linux [2021-04-09T00:56:39.818Z] Architecture: x86_64 [2021-04-09T00:56:39.818Z] CPUs: 2 [2021-04-09T00:56:39.818Z] Total Memory: 7.487GiB [2021-04-09T00:56:39.818Z] Name: ip-10-100-98-122 [2021-04-09T00:56:39.818Z] ID: CCOO:B2L2:53RH:M56T:HCH4:FPBZ:EMUZ:R22X:GVEU:CYRY:U2HB:5I2B [2021-04-09T00:56:39.818Z] Docker Root Dir: /var/lib/docker [2021-04-09T00:56:39.818Z] Debug Mode: false [2021-04-09T00:56:39.818Z] Registry: https://index.docker.io/v1/ [2021-04-09T00:56:39.818Z] Labels: [2021-04-09T00:56:39.818Z] Experimental: true [2021-04-09T00:56:39.818Z] Insecure Registries: [2021-04-09T00:56:39.818Z] 127.0.0.0/8 [2021-04-09T00:56:39.818Z] Live Restore Enabled: true [2021-04-09T00:56:39.818Z] [2021-04-09T00:56:39.818Z] WARNING: No swap limit support [Pipeline] sh [2021-04-09T00:56:40.045Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:8d5caf49a185e369bda5bdde79ab8e07b3434ff2 . [2021-04-09T00:56:40.096Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-04-09T00:56:40.096Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-04-09T00:56:40.096Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-39846/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-04-09T00:56:40.096Z] + bash /home/ubuntu/workspace/moby_PR-39846/check-config.sh [2021-04-09T00:56:40.096Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-04-09T00:56:40.096Z] info: reading kernel config from /boot/config-5.4.0-1041-aws ... [2021-04-09T00:56:40.096Z] [2021-04-09T00:56:40.096Z] Generally Necessary: [2021-04-09T00:56:40.096Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-04-09T00:56:40.096Z] - apparmor: enabled and tools installed [2021-04-09T00:56:40.096Z] - CONFIG_NAMESPACES: enabled [2021-04-09T00:56:40.096Z] - CONFIG_NET_NS: enabled [2021-04-09T00:56:40.096Z] - CONFIG_PID_NS: enabled [2021-04-09T00:56:40.096Z] - CONFIG_IPC_NS: enabled [2021-04-09T00:56:40.096Z] - CONFIG_UTS_NS: enabled [2021-04-09T00:56:40.096Z] - CONFIG_CGROUPS: enabled [2021-04-09T00:56:40.096Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-04-09T00:56:40.096Z] - CONFIG_CGROUP_DEVICE: enabled [2021-04-09T00:56:40.096Z] - CONFIG_CGROUP_FREEZER: enabled [2021-04-09T00:56:40.096Z] - CONFIG_CGROUP_SCHED: enabled [2021-04-09T00:56:40.096Z] - CONFIG_CPUSETS: enabled [2021-04-09T00:56:40.096Z] - CONFIG_MEMCG: enabled [2021-04-09T00:56:40.096Z] - CONFIG_KEYS: enabled [2021-04-09T00:56:40.096Z] - CONFIG_VETH: enabled (as module) [2021-04-09T00:56:40.096Z] - CONFIG_BRIDGE: enabled (as module) [2021-04-09T00:56:40.096Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-04-09T00:56:40.096Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-04-09T00:56:40.096Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-04-09T00:56:40.096Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-04-09T00:56:40.096Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-04-09T00:56:40.096Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-04-09T00:56:40.096Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-04-09T00:56:40.096Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-04-09T00:56:40.096Z] - CONFIG_NF_NAT: enabled (as module) [2021-04-09T00:56:40.096Z] - CONFIG_POSIX_MQUEUE: enabled [2021-04-09T00:56:40.096Z] [2021-04-09T00:56:40.096Z] Optional Features: [2021-04-09T00:56:40.096Z] - CONFIG_USER_NS: enabled [2021-04-09T00:56:40.096Z] - CONFIG_SECCOMP: enabled [2021-04-09T00:56:40.096Z] - CONFIG_SECCOMP_FILTER: enabled [2021-04-09T00:56:40.096Z] - CONFIG_CGROUP_PIDS: enabled [2021-04-09T00:56:40.096Z] - CONFIG_MEMCG_SWAP: enabled [2021-04-09T00:56:40.096Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-04-09T00:56:40.096Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-04-09T00:56:40.096Z] - CONFIG_BLK_CGROUP: enabled [2021-04-09T00:56:40.096Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-04-09T00:56:40.096Z] - CONFIG_CGROUP_PERF: enabled [2021-04-09T00:56:40.096Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-04-09T00:56:40.096Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-04-09T00:56:40.096Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-04-09T00:56:40.300Z] #1 [internal] load build definition from Dockerfile [2021-04-09T00:56:40.300Z] #1 sha256:8a356ce307b33b0b313b991abbb8c9ed7915f088d7c02ee2c3d18fb60543adbd [2021-04-09T00:56:40.300Z] #1 transferring dockerfile: 17.07kB done [2021-04-09T00:56:40.300Z] #1 DONE 0.0s [2021-04-09T00:56:40.300Z] [2021-04-09T00:56:40.300Z] #2 [internal] load .dockerignore [2021-04-09T00:56:40.300Z] #2 sha256:53af06d4012dd15df2df41df5b9102535faffcf85ceb47083c07a6d11d12b6e9 [2021-04-09T00:56:40.300Z] #2 transferring context: 87B done [2021-04-09T00:56:40.300Z] #2 DONE 0.0s [2021-04-09T00:56:40.300Z] [2021-04-09T00:56:40.300Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-04-09T00:56:40.300Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-04-09T00:56:40.300Z] #3 DONE 0.1s [2021-04-09T00:56:40.300Z] [2021-04-09T00:56:40.300Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-04-09T00:56:40.300Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-04-09T00:56:40.300Z] #4 CACHED [2021-04-09T00:56:40.354Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-04-09T00:56:40.354Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-04-09T00:56:40.354Z] - CONFIG_RT_GROUP_SCHED: missing [2021-04-09T00:56:40.354Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-04-09T00:56:40.354Z] - CONFIG_IP_VS: enabled (as module) [2021-04-09T00:56:40.354Z] - CONFIG_IP_VS_NFCT: enabled [2021-04-09T00:56:40.354Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-04-09T00:56:40.354Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-04-09T00:56:40.354Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-04-09T00:56:40.354Z] - CONFIG_SECURITY_SELINUX: enabled [2021-04-09T00:56:40.354Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-04-09T00:56:40.354Z] - CONFIG_EXT4_FS: enabled [2021-04-09T00:56:40.354Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-04-09T00:56:40.354Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-04-09T00:56:40.354Z] - Network Drivers: [2021-04-09T00:56:40.354Z] - "overlay": [2021-04-09T00:56:40.354Z] - CONFIG_VXLAN: enabled (as module) [2021-04-09T00:56:40.354Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-04-09T00:56:40.354Z] Optional (for encrypted networks): [2021-04-09T00:56:40.354Z] - CONFIG_CRYPTO: enabled [2021-04-09T00:56:40.354Z] - CONFIG_CRYPTO_AEAD: enabled [2021-04-09T00:56:40.354Z] - CONFIG_CRYPTO_GCM: enabled [2021-04-09T00:56:40.354Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-04-09T00:56:40.354Z] - CONFIG_CRYPTO_GHASH: enabled [2021-04-09T00:56:40.354Z] - CONFIG_XFRM: enabled [2021-04-09T00:56:40.354Z] - CONFIG_XFRM_USER: enabled (as module) [2021-04-09T00:56:40.354Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-04-09T00:56:40.354Z] - CONFIG_INET_ESP: enabled (as module) [2021-04-09T00:56:40.354Z] - "ipvlan": [2021-04-09T00:56:40.354Z] - CONFIG_IPVLAN: enabled (as module) [2021-04-09T00:56:40.354Z] - "macvlan": [2021-04-09T00:56:40.354Z] - CONFIG_MACVLAN: enabled (as module) [2021-04-09T00:56:40.354Z] - CONFIG_DUMMY: enabled (as module) [2021-04-09T00:56:40.354Z] - "ftp,tftp client in container": [2021-04-09T00:56:40.354Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-04-09T00:56:40.354Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-04-09T00:56:40.354Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-04-09T00:56:40.354Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-04-09T00:56:40.354Z] - Storage Drivers: [2021-04-09T00:56:40.354Z] - "aufs": [2021-04-09T00:56:40.354Z] - CONFIG_AUFS_FS: enabled (as module) [2021-04-09T00:56:40.354Z] - "btrfs": [2021-04-09T00:56:40.354Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-04-09T00:56:40.354Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-04-09T00:56:40.354Z] - "devicemapper": [2021-04-09T00:56:40.354Z] - CONFIG_BLK_DEV_DM: enabled [2021-04-09T00:56:40.354Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-04-09T00:56:40.354Z] - "overlay": [2021-04-09T00:56:40.354Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-04-09T00:56:40.354Z] - "zfs": [2021-04-09T00:56:40.354Z] - /dev/zfs: present [2021-04-09T00:56:40.354Z] - zfs command: missing [2021-04-09T00:56:40.354Z] - zpool command: missing [2021-04-09T00:56:40.354Z] [2021-04-09T00:56:40.354Z] Limits: [2021-04-09T00:56:40.354Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-04-09T00:56:40.354Z] [2021-04-09T00:56:40.354Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-04-09T00:56:40.556Z] [2021-04-09T00:56:40.556Z] #6 [internal] load metadata for docker.io/library/debian:buster [2021-04-09T00:56:40.556Z] #6 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-04-09T00:56:40.556Z] #6 DONE 0.1s [2021-04-09T00:56:40.556Z] [2021-04-09T00:56:40.556Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-04-09T00:56:40.556Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-04-09T00:56:40.681Z] + sudo modprobe ip_vs [2021-04-09T00:56:40.681Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:8d5caf49a185e369bda5bdde79ab8e07b3434ff2 . [2021-04-09T00:56:40.812Z] #8 DONE 0.1s [2021-04-09T00:56:40.812Z] [2021-04-09T00:56:40.812Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-04-09T00:56:40.812Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-04-09T00:56:40.812Z] #7 DONE 0.1s [2021-04-09T00:56:40.812Z] [2021-04-09T00:56:40.812Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-04-09T00:56:40.812Z] #5 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-04-09T00:56:40.812Z] #5 DONE 0.1s [2021-04-09T00:56:40.943Z] #1 [internal] load build definition from Dockerfile [2021-04-09T00:56:40.943Z] #1 sha256:8c09857a6d11ef49918c02dbcad41c20bf1eab79c764efb9d532a13b5d948fb5 [2021-04-09T00:56:40.943Z] #1 transferring dockerfile: 17.07kB done [2021-04-09T00:56:40.943Z] #1 DONE 0.0s [2021-04-09T00:56:40.943Z] [2021-04-09T00:56:40.943Z] #2 [internal] load .dockerignore [2021-04-09T00:56:40.943Z] #2 sha256:22faf5b7e0d71368f9ce0010314bac23af7ea70a75b356c75b1f190a00dc9624 [2021-04-09T00:56:40.943Z] #2 transferring context: 87B done [2021-04-09T00:56:40.943Z] #2 DONE 0.0s [2021-04-09T00:56:40.943Z] [2021-04-09T00:56:40.943Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-04-09T00:56:40.943Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-04-09T00:56:41.067Z] [2021-04-09T00:56:41.067Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-04-09T00:56:41.068Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-04-09T00:56:41.068Z] #64 DONE 0.0s [2021-04-09T00:56:41.068Z] [2021-04-09T00:56:41.068Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:5c1daf79a2d6202cf1b80a80f522fa0aaec4dc1c0520135ed277627c12171c3b [2021-04-09T00:56:41.068Z] #26 sha256:53816807411efe1f35e19f1e99808535cd16125331b7e912d3ae84ebf9049cab [2021-04-09T00:56:41.068Z] #26 DONE 0.0s [2021-04-09T00:56:41.068Z] [2021-04-09T00:56:41.068Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-04-09T00:56:41.068Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-04-09T00:56:41.068Z] #62 DONE 0.0s [2021-04-09T00:56:41.068Z] [2021-04-09T00:56:41.068Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-09T00:56:41.068Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-04-09T00:56:41.068Z] #9 DONE 0.0s [2021-04-09T00:56:41.068Z] [2021-04-09T00:56:41.068Z] #23 [internal] load build context [2021-04-09T00:56:41.068Z] #23 sha256:14f6f47b65903ccd72f8f675dbc5121a6a5956c7bb677af331cd43c738b3987f [2021-04-09T00:56:39.330Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-09T00:56:39.334Z] > git config --add remote.origin.fetch +refs/pull/39846/head:refs/remotes/origin/PR-39846 # timeout=10 [2021-04-09T00:56:39.339Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-09T00:56:39.347Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-09T00:56:39.356Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-09T00:56:39.356Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-09T00:56:39.357Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/39846/head:refs/remotes/origin/PR-39846 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-09T00:56:39.702Z] > git config core.sparsecheckout # timeout=10 [2021-04-09T00:56:39.707Z] > git checkout -f 8f4b3b0ad41a5e3a29e57f0a8c55cb49e7a0b44f # timeout=10 [2021-04-09T00:56:40.648Z] > git remote # timeout=10 [2021-04-09T00:56:40.653Z] > git config --get remote.origin.url # timeout=10 [2021-04-09T00:56:40.658Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-09T00:56:40.659Z] > git merge be95eae6d2d8d46860f305d417b868a8ac5fc151 # timeout=10 [2021-04-09T00:56:41.201Z] #3 DONE 0.1s [2021-04-09T00:56:41.201Z] [2021-04-09T00:56:41.201Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-04-09T00:56:41.201Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-04-09T00:56:41.201Z] #4 CACHED [2021-04-09T00:56:41.431Z] Merge succeeded, producing ce5b86f931894ecd231b082251d97a5c80a5b6fd [2021-04-09T00:56:41.432Z] Checking out Revision ce5b86f931894ecd231b082251d97a5c80a5b6fd (PR-39846) [2021-04-09T00:56:41.459Z] [2021-04-09T00:56:41.459Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-04-09T00:56:41.459Z] #6 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-04-09T00:56:41.459Z] #6 DONE 0.1s [2021-04-09T00:56:41.459Z] [2021-04-09T00:56:41.459Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-04-09T00:56:41.459Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-04-09T00:56:41.459Z] #8 DONE 0.1s [2021-04-09T00:56:41.459Z] [2021-04-09T00:56:41.459Z] #5 [internal] load metadata for docker.io/library/debian:buster [2021-04-09T00:56:41.459Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-04-09T00:56:41.459Z] #5 DONE 0.1s [2021-04-09T00:56:41.459Z] [2021-04-09T00:56:41.459Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-04-09T00:56:41.459Z] #7 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-04-09T00:56:41.459Z] #7 DONE 0.1s [2021-04-09T00:56:41.497Z] Commit message: "Merge commit 'be95eae6d2d8d46860f305d417b868a8ac5fc151' into HEAD" [2021-04-09T00:56:41.505Z] First time build. Skipping changelog. [2021-04-09T00:56:41.718Z] [2021-04-09T00:56:41.718Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-04-09T00:56:41.718Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-04-09T00:56:41.718Z] #64 DONE 0.0s [2021-04-09T00:56:41.718Z] [2021-04-09T00:56:41.718Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-04-09T00:56:41.718Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-04-09T00:56:41.718Z] #62 DONE 0.0s [2021-04-09T00:56:41.718Z] [2021-04-09T00:56:41.718Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-09T00:56:41.718Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-04-09T00:56:41.718Z] #9 DONE 0.0s [2021-04-09T00:56:41.718Z] [2021-04-09T00:56:41.718Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:5c1daf79a2d6202cf1b80a80f522fa0aaec4dc1c0520135ed277627c12171c3b [2021-04-09T00:56:41.718Z] #26 sha256:53816807411efe1f35e19f1e99808535cd16125331b7e912d3ae84ebf9049cab [2021-04-09T00:56:41.718Z] #26 DONE 0.0s [2021-04-09T00:56:41.718Z] [2021-04-09T00:56:41.718Z] #23 [internal] load build context [2021-04-09T00:56:41.718Z] #23 sha256:51c780df22bb40f9d47a9c0ac6d0b30b8302a171779ae8375e168d849ef5a3e2 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-04-09T00:56:42.233Z] + docker version [2021-04-09T00:56:42.233Z] Client: Docker Engine - Community [2021-04-09T00:56:42.233Z] Version: 20.10.5 [2021-04-09T00:56:42.233Z] API version: 1.41 [2021-04-09T00:56:42.233Z] Go version: go1.13.15 [2021-04-09T00:56:42.233Z] Git commit: 55c4c88 [2021-04-09T00:56:42.233Z] Built: Tue Mar 2 20:19:31 2021 [2021-04-09T00:56:42.233Z] OS/Arch: linux/arm64 [2021-04-09T00:56:42.233Z] Context: default [2021-04-09T00:56:42.233Z] Experimental: true [2021-04-09T00:56:42.233Z] [2021-04-09T00:56:42.233Z] Server: Docker Engine - Community [2021-04-09T00:56:42.233Z] Engine: [2021-04-09T00:56:42.233Z] Version: 20.10.5 [2021-04-09T00:56:42.233Z] API version: 1.41 (minimum version 1.12) [2021-04-09T00:56:42.233Z] Go version: go1.13.15 [2021-04-09T00:56:42.233Z] Git commit: 363e9a8 [2021-04-09T00:56:42.233Z] Built: Tue Mar 2 20:17:22 2021 [2021-04-09T00:56:42.233Z] OS/Arch: linux/arm64 [2021-04-09T00:56:42.233Z] Experimental: true [2021-04-09T00:56:42.233Z] containerd: [2021-04-09T00:56:42.233Z] Version: 1.4.4 [2021-04-09T00:56:42.233Z] GitCommit: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-09T00:56:42.233Z] runc: [2021-04-09T00:56:42.233Z] Version: 1.0.0-rc93 [2021-04-09T00:56:42.233Z] GitCommit: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-09T00:56:42.233Z] docker-init: [2021-04-09T00:56:42.233Z] Version: 0.19.0 [2021-04-09T00:56:42.233Z] GitCommit: de40ad0 [Pipeline] sh [2021-04-09T00:56:42.443Z] #23 transferring context: 53.54MB 1.5s done [2021-04-09T00:56:42.443Z] #23 DONE 1.5s [2021-04-09T00:56:42.524Z] + docker info [2021-04-09T00:56:42.699Z] [2021-04-09T00:56:42.699Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-04-09T00:56:42.699Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df [2021-04-09T00:56:42.699Z] #19 CACHED [2021-04-09T00:56:42.699Z] [2021-04-09T00:56:42.699Z] #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-09T00:56:42.699Z] #24 sha256:4e88daa76e1c39b4397623eba08d785ea5abe6e67f038409c6f351bfd39a97e8 [2021-04-09T00:56:42.699Z] #24 CACHED [2021-04-09T00:56:42.699Z] [2021-04-09T00:56:42.699Z] #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-09T00:56:42.699Z] #27 sha256:fe0652333e9397ad75a464bf99138ad703d8648dbec0894f017deea5d88ff8f8 [2021-04-09T00:56:42.699Z] #27 CACHED [2021-04-09T00:56:42.699Z] [2021-04-09T00:56:42.699Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-04-09T00:56:42.699Z] #38 sha256:1cc1b10596f49e53b8b704bfaae8f4e0a4eb3b1a0d69d996f1fde31ed0d8dbaf [2021-04-09T00:56:42.699Z] #38 CACHED [2021-04-09T00:56:42.699Z] [2021-04-09T00:56:42.699Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-04-09T00:56:42.699Z] #48 sha256:3d649f1025ea83fb003774c96ac4431c921b9b3d337ebe86dcc7703ec91b5fe5 [2021-04-09T00:56:42.699Z] #48 CACHED [2021-04-09T00:56:42.699Z] [2021-04-09T00:56:42.699Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-04-09T00:56:42.699Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-04-09T00:56:42.699Z] #65 CACHED [2021-04-09T00:56:42.699Z] [2021-04-09T00:56:42.699Z] #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-09T00:56:42.699Z] #67 sha256:02d2e734f428ba579eb014c6fd13d269bb727d08cb5f5d730509acf5f5b55c2d [2021-04-09T00:56:42.699Z] #67 CACHED [2021-04-09T00:56:42.699Z] [2021-04-09T00:56:42.699Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-04-09T00:56:42.699Z] #61 sha256:25de68d692470f3bb750f284d8c60347ae3b60b089fe2b929cd7e4bf6c14cc68 [2021-04-09T00:56:42.699Z] #61 CACHED [2021-04-09T00:56:42.699Z] [2021-04-09T00:56:42.699Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-04-09T00:56:42.699Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6 [2021-04-09T00:56:42.699Z] #18 CACHED [2021-04-09T00:56:42.699Z] [2021-04-09T00:56:42.699Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-04-09T00:56:42.699Z] #66 sha256:67c8bbbab5e956161c1e307747c10cb9e9842a74a18b6e80a0efbaebb9c26a35 [2021-04-09T00:56:42.699Z] #66 CACHED [2021-04-09T00:56:42.699Z] [2021-04-09T00:56:42.699Z] #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-09T00:56:42.699Z] #34 sha256:8f3f4509de4545e6d15b473db4e13e76a066e1140dd1d5787e6611356bad6b99 [2021-04-09T00:56:42.699Z] #34 CACHED [2021-04-09T00:56:42.699Z] [2021-04-09T00:56:42.699Z] #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-09T00:56:42.699Z] #58 sha256:96038b1585ca3005fc1e657ea66f7e4559f7c7c22344c9982eb2a7478fd3dd56 [2021-04-09T00:56:42.699Z] #58 CACHED [2021-04-09T00:56:42.699Z] [2021-04-09T00:56:42.699Z] #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-09T00:56:42.699Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-04-09T00:56:42.699Z] #32 CACHED [2021-04-09T00:56:42.699Z] [2021-04-09T00:56:42.699Z] #35 [dev-systemd-false 13/26] COPY --from=tomll /build/ /usr/local/bin/ [2021-04-09T00:56:42.699Z] #35 sha256:ee37c9795352da99430b21dd16abeddcecc05c3ee18e0ac51542c0599e1f6f7e [2021-04-09T00:56:42.699Z] #35 CACHED [2021-04-09T00:56:42.699Z] [2021-04-09T00:56:42.699Z] #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-09T00:56:42.699Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-04-09T00:56:42.699Z] #55 CACHED [2021-04-09T00:56:42.699Z] [2021-04-09T00:56:42.699Z] #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-09T00:56:42.699Z] #53 sha256:21b16a8b5adfae8ee7fbff682944ca417c8c29ac8d49637012e545392340450c [2021-04-09T00:56:42.699Z] #53 CACHED [2021-04-09T00:56:42.699Z] [2021-04-09T00:56:42.699Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-04-09T00:56:42.699Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-04-09T00:56:42.699Z] #10 CACHED [2021-04-09T00:56:42.699Z] [2021-04-09T00:56:42.699Z] #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-09T00:56:42.699Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-09T00:56:42.699Z] #20 CACHED [2021-04-09T00:56:42.699Z] [2021-04-09T00:56:42.699Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-04-09T00:56:42.699Z] #30 sha256:8b5b27c340288e037c47bffe697bb829a14eee4b61348694f59ac5a7688702e3 [2021-04-09T00:56:42.699Z] #30 CACHED [2021-04-09T00:56:42.699Z] [2021-04-09T00:56:42.699Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-04-09T00:56:42.699Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac [2021-04-09T00:56:42.699Z] #16 CACHED [2021-04-09T00:56:42.699Z] [2021-04-09T00:56:42.699Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-04-09T00:56:42.699Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-04-09T00:56:42.699Z] #31 CACHED [2021-04-09T00:56:42.699Z] [2021-04-09T00:56:42.699Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-04-09T00:56:42.699Z] #50 sha256:2f4aa0f4f0757cea18268c7a27aea28034680fff07ed99b7e26c7bd0a74dbbfc [2021-04-09T00:56:42.699Z] #50 CACHED [2021-04-09T00:56:42.699Z] [2021-04-09T00:56:42.699Z] #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-09T00:56:42.699Z] #51 sha256:a67caa19be8dfabfea8b6b8c99ab33f4df52f83e4c052e0f35156c378528a942 [2021-04-09T00:56:42.699Z] #51 CACHED [2021-04-09T00:56:42.699Z] [2021-04-09T00:56:42.699Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-04-09T00:56:42.699Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-04-09T00:56:42.699Z] #39 CACHED [2021-04-09T00:56:42.699Z] [2021-04-09T00:56:42.699Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-04-09T00:56:42.699Z] #33 sha256:52811ea2661e3e8efb181327f22ffb003d8f22bffdb8e46295f8bc3a4886cf3f [2021-04-09T00:56:42.699Z] #33 CACHED [2021-04-09T00:56:42.699Z] [2021-04-09T00:56:42.699Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-04-09T00:56:42.699Z] #46 sha256:d6dfe53a6659c11cead9f7e19fc0199439d11dd22dd7c332844267d96b916b7f [2021-04-09T00:56:42.699Z] #46 CACHED [2021-04-09T00:56:42.699Z] [2021-04-09T00:56:42.699Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-04-09T00:56:42.699Z] #25 sha256:db8c5ccaccda93a6820f4cb6bc4f04addf41b1952d93f02860ad6ecdf3309ef4 [2021-04-09T00:56:42.699Z] #25 CACHED [2021-04-09T00:56:42.699Z] [2021-04-09T00:56:42.699Z] #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-09T00:56:42.699Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-09T00:56:42.699Z] #43 CACHED [2021-04-09T00:56:42.699Z] [2021-04-09T00:56:42.699Z] #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-09T00:56:42.699Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b [2021-04-09T00:56:42.699Z] #21 CACHED [2021-04-09T00:56:42.700Z] [2021-04-09T00:56:42.700Z] #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-09T00:56:42.700Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-09T00:56:42.700Z] #13 CACHED [2021-04-09T00:56:42.700Z] [2021-04-09T00:56:42.700Z] #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-09T00:56:42.700Z] #49 sha256:89b4367da5f00fa041e0389f3b2f30089266dd0905d4d201affe4b49f1008344 [2021-04-09T00:56:42.700Z] #49 CACHED [2021-04-09T00:56:42.700Z] [2021-04-09T00:56:42.700Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-04-09T00:56:42.700Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea [2021-04-09T00:56:42.700Z] #17 CACHED [2021-04-09T00:56:42.700Z] [2021-04-09T00:56:42.700Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-04-09T00:56:42.700Z] #60 sha256:c4412acf01f761d7a79218e9affb70e3cbb253c0817394408b1523ba07766bd8 [2021-04-09T00:56:42.700Z] #60 CACHED [2021-04-09T00:56:42.700Z] [2021-04-09T00:56:42.700Z] #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-09T00:56:42.700Z] #70 sha256:611e2254958baf607ccf1efb0388653dcd718ec247b0cf475f17641e749d125f [2021-04-09T00:56:42.700Z] #70 CACHED [2021-04-09T00:56:42.700Z] [2021-04-09T00:56:42.700Z] #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-09T00:56:42.700Z] #29 sha256:7193ad86d0189a20ea43721688b0ddf0db476655a3f4054f4104afc417551b6f [2021-04-09T00:56:42.700Z] #29 CACHED [2021-04-09T00:56:42.700Z] [2021-04-09T00:56:42.700Z] #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-09T00:56:42.700Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-04-09T00:56:42.700Z] #36 CACHED [2021-04-09T00:56:42.700Z] [2021-04-09T00:56:42.700Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-04-09T00:56:42.700Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-04-09T00:56:42.700Z] #63 CACHED [2021-04-09T00:56:42.700Z] [2021-04-09T00:56:42.700Z] #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-09T00:56:42.700Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9 [2021-04-09T00:56:42.700Z] #12 CACHED [2021-04-09T00:56:42.700Z] [2021-04-09T00:56:42.700Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-04-09T00:56:42.700Z] #22 sha256:d3d072c7ad06c7ad2d1dcde93b5cac7ddc54c670d77b2a23cb688256d2d63a3e [2021-04-09T00:56:42.700Z] #22 CACHED [2021-04-09T00:56:42.700Z] [2021-04-09T00:56:42.700Z] #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-09T00:56:42.700Z] #37 sha256:384b0ea5017f3a9c9cf6973fb2cf79698714c95099d8037af50bcd399cf70de7 [2021-04-09T00:56:42.700Z] #37 CACHED [2021-04-09T00:56:42.700Z] [2021-04-09T00:56:42.700Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-04-09T00:56:42.700Z] #28 sha256:f601f9812814c3438b1ce936027d1429e02abfbe1ab4ee19a6392d347861f1d0 [2021-04-09T00:56:42.700Z] #28 CACHED [2021-04-09T00:56:42.700Z] [2021-04-09T00:56:42.700Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-04-09T00:56:42.700Z] #41 sha256:f058d9bbef14f6a77e2d20965d8f6d9bac322812440d8a39a356d1f7cbabce2e [2021-04-09T00:56:42.700Z] #41 CACHED [2021-04-09T00:56:42.700Z] [2021-04-09T00:56:42.700Z] #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-09T00:56:42.700Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-04-09T00:56:42.700Z] #11 CACHED [2021-04-09T00:56:42.700Z] [2021-04-09T00:56:42.700Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-04-09T00:56:42.700Z] #68 sha256:b883a8d83af55867d713619f80b286a966e3ea99743627108cd561313e4b666d [2021-04-09T00:56:42.700Z] #68 CACHED [2021-04-09T00:56:42.700Z] [2021-04-09T00:56:42.700Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-04-09T00:56:42.700Z] #52 sha256:aa56d6e23d328d50e6e5742485d22f36b0bc7877614a69e891a55907e3edabcc [2021-04-09T00:56:42.700Z] #52 CACHED [2021-04-09T00:56:42.700Z] [2021-04-09T00:56:42.700Z] #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-09T00:56:42.700Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-04-09T00:56:42.700Z] #40 CACHED [2021-04-09T00:56:42.700Z] [2021-04-09T00:56:42.700Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-04-09T00:56:42.700Z] #57 sha256:1c40712d89585973a62dffbb0c0d618292e025b06af44469c1dce1e368f322b8 [2021-04-09T00:56:42.700Z] #57 CACHED [2021-04-09T00:56:42.700Z] [2021-04-09T00:56:42.700Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-04-09T00:56:42.700Z] #44 sha256:fd8f8632e05cac15d9b6321675aa7bada0639259b2856b4193ef1e11c0289eca [2021-04-09T00:56:42.700Z] #44 CACHED [2021-04-09T00:56:42.700Z] [2021-04-09T00:56:42.700Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-04-09T00:56:42.700Z] #69 sha256:f618e48380ce51d31fa04b812b836cb571d029e7cddac5680c0af95e14a94b25 [2021-04-09T00:56:42.700Z] #69 CACHED [2021-04-09T00:56:42.700Z] [2021-04-09T00:56:42.700Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-04-09T00:56:42.700Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815 [2021-04-09T00:56:42.700Z] #14 CACHED [2021-04-09T00:56:42.700Z] [2021-04-09T00:56:42.700Z] #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-09T00:56:42.700Z] #45 sha256:e74257b9e9ae75262c6959a506e4b2c6a3e54b3a1dda779a0fc5308ec0617a4a [2021-04-09T00:56:42.700Z] #45 CACHED [2021-04-09T00:56:42.700Z] [2021-04-09T00:56:42.700Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-04-09T00:56:42.700Z] #59 sha256:bdc9a99ad610ff405720aef1d42c1e6ce26ea4921c0505d928bd0354086b0f8a [2021-04-09T00:56:42.700Z] #59 CACHED [2021-04-09T00:56:42.700Z] [2021-04-09T00:56:42.700Z] #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-09T00:56:42.700Z] #56 sha256:3442c1d9227f28021d3d8aec3687754a9b9132ef031c6850ff039c7e4fb3e6de [2021-04-09T00:56:42.700Z] #56 CACHED [2021-04-09T00:56:42.700Z] [2021-04-09T00:56:42.700Z] #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-09T00:56:42.700Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-09T00:56:42.700Z] #42 CACHED [2021-04-09T00:56:42.700Z] [2021-04-09T00:56:42.700Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-04-09T00:56:42.700Z] #54 sha256:7f5e4a78a64df13dc49fdf126af644ec7b12061c040ba67514a798a4bf643edf [2021-04-09T00:56:42.700Z] #54 CACHED [2021-04-09T00:56:42.700Z] [2021-04-09T00:56:42.700Z] #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-09T00:56:42.700Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6 [2021-04-09T00:56:42.700Z] #15 CACHED [2021-04-09T00:56:42.700Z] [2021-04-09T00:56:42.700Z] #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-09T00:56:42.700Z] #47 sha256:c09cdbbe5372950b90b259fbffc372e679f7e87ed422945736593d694b4a7668 [2021-04-09T00:56:42.700Z] #47 CACHED [2021-04-09T00:56:42.700Z] [2021-04-09T00:56:42.700Z] #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-09T00:56:42.700Z] #71 sha256:996a01a19d1789117a32452eaf63f1255dd5248ade2cc185a9741a31b9b2627f [2021-04-09T00:56:42.700Z] #71 CACHED [2021-04-09T00:56:42.700Z] [2021-04-09T00:56:42.700Z] #72 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-04-09T00:56:42.700Z] #72 sha256:3969d87d895f4029f3eab74c34ccce258153b310286b05bf370f405a25b88e19 [2021-04-09T00:56:42.219Z] > git remote # timeout=10 [2021-04-09T00:56:42.268Z] > git config --get remote.origin.url # timeout=10 [2021-04-09T00:56:42.328Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-09T00:56:42.331Z] > git merge be95eae6d2d8d46860f305d417b868a8ac5fc151 # timeout=10 [2021-04-09T00:56:41.427Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-09T00:56:41.435Z] > git config core.sparsecheckout # timeout=10 [2021-04-09T00:56:41.442Z] > git checkout -f ce5b86f931894ecd231b082251d97a5c80a5b6fd # timeout=10 [2021-04-09T00:56:41.500Z] > git rev-list --no-walk 1dcc3c693722fcf8862298bc58d88dfae2e873c2 # timeout=10 [2021-04-09T00:56:43.121Z] #23 transferring context: 53.56MB 1.2s done [2021-04-09T00:56:43.121Z] #23 DONE 1.4s [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #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-09T00:56:43.121Z] #47 sha256:58b6ce1cfc5e22b6bc6cbfd5fb51a7fc231123e2c17d1ed0ba9b4b49c7bb8d1a [2021-04-09T00:56:43.121Z] #47 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-04-09T00:56:43.121Z] #33 sha256:3e0eca289dbd54f4c54d1946bc517a37a03ae0886928c6ee41fdf6ab3b01e944 [2021-04-09T00:56:43.121Z] #33 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #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-09T00:56:43.121Z] #49 sha256:8886190dfedad8dd401fe5a9dd54538ee067b3e85db8773b698977cf849b1728 [2021-04-09T00:56:43.121Z] #49 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #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-09T00:56:43.121Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-09T00:56:43.121Z] #43 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-04-09T00:56:43.121Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-04-09T00:56:43.121Z] #63 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-04-09T00:56:43.121Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-04-09T00:56:43.121Z] #10 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #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-09T00:56:43.121Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-09T00:56:43.121Z] #13 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #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-09T00:56:43.121Z] #58 sha256:4e0ccaf4499d648e9ff72eda0c71ef4388caf7fcedc9056f7c50d4232c9b68cc [2021-04-09T00:56:43.121Z] #58 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #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-09T00:56:43.121Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-04-09T00:56:43.121Z] #55 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-04-09T00:56:43.121Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea [2021-04-09T00:56:43.121Z] #17 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #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-09T00:56:43.121Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-04-09T00:56:43.121Z] #36 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-04-09T00:56:43.121Z] #60 sha256:39682db69fc04bbeac30a658024001fce4924b92001c0d45cad3d5015ab75e71 [2021-04-09T00:56:43.121Z] #60 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #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-09T00:56:43.121Z] #67 sha256:ccb0bc88f1775feab7b337bd8cd0a1c39baefbdd30335e4019e8e6802a2f1755 [2021-04-09T00:56:43.121Z] #67 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-04-09T00:56:43.121Z] #50 sha256:74c0cfe0751ece78a3d4c32e6a2328bf04f17e1a44262734303eca096f4d12fb [2021-04-09T00:56:43.121Z] #50 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-04-09T00:56:43.121Z] #22 sha256:d3d072c7ad06c7ad2d1dcde93b5cac7ddc54c670d77b2a23cb688256d2d63a3e [2021-04-09T00:56:43.121Z] #22 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-04-09T00:56:43.121Z] #46 sha256:5c7e0d4d85cc1b274be3590795eebac3b28b67ee2ecc270fa7f1a28e314c388a [2021-04-09T00:56:43.121Z] #46 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-04-09T00:56:43.121Z] #61 sha256:87024d3090d1ea30915ac52be2bcd393307ee0d4ea4af9f884fa1bff6b634546 [2021-04-09T00:56:43.121Z] #61 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-04-09T00:56:43.121Z] #30 sha256:3d812e5e99189b623c946cd8f726dbda4f80474f31042beace6f8328153c165d [2021-04-09T00:56:43.121Z] #30 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #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-09T00:56:43.121Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-04-09T00:56:43.121Z] #40 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #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-09T00:56:43.121Z] #34 sha256:873d777cc3538849cc309f1831ae53ccaab67e98f406ee87c45d6a7572cea3a3 [2021-04-09T00:56:43.121Z] #34 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-04-09T00:56:43.121Z] #52 sha256:6aa6eadbee209d78de8680dfe7e8fd1726bf6878df7c8cf9b866c2e48ece63ce [2021-04-09T00:56:43.121Z] #52 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-09T00:56:43.121Z] #56 sha256:25de18512c0debe2053fb6131105387ebf04b9f2d90984998958791cee019d4f [2021-04-09T00:56:43.121Z] #56 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #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-09T00:56:43.121Z] #53 sha256:745da63c6f60bd70f446c0cada0a04e95f79f05ab4002d0d2a7d182dffa8af56 [2021-04-09T00:56:43.121Z] #53 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #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-09T00:56:43.121Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-04-09T00:56:43.121Z] #11 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-04-09T00:56:43.121Z] #54 sha256:78ed8e1a0224ea98bb42c4d568fc3972442c3992daa0ca7324c79214012c57e9 [2021-04-09T00:56:43.121Z] #54 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-04-09T00:56:43.121Z] #28 sha256:4dfeeeb52225478804f4483f5a706c524755a7e1583b709d76a89af2dea26bf1 [2021-04-09T00:56:43.121Z] #28 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-04-09T00:56:43.121Z] #41 sha256:cea7d595e5cb7911c9d2deae30bb45eb0b6ee05d346caafb6292fe6d8f1196fd [2021-04-09T00:56:43.121Z] #41 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-04-09T00:56:43.121Z] #25 sha256:173ff5ee7b568a51acbc0972b4f2e0af2db86a235d2ad0d5b364419022c00b85 [2021-04-09T00:56:43.121Z] #25 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #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-09T00:56:43.121Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b [2021-04-09T00:56:43.121Z] #21 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-04-09T00:56:43.121Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6 [2021-04-09T00:56:43.121Z] #18 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #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-09T00:56:43.121Z] #37 sha256:f38050c6d9a454a4e3568da91c6c04000bdbccae88e734186c99f6282d160670 [2021-04-09T00:56:43.121Z] #37 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #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-09T00:56:43.121Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-04-09T00:56:43.121Z] #32 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #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-09T00:56:43.121Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6 [2021-04-09T00:56:43.121Z] #15 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-04-09T00:56:43.121Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-04-09T00:56:43.121Z] #39 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-04-09T00:56:43.121Z] #38 sha256:bd404fac4c7f285a5470f2d686c9187dfc4bfcb7bc3be346581145a42bad38ee [2021-04-09T00:56:43.121Z] #38 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-04-09T00:56:43.121Z] #57 sha256:e3778d31b21e29dea45ca3c60a2b149b8ee9bf23fb704d52436a5ff001a1dd5c [2021-04-09T00:56:43.121Z] #57 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-04-09T00:56:43.121Z] #68 sha256:c720262bff41c172ec4a0c04948ee75484bf40f43ba0d5b302ab965900c67140 [2021-04-09T00:56:43.121Z] #68 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #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-09T00:56:43.121Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9 [2021-04-09T00:56:43.121Z] #12 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-04-09T00:56:43.121Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac [2021-04-09T00:56:43.121Z] #16 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-04-09T00:56:43.121Z] #59 sha256:17241dae80dc40f481dce03d1c1540cae8e6c6de68b2ea9148bb1b400ab03115 [2021-04-09T00:56:43.121Z] #59 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-04-09T00:56:43.121Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df [2021-04-09T00:56:43.121Z] #19 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #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-09T00:56:43.121Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-09T00:56:43.121Z] #20 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-04-09T00:56:43.121Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-04-09T00:56:43.121Z] #31 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #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-09T00:56:43.121Z] #24 sha256:4327766337d4a973d67633459720b01bcfcb5dc40e80ccdf2d502ecd227c4029 [2021-04-09T00:56:43.121Z] #24 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-04-09T00:56:43.121Z] #44 sha256:8254c470c344ce4cc4198dc27357cf9d4571c6b6f928865820ef8ba9eacc0682 [2021-04-09T00:56:43.121Z] #44 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-04-09T00:56:43.121Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-04-09T00:56:43.121Z] #65 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-04-09T00:56:43.121Z] #66 sha256:5d1cb4b7d60d404740f5aba9eda2ed9b1180e224ae6e87e9be18001edabe77cd [2021-04-09T00:56:43.121Z] #66 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-04-09T00:56:43.121Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815 [2021-04-09T00:56:43.121Z] #14 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #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-09T00:56:43.121Z] #51 sha256:110fb189b0dca0e3b0c1af21a0637f6b3445daf306ec8d73a7b5c10812841eab [2021-04-09T00:56:43.121Z] #51 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-04-09T00:56:43.121Z] #48 sha256:2eef0b7caf78c055714a47146f2a07845b0360abb9d791783fc36f16901d0db6 [2021-04-09T00:56:43.121Z] #48 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #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-09T00:56:43.121Z] #29 sha256:16b604431b96b4f43161456f80fe2a6c19dbb37db156048b18ef646fdd6e7aca [2021-04-09T00:56:43.121Z] #29 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #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-09T00:56:43.121Z] #45 sha256:b0642456ba7806b75d1aac1730a153cca82e00dde6a994b054b9a1529e875334 [2021-04-09T00:56:43.121Z] #45 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #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-09T00:56:43.121Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-09T00:56:43.121Z] #42 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #35 [dev-systemd-false 13/26] COPY --from=tomll /build/ /usr/local/bin/ [2021-04-09T00:56:43.121Z] #35 sha256:29fa62ac4c6015316eb04579109f4563257869f5dcff90ac96a9842d8b7b45f0 [2021-04-09T00:56:43.121Z] #35 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #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-09T00:56:43.121Z] #27 sha256:fe0652333e9397ad75a464bf99138ad703d8648dbec0894f017deea5d88ff8f8 [2021-04-09T00:56:43.121Z] #27 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-04-09T00:56:43.121Z] #69 sha256:1237f49ce6a26f0d90b7b64141fe2432ce45c77773e22f8c22643349ef4dcf34 [2021-04-09T00:56:43.121Z] #69 CACHED [2021-04-09T00:56:43.121Z] [2021-04-09T00:56:43.121Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-04-09T00:56:43.121Z] #70 sha256:78797e569f968e6793e5578de9a5279132d18fc35afd016d2b47f554546dd4d4 [2021-04-09T00:56:43.283Z] Merge succeeded, producing dedcdcf7553a074feaa957e1c4031cf36e91af07 [2021-04-09T00:56:43.284Z] Checking out Revision dedcdcf7553a074feaa957e1c4031cf36e91af07 (PR-39846) [2021-04-09T00:56:42.774Z] > git remote # timeout=10 [2021-04-09T00:56:42.837Z] > git config --get remote.origin.url # timeout=10 [2021-04-09T00:56:42.894Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-09T00:56:42.896Z] > git merge be95eae6d2d8d46860f305d417b868a8ac5fc151 # timeout=10 [2021-04-09T00:56:43.468Z] Client: [2021-04-09T00:56:43.468Z] Context: default [2021-04-09T00:56:43.468Z] Debug Mode: false [2021-04-09T00:56:43.468Z] Plugins: [2021-04-09T00:56:43.468Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-04-09T00:56:43.468Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-04-09T00:56:43.468Z] [2021-04-09T00:56:43.468Z] Server: [2021-04-09T00:56:43.468Z] Containers: 0 [2021-04-09T00:56:43.468Z] Running: 0 [2021-04-09T00:56:43.468Z] Paused: 0 [2021-04-09T00:56:43.468Z] Stopped: 0 [2021-04-09T00:56:43.468Z] Images: 3 [2021-04-09T00:56:43.468Z] Server Version: 20.10.5 [2021-04-09T00:56:43.468Z] Storage Driver: overlay2 [2021-04-09T00:56:43.468Z] Backing Filesystem: extfs [2021-04-09T00:56:43.468Z] Supports d_type: true [2021-04-09T00:56:43.468Z] Native Overlay Diff: true [2021-04-09T00:56:43.468Z] Logging Driver: json-file [2021-04-09T00:56:43.468Z] Cgroup Driver: cgroupfs [2021-04-09T00:56:43.468Z] Cgroup Version: 1 [2021-04-09T00:56:43.468Z] Plugins: [2021-04-09T00:56:43.468Z] Volume: local [2021-04-09T00:56:43.468Z] Network: bridge host ipvlan macvlan null overlay [2021-04-09T00:56:43.468Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-04-09T00:56:43.468Z] Swarm: inactive [2021-04-09T00:56:43.468Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-04-09T00:56:43.468Z] Default Runtime: runc [2021-04-09T00:56:43.468Z] Init Binary: docker-init [2021-04-09T00:56:43.468Z] containerd version: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-09T00:56:43.468Z] runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-09T00:56:43.468Z] init version: de40ad0 [2021-04-09T00:56:43.468Z] Security Options: [2021-04-09T00:56:43.468Z] apparmor [2021-04-09T00:56:43.468Z] seccomp [2021-04-09T00:56:43.468Z] Profile: default [2021-04-09T00:56:43.468Z] Kernel Version: 5.4.0-1041-aws [2021-04-09T00:56:43.468Z] Operating System: Ubuntu 20.04.2 LTS [2021-04-09T00:56:43.468Z] OSType: linux [2021-04-09T00:56:43.468Z] Architecture: aarch64 [2021-04-09T00:56:43.468Z] CPUs: 4 [2021-04-09T00:56:43.468Z] Total Memory: 7.494GiB [2021-04-09T00:56:43.468Z] Name: ip-10-100-60-240 [2021-04-09T00:56:43.468Z] ID: BVXL:CDJC:ICN6:ER53:HAUW:WQSU:QT43:6BOW:3PZO:KHYE:NTNP:UAA4 [2021-04-09T00:56:43.468Z] Docker Root Dir: /var/lib/docker [2021-04-09T00:56:43.468Z] Debug Mode: false [2021-04-09T00:56:43.468Z] Registry: https://index.docker.io/v1/ [2021-04-09T00:56:43.468Z] Labels: [2021-04-09T00:56:43.468Z] Experimental: true [2021-04-09T00:56:43.468Z] Insecure Registries: [2021-04-09T00:56:43.468Z] 127.0.0.0/8 [2021-04-09T00:56:43.468Z] Live Restore Enabled: true [2021-04-09T00:56:43.468Z] [2021-04-09T00:56:43.468Z] WARNING: No swap limit support [Pipeline] sh [2021-04-09T00:56:43.591Z] Commit message: "Merge commit 'be95eae6d2d8d46860f305d417b868a8ac5fc151' into HEAD" [2021-04-09T00:56:43.626Z] Merge succeeded, producing 4dfa2291e40cfd1e0a6880b8d9e1e13691c67132 [2021-04-09T00:56:43.626Z] Checking out Revision 4dfa2291e40cfd1e0a6880b8d9e1e13691c67132 (PR-39846) [2021-04-09T00:56:43.628Z] #72 DONE 0.9s [2021-04-09T00:56:43.628Z] [2021-04-09T00:56:43.628Z] #73 exporting to image [2021-04-09T00:56:43.628Z] #73 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-04-09T00:56:43.628Z] #73 exporting layers [2021-04-09T00:56:43.723Z] First time build. Skipping changelog. [2021-04-09T00:56:43.760Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-04-09T00:56:43.760Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-04-09T00:56:43.760Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-39846/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-04-09T00:56:43.760Z] + bash /home/ubuntu/workspace/moby_PR-39846/check-config.sh [2021-04-09T00:56:43.760Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-04-09T00:56:43.760Z] info: reading kernel config from /boot/config-5.4.0-1041-aws ... [2021-04-09T00:56:43.760Z] [2021-04-09T00:56:43.760Z] Generally Necessary: [2021-04-09T00:56:43.760Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-04-09T00:56:43.760Z] - apparmor: enabled and tools installed [2021-04-09T00:56:43.760Z] - CONFIG_NAMESPACES: enabled [2021-04-09T00:56:43.760Z] - CONFIG_NET_NS: enabled [2021-04-09T00:56:43.760Z] - CONFIG_PID_NS: enabled [2021-04-09T00:56:43.760Z] - CONFIG_IPC_NS: enabled [2021-04-09T00:56:43.760Z] - CONFIG_UTS_NS: enabled [2021-04-09T00:56:43.760Z] - CONFIG_CGROUPS: enabled [2021-04-09T00:56:43.760Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-04-09T00:56:43.760Z] - CONFIG_CGROUP_DEVICE: enabled [2021-04-09T00:56:43.760Z] - CONFIG_CGROUP_FREEZER: enabled [2021-04-09T00:56:43.760Z] - CONFIG_CGROUP_SCHED: enabled [2021-04-09T00:56:43.760Z] - CONFIG_CPUSETS: enabled [2021-04-09T00:56:43.760Z] - CONFIG_MEMCG: enabled [2021-04-09T00:56:43.760Z] - CONFIG_KEYS: enabled [2021-04-09T00:56:43.760Z] - CONFIG_VETH: enabled (as module) [2021-04-09T00:56:43.760Z] - CONFIG_BRIDGE: enabled (as module) [2021-04-09T00:56:43.760Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-04-09T00:56:43.760Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-04-09T00:56:43.760Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-04-09T00:56:43.985Z] Commit message: "Merge commit 'be95eae6d2d8d46860f305d417b868a8ac5fc151' into HEAD" [2021-04-09T00:56:44.022Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-04-09T00:56:44.022Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-04-09T00:56:44.022Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-04-09T00:56:44.022Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-04-09T00:56:44.022Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-04-09T00:56:44.022Z] - CONFIG_NF_NAT: enabled (as module) [2021-04-09T00:56:44.022Z] - CONFIG_POSIX_MQUEUE: enabled [2021-04-09T00:56:44.022Z] [2021-04-09T00:56:44.022Z] Optional Features: [2021-04-09T00:56:44.022Z] - CONFIG_USER_NS: enabled [2021-04-09T00:56:44.022Z] - CONFIG_SECCOMP: enabled [2021-04-09T00:56:44.022Z] - CONFIG_SECCOMP_FILTER: enabled [2021-04-09T00:56:44.022Z] - CONFIG_CGROUP_PIDS: enabled [2021-04-09T00:56:44.022Z] - CONFIG_MEMCG_SWAP: enabled [2021-04-09T00:56:44.022Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-04-09T00:56:44.022Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-04-09T00:56:44.022Z] - CONFIG_BLK_CGROUP: enabled [2021-04-09T00:56:44.022Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-04-09T00:56:44.022Z] - CONFIG_CGROUP_PERF: enabled [2021-04-09T00:56:44.022Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-04-09T00:56:44.022Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-04-09T00:56:44.022Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-04-09T00:56:44.022Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-04-09T00:56:44.022Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-04-09T00:56:44.057Z] #70 DONE 1.0s [2021-04-09T00:56:44.057Z] [2021-04-09T00:56:44.057Z] #71 exporting to image [2021-04-09T00:56:44.057Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-04-09T00:56:44.057Z] #71 exporting layers [2021-04-09T00:56:44.120Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [2021-04-09T00:56:44.189Z] #73 exporting layers 0.8s done [2021-04-09T00:56:44.189Z] #73 writing image sha256:8068fd8708f8a443c30e8602fa3a5fcc2358a0460aaac6a313022dec6583201f [2021-04-09T00:56:44.189Z] #73 writing image sha256:8068fd8708f8a443c30e8602fa3a5fcc2358a0460aaac6a313022dec6583201f done [2021-04-09T00:56:44.189Z] #73 naming to docker.io/library/docker:8d5caf49a185e369bda5bdde79ab8e07b3434ff2 done [2021-04-09T00:56:44.189Z] #73 DONE 0.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] sh [2021-04-09T00:56:44.284Z] - CONFIG_RT_GROUP_SCHED: missing [2021-04-09T00:56:44.284Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-04-09T00:56:44.284Z] - CONFIG_IP_VS: enabled (as module) [2021-04-09T00:56:44.284Z] - CONFIG_IP_VS_NFCT: enabled [2021-04-09T00:56:44.284Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-04-09T00:56:44.284Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-04-09T00:56:44.284Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-04-09T00:56:44.284Z] - CONFIG_SECURITY_SELINUX: enabled [2021-04-09T00:56:44.284Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-04-09T00:56:44.284Z] - CONFIG_EXT4_FS: enabled [2021-04-09T00:56:44.284Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-04-09T00:56:44.284Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-04-09T00:56:44.284Z] - Network Drivers: [2021-04-09T00:56:44.284Z] - "overlay": [2021-04-09T00:56:44.284Z] - CONFIG_VXLAN: enabled (as module) [2021-04-09T00:56:44.284Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-04-09T00:56:44.284Z] Optional (for encrypted networks): [2021-04-09T00:56:44.284Z] - CONFIG_CRYPTO: enabled [2021-04-09T00:56:44.284Z] - CONFIG_CRYPTO_AEAD: enabled [2021-04-09T00:56:44.284Z] - CONFIG_CRYPTO_GCM: enabled [2021-04-09T00:56:44.284Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-04-09T00:56:44.284Z] - CONFIG_CRYPTO_GHASH: enabled [2021-04-09T00:56:44.284Z] - CONFIG_XFRM: enabled [2021-04-09T00:56:44.284Z] - CONFIG_XFRM_USER: enabled (as module) [2021-04-09T00:56:44.284Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-04-09T00:56:44.284Z] - CONFIG_INET_ESP: enabled (as module) [2021-04-09T00:56:44.284Z] - "ipvlan": [2021-04-09T00:56:44.546Z] - CONFIG_IPVLAN: enabled (as module) [2021-04-09T00:56:44.546Z] - "macvlan": [2021-04-09T00:56:44.546Z] - CONFIG_MACVLAN: enabled (as module) [2021-04-09T00:56:44.546Z] - CONFIG_DUMMY: enabled (as module) [2021-04-09T00:56:44.546Z] - "ftp,tftp client in container": [2021-04-09T00:56:44.546Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-04-09T00:56:44.546Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-04-09T00:56:44.546Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-04-09T00:56:44.546Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-04-09T00:56:44.546Z] - Storage Drivers: [2021-04-09T00:56:44.546Z] - "aufs": [2021-04-09T00:56:44.546Z] - CONFIG_AUFS_FS: enabled (as module) [2021-04-09T00:56:44.546Z] - "btrfs": [2021-04-09T00:56:44.546Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-04-09T00:56:44.546Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-04-09T00:56:44.546Z] - "devicemapper": [2021-04-09T00:56:44.546Z] - CONFIG_BLK_DEV_DM: enabled [2021-04-09T00:56:44.546Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-04-09T00:56:44.546Z] - "overlay": [2021-04-09T00:56:44.546Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-04-09T00:56:44.546Z] - "zfs": [2021-04-09T00:56:44.546Z] - /dev/zfs: present [2021-04-09T00:56:44.546Z] - zfs command: missing [2021-04-09T00:56:44.546Z] - zpool command: missing [2021-04-09T00:56:44.546Z] [2021-04-09T00:56:44.546Z] Limits: [2021-04-09T00:56:44.546Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-04-09T00:56:44.546Z] [2021-04-09T00:56:44.546Z] + true [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-04-09T00:56:43.194Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2021-04-09T00:56:43.315Z] > git config core.sparsecheckout # timeout=10 [2021-04-09T00:56:43.361Z] > git checkout -f dedcdcf7553a074feaa957e1c4031cf36e91af07 # timeout=10 [2021-04-09T00:56:43.623Z] > git rev-list --no-walk 1dcc3c693722fcf8862298bc58d88dfae2e873c2 # timeout=10 [2021-04-09T00:56:44.992Z] #71 exporting layers 0.7s done [2021-04-09T00:56:44.992Z] #71 writing image sha256:00a237da3e8b32aadc4db40cd1819c28a2f4152c0e60fc6c24428908dddf7c38 done [2021-04-09T00:56:44.992Z] #71 naming to docker.io/library/docker:8d5caf49a185e369bda5bdde79ab8e07b3434ff2 done [2021-04-09T00:56:44.992Z] #71 DONE 0.8s [2021-04-09T00:56:45.002Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39846/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr67 -e DOCKER_GITCOMMIT=8d5caf49a185e369bda5bdde79ab8e07b3434ff2 -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:8d5caf49a185e369bda5bdde79ab8e07b3434ff2 hack/make.sh dynbinary test-integration [2021-04-09T00:56:45.051Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:8d5caf49a185e369bda5bdde79ab8e07b3434ff2 . [2021-04-09T00:56:45.118Z] + docker version [2021-04-09T00:56:45.118Z] Client: Mirantis Container Runtime [2021-04-09T00:56:45.118Z] Version: 20.10.0 [2021-04-09T00:56:45.118Z] API version: 1.41 [2021-04-09T00:56:45.118Z] Go version: go1.13.15 [2021-04-09T00:56:45.118Z] Git commit: 6ee42dc [2021-04-09T00:56:45.118Z] Built: 03/11/2021 13:24:56 [2021-04-09T00:56:45.118Z] OS/Arch: windows/amd64 [2021-04-09T00:56:45.118Z] Context: default [2021-04-09T00:56:45.118Z] Experimental: true [2021-04-09T00:56:45.118Z] [2021-04-09T00:56:45.118Z] Server: Mirantis Container Runtime [2021-04-09T00:56:45.118Z] Engine: [2021-04-09T00:56:45.118Z] Version: 20.10.0 [2021-04-09T00:56:45.118Z] API version: 1.41 (minimum version 1.24) [2021-04-09T00:56:45.118Z] Go version: go1.13.15 [2021-04-09T00:56:45.118Z] Git commit: 1e08f21e79 [2021-04-09T00:56:45.118Z] Built: 03/11/2021 13:23:32 [2021-04-09T00:56:45.118Z] OS/Arch: windows/amd64 [2021-04-09T00:56:45.118Z] Experimental: true [2021-04-09T00:56:43.521Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2021-04-09T00:56:43.662Z] > git config core.sparsecheckout # timeout=10 [2021-04-09T00:56:43.728Z] > git checkout -f 4dfa2291e40cfd1e0a6880b8d9e1e13691c67132 # timeout=10 [2021-04-09T00:56:44.022Z] > git rev-list --no-walk 1dcc3c693722fcf8862298bc58d88dfae2e873c2 # timeout=10 [Pipeline] } [Pipeline] sh [2021-04-09T00:56:45.568Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2021-04-09T00:56:45.568Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2021-04-09T00:56:45.568Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2021-04-09T00:56:45.568Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2021-04-09T00:56:45.568Z] 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-09T00:56:45.568Z] Detected virtualization docker. [2021-04-09T00:56:45.568Z] Detected architecture x86-64. [2021-04-09T00:56:45.568Z] Set hostname to <4e75555c6f1e>. [Pipeline] // stage [2021-04-09T00:56:45.743Z] + docker version [2021-04-09T00:56:45.743Z] Client: Docker Engine - Enterprise [2021-04-09T00:56:45.743Z] Version: 19.03.12 [2021-04-09T00:56:45.743Z] API version: 1.40 [2021-04-09T00:56:45.743Z] Go version: go1.13.13 [2021-04-09T00:56:45.743Z] Git commit: 4306744 [2021-04-09T00:56:45.743Z] Built: 08/05/2020 19:27:53 [2021-04-09T00:56:45.743Z] OS/Arch: windows/amd64 [2021-04-09T00:56:45.743Z] Experimental: false [2021-04-09T00:56:45.743Z] [2021-04-09T00:56:45.743Z] Server: Docker Engine - Enterprise [2021-04-09T00:56:45.743Z] Engine: [2021-04-09T00:56:45.743Z] Version: 19.03.12 [2021-04-09T00:56:45.743Z] API version: 1.40 (minimum version 1.24) [2021-04-09T00:56:45.743Z] Go version: go1.13.13 [2021-04-09T00:56:45.743Z] Git commit: f295753ffd [2021-04-09T00:56:45.743Z] Built: 08/05/2020 19:26:41 [2021-04-09T00:56:45.743Z] OS/Arch: windows/amd64 [2021-04-09T00:56:45.743Z] Experimental: true [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [Pipeline] sh [2021-04-09T00:56:46.056Z] + trap exit INT TERM [2021-04-09T00:56:46.056Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2021-04-09T00:56:46.056Z] + CONTAINER_NAME=docker-pr67 [2021-04-09T00:56:46.056Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39846/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-39846/.git:/go/src/github.com/docker/docker/.git --name docker-pr67-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8d5caf49a185e369bda5bdde79ab8e07b3434ff2 -e DOCKER_GRAPHDRIVER docker:8d5caf49a185e369bda5bdde79ab8e07b3434ff2 hack/make.sh dynbinary-daemon [2021-04-09T00:56:46.134Z] + source /etc/docker-entrypoint-cmd [2021-04-09T00:56:46.134Z] ++ hack/make.sh dynbinary test-integration [2021-04-09T00:56:46.134Z] [2021-04-09T00:56:46.169Z] + docker info [2021-04-09T00:56:46.389Z] Removing bundles/ [2021-04-09T00:56:46.389Z] [2021-04-09T00:56:46.389Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-04-09T00:56:46.389Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-04-09T00:56:46.389Z] GOOS="" GOARCH="" GOARM="" [2021-04-09T00:56:46.624Z] [2021-04-09T00:56:46.624Z] Removing bundles/ [2021-04-09T00:56:46.624Z] [2021-04-09T00:56:46.624Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2021-04-09T00:56:46.624Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-04-09T00:56:46.624Z] GOOS="" GOARCH="" GOARM="" [2021-04-09T00:56:46.795Z] + docker info [2021-04-09T00:56:47.131Z] Client: [2021-04-09T00:56:47.131Z] Context: default [2021-04-09T00:56:47.131Z] Debug Mode: false [2021-04-09T00:56:47.131Z] Plugins: [2021-04-09T00:56:47.131Z] app: Docker Application (Docker Inc., v0.8.0) [2021-04-09T00:56:47.131Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2021-04-09T00:56:47.131Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2021-04-09T00:56:47.131Z] [2021-04-09T00:56:47.131Z] Server: [2021-04-09T00:56:47.131Z] Containers: 0 [2021-04-09T00:56:47.131Z] Running: 0 [2021-04-09T00:56:47.131Z] Paused: 0 [2021-04-09T00:56:47.131Z] Stopped: 0 [2021-04-09T00:56:47.131Z] Images: 10 [2021-04-09T00:56:47.131Z] Server Version: 20.10.0 [2021-04-09T00:56:47.131Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-04-09T00:56:47.131Z] Windows: [2021-04-09T00:56:47.131Z] LCOW: [2021-04-09T00:56:47.131Z] Logging Driver: json-file [2021-04-09T00:56:47.131Z] Plugins: [2021-04-09T00:56:47.131Z] Volume: local [2021-04-09T00:56:47.131Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-04-09T00:56:47.131Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-04-09T00:56:47.131Z] Swarm: inactive [2021-04-09T00:56:47.131Z] Default Isolation: process [2021-04-09T00:56:47.131Z] Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600) [2021-04-09T00:56:47.131Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1) [2021-04-09T00:56:47.131Z] OSType: windows [2021-04-09T00:56:47.131Z] Architecture: x86_64 [2021-04-09T00:56:47.131Z] CPUs: 4 [2021-04-09T00:56:47.131Z] Total Memory: 32GiB [2021-04-09T00:56:47.131Z] Name: azwin-2-361f90 [2021-04-09T00:56:47.131Z] ID: HIW7:RJDB:LAOZ:BJYL:XAN5:UZSY:3HLA:IGW5:APOR:JIRV:4S77:NKO6 [2021-04-09T00:56:47.131Z] Docker Root Dir: D:\docker [2021-04-09T00:56:47.131Z] Debug Mode: false [2021-04-09T00:56:47.131Z] Registry: https://index.docker.io/v1/ [2021-04-09T00:56:47.131Z] Labels: [2021-04-09T00:56:47.131Z] Experimental: true [2021-04-09T00:56:47.131Z] Insecure Registries: [2021-04-09T00:56:47.131Z] 10.0.0.4:5000 [2021-04-09T00:56:47.131Z] 127.0.0.0/8 [2021-04-09T00:56:47.131Z] Registry Mirrors: [2021-04-09T00:56:47.131Z] http://10.0.0.4:5000/ [2021-04-09T00:56:47.131Z] Live Restore Enabled: false [2021-04-09T00:56:47.131Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2021-04-09T00:56:47.606Z] #1 [internal] load build definition from Dockerfile [2021-04-09T00:56:47.606Z] #1 sha256:6481a0530c3753dc04199082bad05df18976cc978976193ea106df62c4bb86c9 [2021-04-09T00:56:47.606Z] #1 transferring dockerfile: 17.07kB done [2021-04-09T00:56:47.606Z] #1 DONE 0.0s [2021-04-09T00:56:47.867Z] [2021-04-09T00:56:47.867Z] #2 [internal] load .dockerignore [2021-04-09T00:56:47.867Z] #2 sha256:e270fdf26bfb743f49d7cd7e0e6ed299e1407a8f6a8cd70a9aeca51dcb784967 [2021-04-09T00:56:47.867Z] #2 transferring context: 87B done [2021-04-09T00:56:47.867Z] #2 DONE 0.0s [2021-04-09T00:56:48.354Z] Client: [2021-04-09T00:56:48.354Z] Debug Mode: false [2021-04-09T00:56:48.354Z] Plugins: [2021-04-09T00:56:48.354Z] cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0) [2021-04-09T00:56:48.354Z] [2021-04-09T00:56:48.354Z] Server: [2021-04-09T00:56:48.354Z] Containers: 0 [2021-04-09T00:56:48.354Z] Running: 0 [2021-04-09T00:56:48.354Z] Paused: 0 [2021-04-09T00:56:48.354Z] Stopped: 0 [2021-04-09T00:56:48.354Z] Images: 10 [2021-04-09T00:56:48.354Z] Server Version: 19.03.12 [2021-04-09T00:56:48.354Z] Storage Driver: lcow (linux) windowsfilter (windows) [2021-04-09T00:56:48.354Z] LCOW: [2021-04-09T00:56:48.354Z] Windows: [2021-04-09T00:56:48.354Z] Logging Driver: json-file [2021-04-09T00:56:48.354Z] Plugins: [2021-04-09T00:56:48.354Z] Volume: local [2021-04-09T00:56:48.354Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-04-09T00:56:48.354Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-04-09T00:56:48.354Z] Swarm: inactive [2021-04-09T00:56:48.354Z] Default Isolation: process [2021-04-09T00:56:48.354Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-04-09T00:56:48.354Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1757) [2021-04-09T00:56:48.354Z] OSType: windows [2021-04-09T00:56:48.354Z] Architecture: x86_64 [2021-04-09T00:56:48.354Z] CPUs: 4 [2021-04-09T00:56:48.354Z] Total Memory: 32GiB [2021-04-09T00:56:48.354Z] Name: azwin-2-d13fe0 [2021-04-09T00:56:48.354Z] ID: WN5Z:FHZS:DLL2:44FT:5VQE:5IBG:D3OX:ZQY2:XHHE:F6GE:ORMY:IJ6Q [2021-04-09T00:56:48.354Z] Docker Root Dir: D:\docker [2021-04-09T00:56:48.354Z] Debug Mode: false [2021-04-09T00:56:48.354Z] Registry: https://index.docker.io/v1/ [2021-04-09T00:56:48.354Z] Labels: [2021-04-09T00:56:48.354Z] Experimental: true [2021-04-09T00:56:48.354Z] Insecure Registries: [2021-04-09T00:56:48.354Z] 10.0.0.4:5000 [2021-04-09T00:56:48.354Z] 127.0.0.0/8 [2021-04-09T00:56:48.354Z] Registry Mirrors: [2021-04-09T00:56:48.354Z] http://10.0.0.4:5000/ [2021-04-09T00:56:48.354Z] Live Restore Enabled: false [2021-04-09T00:56:48.354Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2021-04-09T00:56:48.813Z] [2021-04-09T00:56:48.813Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-04-09T00:56:48.813Z] #3 sha256:294a0880f468e89a28a1e5e4d13ea717bf9a656005ccb802a8dcbf12ae5d5949 [2021-04-09T00:56:48.813Z] #3 DONE 0.2s [2021-04-09T00:56:48.813Z] [2021-04-09T00:56:48.813Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-04-09T00:56:48.813Z] #4 sha256:08363c8751d4545d25bea104f7e51e11696d0e0abf10a017a959436e69805043 [2021-04-09T00:56:48.813Z] #4 CACHED [2021-04-09T00:56:49.759Z] [2021-04-09T00:56:49.759Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-04-09T00:56:49.759Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-04-09T00:56:49.759Z] #7 ... [2021-04-09T00:56:49.759Z] [2021-04-09T00:56:49.759Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-04-09T00:56:49.759Z] #5 sha256:0ff4d7102a8b2da8074784734c04086c33174d81a15b9d3c7333eecc02eac4f0 [2021-04-09T00:56:49.759Z] #5 DONE 0.1s [2021-04-09T00:56:49.759Z] [2021-04-09T00:56:49.759Z] #6 [internal] load metadata for docker.io/library/debian:buster [2021-04-09T00:56:49.759Z] #6 sha256:f1b65f84b73951f42780ae75c92800bded73658353301e79e5dc186186c67a6c [2021-04-09T00:56:49.759Z] #6 DONE 0.1s [2021-04-09T00:56:49.759Z] [2021-04-09T00:56:49.759Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-04-09T00:56:49.759Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-04-09T00:56:49.759Z] #8 DONE 0.1s [2021-04-09T00:56:49.759Z] [2021-04-09T00:56:49.759Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-04-09T00:56:49.759Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-04-09T00:56:49.759Z] #7 DONE 0.1s [2021-04-09T00:56:50.339Z] [2021-04-09T00:56:50.339Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-04-09T00:56:50.339Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-04-09T00:56:50.339Z] #64 DONE 0.0s [2021-04-09T00:56:50.339Z] [2021-04-09T00:56:50.339Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-04-09T00:56:50.339Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-04-09T00:56:50.339Z] #62 DONE 0.0s [2021-04-09T00:56:50.339Z] [2021-04-09T00:56:50.339Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-09T00:56:50.339Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-04-09T00:56:50.339Z] #9 DONE 0.0s [2021-04-09T00:56:50.339Z] [2021-04-09T00:56:50.339Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:5c1daf79a2d6202cf1b80a80f522fa0aaec4dc1c0520135ed277627c12171c3b [2021-04-09T00:56:50.339Z] #26 sha256:57373d627fc10d0b115e682739129cb5d3dbf5736835e2210a41d400372eae02 [2021-04-09T00:56:50.339Z] #26 DONE 0.0s [2021-04-09T00:56:50.339Z] [2021-04-09T00:56:50.339Z] #23 [internal] load build context [2021-04-09T00:56:50.339Z] #23 sha256:8183f8c88d38945f6a5203557536465f997f5e84bf849beff63834f2f6a4b4b1 [2021-04-09T00:56:51.740Z] #23 transferring context: 53.56MB 1.5s done [2021-04-09T00:56:51.740Z] #23 DONE 1.6s [2021-04-09T00:56:51.740Z] [2021-04-09T00:56:51.740Z] #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-09T00:56:51.740Z] #40 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926 [2021-04-09T00:56:51.740Z] #40 CACHED [2021-04-09T00:56:51.740Z] [2021-04-09T00:56:51.740Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-04-09T00:56:51.740Z] #68 sha256:8b2a0b9c2093df0f4b27279a43482f88fb22edea546d0629f009ba2f2e620201 [2021-04-09T00:56:51.740Z] #68 CACHED [2021-04-09T00:56:51.740Z] [2021-04-09T00:56:51.740Z] #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-09T00:56:51.740Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379 [2021-04-09T00:56:51.740Z] #20 CACHED [2021-04-09T00:56:51.740Z] [2021-04-09T00:56:51.740Z] #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-09T00:56:51.740Z] #51 sha256:098ea4bc9419f3e4355da394427dbc19a3b0bfe1946b6c9d6c865f2386d94249 [2021-04-09T00:56:51.740Z] #51 CACHED [2021-04-09T00:56:51.740Z] [2021-04-09T00:56:51.740Z] #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-09T00:56:51.740Z] #34 sha256:236b546cbba86d7df99457248acf4dce2223a7278307106b24c332b1b3ea9459 [2021-04-09T00:56:51.740Z] #34 CACHED [2021-04-09T00:56:51.740Z] [2021-04-09T00:56:51.740Z] #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-09T00:56:51.740Z] #53 sha256:27019373d62c023e9e19ccbae3816f8ddd4cd868a0154f1aaf8efcad374279f9 [2021-04-09T00:56:51.740Z] #53 CACHED [2021-04-09T00:56:51.740Z] [2021-04-09T00:56:51.740Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-04-09T00:56:51.740Z] #19 sha256:4c1fddb96b703d3806ef5aae6835a85678c055f769b5f99c9926d604e1adf9d6 [2021-04-09T00:56:51.740Z] #19 CACHED [2021-04-09T00:56:51.740Z] [2021-04-09T00:56:51.740Z] #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-09T00:56:51.740Z] #37 sha256:79be17e1377b30d9c6977f743622bbcff78bf9c86d210ae20f5a851e21dd731b [2021-04-09T00:56:51.740Z] #37 CACHED [2021-04-09T00:56:51.740Z] [2021-04-09T00:56:51.740Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-04-09T00:56:51.740Z] #66 sha256:a64a524af5098cc04d1bbdb5c2ffd046e818dc3d651bed0a59c95f2e6c2fb27d [2021-04-09T00:56:51.740Z] #66 CACHED [2021-04-09T00:56:51.740Z] [2021-04-09T00:56:51.740Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-04-09T00:56:51.740Z] #59 sha256:22e9d0a60d697ebc6848c7187de86e8dd88f88b90327142d84dae365faa662d0 [2021-04-09T00:56:51.740Z] #59 CACHED [2021-04-09T00:56:51.740Z] [2021-04-09T00:56:51.740Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-04-09T00:56:51.740Z] #10 sha256:a8dfe72bf17ed43cb49f11f8bd3245b42805f80ef5a25a941391f3e1c9a497b6 [2021-04-09T00:56:51.740Z] #10 CACHED [2021-04-09T00:56:51.740Z] [2021-04-09T00:56:51.740Z] #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-09T00:56:51.740Z] #58 sha256:88c6ba2beb22664429e49c0afd04fc4328c6ec9f0d8fc7295c7e4b1ac59ef269 [2021-04-09T00:56:51.740Z] #58 CACHED [2021-04-09T00:56:51.740Z] [2021-04-09T00:56:51.740Z] #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-09T00:56:51.740Z] #24 sha256:3523db16176fc06c5c14ffda66d0cdec970a522a83e29f0734a919f325ad2fe5 [2021-04-09T00:56:51.740Z] #24 CACHED [2021-04-09T00:56:51.740Z] [2021-04-09T00:56:51.740Z] #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-09T00:56:51.740Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-04-09T00:56:51.740Z] #36 CACHED [2021-04-09T00:56:51.740Z] [2021-04-09T00:56:51.740Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-04-09T00:56:51.740Z] #57 sha256:bfe433cd39d9cf3b456db52d65ca9d0c7bd156cad6ef9273135dfefa26efc433 [2021-04-09T00:56:51.740Z] #57 CACHED [2021-04-09T00:56:51.740Z] [2021-04-09T00:56:51.740Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-04-09T00:56:51.740Z] #17 sha256:8adba43626e6c2ad9c104858cdfccc193309ce46f8df97e23fb1104bc3eb1997 [2021-04-09T00:56:51.740Z] #17 CACHED [2021-04-09T00:56:51.740Z] [2021-04-09T00:56:51.740Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-04-09T00:56:51.740Z] #14 sha256:8a6ac16c6f60b3ddd6666e188160503c9d1e0f23b198ede20cd2b4a914d2344c [2021-04-09T00:56:51.740Z] #14 CACHED [2021-04-09T00:56:51.740Z] [2021-04-09T00:56:51.740Z] #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-09T00:56:51.740Z] #56 sha256:fcf9d95e82c3b7e6bb73d5e8ca110f920d4d62dca9c0a41a4f7e892e7fc9698f [2021-04-09T00:56:51.740Z] #56 CACHED [2021-04-09T00:56:51.740Z] [2021-04-09T00:56:51.740Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-04-09T00:56:51.740Z] #30 sha256:b8398f33c8dbdf3fcda1ac42586f26fb546da98997d0b0243c7e0b8882f9f6e4 [2021-04-09T00:56:51.740Z] #30 CACHED [2021-04-09T00:56:51.740Z] [2021-04-09T00:56:51.740Z] #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-09T00:56:51.740Z] #11 sha256:e46eee8ff92c21f88366fee713bb2a3f039cf670e8a8c0145a967ba89ac8e9b5 [2021-04-09T00:56:51.740Z] #11 CACHED [2021-04-09T00:56:51.740Z] [2021-04-09T00:56:51.740Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-04-09T00:56:51.740Z] #46 sha256:363426b4b5e72ef1ff3a92cde964514a99b027fde3d61924679aaffb0b6efcc3 [2021-04-09T00:56:51.740Z] #46 CACHED [2021-04-09T00:56:51.740Z] [2021-04-09T00:56:51.740Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-04-09T00:56:51.740Z] #50 sha256:366d80a28640aac797bbefaa07cfd63c9c4ae35b2c7f4f5b3bed35d93d50bd31 [2021-04-09T00:56:51.740Z] #50 CACHED [2021-04-09T00:56:51.740Z] [2021-04-09T00:56:51.740Z] #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-09T00:56:51.740Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-04-09T00:56:51.740Z] #42 CACHED [2021-04-09T00:56:51.740Z] [2021-04-09T00:56:51.740Z] #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-09T00:56:51.740Z] #47 sha256:e98d2020826038241c14eff534311e899fb9cb7c11ae4bcf09d6d13fe5561cfc [2021-04-09T00:56:51.740Z] #47 CACHED [2021-04-09T00:56:51.740Z] [2021-04-09T00:56:51.740Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-04-09T00:56:51.740Z] #60 sha256:6ee303ea69a28ce30886e1cd41c761009951fe38a67ec929909b4388b0f2a19e [2021-04-09T00:56:51.740Z] #60 CACHED [2021-04-09T00:56:51.740Z] [2021-04-09T00:56:51.740Z] #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-09T00:56:51.740Z] #32 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805 [2021-04-09T00:56:51.740Z] #32 CACHED [2021-04-09T00:56:51.740Z] [2021-04-09T00:56:51.740Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-04-09T00:56:51.740Z] #31 sha256:83c8560c50b15431e546bac469c64be716b739933dacb40c9db55dad341c2a58 [2021-04-09T00:56:51.740Z] #31 CACHED [2021-04-09T00:56:51.740Z] [2021-04-09T00:56:51.740Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-04-09T00:56:51.740Z] #33 sha256:f00e1e0be05062f2804b6b44af8fcb633f067d3fd8401ec085f78c8655110241 [2021-04-09T00:56:51.740Z] #33 CACHED [2021-04-09T00:56:51.740Z] [2021-04-09T00:56:51.740Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-04-09T00:56:51.740Z] #63 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2021-04-09T00:56:51.740Z] #63 CACHED [2021-04-09T00:56:51.740Z] [2021-04-09T00:56:51.740Z] #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-09T00:56:51.740Z] #55 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-04-09T00:56:51.740Z] #55 CACHED [2021-04-09T00:56:51.740Z] [2021-04-09T00:56:51.740Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-04-09T00:56:51.740Z] #39 sha256:5a8b6c7320e82a4b1d150c036edc95f00476bccb86f60acf022f7ce3ac710b58 [2021-04-09T00:56:51.740Z] #39 CACHED [2021-04-09T00:56:51.740Z] [2021-04-09T00:56:51.740Z] #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-09T00:56:51.740Z] #27 sha256:d27195ceaffc1f9a65c2220ed12d7feaf17d51abd478d3d656591b753a121514 [2021-04-09T00:56:51.740Z] #27 CACHED [2021-04-09T00:56:51.740Z] [2021-04-09T00:56:51.740Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-04-09T00:56:51.740Z] #25 sha256:d84478da4225e7f869259a1b8054dcd564441d66ae5a4c820a4d7d1dfb8eb2d6 [2021-04-09T00:56:51.740Z] #25 CACHED [2021-04-09T00:56:51.740Z] [2021-04-09T00:56:51.740Z] #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-09T00:56:51.740Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-04-09T00:56:51.740Z] #43 CACHED [2021-04-09T00:56:51.740Z] [2021-04-09T00:56:51.740Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-04-09T00:56:51.740Z] #54 sha256:2805b7f5310c97707982fef84d6a5dc9cdfe0f459306a83031f5ee0048e6a8a4 [2021-04-09T00:56:51.740Z] #54 CACHED [2021-04-09T00:56:51.740Z] [2021-04-09T00:56:51.740Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-04-09T00:56:51.740Z] #52 sha256:0d73ae1c59a4c7b89c6b72e876b8d38fcf7edd967334e8fdb57e1c49386ced20 [2021-04-09T00:56:51.740Z] #52 CACHED [2021-04-09T00:56:51.740Z] [2021-04-09T00:56:51.740Z] #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-09T00:56:51.740Z] #29 sha256:f1386adc160bb8a240e81da0be8faf9c84cc1c79dc7c5bdcfe8bc723118689af [2021-04-09T00:56:51.740Z] #29 CACHED [2021-04-09T00:56:51.740Z] [2021-04-09T00:56:51.740Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-04-09T00:56:51.740Z] #28 sha256:c3750f81febfa63772c1e357b3d4810784d2ba904b986ec45a395a1addccc616 [2021-04-09T00:56:51.740Z] #28 CACHED [2021-04-09T00:56:51.740Z] [2021-04-09T00:56:51.740Z] #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-09T00:56:51.740Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-04-09T00:56:51.740Z] #13 CACHED [2021-04-09T00:56:51.740Z] [2021-04-09T00:56:51.740Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-04-09T00:56:51.740Z] #41 sha256:c3d3671bc058672ed1034b08c00c05e739f969dad40ec1b011a7a7aa5fff51c5 [2021-04-09T00:56:51.740Z] #41 CACHED [2021-04-09T00:56:51.740Z] [2021-04-09T00:56:51.740Z] #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-09T00:56:51.740Z] #12 sha256:a4fc3b84a9fb1d234e946cc4577deb87c7e6bc40e23bcd8c860a009a391faa80 [2021-04-09T00:56:51.740Z] #12 CACHED [2021-04-09T00:56:51.740Z] [2021-04-09T00:56:51.740Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-04-09T00:56:51.740Z] #48 sha256:7a3c3a91af8295acbc2e45e57dbcc782c9573e513a0dd58ea85855875c0944ac [2021-04-09T00:56:51.740Z] #48 CACHED [2021-04-09T00:56:51.740Z] [2021-04-09T00:56:51.740Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-04-09T00:56:51.740Z] #38 sha256:f0ec5a8141e060966d64d7c59d88f28d19abe8756f44a506992b9a624e3587eb [2021-04-09T00:56:51.740Z] #38 CACHED [2021-04-09T00:56:51.740Z] [2021-04-09T00:56:51.740Z] #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-09T00:56:51.740Z] #67 sha256:1a31bfe5aef223cc7b0b53c3fe9765379d80f82e61d5c7c9aa310c9d41b0dcbf [2021-04-09T00:56:51.740Z] #67 CACHED [2021-04-09T00:56:51.740Z] [2021-04-09T00:56:51.740Z] #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-09T00:56:51.740Z] #45 sha256:627e3378edc66ee18cbfc1a30422eb3b747b6bee455dcc9c5c03ec3be436b479 [2021-04-09T00:56:51.741Z] #45 CACHED [2021-04-09T00:56:51.741Z] [2021-04-09T00:56:51.741Z] #35 [dev-systemd-false 13/26] COPY --from=tomll /build/ /usr/local/bin/ [2021-04-09T00:56:51.741Z] #35 sha256:de717dd8a8296237c182b95843c6d85bed2ac9b6753d83b3d92eeb7dff2ce3a8 [2021-04-09T00:56:51.741Z] #35 CACHED [2021-04-09T00:56:51.741Z] [2021-04-09T00:56:51.741Z] #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-09T00:56:51.741Z] #49 sha256:3e30b2ada38baf60e6545bbfb6b44b19b46a65cb818a09a4cd84b9cdcf2fff2d [2021-04-09T00:56:51.741Z] #49 CACHED [2021-04-09T00:56:51.741Z] [2021-04-09T00:56:51.741Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-04-09T00:56:51.741Z] #65 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2021-04-09T00:56:51.741Z] #65 CACHED [2021-04-09T00:56:51.741Z] [2021-04-09T00:56:51.741Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-04-09T00:56:51.741Z] #16 sha256:65e089c5b1d7082ef58fefc5a2c440b5b720136eae7084c036f4b9a2be3fd5b1 [2021-04-09T00:56:51.741Z] #16 CACHED [2021-04-09T00:56:51.741Z] [2021-04-09T00:56:51.741Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-04-09T00:56:51.741Z] #18 sha256:3cacc04a1189660550b8cc885d68df049614571821b02a63bff579b9e9bd4f22 [2021-04-09T00:56:51.741Z] #18 CACHED [2021-04-09T00:56:51.741Z] [2021-04-09T00:56:51.741Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-04-09T00:56:51.741Z] #61 sha256:63bbde9030a2cbd95205bc5a20522246063c1005d182101d43ad6602a9b02d8c [2021-04-09T00:56:51.741Z] #61 CACHED [2021-04-09T00:56:51.741Z] [2021-04-09T00:56:51.741Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-04-09T00:56:51.741Z] #44 sha256:ec4c49c9598d10eeae088e87d2e52f1e7e391e820d16446d506c45d94a0e99fa [2021-04-09T00:56:51.741Z] #44 CACHED [2021-04-09T00:56:51.741Z] [2021-04-09T00:56:51.741Z] #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-09T00:56:51.741Z] #21 sha256:3a04c6fdd7ef5872a267faf8a5f2edcdb730aaf9dae03f62142eed23000d4fab [2021-04-09T00:56:51.741Z] #21 CACHED [2021-04-09T00:56:51.741Z] [2021-04-09T00:56:51.741Z] #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-09T00:56:51.741Z] #15 sha256:daa9f6e8adf5b429e62d5ff15da3779572527060f146ba0a193beaf894564a3f [2021-04-09T00:56:51.741Z] #15 CACHED [2021-04-09T00:56:51.741Z] [2021-04-09T00:56:51.741Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-04-09T00:56:51.741Z] #22 sha256:a35d58ddfb9f3f9629730880f624a4b18b6b1c37fb5307e7765f763de2a47ef6 [2021-04-09T00:56:51.741Z] #22 CACHED [2021-04-09T00:56:51.741Z] [2021-04-09T00:56:51.741Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-04-09T00:56:51.741Z] #69 sha256:22fa4a053ebc8e66ea17407e4a5e245c1aa1fef147d59f971fa4dbb4b58c5b20 [2021-04-09T00:56:51.741Z] #69 CACHED [2021-04-09T00:56:51.741Z] [2021-04-09T00:56:51.741Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-04-09T00:56:51.741Z] #70 sha256:83992e59486b1adfc0211bdd2515f225e587ca91f04ca7d19320f19786cea637 [2021-04-09T00:56:54.292Z] #70 DONE 2.1s [2021-04-09T00:56:54.292Z] [2021-04-09T00:56:54.292Z] #71 exporting to image [2021-04-09T00:56:54.292Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-04-09T00:56:54.292Z] #71 exporting layers [2021-04-09T00:56:55.681Z] #71 exporting layers 1.6s done [2021-04-09T00:56:55.681Z] #71 writing image sha256:c5deffd7700ca2a246e539f858444c576d718f37cbc02086d8dd7d3f89dab9ef done [2021-04-09T00:56:55.681Z] #71 naming to docker.io/library/docker:8d5caf49a185e369bda5bdde79ab8e07b3434ff2 done [2021-04-09T00:56:55.681Z] #71 DONE 1.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-04-09T00:56:56.027Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39846/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr67 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8d5caf49a185e369bda5bdde79ab8e07b3434ff2 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8d5caf49a185e369bda5bdde79ab8e07b3434ff2 hack/test/unit [2021-04-09T00:57:00.175Z] DEBUG: print all environment variables to check how Jenkins runs this script [2021-04-09T00:57:00.176Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-f523beab\powershellScript.ps1'; exit $LASTEXITCODE; [2021-04-09T00:57:00.176Z] ---------------------------------------------------------------------------- [2021-04-09T00:57:00.176Z] [2021-04-09T00:57:00.176Z] INFO: executeCI.ps1 starting at Fri Apr 9 00:56:59 CUT 2021 [2021-04-09T00:57:00.176Z] [2021-04-09T00:57:00.176Z] INFO: Script version 05-Feb-2019 09:03 PDT [2021-04-09T00:57:00.176Z] INFO: Running git version 2.24.1.windows.2 [2021-04-09T00:57:00.176Z] INFO: Branch:fe_release Build:20295.1.210212-1600 [2021-04-09T00:57:00.176Z] INFO: Environment variables: [2021-04-09T00:57:00.176Z] [2021-04-09T00:57:00.176Z] Name Value [2021-04-09T00:57:00.176Z] ---- ----- [2021-04-09T00:57:00.176Z] ALLUSERSPROFILE C:\ProgramData [2021-04-09T00:57:00.176Z] amd64 true [2021-04-09T00:57:00.176Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2021-04-09T00:57:00.176Z] APT_MIRROR cdn-fastly.deb.debian.org [2021-04-09T00:57:00.176Z] arm64 true [2021-04-09T00:57:00.176Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.10 [2021-04-09T00:57:00.176Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2021-04-09T00:57:00.176Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.10 [2021-04-09T00:57:00.176Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2021-04-09T00:57:00.176Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2021-04-09T00:57:00.176Z] BRANCH_NAME PR-39846 [2021-04-09T00:57:00.176Z] BUILD_DISPLAY_NAME #67 [2021-04-09T00:57:00.176Z] BUILD_ID 67 [2021-04-09T00:57:00.176Z] BUILD_NUMBER 67 [2021-04-09T00:57:00.176Z] BUILD_TAG jenkins-moby-PR-39846-67 [2021-04-09T00:57:00.176Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-39846/67/ [2021-04-09T00:57:00.176Z] cgroup2 true [2021-04-09T00:57:00.176Z] CHANGE_AUTHOR thaJeztah [2021-04-09T00:57:00.176Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2021-04-09T00:57:00.176Z] CHANGE_BRANCH jenkinsfile_add_windows_1903 [2021-04-09T00:57:00.176Z] CHANGE_FORK thaJeztah/docker [2021-04-09T00:57:00.176Z] CHANGE_ID 39846 [2021-04-09T00:57:00.176Z] CHANGE_TARGET master [2021-04-09T00:57:00.176Z] CHANGE_TITLE Jenkinsfile: add stage for Windows 2022 (SAC) [2021-04-09T00:57:00.176Z] CHANGE_URL https://github.com/moby/moby/pull/39846 [2021-04-09T00:57:00.176Z] CHECK_CONFIG_COMMIT 2b0755b936416834e14208c6c37b36977e67ea35 [2021-04-09T00:57:00.176Z] CommonProgramFiles C:\Program Files\Common Files [2021-04-09T00:57:00.176Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2021-04-09T00:57:00.176Z] CommonProgramW6432 C:\Program Files\Common Files [2021-04-09T00:57:00.176Z] COMPUTERNAME azwin-2-361f90 [2021-04-09T00:57:00.176Z] ComSpec C:\Windows\system32\cmd.exe [2021-04-09T00:57:00.176Z] ConfigSequenceNumber 0 [2021-04-09T00:57:00.176Z] dco true [2021-04-09T00:57:00.176Z] DOCKER_BUILDKIT 0 [2021-04-09T00:57:00.176Z] DOCKER_DUT_DEBUG 1 [2021-04-09T00:57:00.176Z] DOCKER_EXPERIMENTAL 1 [2021-04-09T00:57:00.176Z] DOCKER_GRAPHDRIVER overlay2 [2021-04-09T00:57:00.176Z] DriverData C:\Windows\System32\Drivers\DriverData [2021-04-09T00:57:00.176Z] EXECUTOR_NUMBER 0 [2021-04-09T00:57:00.176Z] FQDN azwin-2-361f90.westus.cloudapp.azure.com [2021-04-09T00:57:00.176Z] GIT_BRANCH PR-39846 [2021-04-09T00:57:00.176Z] GIT_COMMIT 8d5caf49a185e369bda5bdde79ab8e07b3434ff2 [2021-04-09T00:57:00.176Z] GIT_PREVIOUS_COMMIT 1dcc3c693722fcf8862298bc58d88dfae2e873c2 [2021-04-09T00:57:00.176Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT b8c459b60a3bed0a12b5b28b25ea1071cd213452 [2021-04-09T00:57:00.176Z] GIT_URL https://github.com/moby/moby.git [2021-04-09T00:57:00.176Z] HUDSON_COOKIE 67c97be9-3e54-43bd-9fad-2a519ddab7a5 [2021-04-09T00:57:00.176Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2021-04-09T00:57:00.176Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2021-04-09T00:57:00.176Z] HUDSON_URL https://ci-next.docker.com/public/ [2021-04-09T00:57:00.176Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.282-1.b08.ojdkbuild.windows.x86_64 [2021-04-09T00:57:00.176Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2021-04-09T00:57:00.176Z] JENKINS_NODE_COOKIE 78427d1a-51df-4155-8edf-d2eafad5abb9 [2021-04-09T00:57:00.176Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2021-04-09T00:57:00.176Z] JENKINS_URL https://ci-next.docker.com/public/ [2021-04-09T00:57:00.176Z] JOB_BASE_NAME PR-39846 [2021-04-09T00:57:00.176Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-39846/display/redirect [2021-04-09T00:57:00.176Z] JOB_NAME moby/PR-39846 [2021-04-09T00:57:00.176Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-39846/ [2021-04-09T00:57:00.176Z] library.jps.version master [2021-04-09T00:57:00.176Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2021-04-09T00:57:00.176Z] NODE_LABELS amd64 azure azwin-2-361f90 azwin-2022 docker west-us windows windows-2022 x86_64 [2021-04-09T00:57:00.176Z] NODE_NAME azwin-2-361f90 [2021-04-09T00:57:00.176Z] NUMBER_OF_PROCESSORS 4 [2021-04-09T00:57:00.176Z] OS Windows_NT [2021-04-09T00:57:00.176Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2021-04-09T00:57:00.176Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2021-04-09T00:57:00.176Z] ppc64le false [2021-04-09T00:57:00.176Z] PROCESSOR_ARCHITECTURE AMD64 [2021-04-09T00:57:00.176Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2021-04-09T00:57:00.176Z] PROCESSOR_LEVEL 6 [2021-04-09T00:57:00.176Z] PROCESSOR_REVISION 4f01 [2021-04-09T00:57:00.176Z] ProgramData C:\ProgramData [2021-04-09T00:57:00.176Z] ProgramFiles C:\Program Files [2021-04-09T00:57:00.176Z] ProgramFiles(x86) C:\Program Files (x86) [2021-04-09T00:57:00.176Z] ProgramW6432 C:\Program Files [2021-04-09T00:57:00.176Z] PROMPT $P$G [2021-04-09T00:57:00.176Z] PSExecutionPolicyPreference Bypass [2021-04-09T00:57:00.176Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2021-04-09T00:57:00.176Z] PUBLIC C:\Users\Public [2021-04-09T00:57:00.176Z] rootless true [2021-04-09T00:57:00.176Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-39846/67/display/redirect?page=arti... [2021-04-09T00:57:00.176Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-39846/67/display/redirect?page=changes [2021-04-09T00:57:00.176Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-39846/67/display/redirect [2021-04-09T00:57:00.176Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-39846/67/display/redirect?page=tests [2021-04-09T00:57:00.176Z] s390x false [2021-04-09T00:57:00.176Z] SKIP_VALIDATION_TESTS 1 [2021-04-09T00:57:00.176Z] SOURCES_DRIVE d [2021-04-09T00:57:00.176Z] SOURCES_SUBDIR gopath [2021-04-09T00:57:00.176Z] STAGE_NAME Run tests [2021-04-09T00:57:00.176Z] SystemDrive C: [2021-04-09T00:57:00.176Z] SystemRoot C:\Windows [2021-04-09T00:57:00.176Z] TEMP C:\Windows\TEMP [2021-04-09T00:57:00.176Z] TESTDEBUG 0 [2021-04-09T00:57:00.176Z] TESTRUN_DRIVE d [2021-04-09T00:57:00.176Z] TESTRUN_SUBDIR CI [2021-04-09T00:57:00.176Z] TIMEOUT 120m [2021-04-09T00:57:00.176Z] TMP C:\Windows\TEMP [2021-04-09T00:57:00.176Z] unit_validate true [2021-04-09T00:57:00.176Z] USERDOMAIN WORKGROUP [2021-04-09T00:57:00.176Z] USERNAME azwin-2-361f90$ [2021-04-09T00:57:00.176Z] USERPROFILE C:\Windows\system32\config\systemprofile [2021-04-09T00:57:00.176Z] validate_force false [2021-04-09T00:57:00.176Z] windir C:\Windows [2021-04-09T00:57:00.176Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore/insider [2021-04-09T00:57:00.176Z] WINDOWS_BASE_IMAGE_TAG 10.0.20295.1 [2021-04-09T00:57:00.176Z] windows2022 true [2021-04-09T00:57:00.176Z] windowsRS1 false [2021-04-09T00:57:00.176Z] windowsRS5 true [2021-04-09T00:57:00.176Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2021-04-09T00:57:00.176Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2021-04-09T00:57:00.176Z] [2021-04-09T00:57:00.176Z] [2021-04-09T00:57:00.176Z] [2021-04-09T00:57:00.246Z] ? github.com/docker/docker/api [no test files] [2021-04-09T00:57:00.633Z] INFO: Sources under d:\gopath\... [2021-04-09T00:57:00.633Z] INFO: Test run under d:\CI\... [2021-04-09T00:57:00.633Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2021-04-09T00:57:00.633Z] INFO: docker/docker repository was found [2021-04-09T00:57:00.633Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2021-04-09T00:57:00.633Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20295.1' [2021-04-09T00:57:00.633Z] INFO: Docker version of control daemon [2021-04-09T00:57:00.633Z] [2021-04-09T00:57:01.090Z] Client: Mirantis Container Runtime [2021-04-09T00:57:01.090Z] Version: 20.10.0 [2021-04-09T00:57:01.090Z] API version: 1.41 [2021-04-09T00:57:01.090Z] Go version: go1.13.15 [2021-04-09T00:57:01.090Z] Git commit: 6ee42dc [2021-04-09T00:57:01.090Z] Built: 03/11/2021 13:24:56 [2021-04-09T00:57:01.090Z] OS/Arch: windows/amd64 [2021-04-09T00:57:01.090Z] Context: default [2021-04-09T00:57:01.090Z] Experimental: true [2021-04-09T00:57:01.090Z] [2021-04-09T00:57:01.090Z] Server: Mirantis Container Runtime [2021-04-09T00:57:01.090Z] Engine: [2021-04-09T00:57:01.090Z] Version: 20.10.0 [2021-04-09T00:57:01.090Z] API version: 1.41 (minimum version 1.24) [2021-04-09T00:57:01.090Z] Go version: go1.13.15 [2021-04-09T00:57:01.090Z] Git commit: 1e08f21e79 [2021-04-09T00:57:01.090Z] Built: 03/11/2021 13:23:32 [2021-04-09T00:57:01.090Z] OS/Arch: windows/amd64 [2021-04-09T00:57:01.090Z] Experimental: true [2021-04-09T00:57:01.090Z] [2021-04-09T00:57:01.090Z] INFO: Docker info of control daemon [2021-04-09T00:57:01.090Z] [2021-04-09T00:57:01.547Z] Client: [2021-04-09T00:57:01.547Z] Context: default [2021-04-09T00:57:01.547Z] Debug Mode: false [2021-04-09T00:57:01.547Z] Plugins: [2021-04-09T00:57:01.547Z] app: Docker Application (Docker Inc., v0.8.0) [2021-04-09T00:57:01.547Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2021-04-09T00:57:01.547Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2021-04-09T00:57:01.547Z] [2021-04-09T00:57:01.547Z] Server: [2021-04-09T00:57:01.547Z] Containers: 0 [2021-04-09T00:57:01.547Z] Running: 0 [2021-04-09T00:57:01.547Z] Paused: 0 [2021-04-09T00:57:01.547Z] Stopped: 0 [2021-04-09T00:57:01.547Z] Images: 10 [2021-04-09T00:57:01.547Z] Server Version: 20.10.0 [2021-04-09T00:57:01.547Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-04-09T00:57:01.547Z] Windows: [2021-04-09T00:57:01.547Z] LCOW: [2021-04-09T00:57:01.547Z] Logging Driver: json-file [2021-04-09T00:57:01.547Z] Plugins: [2021-04-09T00:57:01.547Z] Volume: local [2021-04-09T00:57:01.547Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-04-09T00:57:01.547Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-04-09T00:57:01.547Z] Swarm: inactive [2021-04-09T00:57:01.547Z] Default Isolation: process [2021-04-09T00:57:01.547Z] Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600) [2021-04-09T00:57:01.547Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1) [2021-04-09T00:57:01.547Z] OSType: windows [2021-04-09T00:57:01.547Z] Architecture: x86_64 [2021-04-09T00:57:01.547Z] CPUs: 4 [2021-04-09T00:57:01.547Z] Total Memory: 32GiB [2021-04-09T00:57:01.547Z] Name: azwin-2-361f90 [2021-04-09T00:57:01.547Z] ID: HIW7:RJDB:LAOZ:BJYL:XAN5:UZSY:3HLA:IGW5:APOR:JIRV:4S77:NKO6 [2021-04-09T00:57:01.547Z] Docker Root Dir: D:\docker [2021-04-09T00:57:01.547Z] Debug Mode: false [2021-04-09T00:57:01.547Z] Registry: https://index.docker.io/v1/ [2021-04-09T00:57:01.547Z] Labels: [2021-04-09T00:57:01.547Z] Experimental: true [2021-04-09T00:57:01.547Z] Insecure Registries: [2021-04-09T00:57:01.547Z] 10.0.0.4:5000 [2021-04-09T00:57:01.547Z] 127.0.0.0/8 [2021-04-09T00:57:01.547Z] Registry Mirrors: [2021-04-09T00:57:01.547Z] http://10.0.0.4:5000/ [2021-04-09T00:57:01.547Z] Live Restore Enabled: false [2021-04-09T00:57:01.547Z] [2021-04-09T00:57:01.547Z] [2021-04-09T00:57:01.547Z] INFO: Commit hash is dedcdcf755 [2021-04-09T00:57:01.547Z] INFO: Nuke-Everything... [2021-04-09T00:57:01.547Z] INFO: Container count on control daemon to delete is 0 [2021-04-09T00:57:02.003Z] INFO: Nuking d:\CI [2021-04-09T00:57:02.003Z] INFO: Zapped successfully [2021-04-09T00:57:02.003Z] INFO: Location for testing is d:\CI\PR-39846\67 [2021-04-09T00:57:02.003Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2021-04-09T00:57:02.003Z] [2021-04-09T00:57:02.003Z] [2021-04-09T00:57:02.003Z] INFO: Building the image from Dockerfile.windows at 04/09/2021 00:57:01... [2021-04-09T00:57:02.003Z] [2021-04-09T00:57:06.859Z] DEBUG: print all environment variables to check how Jenkins runs this script [2021-04-09T00:57:06.859Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-8b6b9bd3\powershellScript.ps1'; exit $LASTEXITCODE; [2021-04-09T00:57:06.859Z] ---------------------------------------------------------------------------- [2021-04-09T00:57:06.859Z] [2021-04-09T00:57:06.859Z] INFO: executeCI.ps1 starting at Fri Apr 9 00:57:06 CUT 2021 [2021-04-09T00:57:06.859Z] [2021-04-09T00:57:06.859Z] INFO: Script version 05-Feb-2019 09:03 PDT [2021-04-09T00:57:06.859Z] INFO: Running git version 2.24.1.windows.2 [2021-04-09T00:57:06.859Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2021-04-09T00:57:06.859Z] INFO: Environment variables: [2021-04-09T00:57:06.859Z] [2021-04-09T00:57:06.859Z] Name Value [2021-04-09T00:57:06.859Z] ---- ----- [2021-04-09T00:57:06.859Z] ALLUSERSPROFILE C:\ProgramData [2021-04-09T00:57:06.859Z] amd64 true [2021-04-09T00:57:06.859Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2021-04-09T00:57:06.859Z] APT_MIRROR cdn-fastly.deb.debian.org [2021-04-09T00:57:06.859Z] arm64 true [2021-04-09T00:57:06.859Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.10 [2021-04-09T00:57:06.859Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2021-04-09T00:57:06.859Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.10 [2021-04-09T00:57:06.859Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2021-04-09T00:57:06.859Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2021-04-09T00:57:06.859Z] BRANCH_NAME PR-39846 [2021-04-09T00:57:06.859Z] BUILD_DISPLAY_NAME #67 [2021-04-09T00:57:06.859Z] BUILD_ID 67 [2021-04-09T00:57:06.859Z] BUILD_NUMBER 67 [2021-04-09T00:57:06.859Z] BUILD_TAG jenkins-moby-PR-39846-67 [2021-04-09T00:57:06.859Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-39846/67/ [2021-04-09T00:57:06.859Z] cgroup2 true [2021-04-09T00:57:06.859Z] CHANGE_AUTHOR thaJeztah [2021-04-09T00:57:06.859Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2021-04-09T00:57:06.859Z] CHANGE_BRANCH jenkinsfile_add_windows_1903 [2021-04-09T00:57:06.859Z] CHANGE_FORK thaJeztah/docker [2021-04-09T00:57:06.859Z] CHANGE_ID 39846 [2021-04-09T00:57:06.859Z] CHANGE_TARGET master [2021-04-09T00:57:06.859Z] CHANGE_TITLE Jenkinsfile: add stage for Windows 2022 (SAC) [2021-04-09T00:57:06.859Z] CHANGE_URL https://github.com/moby/moby/pull/39846 [2021-04-09T00:57:06.859Z] CHECK_CONFIG_COMMIT 2b0755b936416834e14208c6c37b36977e67ea35 [2021-04-09T00:57:06.859Z] CommonProgramFiles C:\Program Files\Common Files [2021-04-09T00:57:06.859Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2021-04-09T00:57:06.859Z] CommonProgramW6432 C:\Program Files\Common Files [2021-04-09T00:57:06.859Z] COMPUTERNAME azwin-2-d13fe0 [2021-04-09T00:57:06.859Z] ComSpec C:\windows\system32\cmd.exe [2021-04-09T00:57:06.859Z] ConfigSequenceNumber 0 [2021-04-09T00:57:06.859Z] dco true [2021-04-09T00:57:06.859Z] DOCKER_BUILDKIT 0 [2021-04-09T00:57:06.859Z] DOCKER_DUT_DEBUG 1 [2021-04-09T00:57:06.859Z] DOCKER_EXPERIMENTAL 1 [2021-04-09T00:57:06.859Z] DOCKER_GRAPHDRIVER overlay2 [2021-04-09T00:57:06.859Z] DriverData C:\Windows\System32\Drivers\DriverData [2021-04-09T00:57:06.859Z] EXECUTOR_NUMBER 0 [2021-04-09T00:57:06.859Z] FQDN azwin-2-d13fe0.westus.cloudapp.azure.com [2021-04-09T00:57:06.859Z] GIT_BRANCH PR-39846 [2021-04-09T00:57:06.859Z] GIT_COMMIT 8d5caf49a185e369bda5bdde79ab8e07b3434ff2 [2021-04-09T00:57:06.859Z] GIT_PREVIOUS_COMMIT 1dcc3c693722fcf8862298bc58d88dfae2e873c2 [2021-04-09T00:57:06.860Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT b8c459b60a3bed0a12b5b28b25ea1071cd213452 [2021-04-09T00:57:06.860Z] GIT_URL https://github.com/moby/moby.git [2021-04-09T00:57:06.860Z] HUDSON_COOKIE 24edd1e6-78a1-478c-bd2c-bc75cae4d234 [2021-04-09T00:57:06.860Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2021-04-09T00:57:06.860Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2021-04-09T00:57:06.860Z] HUDSON_URL https://ci-next.docker.com/public/ [2021-04-09T00:57:06.860Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.282-1.b08.ojdkbuild.windows.x86_64 [2021-04-09T00:57:06.860Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2021-04-09T00:57:06.860Z] JENKINS_NODE_COOKIE dad244ce-8bfe-4464-8cbd-b4a06956eb6a [2021-04-09T00:57:06.860Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2021-04-09T00:57:06.860Z] JENKINS_URL https://ci-next.docker.com/public/ [2021-04-09T00:57:06.860Z] JOB_BASE_NAME PR-39846 [2021-04-09T00:57:06.860Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-39846/display/redirect [2021-04-09T00:57:06.860Z] JOB_NAME moby/PR-39846 [2021-04-09T00:57:06.860Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-39846/ [2021-04-09T00:57:06.860Z] library.jps.version master [2021-04-09T00:57:06.860Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2021-04-09T00:57:06.861Z] NODE_LABELS amd64 azure azwin-2-d13fe0 azwin-2019 docker west-us windows windows-2019 x86_64 [2021-04-09T00:57:06.861Z] NODE_NAME azwin-2-d13fe0 [2021-04-09T00:57:06.861Z] NUMBER_OF_PROCESSORS 4 [2021-04-09T00:57:06.861Z] OS Windows_NT [2021-04-09T00:57:06.861Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2021-04-09T00:57:06.861Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2021-04-09T00:57:06.861Z] ppc64le false [2021-04-09T00:57:06.861Z] PROCESSOR_ARCHITECTURE AMD64 [2021-04-09T00:57:06.861Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2021-04-09T00:57:06.861Z] PROCESSOR_LEVEL 6 [2021-04-09T00:57:06.861Z] PROCESSOR_REVISION 4f01 [2021-04-09T00:57:06.861Z] ProgramData C:\ProgramData [2021-04-09T00:57:06.861Z] ProgramFiles C:\Program Files [2021-04-09T00:57:06.861Z] ProgramFiles(x86) C:\Program Files (x86) [2021-04-09T00:57:06.861Z] ProgramW6432 C:\Program Files [2021-04-09T00:57:06.861Z] PROMPT $P$G [2021-04-09T00:57:06.861Z] PSExecutionPolicyPreference Bypass [2021-04-09T00:57:06.861Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2021-04-09T00:57:06.861Z] PUBLIC C:\Users\Public [2021-04-09T00:57:06.861Z] rootless true [2021-04-09T00:57:06.861Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-39846/67/display/redirect?page=arti... [2021-04-09T00:57:06.861Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-39846/67/display/redirect?page=changes [2021-04-09T00:57:06.861Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-39846/67/display/redirect [2021-04-09T00:57:06.861Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-39846/67/display/redirect?page=tests [2021-04-09T00:57:06.861Z] s390x false [2021-04-09T00:57:06.861Z] SKIP_VALIDATION_TESTS 1 [2021-04-09T00:57:06.861Z] SOURCES_DRIVE d [2021-04-09T00:57:06.861Z] SOURCES_SUBDIR gopath [2021-04-09T00:57:06.861Z] STAGE_NAME Run tests [2021-04-09T00:57:06.861Z] SystemDrive C: [2021-04-09T00:57:06.861Z] SystemRoot C:\windows [2021-04-09T00:57:06.861Z] TEMP C:\windows\TEMP [2021-04-09T00:57:06.861Z] TESTDEBUG 0 [2021-04-09T00:57:06.861Z] TESTRUN_DRIVE d [2021-04-09T00:57:06.861Z] TESTRUN_SUBDIR CI [2021-04-09T00:57:06.861Z] TIMEOUT 120m [2021-04-09T00:57:06.861Z] TMP C:\windows\TEMP [2021-04-09T00:57:06.861Z] unit_validate true [2021-04-09T00:57:06.861Z] USERDOMAIN WORKGROUP [2021-04-09T00:57:06.861Z] USERNAME azwin-2-d13fe0$ [2021-04-09T00:57:06.861Z] USERPROFILE C:\windows\system32\config\systemprofile [2021-04-09T00:57:06.861Z] validate_force false [2021-04-09T00:57:06.861Z] windir C:\windows [2021-04-09T00:57:06.861Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2021-04-09T00:57:06.861Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2021-04-09T00:57:06.861Z] windows2022 true [2021-04-09T00:57:06.861Z] windowsRS1 false [2021-04-09T00:57:06.861Z] windowsRS5 true [2021-04-09T00:57:06.861Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2021-04-09T00:57:06.861Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2021-04-09T00:57:06.861Z] [2021-04-09T00:57:06.861Z] [2021-04-09T00:57:06.861Z] [2021-04-09T00:57:06.861Z] INFO: Sources under d:\gopath\... [2021-04-09T00:57:06.861Z] INFO: Test run under d:\CI\... [2021-04-09T00:57:06.861Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2021-04-09T00:57:06.861Z] INFO: docker/docker repository was found [2021-04-09T00:57:06.861Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2021-04-09T00:57:07.328Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1817' [2021-04-09T00:57:07.328Z] INFO: Docker version of control daemon [2021-04-09T00:57:07.328Z] [2021-04-09T00:57:07.328Z] Client: Docker Engine - Enterprise [2021-04-09T00:57:07.328Z] Version: 19.03.12 [2021-04-09T00:57:07.328Z] API version: 1.40 [2021-04-09T00:57:07.328Z] Go version: go1.13.13 [2021-04-09T00:57:07.328Z] Git commit: 4306744 [2021-04-09T00:57:07.328Z] Built: 08/05/2020 19:27:53 [2021-04-09T00:57:07.328Z] OS/Arch: windows/amd64 [2021-04-09T00:57:07.328Z] Experimental: false [2021-04-09T00:57:07.328Z] [2021-04-09T00:57:07.328Z] Server: Docker Engine - Enterprise [2021-04-09T00:57:07.328Z] Engine: [2021-04-09T00:57:07.328Z] Version: 19.03.12 [2021-04-09T00:57:07.328Z] API version: 1.40 (minimum version 1.24) [2021-04-09T00:57:07.328Z] Go version: go1.13.13 [2021-04-09T00:57:07.328Z] Git commit: f295753ffd [2021-04-09T00:57:07.328Z] Built: 08/05/2020 19:26:41 [2021-04-09T00:57:07.328Z] OS/Arch: windows/amd64 [2021-04-09T00:57:07.328Z] Experimental: true [2021-04-09T00:57:07.328Z] [2021-04-09T00:57:07.328Z] INFO: Docker info of control daemon [2021-04-09T00:57:07.328Z] [2021-04-09T00:57:07.794Z] Client: [2021-04-09T00:57:07.794Z] Debug Mode: false [2021-04-09T00:57:07.794Z] Plugins: [2021-04-09T00:57:07.794Z] cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0) [2021-04-09T00:57:07.794Z] [2021-04-09T00:57:07.794Z] Server: [2021-04-09T00:57:07.794Z] Containers: 0 [2021-04-09T00:57:07.794Z] Running: 0 [2021-04-09T00:57:07.794Z] Paused: 0 [2021-04-09T00:57:07.794Z] Stopped: 0 [2021-04-09T00:57:07.794Z] Images: 10 [2021-04-09T00:57:07.794Z] Server Version: 19.03.12 [2021-04-09T00:57:07.794Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-04-09T00:57:07.794Z] Windows: [2021-04-09T00:57:07.794Z] LCOW: [2021-04-09T00:57:07.794Z] Logging Driver: json-file [2021-04-09T00:57:07.794Z] Plugins: [2021-04-09T00:57:07.794Z] Volume: local [2021-04-09T00:57:07.794Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-04-09T00:57:07.794Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-04-09T00:57:07.794Z] Swarm: inactive [2021-04-09T00:57:07.794Z] Default Isolation: process [2021-04-09T00:57:07.794Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-04-09T00:57:07.794Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1757) [2021-04-09T00:57:07.794Z] OSType: windows [2021-04-09T00:57:07.794Z] Architecture: x86_64 [2021-04-09T00:57:07.794Z] CPUs: 4 [2021-04-09T00:57:07.794Z] Total Memory: 32GiB [2021-04-09T00:57:07.794Z] Name: azwin-2-d13fe0 [2021-04-09T00:57:07.794Z] ID: WN5Z:FHZS:DLL2:44FT:5VQE:5IBG:D3OX:ZQY2:XHHE:F6GE:ORMY:IJ6Q [2021-04-09T00:57:07.794Z] Docker Root Dir: D:\docker [2021-04-09T00:57:07.794Z] Debug Mode: false [2021-04-09T00:57:07.794Z] Registry: https://index.docker.io/v1/ [2021-04-09T00:57:07.794Z] Labels: [2021-04-09T00:57:07.794Z] Experimental: true [2021-04-09T00:57:07.794Z] Insecure Registries: [2021-04-09T00:57:07.794Z] 10.0.0.4:5000 [2021-04-09T00:57:07.794Z] 127.0.0.0/8 [2021-04-09T00:57:07.794Z] Registry Mirrors: [2021-04-09T00:57:07.794Z] http://10.0.0.4:5000/ [2021-04-09T00:57:07.794Z] Live Restore Enabled: false [2021-04-09T00:57:07.794Z] [2021-04-09T00:57:07.794Z] [2021-04-09T00:57:08.260Z] INFO: Commit hash is 4dfa2291e4 [2021-04-09T00:57:08.260Z] INFO: Nuke-Everything... [2021-04-09T00:57:08.260Z] INFO: Container count on control daemon to delete is 0 [2021-04-09T00:57:08.727Z] INFO: Nuking d:\CI [2021-04-09T00:57:08.727Z] INFO: Zapped successfully [2021-04-09T00:57:08.727Z] INFO: Location for testing is d:\CI\PR-39846\67 [2021-04-09T00:57:08.727Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2021-04-09T00:57:08.727Z] [2021-04-09T00:57:08.727Z] [2021-04-09T00:57:08.727Z] INFO: Building the image from Dockerfile.windows at 04/09/2021 00:57:08... [2021-04-09T00:57:08.727Z] [2021-04-09T00:57:09.056Z] Sending build context to Docker daemon 58.47MB [2021-04-09T00:57:09.056Z] [2021-04-09T00:57:09.056Z] Step 1/10 : FROM microsoft/windowsservercore [2021-04-09T00:57:09.056Z] ---> 39d157a84080 [2021-04-09T00:57:09.056Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2021-04-09T00:57:09.056Z] ---> Using cache [2021-04-09T00:57:09.056Z] ---> aefff577d158 [2021-04-09T00:57:09.056Z] Step 3/10 : ARG GO_VERSION=1.13.15 [2021-04-09T00:57:09.056Z] ---> Using cache [2021-04-09T00:57:09.056Z] ---> c24b9b769aa2 [2021-04-09T00:57:09.056Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3 [2021-04-09T00:57:09.056Z] ---> Using cache [2021-04-09T00:57:09.056Z] ---> 4d4d528bff16 [2021-04-09T00:57:09.056Z] 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-09T00:57:09.056Z] ---> Using cache [2021-04-09T00:57:09.056Z] ---> b64bee2668fd [2021-04-09T00:57:09.056Z] 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-09T00:57:09.056Z] ---> Using cache [2021-04-09T00:57:09.056Z] ---> d299777e4f87 [2021-04-09T00:57:09.056Z] 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-09T00:57:09.056Z] ---> Using cache [2021-04-09T00:57:09.056Z] ---> f35a6e06000f [2021-04-09T00:57:09.056Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2021-04-09T00:57:09.056Z] ---> Using cache [2021-04-09T00:57:09.056Z] ---> 2876237c3a17 [2021-04-09T00:57:09.056Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2021-04-09T00:57:09.056Z] ---> Using cache [2021-04-09T00:57:09.056Z] ---> 62d1bcfff114 [2021-04-09T00:57:09.056Z] Step 10/10 : COPY . . [2021-04-09T00:57:10.585Z] ---> Using cache [2021-04-09T00:57:10.585Z] ---> f234ad54e5d8 [2021-04-09T00:57:12.115Z] Successfully built f234ad54e5d8 [2021-04-09T00:57:12.115Z] Successfully tagged docker:latest [2021-04-09T00:57:12.115Z] INFO: Image build ended at 04/09/2021 00:57:11. Duration:00:00:09.9696836 [2021-04-09T00:57:12.115Z] [2021-04-09T00:57:12.115Z] [2021-04-09T00:57:12.115Z] INFO: Building the test binaries at 04/09/2021 00:57:11... [2021-04-09T00:57:12.510Z] ok github.com/docker/docker/api/server 0.027s coverage: 9.0% of statements [2021-04-09T00:57:15.865Z] Sending build context to Docker daemon 58.47MB [2021-04-09T00:57:15.865Z] [2021-04-09T00:57:15.865Z] Step 1/10 : FROM microsoft/windowsservercore [2021-04-09T00:57:15.865Z] ---> 3eaa9ebbf51f [2021-04-09T00:57:15.865Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2021-04-09T00:57:15.865Z] ---> Using cache [2021-04-09T00:57:15.865Z] ---> 2bc4209c9f4a [2021-04-09T00:57:15.865Z] Step 3/10 : ARG GO_VERSION=1.13.15 [2021-04-09T00:57:15.865Z] ---> Using cache [2021-04-09T00:57:15.865Z] ---> 246640724646 [2021-04-09T00:57:15.865Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3 [2021-04-09T00:57:15.865Z] ---> Using cache [2021-04-09T00:57:15.865Z] ---> 4e5fef50519e [2021-04-09T00:57:15.865Z] 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-09T00:57:15.865Z] ---> Using cache [2021-04-09T00:57:15.865Z] ---> 625c5aaffc7d [2021-04-09T00:57:15.865Z] 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-09T00:57:15.865Z] ---> Using cache [2021-04-09T00:57:15.865Z] ---> 4824b607996f [2021-04-09T00:57:15.865Z] 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-09T00:57:15.865Z] ---> Using cache [2021-04-09T00:57:15.865Z] ---> bc02619ea7a9 [2021-04-09T00:57:15.865Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2021-04-09T00:57:15.865Z] ---> Using cache [2021-04-09T00:57:15.865Z] ---> 8b2dafee754c [2021-04-09T00:57:15.865Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2021-04-09T00:57:15.865Z] ---> Using cache [2021-04-09T00:57:15.865Z] ---> 3add2e203684 [2021-04-09T00:57:15.865Z] Step 10/10 : COPY . . [2021-04-09T00:57:17.896Z] INFO: make.ps1 starting at 04/09/2021 00:57:17 [2021-04-09T00:57:17.896Z] INFO: Git commit (dedcdcf755) assumed from DOCKER_GITCOMMIT environment variable [2021-04-09T00:57:17.896Z] INFO: Invoking autogen... [2021-04-09T00:57:18.861Z] INFO: Building daemon... [2021-04-09T00:57:35.144Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0e6f22c9b2b458e6e) in /home/ubuntu/workspace/moby_PR-39846 [Pipeline] { [Pipeline] checkout [2021-04-09T00:57:35.322Z] The recommended git tool is: git [2021-04-09T00:57:38.223Z] using credential docker-jenkins-github-credentials [2021-04-09T00:57:38.239Z] Cloning the remote Git repository [2021-04-09T00:57:38.239Z] Cloning with configured refspecs honoured and without tags [2021-04-09T00:57:38.188Z] Cloning repository https://github.com/moby/moby.git [2021-04-09T00:57:38.243Z] > git init /home/ubuntu/workspace/moby_PR-39846 # timeout=10 [2021-04-09T00:57:38.443Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-09T00:57:38.443Z] > git --version # timeout=10 [2021-04-09T00:57:38.470Z] > git --version # 'git version 2.17.1' [2021-04-09T00:57:38.470Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-09T00:57:38.476Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/39846/head:refs/remotes/origin/PR-39846 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-09T00:57:45.948Z] ---> 0d7a934979d7 [2021-04-09T00:57:46.414Z] Successfully built 0d7a934979d7 [2021-04-09T00:57:46.414Z] Successfully tagged docker:latest [2021-04-09T00:57:46.414Z] INFO: Image build ended at 04/09/2021 00:57:45. Duration:00:00:37.4755805 [2021-04-09T00:57:46.414Z] [2021-04-09T00:57:46.414Z] [2021-04-09T00:57:46.414Z] INFO: Building the test binaries at 04/09/2021 00:57:46... [2021-04-09T00:57:52.281Z] INFO: make.ps1 starting at 04/09/2021 00:57:51 [2021-04-09T00:57:52.281Z] INFO: Git commit (4dfa2291e4) assumed from DOCKER_GITCOMMIT environment variable [2021-04-09T00:57:52.281Z] INFO: Invoking autogen... [2021-04-09T00:57:52.748Z] INFO: Building daemon... [2021-04-09T00:58:00.597Z] Fetching without tags [2021-04-09T00:58:01.009Z] Merging remotes/origin/master commit be95eae6d2d8d46860f305d417b868a8ac5fc151 into PR head commit 8f4b3b0ad41a5e3a29e57f0a8c55cb49e7a0b44f [2021-04-09T00:58:00.490Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-09T00:58:00.520Z] > git config --add remote.origin.fetch +refs/pull/39846/head:refs/remotes/origin/PR-39846 # timeout=10 [2021-04-09T00:58:00.542Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-09T00:58:00.570Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-09T00:58:00.596Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-09T00:58:00.596Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-09T00:58:00.597Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/39846/head:refs/remotes/origin/PR-39846 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-09T00:58:01.027Z] > git config core.sparsecheckout # timeout=10 [2021-04-09T00:58:01.049Z] > git checkout -f 8f4b3b0ad41a5e3a29e57f0a8c55cb49e7a0b44f # timeout=10 [2021-04-09T00:58:02.668Z] Merge succeeded, producing f834c09f3ecfa476a634b31ff19cf5b7b1c28c2b [2021-04-09T00:58:02.668Z] Checking out Revision f834c09f3ecfa476a634b31ff19cf5b7b1c28c2b (PR-39846) [2021-04-09T00:58:01.830Z] > git remote # timeout=10 [2021-04-09T00:58:01.853Z] > git config --get remote.origin.url # timeout=10 [2021-04-09T00:58:01.879Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-09T00:58:01.880Z] > git merge be95eae6d2d8d46860f305d417b868a8ac5fc151 # timeout=10 [2021-04-09T00:58:02.642Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-09T00:58:02.667Z] > git config core.sparsecheckout # timeout=10 [2021-04-09T00:58:02.698Z] > git checkout -f f834c09f3ecfa476a634b31ff19cf5b7b1c28c2b # timeout=10 [2021-04-09T00:58:06.548Z] Commit message: "Merge commit 'be95eae6d2d8d46860f305d417b868a8ac5fc151' into HEAD" [2021-04-09T00:58:06.569Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-04-09T00:58:07.598Z] + docker version [2021-04-09T00:58:06.549Z] > git rev-list --no-walk 1dcc3c693722fcf8862298bc58d88dfae2e873c2 # timeout=10 [2021-04-09T00:58:08.832Z] ok github.com/docker/docker/api/server/httputils 0.029s coverage: 14.7% of statements [2021-04-09T00:58:08.832Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-04-09T00:58:10.224Z] ok github.com/docker/docker/api/server/middleware 0.040s coverage: 37.7% of statements [2021-04-09T00:58:10.224Z] ? github.com/docker/docker/api/server/router [no test files] [2021-04-09T00:58:10.224Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-04-09T00:58:10.224Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-04-09T00:58:10.224Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-04-09T00:58:10.224Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-04-09T00:58:10.224Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-04-09T00:58:10.224Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-04-09T00:58:10.224Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-04-09T00:58:10.487Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-04-09T00:58:11.436Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-04-09T00:58:11.436Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-04-09T00:58:11.699Z] ok github.com/docker/docker/api/types/strslice 0.018s coverage: 90.0% of statements [2021-04-09T00:58:11.962Z] ok github.com/docker/docker/api/types/filters 0.014s coverage: 92.2% of statements [2021-04-09T00:58:11.962Z] ok github.com/docker/docker/api/types/time 0.020s coverage: 100.0% of statements [2021-04-09T00:58:12.226Z] ok github.com/docker/docker/api/server/router/swarm 0.030s coverage: 5.7% of statements [2021-04-09T00:58:12.226Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-04-09T00:58:12.226Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-04-09T00:58:12.226Z] ? github.com/docker/docker/api/types [no test files] [2021-04-09T00:58:12.226Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-04-09T00:58:12.226Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-04-09T00:58:12.226Z] ? github.com/docker/docker/api/types/container [no test files] [2021-04-09T00:58:12.226Z] ? github.com/docker/docker/api/types/events [no test files] [2021-04-09T00:58:12.226Z] ? github.com/docker/docker/api/types/image [no test files] [2021-04-09T00:58:12.226Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-04-09T00:58:12.226Z] ? github.com/docker/docker/api/types/network [no test files] [2021-04-09T00:58:12.226Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-04-09T00:58:12.226Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-04-09T00:58:12.226Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-04-09T00:58:12.226Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-04-09T00:58:12.489Z] ok github.com/docker/docker/api/types/versions 0.048s coverage: 75.0% of statements [2021-04-09T00:58:12.489Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-04-09T00:58:12.489Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-04-09T00:58:12.489Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-04-09T00:58:12.489Z] ? github.com/docker/docker/builder [no test files] [2021-04-09T00:58:12.489Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-04-09T00:58:12.489Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-04-09T00:58:12.489Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-04-09T00:58:12.489Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-04-09T00:58:12.489Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-04-09T00:58:12.489Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-04-09T00:58:12.489Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-04-09T00:58:14.179Z] Client: Docker Engine - Community [2021-04-09T00:58:14.179Z] Version: 20.10.5 [2021-04-09T00:58:14.179Z] API version: 1.41 [2021-04-09T00:58:14.179Z] Go version: go1.13.15 [2021-04-09T00:58:14.179Z] Git commit: 55c4c88 [2021-04-09T00:58:14.179Z] Built: Tue Mar 2 20:18:05 2021 [2021-04-09T00:58:14.179Z] OS/Arch: linux/amd64 [2021-04-09T00:58:14.179Z] Context: default [2021-04-09T00:58:14.179Z] Experimental: true [2021-04-09T00:58:14.179Z] [2021-04-09T00:58:14.179Z] Server: Docker Engine - Community [2021-04-09T00:58:14.179Z] Engine: [2021-04-09T00:58:14.179Z] Version: 20.10.5 [2021-04-09T00:58:14.179Z] API version: 1.41 (minimum version 1.12) [2021-04-09T00:58:14.179Z] Go version: go1.13.15 [2021-04-09T00:58:14.179Z] Git commit: 363e9a8 [2021-04-09T00:58:14.179Z] Built: Tue Mar 2 20:16:00 2021 [2021-04-09T00:58:14.179Z] OS/Arch: linux/amd64 [2021-04-09T00:58:14.179Z] Experimental: true [2021-04-09T00:58:14.179Z] containerd: [2021-04-09T00:58:14.179Z] Version: 1.4.4 [2021-04-09T00:58:14.179Z] GitCommit: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-09T00:58:14.179Z] runc: [2021-04-09T00:58:14.179Z] Version: 1.0.0-rc93 [2021-04-09T00:58:14.179Z] GitCommit: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-09T00:58:14.179Z] docker-init: [2021-04-09T00:58:14.179Z] Version: 0.19.0 [2021-04-09T00:58:14.179Z] GitCommit: de40ad0 [Pipeline] sh [2021-04-09T00:58:14.507Z] + docker info [2021-04-09T00:58:15.072Z] ok github.com/docker/docker/cli/debug 0.012s coverage: 100.0% of statements [2021-04-09T00:58:16.020Z] ok github.com/docker/docker/builder/remotecontext 0.168s coverage: 13.7% of statements [2021-04-09T00:58:16.969Z] ok github.com/docker/docker/builder/dockerfile 0.461s coverage: 48.5% of statements [2021-04-09T00:58:16.969Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-04-09T00:58:18.371Z] ok github.com/docker/docker/builder/remotecontext/git 4.634s coverage: 86.3% of statements [2021-04-09T00:58:18.371Z] ? github.com/docker/docker/cli [no test files] [2021-04-09T00:58:18.371Z] ? github.com/docker/docker/cli/config [no test files] [2021-04-09T00:58:22.597Z] ok github.com/docker/docker/client 0.219s coverage: 75.4% of statements [2021-04-09T00:58:22.814Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-04-09T00:58:22.814Z] [2021-04-09T00:58:22.814Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-04-09T00:58:22.814Z] DOCKER_SYSTEMD=1 [2021-04-09T00:58:22.814Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-04-09T00:58:22.814Z] HOSTNAME=4e75555c6f1e [2021-04-09T00:58:22.814Z] DEST=bundles/test-integration [2021-04-09T00:58:22.814Z] PWD=/go/src/github.com/docker/docker [2021-04-09T00:58:22.814Z] DOCKER_GITCOMMIT=8d5caf49a185e369bda5bdde79ab8e07b3434ff2 [2021-04-09T00:58:22.814Z] container=docker [2021-04-09T00:58:22.814Z] HOME=/root [2021-04-09T00:58:22.814Z] LANG=C.UTF-8 [2021-04-09T00:58:22.814Z] INVOCATION_ID=9226fbd381764f74b6fe4e4870aac5df [2021-04-09T00:58:22.814Z] GOLANG_VERSION=1.13.15 [2021-04-09T00:58:22.814Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-04-09T00:58:22.814Z] VALIDATE_BRANCH=master [2021-04-09T00:58:22.814Z] TERM=xterm [2021-04-09T00:58:22.814Z] DOCKER_PKG=github.com/docker/docker [2021-04-09T00:58:22.814Z] SHLVL=3 [2021-04-09T00:58:22.814Z] TIMEOUT=120m [2021-04-09T00:58:22.814Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-04-09T00:58:22.814Z] DOCKER_GRAPHDRIVER=overlay2 [2021-04-09T00:58:22.814Z] GO111MODULE=off [2021-04-09T00:58:22.814Z] DOCKER_EXPERIMENTAL=1 [2021-04-09T00:58:22.814Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-04-09T00:58:22.814Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-04-09T00:58:22.814Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-04-09T00:58:22.814Z] GOPATH=/go [2021-04-09T00:58:22.814Z] PKG_CONFIG=pkg-config [2021-04-09T00:58:22.814Z] _=/usr/bin/env [2021-04-09T00:58:22.814Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-04-09T00:58:23.088Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-04-09T00:58:23.088Z] [2021-04-09T00:58:23.088Z] + TEST_INTEGRATION_DEST=1 [2021-04-09T00:58:23.088Z] + CONTAINER_NAME=docker-pr67-1 [2021-04-09T00:58:23.088Z] + TEST_SKIP_INTEGRATION_CLI=1 [2021-04-09T00:58:23.088Z] + run_tests test-integration-flaky [2021-04-09T00:58:23.088Z] + '[' -n 0 ']' [2021-04-09T00:58:23.088Z] + rm= [2021-04-09T00:58:23.088Z] + c=0 [2021-04-09T00:58:23.088Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-39846/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-39846/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-39846/.git:/go/src/github.com/docker/docker/.git --name docker-pr67-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=8d5caf49a185e369bda5bdde79ab8e07b3434ff2 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8d5caf49a185e369bda5bdde79ab8e07b3434ff2 hack/make.sh test-integration-flaky test-integration [2021-04-09T00:58:23.088Z] + TEST_INTEGRATION_DEST=2 [2021-04-09T00:58:23.088Z] + CONTAINER_NAME=docker-pr67-2 [2021-04-09T00:58:23.088Z] + TEST_SKIP_INTEGRATION=1 [2021-04-09T00:58:23.088Z] ++ jobs -p [2021-04-09T00:58:23.088Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2021-04-09T00:58:23.088Z] + run_tests [2021-04-09T00:58:23.088Z] + '[' -n 0 ']' [2021-04-09T00:58:23.088Z] + rm= [2021-04-09T00:58:23.088Z] + TEST_INTEGRATION_DEST=3 [2021-04-09T00:58:23.088Z] + CONTAINER_NAME=docker-pr67-3 [2021-04-09T00:58:23.088Z] + TEST_SKIP_INTEGRATION=1 [2021-04-09T00:58:23.088Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2021-04-09T00:58:23.088Z] + run_tests [2021-04-09T00:58:23.088Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-39846/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-39846/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-39846/.git:/go/src/github.com/docker/docker/.git --name docker-pr67-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=8d5caf49a185e369bda5bdde79ab8e07b3434ff2 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8d5caf49a185e369bda5bdde79ab8e07b3434ff2 hack/make.sh '' test-integration [2021-04-09T00:58:23.088Z] + '[' -n 0 ']' [2021-04-09T00:58:23.088Z] + rm= [2021-04-09T00:58:23.088Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-39846/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-39846/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-39846/.git:/go/src/github.com/docker/docker/.git --name docker-pr67-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=8d5caf49a185e369bda5bdde79ab8e07b3434ff2 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8d5caf49a185e369bda5bdde79ab8e07b3434ff2 hack/make.sh '' test-integration [2021-04-09T00:58:23.088Z] + for job in $(jobs -p) [2021-04-09T00:58:23.088Z] + wait 719 [2021-04-09T00:58:23.088Z] [2021-04-09T00:58:23.089Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2021-04-09T00:58:23.089Z] [2021-04-09T00:58:23.089Z] [2021-04-09T00:58:23.089Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-04-09T00:58:23.089Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-04-09T00:58:23.089Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-04-09T00:58:23.089Z] HOSTNAME=f1cd65b4ee3b [2021-04-09T00:58:23.089Z] TEST_SKIP_INTEGRATION=1 [2021-04-09T00:58:23.089Z] TESTDEBUG=0 [2021-04-09T00:58:23.089Z] DEST=bundles/test-integration [2021-04-09T00:58:23.089Z] PWD=/go/src/github.com/docker/docker [2021-04-09T00:58:23.089Z] KEEPBUNDLE=1 [2021-04-09T00:58:23.089Z] DOCKER_GITCOMMIT=8d5caf49a185e369bda5bdde79ab8e07b3434ff2 [2021-04-09T00:58:23.089Z] container=docker [2021-04-09T00:58:23.089Z] HOME=/root [2021-04-09T00:58:23.089Z] GOLANG_VERSION=1.13.15 [2021-04-09T00:58:23.089Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-04-09T00:58:23.089Z] VALIDATE_BRANCH=master [2021-04-09T00:58:23.089Z] TERM=xterm [2021-04-09T00:58:23.089Z] DOCKER_PKG=github.com/docker/docker [2021-04-09T00:58:23.089Z] SHLVL=1 [2021-04-09T00:58:23.089Z] TIMEOUT=120m [2021-04-09T00:58:23.089Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-04-09T00:58:23.089Z] DOCKER_GRAPHDRIVER=overlay2 [2021-04-09T00:58:23.089Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2021-04-09T00:58:23.089Z] GO111MODULE=off [2021-04-09T00:58:23.089Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-04-09T00:58:23.089Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-04-09T00:58:23.089Z] GOPATH=/go [2021-04-09T00:58:23.089Z] PKG_CONFIG=pkg-config [2021-04-09T00:58:23.089Z] _=/usr/bin/env [2021-04-09T00:58:23.089Z] Building test suite binary ./integration-cli/test.main [2021-04-09T00:58:23.089Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-04-09T00:58:23.089Z] HOSTNAME=9894a144ba7e [2021-04-09T00:58:23.089Z] TEST_SKIP_INTEGRATION=1 [2021-04-09T00:58:23.089Z] TESTDEBUG=0 [2021-04-09T00:58:23.089Z] DEST=bundles/test-integration [2021-04-09T00:58:23.089Z] PWD=/go/src/github.com/docker/docker [2021-04-09T00:58:23.089Z] KEEPBUNDLE=1 [2021-04-09T00:58:23.089Z] DOCKER_GITCOMMIT=8d5caf49a185e369bda5bdde79ab8e07b3434ff2 [2021-04-09T00:58:23.089Z] container=docker [2021-04-09T00:58:23.089Z] HOME=/root [2021-04-09T00:58:23.089Z] GOLANG_VERSION=1.13.15 [2021-04-09T00:58:23.089Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-04-09T00:58:23.089Z] VALIDATE_BRANCH=master [2021-04-09T00:58:23.089Z] TERM=xterm [2021-04-09T00:58:23.089Z] DOCKER_PKG=github.com/docker/docker [2021-04-09T00:58:23.089Z] SHLVL=1 [2021-04-09T00:58:23.089Z] TIMEOUT=120m [2021-04-09T00:58:23.089Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-04-09T00:58:23.089Z] DOCKER_GRAPHDRIVER=overlay2 [2021-04-09T00:58:23.089Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2021-04-09T00:58:23.089Z] GO111MODULE=off [2021-04-09T00:58:23.089Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-04-09T00:58:23.089Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-04-09T00:58:23.089Z] GOPATH=/go [2021-04-09T00:58:23.089Z] PKG_CONFIG=pkg-config [2021-04-09T00:58:23.089Z] _=/usr/bin/env [2021-04-09T00:58:23.089Z] Building test suite binary ./integration-cli/test.main [2021-04-09T00:58:23.089Z] No new tests added to integration. [2021-04-09T00:58:23.089Z] [2021-04-09T00:58:23.089Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-04-09T00:58:23.089Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-04-09T00:58:23.089Z] HOSTNAME=d0a07c704faf [2021-04-09T00:58:23.089Z] TESTDEBUG=0 [2021-04-09T00:58:23.089Z] DEST=bundles/test-integration [2021-04-09T00:58:23.089Z] PWD=/go/src/github.com/docker/docker [2021-04-09T00:58:23.089Z] KEEPBUNDLE=1 [2021-04-09T00:58:23.089Z] DOCKER_GITCOMMIT=8d5caf49a185e369bda5bdde79ab8e07b3434ff2 [2021-04-09T00:58:23.089Z] container=docker [2021-04-09T00:58:23.089Z] HOME=/root [2021-04-09T00:58:23.089Z] GOLANG_VERSION=1.13.15 [2021-04-09T00:58:23.089Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-04-09T00:58:23.089Z] VALIDATE_BRANCH=master [2021-04-09T00:58:23.089Z] TERM=xterm [2021-04-09T00:58:23.089Z] DOCKER_PKG=github.com/docker/docker [2021-04-09T00:58:23.089Z] SHLVL=1 [2021-04-09T00:58:23.089Z] TIMEOUT=120m [2021-04-09T00:58:23.089Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-04-09T00:58:23.089Z] DOCKER_GRAPHDRIVER=overlay2 [2021-04-09T00:58:23.089Z] GO111MODULE=off [2021-04-09T00:58:23.089Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-04-09T00:58:23.089Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-04-09T00:58:23.089Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-04-09T00:58:23.089Z] GOPATH=/go [2021-04-09T00:58:23.089Z] PKG_CONFIG=pkg-config [2021-04-09T00:58:23.089Z] _=/usr/bin/env [2021-04-09T00:58:23.089Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-04-09T00:58:24.491Z] Client: [2021-04-09T00:58:24.491Z] Context: default [2021-04-09T00:58:24.491Z] Debug Mode: false [2021-04-09T00:58:24.491Z] Plugins: [2021-04-09T00:58:24.491Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-04-09T00:58:24.491Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-04-09T00:58:24.491Z] [2021-04-09T00:58:24.491Z] Server: [2021-04-09T00:58:24.491Z] Containers: 0 [2021-04-09T00:58:24.491Z] Running: 0 [2021-04-09T00:58:24.491Z] Paused: 0 [2021-04-09T00:58:24.491Z] Stopped: 0 [2021-04-09T00:58:24.491Z] Images: 0 [2021-04-09T00:58:24.491Z] Server Version: 20.10.5 [2021-04-09T00:58:24.491Z] Storage Driver: overlay2 [2021-04-09T00:58:24.491Z] Backing Filesystem: extfs [2021-04-09T00:58:24.491Z] Supports d_type: true [2021-04-09T00:58:24.491Z] Native Overlay Diff: true [2021-04-09T00:58:24.491Z] Logging Driver: json-file [2021-04-09T00:58:24.491Z] Cgroup Driver: cgroupfs [2021-04-09T00:58:24.491Z] Cgroup Version: 1 [2021-04-09T00:58:24.491Z] Plugins: [2021-04-09T00:58:24.491Z] Volume: local [2021-04-09T00:58:24.491Z] Network: bridge host ipvlan macvlan null overlay [2021-04-09T00:58:24.491Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-04-09T00:58:24.491Z] Swarm: inactive [2021-04-09T00:58:24.491Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-04-09T00:58:24.491Z] Default Runtime: runc [2021-04-09T00:58:24.491Z] Init Binary: docker-init [2021-04-09T00:58:24.491Z] containerd version: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-09T00:58:24.491Z] runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-09T00:58:24.491Z] init version: de40ad0 [2021-04-09T00:58:24.491Z] Security Options: [2021-04-09T00:58:24.491Z] apparmor [2021-04-09T00:58:24.491Z] seccomp [2021-04-09T00:58:24.491Z] Profile: default [2021-04-09T00:58:24.491Z] Kernel Version: 5.4.0-1041-aws [2021-04-09T00:58:24.491Z] Operating System: Ubuntu 18.04.5 LTS [2021-04-09T00:58:24.491Z] OSType: linux [2021-04-09T00:58:24.491Z] Architecture: x86_64 [2021-04-09T00:58:24.491Z] CPUs: 2 [2021-04-09T00:58:24.491Z] Total Memory: 7.569GiB [2021-04-09T00:58:24.491Z] Name: ip-10-100-101-251 [2021-04-09T00:58:24.491Z] ID: CCOO:B2L2:53RH:M56T:HCH4:FPBZ:EMUZ:R22X:GVEU:CYRY:U2HB:5I2B [2021-04-09T00:58:24.491Z] Docker Root Dir: /var/lib/docker [2021-04-09T00:58:24.491Z] Debug Mode: false [2021-04-09T00:58:24.491Z] Registry: https://index.docker.io/v1/ [2021-04-09T00:58:24.491Z] Labels: [2021-04-09T00:58:24.491Z] Experimental: true [2021-04-09T00:58:24.491Z] Insecure Registries: [2021-04-09T00:58:24.491Z] 127.0.0.0/8 [2021-04-09T00:58:24.491Z] Live Restore Enabled: true [2021-04-09T00:58:24.491Z] [2021-04-09T00:58:24.491Z] WARNING: No swap limit support [Pipeline] sh [2021-04-09T00:58:24.775Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-04-09T00:58:24.775Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-04-09T00:58:24.775Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-39846/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-04-09T00:58:24.775Z] + bash /home/ubuntu/workspace/moby_PR-39846/check-config.sh [2021-04-09T00:58:24.775Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-04-09T00:58:24.775Z] info: reading kernel config from /boot/config-5.4.0-1041-aws ... [2021-04-09T00:58:24.775Z] [2021-04-09T00:58:24.775Z] Generally Necessary: [2021-04-09T00:58:24.775Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-04-09T00:58:24.775Z] - apparmor: enabled and tools installed [2021-04-09T00:58:24.775Z] - CONFIG_NAMESPACES: enabled [2021-04-09T00:58:24.775Z] - CONFIG_NET_NS: enabled [2021-04-09T00:58:24.775Z] - CONFIG_PID_NS: enabled [2021-04-09T00:58:24.775Z] - CONFIG_IPC_NS: enabled [2021-04-09T00:58:24.775Z] - CONFIG_UTS_NS: enabled [2021-04-09T00:58:24.775Z] - CONFIG_CGROUPS: enabled [2021-04-09T00:58:24.775Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-04-09T00:58:24.775Z] - CONFIG_CGROUP_DEVICE: enabled [2021-04-09T00:58:24.775Z] - CONFIG_CGROUP_FREEZER: enabled [2021-04-09T00:58:24.775Z] - CONFIG_CGROUP_SCHED: enabled [2021-04-09T00:58:24.775Z] - CONFIG_CPUSETS: enabled [2021-04-09T00:58:24.775Z] - CONFIG_MEMCG: enabled [2021-04-09T00:58:24.775Z] - CONFIG_KEYS: enabled [2021-04-09T00:58:24.775Z] - CONFIG_VETH: enabled (as module) [2021-04-09T00:58:24.775Z] - CONFIG_BRIDGE: enabled (as module) [2021-04-09T00:58:24.775Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-04-09T00:58:24.775Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-04-09T00:58:24.775Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-04-09T00:58:24.775Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-04-09T00:58:24.775Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-04-09T00:58:24.775Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-04-09T00:58:24.775Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-04-09T00:58:24.775Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-04-09T00:58:24.775Z] - CONFIG_NF_NAT: enabled (as module) [2021-04-09T00:58:24.775Z] - CONFIG_POSIX_MQUEUE: enabled [2021-04-09T00:58:24.775Z] [2021-04-09T00:58:24.775Z] Optional Features: [2021-04-09T00:58:24.775Z] - CONFIG_USER_NS: enabled [2021-04-09T00:58:24.775Z] - CONFIG_SECCOMP: enabled [2021-04-09T00:58:24.775Z] - CONFIG_SECCOMP_FILTER: enabled [2021-04-09T00:58:24.775Z] - CONFIG_CGROUP_PIDS: enabled [2021-04-09T00:58:24.775Z] - CONFIG_MEMCG_SWAP: enabled [2021-04-09T00:58:24.775Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-04-09T00:58:24.775Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-04-09T00:58:24.775Z] - CONFIG_BLK_CGROUP: enabled [2021-04-09T00:58:24.775Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-04-09T00:58:24.775Z] - CONFIG_CGROUP_PERF: enabled [2021-04-09T00:58:24.775Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-04-09T00:58:24.775Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-04-09T00:58:24.775Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-04-09T00:58:25.034Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-04-09T00:58:25.034Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-04-09T00:58:25.034Z] - CONFIG_RT_GROUP_SCHED: missing [2021-04-09T00:58:25.034Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-04-09T00:58:25.034Z] - CONFIG_IP_VS: enabled (as module) [2021-04-09T00:58:25.034Z] - CONFIG_IP_VS_NFCT: enabled [2021-04-09T00:58:25.034Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-04-09T00:58:25.034Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-04-09T00:58:25.034Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-04-09T00:58:25.034Z] - CONFIG_SECURITY_SELINUX: enabled [2021-04-09T00:58:25.034Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-04-09T00:58:25.034Z] - CONFIG_EXT4_FS: enabled [2021-04-09T00:58:25.034Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-04-09T00:58:25.034Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-04-09T00:58:25.034Z] - Network Drivers: [2021-04-09T00:58:25.034Z] - "overlay": [2021-04-09T00:58:25.034Z] - CONFIG_VXLAN: enabled (as module) [2021-04-09T00:58:25.034Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-04-09T00:58:25.034Z] Optional (for encrypted networks): [2021-04-09T00:58:25.034Z] - CONFIG_CRYPTO: enabled [2021-04-09T00:58:25.034Z] - CONFIG_CRYPTO_AEAD: enabled [2021-04-09T00:58:25.034Z] - CONFIG_CRYPTO_GCM: enabled [2021-04-09T00:58:25.034Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-04-09T00:58:25.034Z] - CONFIG_CRYPTO_GHASH: enabled [2021-04-09T00:58:25.034Z] - CONFIG_XFRM: enabled [2021-04-09T00:58:25.034Z] - CONFIG_XFRM_USER: enabled (as module) [2021-04-09T00:58:25.034Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-04-09T00:58:25.034Z] - CONFIG_INET_ESP: enabled (as module) [2021-04-09T00:58:25.034Z] - "ipvlan": [2021-04-09T00:58:25.034Z] - CONFIG_IPVLAN: enabled (as module) [2021-04-09T00:58:25.034Z] - "macvlan": [2021-04-09T00:58:25.034Z] - CONFIG_MACVLAN: enabled (as module) [2021-04-09T00:58:25.034Z] - CONFIG_DUMMY: enabled (as module) [2021-04-09T00:58:25.034Z] - "ftp,tftp client in container": [2021-04-09T00:58:25.034Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-04-09T00:58:25.034Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-04-09T00:58:25.034Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-04-09T00:58:25.034Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-04-09T00:58:25.034Z] - Storage Drivers: [2021-04-09T00:58:25.034Z] - "aufs": [2021-04-09T00:58:25.034Z] - CONFIG_AUFS_FS: enabled (as module) [2021-04-09T00:58:25.034Z] - "btrfs": [2021-04-09T00:58:25.034Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-04-09T00:58:25.034Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-04-09T00:58:25.034Z] - "devicemapper": [2021-04-09T00:58:25.034Z] - CONFIG_BLK_DEV_DM: enabled [2021-04-09T00:58:25.034Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-04-09T00:58:25.034Z] - "overlay": [2021-04-09T00:58:25.034Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-04-09T00:58:25.034Z] - "zfs": [2021-04-09T00:58:25.034Z] - /dev/zfs: present [2021-04-09T00:58:25.034Z] - zfs command: missing [2021-04-09T00:58:25.034Z] - zpool command: missing [2021-04-09T00:58:25.034Z] [2021-04-09T00:58:25.034Z] Limits: [2021-04-09T00:58:25.034Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-04-09T00:58:25.034Z] [2021-04-09T00:58:25.034Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-04-09T00:58:25.372Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:8d5caf49a185e369bda5bdde79ab8e07b3434ff2 . [2021-04-09T00:58:25.372Z] #1 [internal] load build definition from Dockerfile [2021-04-09T00:58:25.372Z] #1 sha256:aeae20a5b7d9d92f7e58c7cb8d0aa54f78f44510558ea55902a9a19b78c020fc [2021-04-09T00:58:25.372Z] #1 transferring dockerfile: 17.07kB done [2021-04-09T00:58:25.372Z] #1 DONE 0.1s [2021-04-09T00:58:25.372Z] [2021-04-09T00:58:25.372Z] #2 [internal] load .dockerignore [2021-04-09T00:58:25.372Z] #2 sha256:c217cd8c46f96fe9d75c6020e24e4a68c4775a8476ffaa26f417053368ee4c31 [2021-04-09T00:58:25.372Z] #2 transferring context: 87B done [2021-04-09T00:58:25.372Z] #2 DONE 0.1s [2021-04-09T00:58:25.372Z] [2021-04-09T00:58:25.372Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-04-09T00:58:25.372Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-04-09T00:58:25.941Z] #3 DONE 0.4s [2021-04-09T00:58:25.941Z] [2021-04-09T00:58:25.941Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-04-09T00:58:25.941Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-04-09T00:58:25.941Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2021-04-09T00:58:25.941Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-04-09T00:58:25.941Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done [2021-04-09T00:58:25.941Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done [2021-04-09T00:58:25.941Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.36MB / 9.64MB 0.2s [2021-04-09T00:58:26.201Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.3s done [2021-04-09T00:58:26.201Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 [2021-04-09T00:58:26.460Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.3s done [2021-04-09T00:58:26.720Z] #4 DONE 0.6s [2021-04-09T00:58:26.720Z] [2021-04-09T00:58:26.720Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-04-09T00:58:26.720Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-04-09T00:58:27.656Z] #8 DONE 0.9s [2021-04-09T00:58:27.656Z] [2021-04-09T00:58:27.656Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-04-09T00:58:27.656Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-04-09T00:58:27.656Z] #7 DONE 0.8s [2021-04-09T00:58:27.656Z] [2021-04-09T00:58:27.656Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-04-09T00:58:27.656Z] #6 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-04-09T00:58:27.656Z] #6 DONE 0.9s [2021-04-09T00:58:27.656Z] [2021-04-09T00:58:27.656Z] #5 [internal] load metadata for docker.io/library/debian:buster [2021-04-09T00:58:27.656Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-04-09T00:58:27.656Z] #5 DONE 0.9s [2021-04-09T00:58:28.597Z] [2021-04-09T00:58:28.597Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-04-09T00:58:28.597Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-04-09T00:58:28.597Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2021-04-09T00:58:28.597Z] #64 DONE 0.1s [2021-04-09T00:58:28.597Z] [2021-04-09T00:58:28.597Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:5c1daf79a2d6202cf1b80a80f522fa0aaec4dc1c0520135ed277627c12171c3b [2021-04-09T00:58:28.597Z] #26 sha256:53816807411efe1f35e19f1e99808535cd16125331b7e912d3ae84ebf9049cab [2021-04-09T00:58:28.597Z] #26 resolve docker.io/library/debian:buster@sha256:5c1daf79a2d6202cf1b80a80f522fa0aaec4dc1c0520135ed277627c12171c3b 0.0s done [2021-04-09T00:58:28.597Z] #26 sha256:5c1daf79a2d6202cf1b80a80f522fa0aaec4dc1c0520135ed277627c12171c3b 1.85kB / 1.85kB done [2021-04-09T00:58:28.597Z] #26 sha256:57198c0f3bb6172ab28f3351d5eca9239527e22a59287174e8b9a73156075bef 529B / 529B done [2021-04-09T00:58:28.597Z] #26 sha256:109b803c6a30d5b613caf528e4b8f96d2aa4205c58de6ac494825d81380125c8 1.46kB / 1.46kB done [2021-04-09T00:58:28.856Z] #26 sha256:004f1eed87df3f75f5e2a1a649fa7edd7f713d1300532fd0909bb39cd48437d7 0B / 50.43MB 0.1s [2021-04-09T00:58:28.856Z] #26 sha256:004f1eed87df3f75f5e2a1a649fa7edd7f713d1300532fd0909bb39cd48437d7 10.33MB / 50.43MB 0.2s [2021-04-09T00:58:29.130Z] #26 sha256:004f1eed87df3f75f5e2a1a649fa7edd7f713d1300532fd0909bb39cd48437d7 18.87MB / 50.43MB 0.3s [2021-04-09T00:58:29.130Z] #26 sha256:004f1eed87df3f75f5e2a1a649fa7edd7f713d1300532fd0909bb39cd48437d7 28.26MB / 50.43MB 0.4s [2021-04-09T00:58:29.130Z] #26 sha256:004f1eed87df3f75f5e2a1a649fa7edd7f713d1300532fd0909bb39cd48437d7 31.90MB / 50.43MB 0.5s [2021-04-09T00:58:29.393Z] #26 sha256:004f1eed87df3f75f5e2a1a649fa7edd7f713d1300532fd0909bb39cd48437d7 37.75MB / 50.43MB 0.7s [2021-04-09T00:58:29.654Z] #26 sha256:004f1eed87df3f75f5e2a1a649fa7edd7f713d1300532fd0909bb39cd48437d7 45.09MB / 50.43MB 0.9s [2021-04-09T00:58:29.654Z] #26 sha256:004f1eed87df3f75f5e2a1a649fa7edd7f713d1300532fd0909bb39cd48437d7 50.43MB / 50.43MB 0.9s [2021-04-09T00:58:30.229Z] #26 sha256:004f1eed87df3f75f5e2a1a649fa7edd7f713d1300532fd0909bb39cd48437d7 50.43MB / 50.43MB 1.6s done [2021-04-09T00:58:30.492Z] #26 extracting sha256:004f1eed87df3f75f5e2a1a649fa7edd7f713d1300532fd0909bb39cd48437d7 [2021-04-09T00:58:32.406Z] #26 ... [2021-04-09T00:58:32.406Z] [2021-04-09T00:58:32.406Z] #23 [internal] load build context [2021-04-09T00:58:32.407Z] #23 sha256:f592bbc504f4d4a929b4d6df23785aa2e7c398c6c5171eba0e6df4bc9161bb8a [2021-04-09T00:58:32.407Z] #23 transferring context: 53.56MB 3.8s done [2021-04-09T00:58:32.407Z] #23 DONE 4.0s [2021-04-09T00:58:32.407Z] [2021-04-09T00:58:32.407Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:5c1daf79a2d6202cf1b80a80f522fa0aaec4dc1c0520135ed277627c12171c3b [2021-04-09T00:58:32.407Z] #26 sha256:53816807411efe1f35e19f1e99808535cd16125331b7e912d3ae84ebf9049cab [2021-04-09T00:58:33.789Z] #26 ... [2021-04-09T00:58:33.789Z] [2021-04-09T00:58:33.789Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-04-09T00:58:33.789Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-04-09T00:58:33.789Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-04-09T00:58:33.789Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-04-09T00:58:33.789Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-04-09T00:58:33.789Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-04-09T00:58:33.789Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 3.8s done [2021-04-09T00:58:33.789Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.3s done [2021-04-09T00:58:33.789Z] #62 DONE 5.3s [2021-04-09T00:58:33.789Z] [2021-04-09T00:58:33.789Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:5c1daf79a2d6202cf1b80a80f522fa0aaec4dc1c0520135ed277627c12171c3b [2021-04-09T00:58:33.789Z] #26 sha256:53816807411efe1f35e19f1e99808535cd16125331b7e912d3ae84ebf9049cab [2021-04-09T00:58:35.733Z] #26 extracting sha256:004f1eed87df3f75f5e2a1a649fa7edd7f713d1300532fd0909bb39cd48437d7 5.1s [2021-04-09T00:58:35.993Z] #26 ... [2021-04-09T00:58:35.993Z] [2021-04-09T00:58:35.993Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-04-09T00:58:35.993Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-04-09T00:58:35.993Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-04-09T00:58:35.993Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-04-09T00:58:35.993Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-04-09T00:58:35.993Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 5.0s done [2021-04-09T00:58:35.993Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.5s done [2021-04-09T00:58:35.993Z] #64 DONE 7.3s [2021-04-09T00:58:35.993Z] [2021-04-09T00:58:35.993Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:5c1daf79a2d6202cf1b80a80f522fa0aaec4dc1c0520135ed277627c12171c3b [2021-04-09T00:58:35.993Z] #26 sha256:53816807411efe1f35e19f1e99808535cd16125331b7e912d3ae84ebf9049cab [2021-04-09T00:58:36.254Z] #26 ... [2021-04-09T00:58:36.254Z] [2021-04-09T00:58:36.254Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-04-09T00:58:36.254Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-04-09T00:58:36.254Z] #63 DONE 0.4s [2021-04-09T00:58:36.254Z] [2021-04-09T00:58:36.254Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:5c1daf79a2d6202cf1b80a80f522fa0aaec4dc1c0520135ed277627c12171c3b [2021-04-09T00:58:36.254Z] #26 sha256:53816807411efe1f35e19f1e99808535cd16125331b7e912d3ae84ebf9049cab [2021-04-09T00:58:37.192Z] #26 extracting sha256:004f1eed87df3f75f5e2a1a649fa7edd7f713d1300532fd0909bb39cd48437d7 6.7s done [2021-04-09T00:58:37.192Z] #26 ... [2021-04-09T00:58:37.192Z] [2021-04-09T00:58:37.192Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-04-09T00:58:37.192Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-04-09T00:58:37.192Z] #65 DONE 1.1s [2021-04-09T00:58:37.451Z] [2021-04-09T00:58:37.451Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:5c1daf79a2d6202cf1b80a80f522fa0aaec4dc1c0520135ed277627c12171c3b [2021-04-09T00:58:37.451Z] #26 sha256:53816807411efe1f35e19f1e99808535cd16125331b7e912d3ae84ebf9049cab [2021-04-09T00:58:37.451Z] #26 DONE 8.9s [2021-04-09T00:58:37.451Z] [2021-04-09T00:58:37.451Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-09T00:58:37.451Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-04-09T00:58:37.451Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.1s done [2021-04-09T00:58:37.451Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-04-09T00:58:37.451Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2021-04-09T00:58:37.451Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2021-04-09T00:58:37.451Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 2.0s done [2021-04-09T00:58:37.451Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.5s done [2021-04-09T00:58:37.451Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.0s done [2021-04-09T00:58:37.451Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 2.4s done [2021-04-09T00:58:37.451Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 3.7s done [2021-04-09T00:58:37.451Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 5.0s done [2021-04-09T00:58:37.452Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 6.2s done [2021-04-09T00:58:37.452Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 2.7s done [2021-04-09T00:58:37.452Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.1s [2021-04-09T00:58:38.020Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.7s done [2021-04-09T00:58:38.020Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 [2021-04-09T00:58:38.594Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.4s done [2021-04-09T00:58:38.594Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab [2021-04-09T00:58:39.138Z] INFO [loader] Go packages loading at mode 575 (types_sizes|compiled_files|deps|exports_file|files|imports|name) took 2m2.590006506s [2021-04-09T00:58:39.138Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 465.036582ms [2021-04-09T00:58:42.806Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 4.1s done [2021-04-09T00:58:42.806Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 [2021-04-09T00:58:44.901Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2021-04-09T00:58:44.901Z] [2021-04-09T00:58:44.901Z] ________ ____ __. [2021-04-09T00:58:44.901Z] \_____ \ | |/ _| [2021-04-09T00:58:44.901Z] / | \| < [2021-04-09T00:58:44.901Z] / | \ | \ [2021-04-09T00:58:44.901Z] \_______ /____|__ \ [2021-04-09T00:58:44.901Z] \/ \/ [2021-04-09T00:58:44.901Z] [2021-04-09T00:58:44.901Z] INFO: make.ps1 ended at 04/09/2021 00:58:41 [2021-04-09T00:58:44.901Z] INFO: Binaries build ended at 04/09/2021 00:58:43. Duration:00:01:31.4795624 [2021-04-09T00:58:44.901Z] INFO: Copying the built daemon binary to d:\CI\PR-39846\67\binary\dockerd-dedcdcf755.exe... [2021-04-09T00:58:45.366Z] INFO: Copying the built client binary to d:\CI\PR-39846\67\binary\docker-dedcdcf755.exe... [2021-04-09T00:58:45.366Z] INFO: Copying dockerversion from the container... [2021-04-09T00:58:45.366Z] INFO: Copying the golang package from the container to d:\CI\PR-39846\67\installer\go.zip... [2021-04-09T00:58:46.103Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 3.2s done [2021-04-09T00:58:46.347Z] INFO: Extracting go.zip to d:\CI\PR-39846\67\go [2021-04-09T00:58:46.365Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e [2021-04-09T00:58:47.306Z] #9 ... [2021-04-09T00:58:47.306Z] [2021-04-09T00:58:47.306Z] #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-09T00:58:47.306Z] #27 sha256:fe0652333e9397ad75a464bf99138ad703d8648dbec0894f017deea5d88ff8f8 [2021-04-09T00:58:47.306Z] #27 1.147 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-09T00:58:47.306Z] #27 1.147 Get:2 http://deb.debian.org/debian buster InRelease [121 kB] [2021-04-09T00:58:47.306Z] #27 1.155 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-09T00:58:47.306Z] #27 1.309 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [272 kB] [2021-04-09T00:58:47.306Z] #27 1.544 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-04-09T00:58:47.306Z] #27 1.836 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-04-09T00:58:47.306Z] #27 3.449 Fetched 8427 kB in 3s (3295 kB/s) [2021-04-09T00:58:47.306Z] #27 3.449 Reading package lists... [2021-04-09T00:58:47.306Z] #27 4.373 Reading package lists... [2021-04-09T00:58:47.306Z] #27 5.308 Building dependency tree... [2021-04-09T00:58:47.306Z] #27 5.673 The following additional packages will be installed: [2021-04-09T00:58:47.306Z] #27 5.673 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-04-09T00:58:47.306Z] #27 5.673 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-04-09T00:58:47.306Z] #27 5.673 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-04-09T00:58:47.306Z] #27 5.673 Suggested packages: [2021-04-09T00:58:47.306Z] #27 5.673 krb5-doc krb5-user [2021-04-09T00:58:47.306Z] #27 5.673 Recommended packages: [2021-04-09T00:58:47.306Z] #27 5.673 krb5-locales publicsuffix libsasl2-modules [2021-04-09T00:58:47.306Z] #27 5.897 The following NEW packages will be installed: [2021-04-09T00:58:47.306Z] #27 5.897 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-04-09T00:58:47.306Z] #27 5.901 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-04-09T00:58:47.306Z] #27 5.901 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-04-09T00:58:47.306Z] #27 5.901 libssh2-1 libssl1.1 openssl [2021-04-09T00:58:47.306Z] #27 6.180 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded. [2021-04-09T00:58:47.306Z] #27 6.180 Need to get 5059 kB of archives. [2021-04-09T00:58:47.306Z] #27 6.180 After this operation, 12.1 MB of additional disk space will be used. [2021-04-09T00:58:47.306Z] #27 6.180 Get:1 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-04-09T00:58:47.306Z] #27 6.185 Get:2 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-04-09T00:58:47.306Z] #27 6.185 Get:3 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-04-09T00:58:47.306Z] #27 6.185 Get:4 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-04-09T00:58:47.306Z] #27 6.185 Get:5 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-04-09T00:58:47.306Z] #27 6.189 Get:6 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-04-09T00:58:47.306Z] #27 6.192 Get:7 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2021-04-09T00:58:47.306Z] #27 6.194 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-04-09T00:58:47.306Z] #27 6.196 Get:9 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-04-09T00:58:47.306Z] #27 6.201 Get:10 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB] [2021-04-09T00:58:47.306Z] #27 6.203 Get:11 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-04-09T00:58:47.306Z] #27 6.204 Get:12 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-04-09T00:58:47.306Z] #27 6.207 Get:13 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-04-09T00:58:47.306Z] #27 6.209 Get:14 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-04-09T00:58:47.306Z] #27 6.210 Get:15 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-04-09T00:58:47.306Z] #27 6.213 Get:16 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-04-09T00:58:47.306Z] #27 6.216 Get:17 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-04-09T00:58:47.306Z] #27 6.249 Get:18 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB] [2021-04-09T00:58:47.306Z] #27 6.520 Get:19 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB] [2021-04-09T00:58:47.306Z] #27 6.599 Get:20 http://security.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB] [2021-04-09T00:58:47.306Z] #27 6.628 Get:21 http://security.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB] [2021-04-09T00:58:47.306Z] #27 6.818 debconf: delaying package configuration, since apt-utils is not installed [2021-04-09T00:58:47.306Z] #27 6.846 Fetched 5059 kB in 1s (6982 kB/s) [2021-04-09T00:58:47.306Z] #27 6.893 Selecting previously unselected package libssl1.1:amd64. [2021-04-09T00:58:47.306Z] #27 6.893 (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-09T00:58:47.306Z] #27 6.893 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ... [2021-04-09T00:58:47.306Z] #27 6.902 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-04-09T00:58:47.306Z] #27 7.085 Selecting previously unselected package openssl. [2021-04-09T00:58:47.306Z] #27 7.085 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ... [2021-04-09T00:58:47.306Z] #27 7.089 Unpacking openssl (1.1.1d-0+deb10u6) ... [2021-04-09T00:58:47.306Z] #27 7.216 Selecting previously unselected package ca-certificates. [2021-04-09T00:58:47.306Z] #27 7.216 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ... [2021-04-09T00:58:47.306Z] #27 7.221 Unpacking ca-certificates (20200601~deb10u2) ... [2021-04-09T00:58:47.306Z] #27 7.296 Selecting previously unselected package libkeyutils1:amd64. [2021-04-09T00:58:47.306Z] #27 7.296 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ... [2021-04-09T00:58:47.306Z] #27 7.300 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-04-09T00:58:47.306Z] #27 7.334 Selecting previously unselected package libkrb5support0:amd64. [2021-04-09T00:58:47.306Z] #27 7.334 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-04-09T00:58:47.306Z] #27 7.338 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-04-09T00:58:47.306Z] #27 7.376 Selecting previously unselected package libk5crypto3:amd64. [2021-04-09T00:58:47.306Z] #27 7.376 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-04-09T00:58:47.306Z] #27 7.379 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-04-09T00:58:47.306Z] #27 7.424 Selecting previously unselected package libkrb5-3:amd64. [2021-04-09T00:58:47.306Z] #27 7.424 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-04-09T00:58:47.306Z] #27 7.427 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-04-09T00:58:47.306Z] #27 7.516 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-09T00:58:47.306Z] #27 7.516 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-04-09T00:58:47.306Z] #27 7.520 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-04-09T00:58:47.306Z] #27 7.567 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-09T00:58:47.306Z] #27 7.567 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-04-09T00:58:47.306Z] #27 7.570 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-04-09T00:58:47.306Z] #27 7.612 Selecting previously unselected package libsasl2-2:amd64. [2021-04-09T00:58:47.306Z] #27 7.612 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-04-09T00:58:47.306Z] #27 7.616 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-04-09T00:58:47.306Z] #27 7.657 Selecting previously unselected package libldap-common. [2021-04-09T00:58:47.306Z] #27 7.657 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-04-09T00:58:47.306Z] #27 7.662 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-04-09T00:58:47.306Z] #27 7.707 Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-09T00:58:47.306Z] #27 7.707 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ... [2021-04-09T00:58:47.306Z] #27 7.711 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-04-09T00:58:47.306Z] #27 7.775 Selecting previously unselected package libnghttp2-14:amd64. [2021-04-09T00:58:47.306Z] #27 7.775 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-04-09T00:58:47.306Z] #27 7.779 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-04-09T00:58:47.306Z] #27 7.823 Selecting previously unselected package libpsl5:amd64. [2021-04-09T00:58:47.306Z] #27 7.823 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-04-09T00:58:47.306Z] #27 7.855 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-04-09T00:58:47.306Z] #27 7.896 Selecting previously unselected package librtmp1:amd64. [2021-04-09T00:58:47.306Z] #27 7.896 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-04-09T00:58:47.306Z] #27 7.900 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-04-09T00:58:47.306Z] #27 7.940 Selecting previously unselected package libssh2-1:amd64. [2021-04-09T00:58:47.306Z] #27 7.940 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-04-09T00:58:47.306Z] #27 7.943 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-04-09T00:58:47.306Z] #27 7.997 Selecting previously unselected package libcurl4:amd64. [2021-04-09T00:58:47.306Z] #27 7.997 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ... [2021-04-09T00:58:47.306Z] #27 8.001 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-04-09T00:58:47.306Z] #27 8.070 Selecting previously unselected package curl. [2021-04-09T00:58:47.306Z] #27 8.070 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ... [2021-04-09T00:58:47.306Z] #27 8.075 Unpacking curl (7.64.0-4+deb10u2) ... [2021-04-09T00:58:47.306Z] #27 8.138 Selecting previously unselected package libonig5:amd64. [2021-04-09T00:58:47.306Z] #27 8.138 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-04-09T00:58:47.306Z] #27 8.142 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-04-09T00:58:47.306Z] #27 8.204 Selecting previously unselected package libjq1:amd64. [2021-04-09T00:58:47.306Z] #27 8.204 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-04-09T00:58:47.306Z] #27 8.208 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-04-09T00:58:47.306Z] #27 8.248 Selecting previously unselected package jq. [2021-04-09T00:58:47.306Z] #27 8.248 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-04-09T00:58:47.306Z] #27 8.253 Unpacking jq (1.5+dfsg-2+b1) ... [2021-04-09T00:58:47.306Z] #27 8.298 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-04-09T00:58:47.306Z] #27 8.309 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-04-09T00:58:47.306Z] #27 8.322 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-04-09T00:58:47.306Z] #27 8.454 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-04-09T00:58:47.306Z] #27 8.466 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-04-09T00:58:47.306Z] #27 8.480 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-04-09T00:58:47.306Z] #27 8.491 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-04-09T00:58:47.306Z] #27 8.502 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-04-09T00:58:47.306Z] #27 8.512 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-04-09T00:58:47.306Z] #27 8.523 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-04-09T00:58:47.306Z] #27 8.534 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-04-09T00:58:47.306Z] #27 8.543 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-04-09T00:58:47.306Z] #27 8.555 Setting up openssl (1.1.1d-0+deb10u6) ... [2021-04-09T00:58:47.306Z] #27 8.570 Setting up libonig5:amd64 (6.9.1-1) ... [2021-04-09T00:58:47.306Z] #27 8.586 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-04-09T00:58:47.306Z] #27 8.597 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-04-09T00:58:47.306Z] #27 8.611 Setting up ca-certificates (20200601~deb10u2) ... [2021-04-09T00:58:47.306Z] #27 9.208 Updating certificates in /etc/ssl/certs... [2021-04-09T00:58:47.566Z] #27 10.06 137 added, 0 removed; done. [2021-04-09T00:58:47.566Z] #27 ... [2021-04-09T00:58:47.566Z] [2021-04-09T00:58:47.566Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-09T00:58:47.566Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-04-09T00:58:50.860Z] #9 ... [2021-04-09T00:58:50.860Z] [2021-04-09T00:58:50.860Z] #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-09T00:58:50.860Z] #27 sha256:fe0652333e9397ad75a464bf99138ad703d8648dbec0894f017deea5d88ff8f8 [2021-04-09T00:58:50.860Z] #27 10.13 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-04-09T00:58:50.860Z] #27 10.14 Setting up jq (1.5+dfsg-2+b1) ... [2021-04-09T00:58:50.860Z] #27 10.15 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-04-09T00:58:50.860Z] #27 10.16 Setting up curl (7.64.0-4+deb10u2) ... [2021-04-09T00:58:50.860Z] #27 10.17 Processing triggers for libc-bin (2.28-10) ... [2021-04-09T00:58:50.860Z] #27 10.19 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-04-09T00:58:50.860Z] #27 10.20 Updating certificates in /etc/ssl/certs... [2021-04-09T00:58:50.860Z] #27 10.92 0 added, 0 removed; done. [2021-04-09T00:58:50.860Z] #27 10.92 Running hooks in /etc/ca-certificates/update.d... [2021-04-09T00:58:50.860Z] #27 10.92 done. [2021-04-09T00:58:50.860Z] #27 DONE 13.5s [2021-04-09T00:58:51.120Z] [2021-04-09T00:58:51.120Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-04-09T00:58:51.120Z] #28 sha256:7c7b5ddcedb6d6bab8ba3d8a79068bea500c500d2bea2d3ce577575b5f612c65 [2021-04-09T00:58:51.120Z] #28 DONE 0.2s [2021-04-09T00:58:51.120Z] [2021-04-09T00:58:51.120Z] #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-09T00:58:51.120Z] #29 sha256:da4ceaeac3b71b596e2ee3bdddf50548cff44fed906bade5396a6dd3ad6fdb06 [2021-04-09T00:58:52.500Z] #29 1.102 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-04-09T00:58:52.500Z] #29 1.206 [2021-04-09T00:58:52.761Z] #29 1.324 ########### 16.3% ########################## 37.4% ######################################### 57.2% [2021-04-09T00:58:52.761Z] #29 ... [2021-04-09T00:58:52.761Z] [2021-04-09T00:58:52.761Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-09T00:58:52.761Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-04-09T00:58:52.761Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.8s done [2021-04-09T00:58:52.761Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2021-04-09T00:58:52.761Z] #9 DONE 24.1s [2021-04-09T00:58:52.761Z] [2021-04-09T00:58:52.761Z] #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-09T00:58:52.761Z] #29 sha256:da4ceaeac3b71b596e2ee3bdddf50548cff44fed906bade5396a6dd3ad6fdb06 [2021-04-09T00:58:52.761Z] #29 1.324 ########### 16.3% ########################## 37.4% ######################################### 57.2% ####################################################### 77.2% ################################################################### 94.2% ######################################################################## 100.0% [2021-04-09T00:58:52.761Z] #29 1.838 [2021-04-09T00:58:53.021Z] #29 1.944 ######################################################################## 100.0% [2021-04-09T00:58:53.022Z] #29 2.036 [2021-04-09T00:58:53.282Z] #29 2.151 ######################################################## 78.0% ######################################################################## 100.0% [2021-04-09T00:58:53.282Z] #29 2.250 [2021-04-09T00:58:53.805Z] #29 2.364 ############ 17.7% ########################## 37.1% [2021-04-09T00:58:53.805Z] #29 ... [2021-04-09T00:58:53.805Z] [2021-04-09T00:58:53.805Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-04-09T00:58:53.805Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-04-09T00:58:53.805Z] #10 DONE 1.1s [2021-04-09T00:58:53.805Z] [2021-04-09T00:58:53.805Z] #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-09T00:58:53.805Z] #29 sha256:da4ceaeac3b71b596e2ee3bdddf50548cff44fed906bade5396a6dd3ad6fdb06 [2021-04-09T00:58:53.805Z] #29 2.364 ############ 17.7% ########################## 37.1% ######################################## 56.4% ##################################################### 74.9% #################################################################### 94.6% ######################################################################## 100.0% [2021-04-09T00:58:54.069Z] #29 2.959 [2021-04-09T00:58:54.592Z] #29 3.088 0.3% ###### 9.0% ########## 14.9% ############## 20.1% ################## 25.3% ###################### 30.6% [2021-04-09T00:58:54.592Z] #29 ... [2021-04-09T00:58:54.592Z] [2021-04-09T00:58:54.592Z] #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-09T00:58:54.592Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-04-09T00:58:54.592Z] #11 DONE 1.0s [2021-04-09T00:58:54.592Z] [2021-04-09T00:58:54.592Z] #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-09T00:58:54.592Z] #29 sha256:da4ceaeac3b71b596e2ee3bdddf50548cff44fed906bade5396a6dd3ad6fdb06 [2021-04-09T00:58:54.756Z] ok github.com/docker/docker/cmd/dockerd 0.154s coverage: 29.1% of statements [2021-04-09T00:58:54.756Z] ok github.com/docker/docker/container 0.157s coverage: 34.4% of statements [2021-04-09T00:58:54.756Z] ? github.com/docker/docker/container/stream [no test files] [2021-04-09T00:58:54.756Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-04-09T00:58:54.756Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-04-09T00:58:54.756Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-04-09T00:58:54.756Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.089s coverage: 65.3% of statements [2021-04-09T00:58:54.843Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-04-09T00:58:54.843Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-04-09T00:58:54.853Z] #29 3.088 0.3% ###### 9.0% ########## 14.9% ############## 20.1% ################## 25.3% ###################### 30.6% ######################### 35.7% ############################# 41.0% [2021-04-09T00:58:54.853Z] #29 ... [2021-04-09T00:58:54.853Z] [2021-04-09T00:58:54.853Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-04-09T00:58:54.853Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-04-09T00:58:54.853Z] #31 DONE 0.3s [2021-04-09T00:58:54.853Z] [2021-04-09T00:58:54.853Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-04-09T00:58:54.853Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-04-09T00:58:54.853Z] #39 DONE 0.3s [2021-04-09T00:58:54.853Z] [2021-04-09T00:58:54.853Z] #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-09T00:58:54.853Z] #29 sha256:da4ceaeac3b71b596e2ee3bdddf50548cff44fed906bade5396a6dd3ad6fdb06 [2021-04-09T00:58:56.152Z] ok github.com/docker/docker/daemon/cluster/convert 0.031s coverage: 35.9% of statements [2021-04-09T00:58:56.176Z] #29 3.088 0.3% ###### 9.0% ########## 14.9% ############## 20.1% ################## 25.3% ###################### 30.6% ######################### 35.7% ############################# 41.0% ################################# 46.2% #################################### 50.8% ######################################## 56.7% ########################################## 59.3% ############################################## 64.3% ################################################# 68.4% #################################################### 72.8% ####################################################### 77.3% ########################################################## 81.1% ############################################################ 83.8% ############################################################### 87.7% ################################################################## 92.3% ##################################################################### 96.0% ######################################################################## 100.0% [2021-04-09T00:58:56.176Z] #29 5.224 [2021-04-09T00:58:56.745Z] #29 5.666 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-04-09T00:58:57.004Z] #29 5.816 [2021-04-09T00:58:57.004Z] #29 5.951 ######################################################################## 100.0% [2021-04-09T00:58:57.004Z] #29 5.990 [2021-04-09T00:58:57.271Z] INFO [runner/unused/goanalysis] analyzers took 29.648445152s with top 10 stages: buildssa: 25.137952502s, U1000: 4.51049265s [2021-04-09T00:58:58.924Z] #29 ... [2021-04-09T00:58:58.924Z] [2021-04-09T00:58:58.924Z] #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-09T00:58:58.924Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9 [2021-04-09T00:58:58.924Z] #12 DONE 3.9s [2021-04-09T00:58:58.924Z] [2021-04-09T00:58:58.924Z] #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-09T00:58:58.924Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-09T00:58:59.469Z] ok github.com/docker/docker/daemon/cluster 0.106s coverage: 0.5% of statements [2021-04-09T00:59:02.046Z] ok github.com/docker/docker/daemon/discovery 0.018s coverage: 30.0% of statements [2021-04-09T00:59:02.046Z] ok github.com/docker/docker/daemon/config 0.093s coverage: 81.8% of statements [2021-04-09T00:59:02.334Z] #13 3.738 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-04-09T00:59:02.597Z] #13 3.830 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-04-09T00:59:02.597Z] #13 3.835 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-09T00:59:02.597Z] #13 3.836 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-09T00:59:03.441Z] ok github.com/docker/docker/daemon/events 0.071s coverage: 50.0% of statements [2021-04-09T00:59:03.986Z] #13 5.080 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [461 kB] [2021-04-09T00:59:03.986Z] #13 ... [2021-04-09T00:59:03.986Z] [2021-04-09T00:59:03.986Z] #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-09T00:59:03.986Z] #29 sha256:da4ceaeac3b71b596e2ee3bdddf50548cff44fed906bade5396a6dd3ad6fdb06 [2021-04-09T00:59:03.986Z] #29 9.941 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-04-09T00:59:03.986Z] #29 10.70 [2021-04-09T00:59:03.986Z] #29 10.98 0.6% ######################################################################## 100.0% [2021-04-09T00:59:03.986Z] #29 11.26 [2021-04-09T00:59:03.986Z] #29 12.57 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-04-09T00:59:04.249Z] #29 13.03 [2021-04-09T00:59:04.398Z] ok github.com/docker/docker/daemon/graphdriver 0.016s coverage: 2.2% of statements [2021-04-09T00:59:04.779Z] #29 13.29 0.0% ### 4.4% ##### 7.8% [2021-04-09T00:59:04.779Z] #29 ... [2021-04-09T00:59:04.779Z] [2021-04-09T00:59:04.779Z] #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-09T00:59:04.779Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-04-09T00:59:04.779Z] #55 7.119 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-04-09T00:59:04.779Z] #55 7.196 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-09T00:59:04.779Z] #55 7.196 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-09T00:59:04.779Z] #55 8.596 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-04-09T00:59:04.779Z] #55 ... [2021-04-09T00:59:04.779Z] [2021-04-09T00:59:04.779Z] #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-09T00:59:04.779Z] #47 sha256:3d56a6a6acc15b155a028ec36af0d4386e9fca94bdcf93fb485c5938ee1355c3 [2021-04-09T00:59:04.779Z] #47 5.733 + RM_GOPATH=0 [2021-04-09T00:59:04.779Z] #47 5.733 + TMP_GOPATH= [2021-04-09T00:59:04.779Z] #47 5.733 + : /build [2021-04-09T00:59:04.779Z] #47 5.733 + '[' -z '' ']' [2021-04-09T00:59:04.779Z] #47 5.733 ++ mktemp -d [2021-04-09T00:59:04.779Z] #47 5.736 + export GOPATH=/tmp/tmp.GoxNMXOGsr [2021-04-09T00:59:04.779Z] #47 5.736 + GOPATH=/tmp/tmp.GoxNMXOGsr [2021-04-09T00:59:04.779Z] #47 5.736 + RM_GOPATH=1 [2021-04-09T00:59:04.779Z] #47 5.736 + case "$(go env GOARCH)" in [2021-04-09T00:59:04.779Z] #47 5.736 ++ go env GOARCH [2021-04-09T00:59:04.779Z] #47 5.751 + export GO_BUILDMODE=-buildmode=pie [2021-04-09T00:59:04.779Z] #47 5.751 + GO_BUILDMODE=-buildmode=pie [2021-04-09T00:59:04.779Z] #47 5.751 ++ dirname /tmp/install/install.sh [2021-04-09T00:59:04.779Z] #47 5.753 + dir=/tmp/install [2021-04-09T00:59:04.779Z] #47 5.753 + bin=gotestsum [2021-04-09T00:59:04.779Z] #47 5.753 + shift [2021-04-09T00:59:04.779Z] #47 5.753 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-04-09T00:59:04.779Z] #47 5.753 + . /tmp/install/gotestsum.installer [2021-04-09T00:59:04.779Z] #47 5.753 ++ : v0.5.3 [2021-04-09T00:59:04.779Z] #47 5.753 + install_gotestsum [2021-04-09T00:59:04.779Z] #47 5.753 + set -e [2021-04-09T00:59:04.779Z] #47 5.753 + export GO111MODULE=on [2021-04-09T00:59:04.779Z] #47 5.753 + GO111MODULE=on [2021-04-09T00:59:04.779Z] #47 5.753 + GOBIN=/build [2021-04-09T00:59:04.779Z] #47 5.753 + go get gotest.tools/gotestsum@v0.5.3 [2021-04-09T00:59:04.779Z] #47 5.782 go: finding gotest.tools v0.5.3 [2021-04-09T00:59:04.779Z] #47 5.787 go: finding gotest.tools/gotestsum v0.5.3 [2021-04-09T00:59:04.779Z] #47 7.038 go: downloading gotest.tools/gotestsum v0.5.3 [2021-04-09T00:59:04.779Z] #47 7.600 go: extracting gotest.tools/gotestsum v0.5.3 [2021-04-09T00:59:04.779Z] #47 9.265 go: downloading github.com/fatih/color v1.9.0 [2021-04-09T00:59:04.779Z] #47 9.266 go: downloading github.com/spf13/pflag v1.0.3 [2021-04-09T00:59:04.779Z] #47 9.284 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-04-09T00:59:04.779Z] #47 9.547 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-04-09T00:59:04.779Z] #47 9.548 go: downloading github.com/pkg/errors v0.9.1 [2021-04-09T00:59:04.779Z] #47 9.548 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-04-09T00:59:04.779Z] #47 9.554 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-04-09T00:59:04.779Z] #47 9.792 go: extracting github.com/spf13/pflag v1.0.3 [2021-04-09T00:59:04.779Z] #47 10.04 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-04-09T00:59:04.779Z] #47 10.05 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-04-09T00:59:04.779Z] #47 10.09 go: extracting github.com/fatih/color v1.9.0 [2021-04-09T00:59:05.039Z] #47 10.14 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-09T00:59:05.039Z] #47 10.15 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-09T00:59:05.039Z] #47 ... [2021-04-09T00:59:05.039Z] [2021-04-09T00:59:05.039Z] #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-09T00:59:05.039Z] #67 sha256:77cbd8b70858d8716faa43566b114b3d802b78dfae8c36ce83ca82431452856f [2021-04-09T00:59:05.039Z] #67 5.231 + RM_GOPATH=0 [2021-04-09T00:59:05.039Z] #67 5.231 + TMP_GOPATH= [2021-04-09T00:59:05.039Z] #67 5.231 + : /build [2021-04-09T00:59:05.039Z] #67 5.231 + '[' -z '' ']' [2021-04-09T00:59:05.039Z] #67 5.231 ++ mktemp -d [2021-04-09T00:59:05.039Z] #67 5.231 + export GOPATH=/tmp/tmp.PPVI5n2bHT [2021-04-09T00:59:05.039Z] #67 5.231 + GOPATH=/tmp/tmp.PPVI5n2bHT [2021-04-09T00:59:05.039Z] #67 5.231 + RM_GOPATH=1 [2021-04-09T00:59:05.039Z] #67 5.231 + case "$(go env GOARCH)" in [2021-04-09T00:59:05.039Z] #67 5.231 ++ go env GOARCH [2021-04-09T00:59:05.039Z] #67 5.231 + export GO_BUILDMODE=-buildmode=pie [2021-04-09T00:59:05.039Z] #67 5.231 + GO_BUILDMODE=-buildmode=pie [2021-04-09T00:59:05.039Z] #67 5.231 ++ dirname /tmp/install/install.sh [2021-04-09T00:59:05.039Z] #67 5.233 Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-04-09T00:59:05.039Z] #67 5.233 + dir=/tmp/install [2021-04-09T00:59:05.039Z] #67 5.233 + bin=proxy [2021-04-09T00:59:05.039Z] #67 5.233 + shift [2021-04-09T00:59:05.039Z] #67 5.233 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-04-09T00:59:05.039Z] #67 5.233 + . /tmp/install/proxy.installer [2021-04-09T00:59:05.039Z] #67 5.233 ++ : b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-04-09T00:59:05.039Z] #67 5.233 + install_proxy [2021-04-09T00:59:05.039Z] #67 5.233 + case "$1" in [2021-04-09T00:59:05.039Z] #67 5.233 + export CGO_ENABLED=0 [2021-04-09T00:59:05.039Z] #67 5.233 + CGO_ENABLED=0 [2021-04-09T00:59:05.039Z] #67 5.233 + _install_proxy [2021-04-09T00:59:05.039Z] #67 5.233 + echo 'Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46' [2021-04-09T00:59:05.039Z] #67 5.233 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.PPVI5n2bHT/src/github.com/docker/libnetwork [2021-04-09T00:59:05.039Z] #67 5.238 Cloning into '/tmp/tmp.PPVI5n2bHT/src/github.com/docker/libnetwork'... [2021-04-09T00:59:05.039Z] #67 ... [2021-04-09T00:59:05.039Z] [2021-04-09T00:59:05.039Z] #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-09T00:59:05.039Z] #49 sha256:e9d88c0a3d81dd3e37aa89040a0f6bae441fb9f2b2cb2e690c199e54621c4055 [2021-04-09T00:59:05.039Z] #49 6.573 + RM_GOPATH=0 [2021-04-09T00:59:05.039Z] #49 6.573 + TMP_GOPATH= [2021-04-09T00:59:05.039Z] #49 6.573 + : /build [2021-04-09T00:59:05.039Z] #49 6.573 + '[' -z '' ']' [2021-04-09T00:59:05.039Z] #49 6.573 ++ mktemp -d [2021-04-09T00:59:05.039Z] #49 6.587 + export GOPATH=/tmp/tmp.JSB1GQQLXX [2021-04-09T00:59:05.039Z] #49 6.587 + GOPATH=/tmp/tmp.JSB1GQQLXX [2021-04-09T00:59:05.039Z] #49 6.587 + RM_GOPATH=1 [2021-04-09T00:59:05.039Z] #49 6.587 + case "$(go env GOARCH)" in [2021-04-09T00:59:05.039Z] #49 6.587 ++ go env GOARCH [2021-04-09T00:59:05.039Z] #49 6.673 + export GO_BUILDMODE=-buildmode=pie [2021-04-09T00:59:05.039Z] #49 6.673 + GO_BUILDMODE=-buildmode=pie [2021-04-09T00:59:05.039Z] #49 6.673 ++ dirname /tmp/install/install.sh [2021-04-09T00:59:05.039Z] #49 6.685 + dir=/tmp/install [2021-04-09T00:59:05.039Z] #49 6.685 + bin=golangci_lint [2021-04-09T00:59:05.039Z] #49 6.686 + shift [2021-04-09T00:59:05.039Z] #49 6.686 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-04-09T00:59:05.039Z] #49 6.686 + . /tmp/install/golangci_lint.installer [2021-04-09T00:59:05.039Z] #49 6.686 ++ : v1.23.8 [2021-04-09T00:59:05.039Z] #49 6.687 + install_golangci_lint [2021-04-09T00:59:05.039Z] #49 6.687 + set -e [2021-04-09T00:59:05.039Z] #49 6.687 + export GO111MODULE=on [2021-04-09T00:59:05.039Z] #49 6.687 + GO111MODULE=on [2021-04-09T00:59:05.039Z] #49 6.687 + GOBIN=/build [2021-04-09T00:59:05.039Z] #49 6.687 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-04-09T00:59:05.039Z] #49 6.709 go: finding github.com v1.23.8 [2021-04-09T00:59:05.039Z] #49 6.720 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-04-09T00:59:05.039Z] #49 6.720 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-04-09T00:59:05.039Z] #49 6.720 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-04-09T00:59:05.039Z] #49 6.724 go: finding github.com/golangci v1.23.8 [2021-04-09T00:59:05.039Z] #49 7.689 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-04-09T00:59:05.039Z] #49 8.478 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-04-09T00:59:05.039Z] #49 ... [2021-04-09T00:59:05.039Z] [2021-04-09T00:59:05.039Z] #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-09T00:59:05.039Z] #34 sha256:2dfdbed2273659778ef3148df8d4d813c1ed534a167c5c9f2525f606daaf4aea [2021-04-09T00:59:05.039Z] #34 5.426 Install go-toml version v1.8.1 [2021-04-09T00:59:05.039Z] #34 5.510 go: finding github.com/pelletier/go-toml/cmd v1.8.1 [2021-04-09T00:59:05.039Z] #34 5.510 go: finding github.com/pelletier/go-toml/cmd/tomll v1.8.1 [2021-04-09T00:59:05.039Z] #34 5.510 go: finding github.com v1.8.1 [2021-04-09T00:59:05.039Z] #34 5.510 go: finding github.com/pelletier/go-toml v1.8.1 [2021-04-09T00:59:05.039Z] #34 5.510 go: finding github.com/pelletier v1.8.1 [2021-04-09T00:59:05.039Z] #34 6.813 go: downloading github.com/pelletier/go-toml v1.8.1 [2021-04-09T00:59:05.039Z] #34 7.349 go: extracting github.com/pelletier/go-toml v1.8.1 [2021-04-09T00:59:05.299Z] #34 ... [2021-04-09T00:59:05.299Z] [2021-04-09T00:59:05.299Z] #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-09T00:59:05.299Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-04-09T00:59:05.299Z] #40 6.321 + git clone https://github.com/docker/distribution.git . [2021-04-09T00:59:05.299Z] #40 6.332 Cloning into '.'... [2021-04-09T00:59:05.299Z] #40 ... [2021-04-09T00:59:05.299Z] [2021-04-09T00:59:05.299Z] #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-09T00:59:05.299Z] #45 sha256:b35a456e498e4eed786c86b6764b45ee5401539384e349fc1665df25588d840c [2021-04-09T00:59:05.299Z] #45 5.106 + RM_GOPATH=0 [2021-04-09T00:59:05.299Z] #45 5.106 + TMP_GOPATH= [2021-04-09T00:59:05.299Z] #45 5.106 + : /build [2021-04-09T00:59:05.299Z] #45 5.106 + '[' -z '' ']' [2021-04-09T00:59:05.299Z] #45 5.106 ++ mktemp -d [2021-04-09T00:59:05.299Z] #45 5.106 + export GOPATH=/tmp/tmp.a6NWdsAcE3 [2021-04-09T00:59:05.299Z] #45 5.106 + GOPATH=/tmp/tmp.a6NWdsAcE3 [2021-04-09T00:59:05.299Z] #45 5.106 + RM_GOPATH=1 [2021-04-09T00:59:05.299Z] #45 5.106 + case "$(go env GOARCH)" in [2021-04-09T00:59:05.299Z] #45 5.106 ++ go env GOARCH [2021-04-09T00:59:05.299Z] #45 5.113 + export GO_BUILDMODE=-buildmode=pie [2021-04-09T00:59:05.299Z] #45 5.113 + GO_BUILDMODE=-buildmode=pie [2021-04-09T00:59:05.299Z] #45 5.113 ++ dirname /tmp/install/install.sh [2021-04-09T00:59:05.299Z] #45 5.114 + dir=/tmp/install [2021-04-09T00:59:05.299Z] #45 5.114 + bin=vndr [2021-04-09T00:59:05.299Z] #45 5.114 + shift [2021-04-09T00:59:05.299Z] #45 5.114 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-04-09T00:59:05.299Z] #45 5.114 + . /tmp/install/vndr.installer [2021-04-09T00:59:05.299Z] #45 5.114 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-04-09T00:59:05.299Z] #45 5.114 + install_vndr [2021-04-09T00:59:05.299Z] #45 5.114 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-04-09T00:59:05.299Z] #45 5.114 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.a6NWdsAcE3/src/github.com/LK4D4/vndr [2021-04-09T00:59:05.299Z] #45 5.128 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-04-09T00:59:05.299Z] #45 5.139 Cloning into '/tmp/tmp.a6NWdsAcE3/src/github.com/LK4D4/vndr'... [2021-04-09T00:59:05.299Z] #45 5.630 + cd /tmp/tmp.a6NWdsAcE3/src/github.com/LK4D4/vndr [2021-04-09T00:59:05.299Z] #45 5.630 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-04-09T00:59:05.299Z] #45 5.644 + go build -buildmode=pie -v -o /build/vndr . [2021-04-09T00:59:05.299Z] #45 7.208 internal/cpu [2021-04-09T00:59:05.299Z] #45 7.209 runtime/internal/atomic [2021-04-09T00:59:05.299Z] #45 7.551 runtime/internal/sys [2021-04-09T00:59:05.299Z] #45 7.608 internal/bytealg [2021-04-09T00:59:05.299Z] #45 7.951 runtime/internal/math [2021-04-09T00:59:05.299Z] #45 8.039 internal/race [2021-04-09T00:59:05.299Z] #45 8.214 sync/atomic [2021-04-09T00:59:05.299Z] #45 8.676 runtime [2021-04-09T00:59:05.299Z] #45 8.765 unicode [2021-04-09T00:59:05.299Z] #45 ... [2021-04-09T00:59:05.299Z] [2021-04-09T00:59:05.299Z] #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-09T00:59:05.299Z] #24 sha256:4a6200f5f1be142c3dd643d5bc042dfb8122e12a20634d4f973ceec42e184512 [2021-04-09T00:59:05.299Z] #24 6.678 + RM_GOPATH=0 [2021-04-09T00:59:05.299Z] #24 6.678 + TMP_GOPATH= [2021-04-09T00:59:05.299Z] #24 6.678 + : /build [2021-04-09T00:59:05.299Z] #24 6.678 + '[' -z '' ']' [2021-04-09T00:59:05.299Z] #24 6.678 ++ mktemp -d [2021-04-09T00:59:05.299Z] #24 6.690 + export GOPATH=/tmp/tmp.lwA2wRDZ8I [2021-04-09T00:59:05.299Z] #24 6.690 + GOPATH=/tmp/tmp.lwA2wRDZ8I [2021-04-09T00:59:05.299Z] #24 6.690 + RM_GOPATH=1 [2021-04-09T00:59:05.299Z] #24 6.690 + case "$(go env GOARCH)" in [2021-04-09T00:59:05.299Z] #24 6.693 ++ go env GOARCH [2021-04-09T00:59:05.299Z] #24 6.728 + export GO_BUILDMODE=-buildmode=pie [2021-04-09T00:59:05.299Z] #24 6.728 + GO_BUILDMODE=-buildmode=pie [2021-04-09T00:59:05.299Z] #24 6.733 ++ dirname /tmp/install/install.sh [2021-04-09T00:59:05.299Z] #24 6.741 + dir=/tmp/install [2021-04-09T00:59:05.299Z] #24 6.741 + bin=dockercli [2021-04-09T00:59:05.299Z] #24 6.741 + shift [2021-04-09T00:59:05.299Z] #24 6.741 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-04-09T00:59:05.299Z] #24 6.741 + . /tmp/install/dockercli.installer [2021-04-09T00:59:05.299Z] #24 6.741 ++ : stable [2021-04-09T00:59:05.299Z] #24 6.741 ++ : 17.06.2-ce [2021-04-09T00:59:05.299Z] #24 6.741 + install_dockercli [2021-04-09T00:59:05.299Z] #24 6.741 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-04-09T00:59:05.299Z] #24 6.741 ++ uname -m [2021-04-09T00:59:05.299Z] #24 6.741 + arch=x86_64 [2021-04-09T00:59:05.299Z] #24 6.741 + '[' x86_64 '!=' x86_64 ']' [2021-04-09T00:59:05.299Z] #24 6.741 + url=https://download.docker.com/linux/static [2021-04-09T00:59:05.299Z] #24 6.741 + tar -xz docker/docker [2021-04-09T00:59:05.299Z] #24 6.741 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-04-09T00:59:05.299Z] #24 6.741 Install docker/cli version 17.06.2-ce from stable [2021-04-09T00:59:05.559Z] #24 ... [2021-04-09T00:59:05.559Z] [2021-04-09T00:59:05.559Z] #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-09T00:59:05.559Z] #51 sha256:8cdee84817f409dd0efac5eaad7cf75239789cf12879ae20ac5804dc4dea1910 [2021-04-09T00:59:05.559Z] #51 6.716 + RM_GOPATH=0 [2021-04-09T00:59:05.559Z] #51 6.716 + TMP_GOPATH= [2021-04-09T00:59:05.559Z] #51 6.716 + : /build [2021-04-09T00:59:05.559Z] #51 6.716 + '[' -z '' ']' [2021-04-09T00:59:05.559Z] #51 6.716 ++ mktemp -d [2021-04-09T00:59:05.559Z] #51 6.744 + export GOPATH=/tmp/tmp.iyo3cq8ND7 [2021-04-09T00:59:05.559Z] #51 6.744 + GOPATH=/tmp/tmp.iyo3cq8ND7 [2021-04-09T00:59:05.559Z] #51 6.744 + RM_GOPATH=1 [2021-04-09T00:59:05.559Z] #51 6.744 + case "$(go env GOARCH)" in [2021-04-09T00:59:05.559Z] #51 6.744 ++ go env GOARCH [2021-04-09T00:59:05.559Z] #51 6.794 + export GO_BUILDMODE=-buildmode=pie [2021-04-09T00:59:05.559Z] #51 6.794 + GO_BUILDMODE=-buildmode=pie [2021-04-09T00:59:05.559Z] #51 6.796 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-04-09T00:59:05.559Z] #51 6.796 ++ dirname /tmp/install/install.sh [2021-04-09T00:59:05.559Z] #51 6.796 + dir=/tmp/install [2021-04-09T00:59:05.559Z] #51 6.796 + bin=shfmt [2021-04-09T00:59:05.559Z] #51 6.796 + shift [2021-04-09T00:59:05.559Z] #51 6.796 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-04-09T00:59:05.559Z] #51 6.796 + . /tmp/install/shfmt.installer [2021-04-09T00:59:05.559Z] #51 6.796 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-04-09T00:59:05.559Z] #51 6.796 + install_shfmt [2021-04-09T00:59:05.559Z] #51 6.796 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-04-09T00:59:05.559Z] #51 6.796 + git clone https://github.com/mvdan/sh.git /tmp/tmp.iyo3cq8ND7/src/github.com/mvdan/sh [2021-04-09T00:59:05.559Z] #51 6.814 Cloning into '/tmp/tmp.iyo3cq8ND7/src/github.com/mvdan/sh'... [2021-04-09T00:59:05.559Z] #51 ... [2021-04-09T00:59:05.559Z] [2021-04-09T00:59:05.559Z] #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-09T00:59:05.559Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-09T00:59:05.559Z] #42 6.199 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-04-09T00:59:05.559Z] #42 6.294 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-09T00:59:05.559Z] #42 6.470 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-09T00:59:05.559Z] #42 7.603 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-04-09T00:59:05.559Z] #42 10.34 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [272 kB] [2021-04-09T00:59:05.820Z] #42 ... [2021-04-09T00:59:05.820Z] [2021-04-09T00:59:05.820Z] #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-09T00:59:05.820Z] #58 sha256:5507484b621e05a1045789dea7c4e2f3aa401f77f121b0c51e68bd7bb9847d04 [2021-04-09T00:59:05.820Z] #58 5.549 + RM_GOPATH=0 [2021-04-09T00:59:05.820Z] #58 5.549 + TMP_GOPATH= [2021-04-09T00:59:05.820Z] #58 5.549 + : /build [2021-04-09T00:59:05.820Z] #58 5.549 + '[' -z '' ']' [2021-04-09T00:59:05.820Z] #58 5.549 ++ mktemp -d [2021-04-09T00:59:05.820Z] #58 5.549 + export GOPATH=/tmp/tmp.P8L58unZq6 [2021-04-09T00:59:05.820Z] #58 5.549 + GOPATH=/tmp/tmp.P8L58unZq6 [2021-04-09T00:59:05.820Z] #58 5.549 + RM_GOPATH=1 [2021-04-09T00:59:05.820Z] #58 5.549 + case "$(go env GOARCH)" in [2021-04-09T00:59:05.820Z] #58 5.549 ++ go env GOARCH [2021-04-09T00:59:05.820Z] #58 5.600 + export GO_BUILDMODE=-buildmode=pie [2021-04-09T00:59:05.820Z] #58 5.600 + GO_BUILDMODE=-buildmode=pie [2021-04-09T00:59:05.820Z] #58 5.600 ++ dirname /tmp/install/install.sh [2021-04-09T00:59:05.820Z] #58 5.600 + dir=/tmp/install [2021-04-09T00:59:05.820Z] #58 5.600 + bin=rootlesskit [2021-04-09T00:59:05.820Z] #58 5.600 + shift [2021-04-09T00:59:05.820Z] #58 5.600 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-04-09T00:59:05.820Z] #58 5.600 + . /tmp/install/rootlesskit.installer [2021-04-09T00:59:05.820Z] #58 5.600 ++ : ed9b8c5cc48d29d0a979dae52a24f6e886795abd [2021-04-09T00:59:05.820Z] #58 5.600 + install_rootlesskit [2021-04-09T00:59:05.820Z] #58 5.600 + case "$1" in [2021-04-09T00:59:05.820Z] #58 5.600 + export CGO_ENABLED=0 [2021-04-09T00:59:05.820Z] #58 5.600 + CGO_ENABLED=0 [2021-04-09T00:59:05.820Z] #58 5.600 + _install_rootlesskit [2021-04-09T00:59:05.820Z] #58 5.607 + echo 'Install rootlesskit version ed9b8c5cc48d29d0a979dae52a24f6e886795abd' [2021-04-09T00:59:05.820Z] #58 5.607 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.P8L58unZq6/src/github.com/rootless-containers/rootlesskit [2021-04-09T00:59:05.820Z] #58 5.607 Install rootlesskit version ed9b8c5cc48d29d0a979dae52a24f6e886795abd [2021-04-09T00:59:05.820Z] #58 5.624 Cloning into '/tmp/tmp.P8L58unZq6/src/github.com/rootless-containers/rootlesskit'... [2021-04-09T00:59:05.820Z] #58 11.12 + cd /tmp/tmp.P8L58unZq6/src/github.com/rootless-containers/rootlesskit [2021-04-09T00:59:05.820Z] #58 11.12 + git checkout -q ed9b8c5cc48d29d0a979dae52a24f6e886795abd [2021-04-09T00:59:05.820Z] #58 11.13 + export GO111MODULE=on [2021-04-09T00:59:05.820Z] #58 11.13 + GO111MODULE=on [2021-04-09T00:59:05.820Z] #58 11.13 + export GOPROXY=https://proxy.golang.org [2021-04-09T00:59:05.820Z] #58 11.13 + GOPROXY=https://proxy.golang.org [2021-04-09T00:59:05.820Z] #58 11.13 + for f in rootlesskit rootlesskit-docker-proxy [2021-04-09T00:59:05.820Z] #58 11.13 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-04-09T00:59:05.820Z] #58 ... [2021-04-09T00:59:05.820Z] [2021-04-09T00:59:05.820Z] #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-09T00:59:05.820Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-04-09T00:59:05.820Z] #36 7.291 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-04-09T00:59:05.820Z] #36 7.326 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-09T00:59:05.820Z] #36 7.336 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-09T00:59:05.820Z] #36 8.502 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-04-09T00:59:05.820Z] #36 11.17 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [272 kB] [2021-04-09T00:59:06.080Z] #36 ... [2021-04-09T00:59:06.080Z] [2021-04-09T00:59:06.080Z] #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-09T00:59:06.080Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-04-09T00:59:06.080Z] #32 6.391 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-04-09T00:59:06.080Z] #32 6.393 Cloning into '.'... [2021-04-09T00:59:06.080Z] #32 ... [2021-04-09T00:59:06.080Z] [2021-04-09T00:59:06.080Z] #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-09T00:59:06.080Z] #29 sha256:da4ceaeac3b71b596e2ee3bdddf50548cff44fed906bade5396a6dd3ad6fdb06 [2021-04-09T00:59:06.872Z] #29 13.29 0.0% ### 4.4% ##### 7.8% ########## 14.6% ############# 18.7% ################### 26.5% ##################### 30.1% ######################## 33.4% ########################### 38.8% ############################ 40.2% ############################### 43.3% ################################## 47.5% ##################################### 52.3% ######################################## 56.2% ########################################### 60.9% ################################################ 66.7% ################################################### 71.6% ###################################################### 75.6% ########################################################## 81.2% ############################################################## 86.4% ################################################################# 90.4% #################################################################### 95.2% ######################################################################## 100.0% [2021-04-09T00:59:07.135Z] #29 16.02 [2021-04-09T00:59:08.518Z] #29 17.28 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-04-09T00:59:08.622Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.016s coverage: 2.9% of statements [2021-04-09T00:59:08.622Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.527s coverage: 14.1% of statements [2021-04-09T00:59:08.622Z] ok github.com/docker/docker/daemon/graphdriver/aufs 2.984s coverage: 73.3% of statements [2021-04-09T00:59:08.783Z] #29 17.76 [2021-04-09T00:59:09.058Z] #29 17.98 ######################################################################## 100.0% [2021-04-09T00:59:09.333Z] #29 18.14 [2021-04-09T00:59:09.570Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.749s coverage: 56.2% of statements [2021-04-09T00:59:10.275Z] #29 19.06 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-04-09T00:59:10.520Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.027s coverage: 1.9% of statements [2021-04-09T00:59:10.534Z] #29 19.58 [2021-04-09T00:59:10.793Z] #29 ... [2021-04-09T00:59:10.793Z] [2021-04-09T00:59:10.793Z] #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-09T00:59:10.793Z] #24 sha256:4a6200f5f1be142c3dd643d5bc042dfb8122e12a20634d4f973ceec42e184512 [2021-04-09T00:59:10.793Z] #24 16.07 + mkdir -p /build [2021-04-09T00:59:10.793Z] #24 16.09 + mv docker/docker /build/ [2021-04-09T00:59:10.793Z] #24 16.10 + rmdir docker [2021-04-09T00:59:11.593Z] INFO: Extraction ended at 04/09/2021 00:59:10. Duration:00:00:24.6201145 [2021-04-09T00:59:11.593Z] INFO: Updating the golang and path environment variables [2021-04-09T00:59:11.593Z] INFO: GOPATH=d:\gopath [2021-04-09T00:59:11.593Z] INFO: go version go1.13.15 windows/amd64 [2021-04-09T00:59:11.593Z] INFO: Running the daemon under test in debug mode [2021-04-09T00:59:11.593Z] INFO: Starting a daemon under test... [2021-04-09T00:59:11.593Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-39846\67\daemon --pidfile d:\CI\PR-39846\67\docker.pid -D [2021-04-09T00:59:11.593Z] INFO: Process started successfully. [2021-04-09T00:59:11.593Z] INFO: Start tailing logs of the daemon under tests [2021-04-09T00:59:11.593Z] INFO: Waiting for the daemon under test to start... [2021-04-09T00:59:11.773Z] #24 ... [2021-04-09T00:59:11.773Z] [2021-04-09T00:59:11.773Z] #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-09T00:59:11.773Z] #29 sha256:da4ceaeac3b71b596e2ee3bdddf50548cff44fed906bade5396a6dd3ad6fdb06 [2021-04-09T00:59:11.773Z] #29 19.76 ######################################################################## 100.0% [2021-04-09T00:59:11.773Z] #29 19.97 [2021-04-09T00:59:11.773Z] #29 20.03 Download of images into '/build' complete. [2021-04-09T00:59:11.773Z] #29 20.04 Use something like the following to load the result into a Docker daemon: [2021-04-09T00:59:11.773Z] #29 20.04 tar -cC '/build' . | docker load [2021-04-09T00:59:11.773Z] #29 DONE 20.9s [2021-04-09T00:59:12.034Z] [2021-04-09T00:59:12.034Z] #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-09T00:59:12.034Z] #24 sha256:4a6200f5f1be142c3dd643d5bc042dfb8122e12a20634d4f973ceec42e184512 [2021-04-09T00:59:12.034Z] #24 DONE 17.3s [2021-04-09T00:59:12.034Z] [2021-04-09T00:59:12.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-09T00:59:12.034Z] #49 sha256:e9d88c0a3d81dd3e37aa89040a0f6bae441fb9f2b2cb2e690c199e54621c4055 [2021-04-09T00:59:12.034Z] #49 15.55 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-04-09T00:59:12.034Z] #49 15.68 go: downloading github.com/fatih/color v1.7.0 [2021-04-09T00:59:12.034Z] #49 15.69 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-04-09T00:59:12.034Z] #49 15.82 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-04-09T00:59:12.034Z] #49 15.82 go: downloading github.com/stretchr/testify v1.4.0 [2021-04-09T00:59:12.034Z] #49 15.82 go: downloading github.com/spf13/viper v1.6.1 [2021-04-09T00:59:12.034Z] #49 16.08 go: extracting github.com/fatih/color v1.7.0 [2021-04-09T00:59:12.034Z] #49 16.08 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-04-09T00:59:12.034Z] #49 16.09 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-04-09T00:59:12.034Z] #49 16.22 go: downloading github.com/spf13/pflag v1.0.5 [2021-04-09T00:59:12.034Z] #49 16.22 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-04-09T00:59:12.034Z] #49 16.27 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-04-09T00:59:12.034Z] #49 16.38 go: downloading github.com/pkg/errors v0.8.1 [2021-04-09T00:59:12.034Z] #49 16.57 go: extracting github.com/spf13/viper v1.6.1 [2021-04-09T00:59:12.034Z] #49 16.59 go: downloading github.com/spf13/cobra v0.0.5 [2021-04-09T00:59:12.034Z] #49 16.60 go: extracting github.com/stretchr/testify v1.4.0 [2021-04-09T00:59:12.034Z] #49 16.65 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-04-09T00:59:12.034Z] #49 16.69 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-04-09T00:59:12.034Z] #49 16.71 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-04-09T00:59:12.034Z] #49 16.74 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-04-09T00:59:12.034Z] #49 16.93 go: extracting github.com/spf13/pflag v1.0.5 [2021-04-09T00:59:12.034Z] #49 17.05 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-09T00:59:12.034Z] #49 17.30 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-04-09T00:59:12.034Z] #49 17.42 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-04-09T00:59:12.294Z] #49 17.57 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-04-09T00:59:12.604Z] #49 17.69 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-04-09T00:59:12.604Z] #49 17.69 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-04-09T00:59:12.604Z] #49 17.82 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-04-09T00:59:12.604Z] #49 17.92 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-04-09T00:59:12.864Z] #49 17.98 go: extracting github.com/spf13/cobra v0.0.5 [2021-04-09T00:59:12.864Z] #49 18.16 go: extracting github.com/pkg/errors v0.8.1 [2021-04-09T00:59:12.884Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-04-09T00:59:13.077Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.805s coverage: 49.4% of statements [2021-04-09T00:59:13.124Z] #49 18.27 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-04-09T00:59:13.124Z] #49 18.54 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-04-09T00:59:13.124Z] #49 18.54 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-09T00:59:13.383Z] #49 18.60 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-04-09T00:59:13.383Z] #49 18.60 go: downloading github.com/ultraware/funlen v0.0.2 [2021-04-09T00:59:13.383Z] #49 18.60 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-04-09T00:59:13.383Z] #49 18.74 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-04-09T00:59:13.383Z] #49 18.74 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-04-09T00:59:13.642Z] #49 18.96 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-04-09T00:59:14.210Z] #49 19.27 go: extracting github.com/ultraware/funlen v0.0.2 [2021-04-09T00:59:14.210Z] #49 19.27 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-04-09T00:59:14.210Z] #49 19.48 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-04-09T00:59:14.210Z] #49 19.64 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-04-09T00:59:14.470Z] #49 19.72 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-04-09T00:59:14.470Z] #49 19.72 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-04-09T00:59:14.470Z] #49 19.80 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-04-09T00:59:14.479Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 1.410s coverage: 57.7% of statements [2021-04-09T00:59:14.730Z] #49 20.01 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-04-09T00:59:14.742Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.910s coverage: 46.2% of statements [2021-04-09T00:59:14.992Z] #49 ... [2021-04-09T00:59:14.992Z] [2021-04-09T00:59:14.992Z] #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-09T00:59:14.992Z] #47 sha256:3d56a6a6acc15b155a028ec36af0d4386e9fca94bdcf93fb485c5938ee1355c3 [2021-04-09T00:59:14.992Z] #47 10.29 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-04-09T00:59:14.992Z] #47 10.32 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-04-09T00:59:14.992Z] #47 10.67 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-04-09T00:59:14.992Z] #47 10.91 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-04-09T00:59:14.992Z] #47 10.92 go: extracting github.com/pkg/errors v0.9.1 [2021-04-09T00:59:14.992Z] #47 10.93 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-04-09T00:59:14.992Z] #47 13.13 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-04-09T00:59:14.992Z] #47 14.07 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-04-09T00:59:14.992Z] #47 15.74 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-04-09T00:59:14.992Z] #47 ... [2021-04-09T00:59:14.992Z] [2021-04-09T00:59:14.992Z] #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-09T00:59:14.992Z] #49 sha256:e9d88c0a3d81dd3e37aa89040a0f6bae441fb9f2b2cb2e690c199e54621c4055 [2021-04-09T00:59:14.992Z] #49 20.40 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-04-09T00:59:14.992Z] #49 20.40 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-04-09T00:59:15.005Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.036s coverage: 57.5% of statements [2021-04-09T00:59:15.346Z] #49 20.64 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-04-09T00:59:15.915Z] #49 21.00 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-04-09T00:59:15.915Z] #49 ... [2021-04-09T00:59:15.915Z] [2021-04-09T00:59:15.915Z] #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-09T00:59:15.915Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-09T00:59:15.915Z] #13 7.177 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-04-09T00:59:15.915Z] #13 10.05 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [272 kB] [2021-04-09T00:59:15.915Z] #13 12.59 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-04-09T00:59:15.915Z] #13 ... [2021-04-09T00:59:15.915Z] [2021-04-09T00:59:15.915Z] #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-09T00:59:15.915Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-04-09T00:59:15.915Z] #55 11.13 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [272 kB] [2021-04-09T00:59:15.915Z] #55 13.88 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-04-09T00:59:15.955Z] ok github.com/docker/docker/daemon/links 0.021s coverage: 93.0% of statements [2021-04-09T00:59:16.175Z] #55 ... [2021-04-09T00:59:16.175Z] [2021-04-09T00:59:16.175Z] #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-09T00:59:16.175Z] #34 sha256:2dfdbed2273659778ef3148df8d4d813c1ed534a167c5c9f2525f606daaf4aea [2021-04-09T00:59:16.175Z] #34 10.98 github.com/pelletier/go-toml [2021-04-09T00:59:16.175Z] #34 20.67 github.com/pelletier/go-toml/cmd/tomll [2021-04-09T00:59:16.175Z] #34 ... [2021-04-09T00:59:16.175Z] [2021-04-09T00:59:16.175Z] #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-09T00:59:16.175Z] #49 sha256:e9d88c0a3d81dd3e37aa89040a0f6bae441fb9f2b2cb2e690c199e54621c4055 [2021-04-09T00:59:16.175Z] #49 21.30 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-04-09T00:59:16.175Z] #49 21.34 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-04-09T00:59:16.744Z] #49 21.99 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-04-09T00:59:16.905Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.043s coverage: 3.0% of statements [2021-04-09T00:59:16.905Z] ok github.com/docker/docker/daemon 12.270s coverage: 17.2% of statements [2021-04-09T00:59:16.905Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-04-09T00:59:16.905Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-04-09T00:59:16.905Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-04-09T00:59:16.905Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-04-09T00:59:16.905Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-04-09T00:59:16.905Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-04-09T00:59:16.905Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-04-09T00:59:17.699Z] #49 ... [2021-04-09T00:59:17.700Z] [2021-04-09T00:59:17.700Z] #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-09T00:59:17.700Z] #45 sha256:b35a456e498e4eed786c86b6764b45ee5401539384e349fc1665df25588d840c [2021-04-09T00:59:17.700Z] #45 12.82 unicode/utf8 [2021-04-09T00:59:17.700Z] #45 13.58 math/bits [2021-04-09T00:59:17.700Z] #45 14.17 math [2021-04-09T00:59:17.700Z] #45 19.91 internal/testlog [2021-04-09T00:59:17.700Z] #45 20.33 encoding [2021-04-09T00:59:17.700Z] #45 20.55 unicode/utf16 [2021-04-09T00:59:17.700Z] #45 20.97 container/list [2021-04-09T00:59:17.700Z] #45 21.71 crypto/internal/subtle [2021-04-09T00:59:17.700Z] #45 21.87 crypto/subtle [2021-04-09T00:59:17.700Z] #45 22.01 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-04-09T00:59:17.700Z] #45 22.11 internal/nettrace [2021-04-09T00:59:17.700Z] #45 22.27 runtime/cgo [2021-04-09T00:59:17.700Z] #45 ... [2021-04-09T00:59:17.700Z] [2021-04-09T00:59:17.700Z] #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-09T00:59:17.700Z] #47 sha256:3d56a6a6acc15b155a028ec36af0d4386e9fca94bdcf93fb485c5938ee1355c3 [2021-04-09T00:59:17.700Z] #47 21.70 go: finding github.com/fatih/color v1.9.0 [2021-04-09T00:59:17.700Z] #47 21.73 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-04-09T00:59:17.700Z] #47 21.74 go: finding github.com/pkg/errors v0.9.1 [2021-04-09T00:59:17.700Z] #47 21.85 go: finding github.com/spf13/pflag v1.0.3 [2021-04-09T00:59:17.700Z] #47 21.91 go: finding github.com/mattn/go-colorable v0.1.6 [2021-04-09T00:59:17.700Z] #47 22.00 go: finding github.com/mattn/go-isatty v0.0.12 [2021-04-09T00:59:17.700Z] #47 22.20 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-04-09T00:59:17.700Z] #47 22.45 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-04-09T00:59:17.700Z] #47 22.55 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-04-09T00:59:17.700Z] #47 22.56 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-04-09T00:59:17.700Z] #47 22.60 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-04-09T00:59:17.959Z] #47 ... [2021-04-09T00:59:17.959Z] [2021-04-09T00:59:17.959Z] #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-09T00:59:17.959Z] #58 sha256:5507484b621e05a1045789dea7c4e2f3aa401f77f121b0c51e68bd7bb9847d04 [2021-04-09T00:59:17.959Z] #58 13.35 go: downloading github.com/pkg/errors v0.9.1 [2021-04-09T00:59:17.959Z] #58 13.43 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-04-09T00:59:17.959Z] #58 13.43 go: downloading github.com/google/uuid v1.2.0 [2021-04-09T00:59:17.959Z] #58 13.56 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-04-09T00:59:17.959Z] #58 13.58 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-04-09T00:59:17.959Z] #58 13.72 go: downloading github.com/moby/vpnkit v0.5.0 [2021-04-09T00:59:17.959Z] #58 13.85 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-04-09T00:59:17.959Z] #58 13.88 go: downloading github.com/gorilla/mux v1.8.0 [2021-04-09T00:59:17.959Z] #58 14.04 go: extracting github.com/google/uuid v1.2.0 [2021-04-09T00:59:17.959Z] #58 14.24 go: extracting github.com/pkg/errors v0.9.1 [2021-04-09T00:59:17.959Z] #58 14.43 go: extracting github.com/sirupsen/logrus v1.8.1 [2021-04-09T00:59:17.959Z] #58 14.51 go: downloading github.com/gofrs/flock v0.8.0 [2021-04-09T00:59:17.959Z] #58 14.51 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-04-09T00:59:17.959Z] #58 14.58 go: extracting github.com/gorilla/mux v1.8.0 [2021-04-09T00:59:17.959Z] #58 14.87 go: extracting github.com/gofrs/flock v0.8.0 [2021-04-09T00:59:17.959Z] #58 14.92 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-04-09T00:59:17.959Z] #58 15.55 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-04-09T00:59:17.959Z] #58 15.64 go: extracting github.com/moby/sys/mountinfo v0.4.1 [2021-04-09T00:59:17.959Z] #58 15.68 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-04-09T00:59:17.959Z] #58 17.53 go: extracting github.com/moby/vpnkit v0.5.0 [2021-04-09T00:59:17.959Z] #58 17.98 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-04-09T00:59:17.959Z] #58 17.98 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-04-09T00:59:17.959Z] #58 19.28 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-04-09T00:59:17.959Z] #58 21.85 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-04-09T00:59:18.220Z] #58 ... [2021-04-09T00:59:18.220Z] [2021-04-09T00:59:18.220Z] #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-09T00:59:18.220Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-09T00:59:18.220Z] #42 13.35 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-04-09T00:59:18.220Z] #42 ... [2021-04-09T00:59:18.220Z] [2021-04-09T00:59:18.220Z] #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-09T00:59:18.220Z] #49 sha256:e9d88c0a3d81dd3e37aa89040a0f6bae441fb9f2b2cb2e690c199e54621c4055 [2021-04-09T00:59:18.220Z] #49 23.07 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-04-09T00:59:18.220Z] #49 23.18 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-04-09T00:59:18.220Z] #49 23.38 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-04-09T00:59:18.479Z] #49 ... [2021-04-09T00:59:18.479Z] [2021-04-09T00:59:18.479Z] #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-09T00:59:18.479Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-04-09T00:59:18.479Z] #36 13.76 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-04-09T00:59:18.739Z] #36 ... [2021-04-09T00:59:18.739Z] [2021-04-09T00:59:18.739Z] #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-09T00:59:18.739Z] #51 sha256:8cdee84817f409dd0efac5eaad7cf75239789cf12879ae20ac5804dc4dea1910 [2021-04-09T00:59:18.739Z] #51 20.04 + cd /tmp/tmp.iyo3cq8ND7/src/github.com/mvdan/sh [2021-04-09T00:59:18.739Z] #51 20.04 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-04-09T00:59:18.739Z] #51 20.23 + GO111MODULE=on [2021-04-09T00:59:18.739Z] #51 20.23 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-04-09T00:59:18.739Z] #51 21.93 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-04-09T00:59:18.739Z] #51 21.95 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-04-09T00:59:18.739Z] #51 22.06 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-04-09T00:59:18.739Z] #51 22.14 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-04-09T00:59:18.739Z] #51 22.19 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-04-09T00:59:18.739Z] #51 23.28 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-04-09T00:59:18.739Z] #51 24.05 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-04-09T00:59:18.968Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2021-04-09T00:59:18.968Z] [2021-04-09T00:59:18.968Z] ________ ____ __. [2021-04-09T00:59:18.968Z] \_____ \ | |/ _| [2021-04-09T00:59:18.968Z] / | \| < [2021-04-09T00:59:18.968Z] / | \ | \ [2021-04-09T00:59:18.968Z] \_______ /____|__ \ [2021-04-09T00:59:18.968Z] \/ \/ [2021-04-09T00:59:18.968Z] [2021-04-09T00:59:18.968Z] INFO: make.ps1 ended at 04/09/2021 00:59:10 [2021-04-09T00:59:18.968Z] INFO: Binaries build ended at 04/09/2021 00:59:11. Duration:00:01:25.7025813 [2021-04-09T00:59:18.968Z] INFO: Copying the built daemon binary to d:\CI\PR-39846\67\binary\dockerd-4dfa2291e4.exe... [2021-04-09T00:59:18.968Z] INFO: Copying the built client binary to d:\CI\PR-39846\67\binary\docker-4dfa2291e4.exe... [2021-04-09T00:59:18.968Z] INFO: Copying dockerversion from the container... [2021-04-09T00:59:18.968Z] INFO: Copying the golang package from the container to d:\CI\PR-39846\67\installer\go.zip... [2021-04-09T00:59:18.968Z] INFO: Extracting go.zip to d:\CI\PR-39846\67\go [2021-04-09T00:59:19.468Z] ok github.com/docker/docker/daemon/images 0.089s coverage: 6.7% of statements [2021-04-09T00:59:19.468Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-04-09T00:59:19.468Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-04-09T00:59:19.468Z] ok github.com/docker/docker/daemon/logger 0.296s coverage: 43.2% of statements [2021-04-09T00:59:19.468Z] ok github.com/docker/docker/daemon/logger/gelf 0.027s coverage: 67.0% of statements [2021-04-09T00:59:19.675Z] #51 ... [2021-04-09T00:59:19.676Z] [2021-04-09T00:59:19.676Z] #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-09T00:59:19.676Z] #34 sha256:2dfdbed2273659778ef3148df8d4d813c1ed534a167c5c9f2525f606daaf4aea [2021-04-09T00:59:19.676Z] #34 DONE 25.1s [2021-04-09T00:59:19.676Z] [2021-04-09T00:59:19.676Z] #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-09T00:59:19.676Z] #58 sha256:5507484b621e05a1045789dea7c4e2f3aa401f77f121b0c51e68bd7bb9847d04 [2021-04-09T00:59:19.676Z] #58 24.36 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-04-09T00:59:19.676Z] #58 24.36 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-04-09T00:59:19.676Z] #58 24.83 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-04-09T00:59:19.676Z] #58 24.92 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-04-09T00:59:19.731Z] ok github.com/docker/docker/daemon/logger/awslogs 0.299s coverage: 77.4% of statements [2021-04-09T00:59:19.731Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-04-09T00:59:19.731Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-04-09T00:59:20.245Z] #58 25.52 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-04-09T00:59:20.680Z] ok github.com/docker/docker/daemon/logger/journald 0.033s coverage: 23.9% of statements [2021-04-09T00:59:20.680Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.035s coverage: 87.2% of statements [2021-04-09T00:59:20.943Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.046s coverage: 69.9% of statements [2021-04-09T00:59:22.163Z] #58 27.58 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-04-09T00:59:22.337Z] ok github.com/docker/docker/daemon/logger/local 0.079s coverage: 75.2% of statements [2021-04-09T00:59:22.337Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-04-09T00:59:22.826Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-04-09T00:59:22.913Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.088s coverage: 31.5% of statements [2021-04-09T00:59:22.913Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.109s coverage: 58.6% of statements [2021-04-09T00:59:23.754Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-04-09T00:59:23.861Z] ok github.com/docker/docker/daemon/logger/templates 0.047s coverage: 8.3% of statements [2021-04-09T00:59:24.073Z] #58 ... [2021-04-09T00:59:24.073Z] [2021-04-09T00:59:24.073Z] #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-09T00:59:24.073Z] #49 sha256:e9d88c0a3d81dd3e37aa89040a0f6bae441fb9f2b2cb2e690c199e54621c4055 [2021-04-09T00:59:24.073Z] #49 25.98 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-04-09T00:59:24.073Z] #49 25.98 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-04-09T00:59:24.073Z] #49 26.11 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-04-09T00:59:24.073Z] #49 26.11 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-04-09T00:59:24.073Z] #49 26.12 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-04-09T00:59:24.073Z] #49 26.13 go: downloading github.com/spf13/cast v1.3.0 [2021-04-09T00:59:24.073Z] #49 26.13 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-04-09T00:59:24.073Z] #49 26.13 go: downloading github.com/stretchr/objx v0.2.0 [2021-04-09T00:59:24.073Z] #49 26.28 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-04-09T00:59:24.073Z] #49 26.29 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-04-09T00:59:24.073Z] #49 26.37 go: downloading github.com/gobwas/glob v0.2.3 [2021-04-09T00:59:24.073Z] #49 26.38 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-04-09T00:59:24.073Z] #49 26.43 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-04-09T00:59:24.073Z] #49 26.51 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-04-09T00:59:24.073Z] #49 26.53 go: extracting github.com/gobwas/glob v0.2.3 [2021-04-09T00:59:24.073Z] #49 26.54 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-04-09T00:59:24.073Z] #49 26.58 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-04-09T00:59:24.073Z] #49 26.81 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-04-09T00:59:24.073Z] #49 26.83 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-04-09T00:59:24.073Z] #49 26.88 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-04-09T00:59:24.073Z] #49 26.91 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-04-09T00:59:24.073Z] #49 26.93 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-04-09T00:59:24.073Z] #49 26.93 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-09T00:59:24.073Z] #49 26.93 go: extracting github.com/spf13/cast v1.3.0 [2021-04-09T00:59:24.073Z] #49 26.98 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-04-09T00:59:24.073Z] #49 27.01 go: extracting github.com/stretchr/objx v0.2.0 [2021-04-09T00:59:24.073Z] #49 27.09 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-04-09T00:59:24.073Z] #49 27.10 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-04-09T00:59:24.073Z] #49 27.11 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-04-09T00:59:24.073Z] #49 27.18 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-04-09T00:59:24.073Z] #49 27.21 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-04-09T00:59:24.073Z] #49 27.26 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-04-09T00:59:24.073Z] #49 27.27 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-04-09T00:59:24.073Z] #49 27.31 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-04-09T00:59:24.073Z] #49 27.31 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-04-09T00:59:24.073Z] #49 27.34 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-04-09T00:59:24.073Z] #49 27.37 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-04-09T00:59:24.073Z] #49 27.41 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-04-09T00:59:24.073Z] #49 27.49 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-04-09T00:59:24.073Z] #49 27.49 go: downloading github.com/spf13/afero v1.1.2 [2021-04-09T00:59:24.073Z] #49 27.53 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-04-09T00:59:24.073Z] #49 27.63 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-04-09T00:59:24.073Z] #49 27.69 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-04-09T00:59:24.073Z] #49 27.74 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-04-09T00:59:24.073Z] #49 27.76 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-04-09T00:59:24.073Z] #49 27.78 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-04-09T00:59:24.073Z] #49 27.82 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-04-09T00:59:24.073Z] #49 27.90 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-04-09T00:59:24.073Z] #49 27.90 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-04-09T00:59:24.073Z] #49 27.94 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-04-09T00:59:24.073Z] #49 27.96 go: downloading github.com/subosito/gotenv v1.2.0 [2021-04-09T00:59:24.073Z] #49 27.99 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-04-09T00:59:24.073Z] #49 27.99 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-04-09T00:59:24.073Z] #49 28.00 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-04-09T00:59:24.073Z] #49 28.03 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-04-09T00:59:24.073Z] #49 28.09 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-04-09T00:59:24.073Z] #49 28.11 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-04-09T00:59:24.073Z] #49 28.14 go: extracting github.com/spf13/afero v1.1.2 [2021-04-09T00:59:24.073Z] #49 28.15 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-04-09T00:59:24.073Z] #49 28.17 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-04-09T00:59:24.073Z] #49 28.17 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-09T00:59:24.073Z] #49 28.19 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-04-09T00:59:24.073Z] #49 28.20 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-04-09T00:59:24.073Z] #49 28.22 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-04-09T00:59:24.073Z] #49 28.33 go: extracting github.com/subosito/gotenv v1.2.0 [2021-04-09T00:59:24.073Z] #49 28.37 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-04-09T00:59:24.073Z] #49 28.41 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-04-09T00:59:24.073Z] #49 28.44 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-04-09T00:59:24.073Z] #49 28.45 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-04-09T00:59:24.073Z] #49 28.48 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-04-09T00:59:24.073Z] #49 28.55 go: downloading github.com/kisielk/gotool v1.0.0 [2021-04-09T00:59:24.073Z] #49 28.55 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-04-09T00:59:24.073Z] #49 28.67 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-04-09T00:59:24.073Z] #49 28.68 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-09T00:59:24.073Z] #49 28.69 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-04-09T00:59:24.073Z] #49 28.85 go: downloading golang.org/x/text v0.3.2 [2021-04-09T00:59:24.073Z] #49 28.89 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-04-09T00:59:24.073Z] #49 29.01 go: extracting github.com/kisielk/gotool v1.0.0 [2021-04-09T00:59:24.073Z] #49 29.11 go: downloading github.com/magiconair/properties v1.8.1 [2021-04-09T00:59:24.073Z] #49 29.28 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-04-09T00:59:24.073Z] #49 29.28 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-04-09T00:59:24.073Z] #49 29.28 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-04-09T00:59:24.073Z] #49 29.29 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-04-09T00:59:24.073Z] #49 29.38 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-04-09T00:59:24.125Z] ok github.com/docker/docker/daemon/logger/syslog 0.059s coverage: 46.8% of statements [2021-04-09T00:59:24.333Z] #49 29.57 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-04-09T00:59:24.333Z] #49 29.59 go: downloading github.com/gogo/protobuf v1.2.1 [2021-04-09T00:59:24.333Z] #49 29.59 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-04-09T00:59:24.593Z] #49 29.77 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-04-09T00:59:24.701Z] ok github.com/docker/docker/daemon/network 0.026s coverage: 63.8% of statements [2021-04-09T00:59:24.852Z] #49 30.10 go: extracting github.com/magiconair/properties v1.8.1 [2021-04-09T00:59:24.852Z] #49 30.22 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-04-09T00:59:25.120Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-04-09T00:59:25.651Z] ok github.com/docker/docker/daemon/logger/splunk 1.886s coverage: 82.5% of statements [2021-04-09T00:59:25.651Z] ? github.com/docker/docker/daemon/names [no test files] [2021-04-09T00:59:25.651Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-04-09T00:59:26.047Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-04-09T00:59:26.227Z] ok github.com/docker/docker/distribution/metadata 0.139s coverage: 48.2% of statements [2021-04-09T00:59:26.302Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-04-09T00:59:26.772Z] #49 31.78 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-04-09T00:59:26.772Z] #49 31.85 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-04-09T00:59:27.342Z] #49 ... [2021-04-09T00:59:27.342Z] [2021-04-09T00:59:27.342Z] #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-09T00:59:27.342Z] #45 sha256:b35a456e498e4eed786c86b6764b45ee5401539384e349fc1665df25588d840c [2021-04-09T00:59:27.342Z] #45 32.73 vendor/golang.org/x/crypto/internal/subtle [2021-04-09T00:59:27.601Z] #45 32.83 vendor/golang.org/x/crypto/curve25519 [2021-04-09T00:59:27.622Z] ok github.com/docker/docker/distribution 0.265s coverage: 25.2% of statements [2021-04-09T00:59:27.622Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-04-09T00:59:27.622Z] ok github.com/docker/docker/errdefs 0.050s coverage: 53.1% of statements [2021-04-09T00:59:27.668Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-04-09T00:59:28.570Z] ok github.com/docker/docker/image 0.058s coverage: 86.6% of statements [2021-04-09T00:59:29.146Z] ok github.com/docker/docker/distribution/xfer 1.740s coverage: 85.1% of statements [2021-04-09T00:59:29.146Z] ? github.com/docker/docker/dockerversion [no test files] [2021-04-09T00:59:29.146Z] ok github.com/docker/docker/image/cache 0.052s coverage: 19.2% of statements [2021-04-09T00:59:29.723Z] ok github.com/docker/docker/image/tarexport 0.022s coverage: 0.6% of statements [2021-04-09T00:59:29.986Z] ok github.com/docker/docker/libcontainerd/queue 0.056s coverage: 100.0% of statements [2021-04-09T00:59:29.986Z] ok github.com/docker/docker/image/v1 0.044s coverage: 25.0% of statements [2021-04-09T00:59:29.986Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-04-09T00:59:30.141Z] #45 ... [2021-04-09T00:59:30.141Z] [2021-04-09T00:59:30.141Z] #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-09T00:59:30.141Z] #51 sha256:8cdee84817f409dd0efac5eaad7cf75239789cf12879ae20ac5804dc4dea1910 [2021-04-09T00:59:30.141Z] #51 25.42 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-04-09T00:59:30.141Z] #51 26.95 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-04-09T00:59:30.141Z] #51 27.02 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-04-09T00:59:30.141Z] #51 27.18 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-04-09T00:59:30.141Z] #51 27.23 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-04-09T00:59:30.141Z] #51 28.11 runtime/cgo [2021-04-09T00:59:30.141Z] #51 28.12 runtime [2021-04-09T00:59:30.401Z] #51 ... [2021-04-09T00:59:30.401Z] [2021-04-09T00:59:30.401Z] #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-09T00:59:30.401Z] #67 sha256:77cbd8b70858d8716faa43566b114b3d802b78dfae8c36ce83ca82431452856f [2021-04-09T00:59:30.401Z] #67 25.69 Checking out files: 38% (733/1905) Checking out files: 39% (743/1905) Checking out files: 40% (762/1905) Checking out files: 41% (782/1905) Checking out files: 42% (801/1905) Checking out files: 43% (820/1905) Checking out files: 44% (839/1905) Checking out files: 45% (858/1905) Checking out files: 46% (877/1905) Checking out files: 47% (896/1905) Checking out files: 48% (915/1905) Checking out files: 49% (934/1905) Checking out files: 50% (953/1905) Checking out files: 51% (972/1905) Checking out files: 52% (991/1905) Checking out files: 53% (1010/1905) Checking out files: 54% (1029/1905) Checking out files: 55% (1048/1905) Checking out files: 56% (1067/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-09T00:59:30.401Z] #67 27.05 + cd /tmp/tmp.PPVI5n2bHT/src/github.com/docker/libnetwork [2021-04-09T00:59:30.401Z] #67 27.05 + git checkout -q b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-04-09T00:59:30.401Z] #67 27.54 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-04-09T00:59:30.660Z] #67 ... [2021-04-09T00:59:30.660Z] [2021-04-09T00:59:30.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-09T00:59:30.661Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-04-09T00:59:30.661Z] #40 25.66 Checking out files: 80% (1356/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-09T00:59:30.661Z] #40 26.14 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-04-09T00:59:30.661Z] #40 28.27 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2021-04-09T00:59:30.937Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-04-09T00:59:31.229Z] #40 ... [2021-04-09T00:59:31.229Z] [2021-04-09T00:59:31.229Z] #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-09T00:59:31.229Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-09T00:59:31.229Z] #42 26.45 Fetched 8427 kB in 21s (408 kB/s) [2021-04-09T00:59:31.229Z] #42 26.45 Reading package lists... [2021-04-09T00:59:31.229Z] #42 32.64 Reading package lists... [2021-04-09T00:59:31.229Z] #42 ... [2021-04-09T00:59:31.229Z] [2021-04-09T00:59:31.229Z] #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-09T00:59:31.229Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-04-09T00:59:31.229Z] #55 26.59 Fetched 8427 kB in 20s (427 kB/s) [2021-04-09T00:59:31.229Z] #55 26.59 Reading package lists... [2021-04-09T00:59:31.383Z] ok github.com/docker/docker/pkg/aaparser 0.020s coverage: 52.9% of statements [2021-04-09T00:59:31.383Z] ok github.com/docker/docker/oci 0.029s coverage: 45.2% of statements [2021-04-09T00:59:31.489Z] #55 33.31 Reading package lists... [2021-04-09T00:59:31.489Z] #55 ... [2021-04-09T00:59:31.489Z] [2021-04-09T00:59:31.489Z] #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-09T00:59:31.489Z] #58 sha256:5507484b621e05a1045789dea7c4e2f3aa401f77f121b0c51e68bd7bb9847d04 [2021-04-09T00:59:31.489Z] #58 30.37 go: finding github.com/pkg/errors v0.9.1 [2021-04-09T00:59:31.489Z] #58 30.42 go: finding github.com/sirupsen/logrus v1.8.1 [2021-04-09T00:59:31.489Z] #58 30.66 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-04-09T00:59:31.489Z] #58 30.80 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-04-09T00:59:31.489Z] #58 30.86 go: finding github.com/google/uuid v1.2.0 [2021-04-09T00:59:31.489Z] #58 30.92 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-04-09T00:59:31.489Z] #58 31.00 go: finding github.com/moby/vpnkit v0.5.0 [2021-04-09T00:59:31.489Z] #58 31.02 go: finding github.com/gofrs/flock v0.8.0 [2021-04-09T00:59:31.489Z] #58 31.04 go: finding github.com/moby/sys/mountinfo v0.4.1 [2021-04-09T00:59:31.489Z] #58 31.07 go: finding github.com/gorilla/mux v1.8.0 [2021-04-09T00:59:31.489Z] #58 31.16 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-04-09T00:59:31.489Z] #58 31.20 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-04-09T00:59:31.489Z] #58 31.20 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-04-09T00:59:31.489Z] #58 31.41 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-04-09T00:59:31.489Z] #58 31.58 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-04-09T00:59:31.645Z] ok github.com/docker/docker/opts 0.060s coverage: 67.1% of statements [2021-04-09T00:59:32.302Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-04-09T00:59:32.429Z] #58 ... [2021-04-09T00:59:32.429Z] [2021-04-09T00:59:32.429Z] #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-09T00:59:32.429Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-04-09T00:59:32.429Z] #36 27.54 Fetched 8427 kB in 20s (411 kB/s) [2021-04-09T00:59:32.429Z] #36 27.54 Reading package lists... [2021-04-09T00:59:32.429Z] #36 34.36 Reading package lists... [2021-04-09T00:59:32.429Z] #36 ... [2021-04-09T00:59:32.429Z] [2021-04-09T00:59:32.429Z] #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-09T00:59:32.429Z] #49 sha256:e9d88c0a3d81dd3e37aa89040a0f6bae441fb9f2b2cb2e690c199e54621c4055 [2021-04-09T00:59:32.429Z] #49 35.36 go: extracting github.com/gogo/protobuf v1.2.1 [2021-04-09T00:59:32.793Z] ...INFO: Daemon under test started and replied! [2021-04-09T00:59:32.793Z] INFO: Docker version of the daemon under test [2021-04-09T00:59:32.793Z] [2021-04-09T00:59:32.793Z] Client: [2021-04-09T00:59:32.794Z] Version: 17.06.2-ce [2021-04-09T00:59:32.794Z] API version: 1.30 [2021-04-09T00:59:32.794Z] Go version: go1.8.3 [2021-04-09T00:59:32.794Z] Git commit: cec0b72 [2021-04-09T00:59:32.794Z] Built: Tue Sep 5 19:57:19 2017 [2021-04-09T00:59:32.794Z] OS/Arch: windows/amd64 [2021-04-09T00:59:32.794Z] [2021-04-09T00:59:32.794Z] Server: [2021-04-09T00:59:32.794Z] Version: 0.0.0-dev [2021-04-09T00:59:32.794Z] API version: 1.41 (minimum version 1.24) [2021-04-09T00:59:32.794Z] Go version: go1.13.15 [2021-04-09T00:59:32.794Z] Git commit: dedcdcf755 [2021-04-09T00:59:32.794Z] Built: 04/09/2021 00:57:17 [2021-04-09T00:59:32.794Z] OS/Arch: windows/amd64 [2021-04-09T00:59:32.794Z] Experimental: false [2021-04-09T00:59:32.794Z] [2021-04-09T00:59:32.794Z] INFO: Docker info of the daemon under test [2021-04-09T00:59:32.794Z] [2021-04-09T00:59:32.794Z] Containers: 0 [2021-04-09T00:59:32.794Z] Running: 0 [2021-04-09T00:59:32.794Z] Paused: 0 [2021-04-09T00:59:32.794Z] Stopped: 0 [2021-04-09T00:59:32.794Z] Images: 0 [2021-04-09T00:59:32.794Z] Server Version: 0.0.0-dev [2021-04-09T00:59:32.794Z] Storage Driver: windowsfilter [2021-04-09T00:59:32.794Z] Windows: [2021-04-09T00:59:32.794Z] Logging Driver: json-file [2021-04-09T00:59:32.794Z] Plugins: [2021-04-09T00:59:32.794Z] Volume: local [2021-04-09T00:59:32.794Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-04-09T00:59:32.794Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-04-09T00:59:32.794Z] Swarm: inactive [2021-04-09T00:59:32.794Z] Default Isolation: process [2021-04-09T00:59:32.794Z] Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600) [2021-04-09T00:59:32.794Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1) [2021-04-09T00:59:32.794Z] OSType: windows [2021-04-09T00:59:32.794Z] Architecture: x86_64 [2021-04-09T00:59:32.794Z] CPUs: 4 [2021-04-09T00:59:32.794Z] Total Memory: 32GiB [2021-04-09T00:59:32.794Z] Name: azwin-2-361f90 [2021-04-09T00:59:32.794Z] ID: WJTI:5NTD:SXSU:HXUA:UD7T:ERGM:DFGE:EI5V:2ARM:TD3L:2XLP:QZY5 [2021-04-09T00:59:32.794Z] Docker Root Dir: D:\CI\PR-39846\67\daemon [2021-04-09T00:59:32.794Z] Debug Mode (client): false [2021-04-09T00:59:32.794Z] Debug Mode (server): true [2021-04-09T00:59:32.794Z] File Descriptors: -1 [2021-04-09T00:59:32.794Z] Goroutines: 16 [2021-04-09T00:59:32.794Z] System Time: 2021-04-09T00:59:30.6507458Z [2021-04-09T00:59:32.794Z] EventsListeners: 0 [2021-04-09T00:59:32.794Z] Registry: https://index.docker.io/v1/ [2021-04-09T00:59:32.794Z] Labels: [2021-04-09T00:59:32.794Z] Experimental: false [2021-04-09T00:59:32.794Z] Insecure Registries: [2021-04-09T00:59:32.794Z] 127.0.0.0/8 [2021-04-09T00:59:32.794Z] Live Restore Enabled: false [2021-04-09T00:59:32.794Z] [2021-04-09T00:59:32.794Z] [2021-04-09T00:59:32.794Z] INFO: Docker images of the daemon under test [2021-04-09T00:59:32.794Z] [2021-04-09T00:59:32.794Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-04-09T00:59:32.794Z] [2021-04-09T00:59:32.794Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore/insider [2021-04-09T00:59:32.794Z] 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-09T00:59:32.794Z] 10.0.20295.1: Pulling from windows/servercore/insider [2021-04-09T00:59:32.794Z] 29d5b6a226d2: Pulling fs layer [2021-04-09T00:59:33.000Z] #49 38.47 go: extracting golang.org/x/text v0.3.2 [2021-04-09T00:59:33.048Z] ok github.com/docker/docker/pkg/broadcaster 0.057s coverage: 100.0% of statements [2021-04-09T00:59:33.571Z] #49 ... [2021-04-09T00:59:33.571Z] [2021-04-09T00:59:33.571Z] #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-09T00:59:33.571Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-09T00:59:33.571Z] #13 24.78 Fetched 8934 kB in 21s (420 kB/s) [2021-04-09T00:59:33.571Z] #13 24.78 Reading package lists... [2021-04-09T00:59:33.571Z] #13 31.67 Reading package lists... [2021-04-09T00:59:33.571Z] #13 ... [2021-04-09T00:59:33.571Z] [2021-04-09T00:59:33.571Z] #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-09T00:59:33.571Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-09T00:59:33.571Z] #42 32.64 Reading package lists... [2021-04-09T00:59:33.665Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-04-09T00:59:33.997Z] ok github.com/docker/docker/pkg/capabilities 0.015s coverage: 87.5% of statements [2021-04-09T00:59:33.997Z] ok github.com/docker/docker/pkg/authorization 0.572s coverage: 68.3% of statements [2021-04-09T00:59:34.573Z] ok github.com/docker/docker/pkg/directory 0.013s coverage: 80.0% of statements [2021-04-09T00:59:34.592Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-04-09T00:59:34.835Z] ok github.com/docker/docker/pkg/archive 1.116s coverage: 81.8% of statements [2021-04-09T00:59:34.951Z] #42 38.90 Building dependency tree... [2021-04-09T00:59:35.410Z] ok github.com/docker/docker/pkg/discovery 0.011s coverage: 58.3% of statements [2021-04-09T00:59:35.673Z] ok github.com/docker/docker/pkg/discovery/file 0.021s coverage: 97.6% of statements [2021-04-09T00:59:35.958Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-04-09T00:59:36.248Z] ok github.com/docker/docker/pkg/discovery/memory 0.010s coverage: 92.3% of statements [2021-04-09T00:59:36.823Z] ok github.com/docker/docker/pkg/discovery/nodes 0.010s coverage: 93.8% of statements [2021-04-09T00:59:36.859Z] #42 42.22 The following additional packages will be installed: [2021-04-09T00:59:36.885Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-04-09T00:59:37.118Z] #42 42.22 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-04-09T00:59:37.118Z] #42 42.22 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-04-09T00:59:37.118Z] #42 42.23 Suggested packages: [2021-04-09T00:59:37.118Z] #42 42.24 manpages-dev python-setuptools [2021-04-09T00:59:37.397Z] ok github.com/docker/docker/pkg/dmesg 0.008s coverage: 83.3% of statements [2021-04-09T00:59:37.972Z] ok github.com/docker/docker/pkg/chrootarchive 3.034s coverage: 43.2% of statements [2021-04-09T00:59:38.500Z] #42 43.51 The following NEW packages will be installed: [2021-04-09T00:59:38.500Z] #42 43.52 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-04-09T00:59:38.500Z] #42 43.53 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-04-09T00:59:38.500Z] #42 43.53 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-04-09T00:59:38.500Z] #42 43.54 python-six zlib1g-dev [2021-04-09T00:59:38.500Z] #42 ... [2021-04-09T00:59:38.500Z] [2021-04-09T00:59:38.500Z] #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-09T00:59:38.500Z] #67 sha256:77cbd8b70858d8716faa43566b114b3d802b78dfae8c36ce83ca82431452856f [2021-04-09T00:59:38.500Z] #67 DONE 43.6s [2021-04-09T00:59:38.500Z] [2021-04-09T00:59:38.500Z] #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-09T00:59:38.500Z] #49 sha256:e9d88c0a3d81dd3e37aa89040a0f6bae441fb9f2b2cb2e690c199e54621c4055 [2021-04-09T00:59:38.500Z] #49 43.05 go: finding github.com/fatih/color v1.7.0 [2021-04-09T00:59:38.500Z] #49 43.05 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-04-09T00:59:38.500Z] #49 43.09 go: finding github.com/mattn/go-colorable v0.1.4 [2021-04-09T00:59:38.500Z] #49 43.22 go: finding github.com/mattn/go-isatty v0.0.8 [2021-04-09T00:59:38.500Z] #49 43.33 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-04-09T00:59:38.500Z] #49 43.36 go: finding github.com/go-critic/go-critic v0.4.1 [2021-04-09T00:59:38.500Z] #49 43.40 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-04-09T00:59:38.500Z] #49 43.41 go: finding github.com/pkg/errors v0.8.1 [2021-04-09T00:59:38.500Z] #49 43.42 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-04-09T00:59:38.500Z] #49 43.47 go: finding github.com/sirupsen/logrus v1.4.2 [2021-04-09T00:59:38.500Z] #49 43.51 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-04-09T00:59:38.501Z] #49 43.52 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-04-09T00:59:38.501Z] #49 43.53 go: finding github.com/stretchr/testify v1.4.0 [2021-04-09T00:59:38.501Z] #49 43.53 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-04-09T00:59:38.501Z] #49 43.58 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-04-09T00:59:38.501Z] #49 43.63 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-04-09T00:59:38.501Z] #49 43.67 go: finding github.com/spf13/viper v1.6.1 [2021-04-09T00:59:38.501Z] #49 43.67 go: finding github.com/davecgh/go-spew v1.1.1 [2021-04-09T00:59:38.501Z] #49 43.72 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-04-09T00:59:38.501Z] #49 43.72 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-04-09T00:59:38.501Z] #49 43.78 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-04-09T00:59:38.501Z] #49 43.79 go: finding github.com/stretchr/objx v0.2.0 [2021-04-09T00:59:38.545Z] ok github.com/docker/docker/pkg/filenotify 0.613s coverage: 67.0% of statements [2021-04-09T00:59:38.545Z] ok github.com/docker/docker/pkg/fileutils 0.016s coverage: 89.5% of statements [2021-04-09T00:59:38.762Z] #49 44.03 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-04-09T00:59:38.774Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-04-09T00:59:39.021Z] #49 44.29 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-04-09T00:59:39.021Z] #49 44.29 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-04-09T00:59:39.021Z] #49 44.31 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-04-09T00:59:39.021Z] #49 44.32 go: finding github.com/spf13/cobra v0.0.5 [2021-04-09T00:59:39.021Z] #49 44.33 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-04-09T00:59:39.021Z] #49 44.33 go: finding github.com/gobwas/glob v0.2.3 [2021-04-09T00:59:39.021Z] #49 44.35 go: finding github.com/hashicorp/hcl v1.0.0 [2021-04-09T00:59:39.121Z] ok github.com/docker/docker/pkg/fsutils 0.257s coverage: 85.1% of statements [2021-04-09T00:59:39.121Z] ok github.com/docker/docker/pkg/homedir 0.010s coverage: 11.4% of statements [2021-04-09T00:59:39.283Z] #49 44.59 go: finding github.com/spf13/pflag v1.0.5 [2021-04-09T00:59:39.283Z] #49 44.67 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-04-09T00:59:39.283Z] #49 44.72 go: finding github.com/magiconair/properties v1.8.1 [2021-04-09T00:59:39.544Z] #49 44.94 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-04-09T00:59:39.544Z] #49 44.98 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-04-09T00:59:39.544Z] #49 45.03 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-04-09T00:59:39.696Z] ok github.com/docker/docker/pkg/discovery/kv 3.102s coverage: 84.1% of statements [2021-04-09T00:59:39.701Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-04-09T00:59:39.804Z] #49 45.03 go: finding github.com/pelletier/go-toml v1.2.0 [2021-04-09T00:59:39.804Z] #49 45.05 go: finding github.com/spf13/afero v1.1.2 [2021-04-09T00:59:39.804Z] #49 45.07 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-04-09T00:59:39.804Z] #49 45.09 go: finding github.com/spf13/cast v1.3.0 [2021-04-09T00:59:39.804Z] #49 45.10 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-04-09T00:59:39.804Z] #49 45.11 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-04-09T00:59:39.804Z] #49 45.11 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-04-09T00:59:39.804Z] #49 45.14 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-04-09T00:59:39.804Z] #49 45.16 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-04-09T00:59:39.804Z] #49 45.16 go: finding github.com/subosito/gotenv v1.2.0 [2021-04-09T00:59:39.804Z] #49 45.19 go: finding gopkg.in/ini.v1 v1.51.0 [2021-04-09T00:59:39.804Z] #49 45.24 go: finding golang.org/x/text v0.3.2 [2021-04-09T00:59:40.064Z] #49 45.31 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-04-09T00:59:40.064Z] #49 45.42 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-04-09T00:59:40.064Z] #49 45.44 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-04-09T00:59:40.064Z] #49 45.44 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-04-09T00:59:40.064Z] #49 45.48 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-04-09T00:59:40.064Z] #49 45.48 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-04-09T00:59:40.064Z] #49 45.50 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-04-09T00:59:40.173Z] INFO: Extraction ended at 04/09/2021 00:59:39. Duration:00:00:24.0723820 [2021-04-09T00:59:40.173Z] INFO: Updating the golang and path environment variables [2021-04-09T00:59:40.173Z] INFO: GOPATH=d:\gopath [2021-04-09T00:59:40.173Z] INFO: go version go1.13.15 windows/amd64 [2021-04-09T00:59:40.173Z] INFO: Running the daemon under test in debug mode [2021-04-09T00:59:40.173Z] INFO: Starting a daemon under test... [2021-04-09T00:59:40.173Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-39846\67\daemon --pidfile d:\CI\PR-39846\67\docker.pid -D [2021-04-09T00:59:40.173Z] INFO: Process started successfully. [2021-04-09T00:59:40.173Z] INFO: Start tailing logs of the daemon under tests [2021-04-09T00:59:40.173Z] INFO: Waiting for the daemon under test to start... [2021-04-09T00:59:40.271Z] ok github.com/docker/docker/layer 7.123s coverage: 68.8% of statements [2021-04-09T00:59:40.271Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-04-09T00:59:40.271Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-04-09T00:59:40.271Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-04-09T00:59:40.271Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-04-09T00:59:40.271Z] ? github.com/docker/docker/oci/caps [no test files] [2021-04-09T00:59:40.271Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-04-09T00:59:40.271Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-04-09T00:59:40.323Z] #49 45.50 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-04-09T00:59:40.323Z] #49 45.52 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-04-09T00:59:40.323Z] #49 45.52 go: finding github.com/kisielk/gotool v1.0.0 [2021-04-09T00:59:40.323Z] #49 45.53 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-04-09T00:59:40.323Z] #49 45.53 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-04-09T00:59:40.323Z] #49 45.59 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-04-09T00:59:40.323Z] #49 45.60 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-04-09T00:59:40.323Z] #49 45.62 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-04-09T00:59:40.323Z] #49 45.63 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-04-09T00:59:40.323Z] #49 45.65 go: finding github.com/ultraware/funlen v0.0.2 [2021-04-09T00:59:40.323Z] #49 45.65 go: finding github.com/ultraware/whitespace v0.0.4 [2021-04-09T00:59:40.323Z] #49 45.67 go: finding github.com/uudashr/gocognit v1.0.1 [2021-04-09T00:59:40.323Z] #49 45.70 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-04-09T00:59:40.584Z] #49 45.75 go: finding github.com/gogo/protobuf v1.2.1 [2021-04-09T00:59:40.628Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-04-09T00:59:40.844Z] #49 46.01 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-04-09T00:59:40.844Z] #49 46.02 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-04-09T00:59:40.844Z] #49 46.07 go: finding github.com/BurntSushi/toml v0.3.1 [2021-04-09T00:59:40.844Z] #49 46.10 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-04-09T00:59:40.844Z] #49 46.14 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-04-09T00:59:40.847Z] ok github.com/docker/docker/pkg/jsonmessage 0.044s coverage: 91.7% of statements [2021-04-09T00:59:40.847Z] ok github.com/docker/docker/pkg/longpath 0.009s coverage: 100.0% of statements [2021-04-09T00:59:41.110Z] ok github.com/docker/docker/pkg/ioutils 0.652s coverage: 69.3% of statements [2021-04-09T00:59:41.110Z] ok github.com/docker/docker/pkg/idtools 0.894s coverage: 69.5% of statements [2021-04-09T00:59:41.110Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-04-09T00:59:41.110Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-04-09T00:59:41.110Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-04-09T00:59:41.373Z] ok github.com/docker/docker/pkg/namesgenerator 0.046s coverage: 85.7% of statements [2021-04-09T00:59:41.373Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-04-09T00:59:41.418Z] #49 ... [2021-04-09T00:59:41.418Z] [2021-04-09T00:59:41.418Z] #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-09T00:59:41.418Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-04-09T00:59:41.418Z] #55 33.31 Reading package lists... [2021-04-09T00:59:41.418Z] #55 39.65 Building dependency tree... [2021-04-09T00:59:41.418Z] #55 43.03 The following additional packages will be installed: [2021-04-09T00:59:41.418Z] #55 43.06 libbtrfs0 [2021-04-09T00:59:41.418Z] #55 43.31 The following NEW packages will be installed: [2021-04-09T00:59:41.418Z] #55 43.33 libbtrfs-dev libbtrfs0 [2021-04-09T00:59:41.418Z] #55 43.89 0 upgraded, 2 newly installed, 0 to remove and 29 not upgraded. [2021-04-09T00:59:41.418Z] #55 43.89 Need to get 119 kB of archives. [2021-04-09T00:59:41.418Z] #55 43.89 After this operation, 387 kB of additional disk space will be used. [2021-04-09T00:59:41.418Z] #55 43.89 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-04-09T00:59:41.418Z] #55 43.90 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-04-09T00:59:41.418Z] #55 45.34 debconf: delaying package configuration, since apt-utils is not installed [2021-04-09T00:59:41.418Z] #55 45.57 Fetched 119 kB in 0s (330 kB/s) [2021-04-09T00:59:41.418Z] #55 45.69 Selecting previously unselected package libbtrfs0. [2021-04-09T00:59:41.418Z] #55 45.69 (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-09T00:59:41.418Z] #55 45.75 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-04-09T00:59:41.418Z] #55 45.78 Unpacking libbtrfs0 (4.20.1-2) ... [2021-04-09T00:59:41.418Z] #55 45.87 Selecting previously unselected package libbtrfs-dev. [2021-04-09T00:59:41.418Z] #55 45.87 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-04-09T00:59:41.418Z] #55 45.89 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-04-09T00:59:41.418Z] #55 46.12 Setting up libbtrfs0 (4.20.1-2) ... [2021-04-09T00:59:41.418Z] #55 46.13 Setting up libbtrfs-dev (4.20.1-2) ... [2021-04-09T00:59:41.418Z] #55 46.14 Processing triggers for libc-bin (2.28-10) ... [2021-04-09T00:59:41.418Z] #55 DONE 46.5s [2021-04-09T00:59:41.418Z] [2021-04-09T00:59:41.418Z] #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-09T00:59:41.418Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-09T00:59:41.418Z] #42 44.06 0 upgraded, 17 newly installed, 0 to remove and 29 not upgraded. [2021-04-09T00:59:41.418Z] #42 44.06 Need to get 4095 kB of archives. [2021-04-09T00:59:41.418Z] #42 44.06 After this operation, 22.5 MB of additional disk space will be used. [2021-04-09T00:59:41.418Z] #42 44.06 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2021-04-09T00:59:41.418Z] #42 44.06 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-09T00:59:41.418Z] #42 44.06 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-09T00:59:41.418Z] #42 44.07 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-09T00:59:41.418Z] #42 44.08 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2021-04-09T00:59:41.418Z] #42 44.10 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-09T00:59:41.418Z] #42 44.10 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-09T00:59:41.418Z] #42 44.13 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-09T00:59:41.418Z] #42 44.14 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-04-09T00:59:41.418Z] #42 44.26 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2021-04-09T00:59:41.418Z] #42 44.27 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2021-04-09T00:59:41.418Z] #42 44.49 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2021-04-09T00:59:41.418Z] #42 44.62 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-09T00:59:41.418Z] #42 44.64 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-09T00:59:41.418Z] #42 44.64 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-04-09T00:59:41.418Z] #42 44.68 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2021-04-09T00:59:41.418Z] #42 44.69 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2021-04-09T00:59:41.418Z] #42 45.85 debconf: delaying package configuration, since apt-utils is not installed [2021-04-09T00:59:41.418Z] #42 45.99 Fetched 4095 kB in 1s (4225 kB/s) [2021-04-09T00:59:41.418Z] #42 46.12 Selecting previously unselected package libcap-dev:amd64. [2021-04-09T00:59:41.418Z] #42 46.12 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-04-09T00:59:41.418Z] #42 46.20 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2021-04-09T00:59:41.418Z] #42 46.21 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2021-04-09T00:59:41.418Z] #42 46.47 Selecting previously unselected package libnet1:amd64. [2021-04-09T00:59:41.418Z] #42 46.47 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-04-09T00:59:41.418Z] #42 46.51 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-04-09T00:59:41.418Z] #42 46.69 Selecting previously unselected package libnet1-dev. [2021-04-09T00:59:41.639Z] ok github.com/docker/docker/pkg/parsers 0.026s coverage: 97.0% of statements [2021-04-09T00:59:41.639Z] ok github.com/docker/docker/pkg/parsers/kernel 0.017s coverage: 60.0% of statements [2021-04-09T00:59:41.681Z] #42 46.77 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2021-04-09T00:59:41.681Z] #42 46.78 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-04-09T00:59:41.902Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.044s coverage: 86.7% of statements [2021-04-09T00:59:41.940Z] #42 47.22 Selecting previously unselected package libnl-3-200:amd64. [2021-04-09T00:59:41.940Z] #42 47.23 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2021-04-09T00:59:41.940Z] #42 47.23 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-04-09T00:59:41.994Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-04-09T00:59:41.994Z] Using test binary docker [2021-04-09T00:59:41.994Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-04-09T00:59:41.994Z] Starting apparmor (via systemctl): apparmor.service. [2021-04-09T00:59:41.994Z] Starting dockerd [2021-04-09T00:59:41.994Z] INFO: Waiting for daemon to start... [2021-04-09T00:59:42.164Z] ok github.com/docker/docker/pkg/pidfile 0.019s coverage: 82.4% of statements [2021-04-09T00:59:42.164Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-04-09T00:59:42.164Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-04-09T00:59:42.203Z] #42 47.42 Selecting previously unselected package libnl-3-dev:amd64. [2021-04-09T00:59:42.203Z] #42 47.42 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2021-04-09T00:59:42.203Z] #42 47.53 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2021-04-09T00:59:42.739Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.087s coverage: 56.8% of statements [2021-04-09T00:59:42.772Z] #42 47.89 Selecting previously unselected package libprotobuf-c1:amd64. [2021-04-09T00:59:42.772Z] #42 47.89 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-04-09T00:59:42.772Z] #42 47.89 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-04-09T00:59:42.772Z] #42 47.95 Selecting previously unselected package libprotobuf-c-dev:amd64. [2021-04-09T00:59:42.772Z] #42 47.97 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2021-04-09T00:59:42.772Z] #42 47.98 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-04-09T00:59:42.772Z] #42 48.06 Selecting previously unselected package zlib1g-dev:amd64. [2021-04-09T00:59:42.772Z] #42 48.07 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2021-04-09T00:59:42.772Z] #42 48.08 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-04-09T00:59:43.031Z] #42 48.28 Selecting previously unselected package libprotobuf17:amd64. [2021-04-09T00:59:43.031Z] #42 48.28 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-04-09T00:59:43.031Z] #42 48.28 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-04-09T00:59:43.316Z] ok github.com/docker/docker/pkg/pools 0.017s coverage: 88.2% of statements [2021-04-09T00:59:43.316Z] ok github.com/docker/docker/pkg/plugins/transport 0.025s coverage: 85.7% of statements [2021-04-09T00:59:43.316Z] ok github.com/docker/docker/pkg/progress 0.012s coverage: 75.9% of statements [2021-04-09T00:59:43.891Z] ok github.com/docker/docker/pkg/reexec 0.024s coverage: 82.4% of statements [2021-04-09T00:59:43.969Z] #42 49.17 Selecting previously unselected package libprotobuf-lite17:amd64. [2021-04-09T00:59:43.969Z] #42 49.18 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2021-04-09T00:59:43.969Z] #42 49.28 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-04-09T00:59:44.229Z] #42 49.45 Selecting previously unselected package libprotobuf-dev:amd64. [2021-04-09T00:59:44.229Z] #42 49.50 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2021-04-09T00:59:44.229Z] #42 49.50 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-04-09T00:59:44.489Z] #42 ... [2021-04-09T00:59:44.489Z] [2021-04-09T00:59:44.489Z] #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-09T00:59:44.489Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-04-09T00:59:44.506Z] . [2021-04-09T00:59:44.506Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-04-09T00:59:44.506Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-04-09T00:59:44.506Z] Error: No such image: emptyfs [2021-04-09T00:59:44.506Z] Running integration-test (iteration 1) [2021-04-09T00:59:44.506Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-04-09T00:59:44.838Z] ok github.com/docker/docker/pkg/stdcopy 0.013s coverage: 100.0% of statements [2021-04-09T00:59:44.838Z] ok github.com/docker/docker/pkg/pubsub 1.079s coverage: 75.0% of statements [2021-04-09T00:59:45.009Z] #32 49.48 Checking out files: 86% (1311/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-09T00:59:45.101Z] ok github.com/docker/docker/pkg/streamformatter 0.011s coverage: 66.2% of statements [2021-04-09T00:59:45.270Z] #32 50.13 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-04-09T00:59:45.270Z] #32 ... [2021-04-09T00:59:45.270Z] [2021-04-09T00:59:45.270Z] #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-09T00:59:45.270Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-04-09T00:59:45.270Z] #36 34.36 Reading package lists... [2021-04-09T00:59:45.270Z] #36 40.75 Building dependency tree... [2021-04-09T00:59:45.270Z] #36 44.58 The following additional packages will be installed: [2021-04-09T00:59:45.270Z] #36 44.63 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-04-09T00:59:45.270Z] #36 44.65 Suggested packages: [2021-04-09T00:59:45.270Z] #36 44.65 cmake-doc ninja-build lrzip [2021-04-09T00:59:45.270Z] #36 44.65 Recommended packages: [2021-04-09T00:59:45.270Z] #36 44.65 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-04-09T00:59:45.270Z] #36 45.67 The following NEW packages will be installed: [2021-04-09T00:59:45.270Z] #36 45.68 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-04-09T00:59:45.270Z] #36 45.70 vim-common xxd [2021-04-09T00:59:45.270Z] #36 46.13 0 upgraded, 10 newly installed, 0 to remove and 29 not upgraded. [2021-04-09T00:59:45.270Z] #36 46.13 Need to get 14.9 MB of archives. [2021-04-09T00:59:45.270Z] #36 46.13 After this operation, 61.8 MB of additional disk space will be used. [2021-04-09T00:59:45.270Z] #36 46.13 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-04-09T00:59:45.270Z] #36 46.18 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-04-09T00:59:45.270Z] #36 46.18 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-04-09T00:59:45.270Z] #36 46.31 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-04-09T00:59:45.270Z] #36 47.31 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2021-04-09T00:59:45.270Z] #36 47.44 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-04-09T00:59:45.270Z] #36 47.48 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-04-09T00:59:45.270Z] #36 47.49 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-04-09T00:59:45.270Z] #36 47.54 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-04-09T00:59:45.270Z] #36 47.55 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-04-09T00:59:45.270Z] #36 49.04 debconf: delaying package configuration, since apt-utils is not installed [2021-04-09T00:59:45.270Z] #36 49.26 Fetched 14.9 MB in 2s (7351 kB/s) [2021-04-09T00:59:45.270Z] #36 49.34 Selecting previously unselected package xxd. [2021-04-09T00:59:45.270Z] #36 49.34 (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-09T00:59:45.270Z] #36 49.43 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-04-09T00:59:45.270Z] #36 49.45 Unpacking xxd (2:8.1.0875-5) ... [2021-04-09T00:59:45.270Z] #36 49.67 Selecting previously unselected package vim-common. [2021-04-09T00:59:45.270Z] #36 49.68 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-04-09T00:59:45.270Z] #36 49.75 Unpacking vim-common (2:8.1.0875-5) ... [2021-04-09T00:59:45.270Z] #36 50.07 Selecting previously unselected package cmake-data. [2021-04-09T00:59:45.270Z] #36 50.07 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-04-09T00:59:45.270Z] #36 50.10 Unpacking cmake-data (3.13.4-1) ... [2021-04-09T00:59:45.270Z] #36 ... [2021-04-09T00:59:45.270Z] [2021-04-09T00:59:45.270Z] #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-09T00:59:45.270Z] #56 sha256:2827f94ecd00dce3f9c556eb2526a09fc2332793b9ec25c6636b420a1db3ded9 [2021-04-09T00:59:45.270Z] #56 1.100 + RM_GOPATH=0 [2021-04-09T00:59:45.270Z] #56 1.100 + TMP_GOPATH= [2021-04-09T00:59:45.270Z] #56 1.100 + : /build [2021-04-09T00:59:45.270Z] #56 1.100 + '[' -z '' ']' [2021-04-09T00:59:45.270Z] #56 1.100 ++ mktemp -d [2021-04-09T00:59:45.270Z] #56 1.102 + export GOPATH=/tmp/tmp.7KAeIev69I [2021-04-09T00:59:45.270Z] #56 1.102 + GOPATH=/tmp/tmp.7KAeIev69I [2021-04-09T00:59:45.270Z] #56 1.102 + RM_GOPATH=1 [2021-04-09T00:59:45.270Z] #56 1.102 + case "$(go env GOARCH)" in [2021-04-09T00:59:45.270Z] #56 1.103 ++ go env GOARCH [2021-04-09T00:59:45.270Z] #56 1.138 + export GO_BUILDMODE=-buildmode=pie [2021-04-09T00:59:45.270Z] #56 1.141 + GO_BUILDMODE=-buildmode=pie [2021-04-09T00:59:45.270Z] #56 1.144 ++ dirname /tmp/install/install.sh [2021-04-09T00:59:45.270Z] #56 1.149 + dir=/tmp/install [2021-04-09T00:59:45.270Z] #56 1.150 + bin=containerd [2021-04-09T00:59:45.270Z] #56 1.150 + shift [2021-04-09T00:59:45.270Z] #56 1.150 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-04-09T00:59:45.270Z] #56 1.150 + . /tmp/install/containerd.installer [2021-04-09T00:59:45.270Z] #56 1.152 ++ set -e [2021-04-09T00:59:45.270Z] #56 1.152 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-09T00:59:45.270Z] #56 1.152 + install_containerd [2021-04-09T00:59:45.270Z] #56 1.161 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e' [2021-04-09T00:59:45.270Z] #56 1.162 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-09T00:59:45.270Z] #56 1.162 + git clone https://github.com/containerd/containerd.git /tmp/tmp.7KAeIev69I/src/github.com/containerd/containerd [2021-04-09T00:59:45.270Z] #56 1.167 Cloning into '/tmp/tmp.7KAeIev69I/src/github.com/containerd/containerd'... [2021-04-09T00:59:45.369Z] ok github.com/docker/docker/pkg/stringid 0.009s coverage: 70.6% of statements [2021-04-09T00:59:46.316Z] ok github.com/docker/docker/pkg/sysinfo 0.017s coverage: 54.9% of statements [2021-04-09T00:59:46.580Z] ok github.com/docker/docker/pkg/system 0.014s coverage: 36.9% of statements [2021-04-09T00:59:46.654Z] #56 ... [2021-04-09T00:59:46.654Z] [2021-04-09T00:59:46.654Z] #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-09T00:59:46.654Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-09T00:59:46.654Z] #13 31.67 Reading package lists... [2021-04-09T00:59:46.654Z] #13 38.28 Building dependency tree... [2021-04-09T00:59:46.654Z] #13 42.27 The following additional packages will be installed: [2021-04-09T00:59:46.654Z] #13 42.28 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-04-09T00:59:46.654Z] #13 42.28 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-04-09T00:59:46.654Z] #13 42.28 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-04-09T00:59:46.654Z] #13 42.28 libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1 [2021-04-09T00:59:46.654Z] #13 42.29 mingw-w64-common mingw-w64-x86-64-dev [2021-04-09T00:59:46.654Z] #13 42.29 Suggested packages: [2021-04-09T00:59:46.654Z] #13 42.30 gcc-8-locales seccomp wine64 [2021-04-09T00:59:46.654Z] #13 43.83 The following NEW packages will be installed: [2021-04-09T00:59:46.654Z] #13 43.84 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-04-09T00:59:46.654Z] #13 43.84 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-04-09T00:59:46.654Z] #13 43.85 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-04-09T00:59:46.654Z] #13 43.85 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-04-09T00:59:46.654Z] #13 43.85 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-04-09T00:59:46.654Z] #13 43.85 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-04-09T00:59:46.654Z] #13 43.85 The following packages will be upgraded: [2021-04-09T00:59:46.654Z] #13 43.86 libseccomp2 libsystemd0 libudev1 [2021-04-09T00:59:46.654Z] #13 44.27 3 upgraded, 25 newly installed, 0 to remove and 27 not upgraded. [2021-04-09T00:59:46.654Z] #13 44.27 Need to get 78.2 MB of archives. [2021-04-09T00:59:46.654Z] #13 44.27 After this operation, 487 MB of additional disk space will be used. [2021-04-09T00:59:46.654Z] #13 44.27 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB] [2021-04-09T00:59:46.654Z] #13 44.27 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-09T00:59:46.654Z] #13 44.28 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u7 [332 kB] [2021-04-09T00:59:46.654Z] #13 44.29 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u7 [151 kB] [2021-04-09T00:59:46.654Z] #13 44.29 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-09T00:59:46.654Z] #13 44.50 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-09T00:59:46.654Z] #13 44.76 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-09T00:59:46.654Z] #13 44.77 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-09T00:59:46.654Z] #13 44.79 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-04-09T00:59:46.654Z] #13 44.79 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-04-09T00:59:46.654Z] #13 45.34 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-09T00:59:46.654Z] #13 45.67 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-09T00:59:46.654Z] #13 45.67 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-09T00:59:46.914Z] #13 ... [2021-04-09T00:59:46.914Z] [2021-04-09T00:59:46.914Z] #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-09T00:59:46.914Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-09T00:59:46.914Z] #42 50.77 Selecting previously unselected package libprotoc17:amd64. [2021-04-09T00:59:46.914Z] #42 50.77 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2021-04-09T00:59:46.914Z] #42 50.79 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2021-04-09T00:59:46.914Z] #42 51.36 Selecting previously unselected package protobuf-c-compiler. [2021-04-09T00:59:46.914Z] #42 51.38 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2021-04-09T00:59:46.914Z] #42 51.39 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-04-09T00:59:46.914Z] #42 51.52 Selecting previously unselected package protobuf-compiler. [2021-04-09T00:59:46.914Z] #42 51.56 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2021-04-09T00:59:46.914Z] #42 51.57 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-04-09T00:59:46.914Z] #42 51.71 Selecting previously unselected package python-pkg-resources. [2021-04-09T00:59:46.914Z] #42 51.71 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-04-09T00:59:46.914Z] #42 51.72 Unpacking python-pkg-resources (40.8.0-1) ... [2021-04-09T00:59:46.914Z] #42 51.96 Selecting previously unselected package python-six. [2021-04-09T00:59:46.914Z] #42 51.96 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-04-09T00:59:46.914Z] #42 51.96 Unpacking python-six (1.12.0-1) ... [2021-04-09T00:59:46.914Z] #42 52.09 Selecting previously unselected package python-protobuf. [2021-04-09T00:59:46.914Z] #42 52.09 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2021-04-09T00:59:46.914Z] #42 52.10 Unpacking python-protobuf (3.6.1.3-2) ... [2021-04-09T00:59:47.156Z] ok github.com/docker/docker/pkg/tailfile 0.122s coverage: 88.6% of statements [2021-04-09T00:59:47.156Z] ok github.com/docker/docker/pkg/signal 2.877s coverage: 61.0% of statements [2021-04-09T00:59:47.174Z] #42 ... [2021-04-09T00:59:47.174Z] [2021-04-09T00:59:47.174Z] #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-09T00:59:47.174Z] #45 sha256:b35a456e498e4eed786c86b6764b45ee5401539384e349fc1665df25588d840c [2021-04-09T00:59:47.174Z] #45 42.41 sync [2021-04-09T00:59:47.174Z] #45 42.46 internal/reflectlite [2021-04-09T00:59:47.174Z] #45 44.79 github.com/LK4D4/vndr/godl/singleflight [2021-04-09T00:59:47.174Z] #45 45.07 math/rand [2021-04-09T00:59:47.174Z] #45 46.00 internal/singleflight [2021-04-09T00:59:47.174Z] #45 46.24 errors [2021-04-09T00:59:47.174Z] #45 46.31 sort [2021-04-09T00:59:47.174Z] #45 46.83 io [2021-04-09T00:59:47.174Z] #45 48.02 strconv [2021-04-09T00:59:47.174Z] #45 48.31 bytes [2021-04-09T00:59:47.174Z] #45 50.06 bufio [2021-04-09T00:59:47.174Z] #45 51.36 reflect [2021-04-09T00:59:47.174Z] #45 51.74 syscall [2021-04-09T00:59:47.419Z] ok github.com/docker/docker/pkg/tarsum 0.141s coverage: 89.3% of statements [2021-04-09T00:59:47.436Z] #45 ... [2021-04-09T00:59:47.436Z] [2021-04-09T00:59:47.436Z] #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-09T00:59:47.436Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-09T00:59:47.436Z] #42 52.67 Setting up python-pkg-resources (40.8.0-1) ... [2021-04-09T00:59:47.681Z] testing: warning: no tests to run [2021-04-09T00:59:47.681Z] coverage: [no statements] [2021-04-09T00:59:47.681Z] ok github.com/docker/docker/pkg/term/windows 0.015s coverage: [no statements] [no tests to run] [2021-04-09T00:59:47.943Z] ok github.com/docker/docker/pkg/truncindex 0.114s coverage: 91.5% of statements [2021-04-09T00:59:47.943Z] ok github.com/docker/docker/pkg/urlutil 0.011s coverage: 100.0% of statements [2021-04-09T00:59:47.943Z] ok github.com/docker/docker/pkg/useragent 0.011s coverage: 88.9% of statements [2021-04-09T00:59:49.870Z] ok github.com/docker/docker/plugin/v2 0.019s coverage: 14.5% of statements [2021-04-09T00:59:49.870Z] ok github.com/docker/docker/profiles/seccomp 0.019s coverage: 85.4% of statements [2021-04-09T00:59:50.445Z] ok github.com/docker/docker/reference 0.020s coverage: 84.4% of statements [2021-04-09T00:59:50.708Z] ok github.com/docker/docker/plugin 0.557s coverage: 23.2% of statements [2021-04-09T00:59:51.641Z] #42 57.09 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-04-09T00:59:51.932Z] #42 57.11 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-04-09T00:59:51.932Z] #42 57.12 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-04-09T00:59:51.932Z] #42 57.13 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-04-09T00:59:51.932Z] #42 57.15 Setting up python-six (1.12.0-1) ... [2021-04-09T00:59:52.633Z] ok github.com/docker/docker/registry/resumable 0.037s coverage: 100.0% of statements [2021-04-09T00:59:52.633Z] ok github.com/docker/docker/quota 0.491s coverage: 71.4% of statements [2021-04-09T00:59:52.633Z] ok github.com/docker/docker/registry 0.200s coverage: 58.8% of statements [2021-04-09T00:59:52.896Z] ok github.com/docker/docker/restartmanager 0.013s coverage: 50.9% of statements [2021-04-09T00:59:53.346Z] #42 ... [2021-04-09T00:59:53.346Z] [2021-04-09T00:59:53.346Z] #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-09T00:59:53.346Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-09T00:59:53.346Z] #13 49.29 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-09T00:59:53.346Z] #13 51.60 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-04-09T00:59:53.346Z] #13 51.60 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-04-09T00:59:53.346Z] #13 51.61 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-04-09T00:59:53.346Z] #13 51.61 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-04-09T00:59:53.346Z] #13 51.62 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-09T00:59:53.346Z] #13 51.63 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB] [2021-04-09T00:59:53.346Z] #13 51.64 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-04-09T00:59:53.346Z] #13 51.68 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-04-09T00:59:53.346Z] #13 51.71 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-04-09T00:59:53.346Z] #13 51.73 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-04-09T00:59:53.346Z] #13 51.74 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-04-09T00:59:53.346Z] #13 51.80 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-04-09T00:59:53.346Z] #13 51.81 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-09T00:59:53.346Z] #13 51.83 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB] [2021-04-09T00:59:53.346Z] #13 52.91 debconf: delaying package configuration, since apt-utils is not installed [2021-04-09T00:59:53.346Z] #13 53.11 Fetched 78.2 MB in 8s (9977 kB/s) [2021-04-09T00:59:53.346Z] #13 53.22 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-04-09T00:59:53.346Z] #13 53.28 Preparing to unpack .../libsystemd0_241-7~deb10u7_amd64.deb ... [2021-04-09T00:59:53.346Z] #13 53.30 Unpacking libsystemd0:amd64 (241-7~deb10u7) over (241-7~deb10u4) ... [2021-04-09T00:59:53.346Z] #13 53.79 Setting up libsystemd0:amd64 (241-7~deb10u7) ... [2021-04-09T00:59:53.346Z] #13 53.98 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-04-09T00:59:53.346Z] #13 54.06 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ... [2021-04-09T00:59:53.346Z] #13 54.08 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ... [2021-04-09T00:59:53.346Z] #13 54.42 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ... [2021-04-09T00:59:53.473Z] ok github.com/docker/docker/testutil 0.014s coverage: 62.5% of statements [2021-04-09T00:59:53.735Z] ok github.com/docker/docker/runconfig 0.040s coverage: 66.1% of statements [2021-04-09T00:59:53.916Z] [2021-04-09T00:59:53.916Z] #13 ... [2021-04-09T00:59:53.916Z] [2021-04-09T00:59:53.916Z] #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-09T00:59:53.916Z] #47 sha256:3d56a6a6acc15b155a028ec36af0d4386e9fca94bdcf93fb485c5938ee1355c3 [2021-04-09T00:59:53.916Z] #47 DONE 59.1s [2021-04-09T00:59:53.916Z] [2021-04-09T00:59:53.916Z] #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-09T00:59:53.916Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-09T00:59:53.916Z] #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% [2021-04-09T00:59:53.916Z] #13 ... [2021-04-09T00:59:53.916Z] [2021-04-09T00:59:53.916Z] #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-09T00:59:53.916Z] #45 sha256:b35a456e498e4eed786c86b6764b45ee5401539384e349fc1665df25588d840c [2021-04-09T00:59:53.916Z] #45 58.89 time [2021-04-09T00:59:55.660Z] ok github.com/docker/docker/volume/drivers 0.050s coverage: 36.1% of statements [2021-04-09T00:59:55.825Z] #45 ... [2021-04-09T00:59:55.825Z] [2021-04-09T00:59:55.825Z] #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-09T00:59:55.825Z] #51 sha256:8cdee84817f409dd0efac5eaad7cf75239789cf12879ae20ac5804dc4dea1910 [2021-04-09T00:59:55.825Z] #51 51.21 internal/oserror [2021-04-09T00:59:55.825Z] #51 51.21 strconv [2021-04-09T00:59:55.825Z] #51 51.36 syscall [2021-04-09T00:59:55.825Z] #51 54.80 reflect [2021-04-09T00:59:55.825Z] #51 58.89 time [2021-04-09T00:59:56.084Z] #51 ... [2021-04-09T00:59:56.084Z] [2021-04-09T00:59:56.084Z] #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-09T00:59:56.084Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-04-09T00:59:56.084Z] #32 51.04 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-04-09T00:59:56.238Z] ok github.com/docker/docker/volume/mounts 0.087s coverage: 67.0% of statements [2021-04-09T00:59:56.345Z] #32 ... [2021-04-09T00:59:56.345Z] [2021-04-09T00:59:56.345Z] #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-09T00:59:56.345Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-09T00:59:56.345Z] #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-09T00:59:56.345Z] #13 55.30 Preparing to unpack .../libudev1_241-7~deb10u7_amd64.deb ... [2021-04-09T00:59:56.345Z] #13 55.34 Unpacking libudev1:amd64 (241-7~deb10u7) over (241-7~deb10u4) ... [2021-04-09T00:59:56.345Z] #13 55.85 Setting up libudev1:amd64 (241-7~deb10u7) ... [2021-04-09T00:59:56.345Z] #13 56.16 Selecting previously unselected package binutils-mingw-w64-i686. [2021-04-09T00:59:56.345Z] #13 56.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-09T00:59:56.345Z] #13 56.30 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-04-09T00:59:56.345Z] #13 56.31 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-04-09T00:59:56.791Z] Loaded image: buildpack-deps:buster [2021-04-09T00:59:56.791Z] Loaded image: busybox:latest [2021-04-09T00:59:56.791Z] Loaded image: busybox:glibc [2021-04-09T00:59:56.915Z] #13 58.39 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-04-09T00:59:57.175Z] #13 58.43 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-04-09T00:59:57.175Z] #13 58.44 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-04-09T00:59:57.185Z] ok github.com/docker/docker/volume/local 0.187s coverage: 76.4% of statements [2021-04-09T00:59:57.744Z] #13 ... [2021-04-09T00:59:57.744Z] [2021-04-09T00:59:57.744Z] #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-09T00:59:57.744Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-04-09T00:59:57.744Z] #36 53.22 Selecting previously unselected package libicu63:amd64. [2021-04-09T00:59:57.744Z] #36 53.23 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-04-09T00:59:57.744Z] #36 53.23 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-04-09T00:59:57.744Z] #36 60.80 Selecting previously unselected package libxml2:amd64. [2021-04-09T00:59:57.744Z] #36 60.82 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2021-04-09T00:59:57.744Z] #36 60.84 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-04-09T00:59:57.744Z] #36 61.37 Selecting previously unselected package libarchive13:amd64. [2021-04-09T00:59:57.744Z] #36 61.38 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-04-09T00:59:57.744Z] #36 61.39 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-04-09T00:59:57.744Z] #36 61.66 Selecting previously unselected package libjsoncpp1:amd64. [2021-04-09T00:59:57.744Z] #36 61.67 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-04-09T00:59:57.744Z] #36 61.69 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-04-09T00:59:57.744Z] #36 61.85 Selecting previously unselected package librhash0:amd64. [2021-04-09T00:59:57.744Z] #36 61.88 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-04-09T00:59:57.744Z] #36 61.89 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-04-09T00:59:57.744Z] #36 62.08 Selecting previously unselected package libuv1:amd64. [2021-04-09T00:59:57.744Z] #36 62.08 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-04-09T00:59:57.744Z] #36 62.08 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-04-09T00:59:57.744Z] #36 62.22 Selecting previously unselected package cmake. [2021-04-09T00:59:57.744Z] #36 62.22 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-04-09T00:59:57.744Z] #36 62.24 Unpacking cmake (3.13.4-1) ... [2021-04-09T00:59:58.006Z] #36 ... [2021-04-09T00:59:58.006Z] [2021-04-09T00:59:58.006Z] #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-09T00:59:58.006Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-09T00:59:58.006Z] #42 61.91 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-04-09T00:59:58.006Z] #42 61.93 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-04-09T00:59:58.006Z] #42 61.96 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-04-09T00:59:58.006Z] #42 61.98 Setting up libcap-dev:amd64 (1:2.25-2) ... [2021-04-09T00:59:58.006Z] #42 61.99 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2021-04-09T00:59:58.006Z] #42 62.01 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-04-09T00:59:58.006Z] #42 62.02 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-04-09T00:59:58.006Z] #42 62.03 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-04-09T00:59:58.006Z] #42 62.05 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-04-09T00:59:58.006Z] #42 62.06 Setting up python-protobuf (3.6.1.3-2) ... [2021-04-09T00:59:58.129Z] ok github.com/docker/docker/volume/service 0.027s coverage: 73.1% of statements [2021-04-09T00:59:59.307Z] Loaded image: debian:bullseye [2021-04-09T00:59:59.307Z] Loaded image: hello-world:latest [2021-04-09T00:59:59.307Z] Loaded image: arm32v7/hello-world:latest [2021-04-09T00:59:59.307Z] INFO: Testing against a local daemon [2021-04-09T00:59:59.307Z] === RUN TestCgroupNamespacesBuild [2021-04-09T01:00:01.308Z] #42 ... [2021-04-09T01:00:01.308Z] [2021-04-09T01:00:01.308Z] #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-09T01:00:01.308Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-04-09T01:00:01.308Z] #36 64.88 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-04-09T01:00:01.308Z] #36 64.92 Setting up xxd (2:8.1.0875-5) ... [2021-04-09T01:00:01.308Z] #36 64.94 Setting up libuv1:amd64 (1.24.1-1) ... [2021-04-09T01:00:01.308Z] #36 64.95 Setting up vim-common (2:8.1.0875-5) ... [2021-04-09T01:00:01.308Z] #36 64.99 Setting up librhash0:amd64 (1.3.8-1) ... [2021-04-09T01:00:01.308Z] #36 65.02 Setting up cmake-data (3.13.4-1) ... [2021-04-09T01:00:01.308Z] #36 65.04 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-04-09T01:00:01.308Z] #36 65.05 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-04-09T01:00:01.308Z] #36 65.07 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-04-09T01:00:01.308Z] #36 65.08 Setting up cmake (3.13.4-1) ... [2021-04-09T01:00:01.308Z] #36 65.09 Processing triggers for libc-bin (2.28-10) ... [2021-04-09T01:00:01.308Z] #36 65.21 Processing triggers for mime-support (3.62) ... [2021-04-09T01:00:01.308Z] #36 DONE 66.1s [2021-04-09T01:00:01.308Z] [2021-04-09T01:00:01.308Z] #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-09T01:00:01.308Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-09T01:00:01.308Z] #13 61.06 Selecting previously unselected package binutils-mingw-w64. [2021-04-09T01:00:01.308Z] #13 61.08 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-04-09T01:00:01.308Z] #13 61.12 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-04-09T01:00:01.308Z] #13 61.28 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-04-09T01:00:01.308Z] #13 61.31 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-04-09T01:00:01.308Z] #13 61.32 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-04-09T01:00:01.308Z] #13 61.54 Selecting previously unselected package dmsetup. [2021-04-09T01:00:01.308Z] #13 61.54 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-04-09T01:00:01.308Z] #13 61.55 Unpacking dmsetup (2:1.02.155-3) ... [2021-04-09T01:00:01.308Z] #13 62.16 Selecting previously unselected package mingw-w64-common. [2021-04-09T01:00:01.308Z] #13 62.17 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-04-09T01:00:01.308Z] #13 62.18 Unpacking mingw-w64-common (6.0.0-3) ... [2021-04-09T01:00:01.445Z] .....INFO: Daemon under test started and replied! [2021-04-09T01:00:01.445Z] INFO: Docker version of the daemon under test [2021-04-09T01:00:01.445Z] [2021-04-09T01:00:01.445Z] Client: [2021-04-09T01:00:01.445Z] Version: 17.06.2-ce [2021-04-09T01:00:01.445Z] API version: 1.30 [2021-04-09T01:00:01.445Z] Go version: go1.8.3 [2021-04-09T01:00:01.445Z] Git commit: cec0b72 [2021-04-09T01:00:01.445Z] Built: Tue Sep 5 19:57:19 2017 [2021-04-09T01:00:01.445Z] OS/Arch: windows/amd64 [2021-04-09T01:00:01.445Z] [2021-04-09T01:00:01.445Z] Server: [2021-04-09T01:00:01.445Z] Version: 0.0.0-dev [2021-04-09T01:00:01.445Z] API version: 1.41 (minimum version 1.24) [2021-04-09T01:00:01.445Z] Go version: go1.13.15 [2021-04-09T01:00:01.445Z] Git commit: 4dfa2291e4 [2021-04-09T01:00:01.445Z] Built: 04/09/2021 00:57:52 [2021-04-09T01:00:01.445Z] OS/Arch: windows/amd64 [2021-04-09T01:00:01.445Z] Experimental: false [2021-04-09T01:00:01.445Z] [2021-04-09T01:00:01.445Z] INFO: Docker info of the daemon under test [2021-04-09T01:00:01.445Z] [2021-04-09T01:00:01.445Z] Containers: 0 [2021-04-09T01:00:01.445Z] Running: 0 [2021-04-09T01:00:01.445Z] Paused: 0 [2021-04-09T01:00:01.445Z] Stopped: 0 [2021-04-09T01:00:01.445Z] Images: 0 [2021-04-09T01:00:01.445Z] Server Version: 0.0.0-dev [2021-04-09T01:00:01.445Z] Storage Driver: windowsfilter [2021-04-09T01:00:01.445Z] Windows: [2021-04-09T01:00:01.445Z] Logging Driver: json-file [2021-04-09T01:00:01.445Z] Plugins: [2021-04-09T01:00:01.445Z] Volume: local [2021-04-09T01:00:01.445Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-04-09T01:00:01.445Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-04-09T01:00:01.445Z] Swarm: inactive [2021-04-09T01:00:01.445Z] Default Isolation: process [2021-04-09T01:00:01.445Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-04-09T01:00:01.445Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1757) [2021-04-09T01:00:01.445Z] OSType: windows [2021-04-09T01:00:01.445Z] Architecture: x86_64 [2021-04-09T01:00:01.445Z] CPUs: 4 [2021-04-09T01:00:01.445Z] Total Memory: 32GiB [2021-04-09T01:00:01.445Z] Name: azwin-2-d13fe0 [2021-04-09T01:00:01.445Z] ID: OSBX:F6VI:AUDC:FF25:NFXQ:QJPK:VQ3H:QIH7:JFMD:6RYQ:IQ4U:WSFY [2021-04-09T01:00:01.445Z] Docker Root Dir: D:\CI\PR-39846\67\daemon [2021-04-09T01:00:01.445Z] Debug Mode (client): false [2021-04-09T01:00:01.445Z] Debug Mode (server): true [2021-04-09T01:00:01.445Z] File Descriptors: -1 [2021-04-09T01:00:01.445Z] Goroutines: 16 [2021-04-09T01:00:01.445Z] System Time: 2021-04-09T00:59:59.6634425Z [2021-04-09T01:00:01.445Z] EventsListeners: 0 [2021-04-09T01:00:01.445Z] Registry: https://index.docker.io/v1/ [2021-04-09T01:00:01.445Z] Labels: [2021-04-09T01:00:01.445Z] Experimental: false [2021-04-09T01:00:01.445Z] Insecure Registries: [2021-04-09T01:00:01.445Z] 127.0.0.0/8 [2021-04-09T01:00:01.445Z] Live Restore Enabled: false [2021-04-09T01:00:01.445Z] [2021-04-09T01:00:01.445Z] [2021-04-09T01:00:01.445Z] INFO: Docker images of the daemon under test [2021-04-09T01:00:01.445Z] [2021-04-09T01:00:01.445Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-04-09T01:00:01.445Z] [2021-04-09T01:00:01.445Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2021-04-09T01:00:01.445Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2021-04-09T01:00:01.445Z] ltsc2019: Pulling from windows/servercore [2021-04-09T01:00:01.445Z] 4612f6d0b889: Pulling fs layer [2021-04-09T01:00:01.445Z] 5ff1512f88ec: Pulling fs layer [2021-04-09T01:00:02.572Z] --- PASS: TestCgroupNamespacesBuild (3.18s) [2021-04-09T01:00:02.572Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-04-09T01:00:03.848Z] #13 ... [2021-04-09T01:00:03.848Z] [2021-04-09T01:00:03.848Z] #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-09T01:00:03.848Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-09T01:00:03.848Z] #42 68.33 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2021-04-09T01:00:03.848Z] #42 68.35 Processing triggers for libc-bin (2.28-10) ... [2021-04-09T01:00:03.848Z] #42 DONE 69.0s [2021-04-09T01:00:03.848Z] [2021-04-09T01:00:03.848Z] #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-09T01:00:03.848Z] #37 sha256:41a476bc6f4b151e0b51f382a4c0a7d30ef44d5401a54bb242e57e07c0a21e31 [2021-04-09T01:00:03.848Z] #37 1.166 + RM_GOPATH=0 [2021-04-09T01:00:03.848Z] #37 1.166 + TMP_GOPATH= [2021-04-09T01:00:03.848Z] #37 1.166 + : /build [2021-04-09T01:00:03.848Z] #37 1.166 + '[' -z '' ']' [2021-04-09T01:00:03.848Z] #37 1.166 ++ mktemp -d [2021-04-09T01:00:03.848Z] #37 1.166 + export GOPATH=/tmp/tmp.ioUtvZ1quI [2021-04-09T01:00:03.848Z] #37 1.166 + GOPATH=/tmp/tmp.ioUtvZ1quI [2021-04-09T01:00:03.848Z] #37 1.166 + RM_GOPATH=1 [2021-04-09T01:00:03.848Z] #37 1.166 + case "$(go env GOARCH)" in [2021-04-09T01:00:03.848Z] #37 1.166 ++ go env GOARCH [2021-04-09T01:00:03.848Z] #37 1.201 + export GO_BUILDMODE=-buildmode=pie [2021-04-09T01:00:03.848Z] #37 1.201 + GO_BUILDMODE=-buildmode=pie [2021-04-09T01:00:03.848Z] #37 1.201 ++ dirname /tmp/install/install.sh [2021-04-09T01:00:03.848Z] #37 1.205 + dir=/tmp/install [2021-04-09T01:00:03.848Z] #37 1.206 + bin=tini [2021-04-09T01:00:03.848Z] #37 1.206 + shift [2021-04-09T01:00:03.848Z] #37 1.208 + '[' '!' -f /tmp/install/tini.installer ']' [2021-04-09T01:00:03.848Z] #37 1.208 + . /tmp/install/tini.installer [2021-04-09T01:00:03.848Z] #37 1.209 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-04-09T01:00:03.848Z] #37 1.210 + install_tini [2021-04-09T01:00:03.848Z] #37 1.210 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-04-09T01:00:03.848Z] #37 1.210 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-04-09T01:00:03.848Z] #37 1.211 + git clone https://github.com/krallin/tini.git /tmp/tmp.ioUtvZ1quI/tini [2021-04-09T01:00:03.848Z] #37 1.215 Cloning into '/tmp/tmp.ioUtvZ1quI/tini'... [2021-04-09T01:00:03.848Z] #37 2.524 + cd /tmp/tmp.ioUtvZ1quI/tini [2021-04-09T01:00:03.848Z] #37 2.524 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-04-09T01:00:03.848Z] #37 2.553 + cmake . [2021-04-09T01:00:03.940Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.67s) [2021-04-09T01:00:03.940Z] === RUN TestBuildWithSession [2021-04-09T01:00:03.940Z] --- SKIP: TestBuildWithSession (0.00s) [2021-04-09T01:00:03.940Z] build_session_test.go:25: TODO: BuildKit [2021-04-09T01:00:03.940Z] === RUN TestBuildSquashParent [2021-04-09T01:00:04.110Z] #37 3.289 -- The C compiler identification is GNU 8.3.0 [2021-04-09T01:00:04.110Z] #37 3.358 -- Check for working C compiler: /usr/bin/cc [2021-04-09T01:00:05.046Z] #37 4.025 -- Check for working C compiler: /usr/bin/cc -- works [2021-04-09T01:00:05.046Z] #37 4.025 -- Detecting C compiler ABI info [2021-04-09T01:00:05.306Z] #37 4.670 -- Detecting C compiler ABI info - done [2021-04-09T01:00:05.306Z] #37 4.725 -- Detecting C compile features [2021-04-09T01:00:07.216Z] #37 ... [2021-04-09T01:00:07.216Z] [2021-04-09T01:00:07.216Z] #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-09T01:00:07.216Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-09T01:00:07.216Z] #13 68.38 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-04-09T01:00:07.216Z] #13 68.39 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-04-09T01:00:07.216Z] #13 68.41 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-04-09T01:00:09.124Z] #13 ... [2021-04-09T01:00:09.124Z] [2021-04-09T01:00:09.124Z] #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-09T01:00:09.124Z] #51 sha256:8cdee84817f409dd0efac5eaad7cf75239789cf12879ae20ac5804dc4dea1910 [2021-04-09T01:00:09.124Z] #51 64.27 context [2021-04-09T01:00:09.124Z] #51 65.35 internal/poll [2021-04-09T01:00:09.124Z] #51 67.30 encoding/binary [2021-04-09T01:00:09.124Z] #51 67.46 os [2021-04-09T01:00:09.124Z] #51 69.18 encoding/base64 [2021-04-09T01:00:09.124Z] #51 70.35 golang.org/x/sys/unix [2021-04-09T01:00:09.124Z] #51 71.30 fmt [2021-04-09T01:00:09.124Z] #51 ... [2021-04-09T01:00:09.124Z] [2021-04-09T01:00:09.124Z] #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-09T01:00:09.124Z] #37 sha256:41a476bc6f4b151e0b51f382a4c0a7d30ef44d5401a54bb242e57e07c0a21e31 [2021-04-09T01:00:09.124Z] #37 6.944 -- Detecting C compile features - done [2021-04-09T01:00:09.124Z] #37 6.986 -- Performing Test HAS_BUILTIN_FORTIFY [2021-04-09T01:00:09.124Z] #37 7.272 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-04-09T01:00:09.124Z] #37 7.392 -- Configuring done [2021-04-09T01:00:09.124Z] #37 7.432 -- Generating done [2021-04-09T01:00:09.124Z] #37 7.442 -- Build files have been written to: /tmp/tmp.ioUtvZ1quI/tini [2021-04-09T01:00:09.124Z] #37 7.466 + make tini-static [2021-04-09T01:00:09.124Z] #37 7.894 Scanning dependencies of target tini-static [2021-04-09T01:00:09.124Z] #37 7.984 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-04-09T01:00:09.384Z] #37 ... [2021-04-09T01:00:09.384Z] [2021-04-09T01:00:09.384Z] #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-09T01:00:09.384Z] #45 sha256:b35a456e498e4eed786c86b6764b45ee5401539384e349fc1665df25588d840c [2021-04-09T01:00:09.384Z] #45 64.65 internal/poll [2021-04-09T01:00:09.384Z] #45 64.65 internal/fmtsort [2021-04-09T01:00:09.384Z] #45 65.45 internal/syscall/execenv [2021-04-09T01:00:09.384Z] #45 65.76 internal/syscall/unix [2021-04-09T01:00:09.384Z] #45 65.96 strings [2021-04-09T01:00:09.384Z] #45 66.64 os [2021-04-09T01:00:09.384Z] #45 68.93 regexp/syntax [2021-04-09T01:00:09.384Z] #45 70.39 fmt [2021-04-09T01:00:09.384Z] #45 73.09 path/filepath [2021-04-09T01:00:09.384Z] #45 74.62 regexp [2021-04-09T01:00:09.384Z] #45 74.85 flag [2021-04-09T01:00:09.384Z] #45 ... [2021-04-09T01:00:09.384Z] [2021-04-09T01:00:09.384Z] #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-09T01:00:09.384Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-09T01:00:09.384Z] #43 2.492 Note: Building without setproctitle() and strlcpy() support. [2021-04-09T01:00:09.384Z] #43 2.492 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-04-09T01:00:09.384Z] #43 2.511 Note: Building without GnuTLS support [2021-04-09T01:00:09.384Z] #43 2.515 Makefile.config:39: Warn: you have no libnftables installed [2021-04-09T01:00:09.384Z] #43 2.515 Makefile.config:40: Warn: Building without nftables support [2021-04-09T01:00:09.384Z] #43 4.162 fatal: not a git repository (or any of the parent directories): .git [2021-04-09T01:00:09.384Z] #43 4.232 GEN .gitid [2021-04-09T01:00:09.384Z] #43 4.272 GEN criu/include/version.h [2021-04-09T01:00:09.384Z] #43 4.321 GEN include/common/asm [2021-04-09T01:00:09.644Z] #43 5.985 PBCC images/timens.pb-c.c [2021-04-09T01:00:09.644Z] #43 6.044 DEP images/timens.pb-c.d [2021-04-09T01:00:09.644Z] #43 6.087 PBCC images/fown.pb-c.c [2021-04-09T01:00:09.903Z] #43 6.111 PBCC images/google/protobuf/descriptor.pb-c.c [2021-04-09T01:00:09.903Z] #43 6.189 PBCC images/opts.pb-c.c [2021-04-09T01:00:09.903Z] #43 6.259 PBCC images/memfd.pb-c.c [2021-04-09T01:00:09.903Z] #43 6.305 DEP images/fown.pb-c.d [2021-04-09T01:00:10.164Z] #43 6.355 DEP images/google/protobuf/descriptor.pb-c.d [2021-04-09T01:00:10.164Z] #43 ... [2021-04-09T01:00:10.164Z] [2021-04-09T01:00:10.164Z] #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-09T01:00:10.164Z] #37 sha256:41a476bc6f4b151e0b51f382a4c0a7d30ef44d5401a54bb242e57e07c0a21e31 [2021-04-09T01:00:10.164Z] #37 9.356 [100%] Linking C executable tini-static [2021-04-09T01:00:10.476Z] --- PASS: TestBuildSquashParent (6.09s) [2021-04-09T01:00:10.476Z] === RUN TestBuildWithRemoveAndForceRemove [2021-04-09T01:00:10.476Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-09T01:00:10.476Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-09T01:00:10.476Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-09T01:00:10.476Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-09T01:00:10.476Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-09T01:00:10.476Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-09T01:00:10.476Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-09T01:00:10.476Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-09T01:00:10.476Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-09T01:00:10.476Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-09T01:00:10.476Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-09T01:00:10.476Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-09T01:00:10.476Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-09T01:00:10.476Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-09T01:00:10.734Z] #37 10.07 [100%] Built target tini-static [2021-04-09T01:00:10.994Z] #37 10.16 + mkdir -p /build [2021-04-09T01:00:10.994Z] #37 10.18 + cp tini-static /build/docker-init [2021-04-09T01:00:11.254Z] #37 DONE 10.7s [2021-04-09T01:00:11.254Z] [2021-04-09T01:00:11.254Z] #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-09T01:00:11.254Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-09T01:00:11.254Z] #43 6.460 DEP images/opts.pb-c.d [2021-04-09T01:00:11.254Z] #43 6.527 DEP images/memfd.pb-c.d [2021-04-09T01:00:11.254Z] #43 6.636 PBCC images/sit.pb-c.c [2021-04-09T01:00:11.254Z] #43 6.700 DEP images/sit.pb-c.d [2021-04-09T01:00:11.254Z] #43 6.769 PBCC images/macvlan.pb-c.c [2021-04-09T01:00:11.254Z] #43 6.832 DEP images/macvlan.pb-c.d [2021-04-09T01:00:11.254Z] #43 6.856 PBCC images/autofs.pb-c.c [2021-04-09T01:00:11.254Z] #43 6.900 DEP images/autofs.pb-c.d [2021-04-09T01:00:11.254Z] #43 6.940 PBCC images/sysctl.pb-c.c [2021-04-09T01:00:11.254Z] #43 6.974 DEP images/sysctl.pb-c.d [2021-04-09T01:00:11.254Z] #43 7.019 PBCC images/time.pb-c.c [2021-04-09T01:00:11.254Z] #43 7.091 DEP images/time.pb-c.d [2021-04-09T01:00:11.254Z] #43 7.135 PBCC images/binfmt-misc.pb-c.c [2021-04-09T01:00:11.254Z] #43 7.169 DEP images/binfmt-misc.pb-c.d [2021-04-09T01:00:11.254Z] #43 7.231 PBCC images/seccomp.pb-c.c [2021-04-09T01:00:11.254Z] #43 7.290 DEP images/seccomp.pb-c.d [2021-04-09T01:00:11.254Z] #43 7.323 PBCC images/userns.pb-c.c [2021-04-09T01:00:11.254Z] #43 7.368 DEP images/userns.pb-c.d [2021-04-09T01:00:11.254Z] #43 7.456 PBCC images/cgroup.pb-c.c [2021-04-09T01:00:11.254Z] #43 7.503 DEP images/cgroup.pb-c.d [2021-04-09T01:00:11.254Z] #43 7.572 PBCC images/ext-file.pb-c.c [2021-04-09T01:00:11.254Z] #43 7.607 DEP images/ext-file.pb-c.d [2021-04-09T01:00:11.254Z] #43 7.650 PBCC images/rpc.pb-c.c [2021-04-09T01:00:11.513Z] #43 7.771 DEP images/rpc.pb-c.d [2021-04-09T01:00:11.513Z] #43 7.878 PBCC images/siginfo.pb-c.c [2021-04-09T01:00:11.773Z] #43 7.923 DEP images/siginfo.pb-c.d [2021-04-09T01:00:11.773Z] #43 8.017 PBCC images/pagemap.pb-c.c [2021-04-09T01:00:11.773Z] #43 8.109 DEP images/pagemap.pb-c.d [2021-04-09T01:00:12.033Z] #43 8.331 PBCC images/rlimit.pb-c.c [2021-04-09T01:00:12.033Z] #43 8.355 DEP images/rlimit.pb-c.d [2021-04-09T01:00:12.033Z] #43 8.404 PBCC images/file-lock.pb-c.c [2021-04-09T01:00:12.292Z] #43 8.476 DEP images/file-lock.pb-c.d [2021-04-09T01:00:12.292Z] #43 8.559 PBCC images/tty.pb-c.c [2021-04-09T01:00:12.365Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-09T01:00:12.551Z] #43 8.704 DEP images/tty.pb-c.d [2021-04-09T01:00:12.551Z] #43 8.864 PBCC images/tun.pb-c.c [2021-04-09T01:00:12.621Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-09T01:00:12.811Z] #43 8.932 PBCC images/netdev.pb-c.c [2021-04-09T01:00:12.811Z] #43 9.063 DEP images/tun.pb-c.d [2021-04-09T01:00:12.811Z] #43 9.168 DEP images/netdev.pb-c.d [2021-04-09T01:00:13.070Z] #43 9.234 PBCC images/vma.pb-c.c [2021-04-09T01:00:13.070Z] #43 9.298 DEP images/vma.pb-c.d [2021-04-09T01:00:13.070Z] #43 9.364 PBCC images/creds.pb-c.c [2021-04-09T01:00:13.070Z] #43 9.404 DEP images/creds.pb-c.d [2021-04-09T01:00:13.330Z] #43 9.460 PBCC images/utsns.pb-c.c [2021-04-09T01:00:13.330Z] #43 9.478 DEP images/utsns.pb-c.d [2021-04-09T01:00:13.330Z] #43 9.538 PBCC images/ipc-desc.pb-c.c [2021-04-09T01:00:13.330Z] #43 9.564 PBCC images/ipc-sem.pb-c.c [2021-04-09T01:00:13.330Z] #43 9.585 DEP images/ipc-desc.pb-c.d [2021-04-09T01:00:13.330Z] #43 9.649 DEP images/ipc-sem.pb-c.d [2021-04-09T01:00:13.330Z] #43 9.683 PBCC images/ipc-msg.pb-c.c [2021-04-09T01:00:13.330Z] #43 9.724 DEP images/ipc-msg.pb-c.d [2021-04-09T01:00:13.330Z] #43 9.767 PBCC images/ipc-shm.pb-c.c [2021-04-09T01:00:13.589Z] #43 9.812 DEP images/ipc-shm.pb-c.d [2021-04-09T01:00:13.589Z] #43 9.838 PBCC images/ipc-var.pb-c.c [2021-04-09T01:00:13.589Z] #43 9.876 DEP images/ipc-var.pb-c.d [2021-04-09T01:00:13.589Z] #43 9.937 PBCC images/sk-opts.pb-c.c [2021-04-09T01:00:13.589Z] #43 9.992 PBCC images/packet-sock.pb-c.c [2021-04-09T01:00:13.848Z] #43 10.09 DEP images/sk-opts.pb-c.d [2021-04-09T01:00:13.848Z] #43 10.14 DEP images/packet-sock.pb-c.d [2021-04-09T01:00:13.848Z] #43 10.20 PBCC images/sk-netlink.pb-c.c [2021-04-09T01:00:14.108Z] #43 10.27 DEP images/sk-netlink.pb-c.d [2021-04-09T01:00:14.108Z] #43 10.34 PBCC images/sk-inet.pb-c.c [2021-04-09T01:00:14.108Z] #43 10.36 DEP images/sk-inet.pb-c.d [2021-04-09T01:00:14.108Z] #43 10.45 PBCC images/sk-unix.pb-c.c [2021-04-09T01:00:14.108Z] #43 10.51 DEP images/sk-unix.pb-c.d [2021-04-09T01:00:14.368Z] #43 10.56 PBCC images/mm.pb-c.c [2021-04-09T01:00:14.368Z] #43 10.60 DEP images/mm.pb-c.d [2021-04-09T01:00:14.368Z] #43 10.66 PBCC images/timerfd.pb-c.c [2021-04-09T01:00:14.368Z] #43 10.73 DEP images/timerfd.pb-c.d [2021-04-09T01:00:14.368Z] #43 10.78 PBCC images/timer.pb-c.c [2021-04-09T01:00:14.524Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-09T01:00:14.551Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-04-09T01:00:14.551Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-04-09T01:00:14.628Z] #43 10.79 DEP images/timer.pb-c.d [2021-04-09T01:00:14.628Z] #43 10.83 PBCC images/sa.pb-c.c [2021-04-09T01:00:14.628Z] #43 10.87 DEP images/sa.pb-c.d [2021-04-09T01:00:14.628Z] #43 10.92 PBCC images/pipe-data.pb-c.c [2021-04-09T01:00:14.628Z] #43 10.94 DEP images/pipe-data.pb-c.d [2021-04-09T01:00:14.628Z] #43 10.99 PBCC images/mnt.pb-c.c [2021-04-09T01:00:14.628Z] #43 11.03 DEP images/mnt.pb-c.d [2021-04-09T01:00:14.887Z] #43 11.11 PBCC images/sk-packet.pb-c.c [2021-04-09T01:00:14.887Z] #43 11.16 DEP images/sk-packet.pb-c.d [2021-04-09T01:00:14.887Z] #43 11.20 PBCC images/tcp-stream.pb-c.c [2021-04-09T01:00:14.887Z] #43 11.25 DEP images/tcp-stream.pb-c.d [2021-04-09T01:00:14.887Z] #43 11.30 PBCC images/pipe.pb-c.c [2021-04-09T01:00:15.088Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-09T01:00:15.147Z] #43 11.37 DEP images/pipe.pb-c.d [2021-04-09T01:00:15.147Z] #43 11.42 PBCC images/pstree.pb-c.c [2021-04-09T01:00:15.147Z] #43 11.44 DEP images/pstree.pb-c.d [2021-04-09T01:00:15.147Z] #43 11.50 PBCC images/fs.pb-c.c [2021-04-09T01:00:15.147Z] #43 11.53 DEP images/fs.pb-c.d [2021-04-09T01:00:15.406Z] #43 11.58 PBCC images/signalfd.pb-c.c [2021-04-09T01:00:15.406Z] #43 11.61 DEP images/signalfd.pb-c.d [2021-04-09T01:00:15.406Z] #43 11.66 PBCC images/fh.pb-c.c [2021-04-09T01:00:15.406Z] #43 11.70 PBCC images/fsnotify.pb-c.c [2021-04-09T01:00:15.406Z] #43 11.76 DEP images/fh.pb-c.d [2021-04-09T01:00:15.666Z] #43 11.83 DEP images/fsnotify.pb-c.d [2021-04-09T01:00:15.666Z] #43 11.92 PBCC images/eventpoll.pb-c.c [2021-04-09T01:00:15.666Z] #43 11.93 DEP images/eventpoll.pb-c.d [2021-04-09T01:00:15.666Z] #43 11.96 PBCC images/eventfd.pb-c.c [2021-04-09T01:00:15.666Z] #43 11.98 DEP images/eventfd.pb-c.d [2021-04-09T01:00:15.666Z] #43 12.04 PBCC images/remap-file-path.pb-c.c [2021-04-09T01:00:15.926Z] #43 12.10 DEP images/remap-file-path.pb-c.d [2021-04-09T01:00:15.926Z] #43 12.14 PBCC images/fifo.pb-c.c [2021-04-09T01:00:15.926Z] #43 12.15 DEP images/fifo.pb-c.d [2021-04-09T01:00:15.926Z] #43 12.21 PBCC images/ghost-file.pb-c.c [2021-04-09T01:00:15.926Z] #43 12.26 DEP images/ghost-file.pb-c.d [2021-04-09T01:00:16.186Z] #43 12.33 PBCC images/regfile.pb-c.c [2021-04-09T01:00:16.186Z] #43 12.42 DEP images/regfile.pb-c.d [2021-04-09T01:00:16.186Z] #43 12.47 PBCC images/ns.pb-c.c [2021-04-09T01:00:16.186Z] #43 12.52 DEP images/ns.pb-c.d [2021-04-09T01:00:16.445Z] #43 12.60 PBCC images/fdinfo.pb-c.c [2021-04-09T01:00:16.445Z] #43 12.68 DEP images/fdinfo.pb-c.d [2021-04-09T01:00:16.445Z] #43 12.75 PBCC images/core-aarch64.pb-c.c [2021-04-09T01:00:16.704Z] #43 12.84 PBCC images/core-arm.pb-c.c [2021-04-09T01:00:16.704Z] #43 12.90 PBCC images/core-ppc64.pb-c.c [2021-04-09T01:00:16.704Z] #43 12.96 PBCC images/core-s390.pb-c.c [2021-04-09T01:00:16.704Z] #43 13.01 PBCC images/core-x86.pb-c.c [2021-04-09T01:00:16.704Z] #43 13.10 PBCC images/core.pb-c.c [2021-04-09T01:00:16.963Z] #43 13.17 PBCC images/inventory.pb-c.c [2021-04-09T01:00:16.963Z] #43 13.29 DEP images/core-aarch64.pb-c.d [2021-04-09T01:00:16.963Z] #43 13.33 DEP images/core-arm.pb-c.d [2021-04-09T01:00:16.963Z] #43 13.36 DEP images/core-ppc64.pb-c.d [2021-04-09T01:00:17.222Z] #43 13.44 DEP images/core-s390.pb-c.d [2021-04-09T01:00:17.222Z] #43 13.48 DEP images/core-x86.pb-c.d [2021-04-09T01:00:17.222Z] #43 13.54 DEP images/core.pb-c.d [2021-04-09T01:00:17.222Z] #43 13.61 DEP images/inventory.pb-c.d [2021-04-09T01:00:17.481Z] #43 13.67 PBCC images/cpuinfo.pb-c.c [2021-04-09T01:00:17.481Z] #43 13.71 DEP images/cpuinfo.pb-c.d [2021-04-09T01:00:17.481Z] #43 13.76 PBCC images/stats.pb-c.c [2021-04-09T01:00:17.481Z] #43 13.81 DEP images/stats.pb-c.d [2021-04-09T01:00:17.602Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-04-09T01:00:17.602Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.36s) [2021-04-09T01:00:17.602Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.63s) [2021-04-09T01:00:17.602Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.18s) [2021-04-09T01:00:17.602Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.32s) [2021-04-09T01:00:17.602Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.26s) [2021-04-09T01:00:17.602Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.21s) [2021-04-09T01:00:17.602Z] === RUN TestBuildMultiStageCopy [2021-04-09T01:00:17.602Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-04-09T01:00:18.745Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m16.485532554s with top 10 stages: buildssa: 1m44.519217785s, goimports: 23.385817153s, unconvert: 13.778008679s, gosec: 10.658343658s, golint: 5.721950929s, ineffassign: 4.273424741s, misspell: 3.970497816s, vrp: 3.839424811s, inspect: 2.949612817s, printf: 2.006512281s [2021-04-09T01:00:18.745Z] INFO [runner] Issues before processing: 2263, after processing: 0 [2021-04-09T01:00:18.745Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 1683/1683, path_prettifier: 1683/1683, exclude: 1578/1578, autogenerated_exclude: 1578/1683, cgo: 1683/2263, skip_dirs: 1683/1683, exclude-rules: 64/1578, nolint: 0/64, skip_files: 1683/1683, identifier_marker: 1578/1578 [2021-04-09T01:00:18.745Z] INFO [runner] processing took 97.298397ms with stages: nolint: 63.118372ms, identifier_marker: 16.582262ms, path_prettifier: 8.284724ms, autogenerated_exclude: 4.025398ms, exclude-rules: 3.337022ms, skip_dirs: 1.656068ms, cgo: 193.661µs, filename_unadjuster: 94.698µs, max_same_issues: 1.811µs, uniq_by_line: 872ns, diff: 654ns, exclude: 652ns, max_from_linter: 569ns, source_code: 483ns, skip_files: 476ns, path_shortener: 381ns, max_per_file_from_linter: 294ns [2021-04-09T01:00:18.745Z] INFO [runner] linters took 1m42.967826822s with stages: goanalysis_metalinter: 1m22.168081986s, unused: 20.702256259s [2021-04-09T01:00:18.745Z] INFO File cache stats: 1456 entries of total size 6.8MiB [2021-04-09T01:00:18.745Z] INFO Memory: 1556 samples, avg is 793.4MB, max is 3904.4MB [2021-04-09T01:00:18.745Z] INFO Execution took 3m46.183809683s [2021-04-09T01:00:19.005Z] Congratulations! The shell scripts are properly formatted. [2021-04-09T01:00:19.244Z] 4612f6d0b889: Verifying Checksum [2021-04-09T01:00:19.244Z] 4612f6d0b889: Download complete [2021-04-09T01:00:19.388Z] #43 15.28 make[1]: Nothing to be done for 'all'. [2021-04-09T01:00:19.489Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-04-09T01:00:19.489Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2021-04-09T01:00:19.745Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-04-09T01:00:19.916Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39846/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr67 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8d5caf49a185e369bda5bdde79ab8e07b3434ff2 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8d5caf49a185e369bda5bdde79ab8e07b3434ff2 hack/make.sh dynbinary-daemon test-docker-py [2021-04-09T01:00:20.000Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-04-09T01:00:20.101Z] ok github.com/docker/docker/pkg/plugins 33.659s coverage: 76.6% of statements [2021-04-09T01:00:20.101Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-04-09T01:00:20.101Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-04-09T01:00:20.101Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-04-09T01:00:20.101Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-04-09T01:00:20.101Z] ? github.com/docker/docker/pkg/term [no test files] [2021-04-09T01:00:20.101Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-04-09T01:00:20.101Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-04-09T01:00:20.101Z] ? github.com/docker/docker/rootless [no test files] [2021-04-09T01:00:20.101Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-04-09T01:00:20.101Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-04-09T01:00:20.101Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-04-09T01:00:20.101Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-04-09T01:00:20.101Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-04-09T01:00:20.101Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-04-09T01:00:20.101Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-04-09T01:00:20.101Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-04-09T01:00:20.101Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-04-09T01:00:20.101Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-04-09T01:00:20.101Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-04-09T01:00:20.101Z] ? github.com/docker/docker/testutil/request [no test files] [2021-04-09T01:00:20.101Z] ? github.com/docker/docker/volume [no test files] [2021-04-09T01:00:20.101Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-04-09T01:00:20.101Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-04-09T01:00:20.101Z] [2021-04-09T01:00:20.101Z] === Skipped [2021-04-09T01:00:20.101Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2021-04-09T01:00:20.101Z] exec_linux_test.go:18: requires AppArmor to be enabled [2021-04-09T01:00:20.101Z] [2021-04-09T01:00:20.101Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2021-04-09T01:00:20.101Z] exec_linux_test.go:38: requires AppArmor to be enabled [2021-04-09T01:00:20.101Z] [2021-04-09T01:00:20.101Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-04-09T01:00:20.101Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-09T01:00:20.101Z] graphtest_unix.go:46: Driver btrfs not supported [2021-04-09T01:00:20.101Z] [2021-04-09T01:00:20.101Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-04-09T01:00:20.101Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-09T01:00:20.101Z] graphtest_unix.go:46: Driver btrfs not supported [2021-04-09T01:00:20.101Z] [2021-04-09T01:00:20.101Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-04-09T01:00:20.101Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-09T01:00:20.101Z] graphtest_unix.go:46: Driver btrfs not supported [2021-04-09T01:00:20.101Z] [2021-04-09T01:00:20.101Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-04-09T01:00:20.101Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-09T01:00:20.101Z] graphtest_unix.go:46: Driver btrfs not supported [2021-04-09T01:00:20.101Z] [2021-04-09T01:00:20.101Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-04-09T01:00:20.101Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-09T01:00:20.101Z] graphtest_unix.go:46: Driver btrfs not supported [2021-04-09T01:00:20.101Z] [2021-04-09T01:00:20.101Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-04-09T01:00:20.101Z] graphtest_unix.go:73: No driver to put! [2021-04-09T01:00:20.101Z] [2021-04-09T01:00:20.101Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-04-09T01:00:20.101Z] time="2021-04-09T00:59:10Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-04-09T01:00:20.101Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-04-09T01:00:20.101Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-04-09T01:00:20.101Z] [2021-04-09T01:00:20.101Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-04-09T01:00:20.101Z] time="2021-04-09T00:59:10Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-04-09T01:00:20.101Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-04-09T01:00:20.101Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-04-09T01:00:20.101Z] [2021-04-09T01:00:20.101Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-04-09T01:00:20.101Z] time="2021-04-09T00:59:10Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-04-09T01:00:20.101Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-04-09T01:00:20.101Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-04-09T01:00:20.101Z] [2021-04-09T01:00:20.101Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-04-09T01:00:20.101Z] time="2021-04-09T00:59:10Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-04-09T01:00:20.101Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-04-09T01:00:20.101Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-04-09T01:00:20.101Z] [2021-04-09T01:00:20.101Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-04-09T01:00:20.101Z] time="2021-04-09T00:59:10Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-04-09T01:00:20.101Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-04-09T01:00:20.101Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-04-09T01:00:20.101Z] [2021-04-09T01:00:20.101Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-04-09T01:00:20.101Z] graphtest_unix.go:73: No driver to put! [2021-04-09T01:00:20.101Z] [2021-04-09T01:00:20.101Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-04-09T01:00:20.101Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-04-09T01:00:20.101Z] [2021-04-09T01:00:20.101Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-04-09T01:00:20.101Z] overlay_test.go:49: Fails to compute changes intermittently [2021-04-09T01:00:20.101Z] [2021-04-09T01:00:20.101Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-04-09T01:00:20.101Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-04-09T01:00:20.101Z] [2021-04-09T01:00:20.101Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-04-09T01:00:20.101Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-04-09T01:00:20.101Z] [2021-04-09T01:00:20.101Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-04-09T01:00:20.101Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-09T01:00:20.101Z] graphtest_unix.go:46: Driver zfs not supported [2021-04-09T01:00:20.101Z] [2021-04-09T01:00:20.101Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-04-09T01:00:20.101Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-09T01:00:20.101Z] graphtest_unix.go:46: Driver zfs not supported [2021-04-09T01:00:20.101Z] [2021-04-09T01:00:20.101Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-04-09T01:00:20.101Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-09T01:00:20.101Z] graphtest_unix.go:46: Driver zfs not supported [2021-04-09T01:00:20.101Z] [2021-04-09T01:00:20.101Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-04-09T01:00:20.101Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-09T01:00:20.101Z] graphtest_unix.go:46: Driver zfs not supported [2021-04-09T01:00:20.101Z] [2021-04-09T01:00:20.101Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-04-09T01:00:20.101Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-09T01:00:20.101Z] graphtest_unix.go:46: Driver zfs not supported [2021-04-09T01:00:20.101Z] [2021-04-09T01:00:20.101Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-04-09T01:00:20.101Z] graphtest_unix.go:73: No driver to put! [2021-04-09T01:00:20.101Z] [2021-04-09T01:00:20.101Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-04-09T01:00:20.101Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-04-09T01:00:20.101Z] [2021-04-09T01:00:20.101Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-04-09T01:00:20.101Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-04-09T01:00:20.101Z] [2021-04-09T01:00:20.101Z] [2021-04-09T01:00:20.101Z] DONE 2247 tests, 26 skipped in 198.776s Post stage [Pipeline] junit [2021-04-09T01:00:20.117Z] Recording test results [2021-04-09T01:00:20.177Z] [2021-04-09T01:00:20.211Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [2021-04-09T01:00:20.256Z] --- PASS: TestBuildMultiStageCopy (2.99s) [2021-04-09T01:00:20.256Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.01s) [2021-04-09T01:00:20.256Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.25s) [2021-04-09T01:00:20.256Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.23s) [2021-04-09T01:00:20.256Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.24s) [2021-04-09T01:00:20.256Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.26s) [2021-04-09T01:00:20.256Z] === RUN TestBuildMultiStageParentConfig [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-04-09T01:00:20.329Z] #43 ... [2021-04-09T01:00:20.329Z] [2021-04-09T01:00:20.329Z] #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-09T01:00:20.329Z] #51 sha256:8cdee84817f409dd0efac5eaad7cf75239789cf12879ae20ac5804dc4dea1910 [2021-04-09T01:00:20.329Z] #51 75.60 encoding/json [2021-04-09T01:00:20.329Z] #51 78.85 github.com/pkg/diff [2021-04-09T01:00:20.329Z] #51 80.25 go/ast [2021-04-09T01:00:20.329Z] #51 81.81 golang.org/x/crypto/ssh/terminal [2021-04-09T01:00:20.329Z] #51 83.15 mvdan.cc/editorconfig [2021-04-09T01:00:20.329Z] #51 84.10 mvdan.cc/sh/v3/fileutil [2021-04-09T01:00:20.329Z] #51 84.32 text/tabwriter [2021-04-09T01:00:20.329Z] #51 84.77 mvdan.cc/sh/v3/syntax [2021-04-09T01:00:20.329Z] #51 ... [2021-04-09T01:00:20.329Z] [2021-04-09T01:00:20.329Z] #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-09T01:00:20.329Z] #45 sha256:b35a456e498e4eed786c86b6764b45ee5401539384e349fc1665df25588d840c [2021-04-09T01:00:20.329Z] #45 76.61 go/token [2021-04-09T01:00:20.329Z] #45 78.14 go/scanner [2021-04-09T01:00:20.329Z] #45 79.07 internal/lazyregexp [2021-04-09T01:00:20.329Z] #45 79.17 go/ast [2021-04-09T01:00:20.329Z] #45 79.44 path [2021-04-09T01:00:20.329Z] #45 80.04 io/ioutil [2021-04-09T01:00:20.329Z] #45 80.41 net/url [2021-04-09T01:00:20.329Z] #45 81.73 text/template/parse [2021-04-09T01:00:20.329Z] #45 83.71 go/parser [2021-04-09T01:00:20.437Z] Removing bundles/ [2021-04-09T01:00:20.437Z] [2021-04-09T01:00:20.437Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2021-04-09T01:00:20.437Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-04-09T01:00:20.437Z] GOOS="" GOARCH="" GOARM="" [2021-04-09T01:00:20.569Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39846/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr67 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8d5caf49a185e369bda5bdde79ab8e07b3434ff2 -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:8d5caf49a185e369bda5bdde79ab8e07b3434ff2 hack/make.sh dynbinary test-integration [2021-04-09T01:00:20.588Z] #45 85.85 text/template [2021-04-09T01:00:20.588Z] #45 ... [2021-04-09T01:00:20.588Z] [2021-04-09T01:00:20.588Z] #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-09T01:00:20.588Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-09T01:00:20.588Z] #43 16.76 CC images/stats.o [2021-04-09T01:00:20.818Z] --- PASS: TestBuildMultiStageParentConfig (0.69s) [2021-04-09T01:00:20.818Z] === RUN TestBuildLabelWithTargets [2021-04-09T01:00:20.849Z] #43 17.20 CC images/core.o [2021-04-09T01:00:21.516Z] [2021-04-09T01:00:21.516Z] Removing bundles/ [2021-04-09T01:00:21.516Z] [2021-04-09T01:00:21.516Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-04-09T01:00:21.516Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-04-09T01:00:21.516Z] GOOS="" GOARCH="" GOARM="" [2021-04-09T01:00:21.791Z] #43 17.81 CC images/core-x86.o [2021-04-09T01:00:22.050Z] #43 18.38 CC images/core-arm.o [2021-04-09T01:00:22.183Z] --- PASS: TestBuildLabelWithTargets (1.08s) [2021-04-09T01:00:22.183Z] === RUN TestBuildWithEmptyLayers [2021-04-09T01:00:22.439Z] --- PASS: TestBuildWithEmptyLayers (0.49s) [2021-04-09T01:00:22.439Z] === RUN TestBuildMultiStageOnBuild [2021-04-09T01:00:22.620Z] #43 18.78 CC images/core-aarch64.o [2021-04-09T01:00:22.882Z] #43 19.23 CC images/core-ppc64.o [2021-04-09T01:00:23.142Z] #43 ... [2021-04-09T01:00:23.142Z] [2021-04-09T01:00:23.142Z] #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-09T01:00:23.142Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-09T01:00:23.142Z] #13 74.58 Selecting previously unselected package gcc-mingw-w64-base. [2021-04-09T01:00:23.142Z] #13 74.59 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-04-09T01:00:23.142Z] #13 74.63 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-04-09T01:00:23.142Z] #13 74.82 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-04-09T01:00:23.142Z] #13 74.82 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-04-09T01:00:23.142Z] #13 74.84 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-04-09T01:00:23.404Z] #13 ... [2021-04-09T01:00:23.404Z] [2021-04-09T01:00:23.404Z] #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-09T01:00:23.404Z] #45 sha256:b35a456e498e4eed786c86b6764b45ee5401539384e349fc1665df25588d840c [2021-04-09T01:00:23.404Z] #45 87.63 log [2021-04-09T01:00:23.404Z] #45 88.20 encoding/xml [2021-04-09T01:00:24.785Z] #45 90.20 go/doc [2021-04-09T01:00:24.952Z] --- PASS: TestBuildMultiStageOnBuild (2.25s) [2021-04-09T01:00:24.952Z] === RUN TestBuildUncleanTarFilenames [2021-04-09T01:00:25.102Z] 5ff1512f88ec: Verifying Checksum [2021-04-09T01:00:25.102Z] 5ff1512f88ec: Download complete [2021-04-09T01:00:25.514Z] --- PASS: TestBuildUncleanTarFilenames (0.69s) [2021-04-09T01:00:25.514Z] === RUN TestBuildMultiStageLayerLeak [2021-04-09T01:00:27.333Z] #45 ... [2021-04-09T01:00:27.333Z] [2021-04-09T01:00:27.333Z] #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-09T01:00:27.333Z] #56 sha256:2827f94ecd00dce3f9c556eb2526a09fc2332793b9ec25c6636b420a1db3ded9 [2021-04-09T01:00:27.333Z] #56 42.49 Checking out files: 49% (1882/3837) Checking out files: 50% (1919/3837) Checking out files: 51% (1957/3837) Checking out files: 52% (1996/3837) Checking out files: 53% (2034/3837) Checking out files: 54% (2072/3837) Checking out files: 55% (2111/3837) Checking out files: 56% (2149/3837) Checking out files: 57% (2188/3837) Checking out files: 58% (2226/3837) Checking out files: 59% (2264/3837) Checking out files: 60% (2303/3837) Checking out files: 61% (2341/3837) Checking out files: 62% (2379/3837) Checking out files: 63% (2418/3837) Checking out files: 64% (2456/3837) Checking out files: 65% (2495/3837) Checking out files: 66% (2533/3837) Checking out files: 67% (2571/3837) Checking out files: 68% (2610/3837) Checking out files: 69% (2648/3837) Checking out files: 70% (2686/3837) Checking out files: 71% (2725/3837) Checking out files: 72% (2763/3837) Checking out files: 73% (2802/3837) Checking out files: 74% (2840/3837) Checking out files: 75% (2878/3837) Checking out files: 76% (2917/3837) Checking out files: 77% (2955/3837) Checking out files: 78% (2993/3837) Checking out files: 79% (3032/3837) Checking out files: 80% (3070/3837) Checking out files: 81% (3108/3837) Checking out files: 82% (3147/3837) Checking out files: 83% (3185/3837) Checking out files: 84% (3224/3837) Checking out files: 85% (3262/3837) Checking out files: 85% (3291/3837) Checking out files: 86% (3300/3837) Checking out files: 87% (3339/3837) Checking out files: 88% (3377/3837) Checking out files: 89% (3415/3837) Checking out files: 90% (3454/3837) Checking out files: 91% (3492/3837) Checking out files: 92% (3531/3837) Checking out files: 93% (3569/3837) Checking out files: 94% (3607/3837) Checking out files: 95% (3646/3837) Checking out files: 96% (3684/3837) Checking out files: 97% (3722/3837) Checking out files: 98% (3761/3837) Checking out files: 99% (3799/3837) Checking out files: 100% (3837/3837) Checking out files: 100% (3837/3837), done. [2021-04-09T01:00:27.333Z] #56 44.02 + cd /tmp/tmp.7KAeIev69I/src/github.com/containerd/containerd [2021-04-09T01:00:27.333Z] #56 44.04 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-09T01:00:27.333Z] #56 45.58 + export 'BUILDTAGS=netgo osusergo static_build' [2021-04-09T01:00:27.333Z] #56 45.58 + BUILDTAGS='netgo osusergo static_build' [2021-04-09T01:00:27.333Z] #56 45.58 + export EXTRA_FLAGS=-buildmode=pie [2021-04-09T01:00:27.333Z] #56 45.58 + EXTRA_FLAGS=-buildmode=pie [2021-04-09T01:00:27.333Z] #56 45.58 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-04-09T01:00:27.333Z] #56 45.58 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-04-09T01:00:27.333Z] #56 45.58 + '[' '' = dynamic ']' [2021-04-09T01:00:27.333Z] #56 45.58 + make [2021-04-09T01:00:27.592Z] #56 46.52 + bin/ctr [2021-04-09T01:00:28.027Z] --- PASS: TestBuildMultiStageLayerLeak (2.29s) [2021-04-09T01:00:28.027Z] === RUN TestBuildWithHugeFile [2021-04-09T01:00:32.865Z] #56 ... [2021-04-09T01:00:32.865Z] [2021-04-09T01:00:32.865Z] #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-09T01:00:32.865Z] #51 sha256:8cdee84817f409dd0efac5eaad7cf75239789cf12879ae20ac5804dc4dea1910 [2021-04-09T01:00:32.865Z] #51 90.74 mvdan.cc/sh/v3/cmd/shfmt [2021-04-09T01:00:32.865Z] #51 DONE 97.4s [2021-04-09T01:00:32.865Z] [2021-04-09T01:00:32.865Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-09T01:00:32.865Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-09T01:00:32.865Z] #43 19.93 CC images/core-s390.o [2021-04-09T01:00:32.865Z] #43 20.73 CC images/cpuinfo.o [2021-04-09T01:00:32.865Z] #43 21.18 CC images/inventory.o [2021-04-09T01:00:32.865Z] #43 21.45 CC images/fdinfo.o [2021-04-09T01:00:32.865Z] #43 21.85 CC images/fown.o [2021-04-09T01:00:32.865Z] #43 22.07 CC images/ns.o [2021-04-09T01:00:32.865Z] #43 22.23 CC images/regfile.o [2021-04-09T01:00:32.865Z] #43 22.41 CC images/ghost-file.o [2021-04-09T01:00:32.865Z] #43 22.80 CC images/fifo.o [2021-04-09T01:00:32.865Z] #43 22.98 CC images/remap-file-path.o [2021-04-09T01:00:32.865Z] #43 23.21 CC images/eventfd.o [2021-04-09T01:00:32.865Z] #43 23.45 CC images/eventpoll.o [2021-04-09T01:00:32.865Z] #43 23.87 CC images/fh.o [2021-04-09T01:00:32.865Z] #43 24.25 CC images/fsnotify.o [2021-04-09T01:00:32.865Z] #43 24.96 CC images/signalfd.o [2021-04-09T01:00:32.865Z] #43 25.25 CC images/fs.o [2021-04-09T01:00:32.865Z] #43 25.56 CC images/pstree.o [2021-04-09T01:00:32.865Z] #43 25.79 CC images/pipe.o [2021-04-09T01:00:32.865Z] #43 26.07 CC images/tcp-stream.o [2021-04-09T01:00:32.865Z] #43 26.34 CC images/sk-packet.o [2021-04-09T01:00:32.865Z] #43 26.62 CC images/mnt.o [2021-04-09T01:00:32.865Z] #43 26.93 CC images/pipe-data.o [2021-04-09T01:00:32.865Z] #43 27.17 CC images/sa.o [2021-04-09T01:00:32.865Z] #43 27.38 CC images/timer.o [2021-04-09T01:00:32.865Z] #43 27.72 CC images/timerfd.o [2021-04-09T01:00:32.865Z] #43 27.96 CC images/mm.o [2021-04-09T01:00:32.865Z] #43 28.27 CC images/sk-opts.o [2021-04-09T01:00:32.865Z] #43 28.76 CC images/sk-unix.o [2021-04-09T01:00:33.127Z] #43 29.33 CC images/sk-inet.o [2021-04-09T01:00:33.697Z] #43 29.85 CC images/tun.o [2021-04-09T01:00:33.957Z] #43 30.10 CC images/sk-netlink.o [2021-04-09T01:00:33.957Z] #43 30.31 CC images/packet-sock.o [2021-04-09T01:00:34.527Z] #43 30.69 CC images/ipc-var.o [2021-04-09T01:00:34.788Z] #43 30.99 CC images/ipc-desc.o [2021-04-09T01:00:35.048Z] #43 31.28 CC images/ipc-shm.o [2021-04-09T01:00:35.308Z] #43 31.51 CC images/ipc-msg.o [2021-04-09T01:00:35.308Z] #43 31.71 CC images/ipc-sem.o [2021-04-09T01:00:35.569Z] #43 31.89 CC images/utsns.o [2021-04-09T01:00:35.830Z] #43 32.14 CC images/creds.o [2021-04-09T01:00:35.830Z] #43 ... [2021-04-09T01:00:35.830Z] [2021-04-09T01:00:35.830Z] #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-09T01:00:35.830Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-09T01:00:35.830Z] #13 97.24 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-04-09T01:00:35.830Z] #13 97.24 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-04-09T01:00:35.830Z] #13 97.25 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-04-09T01:00:37.739Z] #13 ... [2021-04-09T01:00:37.739Z] [2021-04-09T01:00:37.739Z] #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-09T01:00:37.739Z] #45 sha256:b35a456e498e4eed786c86b6764b45ee5401539384e349fc1665df25588d840c [2021-04-09T01:00:37.739Z] #45 93.07 github.com/LK4D4/vndr/versioned [2021-04-09T01:00:37.739Z] #45 93.16 compress/flate [2021-04-09T01:00:37.739Z] #45 93.86 github.com/LK4D4/vndr/build [2021-04-09T01:00:37.739Z] #45 95.93 hash/crc32 [2021-04-09T01:00:37.739Z] #45 96.45 compress/gzip [2021-04-09T01:00:37.739Z] #45 97.26 net [2021-04-09T01:00:37.739Z] #45 97.35 vendor/golang.org/x/text/transform [2021-04-09T01:00:37.739Z] #45 98.44 vendor/golang.org/x/text/unicode/bidi [2021-04-09T01:00:37.739Z] #45 100.2 vendor/golang.org/x/text/secure/bidirule [2021-04-09T01:00:37.739Z] #45 100.5 vendor/golang.org/x/text/unicode/norm [2021-04-09T01:00:37.999Z] #45 ... [2021-04-09T01:00:37.999Z] [2021-04-09T01:00:37.999Z] #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-09T01:00:37.999Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-09T01:00:37.999Z] #43 32.30 CC images/vma.o [2021-04-09T01:00:37.999Z] #43 32.49 CC images/netdev.o [2021-04-09T01:00:37.999Z] #43 32.83 CC images/tty.o [2021-04-09T01:00:37.999Z] #43 33.34 CC images/file-lock.o [2021-04-09T01:00:37.999Z] #43 33.52 CC images/rlimit.o [2021-04-09T01:00:37.999Z] #43 33.71 CC images/pagemap.o [2021-04-09T01:00:37.999Z] #43 34.06 CC images/siginfo.o [2021-04-09T01:00:37.999Z] #43 34.29 CC images/rpc.o [2021-04-09T01:00:39.380Z] #43 35.41 CC images/ext-file.o [2021-04-09T01:00:39.380Z] #43 35.68 CC images/cgroup.o [2021-04-09T01:00:40.320Z] #43 36.41 CC images/userns.o [2021-04-09T01:00:40.580Z] #43 36.74 CC images/google/protobuf/descriptor.o [2021-04-09T01:00:41.961Z] #43 38.31 CC images/opts.o [2021-04-09T01:00:42.221Z] #43 38.56 CC images/seccomp.o [2021-04-09T01:00:42.481Z] #43 38.81 CC images/binfmt-misc.o [2021-04-09T01:00:42.741Z] #43 39.02 CC images/time.o [2021-04-09T01:00:43.001Z] #43 39.22 CC images/sysctl.o [2021-04-09T01:00:43.262Z] #43 39.39 CC images/autofs.o [2021-04-09T01:00:43.262Z] #43 39.59 CC images/macvlan.o [2021-04-09T01:00:43.523Z] #43 39.79 CC images/sit.o [2021-04-09T01:00:43.783Z] #43 40.02 CC images/memfd.o [2021-04-09T01:00:44.090Z] #43 40.37 CC images/timens.o [2021-04-09T01:00:44.367Z] #43 40.63 LINK images/built-in.o [2021-04-09T01:00:44.686Z] #43 40.81 GEN compel/include/asm [2021-04-09T01:00:44.686Z] #43 40.85 GEN compel/include/version.h [2021-04-09T01:00:44.686Z] #43 40.86 touch .config [2021-04-09T01:00:44.686Z] #43 40.91 GEN include/common/config.h [2021-04-09T01:00:44.686Z] #43 40.99 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2021-04-09T01:00:44.686Z] #43 41.01 GEN compel/plugins/include/uapi/std/syscall-64.h [2021-04-09T01:00:44.953Z] #43 41.05 GEN compel/arch/x86/plugins/std/syscalls-64.S [2021-04-09T01:00:44.953Z] #43 41.09 DEP compel/arch/x86/plugins/std/syscalls-64.d [2021-04-09T01:00:44.953Z] #43 41.11 DEP compel/arch/x86/plugins/std/memcpy.d [2021-04-09T01:00:44.953Z] #43 41.15 DEP compel/arch/x86/plugins/std/parasite-head.d [2021-04-09T01:00:44.953Z] #43 41.20 GEN compel/plugins/include/uapi/std/syscall.h [2021-04-09T01:00:44.953Z] #43 41.22 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2021-04-09T01:00:44.953Z] #43 41.24 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-04-09T01:00:44.953Z] #43 41.26 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-04-09T01:00:45.230Z] #43 41.26 DEP compel/plugins/std/infect.d [2021-04-09T01:00:45.230Z] #43 41.35 DEP compel/plugins/std/string.d [2021-04-09T01:00:45.230Z] #43 41.45 DEP compel/plugins/std/log.d [2021-04-09T01:00:45.230Z] #43 41.54 DEP compel/plugins/std/fds.d [2021-04-09T01:00:45.489Z] #43 41.70 DEP compel/plugins/std/std.d [2021-04-09T01:00:45.489Z] #43 41.77 DEP compel/plugins/shmem/shmem.d [2021-04-09T01:00:45.748Z] #43 41.85 DEP compel/plugins/fds/fds.d [2021-04-09T01:00:45.748Z] #43 41.97 CC compel/plugins/std/std.o [2021-04-09T01:00:46.008Z] #43 42.25 CC compel/plugins/std/fds.o [2021-04-09T01:00:46.583Z] #43 42.72 CC compel/plugins/std/log.o [2021-04-09T01:00:47.522Z] #43 43.60 CC compel/plugins/std/string.o [2021-04-09T01:00:48.091Z] #43 44.35 CC compel/plugins/std/infect.o [2021-04-09T01:00:48.351Z] #43 44.78 CC compel/arch/x86/plugins/std/parasite-head.o [2021-04-09T01:00:48.611Z] #43 44.83 CC compel/arch/x86/plugins/std/memcpy.o [2021-04-09T01:00:48.611Z] #43 44.89 CC compel/arch/x86/plugins/std/syscalls-64.o [2021-04-09T01:00:48.611Z] #43 44.98 AR compel/plugins/std.lib.a [2021-04-09T01:00:48.611Z] #43 ... [2021-04-09T01:00:48.611Z] [2021-04-09T01:00:48.611Z] #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-09T01:00:48.611Z] #45 sha256:b35a456e498e4eed786c86b6764b45ee5401539384e349fc1665df25588d840c [2021-04-09T01:00:48.611Z] #45 104.0 vendor/golang.org/x/net/idna [2021-04-09T01:00:48.611Z] #45 106.4 vendor/golang.org/x/net/http2/hpack [2021-04-09T01:00:48.611Z] #45 107.4 mime [2021-04-09T01:00:48.611Z] #45 109.0 mime/quotedprintable [2021-04-09T01:00:48.611Z] #45 109.3 net/http/internal [2021-04-09T01:00:48.611Z] #45 114.0 net/textproto [2021-04-09T01:00:48.611Z] #45 114.0 crypto/x509 [2021-04-09T01:00:48.871Z] #45 ... [2021-04-09T01:00:48.871Z] [2021-04-09T01:00:48.871Z] #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-09T01:00:48.871Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-09T01:00:48.871Z] #43 45.08 CC compel/plugins/fds/fds.o [2021-04-09T01:00:49.131Z] #43 45.37 AR compel/plugins/fds.lib.a [2021-04-09T01:00:49.131Z] #43 45.41 HOSTDEP compel/src/lib/log-host.d [2021-04-09T01:00:49.393Z] #43 45.58 HOSTDEP compel/src/lib/handle-elf-host.d [2021-04-09T01:00:49.393Z] #43 45.75 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2021-04-09T01:00:49.654Z] #43 45.89 HOSTDEP compel/src/main-host.d [2021-04-09T01:00:49.654Z] #43 45.98 DEP compel/src/lib/ptrace.d [2021-04-09T01:00:49.913Z] #43 46.08 DEP compel/src/lib/infect.d [2021-04-09T01:00:49.913Z] #43 46.27 DEP compel/src/lib/infect-util.d [2021-04-09T01:00:50.174Z] #43 46.37 DEP compel/src/lib/infect-rpc.d [2021-04-09T01:00:50.174Z] #43 46.52 DEP compel/arch/x86/src/lib/infect.d [2021-04-09T01:00:50.435Z] #43 46.62 DEP compel/arch/x86/src/lib/cpu.d [2021-04-09T01:00:50.435Z] #43 46.74 DEP compel/src/lib/log.d [2021-04-09T01:00:50.695Z] #43 46.80 DEP compel/src/main.d [2021-04-09T01:00:50.695Z] #43 46.89 DEP compel/src/lib/handle-elf.d [2021-04-09T01:00:50.695Z] #43 47.02 DEP compel/arch/x86/src/lib/handle-elf.d [2021-04-09T01:00:50.955Z] #43 47.17 CC compel/src/lib/log.o [2021-04-09T01:00:51.215Z] #43 47.49 CC compel/arch/x86/src/lib/cpu.o [2021-04-09T01:00:52.164Z] #43 48.28 CC compel/arch/x86/src/lib/infect.o [2021-04-09T01:00:53.109Z] #43 49.16 CC compel/src/lib/infect-rpc.o [2021-04-09T01:00:53.369Z] #43 49.51 CC compel/src/lib/infect-util.o [2021-04-09T01:00:53.629Z] #43 49.84 CC compel/src/lib/infect.o [2021-04-09T01:00:54.570Z] #43 ... [2021-04-09T01:00:54.571Z] [2021-04-09T01:00:54.571Z] #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-09T01:00:54.571Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-09T01:00:54.571Z] #13 112.3 Selecting previously unselected package libapparmor1:amd64. [2021-04-09T01:00:54.571Z] #13 112.3 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-04-09T01:00:54.571Z] #13 112.3 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-04-09T01:00:54.571Z] #13 112.4 Selecting previously unselected package libapparmor-dev:amd64. [2021-04-09T01:00:54.571Z] #13 112.4 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-04-09T01:00:54.571Z] #13 112.4 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-04-09T01:00:54.571Z] #13 112.6 Selecting previously unselected package libbtrfs0. [2021-04-09T01:00:54.571Z] #13 112.6 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-04-09T01:00:54.571Z] #13 112.6 Unpacking libbtrfs0 (4.20.1-2) ... [2021-04-09T01:00:54.571Z] #13 112.6 Selecting previously unselected package libbtrfs-dev. [2021-04-09T01:00:54.571Z] #13 112.7 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-04-09T01:00:54.571Z] #13 112.7 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-04-09T01:00:54.571Z] #13 112.8 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-04-09T01:00:54.571Z] #13 112.8 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-04-09T01:00:54.571Z] #13 112.8 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-04-09T01:00:54.571Z] #13 112.9 Selecting previously unselected package libudev-dev:amd64. [2021-04-09T01:00:54.571Z] #13 112.9 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ... [2021-04-09T01:00:54.571Z] #13 112.9 Unpacking libudev-dev:amd64 (241-7~deb10u7) ... [2021-04-09T01:00:54.571Z] #13 113.1 Selecting previously unselected package libsepol1-dev:amd64. [2021-04-09T01:00:54.571Z] #13 113.1 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-04-09T01:00:54.571Z] #13 113.1 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-04-09T01:00:54.571Z] #13 113.4 Selecting previously unselected package libpcre16-3:amd64. [2021-04-09T01:00:54.571Z] #13 113.5 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-04-09T01:00:54.571Z] #13 113.5 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-04-09T01:00:54.571Z] #13 113.6 Selecting previously unselected package libpcre32-3:amd64. [2021-04-09T01:00:54.571Z] #13 113.6 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-04-09T01:00:54.571Z] #13 113.6 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-04-09T01:00:54.571Z] #13 113.8 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-04-09T01:00:54.571Z] #13 113.8 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-04-09T01:00:54.571Z] #13 113.8 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-04-09T01:00:54.571Z] #13 114.0 Selecting previously unselected package libpcre3-dev:amd64. [2021-04-09T01:00:54.571Z] #13 114.0 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-04-09T01:00:54.571Z] #13 114.0 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-04-09T01:00:54.571Z] #13 114.5 Selecting previously unselected package libselinux1-dev:amd64. [2021-04-09T01:00:54.571Z] #13 114.5 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-04-09T01:00:54.571Z] #13 114.5 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-04-09T01:00:54.571Z] #13 114.8 Selecting previously unselected package libdevmapper-dev:amd64. [2021-04-09T01:00:54.571Z] #13 114.8 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-04-09T01:00:54.571Z] #13 114.8 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-04-09T01:00:54.571Z] #13 114.9 Selecting previously unselected package libseccomp-dev:amd64. [2021-04-09T01:00:54.571Z] #13 114.9 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ... [2021-04-09T01:00:54.571Z] #13 114.9 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-04-09T01:00:54.571Z] #13 115.1 Selecting previously unselected package libsystemd-dev:amd64. [2021-04-09T01:00:54.571Z] #13 115.1 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ... [2021-04-09T01:00:54.571Z] #13 115.1 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-04-09T01:00:54.571Z] #13 115.7 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-04-09T01:00:54.571Z] #13 115.8 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-04-09T01:00:54.571Z] #13 115.8 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-04-09T01:00:54.571Z] #13 115.8 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-04-09T01:00:54.571Z] #13 115.8 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-04-09T01:00:54.571Z] #13 115.8 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-04-09T01:00:54.571Z] #13 115.8 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-04-09T01:00:54.571Z] #13 115.9 Setting up libbtrfs0 (4.20.1-2) ... [2021-04-09T01:00:54.571Z] #13 115.9 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-04-09T01:00:54.571Z] #13 115.9 Setting up libudev-dev:amd64 (241-7~deb10u7) ... [2021-04-09T01:00:54.571Z] #13 115.9 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-04-09T01:00:54.571Z] #13 115.9 Setting up libbtrfs-dev (4.20.1-2) ... [2021-04-09T01:00:54.571Z] #13 115.9 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-04-09T01:00:54.571Z] #13 115.9 Setting up mingw-w64-common (6.0.0-3) ... [2021-04-09T01:00:54.571Z] #13 116.0 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-04-09T01:00:54.571Z] #13 116.0 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-04-09T01:00:54.571Z] #13 116.0 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-04-09T01:00:54.571Z] #13 116.0 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-04-09T01:00:54.571Z] #13 116.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-04-09T01:00:54.571Z] #13 116.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-04-09T01:00:54.571Z] #13 116.0 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-04-09T01:00:54.571Z] #13 116.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-04-09T01:00:54.571Z] #13 116.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-04-09T01:00:54.571Z] #13 116.1 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-04-09T01:00:54.571Z] #13 116.1 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-04-09T01:00:54.571Z] #13 116.1 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-04-09T01:00:54.571Z] #13 116.1 Setting up dmsetup (2:1.02.155-3) ... [2021-04-09T01:00:54.830Z] #13 116.1 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-04-09T01:00:54.830Z] #13 116.1 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-04-09T01:00:54.830Z] #13 116.1 Processing triggers for libc-bin (2.28-10) ... [2021-04-09T01:00:56.749Z] #13 DONE 118.0s [2021-04-09T01:00:56.749Z] [2021-04-09T01:00:56.749Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-04-09T01:00:56.749Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815 [2021-04-09T01:00:58.131Z] #14 DONE 1.7s [2021-04-09T01:00:58.131Z] [2021-04-09T01:00:58.131Z] #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-09T01:00:58.131Z] #53 sha256:9c7e455acbc129630effd59e55f08ac2d4b368d0c43744db6ccfd8ea3f22cd76 [2021-04-09T01:00:58.131Z] #53 1.504 + RM_GOPATH=0 [2021-04-09T01:00:58.131Z] #53 1.504 + TMP_GOPATH= [2021-04-09T01:00:58.131Z] #53 1.504 + : /build [2021-04-09T01:00:58.131Z] #53 1.504 + '[' -z '' ']' [2021-04-09T01:00:58.131Z] #53 1.504 ++ mktemp -d [2021-04-09T01:00:58.131Z] #53 1.506 + export GOPATH=/tmp/tmp.oRpnGIfOBy [2021-04-09T01:00:58.131Z] #53 1.507 + GOPATH=/tmp/tmp.oRpnGIfOBy [2021-04-09T01:00:58.131Z] #53 1.508 + RM_GOPATH=1 [2021-04-09T01:00:58.131Z] #53 1.508 + case "$(go env GOARCH)" in [2021-04-09T01:00:58.131Z] #53 1.510 ++ go env GOARCH [2021-04-09T01:00:58.131Z] #53 1.535 + export GO_BUILDMODE=-buildmode=pie [2021-04-09T01:00:58.131Z] #53 1.536 + GO_BUILDMODE=-buildmode=pie [2021-04-09T01:00:58.131Z] #53 1.536 ++ dirname /tmp/install/install.sh [2021-04-09T01:00:58.131Z] #53 1.538 + dir=/tmp/install [2021-04-09T01:00:58.131Z] #53 1.538 + bin=runc [2021-04-09T01:00:58.131Z] #53 1.539 + shift [2021-04-09T01:00:58.131Z] #53 1.539 + '[' '!' -f /tmp/install/runc.installer ']' [2021-04-09T01:00:58.131Z] #53 1.539 + . /tmp/install/runc.installer [2021-04-09T01:00:58.131Z] #53 1.543 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-09T01:00:58.131Z] #53 1.544 + install_runc [2021-04-09T01:00:58.131Z] #53 1.544 + grep -q '^3\.10\.0.*\.el7\.' [2021-04-09T01:00:58.131Z] #53 1.548 + uname -r [2021-04-09T01:00:58.131Z] #53 1.550 + RUNC_BUILDTAGS='seccomp ' [2021-04-09T01:00:58.131Z] #53 1.550 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-04-09T01:00:58.131Z] #53 1.550 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.oRpnGIfOBy/src/github.com/opencontainers/runc [2021-04-09T01:00:58.131Z] #53 1.550 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-04-09T01:00:58.131Z] #53 1.570 Cloning into '/tmp/tmp.oRpnGIfOBy/src/github.com/opencontainers/runc'... [2021-04-09T01:01:00.042Z] #53 ... [2021-04-09T01:01:00.042Z] [2021-04-09T01:01:00.042Z] #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-09T01:01:00.042Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6 [2021-04-09T01:01:00.042Z] #15 DONE 1.4s [2021-04-09T01:01:00.042Z] [2021-04-09T01:01:00.042Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-04-09T01:01:00.042Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac [2021-04-09T01:01:00.042Z] #16 ... [2021-04-09T01:01:00.042Z] [2021-04-09T01:01:00.042Z] #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-09T01:01:00.042Z] #58 sha256:5507484b621e05a1045789dea7c4e2f3aa401f77f121b0c51e68bd7bb9847d04 [2021-04-09T01:01:00.042Z] #58 116.6 + for f in rootlesskit rootlesskit-docker-proxy [2021-04-09T01:01:00.042Z] #58 116.6 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-04-09T01:01:00.042Z] #58 DONE 125.3s [2021-04-09T01:01:00.042Z] [2021-04-09T01:01:00.042Z] #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-09T01:01:00.042Z] #45 sha256:b35a456e498e4eed786c86b6764b45ee5401539384e349fc1665df25588d840c [2021-04-09T01:01:00.042Z] #45 115.2 vendor/golang.org/x/net/http/httpguts [2021-04-09T01:01:00.042Z] #45 115.5 vendor/golang.org/x/net/http/httpproxy [2021-04-09T01:01:00.042Z] #45 116.2 mime/multipart [2021-04-09T01:01:00.042Z] #45 118.1 crypto/tls [2021-04-09T01:01:00.042Z] #45 ... [2021-04-09T01:01:00.042Z] [2021-04-09T01:01:00.042Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-04-09T01:01:00.042Z] #59 sha256:ac8843b59efc8b26c4a132a87ec551564a560d0c277a67a651b878ec42ccb0ac [2021-04-09T01:01:00.042Z] #59 DONE 0.1s [2021-04-09T01:01:00.042Z] [2021-04-09T01:01:00.042Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-04-09T01:01:00.042Z] #60 sha256:7e8e727c7c096bc91144db02680fa39e536fc066ce31e576b008c76a7c9f5c2a [2021-04-09T01:01:00.303Z] #60 DONE 0.1s [2021-04-09T01:01:00.303Z] [2021-04-09T01:01:00.303Z] #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-09T01:01:00.303Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-09T01:01:00.303Z] #43 52.37 CC compel/src/lib/ptrace.o [2021-04-09T01:01:00.303Z] #43 52.82 AR compel/libcompel.a [2021-04-09T01:01:00.303Z] #43 53.00 HOSTCC compel/src/main-host.o [2021-04-09T01:01:00.303Z] #43 53.58 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2021-04-09T01:01:00.303Z] #43 53.84 HOSTCC compel/src/lib/handle-elf-host.o [2021-04-09T01:01:00.303Z] #43 54.26 HOSTCC compel/src/lib/log-host.o [2021-04-09T01:01:00.303Z] #43 54.45 HOSTLINK compel/compel-host-bin [2021-04-09T01:01:00.303Z] #43 54.78 DEP soccr/soccr.d [2021-04-09T01:01:00.303Z] #43 55.01 CC soccr/soccr.o [2021-04-09T01:01:01.279Z] #43 57.32 AR soccr/libsoccr.a [2021-04-09T01:01:01.279Z] #43 57.38 make[1]: 'soccr/libsoccr.a' is up to date. [2021-04-09T01:01:01.279Z] #43 ... [2021-04-09T01:01:01.279Z] [2021-04-09T01:01:01.279Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-04-09T01:01:01.279Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac [2021-04-09T01:01:01.279Z] #16 1.571 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-04-09T01:01:01.279Z] #16 DONE 1.7s [2021-04-09T01:01:01.279Z] [2021-04-09T01:01:01.279Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-04-09T01:01:01.279Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea [2021-04-09T01:01:03.191Z] #17 DONE 1.8s [2021-04-09T01:01:03.191Z] [2021-04-09T01:01:03.191Z] #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-09T01:01:03.191Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-09T01:01:03.191Z] #43 58.11 DEP criu/arch/x86/sigframe.d [2021-04-09T01:01:03.191Z] #43 58.41 DEP criu/arch/x86/sigaction_compat.d [2021-04-09T01:01:03.191Z] #43 58.66 DEP criu/arch/x86/kerndat.d [2021-04-09T01:01:03.191Z] #43 58.83 DEP criu/arch/x86/crtools.d [2021-04-09T01:01:03.191Z] #43 59.08 DEP criu/arch/x86/cpu.d [2021-04-09T01:01:03.191Z] #43 59.26 CC criu/arch/x86/cpu.o [2021-04-09T01:01:04.136Z] #43 60.22 CC criu/arch/x86/crtools.o [2021-04-09T01:01:04.396Z] #43 ... [2021-04-09T01:01:04.396Z] [2021-04-09T01:01:04.396Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-04-09T01:01:04.396Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6 [2021-04-09T01:01:04.396Z] #18 DONE 1.3s [2021-04-09T01:01:04.662Z] [2021-04-09T01:01:04.662Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-04-09T01:01:04.662Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df [2021-04-09T01:01:06.050Z] #19 DONE 1.5s [2021-04-09T01:01:06.050Z] [2021-04-09T01:01:06.050Z] #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-09T01:01:06.050Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-09T01:01:07.433Z] #20 1.565 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-04-09T01:01:07.433Z] #20 1.567 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-04-09T01:01:07.433Z] #20 1.613 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-09T01:01:07.433Z] #20 1.614 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-09T01:01:08.003Z] #20 2.216 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [461 kB] [2021-04-09T01:01:09.384Z] #20 3.255 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-04-09T01:01:10.324Z] #20 4.359 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [272 kB] [2021-04-09T01:01:10.894Z] #20 ... [2021-04-09T01:01:10.894Z] [2021-04-09T01:01:10.894Z] #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-09T01:01:10.894Z] #45 sha256:b35a456e498e4eed786c86b6764b45ee5401539384e349fc1665df25588d840c [2021-04-09T01:01:10.894Z] #45 126.1 net/http/httptrace [2021-04-09T01:01:10.894Z] #45 126.6 net/http [2021-04-09T01:01:11.155Z] #45 ... [2021-04-09T01:01:11.155Z] [2021-04-09T01:01:11.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-09T01:01:11.155Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-09T01:01:11.155Z] #43 61.72 CC criu/arch/x86/kerndat.o [2021-04-09T01:01:11.155Z] #43 62.64 CC criu/arch/x86/sigaction_compat.o [2021-04-09T01:01:11.155Z] #43 63.01 CC criu/arch/x86/sigframe.o [2021-04-09T01:01:11.155Z] #43 63.33 LINK criu/arch/x86/crtools.built-in.o [2021-04-09T01:01:11.155Z] #43 63.37 DEP criu/pie/util-vdso-elf32.d [2021-04-09T01:01:11.155Z] #43 63.53 DEP criu/pie/util-vdso.d [2021-04-09T01:01:11.155Z] #43 63.67 DEP criu/pie/util.d [2021-04-09T01:01:11.155Z] #43 63.83 CC criu/pie/util.o [2021-04-09T01:01:11.155Z] #43 64.25 CC criu/pie/util-vdso.o [2021-04-09T01:01:11.155Z] #43 64.97 CC criu/pie/util-vdso-elf32.o [2021-04-09T01:01:11.155Z] #43 65.64 AR criu/pie/pie.lib.a [2021-04-09T01:01:11.155Z] #43 65.70 DEP criu/pie/restorer.d [2021-04-09T01:01:11.155Z] #43 66.00 DEP criu/arch/x86/sigaction_compat_pie.d [2021-04-09T01:01:11.155Z] #43 66.10 DEP criu/arch/x86/restorer_unmap.d [2021-04-09T01:01:11.155Z] #43 66.13 DEP criu/arch/x86/restorer.d [2021-04-09T01:01:11.155Z] #43 66.34 DEP criu/arch/x86/vdso-pie.d [2021-04-09T01:01:11.155Z] #43 66.46 DEP criu/pie/parasite-vdso.d [2021-04-09T01:01:11.155Z] #43 66.61 DEP criu/pie/parasite.d [2021-04-09T01:01:11.155Z] #43 66.82 CC criu/pie/parasite.o [2021-04-09T01:01:11.727Z] #43 ... [2021-04-09T01:01:11.727Z] [2021-04-09T01:01:11.727Z] #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-09T01:01:11.727Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-09T01:01:11.727Z] #20 5.760 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-04-09T01:01:14.208Z] 29d5b6a226d2: Verifying Checksum [2021-04-09T01:01:14.208Z] 29d5b6a226d2: Download complete [2021-04-09T01:01:17.008Z] #20 ... [2021-04-09T01:01:17.008Z] [2021-04-09T01:01:17.008Z] #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-09T01:01:17.008Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-09T01:01:17.008Z] #43 68.30 LINK criu/pie/parasite.built-in.o [2021-04-09T01:01:17.008Z] #43 68.32 GEN criu/pie/parasite-blob.h [2021-04-09T01:01:17.008Z] #43 68.34 CC criu/pie/parasite-vdso.o [2021-04-09T01:01:17.008Z] #43 68.96 CC criu/arch/x86/vdso-pie.o [2021-04-09T01:01:17.008Z] #43 69.34 CC criu/arch/x86/restorer.o [2021-04-09T01:01:17.008Z] #43 69.80 CC criu/arch/x86/restorer_unmap.o [2021-04-09T01:01:17.008Z] #43 69.88 CC criu/arch/x86/sigaction_compat_pie.o [2021-04-09T01:01:17.008Z] #43 70.16 CC criu/pie/restorer.o [2021-04-09T01:01:17.008Z] #43 73.28 LINK criu/pie/restorer.built-in.o [2021-04-09T01:01:17.008Z] #43 73.28 GEN criu/pie/restorer-blob.h [2021-04-09T01:01:17.008Z] #43 73.40 DEP criu/vdso.d [2021-04-09T01:01:17.268Z] #43 73.57 DEP criu/vdso-compat.d [2021-04-09T01:01:17.268Z] #43 73.70 DEP criu/uts_ns.d [2021-04-09T01:01:17.528Z] #43 73.96 DEP criu/util.d [2021-04-09T01:01:18.099Z] #43 74.17 DEP criu/uffd.d [2021-04-09T01:01:18.099Z] #43 74.40 DEP criu/tun.d [2021-04-09T01:01:18.359Z] #43 74.58 DEP criu/tty.d [2021-04-09T01:01:18.619Z] #43 74.79 DEP criu/timerfd.d [2021-04-09T01:01:18.879Z] #43 75.08 DEP criu/timens.d [2021-04-09T01:01:18.879Z] #43 75.30 DEP criu/sysfs_parse.d [2021-04-09T01:01:19.138Z] #43 75.44 DEP criu/sysctl.d [2021-04-09T01:01:19.399Z] #43 75.68 DEP criu/string.d [2021-04-09T01:01:19.659Z] #43 75.75 DEP criu/stats.d [2021-04-09T01:01:19.659Z] #43 75.87 DEP criu/sockets.d [2021-04-09T01:01:19.659Z] #43 ... [2021-04-09T01:01:19.659Z] [2021-04-09T01:01:19.659Z] #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-09T01:01:19.659Z] #53 sha256:9c7e455acbc129630effd59e55f08ac2d4b368d0c43744db6ccfd8ea3f22cd76 [2021-04-09T01:01:19.659Z] #53 12.96 + cd /tmp/tmp.oRpnGIfOBy/src/github.com/opencontainers/runc [2021-04-09T01:01:19.659Z] #53 12.96 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-09T01:01:19.659Z] #53 13.58 + '[' -z '' ']' [2021-04-09T01:01:19.659Z] #53 13.58 + target=static [2021-04-09T01:01:19.659Z] #53 13.58 + make 'BUILDTAGS=seccomp ' static [2021-04-09T01:01:19.659Z] #53 13.96 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-09T01:01:19.659Z] #53 ... [2021-04-09T01:01:19.659Z] [2021-04-09T01:01:19.659Z] #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-09T01:01:19.659Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-09T01:01:19.659Z] #20 11.66 Fetched 8934 kB in 10s (865 kB/s) [2021-04-09T01:01:21.568Z] #20 11.66 Reading package lists... [2021-04-09T01:01:22.249Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-04-09T01:01:23.210Z] #20 15.95 Reading package lists... [2021-04-09T01:01:23.210Z] #20 ... [2021-04-09T01:01:23.210Z] [2021-04-09T01:01:23.210Z] #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-09T01:01:23.210Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-09T01:01:23.210Z] #43 76.08 DEP criu/sk-unix.d [2021-04-09T01:01:23.210Z] #43 76.26 DEP criu/sk-tcp.d [2021-04-09T01:01:23.210Z] #43 76.41 DEP criu/sk-queue.d [2021-04-09T01:01:23.210Z] #43 76.60 DEP criu/sk-packet.d [2021-04-09T01:01:23.210Z] #43 76.86 DEP criu/sk-netlink.d [2021-04-09T01:01:23.210Z] #43 77.08 DEP criu/sk-inet.d [2021-04-09T01:01:23.210Z] #43 77.33 DEP criu/signalfd.d [2021-04-09T01:01:23.210Z] #43 77.51 DEP criu/sigframe.d [2021-04-09T01:01:23.210Z] #43 77.63 DEP criu/shmem.d [2021-04-09T01:01:23.210Z] #43 77.82 DEP criu/servicefd.d [2021-04-09T01:01:23.210Z] #43 78.00 DEP criu/seize.d [2021-04-09T01:01:23.210Z] #43 78.20 DEP criu/seccomp.d [2021-04-09T01:01:23.210Z] #43 78.40 DEP criu/rst-malloc.d [2021-04-09T01:01:23.210Z] #43 78.53 DEP criu/rbtree.d [2021-04-09T01:01:23.210Z] #43 78.59 DEP criu/pstree.d [2021-04-09T01:01:23.210Z] #43 78.80 DEP criu/protobuf.d [2021-04-09T01:01:23.210Z] #43 79.02 GEN criu/protobuf-desc-gen.h [2021-04-09T01:01:24.192Z] --- PASS: TestBuildWithHugeFile (52.62s) [2021-04-09T01:01:24.192Z] === RUN TestBuildWCOWSandboxSize [2021-04-09T01:01:24.192Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2021-04-09T01:01:24.192Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-04-09T01:01:24.192Z] === RUN TestBuildWithEmptyDockerfile [2021-04-09T01:01:24.192Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-09T01:01:24.192Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-09T01:01:24.192Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-09T01:01:24.192Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-09T01:01:24.192Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-09T01:01:24.192Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-09T01:01:24.192Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-09T01:01:24.192Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-09T01:01:24.192Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-09T01:01:24.192Z] --- PASS: TestBuildWithEmptyDockerfile (0.12s) [2021-04-09T01:01:24.192Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.14s) [2021-04-09T01:01:24.192Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.15s) [2021-04-09T01:01:24.192Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2021-04-09T01:01:24.192Z] === RUN TestBuildPreserveOwnership [2021-04-09T01:01:24.192Z] === RUN TestBuildPreserveOwnership/copy_from [2021-04-09T01:01:24.192Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-04-09T01:01:24.591Z] #43 80.89 DEP criu/protobuf-desc.d [2021-04-09T01:01:24.851Z] #43 81.08 DEP criu/proc_parse.d [2021-04-09T01:01:25.111Z] #43 81.31 DEP criu/plugin.d [2021-04-09T01:01:25.111Z] #43 81.40 DEP criu/pipes.d [2021-04-09T01:01:25.371Z] #43 81.59 DEP criu/pie-util.d [2021-04-09T01:01:25.371Z] #43 ... [2021-04-09T01:01:25.371Z] [2021-04-09T01:01:25.371Z] #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-09T01:01:25.371Z] #45 sha256:b35a456e498e4eed786c86b6764b45ee5401539384e349fc1665df25588d840c [2021-04-09T01:01:25.371Z] #45 140.6 github.com/LK4D4/vndr/godl [2021-04-09T01:01:25.371Z] #45 141.4 github.com/LK4D4/vndr [2021-04-09T01:01:25.371Z] #45 ... [2021-04-09T01:01:25.371Z] [2021-04-09T01:01:25.371Z] #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-09T01:01:25.371Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-09T01:01:25.371Z] #43 81.69 DEP criu/pie-util-vdso.d [2021-04-09T01:01:25.556Z] --- PASS: TestBuildPreserveOwnership (4.87s) [2021-04-09T01:01:25.556Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.38s) [2021-04-09T01:01:25.556Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.48s) [2021-04-09T01:01:25.556Z] === RUN TestBuildPlatformInvalid [2021-04-09T01:01:25.556Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2021-04-09T01:01:25.556Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-04-09T01:01:25.632Z] #43 81.87 DEP criu/pie-util-vdso-elf32.d [2021-04-09T01:01:25.891Z] #43 82.02 DEP criu/path.d [2021-04-09T01:01:25.892Z] #43 82.18 DEP criu/parasite-syscall.d [2021-04-09T01:01:26.151Z] #43 ... [2021-04-09T01:01:26.151Z] [2021-04-09T01:01:26.151Z] #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-09T01:01:26.151Z] #45 sha256:b35a456e498e4eed786c86b6764b45ee5401539384e349fc1665df25588d840c [2021-04-09T01:01:26.151Z] #45 DONE 151.6s [2021-04-09T01:01:26.151Z] [2021-04-09T01:01:26.151Z] #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-09T01:01:26.151Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-09T01:01:26.151Z] #43 82.43 DEP criu/pagemap.d [2021-04-09T01:01:26.411Z] #43 82.63 DEP criu/pagemap-cache.d [2021-04-09T01:01:26.671Z] #43 82.88 DEP criu/page-xfer.d [2021-04-09T01:01:26.931Z] #43 83.17 DEP criu/page-pipe.d [2021-04-09T01:01:27.191Z] #43 83.37 DEP criu/netfilter.d [2021-04-09T01:01:27.451Z] #43 83.66 DEP criu/net.d [2021-04-09T01:01:27.711Z] #43 83.93 DEP criu/namespaces.d [2021-04-09T01:01:27.711Z] #43 84.13 DEP criu/mount.d [2021-04-09T01:01:27.970Z] #43 84.27 DEP criu/memfd.d [2021-04-09T01:01:28.234Z] #43 84.47 DEP criu/mem.d [2021-04-09T01:01:28.500Z] #43 84.65 DEP criu/lsm.d [2021-04-09T01:01:28.500Z] #43 84.80 DEP criu/log.d [2021-04-09T01:01:28.760Z] #43 84.99 DEP criu/libnetlink.d [2021-04-09T01:01:29.021Z] #43 85.17 DEP criu/kerndat.d [2021-04-09T01:01:29.021Z] #43 85.40 DEP criu/kcmp-ids.d [2021-04-09T01:01:29.281Z] #43 85.53 DEP criu/irmap.d [2021-04-09T01:01:29.281Z] #43 85.67 DEP criu/ipc_ns.d [2021-04-09T01:01:29.541Z] #43 85.81 DEP criu/image.d [2021-04-09T01:01:29.801Z] #43 86.07 DEP criu/image-desc.d [2021-04-09T01:01:29.801Z] #43 86.22 DEP criu/fsnotify.d [2021-04-09T01:01:30.371Z] #43 86.40 DEP criu/filesystems.d [2021-04-09T01:01:30.371Z] #43 86.52 DEP criu/files.d [2021-04-09T01:01:30.371Z] #43 86.67 DEP criu/files-reg.d [2021-04-09T01:01:30.631Z] #43 86.84 DEP criu/files-ext.d [2021-04-09T01:01:30.891Z] #43 ... [2021-04-09T01:01:30.891Z] [2021-04-09T01:01:30.891Z] #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-09T01:01:30.891Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-04-09T01:01:30.891Z] #32 DONE 155.7s [2021-04-09T01:01:30.891Z] [2021-04-09T01:01:30.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-09T01:01:30.891Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-09T01:01:30.891Z] #43 86.98 DEP criu/file-lock.d [2021-04-09T01:01:31.151Z] #43 87.35 DEP criu/file-ids.d [2021-04-09T01:01:31.414Z] #43 87.72 DEP criu/fifo.d [2021-04-09T01:01:31.983Z] #43 88.05 DEP criu/fdstore.d [2021-04-09T01:01:31.983Z] #43 88.23 DEP criu/fault-injection.d [2021-04-09T01:01:31.983Z] #43 88.31 DEP criu/external.d [2021-04-09T01:01:32.274Z] #43 88.58 DEP criu/eventpoll.d [2021-04-09T01:01:32.534Z] #43 88.75 DEP criu/eventfd.d [2021-04-09T01:01:32.534Z] #43 88.83 DEP criu/crtools.d [2021-04-09T01:01:32.841Z] #43 88.93 DEP criu/cr-service.d [2021-04-09T01:01:32.841Z] #43 89.05 DEP criu/cr-restore.d [2021-04-09T01:01:33.120Z] #43 89.22 DEP criu/cr-errno.d [2021-04-09T01:01:33.120Z] #43 89.25 DEP criu/cr-dump.d [2021-04-09T01:01:33.381Z] #43 89.53 DEP criu/cr-dedup.d [2021-04-09T01:01:33.381Z] #43 89.72 DEP criu/cr-check.d [2021-04-09T01:01:33.642Z] #43 89.94 DEP criu/config.d [2021-04-09T01:01:33.642Z] #43 90.06 DEP criu/clone-noasan.d [2021-04-09T01:01:33.909Z] #43 90.19 DEP criu/cgroup.d [2021-04-09T01:01:34.173Z] #43 90.35 DEP criu/cgroup-props.d [2021-04-09T01:01:34.173Z] #43 90.47 DEP criu/bitmap.d [2021-04-09T01:01:34.173Z] #43 90.50 DEP criu/bfd.d [2021-04-09T01:01:34.173Z] #43 90.59 DEP criu/autofs.d [2021-04-09T01:01:34.433Z] #43 90.71 DEP criu/aio.d [2021-04-09T01:01:34.433Z] #43 90.83 DEP criu/action-scripts.d [2021-04-09T01:01:34.693Z] #43 91.09 CC criu/action-scripts.o [2021-04-09T01:01:35.263Z] #43 91.61 CC criu/aio.o [2021-04-09T01:01:36.206Z] #43 92.18 CC criu/autofs.o [2021-04-09T01:01:36.206Z] #43 ... [2021-04-09T01:01:36.206Z] [2021-04-09T01:01:36.206Z] #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-09T01:01:36.206Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-09T01:01:36.206Z] #20 15.95 Reading package lists... [2021-04-09T01:01:36.206Z] #20 20.28 Building dependency tree... [2021-04-09T01:01:36.206Z] #20 22.77 libcap2-bin is already the newest version (1:2.25-2). [2021-04-09T01:01:36.206Z] #20 22.77 The following additional packages will be installed: [2021-04-09T01:01:36.206Z] #20 22.78 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-04-09T01:01:36.206Z] #20 22.78 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-04-09T01:01:36.206Z] #20 22.78 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-04-09T01:01:36.206Z] #20 22.78 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-04-09T01:01:36.206Z] #20 22.78 python3.7 python3.7-minimal vim-runtime xxd [2021-04-09T01:01:36.206Z] #20 22.78 Suggested packages: [2021-04-09T01:01:36.206Z] #20 22.80 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-04-09T01:01:36.206Z] #20 22.80 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-04-09T01:01:36.206Z] #20 22.80 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-04-09T01:01:36.206Z] #20 22.80 Recommended packages: [2021-04-09T01:01:36.206Z] #20 22.80 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-04-09T01:01:36.206Z] #20 22.80 python3-keyrings.alt python3-xdg unzip [2021-04-09T01:01:36.206Z] #20 24.53 The following NEW packages will be installed: [2021-04-09T01:01:36.206Z] #20 24.53 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-04-09T01:01:36.206Z] #20 24.54 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-04-09T01:01:36.206Z] #20 24.54 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-04-09T01:01:36.206Z] #20 24.54 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-04-09T01:01:36.206Z] #20 24.54 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-04-09T01:01:36.206Z] #20 24.55 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-04-09T01:01:36.206Z] #20 24.55 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-04-09T01:01:36.206Z] #20 24.55 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-04-09T01:01:36.206Z] #20 24.55 xz-utils zip [2021-04-09T01:01:36.206Z] #20 24.89 0 upgraded, 48 newly installed, 0 to remove and 27 not upgraded. [2021-04-09T01:01:36.206Z] #20 24.89 Need to get 28.5 MB of archives. [2021-04-09T01:01:36.206Z] #20 24.89 After this operation, 116 MB of additional disk space will be used. [2021-04-09T01:01:36.206Z] #20 24.89 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-04-09T01:01:36.206Z] #20 24.90 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-09T01:01:36.206Z] #20 24.95 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-09T01:01:36.206Z] #20 25.06 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-04-09T01:01:36.206Z] #20 25.06 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-04-09T01:01:36.206Z] #20 25.07 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-09T01:01:36.206Z] #20 25.16 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2021-04-09T01:01:36.206Z] #20 25.18 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-04-09T01:01:36.206Z] #20 25.19 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-04-09T01:01:36.206Z] #20 25.19 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-04-09T01:01:36.206Z] #20 25.19 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-04-09T01:01:36.206Z] #20 25.20 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-04-09T01:01:36.206Z] #20 25.20 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-04-09T01:01:36.206Z] #20 25.20 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-04-09T01:01:36.206Z] #20 25.21 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-04-09T01:01:36.206Z] #20 25.21 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-04-09T01:01:36.206Z] #20 25.23 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-04-09T01:01:36.206Z] #20 25.24 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-04-09T01:01:36.206Z] #20 25.25 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-04-09T01:01:36.206Z] #20 25.25 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-09T01:01:36.206Z] #20 25.26 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-04-09T01:01:36.206Z] #20 25.27 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-04-09T01:01:36.206Z] #20 25.30 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-04-09T01:01:36.206Z] #20 25.30 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-04-09T01:01:36.206Z] #20 25.31 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-04-09T01:01:36.206Z] #20 25.33 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-04-09T01:01:36.206Z] #20 25.33 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-04-09T01:01:36.206Z] #20 25.34 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-04-09T01:01:36.206Z] #20 25.34 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-04-09T01:01:36.206Z] #20 25.87 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-09T01:01:36.206Z] #20 25.87 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-09T01:01:36.206Z] #20 25.87 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-09T01:01:36.206Z] #20 25.87 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-04-09T01:01:36.206Z] #20 25.89 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-04-09T01:01:36.206Z] #20 25.91 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-04-09T01:01:36.206Z] #20 26.01 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-04-09T01:01:36.206Z] #20 26.01 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-04-09T01:01:36.206Z] #20 26.05 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-04-09T01:01:36.206Z] #20 26.07 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-04-09T01:01:36.206Z] #20 26.08 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-04-09T01:01:36.206Z] #20 26.11 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-04-09T01:01:36.206Z] #20 26.11 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-04-09T01:01:36.206Z] #20 26.18 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-09T01:01:36.206Z] #20 26.21 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-04-09T01:01:36.206Z] #20 26.22 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-04-09T01:01:36.206Z] #20 26.59 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-04-09T01:01:36.206Z] #20 26.64 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-04-09T01:01:36.206Z] #20 26.68 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-04-09T01:01:36.206Z] #20 27.43 debconf: delaying package configuration, since apt-utils is not installed [2021-04-09T01:01:36.206Z] #20 27.52 Fetched 28.5 MB in 2s (13.8 MB/s) [2021-04-09T01:01:36.206Z] #20 27.57 Selecting previously unselected package pigz. [2021-04-09T01:01:36.206Z] #20 27.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 ... 23435 files and directories currently installed.) [2021-04-09T01:01:36.206Z] #20 27.61 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-04-09T01:01:36.206Z] #20 27.62 Unpacking pigz (2.4-1) ... [2021-04-09T01:01:36.206Z] #20 27.74 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-04-09T01:01:36.206Z] #20 27.74 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-04-09T01:01:36.206Z] #20 27.74 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-04-09T01:01:36.206Z] #20 28.27 Selecting previously unselected package python3.7-minimal. [2021-04-09T01:01:36.206Z] #20 28.27 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-04-09T01:01:36.206Z] #20 28.30 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-04-09T01:01:36.206Z] #20 29.15 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-04-09T01:01:36.206Z] #20 29.18 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-04-09T01:01:37.146Z] #20 31.31 Selecting previously unselected package python3-minimal. [2021-04-09T01:01:37.406Z] #20 31.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 ... 23684 files and directories currently installed.) [2021-04-09T01:01:37.406Z] #20 31.39 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-04-09T01:01:37.406Z] #20 31.39 Unpacking python3-minimal (3.7.3-1) ... [2021-04-09T01:01:37.406Z] #20 31.53 Selecting previously unselected package libmpdec2:amd64. [2021-04-09T01:01:37.406Z] #20 31.53 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-04-09T01:01:37.406Z] #20 31.54 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-04-09T01:01:37.406Z] #20 ... [2021-04-09T01:01:37.406Z] [2021-04-09T01:01:37.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-09T01:01:37.406Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-09T01:01:37.406Z] #43 93.71 CC criu/bfd.o [2021-04-09T01:01:37.976Z] #43 94.18 CC criu/bitmap.o [2021-04-09T01:01:38.236Z] #43 94.33 CC criu/cgroup-props.o [2021-04-09T01:01:38.806Z] #43 95.03 CC criu/cgroup.o [2021-04-09T01:01:40.391Z] Loaded image: buildpack-deps:buster [2021-04-09T01:01:40.391Z] Loaded image: busybox:latest [2021-04-09T01:01:40.391Z] Loaded image: busybox:glibc [2021-04-09T01:01:41.781Z] Loaded image: debian:bullseye [2021-04-09T01:01:41.781Z] Loaded image: hello-world:latest [2021-04-09T01:01:42.036Z] Loaded image: arm32v7/hello-world:latest [2021-04-09T01:01:42.102Z] #43 97.75 CC criu/clone-noasan.o [2021-04-09T01:01:42.102Z] #43 97.90 CC criu/config.o [2021-04-09T01:01:43.042Z] #43 99.06 CC criu/cr-check.o [2021-04-09T01:01:43.042Z] #43 ... [2021-04-09T01:01:43.042Z] [2021-04-09T01:01:43.042Z] #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-09T01:01:43.042Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-09T01:01:43.042Z] #20 31.64 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-04-09T01:01:43.042Z] #20 31.64 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2021-04-09T01:01:43.042Z] #20 31.65 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-04-09T01:01:43.042Z] #20 32.55 Selecting previously unselected package python3.7. [2021-04-09T01:01:43.042Z] #20 32.58 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2021-04-09T01:01:43.042Z] #20 32.58 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-04-09T01:01:43.042Z] #20 32.70 Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-09T01:01:43.042Z] #20 32.72 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-04-09T01:01:43.042Z] #20 32.73 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-04-09T01:01:43.042Z] #20 32.86 Setting up python3-minimal (3.7.3-1) ... [2021-04-09T01:01:43.042Z] #20 33.84 Selecting previously unselected package python3. [2021-04-09T01:01:43.042Z] #20 33.84 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24096 files and directories currently installed.) [2021-04-09T01:01:43.042Z] #20 33.90 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-04-09T01:01:43.042Z] #20 33.92 Unpacking python3 (3.7.3-1) ... [2021-04-09T01:01:43.042Z] #20 34.04 Selecting previously unselected package libip4tc0:amd64. [2021-04-09T01:01:43.042Z] #20 34.05 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-04-09T01:01:43.042Z] #20 34.08 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-04-09T01:01:43.042Z] #20 34.17 Selecting previously unselected package libip6tc0:amd64. [2021-04-09T01:01:43.042Z] #20 34.17 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-04-09T01:01:43.042Z] #20 34.18 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-04-09T01:01:43.042Z] #20 34.28 Selecting previously unselected package libiptc0:amd64. [2021-04-09T01:01:43.042Z] #20 34.28 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-04-09T01:01:43.042Z] #20 34.28 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-04-09T01:01:43.042Z] #20 34.34 Selecting previously unselected package libnfnetlink0:amd64. [2021-04-09T01:01:43.042Z] #20 34.35 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-04-09T01:01:43.042Z] #20 34.36 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-04-09T01:01:43.042Z] #20 34.42 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-04-09T01:01:43.042Z] #20 34.43 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-04-09T01:01:43.042Z] #20 34.44 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-04-09T01:01:43.042Z] #20 34.53 Selecting previously unselected package libnftnl11:amd64. [2021-04-09T01:01:43.042Z] #20 34.54 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-04-09T01:01:43.042Z] #20 34.54 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-04-09T01:01:43.042Z] #20 34.62 Selecting previously unselected package iptables. [2021-04-09T01:01:43.042Z] #20 34.62 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-04-09T01:01:43.042Z] #20 34.64 Unpacking iptables (1.8.2-4) ... [2021-04-09T01:01:43.042Z] #20 34.97 Selecting previously unselected package xxd. [2021-04-09T01:01:43.042Z] #20 34.97 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-04-09T01:01:43.042Z] #20 34.97 Unpacking xxd (2:8.1.0875-5) ... [2021-04-09T01:01:43.042Z] #20 35.11 Selecting previously unselected package vim-common. [2021-04-09T01:01:43.042Z] #20 35.11 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-04-09T01:01:43.042Z] #20 35.15 Unpacking vim-common (2:8.1.0875-5) ... [2021-04-09T01:01:43.042Z] #20 35.38 Selecting previously unselected package bash-completion. [2021-04-09T01:01:43.042Z] #20 35.39 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-04-09T01:01:43.055Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-04-09T01:01:43.055Z] [2021-04-09T01:01:43.055Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-04-09T01:01:43.055Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-04-09T01:01:43.055Z] HOSTNAME=38e3e9d1d6ef [2021-04-09T01:01:43.055Z] TESTDEBUG=0 [2021-04-09T01:01:43.055Z] DEST=bundles/test-integration [2021-04-09T01:01:43.055Z] PWD=/go/src/github.com/docker/docker [2021-04-09T01:01:43.055Z] DOCKER_GITCOMMIT=8d5caf49a185e369bda5bdde79ab8e07b3434ff2 [2021-04-09T01:01:43.055Z] container=docker [2021-04-09T01:01:43.055Z] HOME=/root [2021-04-09T01:01:43.055Z] GOLANG_VERSION=1.13.15 [2021-04-09T01:01:43.055Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-04-09T01:01:43.055Z] VALIDATE_BRANCH=master [2021-04-09T01:01:43.055Z] TERM=xterm [2021-04-09T01:01:43.055Z] DOCKER_PKG=github.com/docker/docker [2021-04-09T01:01:43.055Z] SHLVL=1 [2021-04-09T01:01:43.055Z] TIMEOUT=120m [2021-04-09T01:01:43.055Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-04-09T01:01:43.055Z] DOCKER_GRAPHDRIVER=overlay2 [2021-04-09T01:01:43.055Z] GO111MODULE=off [2021-04-09T01:01:43.055Z] DOCKER_EXPERIMENTAL=1 [2021-04-09T01:01:43.055Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-04-09T01:01:43.055Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-04-09T01:01:43.055Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-04-09T01:01:43.055Z] GOPATH=/go [2021-04-09T01:01:43.055Z] PKG_CONFIG=pkg-config [2021-04-09T01:01:43.055Z] _=/usr/bin/env [2021-04-09T01:01:43.055Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-04-09T01:01:43.982Z] #20 37.95 Unpacking bash-completion (1:2.8-6) ... [2021-04-09T01:01:44.241Z] #20 38.33 Selecting previously unselected package bzip2. [2021-04-09T01:01:44.241Z] #20 38.33 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-04-09T01:01:44.241Z] #20 38.34 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-04-09T01:01:44.241Z] #20 38.43 Selecting previously unselected package xz-utils. [2021-04-09T01:01:44.241Z] #20 38.43 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-04-09T01:01:44.241Z] #20 38.44 Unpacking xz-utils (5.2.4-1) ... [2021-04-09T01:01:44.500Z] #20 38.62 Selecting previously unselected package apparmor. [2021-04-09T01:01:44.500Z] #20 38.62 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-04-09T01:01:44.500Z] #20 38.70 Unpacking apparmor (2.13.2-10) ... [2021-04-09T01:01:45.068Z] #20 39.02 Selecting previously unselected package aufs-tools. [2021-04-09T01:01:45.068Z] #20 39.02 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-04-09T01:01:45.068Z] #20 39.03 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-04-09T01:01:45.068Z] #20 39.20 Selecting previously unselected package libonig5:amd64. [2021-04-09T01:01:45.068Z] #20 39.20 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-04-09T01:01:45.068Z] #20 39.21 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-04-09T01:01:45.327Z] #20 39.38 Selecting previously unselected package libjq1:amd64. [2021-04-09T01:01:45.327Z] #20 39.40 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-04-09T01:01:45.327Z] #20 39.42 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-04-09T01:01:45.327Z] #20 39.51 Selecting previously unselected package jq. [2021-04-09T01:01:45.327Z] #20 39.51 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-04-09T01:01:45.327Z] #20 39.53 Unpacking jq (1.5+dfsg-2+b1) ... [2021-04-09T01:01:45.327Z] #20 39.63 Selecting previously unselected package libaio1:amd64. [2021-04-09T01:01:45.586Z] #20 39.63 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-04-09T01:01:45.586Z] #20 39.64 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-04-09T01:01:45.586Z] #20 39.71 Selecting previously unselected package libgpm2:amd64. [2021-04-09T01:01:45.586Z] #20 39.71 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-04-09T01:01:45.586Z] #20 39.71 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-04-09T01:01:45.845Z] #20 39.79 Selecting previously unselected package libicu63:amd64. [2021-04-09T01:01:45.845Z] #20 39.80 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-04-09T01:01:45.845Z] #20 39.80 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-04-09T01:01:49.136Z] #20 43.24 Selecting previously unselected package libnet1:amd64. [2021-04-09T01:01:49.136Z] #20 43.26 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-04-09T01:01:49.136Z] #20 43.27 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-04-09T01:01:49.395Z] #20 43.36 Selecting previously unselected package libnl-3-200:amd64. [2021-04-09T01:01:49.395Z] #20 43.38 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-04-09T01:01:49.395Z] #20 43.39 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-04-09T01:01:49.395Z] #20 43.48 Selecting previously unselected package libprotobuf-c1:amd64. [2021-04-09T01:01:49.395Z] #20 43.49 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-04-09T01:01:49.395Z] #20 43.49 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-04-09T01:01:49.395Z] #20 43.55 Selecting previously unselected package libreadline5:amd64. [2021-04-09T01:01:49.395Z] #20 43.56 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-04-09T01:01:49.395Z] #20 43.57 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-04-09T01:01:49.653Z] #20 43.69 Selecting previously unselected package net-tools. [2021-04-09T01:01:49.653Z] #20 43.69 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-04-09T01:01:49.653Z] #20 43.69 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-04-09T01:01:49.653Z] #20 43.88 Selecting previously unselected package python-pip-whl. [2021-04-09T01:01:49.653Z] #20 43.88 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-04-09T01:01:49.653Z] #20 43.89 Unpacking python-pip-whl (18.1-5) ... [2021-04-09T01:01:50.115Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (24.11s) [2021-04-09T01:01:50.115Z] PASS [2021-04-09T01:01:50.115Z] [2021-04-09T01:01:50.115Z] === Skipped [2021-04-09T01:01:50.115Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-04-09T01:01:50.115Z] build_session_test.go:25: TODO: BuildKit [2021-04-09T01:01:50.115Z] [2021-04-09T01:01:50.115Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2021-04-09T01:01:50.115Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-04-09T01:01:50.115Z] [2021-04-09T01:01:50.115Z] [2021-04-09T01:01:50.115Z] DONE 34 tests, 2 skipped in 125.453s [2021-04-09T01:01:50.115Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-04-09T01:01:50.115Z] INFO: Testing against a local daemon [2021-04-09T01:01:50.115Z] === RUN TestConfigInspect [2021-04-09T01:01:50.222Z] #20 44.44 Selecting previously unselected package python3-lib2to3. [2021-04-09T01:01:50.482Z] #20 44.44 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-04-09T01:01:50.482Z] #20 44.45 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-04-09T01:01:50.482Z] #20 44.59 Selecting previously unselected package python3-distutils. [2021-04-09T01:01:50.482Z] #20 44.60 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-04-09T01:01:50.482Z] #20 44.61 Unpacking python3-distutils (3.7.3-1) ... [2021-04-09T01:01:50.742Z] #20 44.74 Selecting previously unselected package python3-pip. [2021-04-09T01:01:50.742Z] #20 44.74 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-04-09T01:01:50.742Z] #20 44.76 Unpacking python3-pip (18.1-5) ... [2021-04-09T01:01:50.742Z] #20 44.93 Selecting previously unselected package python3-pkg-resources. [2021-04-09T01:01:50.742Z] #20 44.93 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-04-09T01:01:50.742Z] #20 44.94 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-04-09T01:01:51.001Z] #20 45.08 Selecting previously unselected package python3-setuptools. [2021-04-09T01:01:51.001Z] #20 45.08 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-04-09T01:01:51.002Z] #20 45.10 Unpacking python3-setuptools (40.8.0-1) ... [2021-04-09T01:01:51.002Z] #20 45.31 Selecting previously unselected package python3-wheel. [2021-04-09T01:01:51.261Z] #20 45.32 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-04-09T01:01:51.261Z] #20 45.33 Unpacking python3-wheel (0.32.3-2) ... [2021-04-09T01:01:51.261Z] #20 45.41 Selecting previously unselected package sudo. [2021-04-09T01:01:51.261Z] #20 45.41 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-04-09T01:01:51.261Z] #20 45.42 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-04-09T01:01:51.831Z] #20 45.92 Selecting previously unselected package thin-provisioning-tools. [2021-04-09T01:01:51.831Z] #20 45.93 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-04-09T01:01:51.831Z] #20 45.94 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-04-09T01:01:51.831Z] #20 46.11 Selecting previously unselected package uidmap. [2021-04-09T01:01:52.093Z] #20 46.13 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-04-09T01:01:52.093Z] #20 46.14 Unpacking uidmap (1:4.5-1.1) ... [2021-04-09T01:01:52.093Z] #20 46.25 Selecting previously unselected package vim-runtime. [2021-04-09T01:01:52.093Z] #20 46.27 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-04-09T01:01:52.093Z] #20 46.30 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-09T01:01:52.093Z] #20 46.34 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-04-09T01:01:52.093Z] #20 46.35 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-04-09T01:01:52.627Z] --- PASS: TestConfigInspect (2.44s) [2021-04-09T01:01:52.627Z] === RUN TestConfigList [2021-04-09T01:01:54.355Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-04-09T01:01:54.355Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-04-09T01:01:54.632Z] #20 ... [2021-04-09T01:01:54.632Z] [2021-04-09T01:01:54.632Z] #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-09T01:01:54.632Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-09T01:01:54.632Z] #43 100.9 CC criu/cr-dedup.o [2021-04-09T01:01:54.632Z] #43 101.3 CC criu/cr-dump.o [2021-04-09T01:01:54.632Z] #43 103.6 CC criu/cr-errno.o [2021-04-09T01:01:54.632Z] #43 103.7 CC criu/cr-restore.o [2021-04-09T01:01:54.632Z] #43 108.5 CC criu/cr-service.o [2021-04-09T01:01:54.632Z] #43 110.4 CC criu/crtools.o [2021-04-09T01:01:54.891Z] #43 111.1 CC criu/eventfd.o [2021-04-09T01:01:55.140Z] --- PASS: TestConfigList (2.44s) [2021-04-09T01:01:55.140Z] === RUN TestConfigsCreateAndDelete [2021-04-09T01:01:55.460Z] #43 111.5 CC criu/eventpoll.o [2021-04-09T01:01:55.719Z] #43 ... [2021-04-09T01:01:55.719Z] [2021-04-09T01:01:55.719Z] #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-09T01:01:55.719Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-09T01:01:55.719Z] #20 49.80 Selecting previously unselected package vim. [2021-04-09T01:01:55.719Z] #20 49.81 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2021-04-09T01:01:55.719Z] #20 49.85 Unpacking vim (2:8.1.0875-5) ... [2021-04-09T01:01:56.287Z] #20 50.39 Selecting previously unselected package xfsprogs. [2021-04-09T01:01:56.287Z] #20 50.41 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2021-04-09T01:01:56.287Z] #20 50.42 Unpacking xfsprogs (4.20.0-1) ... [2021-04-09T01:01:56.856Z] #20 50.87 Selecting previously unselected package zip. [2021-04-09T01:01:56.856Z] #20 50.89 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2021-04-09T01:01:56.856Z] #20 50.89 Unpacking zip (3.0-11+b1) ... [2021-04-09T01:01:56.922Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-04-09T01:01:56.922Z] [2021-04-09T01:01:56.922Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2021-04-09T01:01:56.922Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2021-04-09T01:01:56.922Z] Using test binary docker [2021-04-09T01:01:56.922Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-04-09T01:01:56.922Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-04-09T01:01:56.922Z] INFO: Waiting for daemon to start... [2021-04-09T01:01:56.922Z] Starting dockerd [2021-04-09T01:01:56.922Z] . [2021-04-09T01:01:56.922Z] INFO: Building docker-sdk-python3:5.0.0... [2021-04-09T01:01:57.027Z] --- PASS: TestConfigsCreateAndDelete (2.42s) [2021-04-09T01:01:57.027Z] === RUN TestConfigsUpdate [2021-04-09T01:01:57.121Z] #20 51.10 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-04-09T01:01:57.121Z] #20 51.12 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-04-09T01:01:57.121Z] #20 51.14 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-04-09T01:01:57.121Z] #20 51.15 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-04-09T01:01:57.121Z] #20 51.17 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-04-09T01:01:57.121Z] #20 51.18 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-04-09T01:01:57.121Z] #20 51.19 Setting up uidmap (1:4.5-1.1) ... [2021-04-09T01:01:57.121Z] #20 51.20 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-04-09T01:01:57.121Z] #20 51.21 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-04-09T01:01:57.121Z] #20 51.23 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-04-09T01:01:57.121Z] #20 51.24 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-04-09T01:01:57.121Z] #20 51.25 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-04-09T01:01:57.121Z] #20 51.26 Setting up xxd (2:8.1.0875-5) ... [2021-04-09T01:01:57.121Z] #20 51.28 Setting up zip (3.0-11+b1) ... [2021-04-09T01:01:57.121Z] #20 51.29 Setting up vim-common (2:8.1.0875-5) ... [2021-04-09T01:01:57.380Z] #20 51.32 Setting up bash-completion (1:2.8-6) ... [2021-04-09T01:01:57.637Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-04-09T01:01:59.542Z] --- PASS: TestConfigsUpdate (2.41s) [2021-04-09T01:01:59.542Z] === RUN TestTemplatedConfig [2021-04-09T01:01:59.918Z] #20 54.12 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-04-09T01:02:00.169Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-04-09T01:02:00.177Z] #20 54.13 Setting up xz-utils (5.2.4-1) ... [2021-04-09T01:02:00.177Z] #20 54.15 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-04-09T01:02:00.177Z] #20 54.16 Setting up sudo (1.8.27-1+deb10u3) ... [2021-04-09T01:02:00.177Z] #20 54.24 invoke-rc.d: could not determine current runlevel [2021-04-09T01:02:00.177Z] #20 54.25 invoke-rc.d: policy-rc.d denied execution of start. [2021-04-09T01:02:00.177Z] #20 54.26 Setting up pigz (2.4-1) ... [2021-04-09T01:02:00.177Z] #20 54.28 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-04-09T01:02:00.177Z] #20 54.30 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-04-09T01:02:00.177Z] #20 54.33 Setting up python-pip-whl (18.1-5) ... [2021-04-09T01:02:00.177Z] #20 54.34 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-04-09T01:02:00.436Z] #20 54.35 Setting up vim-runtime (2:8.1.0875-5) ... [2021-04-09T01:02:00.696Z] #20 54.82 Setting up libaio1:amd64 (0.3.112-3) ... [2021-04-09T01:02:00.696Z] #20 54.83 Setting up libonig5:amd64 (6.9.1-1) ... [2021-04-09T01:02:00.696Z] #20 54.84 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-04-09T01:02:00.696Z] #20 54.85 Setting up vim (2:8.1.0875-5) ... [2021-04-09T01:02:00.696Z] #20 54.86 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-04-09T01:02:00.696Z] #20 54.87 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-04-09T01:02:00.696Z] #20 54.88 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-04-09T01:02:00.696Z] #20 54.88 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-04-09T01:02:00.696Z] #20 54.89 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-04-09T01:02:00.954Z] #20 54.95 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-04-09T01:02:00.954Z] #20 54.96 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-04-09T01:02:00.954Z] #20 55.01 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-04-09T01:02:00.954Z] #20 55.04 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-04-09T01:02:00.954Z] #20 55.05 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-04-09T01:02:00.954Z] #20 55.18 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-04-09T01:02:01.105Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-04-09T01:02:01.213Z] #20 55.21 Setting up jq (1.5+dfsg-2+b1) ... [2021-04-09T01:02:01.213Z] #20 55.22 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-04-09T01:02:01.213Z] #20 55.34 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-04-09T01:02:03.705Z] --- PASS: TestTemplatedConfig (3.47s) [2021-04-09T01:02:03.705Z] === RUN TestConfigCreateResolve [2021-04-09T01:02:04.504Z] #20 58.36 Setting up iptables (1.8.2-4) ... [2021-04-09T01:02:04.504Z] #20 58.39 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-04-09T01:02:04.504Z] #20 58.40 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-04-09T01:02:04.504Z] #20 58.41 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-04-09T01:02:04.504Z] #20 58.41 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-04-09T01:02:04.504Z] #20 58.42 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-04-09T01:02:04.504Z] #20 58.43 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-04-09T01:02:04.504Z] #20 58.44 Setting up python3 (3.7.3-1) ... [2021-04-09T01:02:04.763Z] #20 58.87 Setting up python3-wheel (0.32.3-2) ... [2021-04-09T01:02:05.055Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-04-09T01:02:05.291Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-04-09T01:02:05.589Z] --- PASS: TestConfigCreateResolve (2.45s) [2021-04-09T01:02:05.589Z] === RUN TestConfigDaemonLibtrustID [2021-04-09T01:02:05.702Z] #20 59.66 Setting up apparmor (2.13.2-10) ... [2021-04-09T01:02:05.702Z] #20 ... [2021-04-09T01:02:05.702Z] [2021-04-09T01:02:05.702Z] #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-09T01:02:05.702Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-04-09T01:02:05.702Z] #40 190.6 + dpkg --print-architecture [2021-04-09T01:02:05.702Z] #40 190.6 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-04-09T01:02:05.962Z] #40 190.7 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-04-09T01:02:05.962Z] #40 190.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-04-09T01:02:06.001Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-04-09T01:02:06.150Z] --- PASS: TestConfigDaemonLibtrustID (0.66s) [2021-04-09T01:02:06.150Z] PASS [2021-04-09T01:02:06.150Z] [2021-04-09T01:02:06.150Z] DONE 7 tests in 16.324s [2021-04-09T01:02:06.150Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-04-09T01:02:06.150Z] INFO: Testing against a local daemon [2021-04-09T01:02:06.150Z] === RUN TestCheckpoint [2021-04-09T01:02:06.150Z] --- SKIP: TestCheckpoint (0.00s) [2021-04-09T01:02:06.150Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-04-09T01:02:06.150Z] === RUN TestContainerInvalidJSON [2021-04-09T01:02:06.150Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-04-09T01:02:06.150Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-04-09T01:02:06.150Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-04-09T01:02:06.150Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-04-09T01:02:06.150Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-04-09T01:02:06.150Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-04-09T01:02:06.150Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-04-09T01:02:06.150Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-04-09T01:02:06.150Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-04-09T01:02:06.150Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-04-09T01:02:06.150Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-04-09T01:02:06.150Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-04-09T01:02:06.150Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-04-09T01:02:06.150Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-04-09T01:02:06.150Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2021-04-09T01:02:06.150Z] === RUN TestCopyFromContainerPathIsNotDir [2021-04-09T01:02:06.150Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2021-04-09T01:02:06.150Z] === RUN TestCopyToContainerPathDoesNotExist [2021-04-09T01:02:06.222Z] #40 ... [2021-04-09T01:02:06.222Z] [2021-04-09T01:02:06.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-09T01:02:06.222Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-09T01:02:06.222Z] #43 112.4 CC criu/external.o [2021-04-09T01:02:06.222Z] #43 112.8 CC criu/fault-injection.o [2021-04-09T01:02:06.222Z] #43 112.9 CC criu/fdstore.o [2021-04-09T01:02:06.222Z] #43 113.3 CC criu/fifo.o [2021-04-09T01:02:06.222Z] #43 113.8 CC criu/file-ids.o [2021-04-09T01:02:06.222Z] #43 114.1 CC criu/file-lock.o [2021-04-09T01:02:06.222Z] #43 115.1 CC criu/files-ext.o [2021-04-09T01:02:06.222Z] #43 115.6 CC criu/files-reg.o [2021-04-09T01:02:06.222Z] #43 117.7 CC criu/files.o [2021-04-09T01:02:06.222Z] #43 119.8 CC criu/filesystems.o [2021-04-09T01:02:06.222Z] #43 120.6 CC criu/fsnotify.o [2021-04-09T01:02:06.222Z] #43 121.8 CC criu/image-desc.o [2021-04-09T01:02:06.222Z] #43 121.9 CC criu/image.o [2021-04-09T01:02:06.406Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2021-04-09T01:02:06.406Z] === RUN TestCopyToContainerPathIsNotDir [2021-04-09T01:02:06.406Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2021-04-09T01:02:06.406Z] === RUN TestCopyFromContainer [2021-04-09T01:02:06.792Z] #43 122.9 CC criu/ipc_ns.o [2021-04-09T01:02:07.361Z] #43 ... [2021-04-09T01:02:07.362Z] [2021-04-09T01:02:07.362Z] #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-09T01:02:07.362Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-09T01:02:07.362Z] #20 61.48 Setting up xfsprogs (4.20.0-1) ... [2021-04-09T01:02:07.362Z] #20 61.50 Setting up python3-lib2to3 (3.7.3-1) ... [2021-04-09T01:02:07.771Z] === RUN TestCopyFromContainer// [2021-04-09T01:02:07.771Z] === RUN TestCopyFromContainer//bar/root [2021-04-09T01:02:07.931Z] #20 61.93 Setting up python3-pkg-resources (40.8.0-1) ... [2021-04-09T01:02:08.026Z] === RUN TestCopyFromContainer//bar/root/ [2021-04-09T01:02:08.026Z] === RUN TestCopyFromContainer/bar/quux [2021-04-09T01:02:08.026Z] === RUN TestCopyFromContainer/bar/quux/ [2021-04-09T01:02:08.282Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-04-09T01:02:08.282Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-04-09T01:02:08.282Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-04-09T01:02:08.283Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-04-09T01:02:08.537Z] === RUN TestCopyFromContainer/bar/notarget [2021-04-09T01:02:08.537Z] --- PASS: TestCopyFromContainer (2.13s) [2021-04-09T01:02:08.537Z] --- PASS: TestCopyFromContainer// (0.07s) [2021-04-09T01:02:08.537Z] --- PASS: TestCopyFromContainer//bar/root (0.08s) [2021-04-09T01:02:08.537Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2021-04-09T01:02:08.537Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2021-04-09T01:02:08.537Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2021-04-09T01:02:08.537Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2021-04-09T01:02:08.537Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2021-04-09T01:02:08.537Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2021-04-09T01:02:08.537Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2021-04-09T01:02:08.537Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) [2021-04-09T01:02:08.537Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-04-09T01:02:08.537Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-09T01:02:08.537Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-09T01:02:08.538Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-09T01:02:08.538Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-09T01:02:08.538Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-09T01:02:08.538Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-09T01:02:08.538Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-09T01:02:08.538Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-09T01:02:08.538Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-09T01:02:08.538Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-04-09T01:02:08.538Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-04-09T01:02:08.538Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-04-09T01:02:08.538Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-04-09T01:02:08.538Z] === RUN TestCreateLinkToNonExistingContainer [2021-04-09T01:02:08.538Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2021-04-09T01:02:08.538Z] === RUN TestCreateWithInvalidEnv [2021-04-09T01:02:08.538Z] === RUN TestCreateWithInvalidEnv/0 [2021-04-09T01:02:08.538Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-04-09T01:02:08.538Z] === RUN TestCreateWithInvalidEnv/1 [2021-04-09T01:02:08.538Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-04-09T01:02:08.538Z] === RUN TestCreateWithInvalidEnv/2 [2021-04-09T01:02:08.538Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-04-09T01:02:08.538Z] === CONT TestCreateWithInvalidEnv/0 [2021-04-09T01:02:08.538Z] === CONT TestCreateWithInvalidEnv/2 [2021-04-09T01:02:08.538Z] === CONT TestCreateWithInvalidEnv/1 [2021-04-09T01:02:08.538Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-04-09T01:02:08.538Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-04-09T01:02:08.538Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-04-09T01:02:08.538Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-04-09T01:02:08.538Z] === RUN TestCreateTmpfsMountsTarget [2021-04-09T01:02:08.538Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2021-04-09T01:02:08.538Z] === RUN TestCreateWithCustomMaskedPaths [2021-04-09T01:02:08.871Z] #20 62.92 Setting up python3-distutils (3.7.3-1) ... [2021-04-09T01:02:09.440Z] #20 63.39 Setting up python3-setuptools (40.8.0-1) ... [2021-04-09T01:02:10.380Z] #20 64.67 Setting up python3-pip (18.1-5) ... [2021-04-09T01:02:11.068Z] --- PASS: TestCreateWithCustomMaskedPaths (2.49s) [2021-04-09T01:02:11.068Z] === RUN TestCreateWithCustomReadonlyPaths [2021-04-09T01:02:11.766Z] #20 65.78 Processing triggers for libc-bin (2.28-10) ... [2021-04-09T01:02:11.766Z] #20 65.83 Processing triggers for mime-support (3.62) ... [2021-04-09T01:02:12.707Z] #20 DONE 67.0s [2021-04-09T01:02:12.707Z] [2021-04-09T01:02:12.707Z] #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-09T01:02:12.707Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-09T01:02:12.707Z] #43 124.2 CC criu/irmap.o [2021-04-09T01:02:12.707Z] #43 124.9 CC criu/kcmp-ids.o [2021-04-09T01:02:12.707Z] #43 125.3 CC criu/kerndat.o [2021-04-09T01:02:12.707Z] #43 126.6 CC criu/libnetlink.o [2021-04-09T01:02:12.707Z] #43 126.9 CC criu/log.o [2021-04-09T01:02:12.707Z] #43 127.3 CC criu/lsm.o [2021-04-09T01:02:12.707Z] #43 127.7 CC criu/mem.o [2021-04-09T01:02:13.277Z] #43 129.5 CC criu/memfd.o [2021-04-09T01:02:13.583Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.49s) [2021-04-09T01:02:13.583Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-04-09T01:02:13.583Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-09T01:02:13.583Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-09T01:02:13.583Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-09T01:02:13.583Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-09T01:02:13.583Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-09T01:02:13.583Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-09T01:02:13.583Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-09T01:02:13.583Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-09T01:02:13.583Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-09T01:02:13.583Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-09T01:02:13.583Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-09T01:02:13.583Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-09T01:02:13.583Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-09T01:02:13.583Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-09T01:02:13.583Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-09T01:02:13.583Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-04-09T01:02:13.583Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-04-09T01:02:13.583Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-04-09T01:02:13.583Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-04-09T01:02:13.583Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-04-09T01:02:13.583Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-04-09T01:02:13.583Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-04-09T01:02:14.219Z] #43 ... [2021-04-09T01:02:14.219Z] [2021-04-09T01:02:14.219Z] #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-09T01:02:14.219Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b [2021-04-09T01:02:14.219Z] #21 1.061 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-04-09T01:02:14.219Z] #21 1.066 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-04-09T01:02:14.219Z] #21 1.070 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-04-09T01:02:14.219Z] #21 DONE 1.1s [2021-04-09T01:02:14.219Z] [2021-04-09T01:02:14.219Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-04-09T01:02:14.219Z] #22 sha256:d3d072c7ad06c7ad2d1dcde93b5cac7ddc54c670d77b2a23cb688256d2d63a3e [2021-04-09T01:02:14.509Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.82s) [2021-04-09T01:02:14.509Z] === RUN TestCreateDifferentPlatform [2021-04-09T01:02:14.509Z] === RUN TestCreateDifferentPlatform/different_os [2021-04-09T01:02:14.509Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-04-09T01:02:14.509Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2021-04-09T01:02:14.509Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-04-09T01:02:14.509Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-04-09T01:02:14.509Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-04-09T01:02:14.509Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2021-04-09T01:02:14.509Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-04-09T01:02:14.509Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2021-04-09T01:02:14.509Z] === RUN TestContainerStartOnDaemonRestart [2021-04-09T01:02:14.509Z] === PAUSE TestContainerStartOnDaemonRestart [2021-04-09T01:02:14.509Z] === RUN TestDaemonRestartIpcMode [2021-04-09T01:02:14.509Z] === PAUSE TestDaemonRestartIpcMode [2021-04-09T01:02:14.509Z] === RUN TestDaemonHostGatewayIP [2021-04-09T01:02:14.509Z] === PAUSE TestDaemonHostGatewayIP [2021-04-09T01:02:14.509Z] === RUN TestRestartDaemonWithRestartingContainer [2021-04-09T01:02:14.509Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-04-09T01:02:14.509Z] === RUN TestContainerKillOnDaemonStart [2021-04-09T01:02:14.509Z] === PAUSE TestContainerKillOnDaemonStart [2021-04-09T01:02:14.509Z] === RUN TestDiff [2021-04-09T01:02:15.265Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-04-09T01:02:15.434Z] --- PASS: TestDiff (0.81s) [2021-04-09T01:02:15.434Z] === RUN TestExecWithCloseStdin [2021-04-09T01:02:16.798Z] --- PASS: TestExecWithCloseStdin (1.14s) [2021-04-09T01:02:16.798Z] === RUN TestExec [2021-04-09T01:02:17.724Z] --- PASS: TestExec (1.15s) [2021-04-09T01:02:17.724Z] === RUN TestExecUser [2021-04-09T01:02:19.088Z] --- PASS: TestExecUser (1.14s) [2021-04-09T01:02:19.088Z] === RUN TestExportContainerAndImportImage [2021-04-09T01:02:19.457Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-04-09T01:02:19.501Z] #22 5.464 Collecting yamllint==1.16.0 [2021-04-09T01:02:19.650Z] --- PASS: TestExportContainerAndImportImage (0.98s) [2021-04-09T01:02:19.650Z] === RUN TestExportContainerAfterDaemonRestart [2021-04-09T01:02:21.536Z] --- PASS: TestExportContainerAfterDaemonRestart (1.75s) [2021-04-09T01:02:21.536Z] === RUN TestHealthCheckWorkdir [2021-04-09T01:02:22.798Z] #22 ... [2021-04-09T01:02:22.798Z] [2021-04-09T01:02:22.798Z] #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-09T01:02:22.798Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-09T01:02:22.798Z] #43 130.4 CC criu/mount.o [2021-04-09T01:02:22.798Z] #43 134.8 CC criu/namespaces.o [2021-04-09T01:02:22.798Z] #43 136.7 CC criu/net.o [2021-04-09T01:02:23.367Z] #43 139.7 CC criu/netfilter.o [2021-04-09T01:02:23.425Z] --- PASS: TestHealthCheckWorkdir (1.56s) [2021-04-09T01:02:23.425Z] === RUN TestHealthKillContainer [2021-04-09T01:02:23.937Z] #43 140.1 CC criu/page-pipe.o [2021-04-09T01:02:24.153Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-04-09T01:02:24.738Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-04-09T01:02:24.877Z] #43 140.8 CC criu/page-xfer.o [2021-04-09T01:02:24.877Z] #43 ... [2021-04-09T01:02:24.877Z] [2021-04-09T01:02:24.877Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-04-09T01:02:24.877Z] #22 sha256:d3d072c7ad06c7ad2d1dcde93b5cac7ddc54c670d77b2a23cb688256d2d63a3e [2021-04-09T01:02:24.877Z] #22 10.89 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-04-09T01:02:24.877Z] #22 11.00 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-04-09T01:02:25.137Z] #22 11.09 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-04-09T01:02:25.137Z] #22 11.17 Collecting pyyaml (from yamllint==1.16.0) [2021-04-09T01:02:25.397Z] #22 11.45 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-04-09T01:02:25.679Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-04-09T01:02:25.966Z] #22 11.77 Installing collected packages: pathspec, pyyaml, yamllint [2021-04-09T01:02:26.226Z] #22 12.12 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-04-09T01:02:26.486Z] #22 DONE 12.5s [2021-04-09T01:02:26.486Z] [2021-04-09T01:02:26.486Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-04-09T01:02:26.486Z] #25 sha256:d9bfb1a74c12662ae4890890767e452c9b11adf863c7f92a931d90a8bf953dc2 [2021-04-09T01:02:26.688Z] --- PASS: TestHealthKillContainer (3.12s) [2021-04-09T01:02:26.688Z] === RUN TestInspectCpusetInConfigPre120 [2021-04-09T01:02:26.944Z] --- PASS: TestInspectCpusetInConfigPre120 (0.80s) [2021-04-09T01:02:26.944Z] === RUN TestIpcModeNone [2021-04-09T01:02:27.067Z] #25 DONE 0.3s [2021-04-09T01:02:27.067Z] [2021-04-09T01:02:27.067Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-04-09T01:02:27.067Z] #30 sha256:036b2d77e9d6063947d9ade32b2c6fd39f290435dc95b37fbaca58a32d9d3719 [2021-04-09T01:02:28.307Z] --- PASS: TestIpcModeNone (1.06s) [2021-04-09T01:02:28.307Z] === RUN TestIpcModePrivate [2021-04-09T01:02:29.234Z] --- PASS: TestIpcModePrivate (1.10s) [2021-04-09T01:02:29.234Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:55, shared: false, mustBeShared: false [2021-04-09T01:02:29.234Z] === RUN TestIpcModeShareable [2021-04-09T01:02:29.866Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-04-09T01:02:30.162Z] --- PASS: TestIpcModeShareable (1.08s) [2021-04-09T01:02:30.162Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:50, shared: true, mustBeShared: true [2021-04-09T01:02:30.162Z] === RUN TestAPIIpcModeShareableAndContainer [2021-04-09T01:02:32.443Z] #30 DONE 5.0s [2021-04-09T01:02:32.443Z] [2021-04-09T01:02:32.443Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-04-09T01:02:32.443Z] #33 sha256:95a176e9e588222286f19437e1a8b1b48e17643d94f07d73ede7d01a09ca8600 [2021-04-09T01:02:32.701Z] #33 DONE 0.7s [2021-04-09T01:02:32.701Z] [2021-04-09T01:02:32.701Z] #35 [dev-systemd-false 13/26] COPY --from=tomll /build/ /usr/local/bin/ [2021-04-09T01:02:32.701Z] #35 sha256:158e90942764364050ecaf978fb54647dfac7e75d5c34e82a2e6a5912154c7ad [2021-04-09T01:02:32.701Z] #35 DONE 0.1s [2021-04-09T01:02:32.701Z] [2021-04-09T01:02:32.701Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-04-09T01:02:32.701Z] #38 sha256:8d5b713258887032629673f6b6cc6bc548adc83408efe7e3ac0f4ade0213f93d [2021-04-09T01:02:32.701Z] #38 DONE 0.1s [2021-04-09T01:02:32.701Z] [2021-04-09T01:02:32.701Z] #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-09T01:02:32.701Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-09T01:02:32.701Z] #43 142.4 CC criu/pagemap-cache.o [2021-04-09T01:02:32.701Z] #43 142.9 CC criu/pagemap.o [2021-04-09T01:02:32.701Z] #43 144.2 CC criu/parasite-syscall.o [2021-04-09T01:02:32.701Z] #43 145.2 CC criu/path.o [2021-04-09T01:02:32.701Z] #43 145.5 CC criu/pie-util-vdso-elf32.o [2021-04-09T01:02:32.701Z] #43 146.0 CC criu/pie-util-vdso.o [2021-04-09T01:02:32.701Z] #43 146.5 CC criu/pie-util.o [2021-04-09T01:02:32.701Z] #43 146.7 CC criu/pipes.o [2021-04-09T01:02:32.701Z] #43 147.4 CC criu/plugin.o [2021-04-09T01:02:32.701Z] #43 147.6 CC criu/proc_parse.o [2021-04-09T01:02:33.148Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-04-09T01:02:33.425Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.04s) [2021-04-09T01:02:33.425Z] === RUN TestAPIIpcModeHost [2021-04-09T01:02:34.079Z] #43 150.2 CC criu/protobuf-desc.o [2021-04-09T01:02:34.206Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-04-09T01:02:34.206Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-04-09T01:02:34.350Z] --- PASS: TestAPIIpcModeHost (1.15s) [2021-04-09T01:02:34.350Z] === RUN TestDaemonIpcModeShareable [2021-04-09T01:02:35.016Z] #43 151.2 CC criu/protobuf.o [2021-04-09T01:02:35.275Z] #43 151.6 CC criu/pstree.o [2021-04-09T01:02:35.596Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-04-09T01:02:35.662Z] sha256:bb207185fd2df6a8f54dd6d0ca94a31e99c75ed69e74a1484263ba12f75d832c [2021-04-09T01:02:35.662Z] INFO: Starting docker-py tests... [2021-04-09T01:02:35.662Z] ============================= test session starts ============================== [2021-04-09T01:02:35.663Z] platform linux -- Python 3.7.10, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 [2021-04-09T01:02:35.663Z] rootdir: /src, inifile: pytest.ini [2021-04-09T01:02:35.663Z] plugins: timeout-1.3.3, cov-2.6.1 [2021-04-09T01:02:35.922Z] collected 390 items / 1 deselected / 389 selected [2021-04-09T01:02:35.922Z] [2021-04-09T01:02:36.214Z] #43 ... [2021-04-09T01:02:36.214Z] [2021-04-09T01:02:36.214Z] #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-09T01:02:36.214Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-04-09T01:02:36.214Z] #40 DONE 221.0s [2021-04-09T01:02:36.214Z] [2021-04-09T01:02:36.214Z] #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-09T01:02:36.214Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-09T01:02:36.236Z] --- PASS: TestDaemonIpcModeShareable (1.93s) [2021-04-09T01:02:36.236Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2021-04-09T01:02:36.236Z] === RUN TestDaemonIpcModePrivate [2021-04-09T01:02:36.986Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-04-09T01:02:37.073Z] 4612f6d0b889: Pull complete [2021-04-09T01:02:37.152Z] #43 153.2 CC criu/rbtree.o [2021-04-09T01:02:37.249Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-04-09T01:02:37.411Z] #43 153.6 CC criu/rst-malloc.o [2021-04-09T01:02:37.411Z] #43 153.8 CC criu/seccomp.o [2021-04-09T01:02:38.151Z] --- PASS: TestDaemonIpcModePrivate (1.91s) [2021-04-09T01:02:38.151Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false [2021-04-09T01:02:38.151Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-04-09T01:02:38.355Z] #43 154.4 CC criu/seize.o [2021-04-09T01:02:38.355Z] #43 ... [2021-04-09T01:02:38.355Z] [2021-04-09T01:02:38.355Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-04-09T01:02:38.355Z] #41 sha256:639d75aaa6a56cddf2e26a85c7504e931ece8d5ddc30d45028b9742eb7c1618e [2021-04-09T01:02:38.355Z] #41 DONE 0.9s [2021-04-09T01:02:38.422Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-04-09T01:02:38.615Z] [2021-04-09T01:02:38.615Z] #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-09T01:02:38.615Z] #53 sha256:9c7e455acbc129630effd59e55f08ac2d4b368d0c43744db6ccfd8ea3f22cd76 [2021-04-09T01:02:38.874Z] #53 ... [2021-04-09T01:02:38.874Z] [2021-04-09T01:02:38.874Z] #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-09T01:02:38.874Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-09T01:02:38.874Z] #43 155.1 CC criu/servicefd.o [2021-04-09T01:02:39.133Z] #43 155.4 CC criu/shmem.o [2021-04-09T01:02:39.173Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-04-09T01:02:40.038Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.88s) [2021-04-09T01:02:40.038Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false [2021-04-09T01:02:40.038Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-04-09T01:02:40.071Z] #43 156.1 CC criu/sigframe.o [2021-04-09T01:02:40.071Z] #43 156.3 CC criu/signalfd.o [2021-04-09T01:02:40.338Z] #43 156.6 CC criu/sk-inet.o [2021-04-09T01:02:40.400Z] 29d5b6a226d2: Pull complete [2021-04-09T01:02:40.400Z] Digest: sha256:e92dcad0bf84dc0ec9fdcf076eb32c9cb664a0605be1843365b6fc3e9de2306b [2021-04-09T01:02:40.400Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-04-09T01:02:40.400Z] INFO: docker pull of mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 into daemon under test completed successfully [2021-04-09T01:02:40.400Z] INFO: Tagging mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 as microsoft/windowsservercore in daemon under test [2021-04-09T01:02:40.400Z] INFO: Version of mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 is '10.0.20295.1' [2021-04-09T01:02:40.400Z] WARN: Skipping validation tests [2021-04-09T01:02:40.400Z] INFO: Running unit tests at 04/09/2021 01:02:37... [2021-04-09T01:02:40.599Z] #43 ... [2021-04-09T01:02:40.600Z] [2021-04-09T01:02:40.600Z] #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-09T01:02:40.600Z] #49 sha256:e9d88c0a3d81dd3e37aa89040a0f6bae441fb9f2b2cb2e690c199e54621c4055 [2021-04-09T01:02:40.600Z] #49 225.5 + /build/golangci-lint --version [2021-04-09T01:02:40.600Z] #49 225.8 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-04-09T01:02:40.600Z] #49 DONE 226.0s [2021-04-09T01:02:40.859Z] [2021-04-09T01:02:40.859Z] #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-09T01:02:40.859Z] #53 sha256:9c7e455acbc129630effd59e55f08ac2d4b368d0c43744db6ccfd8ea3f22cd76 [2021-04-09T01:02:40.958Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-04-09T01:02:41.427Z] #53 ... [2021-04-09T01:02:41.427Z] [2021-04-09T01:02:41.427Z] #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-09T01:02:41.427Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-09T01:02:41.427Z] #43 157.6 CC criu/sk-netlink.o [2021-04-09T01:02:41.731Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-04-09T01:02:41.925Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.90s) [2021-04-09T01:02:41.925Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2021-04-09T01:02:41.925Z] === RUN TestIpcModeOlderClient [2021-04-09T01:02:42.000Z] #43 158.2 CC criu/sk-packet.o [2021-04-09T01:02:42.181Z] === PAUSE TestIpcModeOlderClient [2021-04-09T01:02:42.181Z] === RUN TestKillContainerInvalidSignal [2021-04-09T01:02:42.568Z] #43 158.9 CC criu/sk-queue.o [2021-04-09T01:02:42.741Z] --- PASS: TestKillContainerInvalidSignal (0.72s) [2021-04-09T01:02:42.741Z] === RUN TestKillContainer [2021-04-09T01:02:42.741Z] === RUN TestKillContainer/no_signal [2021-04-09T01:02:42.827Z] #43 159.2 CC criu/sk-tcp.o [2021-04-09T01:02:43.396Z] #43 159.5 CC criu/sk-unix.o [2021-04-09T01:02:43.668Z] === RUN TestKillContainer/non_killing_signal [2021-04-09T01:02:43.923Z] === RUN TestKillContainer/killing_signal [2021-04-09T01:02:44.176Z] INFO: make.ps1 starting at 04/09/2021 01:02:43 [2021-04-09T01:02:44.176Z] INFO: Git commit (dedcdcf755) assumed from DOCKER_GITCOMMIT environment variable [2021-04-09T01:02:44.176Z] INFO: Invoking autogen... [2021-04-09T01:02:44.248Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-04-09T01:02:44.284Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-04-09T01:02:44.333Z] #43 160.7 CC criu/sockets.o [2021-04-09T01:02:44.850Z] --- PASS: TestKillContainer (2.14s) [2021-04-09T01:02:44.850Z] --- PASS: TestKillContainer/no_signal (0.67s) [2021-04-09T01:02:44.850Z] --- PASS: TestKillContainer/non_killing_signal (0.59s) [2021-04-09T01:02:44.850Z] --- PASS: TestKillContainer/killing_signal (0.70s) [2021-04-09T01:02:44.850Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-04-09T01:02:44.850Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-04-09T01:02:45.159Z] INFO: Running unit tests... [2021-04-09T01:02:45.271Z] #43 161.3 CC criu/stats.o [2021-04-09T01:02:45.271Z] #43 161.5 CC criu/string.o [2021-04-09T01:02:45.271Z] #43 161.6 CC criu/sysctl.o [2021-04-09T01:02:45.776Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-04-09T01:02:45.840Z] #43 162.0 CC criu/sysfs_parse.o [2021-04-09T01:02:46.100Z] #43 162.3 CC criu/timens.o [2021-04-09T01:02:46.100Z] #43 162.5 CC criu/timerfd.o [2021-04-09T01:02:46.203Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-04-09T01:02:46.337Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.40s) [2021-04-09T01:02:46.337Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.68s) [2021-04-09T01:02:46.337Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.58s) [2021-04-09T01:02:46.337Z] === RUN TestKillStoppedContainer [2021-04-09T01:02:46.337Z] --- PASS: TestKillStoppedContainer (0.04s) [2021-04-09T01:02:46.337Z] === RUN TestKillStoppedContainerAPIPre120 [2021-04-09T01:02:46.337Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2021-04-09T01:02:46.337Z] === RUN TestKillDifferentUserContainer [2021-04-09T01:02:46.667Z] #43 162.8 CC criu/tty.o [2021-04-09T01:02:46.779Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-04-09T01:02:47.265Z] --- PASS: TestKillDifferentUserContainer (0.71s) [2021-04-09T01:02:47.265Z] === RUN TestInspectOomKilledTrue [2021-04-09T01:02:47.265Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-04-09T01:02:47.265Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-04-09T01:02:47.265Z] === RUN TestInspectOomKilledFalse [2021-04-09T01:02:47.537Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-04-09T01:02:47.537Z] Using test binary docker [2021-04-09T01:02:47.537Z] +++ /etc/init.d/apparmor start [2021-04-09T01:02:47.537Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-04-09T01:02:47.537Z] INFO: Waiting for daemon to start... [2021-04-09T01:02:47.537Z] Starting dockerd [2021-04-09T01:02:47.537Z] +++ 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-09T01:02:47.826Z] --- PASS: TestInspectOomKilledFalse (0.72s) [2021-04-09T01:02:47.826Z] === RUN TestLinksEtcHostsContentMatch [2021-04-09T01:02:48.047Z] #43 164.0 CC criu/tun.o [2021-04-09T01:02:48.047Z] #43 164.4 CC criu/uffd.o [2021-04-09T01:02:48.706Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-04-09T01:02:48.751Z] --- PASS: TestLinksEtcHostsContentMatch (0.83s) [2021-04-09T01:02:48.751Z] === RUN TestLinksContainerNames [2021-04-09T01:02:48.986Z] #43 165.1 CC criu/util.o [2021-04-09T01:02:49.651Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-04-09T01:02:49.702Z] . [2021-04-09T01:02:49.702Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-04-09T01:02:49.924Z] #43 166.0 CC criu/uts_ns.o [2021-04-09T01:02:49.924Z] #43 166.2 CC criu/vdso-compat.o [2021-04-09T01:02:49.961Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-04-09T01:02:49.961Z] Error: No such image: emptyfs [2021-04-09T01:02:49.961Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-04-09T01:02:49.961Z] ++++ docker load [2021-04-09T01:02:50.117Z] --- PASS: TestLinksContainerNames (1.42s) [2021-04-09T01:02:50.117Z] === RUN TestLogsFollowTailEmpty [2021-04-09T01:02:50.184Z] #43 166.3 CC criu/vdso.o [2021-04-09T01:02:50.444Z] #43 166.7 LINK criu/built-in.o [2021-04-09T01:02:50.444Z] #43 166.8 LINK criu/criu [2021-04-09T01:02:50.530Z] Running integration-test (iteration 1) [2021-04-09T01:02:50.530Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-04-09T01:02:50.530Z] ++ 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-09T01:02:50.530Z] ++ set -e [2021-04-09T01:02:50.530Z] ++ '[' -n 0 ']' [2021-04-09T01:02:50.530Z] ++ set -x [2021-04-09T01:02:50.530Z] ++ env -i DEST=/go/src/github.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-09T01:02:50.678Z] --- PASS: TestLogsFollowTailEmpty (0.72s) [2021-04-09T01:02:50.678Z] === RUN TestContainerNetworkMountsNoChown [2021-04-09T01:02:50.704Z] #43 167.1 DEP lib/c/criu.d [2021-04-09T01:02:50.964Z] #43 167.2 CC images/rpc.pb-c.o [2021-04-09T01:02:51.534Z] #43 167.6 CC lib/c/criu.o [2021-04-09T01:02:51.604Z] --- PASS: TestContainerNetworkMountsNoChown (0.69s) [2021-04-09T01:02:51.604Z] === RUN TestMountDaemonRoot [2021-04-09T01:02:51.604Z] === RUN TestMountDaemonRoot/default [2021-04-09T01:02:51.604Z] === PAUSE TestMountDaemonRoot/default [2021-04-09T01:02:51.604Z] === RUN TestMountDaemonRoot/private [2021-04-09T01:02:51.604Z] === PAUSE TestMountDaemonRoot/private [2021-04-09T01:02:51.604Z] === RUN TestMountDaemonRoot/rprivate [2021-04-09T01:02:51.604Z] === PAUSE TestMountDaemonRoot/rprivate [2021-04-09T01:02:51.604Z] === RUN TestMountDaemonRoot/slave [2021-04-09T01:02:51.604Z] === PAUSE TestMountDaemonRoot/slave [2021-04-09T01:02:51.604Z] === RUN TestMountDaemonRoot/rslave [2021-04-09T01:02:51.604Z] === PAUSE TestMountDaemonRoot/rslave [2021-04-09T01:02:51.604Z] === RUN TestMountDaemonRoot/shared [2021-04-09T01:02:51.604Z] === PAUSE TestMountDaemonRoot/shared [2021-04-09T01:02:51.604Z] === RUN TestMountDaemonRoot/rshared [2021-04-09T01:02:51.604Z] === PAUSE TestMountDaemonRoot/rshared [2021-04-09T01:02:51.604Z] === CONT TestMountDaemonRoot/default [2021-04-09T01:02:51.604Z] === RUN TestMountDaemonRoot/default/bind_root [2021-04-09T01:02:51.604Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-04-09T01:02:51.604Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-04-09T01:02:51.604Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-04-09T01:02:51.604Z] === RUN TestMountDaemonRoot/default/mount_root [2021-04-09T01:02:51.604Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-04-09T01:02:51.604Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-04-09T01:02:51.604Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-04-09T01:02:51.604Z] === CONT TestMountDaemonRoot/default/bind_root [2021-04-09T01:02:51.604Z] === CONT TestMountDaemonRoot/rshared [2021-04-09T01:02:51.604Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-04-09T01:02:51.604Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-04-09T01:02:51.604Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-04-09T01:02:51.604Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-04-09T01:02:51.604Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-04-09T01:02:51.604Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-04-09T01:02:51.604Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-04-09T01:02:51.604Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-04-09T01:02:51.604Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-04-09T01:02:51.604Z] === CONT TestMountDaemonRoot/shared [2021-04-09T01:02:51.604Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-04-09T01:02:51.604Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-04-09T01:02:51.604Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-04-09T01:02:51.604Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-04-09T01:02:51.604Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-04-09T01:02:51.604Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-04-09T01:02:51.604Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-04-09T01:02:51.604Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-04-09T01:02:51.604Z] === CONT TestMountDaemonRoot/rslave [2021-04-09T01:02:51.604Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-04-09T01:02:51.604Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-04-09T01:02:51.604Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-04-09T01:02:51.604Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-04-09T01:02:51.604Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-04-09T01:02:51.604Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-04-09T01:02:51.604Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-04-09T01:02:51.604Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-04-09T01:02:51.604Z] === CONT TestMountDaemonRoot/slave [2021-04-09T01:02:51.604Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-04-09T01:02:51.604Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-04-09T01:02:51.604Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-04-09T01:02:51.604Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-04-09T01:02:51.604Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-04-09T01:02:51.604Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-04-09T01:02:51.604Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-04-09T01:02:51.604Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-04-09T01:02:51.604Z] === CONT TestMountDaemonRoot/rprivate [2021-04-09T01:02:51.604Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-04-09T01:02:51.604Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-04-09T01:02:51.604Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-04-09T01:02:51.604Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-04-09T01:02:51.604Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-04-09T01:02:51.604Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-04-09T01:02:51.604Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-04-09T01:02:51.604Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-04-09T01:02:51.605Z] === CONT TestMountDaemonRoot/private [2021-04-09T01:02:51.605Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-04-09T01:02:51.605Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-04-09T01:02:51.605Z] === RUN TestMountDaemonRoot/private/mount_root [2021-04-09T01:02:51.605Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-04-09T01:02:51.605Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-04-09T01:02:51.605Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-04-09T01:02:51.605Z] === RUN TestMountDaemonRoot/private/bind_root [2021-04-09T01:02:51.605Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-04-09T01:02:51.605Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-04-09T01:02:51.605Z] === CONT TestMountDaemonRoot/default/mount_root [2021-04-09T01:02:51.605Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-04-09T01:02:51.605Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-04-09T01:02:51.605Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-04-09T01:02:51.860Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-04-09T01:02:51.860Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-04-09T01:02:51.860Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-04-09T01:02:51.860Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-04-09T01:02:51.860Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-04-09T01:02:51.860Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-04-09T01:02:51.860Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-04-09T01:02:51.860Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-04-09T01:02:51.860Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-04-09T01:02:51.860Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-04-09T01:02:51.860Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-04-09T01:02:51.860Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-04-09T01:02:51.861Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-04-09T01:02:51.861Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-04-09T01:02:52.103Z] #43 168.4 LINK lib/c/built-in.o [2021-04-09T01:02:52.103Z] #43 168.4 LINK lib/c/libcriu.so [2021-04-09T01:02:52.103Z] #43 168.4 LINK lib/c/libcriu.a [2021-04-09T01:02:52.103Z] #43 168.5 GEN magic.py [2021-04-09T01:02:52.117Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-04-09T01:02:52.117Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-04-09T01:02:52.117Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-04-09T01:02:52.117Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-04-09T01:02:52.117Z] === CONT TestMountDaemonRoot/private/bind_root [2021-04-09T01:02:52.117Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-04-09T01:02:52.117Z] === CONT TestMountDaemonRoot/private/mount_root [2021-04-09T01:02:52.117Z] --- PASS: TestMountDaemonRoot (0.05s) [2021-04-09T01:02:52.117Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-04-09T01:02:52.117Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2021-04-09T01:02:52.117Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2021-04-09T01:02:52.117Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2021-04-09T01:02:52.117Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.10s) [2021-04-09T01:02:52.117Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-04-09T01:02:52.117Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2021-04-09T01:02:52.117Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2021-04-09T01:02:52.117Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2021-04-09T01:02:52.117Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2021-04-09T01:02:52.117Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-04-09T01:02:52.117Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2021-04-09T01:02:52.117Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-04-09T01:02:52.117Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-04-09T01:02:52.117Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2021-04-09T01:02:52.117Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-04-09T01:02:52.117Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2021-04-09T01:02:52.117Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2021-04-09T01:02:52.117Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2021-04-09T01:02:52.117Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2021-04-09T01:02:52.117Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-04-09T01:02:52.117Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2021-04-09T01:02:52.117Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-04-09T01:02:52.117Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2021-04-09T01:02:52.117Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2021-04-09T01:02:52.117Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-04-09T01:02:52.117Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2021-04-09T01:02:52.117Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-04-09T01:02:52.117Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2021-04-09T01:02:52.117Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2021-04-09T01:02:52.117Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-04-09T01:02:52.117Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.01s) [2021-04-09T01:02:52.117Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-04-09T01:02:52.117Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2021-04-09T01:02:52.117Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2021-04-09T01:02:52.117Z] === RUN TestContainerBindMountNonRecursive [2021-04-09T01:02:52.206Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-04-09T01:02:52.363Z] #43 168.5 Note: Building without setproctitle() and strlcpy() support. [2021-04-09T01:02:52.363Z] #43 168.5 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-04-09T01:02:52.363Z] #43 168.6 Note: Building without GnuTLS support [2021-04-09T01:02:52.363Z] #43 168.6 Makefile.config:39: Warn: you have no libnftables installed [2021-04-09T01:02:52.363Z] #43 168.6 Makefile.config:40: Warn: Building without nftables support [2021-04-09T01:02:52.933Z] #43 169.1 fatal: not a git repository (or any of the parent directories): .git [2021-04-09T01:02:53.152Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-04-09T01:02:53.502Z] #43 169.7 make[1]: Nothing to be done for 'all'. [2021-04-09T01:02:54.072Z] #43 170.2 make[1]: 'images/built-in.o' is up to date. [2021-04-09T01:02:54.072Z] #43 170.2 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-04-09T01:02:54.072Z] #43 170.3 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-04-09T01:02:54.072Z] #43 170.3 make[1]: 'compel/libcompel.a' is up to date. [2021-04-09T01:02:54.072Z] #43 170.3 make[1]: 'compel/compel-host-bin' is up to date. [2021-04-09T01:02:54.072Z] #43 170.4 make[1]: Nothing to be done for 'all'. [2021-04-09T01:02:54.072Z] #43 170.4 make[1]: 'soccr/libsoccr.a' is up to date. [2021-04-09T01:02:54.331Z] #43 170.5 make[2]: Nothing to be done for 'all'. [2021-04-09T01:02:54.331Z] #43 170.5 make[2]: Nothing to be done for 'all'. [2021-04-09T01:02:54.331Z] #43 170.6 make[2]: Nothing to be done for 'all'. [2021-04-09T01:02:54.331Z] #43 170.7 make[2]: Nothing to be done for 'all'. [2021-04-09T01:02:54.331Z] #43 170.7 make[2]: Nothing to be done for 'all'. [2021-04-09T01:02:54.331Z] #43 170.7 make[2]: Nothing to be done for 'all'. [2021-04-09T01:02:54.331Z] #43 170.8 make[2]: Nothing to be done for 'all'. [2021-04-09T01:02:54.541Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-04-09T01:02:54.591Z] #43 170.8 make[2]: Nothing to be done for 'all'. [2021-04-09T01:02:54.591Z] #43 170.8 INSTALL criu/criu [2021-04-09T01:02:54.632Z] --- PASS: TestContainerBindMountNonRecursive (2.05s) [2021-04-09T01:02:54.632Z] === RUN TestContainerVolumesMountedAsShared [2021-04-09T01:02:54.632Z] --- PASS: TestContainerVolumesMountedAsShared (0.44s) [2021-04-09T01:02:54.632Z] === RUN TestContainerVolumesMountedAsSlave [2021-04-09T01:02:54.851Z] #43 DONE 171.1s [2021-04-09T01:02:54.851Z] [2021-04-09T01:02:54.851Z] #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-09T01:02:54.851Z] #53 sha256:9c7e455acbc129630effd59e55f08ac2d4b368d0c43744db6ccfd8ea3f22cd76 [2021-04-09T01:02:55.548Z] 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-09T01:02:55.560Z] --- PASS: TestContainerVolumesMountedAsSlave (0.84s) [2021-04-09T01:02:55.561Z] === RUN TestNetworkNat [2021-04-09T01:02:55.932Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-04-09T01:02:55.932Z] Using test binary docker [2021-04-09T01:02:55.932Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-04-09T01:02:55.932Z] +++ /etc/init.d/apparmor start [2021-04-09T01:02:55.932Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-04-09T01:02:55.932Z] INFO: Waiting for daemon to start... [2021-04-09T01:02:55.932Z] Starting dockerd [2021-04-09T01:02:55.932Z] +++ 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-09T01:02:56.232Z] #53 ... [2021-04-09T01:02:56.232Z] [2021-04-09T01:02:56.232Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-04-09T01:02:56.232Z] #44 sha256:ba57df160fe711242b0f54b0b823620aef4b834470c9e107967b95f213662389 [2021-04-09T01:02:56.232Z] #44 DONE 0.1s [2021-04-09T01:02:56.232Z] [2021-04-09T01:02:56.232Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-04-09T01:02:56.232Z] #46 sha256:4f97a52b83103de47e73cccec50e743e5f50ff1da8d93f7d3b41ac8b869c0d7c [2021-04-09T01:02:56.232Z] #46 DONE 0.2s [2021-04-09T01:02:56.232Z] [2021-04-09T01:02:56.232Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-04-09T01:02:56.232Z] #48 sha256:f1dfc0a35f9e063a2f8fb0c6e569b78174a352913785a9357820f8f9691cb2b9 [2021-04-09T01:02:56.232Z] #48 DONE 0.1s [2021-04-09T01:02:56.232Z] [2021-04-09T01:02:56.232Z] #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-09T01:02:56.232Z] #53 sha256:9c7e455acbc129630effd59e55f08ac2d4b368d0c43744db6ccfd8ea3f22cd76 [2021-04-09T01:02:56.232Z] #53 ... [2021-04-09T01:02:56.232Z] [2021-04-09T01:02:56.232Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-04-09T01:02:56.232Z] #50 sha256:2859b21ef4351731999795f15981d68a978136bee0a04c7e9b91a5012e0ee59c [2021-04-09T01:02:56.232Z] #50 DONE 0.1s [2021-04-09T01:02:56.487Z] --- PASS: TestNetworkNat (0.84s) [2021-04-09T01:02:56.487Z] === RUN TestNetworkLocalhostTCPNat [2021-04-09T01:02:56.492Z] [2021-04-09T01:02:56.492Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-04-09T01:02:56.492Z] #52 sha256:83707a8059fc027068464ae77746667ec4861a0b637061624037df516d3bd3b8 [2021-04-09T01:02:56.492Z] #52 DONE 0.1s [2021-04-09T01:02:56.492Z] [2021-04-09T01:02:56.492Z] #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-09T01:02:56.492Z] #53 sha256:9c7e455acbc129630effd59e55f08ac2d4b368d0c43744db6ccfd8ea3f22cd76 [2021-04-09T01:02:57.048Z] --- PASS: TestNetworkLocalhostTCPNat (0.77s) [2021-04-09T01:02:57.048Z] === RUN TestNetworkLoopbackNat [2021-04-09T01:02:57.849Z] . [2021-04-09T01:02:57.849Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-04-09T01:02:58.111Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-04-09T01:02:58.111Z] Error: No such image: emptyfs [2021-04-09T01:02:58.111Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-04-09T01:02:58.111Z] ++++ docker load [2021-04-09T01:02:58.373Z] Running integration-test (iteration 1) [2021-04-09T01:02:58.373Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2021-04-09T01:02:58.374Z] ++ 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-09T01:02:58.374Z] ++ set -e [2021-04-09T01:02:58.374Z] ++ '[' -n 0 ']' [2021-04-09T01:02:58.374Z] ++ set -x [2021-04-09T01:02:58.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=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-09T01:02:58.782Z] tests/integration/api_build_test.py .......................X [ 6%] [2021-04-09T01:02:59.351Z] tests/integration/api_client_test.py ..... [ 7%] [2021-04-09T01:03:00.374Z] --- PASS: TestNetworkLoopbackNat (3.27s) [2021-04-09T01:03:00.374Z] === RUN TestPause [2021-04-09T01:03:00.935Z] --- PASS: TestPause (0.74s) [2021-04-09T01:03:00.935Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-04-09T01:03:00.935Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-04-09T01:03:00.935Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-04-09T01:03:00.935Z] === RUN TestPauseStopPausedContainer [2021-04-09T01:03:01.561Z] tests/integration/api_config_test.py ..... [ 8%] [2021-04-09T01:03:01.770Z] #53 ... [2021-04-09T01:03:01.770Z] [2021-04-09T01:03:01.770Z] #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-09T01:03:01.770Z] #56 sha256:2827f94ecd00dce3f9c556eb2526a09fc2332793b9ec25c6636b420a1db3ded9 [2021-04-09T01:03:01.770Z] #56 200.4 + bin/containerd [2021-04-09T01:03:01.861Z] --- PASS: TestPauseStopPausedContainer (0.75s) [2021-04-09T01:03:01.861Z] === RUN TestPidHost [2021-04-09T01:03:04.375Z] --- PASS: TestPidHost (2.09s) [2021-04-09T01:03:04.375Z] === RUN TestPsFilter [2021-04-09T01:03:04.375Z] --- PASS: TestPsFilter (0.15s) [2021-04-09T01:03:04.375Z] === RUN TestRemoveContainerWithRemovedVolume [2021-04-09T01:03:04.631Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.70s) [2021-04-09T01:03:04.631Z] === RUN TestRemoveContainerWithVolume [2021-04-09T01:03:05.558Z] --- PASS: TestRemoveContainerWithVolume (0.71s) [2021-04-09T01:03:05.558Z] === RUN TestRemoveContainerRunning [2021-04-09T01:03:05.961Z] ? github.com/docker/docker/api [no test files] [2021-04-09T01:03:06.119Z] --- PASS: TestRemoveContainerRunning (0.76s) [2021-04-09T01:03:06.119Z] === RUN TestRemoveContainerForceRemoveRunning [2021-04-09T01:03:07.044Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.72s) [2021-04-09T01:03:07.044Z] === RUN TestRemoveInvalidContainer [2021-04-09T01:03:07.044Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-04-09T01:03:07.044Z] === RUN TestRenameLinkedContainer [2021-04-09T01:03:07.048Z] #56 ... [2021-04-09T01:03:07.048Z] [2021-04-09T01:03:07.048Z] #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-09T01:03:07.048Z] #53 sha256:9c7e455acbc129630effd59e55f08ac2d4b368d0c43744db6ccfd8ea3f22cd76 [2021-04-09T01:03:07.048Z] #53 129.3 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-09T01:03:07.048Z] #53 130.1 + mkdir -p /build [2021-04-09T01:03:07.048Z] #53 130.1 + cp runc /build/runc [2021-04-09T01:03:07.048Z] #53 DONE 130.4s [2021-04-09T01:03:07.048Z] [2021-04-09T01:03:07.048Z] #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-09T01:03:07.048Z] #56 sha256:2827f94ecd00dce3f9c556eb2526a09fc2332793b9ec25c6636b420a1db3ded9 [2021-04-09T01:03:08.959Z] #56 ... [2021-04-09T01:03:08.959Z] [2021-04-09T01:03:08.959Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-04-09T01:03:08.959Z] #54 sha256:eb4b37b370df24cbc3509a64f5a441119ee40299f00b614346e2bbbce438cbf2 [2021-04-09T01:03:08.959Z] #54 DONE 0.1s [2021-04-09T01:03:08.959Z] [2021-04-09T01:03:08.959Z] #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-09T01:03:08.959Z] #56 sha256:2827f94ecd00dce3f9c556eb2526a09fc2332793b9ec25c6636b420a1db3ded9 [2021-04-09T01:03:10.308Z] --- PASS: TestRenameLinkedContainer (2.88s) [2021-04-09T01:03:10.308Z] === RUN TestRenameStoppedContainer [2021-04-09T01:03:10.563Z] --- PASS: TestRenameStoppedContainer (0.68s) [2021-04-09T01:03:10.563Z] === RUN TestRenameRunningContainerAndReuse [2021-04-09T01:03:10.624Z] Loaded image: buildpack-deps:buster [2021-04-09T01:03:10.624Z] Loaded image: busybox:latest [2021-04-09T01:03:10.624Z] Loaded image: busybox:glibc [2021-04-09T01:03:11.569Z] Loaded image: debian:bullseye [2021-04-09T01:03:11.831Z] Loaded image: hello-world:latest [2021-04-09T01:03:11.831Z] Loaded image: arm32v7/hello-world:latest [2021-04-09T01:03:11.926Z] --- PASS: TestRenameRunningContainerAndReuse (1.43s) [2021-04-09T01:03:11.926Z] === RUN TestRenameInvalidName [2021-04-09T01:03:12.093Z] INFO: Testing against a local daemon [2021-04-09T01:03:12.093Z] === RUN TestCgroupNamespacesBuild [2021-04-09T01:03:12.853Z] --- PASS: TestRenameInvalidName (0.72s) [2021-04-09T01:03:12.853Z] === RUN TestRenameAnonymousContainer [2021-04-09T01:03:15.406Z] --- PASS: TestCgroupNamespacesBuild (2.92s) [2021-04-09T01:03:15.406Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-04-09T01:03:16.120Z] --- PASS: TestRenameAnonymousContainer (3.19s) [2021-04-09T01:03:16.120Z] === RUN TestRenameContainerWithSameName [2021-04-09T01:03:16.725Z] --- PASS: TestRenameContainerWithSameName (0.72s) [2021-04-09T01:03:16.725Z] === RUN TestRenameContainerWithLinkedContainer [2021-04-09T01:03:17.325Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.23s) [2021-04-09T01:03:17.325Z] === RUN TestBuildWithSession [2021-04-09T01:03:17.325Z] --- SKIP: TestBuildWithSession (0.00s) [2021-04-09T01:03:17.325Z] build_session_test.go:25: TODO: BuildKit [2021-04-09T01:03:17.325Z] === RUN TestBuildSquashParent [2021-04-09T01:03:18.088Z] --- PASS: TestRenameContainerWithLinkedContainer (1.44s) [2021-04-09T01:03:18.088Z] === RUN TestResize [2021-04-09T01:03:18.649Z] --- PASS: TestResize (0.72s) [2021-04-09T01:03:18.649Z] === RUN TestResizeWithInvalidSize [2021-04-09T01:03:19.575Z] --- PASS: TestResizeWithInvalidSize (0.69s) [2021-04-09T01:03:19.575Z] === RUN TestResizeWhenContainerNotStarted [2021-04-09T01:03:20.136Z] --- PASS: TestResizeWhenContainerNotStarted (0.68s) [2021-04-09T01:03:20.136Z] === RUN TestDaemonRestartKillContainers [2021-04-09T01:03:20.136Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-04-09T01:03:20.136Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-04-09T01:03:20.136Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-04-09T01:03:20.136Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-04-09T01:03:20.136Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-04-09T01:03:20.136Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-04-09T01:03:20.136Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-04-09T01:03:20.136Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-04-09T01:03:20.136Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-04-09T01:03:20.136Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-04-09T01:03:20.136Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-04-09T01:03:20.136Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-04-09T01:03:20.136Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-04-09T01:03:20.136Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-04-09T01:03:20.136Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-04-09T01:03:20.136Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-04-09T01:03:20.136Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-04-09T01:03:20.136Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-04-09T01:03:20.136Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-04-09T01:03:20.136Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-04-09T01:03:20.136Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-04-09T01:03:20.136Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-04-09T01:03:20.136Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-04-09T01:03:20.136Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-04-09T01:03:20.136Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-04-09T01:03:20.136Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-04-09T01:03:20.862Z] === RUN TestMiddlewares [2021-04-09T01:03:20.862Z] --- PASS: TestMiddlewares (0.00s) [2021-04-09T01:03:20.862Z] PASS [2021-04-09T01:03:20.862Z] coverage: 9.0% of statements [2021-04-09T01:03:20.862Z] ok github.com/docker/docker/api/server 0.367s coverage: 9.0% of statements [2021-04-09T01:03:22.649Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-04-09T01:03:22.649Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-04-09T01:03:23.920Z] --- PASS: TestBuildSquashParent (6.02s) [2021-04-09T01:03:23.920Z] === RUN TestBuildWithRemoveAndForceRemove [2021-04-09T01:03:23.920Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-09T01:03:23.920Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-09T01:03:23.920Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-09T01:03:23.920Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-09T01:03:23.920Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-09T01:03:23.920Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-09T01:03:23.920Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-09T01:03:23.920Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-09T01:03:23.920Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-09T01:03:23.920Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-09T01:03:23.920Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-09T01:03:23.920Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-09T01:03:23.920Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-09T01:03:23.920Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-09T01:03:23.920Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-09T01:03:23.920Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-09T01:03:24.014Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-04-09T01:03:24.014Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-04-09T01:03:24.956Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-04-09T01:03:25.217Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-04-09T01:03:25.846Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-09T01:03:26.108Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-09T01:03:27.107Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-04-09T01:03:27.668Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-04-09T01:03:28.659Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-04-09T01:03:28.659Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.74s) [2021-04-09T01:03:28.659Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.85s) [2021-04-09T01:03:28.659Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.07s) [2021-04-09T01:03:28.659Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.18s) [2021-04-09T01:03:28.659Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.32s) [2021-04-09T01:03:28.659Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.34s) [2021-04-09T01:03:28.659Z] === RUN TestBuildMultiStageCopy [2021-04-09T01:03:28.659Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-04-09T01:03:30.184Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-04-09T01:03:30.439Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-04-09T01:03:30.577Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-04-09T01:03:30.839Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-04-09T01:03:31.101Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-04-09T01:03:31.362Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-04-09T01:03:31.937Z] --- PASS: TestBuildMultiStageCopy (3.51s) [2021-04-09T01:03:31.937Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.07s) [2021-04-09T01:03:31.937Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.34s) [2021-04-09T01:03:31.937Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.36s) [2021-04-09T01:03:31.937Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.37s) [2021-04-09T01:03:31.937Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.37s) [2021-04-09T01:03:31.937Z] === RUN TestBuildMultiStageParentConfig [2021-04-09T01:03:32.888Z] --- PASS: TestBuildMultiStageParentConfig (0.94s) [2021-04-09T01:03:32.888Z] === RUN TestBuildLabelWithTargets [2021-04-09T01:03:32.952Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-04-09T01:03:32.952Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.28s) [2021-04-09T01:03:32.952Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.39s) [2021-04-09T01:03:32.952Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.35s) [2021-04-09T01:03:32.952Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.36s) [2021-04-09T01:03:32.952Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.28s) [2021-04-09T01:03:32.952Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.43s) [2021-04-09T01:03:32.952Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.18s) [2021-04-09T01:03:32.952Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.23s) [2021-04-09T01:03:32.953Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.90s) [2021-04-09T01:03:32.953Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.02s) [2021-04-09T01:03:32.953Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.20s) [2021-04-09T01:03:32.953Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.31s) [2021-04-09T01:03:32.953Z] === RUN TestCgroupNamespacesRun [2021-04-09T01:03:34.277Z] --- PASS: TestBuildLabelWithTargets (1.54s) [2021-04-09T01:03:34.277Z] === RUN TestBuildWithEmptyLayers [2021-04-09T01:03:34.839Z] --- PASS: TestCgroupNamespacesRun (1.87s) [2021-04-09T01:03:34.839Z] === RUN TestCgroupNamespacesRunPrivileged [2021-04-09T01:03:34.839Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2021-04-09T01:03:34.839Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-04-09T01:03:34.839Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-04-09T01:03:35.222Z] --- PASS: TestBuildWithEmptyLayers (0.80s) [2021-04-09T01:03:35.222Z] === RUN TestBuildMultiStageOnBuild [2021-04-09T01:03:35.509Z] #56 231.9 + bin/containerd-stress [2021-04-09T01:03:35.509Z] #56 233.8 + bin/containerd-shim [2021-04-09T01:03:36.725Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.89s) [2021-04-09T01:03:36.725Z] === RUN TestCgroupNamespacesRunHostMode [2021-04-09T01:03:37.222Z] Loaded image: buildpack-deps:buster [2021-04-09T01:03:37.222Z] Loaded image: busybox:latest [2021-04-09T01:03:37.222Z] Loaded image: busybox:glibc [2021-04-09T01:03:37.773Z] --- PASS: TestBuildMultiStageOnBuild (2.44s) [2021-04-09T01:03:37.773Z] === RUN TestBuildUncleanTarFilenames [2021-04-09T01:03:38.159Z] Loaded image: debian:bullseye [2021-04-09T01:03:38.159Z] Loaded image: hello-world:latest [2021-04-09T01:03:38.418Z] Loaded image: arm32v7/hello-world:latest [2021-04-09T01:03:38.418Z] INFO: Testing against a local daemon [2021-04-09T01:03:38.418Z] === RUN TestCgroupNamespacesBuild [2021-04-09T01:03:38.611Z] --- PASS: TestCgroupNamespacesRunHostMode (1.82s) [2021-04-09T01:03:38.611Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-04-09T01:03:38.719Z] --- PASS: TestBuildUncleanTarFilenames (1.12s) [2021-04-09T01:03:38.719Z] === RUN TestBuildMultiStageLayerLeak [2021-04-09T01:03:39.168Z] tests/integration/api_container_test.py ....x...........x............... [ 16%] [2021-04-09T01:03:40.498Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.86s) [2021-04-09T01:03:40.498Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-04-09T01:03:41.271Z] --- PASS: TestBuildMultiStageLayerLeak (2.55s) [2021-04-09T01:03:41.271Z] === RUN TestBuildWithHugeFile [2021-04-09T01:03:41.862Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.38s) [2021-04-09T01:03:41.862Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-04-09T01:03:42.081Z] #56 240.5 + bin/containerd-shim-runc-v1 [2021-04-09T01:03:42.423Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.81s) [2021-04-09T01:03:42.423Z] === RUN TestCgroupNamespacesRunOlderClient [2021-04-09T01:03:42.616Z] --- PASS: TestCgroupNamespacesBuild (3.48s) [2021-04-09T01:03:42.616Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-04-09T01:03:44.309Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.87s) [2021-04-09T01:03:44.309Z] === RUN TestKernelTCPMemory [2021-04-09T01:03:44.309Z] --- SKIP: TestKernelTCPMemory (0.01s) [2021-04-09T01:03:44.309Z] run_linux_test.go:24: !testEnv.DaemonInfo.KernelMemoryTCP [2021-04-09T01:03:44.309Z] === RUN TestNISDomainname [2021-04-09T01:03:45.151Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.99s) [2021-04-09T01:03:45.151Z] === RUN TestBuildWithSession [2021-04-09T01:03:45.151Z] --- SKIP: TestBuildWithSession (0.00s) [2021-04-09T01:03:45.151Z] build_session_test.go:25: TODO: BuildKit [2021-04-09T01:03:45.151Z] === RUN TestBuildSquashParent [2021-04-09T01:03:45.673Z] --- PASS: TestNISDomainname (1.34s) [2021-04-09T01:03:45.673Z] === RUN TestHostnameDnsResolution [2021-04-09T01:03:46.277Z] #56 245.1 + bin/containerd-shim-runc-v2 [2021-04-09T01:03:47.214Z] #56 246.1 + binaries [2021-04-09T01:03:47.214Z] #56 246.1 + install -D bin/containerd /build/containerd [2021-04-09T01:03:47.214Z] #56 246.1 + install -D bin/containerd-shim /build/containerd-shim [2021-04-09T01:03:47.214Z] #56 246.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-04-09T01:03:47.214Z] #56 246.1 + install -D bin/ctr /build/ctr [2021-04-09T01:03:47.561Z] --- PASS: TestHostnameDnsResolution (1.68s) [2021-04-09T01:03:47.561Z] === RUN TestStats [2021-04-09T01:03:49.116Z] #56 DONE 247.7s [2021-04-09T01:03:49.684Z] [2021-04-09T01:03:49.684Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-04-09T01:03:49.684Z] #57 sha256:93ccb0e9b7a43f78c0c9204a5ae678b82fc060bc6f51812c3481a9252a5e5131 [2021-04-09T01:03:50.073Z] --- PASS: TestStats (2.77s) [2021-04-09T01:03:50.073Z] === RUN TestStopContainerWithTimeout [2021-04-09T01:03:50.073Z] === RUN TestStopContainerWithTimeout/0 [2021-04-09T01:03:50.073Z] === PAUSE TestStopContainerWithTimeout/0 [2021-04-09T01:03:50.073Z] === RUN TestStopContainerWithTimeout/1 [2021-04-09T01:03:50.073Z] === PAUSE TestStopContainerWithTimeout/1 [2021-04-09T01:03:50.073Z] === RUN TestStopContainerWithTimeout/3 [2021-04-09T01:03:50.073Z] === PAUSE TestStopContainerWithTimeout/3 [2021-04-09T01:03:50.073Z] === RUN TestStopContainerWithTimeout/-1 [2021-04-09T01:03:50.073Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-04-09T01:03:50.073Z] === CONT TestStopContainerWithTimeout/0 [2021-04-09T01:03:50.073Z] === CONT TestStopContainerWithTimeout/-1 [2021-04-09T01:03:50.644Z] #57 DONE 0.9s [2021-04-09T01:03:50.644Z] [2021-04-09T01:03:50.644Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-04-09T01:03:50.644Z] #61 sha256:0daa2204dc1045ccd5bb8992f094691fc78af95206040e3e56414f17be408b35 [2021-04-09T01:03:50.644Z] #61 DONE 0.2s [2021-04-09T01:03:50.644Z] [2021-04-09T01:03:50.644Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-04-09T01:03:50.644Z] #66 sha256:7c60fdcd68334d6b07c55655112ce6509c9dbe7268bc7368cbae6069423e6bb8 [2021-04-09T01:03:51.438Z] === CONT TestStopContainerWithTimeout/3 [2021-04-09T01:03:52.040Z] #66 DONE 0.9s [2021-04-09T01:03:52.040Z] [2021-04-09T01:03:52.040Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-04-09T01:03:52.040Z] #68 sha256:ac2b3d79353f7d681f8ac513ebf9e80e0ed654e4a4216b76309f62489391717b [2021-04-09T01:03:52.040Z] #68 DONE 0.0s [2021-04-09T01:03:52.040Z] [2021-04-09T01:03:52.040Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-04-09T01:03:52.040Z] #69 sha256:6797d0d58330d573397145c3dbb378e394a9db1c42c3d918d6ddb5758eea6973 [2021-04-09T01:03:52.040Z] #69 DONE 0.0s [2021-04-09T01:03:52.040Z] [2021-04-09T01:03:52.040Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-04-09T01:03:52.040Z] #70 sha256:62ad72e4ac55970183c41f41a762194742abaacbbd16263007410b27ad7168cc [2021-04-09T01:03:52.607Z] #70 DONE 0.8s [2021-04-09T01:03:52.607Z] [2021-04-09T01:03:52.607Z] #71 exporting to image [2021-04-09T01:03:52.607Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-04-09T01:03:52.607Z] #71 exporting layers [2021-04-09T01:03:53.325Z] === CONT TestStopContainerWithTimeout/1 [2021-04-09T01:03:55.210Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2021-04-09T01:03:55.210Z] --- PASS: TestStopContainerWithTimeout/0 (1.11s) [2021-04-09T01:03:55.210Z] --- PASS: TestStopContainerWithTimeout/-1 (3.19s) [2021-04-09T01:03:55.210Z] --- PASS: TestStopContainerWithTimeout/3 (2.68s) [2021-04-09T01:03:55.210Z] --- PASS: TestStopContainerWithTimeout/1 (1.74s) [2021-04-09T01:03:55.210Z] === RUN TestDeleteDevicemapper [2021-04-09T01:03:55.210Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-04-09T01:03:55.210Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-04-09T01:03:55.210Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-04-09T01:03:57.724Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.53s) [2021-04-09T01:03:57.724Z] === RUN TestUpdateMemory [2021-04-09T01:03:59.089Z] --- PASS: TestUpdateMemory (1.29s) [2021-04-09T01:03:59.089Z] === RUN TestUpdateCPUQuota [2021-04-09T01:03:59.190Z] #71 exporting layers 6.7s done [2021-04-09T01:03:59.190Z] #71 writing image sha256:9c601e2a6e7af81eee74a45db0e5143491b8e6afb6062987b31a5c113ff3e06e done [2021-04-09T01:03:59.190Z] #71 naming to docker.io/library/docker:8d5caf49a185e369bda5bdde79ab8e07b3434ff2 done [2021-04-09T01:03:59.190Z] #71 DONE 6.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-04-09T01:03:59.542Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39846/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr67 -e DOCKER_GITCOMMIT=8d5caf49a185e369bda5bdde79ab8e07b3434ff2 -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:8d5caf49a185e369bda5bdde79ab8e07b3434ff2 hack/make.sh dynbinary test-integration [2021-04-09T01:04:00.038Z] --- PASS: TestBuildSquashParent (13.51s) [2021-04-09T01:04:00.038Z] === RUN TestBuildWithRemoveAndForceRemove [2021-04-09T01:04:00.038Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-09T01:04:00.038Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-09T01:04:00.038Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-09T01:04:00.038Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-09T01:04:00.038Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-09T01:04:00.038Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-09T01:04:00.038Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-09T01:04:00.038Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-09T01:04:00.038Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-09T01:04:00.038Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-09T01:04:00.038Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-09T01:04:00.038Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-09T01:04:00.038Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-09T01:04:00.038Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-09T01:04:00.919Z] [2021-04-09T01:04:00.919Z] Removing bundles/ [2021-04-09T01:04:00.919Z] [2021-04-09T01:04:00.919Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-04-09T01:04:00.919Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-04-09T01:04:00.919Z] GOOS="" GOARCH="" GOARM="" [2021-04-09T01:04:04.236Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-09T01:04:04.236Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-09T01:04:05.618Z] --- PASS: TestUpdateCPUQuota (6.79s) [2021-04-09T01:04:05.618Z] === RUN TestUpdatePidsLimit [2021-04-09T01:04:05.618Z] === RUN TestUpdatePidsLimit/update_from_none [2021-04-09T01:04:06.545Z] === RUN TestUpdatePidsLimit/no_change [2021-04-09T01:04:07.106Z] === RUN TestUpdatePidsLimit/update_lower [2021-04-09T01:04:08.033Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-04-09T01:04:08.594Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-04-09T01:04:09.511Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-09T01:04:09.511Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-09T01:04:09.521Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-04-09T01:04:10.083Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-04-09T01:04:11.447Z] --- PASS: TestUpdatePidsLimit (5.63s) [2021-04-09T01:04:11.447Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.69s) [2021-04-09T01:04:11.447Z] --- PASS: TestUpdatePidsLimit/no_change (0.73s) [2021-04-09T01:04:11.447Z] --- PASS: TestUpdatePidsLimit/update_lower (0.75s) [2021-04-09T01:04:11.447Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.71s) [2021-04-09T01:04:11.447Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.73s) [2021-04-09T01:04:11.447Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.71s) [2021-04-09T01:04:11.447Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.71s) [2021-04-09T01:04:11.447Z] === RUN TestUpdateRestartPolicy [2021-04-09T01:04:14.790Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2021-04-09T01:04:14.790Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (5.73s) [2021-04-09T01:04:14.790Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (5.83s) [2021-04-09T01:04:14.790Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (5.00s) [2021-04-09T01:04:14.790Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (5.27s) [2021-04-09T01:04:14.790Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (5.57s) [2021-04-09T01:04:14.790Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (5.31s) [2021-04-09T01:04:14.790Z] === RUN TestBuildMultiStageCopy [2021-04-09T01:04:14.790Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-04-09T01:04:18.981Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-04-09T01:04:19.240Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-04-09T01:04:19.808Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-04-09T01:04:20.744Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-04-09T01:04:21.312Z] --- PASS: TestBuildMultiStageCopy (6.23s) [2021-04-09T01:04:21.312Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.83s) [2021-04-09T01:04:21.312Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.50s) [2021-04-09T01:04:21.312Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.59s) [2021-04-09T01:04:21.312Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.74s) [2021-04-09T01:04:21.312Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.59s) [2021-04-09T01:04:21.312Z] === RUN TestBuildMultiStageParentConfig [2021-04-09T01:04:21.446Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-04-09T01:04:21.446Z] === RUN TestBoolValue [2021-04-09T01:04:21.446Z] --- PASS: TestBoolValue (0.00s) [2021-04-09T01:04:21.446Z] === RUN TestBoolValueOrDefault [2021-04-09T01:04:21.446Z] --- PASS: TestBoolValueOrDefault (0.00s) [2021-04-09T01:04:21.446Z] === RUN TestInt64ValueOrZero [2021-04-09T01:04:21.446Z] --- PASS: TestInt64ValueOrZero (0.00s) [2021-04-09T01:04:21.446Z] === RUN TestInt64ValueOrDefault [2021-04-09T01:04:21.446Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2021-04-09T01:04:21.446Z] === RUN TestInt64ValueOrDefaultWithError [2021-04-09T01:04:21.446Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2021-04-09T01:04:21.446Z] === RUN TestJsonContentType [2021-04-09T01:04:21.446Z] --- PASS: TestJsonContentType (0.00s) [2021-04-09T01:04:21.446Z] PASS [2021-04-09T01:04:21.446Z] coverage: 14.7% of statements [2021-04-09T01:04:21.446Z] ok github.com/docker/docker/api/server/httputils 0.302s coverage: 14.7% of statements [2021-04-09T01:04:21.446Z] === RUN TestMaskSecretKeys [2021-04-09T01:04:21.446Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2021-04-09T01:04:21.446Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2021-04-09T01:04:21.446Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2021-04-09T01:04:21.446Z] --- PASS: TestMaskSecretKeys (0.00s) [2021-04-09T01:04:21.446Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2021-04-09T01:04:21.446Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2021-04-09T01:04:21.446Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2021-04-09T01:04:21.446Z] === RUN TestVersionMiddlewareVersion [2021-04-09T01:04:21.446Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2021-04-09T01:04:21.446Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2021-04-09T01:04:21.446Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2021-04-09T01:04:21.446Z] PASS [2021-04-09T01:04:21.446Z] coverage: 37.7% of statements [2021-04-09T01:04:21.446Z] ok github.com/docker/docker/api/server/middleware 0.395s coverage: 37.7% of statements [2021-04-09T01:04:21.446Z] ? github.com/docker/docker/api/server/router [no test files] [2021-04-09T01:04:21.446Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-04-09T01:04:21.446Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-04-09T01:04:21.446Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-04-09T01:04:21.446Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-04-09T01:04:21.446Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-04-09T01:04:21.446Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-04-09T01:04:21.446Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-04-09T01:04:21.446Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-04-09T01:04:21.446Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-04-09T01:04:21.446Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-04-09T01:04:21.446Z] === RUN TestToJSON [2021-04-09T01:04:21.446Z] --- PASS: TestToJSON (0.00s) [2021-04-09T01:04:21.446Z] === RUN TestToParamWithVersion [2021-04-09T01:04:21.446Z] --- PASS: TestToParamWithVersion (0.00s) [2021-04-09T01:04:21.446Z] === RUN TestFromJSON [2021-04-09T01:04:21.446Z] --- PASS: TestFromJSON (0.00s) [2021-04-09T01:04:21.446Z] === RUN TestEmpty [2021-04-09T01:04:21.446Z] --- PASS: TestEmpty (0.00s) [2021-04-09T01:04:21.446Z] === RUN TestArgsMatchKVListEmptySources [2021-04-09T01:04:21.446Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2021-04-09T01:04:21.446Z] === RUN TestArgsMatchKVList [2021-04-09T01:04:21.446Z] --- PASS: TestArgsMatchKVList (0.00s) [2021-04-09T01:04:21.446Z] === RUN TestArgsMatch [2021-04-09T01:04:21.446Z] --- PASS: TestArgsMatch (0.00s) [2021-04-09T01:04:21.446Z] === RUN TestAdd [2021-04-09T01:04:21.446Z] --- PASS: TestAdd (0.00s) [2021-04-09T01:04:21.446Z] === RUN TestDel [2021-04-09T01:04:21.446Z] --- PASS: TestDel (0.00s) [2021-04-09T01:04:21.446Z] === RUN TestLen [2021-04-09T01:04:21.446Z] --- PASS: TestLen (0.00s) [2021-04-09T01:04:21.446Z] === RUN TestExactMatch [2021-04-09T01:04:21.446Z] --- PASS: TestExactMatch (0.00s) [2021-04-09T01:04:21.446Z] === RUN TestOnlyOneExactMatch [2021-04-09T01:04:21.446Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2021-04-09T01:04:21.446Z] === RUN TestContains [2021-04-09T01:04:21.446Z] --- PASS: TestContains (0.00s) [2021-04-09T01:04:21.446Z] === RUN TestValidate [2021-04-09T01:04:21.446Z] --- PASS: TestValidate (0.00s) [2021-04-09T01:04:21.446Z] === RUN TestWalkValues [2021-04-09T01:04:21.446Z] --- PASS: TestWalkValues (0.00s) [2021-04-09T01:04:21.446Z] === RUN TestFuzzyMatch [2021-04-09T01:04:21.446Z] --- PASS: TestFuzzyMatch (0.00s) [2021-04-09T01:04:21.446Z] === RUN TestClone [2021-04-09T01:04:21.446Z] --- PASS: TestClone (0.00s) [2021-04-09T01:04:21.446Z] PASS [2021-04-09T01:04:21.446Z] coverage: 92.2% of statements [2021-04-09T01:04:21.446Z] ok github.com/docker/docker/api/types/filters 0.196s coverage: 92.2% of statements [2021-04-09T01:04:21.446Z] === RUN TestStrSliceMarshalJSON [2021-04-09T01:04:21.446Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2021-04-09T01:04:21.446Z] === RUN TestStrSliceUnmarshalJSON [2021-04-09T01:04:21.446Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2021-04-09T01:04:21.446Z] === RUN TestStrSliceUnmarshalString [2021-04-09T01:04:21.446Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2021-04-09T01:04:21.446Z] === RUN TestStrSliceUnmarshalSlice [2021-04-09T01:04:21.446Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2021-04-09T01:04:21.446Z] PASS [2021-04-09T01:04:21.446Z] coverage: 90.0% of statements [2021-04-09T01:04:21.446Z] ok github.com/docker/docker/api/types/strslice 0.257s coverage: 90.0% of statements [2021-04-09T01:04:21.446Z] === RUN TestAdjustForAPIVersion [2021-04-09T01:04:21.446Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2021-04-09T01:04:21.446Z] PASS [2021-04-09T01:04:21.446Z] coverage: 5.7% of statements [2021-04-09T01:04:21.446Z] ok github.com/docker/docker/api/server/router/swarm 0.296s coverage: 5.7% of statements [2021-04-09T01:04:21.446Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-04-09T01:04:21.446Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-04-09T01:04:21.446Z] ? github.com/docker/docker/api/types [no test files] [2021-04-09T01:04:21.446Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-04-09T01:04:21.446Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-04-09T01:04:21.446Z] ? github.com/docker/docker/api/types/container [no test files] [2021-04-09T01:04:21.446Z] ? github.com/docker/docker/api/types/events [no test files] [2021-04-09T01:04:21.446Z] ? github.com/docker/docker/api/types/image [no test files] [2021-04-09T01:04:21.446Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-04-09T01:04:21.446Z] ? github.com/docker/docker/api/types/network [no test files] [2021-04-09T01:04:21.446Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-04-09T01:04:21.446Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-04-09T01:04:21.446Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-04-09T01:04:21.446Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-04-09T01:04:21.446Z] === RUN TestDurationToSecondsString [2021-04-09T01:04:21.446Z] --- PASS: TestDurationToSecondsString (0.00s) [2021-04-09T01:04:21.446Z] === RUN TestGetTimestamp [2021-04-09T01:04:21.446Z] --- PASS: TestGetTimestamp (0.17s) [2021-04-09T01:04:21.446Z] === RUN TestParseTimestamps [2021-04-09T01:04:21.446Z] --- PASS: TestParseTimestamps (0.00s) [2021-04-09T01:04:21.446Z] PASS [2021-04-09T01:04:21.446Z] coverage: 100.0% of statements [2021-04-09T01:04:21.446Z] ok github.com/docker/docker/api/types/time 0.495s coverage: 100.0% of statements [2021-04-09T01:04:21.446Z] === RUN TestCompareVersion [2021-04-09T01:04:21.446Z] --- PASS: TestCompareVersion (0.00s) [2021-04-09T01:04:21.446Z] PASS [2021-04-09T01:04:21.446Z] coverage: 75.0% of statements [2021-04-09T01:04:21.446Z] ok github.com/docker/docker/api/types/versions 0.097s coverage: 75.0% of statements [2021-04-09T01:04:21.446Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-04-09T01:04:21.446Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-04-09T01:04:21.446Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-04-09T01:04:21.446Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2021-04-09T01:04:21.446Z] ? github.com/docker/docker/builder [no test files] [2021-04-09T01:04:21.446Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-04-09T01:04:21.446Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-04-09T01:04:21.446Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-04-09T01:04:21.446Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-04-09T01:04:21.446Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-04-09T01:04:21.447Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-04-09T01:04:21.447Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-04-09T01:04:22.690Z] --- PASS: TestBuildMultiStageParentConfig (1.37s) [2021-04-09T01:04:22.690Z] === RUN TestBuildLabelWithTargets [2021-04-09T01:04:23.651Z] === RUN TestParseRemoteURL [2021-04-09T01:04:23.651Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2021-04-09T01:04:23.651Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2021-04-09T01:04:23.651Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2021-04-09T01:04:23.651Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2021-04-09T01:04:23.651Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2021-04-09T01:04:23.651Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2021-04-09T01:04:23.651Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2021-04-09T01:04:23.651Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2021-04-09T01:04:23.651Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2021-04-09T01:04:23.651Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2021-04-09T01:04:23.651Z] --- PASS: TestParseRemoteURL (0.00s) [2021-04-09T01:04:23.651Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2021-04-09T01:04:23.651Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2021-04-09T01:04:23.651Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2021-04-09T01:04:23.651Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2021-04-09T01:04:23.651Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2021-04-09T01:04:23.651Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2021-04-09T01:04:23.651Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2021-04-09T01:04:23.651Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2021-04-09T01:04:23.651Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2021-04-09T01:04:23.651Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2021-04-09T01:04:23.651Z] === RUN TestCloneArgsSmartHttp [2021-04-09T01:04:23.651Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2021-04-09T01:04:23.651Z] === RUN TestCloneArgsDumbHttp [2021-04-09T01:04:23.651Z] --- PASS: TestCloneArgsDumbHttp (0.01s) [2021-04-09T01:04:23.651Z] === RUN TestCloneArgsGit [2021-04-09T01:04:23.651Z] --- PASS: TestCloneArgsGit (0.00s) [2021-04-09T01:04:23.651Z] === RUN TestCheckoutGit [2021-04-09T01:04:25.222Z] --- PASS: TestBuildLabelWithTargets (2.24s) [2021-04-09T01:04:25.222Z] === RUN TestBuildWithEmptyLayers [2021-04-09T01:04:26.159Z] --- PASS: TestBuildWithEmptyLayers (1.23s) [2021-04-09T01:04:26.159Z] === RUN TestBuildMultiStageOnBuild [2021-04-09T01:04:26.277Z] --- PASS: TestUpdateRestartPolicy (12.73s) [2021-04-09T01:04:26.277Z] === RUN TestUpdateRestartWithAutoRemove [2021-04-09T01:04:26.277Z] --- PASS: TestUpdateRestartWithAutoRemove (0.72s) [2021-04-09T01:04:26.277Z] === RUN TestWaitNonBlocked [2021-04-09T01:04:26.277Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-09T01:04:26.277Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-09T01:04:26.277Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-09T01:04:26.277Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-09T01:04:26.277Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-09T01:04:26.277Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-09T01:04:26.277Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-04-09T01:04:26.277Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.97s) [2021-04-09T01:04:26.277Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.09s) [2021-04-09T01:04:26.277Z] === RUN TestWaitBlocked [2021-04-09T01:04:26.277Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-04-09T01:04:26.277Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-04-09T01:04:26.277Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-04-09T01:04:26.277Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-04-09T01:04:26.277Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-04-09T01:04:26.277Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-04-09T01:04:26.598Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2021-04-09T01:04:26.598Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2021-04-09T01:04:26.598Z] === RUN TestProcessNoDockerignore [2021-04-09T01:04:26.598Z] --- PASS: TestProcessNoDockerignore (0.00s) [2021-04-09T01:04:26.598Z] === RUN TestProcessShouldLeaveAllFiles [2021-04-09T01:04:26.598Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2021-04-09T01:04:26.598Z] === RUN TestDetectContentType [2021-04-09T01:04:26.598Z] --- PASS: TestDetectContentType (0.00s) [2021-04-09T01:04:26.598Z] === RUN TestSelectAcceptableMIME [2021-04-09T01:04:26.598Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2021-04-09T01:04:26.598Z] === RUN TestInspectEmptyResponse [2021-04-09T01:04:26.598Z] --- PASS: TestInspectEmptyResponse (0.00s) [2021-04-09T01:04:26.598Z] === RUN TestInspectResponseBinary [2021-04-09T01:04:26.598Z] --- PASS: TestInspectResponseBinary (0.00s) [2021-04-09T01:04:26.598Z] === RUN TestResponseUnsupportedContentType [2021-04-09T01:04:26.598Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2021-04-09T01:04:26.598Z] === RUN TestInspectResponseTextSimple [2021-04-09T01:04:26.598Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2021-04-09T01:04:26.598Z] === RUN TestInspectResponseEmptyContentType [2021-04-09T01:04:26.598Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2021-04-09T01:04:26.598Z] === RUN TestUnknownContentLength [2021-04-09T01:04:26.598Z] --- PASS: TestUnknownContentLength (0.00s) [2021-04-09T01:04:26.598Z] === RUN TestDownloadRemote [2021-04-09T01:04:26.598Z] --- PASS: TestDownloadRemote (0.08s) [2021-04-09T01:04:26.598Z] === RUN TestGetWithStatusError [2021-04-09T01:04:26.598Z] --- PASS: TestGetWithStatusError (0.02s) [2021-04-09T01:04:26.598Z] === RUN TestCloseRootDirectory [2021-04-09T01:04:26.598Z] --- SKIP: TestCloseRootDirectory (0.00s) [2021-04-09T01:04:26.598Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:04:26.598Z] === RUN TestHashFile [2021-04-09T01:04:26.598Z] --- SKIP: TestHashFile (0.00s) [2021-04-09T01:04:26.598Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:04:26.598Z] === RUN TestHashSubdir [2021-04-09T01:04:26.598Z] --- SKIP: TestHashSubdir (0.01s) [2021-04-09T01:04:26.598Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:04:26.598Z] === RUN TestRemoveDirectory [2021-04-09T01:04:26.598Z] --- SKIP: TestRemoveDirectory (0.00s) [2021-04-09T01:04:26.598Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:04:26.598Z] PASS [2021-04-09T01:04:26.598Z] coverage: 9.3% of statements [2021-04-09T01:04:26.598Z] ok github.com/docker/docker/builder/remotecontext 1.023s coverage: 9.3% of statements [2021-04-09T01:04:26.598Z] === RUN TestEnable [2021-04-09T01:04:26.598Z] --- PASS: TestEnable (0.00s) [2021-04-09T01:04:26.598Z] === RUN TestDisable [2021-04-09T01:04:26.598Z] --- PASS: TestDisable (0.00s) [2021-04-09T01:04:26.598Z] === RUN TestEnabled [2021-04-09T01:04:26.598Z] --- PASS: TestEnabled (0.00s) [2021-04-09T01:04:26.598Z] PASS [2021-04-09T01:04:26.598Z] coverage: 100.0% of statements [2021-04-09T01:04:26.598Z] ok github.com/docker/docker/cli/debug 0.198s coverage: 100.0% of statements [2021-04-09T01:04:27.219Z] --- PASS: TestWaitBlocked (0.01s) [2021-04-09T01:04:27.219Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.16s) [2021-04-09T01:04:27.219Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.21s) [2021-04-09T01:04:27.219Z] === CONT TestContainerStartOnDaemonRestart [2021-04-09T01:04:27.219Z] === CONT TestIpcModeOlderClient [2021-04-09T01:04:27.219Z] --- PASS: TestIpcModeOlderClient (0.13s) [2021-04-09T01:04:27.219Z] === CONT TestRestartDaemonWithRestartingContainer [2021-04-09T01:04:27.579Z] === RUN TestGetAllAllowed [2021-04-09T01:04:27.579Z] --- PASS: TestGetAllAllowed (0.00s) [2021-04-09T01:04:27.579Z] === RUN TestGetAllMeta [2021-04-09T01:04:27.579Z] --- PASS: TestGetAllMeta (0.00s) [2021-04-09T01:04:27.579Z] === RUN TestWarnOnUnusedBuildArgs [2021-04-09T01:04:27.579Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2021-04-09T01:04:27.579Z] === RUN TestIsUnreferencedBuiltin [2021-04-09T01:04:27.579Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2021-04-09T01:04:27.579Z] === RUN TestIsExistingDirectory [2021-04-09T01:04:27.579Z] --- PASS: TestIsExistingDirectory (0.00s) [2021-04-09T01:04:27.579Z] === RUN TestGetFilenameForDownload [2021-04-09T01:04:27.579Z] --- PASS: TestGetFilenameForDownload (0.00s) [2021-04-09T01:04:27.579Z] === RUN TestEnv2Variables [2021-04-09T01:04:27.579Z] --- PASS: TestEnv2Variables (0.00s) [2021-04-09T01:04:27.579Z] === RUN TestEnvValueWithExistingRunConfigEnv [2021-04-09T01:04:27.579Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2021-04-09T01:04:27.579Z] === RUN TestMaintainer [2021-04-09T01:04:27.579Z] --- PASS: TestMaintainer (0.00s) [2021-04-09T01:04:27.579Z] === RUN TestLabel [2021-04-09T01:04:27.579Z] --- PASS: TestLabel (0.00s) [2021-04-09T01:04:27.579Z] === RUN TestFromScratch [2021-04-09T01:04:27.579Z] --- PASS: TestFromScratch (0.00s) [2021-04-09T01:04:27.579Z] === RUN TestFromWithArg [2021-04-09T01:04:27.579Z] --- PASS: TestFromWithArg (0.00s) [2021-04-09T01:04:27.579Z] === RUN TestFromWithArgButBuildArgsNotGiven [2021-04-09T01:04:27.579Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2021-04-09T01:04:27.579Z] === RUN TestFromWithUndefinedArg [2021-04-09T01:04:27.579Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2021-04-09T01:04:27.579Z] === RUN TestFromMultiStageWithNamedStage [2021-04-09T01:04:27.579Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2021-04-09T01:04:27.579Z] === RUN TestOnbuild [2021-04-09T01:04:27.579Z] --- PASS: TestOnbuild (0.00s) [2021-04-09T01:04:27.579Z] === RUN TestWorkdir [2021-04-09T01:04:27.579Z] --- PASS: TestWorkdir (0.00s) [2021-04-09T01:04:27.579Z] === RUN TestCmd [2021-04-09T01:04:27.579Z] --- PASS: TestCmd (0.00s) [2021-04-09T01:04:27.579Z] === RUN TestHealthcheckNone [2021-04-09T01:04:27.579Z] --- PASS: TestHealthcheckNone (0.00s) [2021-04-09T01:04:27.579Z] === RUN TestHealthcheckCmd [2021-04-09T01:04:27.579Z] --- PASS: TestHealthcheckCmd (0.00s) [2021-04-09T01:04:27.579Z] === RUN TestEntrypoint [2021-04-09T01:04:27.579Z] --- PASS: TestEntrypoint (0.00s) [2021-04-09T01:04:27.579Z] === RUN TestExpose [2021-04-09T01:04:27.579Z] --- PASS: TestExpose (0.00s) [2021-04-09T01:04:27.579Z] === RUN TestUser [2021-04-09T01:04:27.579Z] --- PASS: TestUser (0.00s) [2021-04-09T01:04:27.579Z] === RUN TestVolume [2021-04-09T01:04:27.579Z] --- PASS: TestVolume (0.00s) [2021-04-09T01:04:27.579Z] === RUN TestStopSignal [2021-04-09T01:04:27.579Z] --- SKIP: TestStopSignal (0.00s) [2021-04-09T01:04:27.579Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-04-09T01:04:27.579Z] === RUN TestArg [2021-04-09T01:04:27.579Z] --- PASS: TestArg (0.00s) [2021-04-09T01:04:27.579Z] === RUN TestShell [2021-04-09T01:04:27.579Z] --- PASS: TestShell (0.00s) [2021-04-09T01:04:27.579Z] === RUN TestPrependEnvOnCmd [2021-04-09T01:04:27.579Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2021-04-09T01:04:27.579Z] === RUN TestRunWithBuildArgs [2021-04-09T01:04:27.579Z] --- PASS: TestRunWithBuildArgs (0.00s) [2021-04-09T01:04:27.579Z] === RUN TestRunIgnoresHealthcheck [2021-04-09T01:04:27.579Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2021-04-09T01:04:27.579Z] === RUN TestDispatchUnsupportedOptions [2021-04-09T01:04:27.579Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2021-04-09T01:04:27.579Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2021-04-09T01:04:27.579Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2021-04-09T01:04:27.579Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2021-04-09T01:04:27.579Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2021-04-09T01:04:27.579Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2021-04-09T01:04:27.579Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2021-04-09T01:04:27.579Z] === RUN TestNormalizeWorkdir [2021-04-09T01:04:27.579Z] --- PASS: TestNormalizeWorkdir (0.00s) [2021-04-09T01:04:27.579Z] === RUN TestDispatch [2021-04-09T01:04:27.579Z] === RUN TestDispatch/ADD_multiple_files_to_file [2021-04-09T01:04:27.579Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2021-04-09T01:04:27.579Z] === RUN TestDispatch/COPY_multiple_files_to_file [2021-04-09T01:04:27.579Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2021-04-09T01:04:27.579Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2021-04-09T01:04:27.579Z] === RUN TestDispatch/COPY_wildcard_no_files [2021-04-09T01:04:27.579Z] === RUN TestDispatch/COPY_url [2021-04-09T01:04:27.579Z] --- PASS: TestDispatch (0.08s) [2021-04-09T01:04:27.579Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.03s) [2021-04-09T01:04:27.579Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.02s) [2021-04-09T01:04:27.579Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2021-04-09T01:04:27.579Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2021-04-09T01:04:27.579Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2021-04-09T01:04:27.579Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2021-04-09T01:04:27.580Z] --- PASS: TestDispatch/COPY_url (0.00s) [2021-04-09T01:04:27.580Z] === RUN TestAddScratchImageAddsToMounts [2021-04-09T01:04:27.580Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2021-04-09T01:04:27.580Z] === RUN TestAddFromScratchPopulatesPlatform [2021-04-09T01:04:27.580Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2021-04-09T01:04:27.580Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2021-04-09T01:04:27.580Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2021-04-09T01:04:27.580Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2021-04-09T01:04:27.580Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2021-04-09T01:04:27.580Z] === RUN TestImageSourceGetAddsToMounts [2021-04-09T01:04:27.580Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2021-04-09T01:04:27.580Z] === RUN TestEmptyDockerfile [2021-04-09T01:04:27.580Z] --- PASS: TestEmptyDockerfile (0.01s) [2021-04-09T01:04:27.580Z] === RUN TestSymlinkDockerfile [2021-04-09T01:04:27.580Z] --- PASS: TestSymlinkDockerfile (0.01s) [2021-04-09T01:04:27.580Z] === RUN TestDockerfileOutsideTheBuildContext [2021-04-09T01:04:27.580Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2021-04-09T01:04:27.580Z] === RUN TestNonExistingDockerfile [2021-04-09T01:04:27.580Z] --- PASS: TestNonExistingDockerfile (0.00s) [2021-04-09T01:04:27.580Z] === RUN TestCopyRunConfig [2021-04-09T01:04:27.580Z] --- PASS: TestCopyRunConfig (0.00s) [2021-04-09T01:04:27.580Z] === RUN TestDeepCopyRunConfig [2021-04-09T01:04:27.580Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2021-04-09T01:04:27.580Z] === RUN TestExportImage [2021-04-09T01:04:27.580Z] --- PASS: TestExportImage (0.00s) [2021-04-09T01:04:27.580Z] === RUN TestNormalizeDest [2021-04-09T01:04:27.580Z] --- PASS: TestNormalizeDest (0.00s) [2021-04-09T01:04:27.580Z] PASS [2021-04-09T01:04:27.580Z] coverage: 46.8% of statements [2021-04-09T01:04:27.580Z] ok github.com/docker/docker/builder/dockerfile 0.987s coverage: 46.8% of statements [2021-04-09T01:04:28.012Z] --- PASS: TestBuildWithHugeFile (41.14s) [2021-04-09T01:04:28.012Z] === RUN TestBuildWCOWSandboxSize [2021-04-09T01:04:28.012Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-04-09T01:04:28.012Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-04-09T01:04:28.012Z] === RUN TestBuildWithEmptyDockerfile [2021-04-09T01:04:28.012Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-09T01:04:28.012Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-09T01:04:28.012Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-09T01:04:28.012Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-09T01:04:28.012Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-09T01:04:28.012Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-09T01:04:28.012Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-09T01:04:28.012Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-09T01:04:28.012Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-09T01:04:28.012Z] --- PASS: TestBuildWithEmptyDockerfile (0.19s) [2021-04-09T01:04:28.012Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.20s) [2021-04-09T01:04:28.012Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.20s) [2021-04-09T01:04:28.012Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.20s) [2021-04-09T01:04:28.012Z] === RUN TestBuildPreserveOwnership [2021-04-09T01:04:28.012Z] === RUN TestBuildPreserveOwnership/copy_from [2021-04-09T01:04:28.012Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-04-09T01:04:28.045Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-04-09T01:04:28.274Z] --- PASS: TestBuildPreserveOwnership (5.39s) [2021-04-09T01:04:28.275Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.67s) [2021-04-09T01:04:28.275Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.70s) [2021-04-09T01:04:28.275Z] === RUN TestBuildPlatformInvalid [2021-04-09T01:04:28.275Z] --- PASS: TestBuildPlatformInvalid (0.16s) [2021-04-09T01:04:28.275Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-04-09T01:04:30.355Z] --- PASS: TestBuildMultiStageOnBuild (4.29s) [2021-04-09T01:04:30.355Z] === RUN TestBuildUncleanTarFilenames [2021-04-09T01:04:30.505Z] --- PASS: TestContainerStartOnDaemonRestart (2.89s) [2021-04-09T01:04:30.505Z] === CONT TestContainerKillOnDaemonStart [2021-04-09T01:04:31.067Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.71s) [2021-04-09T01:04:31.067Z] === CONT TestDaemonHostGatewayIP [2021-04-09T01:04:32.277Z] --- PASS: TestBuildUncleanTarFilenames (1.82s) [2021-04-09T01:04:32.277Z] === RUN TestBuildMultiStageLayerLeak [2021-04-09T01:04:33.475Z] 5ff1512f88ec: Pull complete [2021-04-09T01:04:33.475Z] Digest: sha256:acae9dedd8ce6fbc624e8c4b52555a9d3201eb47aacd45b4a00e0d81083b4cab [2021-04-09T01:04:33.475Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2021-04-09T01:04:33.475Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2021-04-09T01:04:33.475Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2021-04-09T01:04:33.475Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1817' [2021-04-09T01:04:33.475Z] WARN: Skipping validation tests [2021-04-09T01:04:33.475Z] INFO: Running unit tests at 04/09/2021 01:04:30... [2021-04-09T01:04:35.232Z] --- PASS: TestDaemonHostGatewayIP (3.96s) [2021-04-09T01:04:35.232Z] === CONT TestDaemonRestartIpcMode [2021-04-09T01:04:35.642Z] INFO: make.ps1 starting at 04/09/2021 01:04:35 [2021-04-09T01:04:35.642Z] INFO: Git commit (4dfa2291e4) assumed from DOCKER_GITCOMMIT environment variable [2021-04-09T01:04:35.642Z] INFO: Invoking autogen... [2021-04-09T01:04:36.605Z] INFO: Running unit tests... [2021-04-09T01:04:37.551Z] --- PASS: TestBuildMultiStageLayerLeak (4.52s) [2021-04-09T01:04:37.551Z] === RUN TestBuildWithHugeFile [2021-04-09T01:04:37.745Z] --- PASS: TestDaemonRestartIpcMode (2.96s) [2021-04-09T01:04:42.946Z] === RUN TestCheckpointCreateError [2021-04-09T01:04:42.946Z] --- PASS: TestCheckpointCreateError (0.00s) [2021-04-09T01:04:42.946Z] === RUN TestCheckpointCreate [2021-04-09T01:04:42.946Z] --- PASS: TestCheckpointCreate (0.00s) [2021-04-09T01:04:42.946Z] === RUN TestCheckpointDeleteError [2021-04-09T01:04:42.946Z] --- PASS: TestCheckpointDeleteError (0.00s) [2021-04-09T01:04:42.946Z] === RUN TestCheckpointDelete [2021-04-09T01:04:42.946Z] --- PASS: TestCheckpointDelete (0.00s) [2021-04-09T01:04:42.946Z] === RUN TestCheckpointListError [2021-04-09T01:04:42.946Z] --- PASS: TestCheckpointListError (0.00s) [2021-04-09T01:04:42.946Z] === RUN TestCheckpointList [2021-04-09T01:04:42.946Z] --- PASS: TestCheckpointList (0.00s) [2021-04-09T01:04:42.946Z] === RUN TestCheckpointListContainerNotFound [2021-04-09T01:04:42.946Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2021-04-09T01:04:42.946Z] === RUN TestNewClientWithOpsFromEnv [2021-04-09T01:04:42.946Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2021-04-09T01:04:42.946Z] client_test.go:23: runtime.GOOS == "windows" [2021-04-09T01:04:42.946Z] === RUN TestGetAPIPath [2021-04-09T01:04:42.946Z] --- PASS: TestGetAPIPath (0.00s) [2021-04-09T01:04:42.946Z] === RUN TestParseHostURL [2021-04-09T01:04:42.946Z] --- PASS: TestParseHostURL (0.00s) [2021-04-09T01:04:42.946Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2021-04-09T01:04:42.946Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2021-04-09T01:04:42.946Z] === RUN TestNegotiateAPIVersionEmpty [2021-04-09T01:04:42.946Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2021-04-09T01:04:42.946Z] === RUN TestNegotiateAPIVersion [2021-04-09T01:04:42.946Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2021-04-09T01:04:42.946Z] === RUN TestNegotiateAPVersionOverride [2021-04-09T01:04:42.946Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2021-04-09T01:04:42.946Z] === RUN TestNegotiateAPIVersionAutomatic [2021-04-09T01:04:42.946Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2021-04-09T01:04:42.946Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2021-04-09T01:04:42.946Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2021-04-09T01:04:42.946Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2021-04-09T01:04:42.946Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2021-04-09T01:04:42.946Z] === RUN TestClientRedirect [2021-04-09T01:04:42.946Z] --- PASS: TestClientRedirect (0.00s) [2021-04-09T01:04:42.946Z] === RUN TestConfigCreateUnsupported [2021-04-09T01:04:42.946Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2021-04-09T01:04:42.946Z] === RUN TestConfigCreateError [2021-04-09T01:04:42.946Z] --- PASS: TestConfigCreateError (0.00s) [2021-04-09T01:04:42.946Z] === RUN TestConfigCreate [2021-04-09T01:04:42.946Z] --- PASS: TestConfigCreate (0.00s) [2021-04-09T01:04:42.946Z] === RUN TestConfigInspectNotFound [2021-04-09T01:04:42.946Z] --- PASS: TestConfigInspectNotFound (0.00s) [2021-04-09T01:04:42.946Z] === RUN TestConfigInspectWithEmptyID [2021-04-09T01:04:42.946Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2021-04-09T01:04:42.946Z] === RUN TestConfigInspectUnsupported [2021-04-09T01:04:42.946Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2021-04-09T01:04:42.946Z] === RUN TestConfigInspectError [2021-04-09T01:04:42.946Z] --- PASS: TestConfigInspectError (0.00s) [2021-04-09T01:04:42.946Z] === RUN TestConfigInspectConfigNotFound [2021-04-09T01:04:42.946Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2021-04-09T01:04:42.946Z] === RUN TestConfigInspect [2021-04-09T01:04:42.946Z] --- PASS: TestConfigInspect (0.00s) [2021-04-09T01:04:42.946Z] === RUN TestConfigListUnsupported [2021-04-09T01:04:42.946Z] --- PASS: TestConfigListUnsupported (0.00s) [2021-04-09T01:04:42.946Z] === RUN TestConfigListError [2021-04-09T01:04:42.946Z] --- PASS: TestConfigListError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestConfigList [2021-04-09T01:04:42.947Z] --- PASS: TestConfigList (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestConfigRemoveUnsupported [2021-04-09T01:04:42.947Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestConfigRemoveError [2021-04-09T01:04:42.947Z] --- PASS: TestConfigRemoveError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestConfigRemove [2021-04-09T01:04:42.947Z] --- PASS: TestConfigRemove (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestConfigUpdateUnsupported [2021-04-09T01:04:42.947Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestConfigUpdateError [2021-04-09T01:04:42.947Z] --- PASS: TestConfigUpdateError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestConfigUpdate [2021-04-09T01:04:42.947Z] --- PASS: TestConfigUpdate (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerCommitError [2021-04-09T01:04:42.947Z] --- PASS: TestContainerCommitError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerCommit [2021-04-09T01:04:42.947Z] --- PASS: TestContainerCommit (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerStatPathError [2021-04-09T01:04:42.947Z] --- PASS: TestContainerStatPathError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerStatPathNotFoundError [2021-04-09T01:04:42.947Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerStatPathNoHeaderError [2021-04-09T01:04:42.947Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerStatPath [2021-04-09T01:04:42.947Z] --- PASS: TestContainerStatPath (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestCopyToContainerError [2021-04-09T01:04:42.947Z] --- PASS: TestCopyToContainerError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestCopyToContainerNotFoundError [2021-04-09T01:04:42.947Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestCopyToContainerNotStatusOKError [2021-04-09T01:04:42.947Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestCopyToContainer [2021-04-09T01:04:42.947Z] --- PASS: TestCopyToContainer (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestCopyFromContainerError [2021-04-09T01:04:42.947Z] --- PASS: TestCopyFromContainerError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestCopyFromContainerNotFoundError [2021-04-09T01:04:42.947Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestCopyFromContainerNotStatusOKError [2021-04-09T01:04:42.947Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestCopyFromContainerNoHeaderError [2021-04-09T01:04:42.947Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestCopyFromContainer [2021-04-09T01:04:42.947Z] --- PASS: TestCopyFromContainer (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerCreateError [2021-04-09T01:04:42.947Z] --- PASS: TestContainerCreateError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerCreateImageNotFound [2021-04-09T01:04:42.947Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerCreateWithName [2021-04-09T01:04:42.947Z] --- PASS: TestContainerCreateWithName (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerCreateAutoRemove [2021-04-09T01:04:42.947Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerDiffError [2021-04-09T01:04:42.947Z] --- PASS: TestContainerDiffError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerDiff [2021-04-09T01:04:42.947Z] --- PASS: TestContainerDiff (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerExecCreateError [2021-04-09T01:04:42.947Z] --- PASS: TestContainerExecCreateError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerExecCreate [2021-04-09T01:04:42.947Z] --- PASS: TestContainerExecCreate (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerExecStartError [2021-04-09T01:04:42.947Z] --- PASS: TestContainerExecStartError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerExecStart [2021-04-09T01:04:42.947Z] --- PASS: TestContainerExecStart (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerExecInspectError [2021-04-09T01:04:42.947Z] --- PASS: TestContainerExecInspectError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerExecInspect [2021-04-09T01:04:42.947Z] --- PASS: TestContainerExecInspect (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerExportError [2021-04-09T01:04:42.947Z] --- PASS: TestContainerExportError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerExport [2021-04-09T01:04:42.947Z] --- PASS: TestContainerExport (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerInspectError [2021-04-09T01:04:42.947Z] --- PASS: TestContainerInspectError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerInspectContainerNotFound [2021-04-09T01:04:42.947Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerInspectWithEmptyID [2021-04-09T01:04:42.947Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerInspect [2021-04-09T01:04:42.947Z] --- PASS: TestContainerInspect (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerInspectNode [2021-04-09T01:04:42.947Z] --- PASS: TestContainerInspectNode (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerKillError [2021-04-09T01:04:42.947Z] --- PASS: TestContainerKillError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerKill [2021-04-09T01:04:42.947Z] --- PASS: TestContainerKill (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerListError [2021-04-09T01:04:42.947Z] --- PASS: TestContainerListError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerList [2021-04-09T01:04:42.947Z] --- PASS: TestContainerList (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerLogsNotFoundError [2021-04-09T01:04:42.947Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerLogsError [2021-04-09T01:04:42.947Z] --- PASS: TestContainerLogsError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerLogs [2021-04-09T01:04:42.947Z] --- PASS: TestContainerLogs (0.20s) [2021-04-09T01:04:42.947Z] === RUN TestContainerPauseError [2021-04-09T01:04:42.947Z] --- PASS: TestContainerPauseError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerPause [2021-04-09T01:04:42.947Z] --- PASS: TestContainerPause (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainersPruneError [2021-04-09T01:04:42.947Z] --- PASS: TestContainersPruneError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainersPrune [2021-04-09T01:04:42.947Z] --- PASS: TestContainersPrune (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerRemoveError [2021-04-09T01:04:42.947Z] --- PASS: TestContainerRemoveError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerRemoveNotFoundError [2021-04-09T01:04:42.947Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerRemove [2021-04-09T01:04:42.947Z] --- PASS: TestContainerRemove (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerRenameError [2021-04-09T01:04:42.947Z] --- PASS: TestContainerRenameError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerRename [2021-04-09T01:04:42.947Z] --- PASS: TestContainerRename (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerResizeError [2021-04-09T01:04:42.947Z] --- PASS: TestContainerResizeError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerExecResizeError [2021-04-09T01:04:42.947Z] --- PASS: TestContainerExecResizeError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerResize [2021-04-09T01:04:42.947Z] --- PASS: TestContainerResize (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerExecResize [2021-04-09T01:04:42.947Z] --- PASS: TestContainerExecResize (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerRestartError [2021-04-09T01:04:42.947Z] --- PASS: TestContainerRestartError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerRestart [2021-04-09T01:04:42.947Z] --- PASS: TestContainerRestart (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerStartError [2021-04-09T01:04:42.947Z] --- PASS: TestContainerStartError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerStart [2021-04-09T01:04:42.947Z] --- PASS: TestContainerStart (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerStatsError [2021-04-09T01:04:42.947Z] --- PASS: TestContainerStatsError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerStats [2021-04-09T01:04:42.947Z] --- PASS: TestContainerStats (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerStopError [2021-04-09T01:04:42.947Z] --- PASS: TestContainerStopError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerStop [2021-04-09T01:04:42.947Z] --- PASS: TestContainerStop (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerTopError [2021-04-09T01:04:42.947Z] --- PASS: TestContainerTopError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerTop [2021-04-09T01:04:42.947Z] --- PASS: TestContainerTop (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerUnpauseError [2021-04-09T01:04:42.947Z] --- PASS: TestContainerUnpauseError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerUnpause [2021-04-09T01:04:42.947Z] --- PASS: TestContainerUnpause (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerUpdateError [2021-04-09T01:04:42.947Z] --- PASS: TestContainerUpdateError (0.02s) [2021-04-09T01:04:42.947Z] === RUN TestContainerUpdate [2021-04-09T01:04:42.947Z] --- PASS: TestContainerUpdate (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerWaitError [2021-04-09T01:04:42.947Z] --- PASS: TestContainerWaitError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestContainerWait [2021-04-09T01:04:42.947Z] --- PASS: TestContainerWait (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestDiskUsageError [2021-04-09T01:04:42.947Z] --- PASS: TestDiskUsageError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestDiskUsage [2021-04-09T01:04:42.947Z] --- PASS: TestDiskUsage (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestDistributionInspectUnsupported [2021-04-09T01:04:42.947Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestDistributionInspectWithEmptyID [2021-04-09T01:04:42.947Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestEventsErrorInOptions [2021-04-09T01:04:42.947Z] --- PASS: TestEventsErrorInOptions (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestEventsErrorFromServer [2021-04-09T01:04:42.947Z] --- PASS: TestEventsErrorFromServer (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestEvents [2021-04-09T01:04:42.947Z] --- PASS: TestEvents (0.01s) [2021-04-09T01:04:42.947Z] === RUN TestTLSCloseWriter [2021-04-09T01:04:42.947Z] === PAUSE TestTLSCloseWriter [2021-04-09T01:04:42.947Z] === RUN TestImageBuildError [2021-04-09T01:04:42.947Z] --- PASS: TestImageBuildError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestImageBuild [2021-04-09T01:04:42.947Z] --- PASS: TestImageBuild (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestGetDockerOS [2021-04-09T01:04:42.947Z] --- PASS: TestGetDockerOS (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestImageCreateError [2021-04-09T01:04:42.947Z] --- PASS: TestImageCreateError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestImageCreate [2021-04-09T01:04:42.947Z] --- PASS: TestImageCreate (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestImageHistoryError [2021-04-09T01:04:42.947Z] --- PASS: TestImageHistoryError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestImageHistory [2021-04-09T01:04:42.947Z] --- PASS: TestImageHistory (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestImageImportError [2021-04-09T01:04:42.947Z] --- PASS: TestImageImportError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestImageImport [2021-04-09T01:04:42.947Z] --- PASS: TestImageImport (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestImageInspectError [2021-04-09T01:04:42.947Z] --- PASS: TestImageInspectError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestImageInspectImageNotFound [2021-04-09T01:04:42.947Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestImageInspectWithEmptyID [2021-04-09T01:04:42.947Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestImageInspect [2021-04-09T01:04:42.947Z] --- PASS: TestImageInspect (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestImageListError [2021-04-09T01:04:42.947Z] --- PASS: TestImageListError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestImageList [2021-04-09T01:04:42.947Z] --- PASS: TestImageList (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestImageListApiBefore125 [2021-04-09T01:04:42.947Z] --- PASS: TestImageListApiBefore125 (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestImageLoadError [2021-04-09T01:04:42.947Z] --- PASS: TestImageLoadError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestImageLoad [2021-04-09T01:04:42.947Z] --- PASS: TestImageLoad (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestImagesPruneError [2021-04-09T01:04:42.947Z] --- PASS: TestImagesPruneError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestImagesPrune [2021-04-09T01:04:42.947Z] --- PASS: TestImagesPrune (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestImagePullReferenceParseError [2021-04-09T01:04:42.947Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestImagePullAnyError [2021-04-09T01:04:42.947Z] --- PASS: TestImagePullAnyError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestImagePullStatusUnauthorizedError [2021-04-09T01:04:42.947Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2021-04-09T01:04:42.947Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-04-09T01:04:42.947Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestImagePullWithPrivilegedFuncNoError [2021-04-09T01:04:42.947Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestImagePullWithoutErrors [2021-04-09T01:04:42.947Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestImagePushReferenceError [2021-04-09T01:04:42.947Z] --- PASS: TestImagePushReferenceError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestImagePushAnyError [2021-04-09T01:04:42.947Z] --- PASS: TestImagePushAnyError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestImagePushStatusUnauthorizedError [2021-04-09T01:04:42.947Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2021-04-09T01:04:42.947Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-04-09T01:04:42.947Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestImagePushWithPrivilegedFuncNoError [2021-04-09T01:04:42.947Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestImagePushWithoutErrors [2021-04-09T01:04:42.947Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2021-04-09T01:04:42.947Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2021-04-09T01:04:42.947Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2021-04-09T01:04:42.947Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2021-04-09T01:04:42.947Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2021-04-09T01:04:42.947Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2021-04-09T01:04:42.947Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2021-04-09T01:04:42.947Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2021-04-09T01:04:42.947Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestImageRemoveError [2021-04-09T01:04:42.947Z] --- PASS: TestImageRemoveError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestImageRemoveImageNotFound [2021-04-09T01:04:42.947Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestImageRemove [2021-04-09T01:04:42.947Z] --- PASS: TestImageRemove (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestImageSaveError [2021-04-09T01:04:42.947Z] --- PASS: TestImageSaveError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestImageSave [2021-04-09T01:04:42.947Z] --- PASS: TestImageSave (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestImageSearchAnyError [2021-04-09T01:04:42.947Z] --- PASS: TestImageSearchAnyError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestImageSearchStatusUnauthorizedError [2021-04-09T01:04:42.947Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2021-04-09T01:04:42.947Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-04-09T01:04:42.947Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2021-04-09T01:04:42.947Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestImageSearchWithoutErrors [2021-04-09T01:04:42.947Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestImageTagError [2021-04-09T01:04:42.947Z] --- PASS: TestImageTagError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestImageTagInvalidReference [2021-04-09T01:04:42.947Z] --- PASS: TestImageTagInvalidReference (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestImageTagInvalidSourceImageName [2021-04-09T01:04:42.947Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestImageTagHexSource [2021-04-09T01:04:42.947Z] --- PASS: TestImageTagHexSource (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestImageTag [2021-04-09T01:04:42.947Z] --- PASS: TestImageTag (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestInfoServerError [2021-04-09T01:04:42.947Z] --- PASS: TestInfoServerError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestInfoInvalidResponseJSONError [2021-04-09T01:04:42.947Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestInfo [2021-04-09T01:04:42.947Z] --- PASS: TestInfo (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestNetworkConnectError [2021-04-09T01:04:42.947Z] --- PASS: TestNetworkConnectError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2021-04-09T01:04:42.947Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestNetworkConnect [2021-04-09T01:04:42.947Z] --- PASS: TestNetworkConnect (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestNetworkCreateError [2021-04-09T01:04:42.947Z] --- PASS: TestNetworkCreateError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestNetworkCreate [2021-04-09T01:04:42.947Z] --- PASS: TestNetworkCreate (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestNetworkDisconnectError [2021-04-09T01:04:42.947Z] --- PASS: TestNetworkDisconnectError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestNetworkDisconnect [2021-04-09T01:04:42.947Z] --- PASS: TestNetworkDisconnect (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestNetworkInspectError [2021-04-09T01:04:42.947Z] --- PASS: TestNetworkInspectError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestNetworkInspectNotFoundError [2021-04-09T01:04:42.947Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestNetworkInspectWithEmptyID [2021-04-09T01:04:42.947Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestNetworkInspect [2021-04-09T01:04:42.947Z] --- PASS: TestNetworkInspect (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestNetworkListError [2021-04-09T01:04:42.947Z] --- PASS: TestNetworkListError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestNetworkList [2021-04-09T01:04:42.947Z] --- PASS: TestNetworkList (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestNetworksPruneError [2021-04-09T01:04:42.947Z] --- PASS: TestNetworksPruneError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestNetworksPrune [2021-04-09T01:04:42.947Z] --- PASS: TestNetworksPrune (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestNetworkRemoveError [2021-04-09T01:04:42.947Z] --- PASS: TestNetworkRemoveError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestNetworkRemove [2021-04-09T01:04:42.947Z] --- PASS: TestNetworkRemove (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestNodeInspectError [2021-04-09T01:04:42.947Z] --- PASS: TestNodeInspectError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestNodeInspectNodeNotFound [2021-04-09T01:04:42.947Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestNodeInspectWithEmptyID [2021-04-09T01:04:42.947Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestNodeInspect [2021-04-09T01:04:42.947Z] --- PASS: TestNodeInspect (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestNodeListError [2021-04-09T01:04:42.947Z] --- PASS: TestNodeListError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestNodeList [2021-04-09T01:04:42.947Z] --- PASS: TestNodeList (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestNodeRemoveError [2021-04-09T01:04:42.947Z] --- PASS: TestNodeRemoveError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestNodeRemove [2021-04-09T01:04:42.947Z] --- PASS: TestNodeRemove (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestNodeUpdateError [2021-04-09T01:04:42.947Z] --- PASS: TestNodeUpdateError (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestNodeUpdate [2021-04-09T01:04:42.947Z] --- PASS: TestNodeUpdate (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestOptionWithTimeout [2021-04-09T01:04:42.947Z] --- PASS: TestOptionWithTimeout (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestPingFail [2021-04-09T01:04:42.947Z] --- PASS: TestPingFail (0.00s) [2021-04-09T01:04:42.947Z] === RUN TestPingWithError [2021-04-09T01:04:42.948Z] 2021/04/09 01:04:41 RoundTripper returned a response & error; ignoring response [2021-04-09T01:04:42.948Z] 2021/04/09 01:04:41 RoundTripper returned a response & error; ignoring response [2021-04-09T01:04:42.948Z] --- PASS: TestPingWithError (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestPingSuccess [2021-04-09T01:04:42.948Z] --- PASS: TestPingSuccess (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestPingHeadFallback [2021-04-09T01:04:42.948Z] === RUN TestPingHeadFallback/OK [2021-04-09T01:04:42.948Z] === RUN TestPingHeadFallback/Internal_Server_Error [2021-04-09T01:04:42.948Z] === RUN TestPingHeadFallback/Not_Found [2021-04-09T01:04:42.948Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2021-04-09T01:04:42.948Z] --- PASS: TestPingHeadFallback (0.00s) [2021-04-09T01:04:42.948Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2021-04-09T01:04:42.948Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2021-04-09T01:04:42.948Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2021-04-09T01:04:42.948Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestPluginDisableError [2021-04-09T01:04:42.948Z] --- PASS: TestPluginDisableError (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestPluginDisable [2021-04-09T01:04:42.948Z] --- PASS: TestPluginDisable (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestPluginEnableError [2021-04-09T01:04:42.948Z] --- PASS: TestPluginEnableError (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestPluginEnable [2021-04-09T01:04:42.948Z] --- PASS: TestPluginEnable (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestPluginInspectError [2021-04-09T01:04:42.948Z] --- PASS: TestPluginInspectError (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestPluginInspectWithEmptyID [2021-04-09T01:04:42.948Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestPluginInspect [2021-04-09T01:04:42.948Z] --- PASS: TestPluginInspect (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestPluginListError [2021-04-09T01:04:42.948Z] --- PASS: TestPluginListError (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestPluginList [2021-04-09T01:04:42.948Z] --- PASS: TestPluginList (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestPluginPushError [2021-04-09T01:04:42.948Z] --- PASS: TestPluginPushError (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestPluginPush [2021-04-09T01:04:42.948Z] --- PASS: TestPluginPush (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestPluginRemoveError [2021-04-09T01:04:42.948Z] --- PASS: TestPluginRemoveError (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestPluginRemove [2021-04-09T01:04:42.948Z] --- PASS: TestPluginRemove (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestPluginSetError [2021-04-09T01:04:42.948Z] --- PASS: TestPluginSetError (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestPluginSet [2021-04-09T01:04:42.948Z] --- PASS: TestPluginSet (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestSetHostHeader [2021-04-09T01:04:42.948Z] --- PASS: TestSetHostHeader (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestPlainTextError [2021-04-09T01:04:42.948Z] --- PASS: TestPlainTextError (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestInfiniteError [2021-04-09T01:04:42.948Z] --- PASS: TestInfiniteError (0.06s) [2021-04-09T01:04:42.948Z] === RUN TestSecretCreateUnsupported [2021-04-09T01:04:42.948Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestSecretCreateError [2021-04-09T01:04:42.948Z] --- PASS: TestSecretCreateError (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestSecretCreate [2021-04-09T01:04:42.948Z] --- PASS: TestSecretCreate (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestSecretInspectUnsupported [2021-04-09T01:04:42.948Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestSecretInspectError [2021-04-09T01:04:42.948Z] --- PASS: TestSecretInspectError (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestSecretInspectSecretNotFound [2021-04-09T01:04:42.948Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestSecretInspectWithEmptyID [2021-04-09T01:04:42.948Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestSecretInspect [2021-04-09T01:04:42.948Z] --- PASS: TestSecretInspect (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestSecretListUnsupported [2021-04-09T01:04:42.948Z] --- PASS: TestSecretListUnsupported (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestSecretListError [2021-04-09T01:04:42.948Z] --- PASS: TestSecretListError (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestSecretList [2021-04-09T01:04:42.948Z] --- PASS: TestSecretList (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestSecretRemoveUnsupported [2021-04-09T01:04:42.948Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestSecretRemoveError [2021-04-09T01:04:42.948Z] --- PASS: TestSecretRemoveError (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestSecretRemove [2021-04-09T01:04:42.948Z] --- PASS: TestSecretRemove (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestSecretUpdateUnsupported [2021-04-09T01:04:42.948Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestSecretUpdateError [2021-04-09T01:04:42.948Z] --- PASS: TestSecretUpdateError (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestSecretUpdate [2021-04-09T01:04:42.948Z] --- PASS: TestSecretUpdate (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestServiceCreateError [2021-04-09T01:04:42.948Z] --- PASS: TestServiceCreateError (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestServiceCreate [2021-04-09T01:04:42.948Z] --- PASS: TestServiceCreate (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestServiceCreateCompatiblePlatforms [2021-04-09T01:04:42.948Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestServiceCreateDigestPinning [2021-04-09T01:04:42.948Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestServiceInspectError [2021-04-09T01:04:42.948Z] --- PASS: TestServiceInspectError (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestServiceInspectServiceNotFound [2021-04-09T01:04:42.948Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestServiceInspectWithEmptyID [2021-04-09T01:04:42.948Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestServiceInspect [2021-04-09T01:04:42.948Z] --- PASS: TestServiceInspect (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestServiceListError [2021-04-09T01:04:42.948Z] --- PASS: TestServiceListError (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestServiceList [2021-04-09T01:04:42.948Z] --- PASS: TestServiceList (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestServiceLogsError [2021-04-09T01:04:42.948Z] --- PASS: TestServiceLogsError (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestServiceLogs [2021-04-09T01:04:42.948Z] --- PASS: TestServiceLogs (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestServiceRemoveError [2021-04-09T01:04:42.948Z] --- PASS: TestServiceRemoveError (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestServiceRemoveNotFoundError [2021-04-09T01:04:42.948Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestServiceRemove [2021-04-09T01:04:42.948Z] --- PASS: TestServiceRemove (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestServiceUpdateError [2021-04-09T01:04:42.948Z] --- PASS: TestServiceUpdateError (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestServiceUpdate [2021-04-09T01:04:42.948Z] --- PASS: TestServiceUpdate (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestSwarmGetUnlockKeyError [2021-04-09T01:04:42.948Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestSwarmGetUnlockKey [2021-04-09T01:04:42.948Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestSwarmInitError [2021-04-09T01:04:42.948Z] --- PASS: TestSwarmInitError (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestSwarmInit [2021-04-09T01:04:42.948Z] --- PASS: TestSwarmInit (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestSwarmInspectError [2021-04-09T01:04:42.948Z] --- PASS: TestSwarmInspectError (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestSwarmInspect [2021-04-09T01:04:42.948Z] --- PASS: TestSwarmInspect (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestSwarmJoinError [2021-04-09T01:04:42.948Z] --- PASS: TestSwarmJoinError (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestSwarmJoin [2021-04-09T01:04:42.948Z] --- PASS: TestSwarmJoin (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestSwarmLeaveError [2021-04-09T01:04:42.948Z] --- PASS: TestSwarmLeaveError (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestSwarmLeave [2021-04-09T01:04:42.948Z] --- PASS: TestSwarmLeave (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestSwarmUnlockError [2021-04-09T01:04:42.948Z] --- PASS: TestSwarmUnlockError (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestSwarmUnlock [2021-04-09T01:04:42.948Z] --- PASS: TestSwarmUnlock (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestSwarmUpdateError [2021-04-09T01:04:42.948Z] --- PASS: TestSwarmUpdateError (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestSwarmUpdate [2021-04-09T01:04:42.948Z] --- PASS: TestSwarmUpdate (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestTaskInspectError [2021-04-09T01:04:42.948Z] --- PASS: TestTaskInspectError (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestTaskInspectWithEmptyID [2021-04-09T01:04:42.948Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestTaskInspect [2021-04-09T01:04:42.948Z] --- PASS: TestTaskInspect (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestTaskListError [2021-04-09T01:04:42.948Z] --- PASS: TestTaskListError (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestTaskList [2021-04-09T01:04:42.948Z] --- PASS: TestTaskList (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestVolumeCreateError [2021-04-09T01:04:42.948Z] --- PASS: TestVolumeCreateError (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestVolumeCreate [2021-04-09T01:04:42.948Z] --- PASS: TestVolumeCreate (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestVolumeInspectError [2021-04-09T01:04:42.948Z] --- PASS: TestVolumeInspectError (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestVolumeInspectNotFound [2021-04-09T01:04:42.948Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestVolumeInspectWithEmptyID [2021-04-09T01:04:42.948Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestVolumeInspect [2021-04-09T01:04:42.948Z] --- PASS: TestVolumeInspect (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestVolumeListError [2021-04-09T01:04:42.948Z] --- PASS: TestVolumeListError (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestVolumeList [2021-04-09T01:04:42.948Z] --- PASS: TestVolumeList (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestVolumeRemoveError [2021-04-09T01:04:42.948Z] --- PASS: TestVolumeRemoveError (0.00s) [2021-04-09T01:04:42.948Z] === RUN TestVolumeRemove [2021-04-09T01:04:42.948Z] --- PASS: TestVolumeRemove (0.00s) [2021-04-09T01:04:42.948Z] === CONT TestTLSCloseWriter [2021-04-09T01:04:42.948Z] --- PASS: TestTLSCloseWriter (0.02s) [2021-04-09T01:04:42.948Z] PASS [2021-04-09T01:04:42.948Z] coverage: 74.9% of statements [2021-04-09T01:04:42.948Z] ok github.com/docker/docker/client 1.033s coverage: 74.9% of statements [2021-04-09T01:04:42.982Z] --- PASS: TestContainerKillOnDaemonStart (12.51s) [2021-04-09T01:04:42.982Z] PASS [2021-04-09T01:04:42.982Z] [2021-04-09T01:04:42.982Z] === Skipped [2021-04-09T01:04:42.982Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-04-09T01:04:42.982Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-04-09T01:04:42.982Z] [2021-04-09T01:04:42.982Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-04-09T01:04:42.982Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-04-09T01:04:42.982Z] [2021-04-09T01:04:42.982Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-04-09T01:04:42.982Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-04-09T01:04:42.982Z] [2021-04-09T01:04:42.982Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2021-04-09T01:04:42.982Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-04-09T01:04:42.982Z] [2021-04-09T01:04:42.982Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.01s) [2021-04-09T01:04:42.982Z] run_linux_test.go:24: !testEnv.DaemonInfo.KernelMemoryTCP [2021-04-09T01:04:42.982Z] [2021-04-09T01:04:42.982Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-04-09T01:04:42.982Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-04-09T01:04:42.982Z] [2021-04-09T01:04:42.982Z] [2021-04-09T01:04:42.982Z] DONE 197 tests, 6 skipped in 156.386s [2021-04-09T01:04:42.982Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-04-09T01:04:42.982Z] INFO: Testing against a local daemon [2021-04-09T01:04:42.982Z] === RUN TestCommitInheritsEnv [2021-04-09T01:04:42.982Z] --- PASS: TestCommitInheritsEnv (0.32s) [2021-04-09T01:04:42.982Z] === RUN TestImportExtremelyLargeImageWorks [2021-04-09T01:04:42.982Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-04-09T01:04:42.982Z] === RUN TestImagesFilterMultiReference [2021-04-09T01:04:42.982Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2021-04-09T01:04:42.982Z] === RUN TestImagePullPlatformInvalid [2021-04-09T01:04:42.982Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-04-09T01:04:42.982Z] === RUN TestRemoveImageOrphaning [2021-04-09T01:04:43.208Z] Loaded image: buildpack-deps:buster [2021-04-09T01:04:43.208Z] Loaded image: busybox:latest [2021-04-09T01:04:43.208Z] Loaded image: busybox:glibc [2021-04-09T01:04:43.237Z] --- PASS: TestRemoveImageOrphaning (0.27s) [2021-04-09T01:04:43.237Z] === RUN TestRemoveImageGarbageCollector [2021-04-09T01:04:43.781Z] Loaded image: debian:bullseye [2021-04-09T01:04:43.781Z] Loaded image: hello-world:latest [2021-04-09T01:04:43.781Z] Loaded image: arm32v7/hello-world:latest [2021-04-09T01:04:45.750Z] --- PASS: TestRemoveImageGarbageCollector (2.08s) [2021-04-09T01:04:45.750Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-04-09T01:04:45.750Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-04-09T01:04:45.750Z] === RUN TestTagInvalidReference [2021-04-09T01:04:45.750Z] --- PASS: TestTagInvalidReference (0.02s) [2021-04-09T01:04:45.750Z] === RUN TestTagValidPrefixedRepo [2021-04-09T01:04:45.750Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2021-04-09T01:04:45.750Z] === RUN TestTagExistedNameWithoutForce [2021-04-09T01:04:45.750Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-04-09T01:04:45.750Z] === RUN TestTagOfficialNames [2021-04-09T01:04:45.750Z] --- PASS: TestTagOfficialNames (0.05s) [2021-04-09T01:04:45.750Z] === RUN TestTagMatchesDigest [2021-04-09T01:04:45.750Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-04-09T01:04:45.750Z] === CONT TestImportExtremelyLargeImageWorks [2021-04-09T01:04:47.532Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-04-09T01:04:47.532Z] Using test binary docker [2021-04-09T01:04:47.532Z] +++ /etc/init.d/apparmor start [2021-04-09T01:04:47.532Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-04-09T01:04:47.532Z] INFO: Waiting for daemon to start... [2021-04-09T01:04:47.806Z] Starting dockerd [2021-04-09T01:04:47.806Z] +++ 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-09T01:04:47.806Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-04-09T01:04:47.806Z] Using test binary docker [2021-04-09T01:04:47.806Z] +++ /etc/init.d/apparmor start [2021-04-09T01:04:47.806Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-04-09T01:04:47.806Z] INFO: Waiting for daemon to start... [2021-04-09T01:04:47.806Z] Starting dockerd [2021-04-09T01:04:47.806Z] +++ 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-09T01:04:48.918Z] ..........................xx.................... [ 29%] [2021-04-09T01:04:48.964Z] 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-09T01:04:53.078Z] . [2021-04-09T01:04:53.078Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-04-09T01:04:53.078Z] [2021-04-09T01:04:53.078Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-04-09T01:04:53.078Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-04-09T01:04:53.078Z] Error: No such image: emptyfs [2021-04-09T01:04:53.078Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-04-09T01:04:53.078Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-04-09T01:04:53.078Z] ++++ docker load [2021-04-09T01:04:53.078Z] Error: No such image: emptyfs [2021-04-09T01:04:53.078Z] ++++ docker load [2021-04-09T01:04:53.078Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-04-09T01:04:53.336Z] Running integration-test (iteration 1) [2021-04-09T01:04:53.336Z] 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-09T01:04:53.336Z] ++ 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-09T01:04:53.336Z] ++ set -e [2021-04-09T01:04:53.336Z] ++ '[' -n 0 ']' [2021-04-09T01:04:53.336Z] ++ set -x [2021-04-09T01:04:53.336Z] ++ env -i DEST=/go/src/github.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-09T01:04:53.595Z] Running integration-test (iteration 1) [2021-04-09T01:04:53.595Z] 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-09T01:04:53.595Z] ++ 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-09T01:04:53.595Z] ++ set -e [2021-04-09T01:04:53.595Z] ++ '[' -n 0 ']' [2021-04-09T01:04:53.595Z] ++ set -x [2021-04-09T01:04:53.595Z] ++ env -i DEST=/go/src/github.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-09T01:04:53.792Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (24.51s) [2021-04-09T01:04:53.792Z] PASS [2021-04-09T01:04:53.792Z] [2021-04-09T01:04:53.792Z] === Skipped [2021-04-09T01:04:53.792Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2021-04-09T01:04:53.792Z] build_session_test.go:25: TODO: BuildKit [2021-04-09T01:04:53.792Z] [2021-04-09T01:04:53.792Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-04-09T01:04:53.792Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-04-09T01:04:53.792Z] [2021-04-09T01:04:53.792Z] [2021-04-09T01:04:53.792Z] DONE 34 tests, 2 skipped in 114.612s [2021-04-09T01:04:53.792Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2021-04-09T01:04:53.792Z] ++ 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-09T01:04:53.792Z] ++ set -e [2021-04-09T01:04:53.792Z] ++ '[' -n 0 ']' [2021-04-09T01:04:53.792Z] ++ set -x [2021-04-09T01:04:53.792Z] ++ env -i DEST=/go/src/github.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-09T01:04:53.792Z] INFO: Testing against a local daemon [2021-04-09T01:04:53.792Z] === RUN TestConfigInspect [2021-04-09T01:04:55.710Z] --- PASS: TestConfigInspect (2.66s) [2021-04-09T01:04:55.710Z] === RUN TestConfigList [2021-04-09T01:04:56.026Z] ? github.com/docker/docker/api [no test files] [2021-04-09T01:04:57.844Z] --- PASS: TestCheckoutGit (34.24s) [2021-04-09T01:04:57.844Z] === RUN TestValidGitTransport [2021-04-09T01:04:57.844Z] --- PASS: TestValidGitTransport (0.00s) [2021-04-09T01:04:57.844Z] === RUN TestGitInvalidRef [2021-04-09T01:04:57.844Z] --- PASS: TestGitInvalidRef (0.19s) [2021-04-09T01:04:57.844Z] PASS [2021-04-09T01:04:57.844Z] coverage: 86.3% of statements [2021-04-09T01:04:57.844Z] ok github.com/docker/docker/builder/remotecontext/git 34.858s coverage: 86.3% of statements [2021-04-09T01:04:59.017Z] --- PASS: TestConfigList (3.15s) [2021-04-09T01:04:59.017Z] === RUN TestConfigsCreateAndDelete [2021-04-09T01:04:59.403Z] ? github.com/docker/docker/cli [no test files] [2021-04-09T01:04:59.403Z] ? github.com/docker/docker/cli/config [no test files] [2021-04-09T01:05:02.327Z] --- PASS: TestConfigsCreateAndDelete (3.20s) [2021-04-09T01:05:02.327Z] === RUN TestConfigsUpdate [2021-04-09T01:05:05.633Z] --- PASS: TestConfigsUpdate (3.17s) [2021-04-09T01:05:05.633Z] === RUN TestTemplatedConfig [2021-04-09T01:05:09.795Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2021-04-09T01:05:09.795Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2021-04-09T01:05:09.795Z] === RUN TestLoadDaemonCliConfigWithTLS [2021-04-09T01:05:09.795Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2021-04-09T01:05:09.795Z] === RUN TestLoadDaemonCliConfigWithConflicts [2021-04-09T01:05:09.795Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2021-04-09T01:05:09.795Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2021-04-09T01:05:09.795Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2021-04-09T01:05:09.795Z] === RUN TestLoadDaemonCliWithConflictingLabels [2021-04-09T01:05:09.795Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2021-04-09T01:05:09.795Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2021-04-09T01:05:09.795Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2021-04-09T01:05:09.795Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2021-04-09T01:05:09.795Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2021-04-09T01:05:09.795Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2021-04-09T01:05:09.795Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2021-04-09T01:05:09.795Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2021-04-09T01:05:09.795Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2021-04-09T01:05:09.795Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2021-04-09T01:05:09.795Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2021-04-09T01:05:09.795Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2021-04-09T01:05:09.795Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2021-04-09T01:05:09.795Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2021-04-09T01:05:09.795Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2021-04-09T01:05:09.795Z] === RUN TestConfigureDaemonLogs [2021-04-09T01:05:09.795Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2021-04-09T01:05:09.795Z] === RUN TestCommonOptionsInstallFlags [2021-04-09T01:05:09.795Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2021-04-09T01:05:09.795Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2021-04-09T01:05:09.795Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2021-04-09T01:05:09.795Z] PASS [2021-04-09T01:05:09.795Z] coverage: 18.4% of statements [2021-04-09T01:05:09.795Z] ok github.com/docker/docker/cmd/dockerd 1.556s coverage: 18.4% of statements [2021-04-09T01:05:09.795Z] === RUN TestContainerStopSignal [2021-04-09T01:05:09.795Z] --- PASS: TestContainerStopSignal (0.00s) [2021-04-09T01:05:09.795Z] === RUN TestContainerStopTimeout [2021-04-09T01:05:09.795Z] --- PASS: TestContainerStopTimeout (0.00s) [2021-04-09T01:05:09.795Z] === RUN TestContainerSecretReferenceDestTarget [2021-04-09T01:05:09.795Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2021-04-09T01:05:09.795Z] === RUN TestContainerLogPathSetForJSONFileLogger [2021-04-09T01:05:09.795Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2021-04-09T01:05:09.795Z] === RUN TestContainerLogPathSetForRingLogger [2021-04-09T01:05:09.795Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2021-04-09T01:05:09.795Z] === RUN TestReplaceAndAppendEnvVars [2021-04-09T01:05:09.795Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2021-04-09T01:05:09.795Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2021-04-09T01:05:09.795Z] === RUN TestNewMemoryStore [2021-04-09T01:05:09.795Z] --- PASS: TestNewMemoryStore (0.00s) [2021-04-09T01:05:09.795Z] === RUN TestAddContainers [2021-04-09T01:05:09.795Z] --- PASS: TestAddContainers (0.00s) [2021-04-09T01:05:09.795Z] === RUN TestGetContainer [2021-04-09T01:05:09.795Z] --- PASS: TestGetContainer (0.00s) [2021-04-09T01:05:09.795Z] === RUN TestDeleteContainer [2021-04-09T01:05:09.795Z] --- PASS: TestDeleteContainer (0.00s) [2021-04-09T01:05:09.795Z] === RUN TestListContainers [2021-04-09T01:05:09.795Z] --- PASS: TestListContainers (0.00s) [2021-04-09T01:05:09.795Z] === RUN TestFirstContainer [2021-04-09T01:05:09.795Z] --- PASS: TestFirstContainer (0.00s) [2021-04-09T01:05:09.795Z] === RUN TestApplyAllContainer [2021-04-09T01:05:09.795Z] --- PASS: TestApplyAllContainer (0.00s) [2021-04-09T01:05:09.795Z] === RUN TestIsValidHealthString [2021-04-09T01:05:09.795Z] --- PASS: TestIsValidHealthString (0.00s) [2021-04-09T01:05:09.795Z] === RUN TestStateRunStop [2021-04-09T01:05:09.795Z] --- PASS: TestStateRunStop (0.00s) [2021-04-09T01:05:09.795Z] === RUN TestStateTimeoutWait [2021-04-09T01:05:09.795Z] --- PASS: TestStateTimeoutWait (0.11s) [2021-04-09T01:05:09.795Z] state_test.go:141: Stop callback fired [2021-04-09T01:05:09.795Z] state_test.go:165: Stop callback fired [2021-04-09T01:05:09.795Z] === RUN TestIsValidStateString [2021-04-09T01:05:09.795Z] --- PASS: TestIsValidStateString (0.00s) [2021-04-09T01:05:09.795Z] === RUN TestViewSaveDelete [2021-04-09T01:05:09.795Z] --- PASS: TestViewSaveDelete (0.03s) [2021-04-09T01:05:09.795Z] === RUN TestViewAll [2021-04-09T01:05:09.795Z] --- PASS: TestViewAll (0.04s) [2021-04-09T01:05:09.795Z] === RUN TestViewGet [2021-04-09T01:05:09.795Z] --- PASS: TestViewGet (0.01s) [2021-04-09T01:05:09.795Z] === RUN TestNames [2021-04-09T01:05:09.795Z] --- PASS: TestNames (0.00s) [2021-04-09T01:05:09.795Z] === RUN TestViewWithHealthCheck [2021-04-09T01:05:09.795Z] --- PASS: TestViewWithHealthCheck (0.01s) [2021-04-09T01:05:09.795Z] PASS [2021-04-09T01:05:09.795Z] coverage: 41.6% of statements [2021-04-09T01:05:09.795Z] ok github.com/docker/docker/container 0.815s coverage: 41.6% of statements [2021-04-09T01:05:09.795Z] ? github.com/docker/docker/container/stream [no test files] [2021-04-09T01:05:09.795Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-04-09T01:05:09.795Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-04-09T01:05:09.795Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-04-09T01:05:09.847Z] --- PASS: TestTemplatedConfig (3.81s) [2021-04-09T01:05:09.847Z] === RUN TestConfigCreateResolve [2021-04-09T01:05:12.397Z] --- PASS: TestConfigCreateResolve (3.19s) [2021-04-09T01:05:12.397Z] === RUN TestConfigDaemonLibtrustID [2021-04-09T01:05:13.342Z] --- PASS: TestConfigDaemonLibtrustID (1.14s) [2021-04-09T01:05:13.342Z] PASS [2021-04-09T01:05:13.342Z] [2021-04-09T01:05:13.342Z] DONE 7 tests in 20.473s [2021-04-09T01:05:13.342Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2021-04-09T01:05:13.342Z] ++ 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-09T01:05:13.342Z] ++ set -e [2021-04-09T01:05:13.342Z] ++ '[' -n 0 ']' [2021-04-09T01:05:13.342Z] ++ set -x [2021-04-09T01:05:13.342Z] ++ env -i DEST=/go/src/github.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-09T01:05:13.581Z] === RUN TestPrepare [2021-04-09T01:05:13.581Z] --- PASS: TestPrepare (0.00s) [2021-04-09T01:05:13.581Z] === RUN TestStart [2021-04-09T01:05:13.581Z] --- PASS: TestStart (0.00s) [2021-04-09T01:05:13.581Z] === RUN TestWaitCancel [2021-04-09T01:05:13.581Z] --- PASS: TestWaitCancel (0.00s) [2021-04-09T01:05:13.581Z] === RUN TestWaitDisabled [2021-04-09T01:05:13.581Z] --- PASS: TestWaitDisabled (0.01s) [2021-04-09T01:05:13.581Z] === RUN TestWaitEnabled [2021-04-09T01:05:13.581Z] --- PASS: TestWaitEnabled (0.00s) [2021-04-09T01:05:13.581Z] === RUN TestRemove [2021-04-09T01:05:13.581Z] --- PASS: TestRemove (0.00s) [2021-04-09T01:05:13.581Z] PASS [2021-04-09T01:05:13.581Z] coverage: 65.3% of statements [2021-04-09T01:05:13.581Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.787s coverage: 65.3% of statements [2021-04-09T01:05:13.604Z] INFO: Testing against a local daemon [2021-04-09T01:05:13.604Z] === RUN TestCheckpoint [2021-04-09T01:05:13.604Z] --- SKIP: TestCheckpoint (0.00s) [2021-04-09T01:05:13.604Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-04-09T01:05:13.604Z] === RUN TestContainerInvalidJSON [2021-04-09T01:05:13.604Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-04-09T01:05:13.604Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-04-09T01:05:13.604Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-04-09T01:05:13.604Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-04-09T01:05:13.604Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-04-09T01:05:13.604Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-04-09T01:05:13.604Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-04-09T01:05:13.604Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-04-09T01:05:13.604Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-04-09T01:05:13.604Z] --- PASS: TestContainerInvalidJSON (0.03s) [2021-04-09T01:05:13.604Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2021-04-09T01:05:13.604Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2021-04-09T01:05:13.604Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2021-04-09T01:05:13.604Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-04-09T01:05:13.693Z] === RUN TestMiddlewares [2021-04-09T01:05:13.693Z] --- PASS: TestMiddlewares (0.00s) [2021-04-09T01:05:13.693Z] PASS [2021-04-09T01:05:13.693Z] coverage: 9.0% of statements [2021-04-09T01:05:13.693Z] ok github.com/docker/docker/api/server 0.116s coverage: 9.0% of statements [2021-04-09T01:05:13.866Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2021-04-09T01:05:13.866Z] === RUN TestCopyFromContainerPathIsNotDir [2021-04-09T01:05:13.866Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s) [2021-04-09T01:05:13.866Z] === RUN TestCopyToContainerPathDoesNotExist [2021-04-09T01:05:13.866Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2021-04-09T01:05:13.866Z] === RUN TestCopyToContainerPathIsNotDir [2021-04-09T01:05:13.866Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2021-04-09T01:05:13.866Z] === RUN TestCopyFromContainer [2021-04-09T01:05:15.137Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2021-04-09T01:05:15.137Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.16s) [2021-04-09T01:05:15.137Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2021-04-09T01:05:15.137Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2021-04-09T01:05:15.137Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2021-04-09T01:05:15.137Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2021-04-09T01:05:15.137Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2021-04-09T01:05:15.137Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2021-04-09T01:05:15.137Z] === RUN TestServiceConvertToGRPCContainerRuntime [2021-04-09T01:05:15.137Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2021-04-09T01:05:15.137Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2021-04-09T01:05:15.137Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2021-04-09T01:05:15.137Z] === RUN TestServiceConvertToGRPCIsolation [2021-04-09T01:05:15.137Z] === RUN TestServiceConvertToGRPCIsolation/empty [2021-04-09T01:05:15.137Z] === RUN TestServiceConvertToGRPCIsolation/default [2021-04-09T01:05:15.137Z] === RUN TestServiceConvertToGRPCIsolation/process [2021-04-09T01:05:15.137Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2021-04-09T01:05:15.137Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2021-04-09T01:05:15.137Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2021-04-09T01:05:15.137Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2021-04-09T01:05:15.137Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2021-04-09T01:05:15.137Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2021-04-09T01:05:15.137Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2021-04-09T01:05:15.137Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2021-04-09T01:05:15.137Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2021-04-09T01:05:15.137Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2021-04-09T01:05:15.137Z] === RUN TestServiceConvertFromGRPCIsolation [2021-04-09T01:05:15.137Z] === RUN TestServiceConvertFromGRPCIsolation/default [2021-04-09T01:05:15.137Z] === RUN TestServiceConvertFromGRPCIsolation/process [2021-04-09T01:05:15.137Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2021-04-09T01:05:15.137Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2021-04-09T01:05:15.137Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2021-04-09T01:05:15.138Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2021-04-09T01:05:15.138Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2021-04-09T01:05:15.138Z] === RUN TestServiceConvertToGRPCCredentialSpec [2021-04-09T01:05:15.138Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2021-04-09T01:05:15.138Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2021-04-09T01:05:15.138Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2021-04-09T01:05:15.138Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2021-04-09T01:05:15.138Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2021-04-09T01:05:15.138Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2021-04-09T01:05:15.138Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2021-04-09T01:05:15.138Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2021-04-09T01:05:15.138Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2021-04-09T01:05:15.138Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-04-09T01:05:15.138Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2021-04-09T01:05:15.138Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2021-04-09T01:05:15.138Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2021-04-09T01:05:15.138Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2021-04-09T01:05:15.138Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2021-04-09T01:05:15.138Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2021-04-09T01:05:15.138Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-04-09T01:05:15.138Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2021-04-09T01:05:15.138Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2021-04-09T01:05:15.138Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2021-04-09T01:05:15.138Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2021-04-09T01:05:15.138Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2021-04-09T01:05:15.138Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2021-04-09T01:05:15.138Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-04-09T01:05:15.138Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2021-04-09T01:05:15.138Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2021-04-09T01:05:15.138Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-04-09T01:05:15.138Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2021-04-09T01:05:15.138Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2021-04-09T01:05:15.138Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2021-04-09T01:05:15.138Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2021-04-09T01:05:15.138Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2021-04-09T01:05:15.138Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2021-04-09T01:05:15.138Z] === RUN TestServiceConvertFromGRPCConfigs [2021-04-09T01:05:15.138Z] === RUN TestServiceConvertFromGRPCConfigs/file [2021-04-09T01:05:15.138Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2021-04-09T01:05:15.138Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2021-04-09T01:05:15.138Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2021-04-09T01:05:15.138Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2021-04-09T01:05:15.138Z] === RUN TestServiceConvertToGRPCConfigs [2021-04-09T01:05:15.138Z] === RUN TestServiceConvertToGRPCConfigs/file [2021-04-09T01:05:15.138Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2021-04-09T01:05:15.138Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2021-04-09T01:05:15.138Z] === RUN TestServiceConvertToGRPCConfigs/none [2021-04-09T01:05:15.138Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2021-04-09T01:05:15.138Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2021-04-09T01:05:15.138Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2021-04-09T01:05:15.138Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2021-04-09T01:05:15.138Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2021-04-09T01:05:15.138Z] PASS [2021-04-09T01:05:15.138Z] coverage: 35.9% of statements [2021-04-09T01:05:15.138Z] ok github.com/docker/docker/daemon/cluster/convert 1.038s coverage: 35.9% of statements [2021-04-09T01:05:15.187Z] tests/integration/api_exec_test.py ..................... [ 34%] [2021-04-09T01:05:15.785Z] === RUN TestCopyFromContainer// [2021-04-09T01:05:15.785Z] === RUN TestCopyFromContainer//bar/root [2021-04-09T01:05:15.785Z] === RUN TestCopyFromContainer//bar/root/ [2021-04-09T01:05:15.785Z] === RUN TestCopyFromContainer/bar/quux [2021-04-09T01:05:16.047Z] === RUN TestCopyFromContainer/bar/quux/ [2021-04-09T01:05:16.047Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-04-09T01:05:16.310Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-04-09T01:05:16.310Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-04-09T01:05:16.571Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-04-09T01:05:16.571Z] === RUN TestCopyFromContainer/bar/notarget [2021-04-09T01:05:16.699Z] === RUN TestNewListSecretsFilters [2021-04-09T01:05:16.699Z] --- PASS: TestNewListSecretsFilters (0.00s) [2021-04-09T01:05:16.699Z] === RUN TestNewListConfigsFilters [2021-04-09T01:05:16.699Z] --- PASS: TestNewListConfigsFilters (0.00s) [2021-04-09T01:05:16.699Z] PASS [2021-04-09T01:05:16.699Z] coverage: 0.5% of statements [2021-04-09T01:05:16.699Z] ok github.com/docker/docker/daemon/cluster 1.478s coverage: 0.5% of statements [2021-04-09T01:05:16.833Z] --- PASS: TestCopyFromContainer (2.76s) [2021-04-09T01:05:16.833Z] --- PASS: TestCopyFromContainer// (0.12s) [2021-04-09T01:05:16.833Z] --- PASS: TestCopyFromContainer//bar/root (0.12s) [2021-04-09T01:05:16.833Z] --- PASS: TestCopyFromContainer//bar/root/ (0.12s) [2021-04-09T01:05:16.833Z] --- PASS: TestCopyFromContainer/bar/quux (0.12s) [2021-04-09T01:05:16.833Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.10s) [2021-04-09T01:05:16.833Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2021-04-09T01:05:16.833Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s) [2021-04-09T01:05:16.833Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s) [2021-04-09T01:05:16.833Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s) [2021-04-09T01:05:16.833Z] --- PASS: TestCopyFromContainer/bar/notarget (0.10s) [2021-04-09T01:05:16.833Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-04-09T01:05:16.833Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-09T01:05:16.833Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-09T01:05:16.833Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-09T01:05:16.833Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-09T01:05:16.833Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-09T01:05:16.833Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-09T01:05:16.833Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-09T01:05:16.833Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-09T01:05:16.833Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-09T01:05:16.833Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2021-04-09T01:05:16.833Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-04-09T01:05:16.833Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-04-09T01:05:16.833Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-04-09T01:05:16.833Z] === RUN TestCreateLinkToNonExistingContainer [2021-04-09T01:05:16.833Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2021-04-09T01:05:16.833Z] === RUN TestCreateWithInvalidEnv [2021-04-09T01:05:16.833Z] === RUN TestCreateWithInvalidEnv/0 [2021-04-09T01:05:16.833Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-04-09T01:05:16.833Z] === RUN TestCreateWithInvalidEnv/1 [2021-04-09T01:05:16.833Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-04-09T01:05:16.833Z] === RUN TestCreateWithInvalidEnv/2 [2021-04-09T01:05:16.833Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-04-09T01:05:16.833Z] === CONT TestCreateWithInvalidEnv/0 [2021-04-09T01:05:16.833Z] === CONT TestCreateWithInvalidEnv/1 [2021-04-09T01:05:16.833Z] === CONT TestCreateWithInvalidEnv/2 [2021-04-09T01:05:16.833Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-04-09T01:05:16.833Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-04-09T01:05:16.833Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-04-09T01:05:16.833Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-04-09T01:05:16.833Z] === RUN TestCreateTmpfsMountsTarget [2021-04-09T01:05:16.833Z] --- PASS: TestCreateTmpfsMountsTarget (0.04s) [2021-04-09T01:05:16.833Z] === RUN TestCreateWithCustomMaskedPaths [2021-04-09T01:05:19.450Z] --- PASS: TestCreateWithCustomMaskedPaths (2.42s) [2021-04-09T01:05:19.450Z] === RUN TestCreateWithCustomReadonlyPaths [2021-04-09T01:05:22.003Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.33s) [2021-04-09T01:05:22.003Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-04-09T01:05:22.003Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-09T01:05:22.003Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-09T01:05:22.003Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-09T01:05:22.003Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-09T01:05:22.003Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-09T01:05:22.003Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-09T01:05:22.003Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-09T01:05:22.003Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-09T01:05:22.003Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-09T01:05:22.003Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-09T01:05:22.003Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-09T01:05:22.003Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-09T01:05:22.003Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-09T01:05:22.003Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-09T01:05:22.003Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-09T01:05:22.003Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-04-09T01:05:22.003Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2021-04-09T01:05:22.003Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.05s) [2021-04-09T01:05:22.003Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.05s) [2021-04-09T01:05:22.003Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.05s) [2021-04-09T01:05:22.003Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2021-04-09T01:05:22.003Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-04-09T01:05:22.576Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.83s) [2021-04-09T01:05:22.576Z] === RUN TestCreateDifferentPlatform [2021-04-09T01:05:22.576Z] === RUN TestCreateDifferentPlatform/different_os [2021-04-09T01:05:22.576Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-04-09T01:05:22.576Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2021-04-09T01:05:22.576Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2021-04-09T01:05:22.576Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.01s) [2021-04-09T01:05:22.576Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-04-09T01:05:22.576Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2021-04-09T01:05:22.576Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-04-09T01:05:22.576Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2021-04-09T01:05:22.576Z] === RUN TestContainerStartOnDaemonRestart [2021-04-09T01:05:22.576Z] === PAUSE TestContainerStartOnDaemonRestart [2021-04-09T01:05:22.576Z] === RUN TestDaemonRestartIpcMode [2021-04-09T01:05:22.576Z] === PAUSE TestDaemonRestartIpcMode [2021-04-09T01:05:22.576Z] === RUN TestDaemonHostGatewayIP [2021-04-09T01:05:22.576Z] === PAUSE TestDaemonHostGatewayIP [2021-04-09T01:05:22.576Z] === RUN TestRestartDaemonWithRestartingContainer [2021-04-09T01:05:22.576Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-04-09T01:05:22.576Z] === RUN TestContainerKillOnDaemonStart [2021-04-09T01:05:22.576Z] === PAUSE TestContainerKillOnDaemonStart [2021-04-09T01:05:22.576Z] === RUN TestDiff [2021-04-09T01:05:23.522Z] --- PASS: TestDiff (0.82s) [2021-04-09T01:05:23.522Z] === RUN TestExecWithCloseStdin [2021-04-09T01:05:23.830Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2021-04-09T01:05:23.855Z] === RUN TestBuilderGC [2021-04-09T01:05:23.855Z] --- PASS: TestBuilderGC (0.00s) [2021-04-09T01:05:23.855Z] === RUN TestDaemonConfigurationNotFound [2021-04-09T01:05:23.855Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2021-04-09T01:05:23.855Z] === RUN TestDaemonBrokenConfiguration [2021-04-09T01:05:23.855Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2021-04-09T01:05:23.855Z] === RUN TestParseClusterAdvertiseSettings [2021-04-09T01:05:23.855Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2021-04-09T01:05:23.855Z] === RUN TestFindConfigurationConflicts [2021-04-09T01:05:23.855Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2021-04-09T01:05:23.855Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2021-04-09T01:05:23.855Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2021-04-09T01:05:23.855Z] === RUN TestDaemonConfigurationMergeConflicts [2021-04-09T01:05:23.855Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2021-04-09T01:05:23.855Z] === RUN TestDaemonConfigurationMergeConcurrent [2021-04-09T01:05:23.855Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2021-04-09T01:05:23.855Z] === RUN TestDaemonConfigurationMergeConcurrentError [2021-04-09T01:05:23.855Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2021-04-09T01:05:23.855Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2021-04-09T01:05:23.855Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2021-04-09T01:05:23.855Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2021-04-09T01:05:23.855Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2021-04-09T01:05:23.855Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2021-04-09T01:05:23.855Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2021-04-09T01:05:23.855Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.01s) [2021-04-09T01:05:23.855Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2021-04-09T01:05:23.855Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2021-04-09T01:05:23.855Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2021-04-09T01:05:23.855Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2021-04-09T01:05:23.855Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2021-04-09T01:05:23.855Z] === RUN TestFindConfigurationConflictsWithMergedValues [2021-04-09T01:05:23.855Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2021-04-09T01:05:23.855Z] === RUN TestValidateConfigurationErrors [2021-04-09T01:05:23.855Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2021-04-09T01:05:23.855Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2021-04-09T01:05:23.855Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2021-04-09T01:05:23.855Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2021-04-09T01:05:23.855Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2021-04-09T01:05:23.855Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2021-04-09T01:05:23.855Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2021-04-09T01:05:23.855Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2021-04-09T01:05:23.855Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2021-04-09T01:05:23.855Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2021-04-09T01:05:23.855Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2021-04-09T01:05:23.855Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2021-04-09T01:05:23.855Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2021-04-09T01:05:23.855Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2021-04-09T01:05:23.855Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2021-04-09T01:05:23.855Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2021-04-09T01:05:23.855Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2021-04-09T01:05:23.855Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2021-04-09T01:05:23.855Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2021-04-09T01:05:23.855Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2021-04-09T01:05:23.855Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2021-04-09T01:05:23.855Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2021-04-09T01:05:23.855Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2021-04-09T01:05:23.855Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2021-04-09T01:05:23.855Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2021-04-09T01:05:23.855Z] === RUN TestValidateConfiguration [2021-04-09T01:05:23.855Z] === RUN TestValidateConfiguration/with_label [2021-04-09T01:05:23.855Z] === RUN TestValidateConfiguration/with_dns [2021-04-09T01:05:23.855Z] === RUN TestValidateConfiguration/with_dns-search [2021-04-09T01:05:23.855Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2021-04-09T01:05:23.855Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2021-04-09T01:05:23.855Z] === RUN TestValidateConfiguration/with_max-download-attempts [2021-04-09T01:05:23.855Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2021-04-09T01:05:23.855Z] === RUN TestValidateConfiguration/with_node_generic_resources [2021-04-09T01:05:23.855Z] --- PASS: TestValidateConfiguration (0.00s) [2021-04-09T01:05:23.855Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2021-04-09T01:05:23.855Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2021-04-09T01:05:23.855Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2021-04-09T01:05:23.855Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2021-04-09T01:05:23.855Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2021-04-09T01:05:23.855Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2021-04-09T01:05:23.855Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2021-04-09T01:05:23.855Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2021-04-09T01:05:23.855Z] === RUN TestModifiedDiscoverySettings [2021-04-09T01:05:23.855Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2021-04-09T01:05:23.855Z] === RUN TestReloadSetConfigFileNotExist [2021-04-09T01:05:23.855Z] time="2021-04-09T01:05:22Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2021-04-09T01:05:23.855Z] --- PASS: TestReloadSetConfigFileNotExist (0.16s) [2021-04-09T01:05:23.855Z] === RUN TestReloadDefaultConfigNotExist [2021-04-09T01:05:23.855Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2021-04-09T01:05:23.855Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:05:23.855Z] === RUN TestReloadBadDefaultConfig [2021-04-09T01:05:23.855Z] time="2021-04-09T01:05:22Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-646040067" [2021-04-09T01:05:23.855Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2021-04-09T01:05:23.855Z] === RUN TestReloadWithConflictingLabels [2021-04-09T01:05:23.855Z] time="2021-04-09T01:05:22Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-923193222" [2021-04-09T01:05:23.855Z] --- PASS: TestReloadWithConflictingLabels (0.03s) [2021-04-09T01:05:23.855Z] === RUN TestReloadWithDuplicateLabels [2021-04-09T01:05:23.855Z] time="2021-04-09T01:05:22Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-251321645" [2021-04-09T01:05:23.855Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2021-04-09T01:05:23.855Z] === RUN TestDaemonConfigurationMerge [2021-04-09T01:05:23.855Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2021-04-09T01:05:23.855Z] PASS [2021-04-09T01:05:23.855Z] coverage: 79.7% of statements [2021-04-09T01:05:23.855Z] ok github.com/docker/docker/daemon/config 1.584s coverage: 79.7% of statements [2021-04-09T01:05:23.855Z] === RUN TestDiscoveryOptsErrors [2021-04-09T01:05:23.855Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2021-04-09T01:05:23.855Z] === RUN TestDiscoveryOpts [2021-04-09T01:05:23.855Z] --- PASS: TestDiscoveryOpts (0.00s) [2021-04-09T01:05:23.855Z] PASS [2021-04-09T01:05:23.855Z] coverage: 30.0% of statements [2021-04-09T01:05:23.855Z] ok github.com/docker/docker/daemon/discovery 0.600s coverage: 30.0% of statements [2021-04-09T01:05:24.910Z] --- PASS: TestExecWithCloseStdin (1.12s) [2021-04-09T01:05:24.910Z] === RUN TestExec [2021-04-09T01:05:25.855Z] --- PASS: TestExec (1.09s) [2021-04-09T01:05:25.855Z] === RUN TestExecUser [2021-04-09T01:05:26.060Z] === RUN TestVerifyNetworkingConfig [2021-04-09T01:05:26.060Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2021-04-09T01:05:26.060Z] === RUN TestGetContainer [2021-04-09T01:05:26.060Z] --- PASS: TestGetContainer (0.00s) [2021-04-09T01:05:26.060Z] === RUN TestValidContainerNames [2021-04-09T01:05:26.060Z] --- PASS: TestValidContainerNames (0.00s) [2021-04-09T01:05:26.060Z] === RUN TestContainerInitDNS [2021-04-09T01:05:26.060Z] --- SKIP: TestContainerInitDNS (0.00s) [2021-04-09T01:05:26.060Z] daemon_test.go:147: root required [2021-04-09T01:05:26.060Z] === RUN TestMerge [2021-04-09T01:05:26.060Z] --- PASS: TestMerge (0.00s) [2021-04-09T01:05:26.060Z] === RUN TestValidateContainerIsolation [2021-04-09T01:05:26.060Z] --- PASS: TestValidateContainerIsolation (0.00s) [2021-04-09T01:05:26.060Z] === RUN TestFindNetworkErrorType [2021-04-09T01:05:26.060Z] --- PASS: TestFindNetworkErrorType (0.00s) [2021-04-09T01:05:26.060Z] === RUN TestEnsureServicesExist [2021-04-09T01:05:26.060Z] --- PASS: TestEnsureServicesExist (0.00s) [2021-04-09T01:05:26.060Z] === RUN TestEnsureServicesExistErrors [2021-04-09T01:05:26.060Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2021-04-09T01:05:26.060Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2021-04-09T01:05:26.060Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2021-04-09T01:05:26.060Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2021-04-09T01:05:26.060Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2021-04-09T01:05:26.060Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2021-04-09T01:05:26.060Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2021-04-09T01:05:26.060Z] === RUN TestContainerDelete [2021-04-09T01:05:26.060Z] --- PASS: TestContainerDelete (0.00s) [2021-04-09T01:05:26.060Z] === RUN TestContainerDoubleDelete [2021-04-09T01:05:26.060Z] --- PASS: TestContainerDoubleDelete (0.00s) [2021-04-09T01:05:26.060Z] === RUN TestLogContainerEventCopyLabels [2021-04-09T01:05:26.060Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2021-04-09T01:05:26.060Z] === RUN TestLogContainerEventWithAttributes [2021-04-09T01:05:26.060Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2021-04-09T01:05:26.060Z] === RUN TestNoneHealthcheck [2021-04-09T01:05:26.060Z] --- PASS: TestNoneHealthcheck (0.00s) [2021-04-09T01:05:26.060Z] === RUN TestHealthStates [2021-04-09T01:05:26.060Z] time="2021-04-09T01:05:25Z" 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-09T01:05:26.060Z] time="2021-04-09T01:05:25Z" 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-09T01:05:26.060Z] time="2021-04-09T01:05:25Z" 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-09T01:05:26.060Z] time="2021-04-09T01:05:25Z" 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-09T01:05:26.060Z] time="2021-04-09T01:05:25Z" 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-09T01:05:26.060Z] time="2021-04-09T01:05:25Z" 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-09T01:05:26.060Z] time="2021-04-09T01:05:25Z" 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-09T01:05:26.060Z] time="2021-04-09T01:05:25Z" 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-09T01:05:26.060Z] time="2021-04-09T01:05:25Z" 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-09T01:05:26.060Z] time="2021-04-09T01:05:25Z" 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-09T01:05:26.060Z] --- PASS: TestHealthStates (0.16s) [2021-04-09T01:05:26.060Z] === RUN TestMaskURLCredentials [2021-04-09T01:05:26.060Z] --- PASS: TestMaskURLCredentials (0.00s) [2021-04-09T01:05:26.060Z] === RUN TestGetInspectData [2021-04-09T01:05:26.060Z] --- PASS: TestGetInspectData (0.00s) [2021-04-09T01:05:26.060Z] === RUN TestFillLicense [2021-04-09T01:05:26.060Z] --- PASS: TestFillLicense (0.00s) [2021-04-09T01:05:26.060Z] === RUN TestListInvalidFilter [2021-04-09T01:05:26.060Z] --- PASS: TestListInvalidFilter (0.00s) [2021-04-09T01:05:26.060Z] === RUN TestNameFilter [2021-04-09T01:05:26.060Z] --- PASS: TestNameFilter (0.00s) [2021-04-09T01:05:26.060Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2021-04-09T01:05:26.060Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2021-04-09T01:05:26.060Z] === RUN TestSetWindowsCredentialSpecInSpec [2021-04-09T01:05:26.060Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2021-04-09T01:05:26.060Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2021-04-09T01:05:26.060Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2021-04-09T01:05:26.060Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2021-04-09T01:05:26.060Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2021-04-09T01:05:26.060Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2021-04-09T01:05:26.060Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2021-04-09T01:05:26.060Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2021-04-09T01:05:26.060Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2021-04-09T01:05:26.060Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2021-04-09T01:05:26.060Z] === 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-09T01:05:26.060Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2021-04-09T01:05:26.060Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2021-04-09T01:05:26.060Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2021-04-09T01:05:26.060Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2021-04-09T01:05:26.060Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2021-04-09T01:05:26.060Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2021-04-09T01:05:26.060Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2021-04-09T01:05:26.060Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2021-04-09T01:05:26.060Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2021-04-09T01:05:26.060Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2021-04-09T01:05:26.060Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2021-04-09T01:05:26.060Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2021-04-09T01:05:26.060Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2021-04-09T01:05:26.060Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-04-09T01:05:26.060Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2021-04-09T01:05:26.060Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2021-04-09T01:05:26.060Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-04-09T01:05:26.060Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2021-04-09T01:05:26.060Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2021-04-09T01:05:26.060Z] --- 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-09T01:05:26.060Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2021-04-09T01:05:26.060Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2021-04-09T01:05:26.060Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2021-04-09T01:05:26.061Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2021-04-09T01:05:26.061Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2021-04-09T01:05:26.061Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2021-04-09T01:05:26.061Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2021-04-09T01:05:26.061Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2021-04-09T01:05:26.061Z] === RUN TestDaemonReloadLabels [2021-04-09T01:05:26.061Z] --- PASS: TestDaemonReloadLabels (0.00s) [2021-04-09T01:05:26.061Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2021-04-09T01:05:26.061Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2021-04-09T01:05:26.061Z] === RUN TestDaemonReloadMirrors [2021-04-09T01:05:26.061Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2021-04-09T01:05:26.061Z] === RUN TestDaemonReloadInsecureRegistries [2021-04-09T01:05:26.061Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2021-04-09T01:05:26.061Z] === RUN TestDaemonReloadNotAffectOthers [2021-04-09T01:05:26.061Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2021-04-09T01:05:26.061Z] === RUN TestDaemonDiscoveryReload [2021-04-09T01:05:26.800Z] --- PASS: TestExecUser (1.07s) [2021-04-09T01:05:26.800Z] === RUN TestExportContainerAndImportImage [2021-04-09T01:05:27.042Z] === RUN TestWaitNodeAttachment [2021-04-09T01:05:27.042Z] --- PASS: TestDaemonDiscoveryReload (1.00s) [2021-04-09T01:05:27.042Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2021-04-09T01:05:27.042Z] --- PASS: TestWaitNodeAttachment (0.40s) [2021-04-09T01:05:27.042Z] === RUN TestIsolationConversion [2021-04-09T01:05:27.042Z] === RUN TestIsolationConversion/default [2021-04-09T01:05:27.042Z] === RUN TestIsolationConversion/process [2021-04-09T01:05:27.042Z] === RUN TestIsolationConversion/hyperv [2021-04-09T01:05:27.042Z] --- PASS: TestIsolationConversion (0.00s) [2021-04-09T01:05:27.042Z] --- PASS: TestIsolationConversion/default (0.00s) [2021-04-09T01:05:27.042Z] --- PASS: TestIsolationConversion/process (0.00s) [2021-04-09T01:05:27.042Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2021-04-09T01:05:27.042Z] === RUN TestContainerLabels [2021-04-09T01:05:27.042Z] --- PASS: TestContainerLabels (0.00s) [2021-04-09T01:05:27.042Z] === RUN TestCredentialSpecConversion [2021-04-09T01:05:27.042Z] === RUN TestCredentialSpecConversion/none [2021-04-09T01:05:27.042Z] === RUN TestCredentialSpecConversion/config [2021-04-09T01:05:27.042Z] === RUN TestCredentialSpecConversion/file [2021-04-09T01:05:27.042Z] === RUN TestCredentialSpecConversion/registry [2021-04-09T01:05:27.042Z] --- PASS: TestCredentialSpecConversion (0.00s) [2021-04-09T01:05:27.042Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2021-04-09T01:05:27.042Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2021-04-09T01:05:27.042Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2021-04-09T01:05:27.042Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2021-04-09T01:05:27.042Z] === RUN TestControllerValidateMountBind [2021-04-09T01:05:27.042Z] --- PASS: TestControllerValidateMountBind (0.00s) [2021-04-09T01:05:27.042Z] === RUN TestControllerValidateMountVolume [2021-04-09T01:05:27.042Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2021-04-09T01:05:27.042Z] === RUN TestControllerValidateMountTarget [2021-04-09T01:05:27.042Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2021-04-09T01:05:27.042Z] === RUN TestControllerValidateMountTmpfs [2021-04-09T01:05:27.042Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2021-04-09T01:05:27.042Z] === RUN TestControllerValidateMountInvalidType [2021-04-09T01:05:27.042Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2021-04-09T01:05:27.042Z] === RUN TestControllerValidateMountNamedPipe [2021-04-09T01:05:27.042Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2021-04-09T01:05:27.042Z] PASS [2021-04-09T01:05:27.042Z] coverage: 11.3% of statements [2021-04-09T01:05:27.042Z] ok github.com/docker/docker/daemon/cluster/executor/container 2.533s coverage: 11.3% of statements [2021-04-09T01:05:27.507Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s) [2021-04-09T01:05:27.507Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2021-04-09T01:05:27.744Z] --- PASS: TestExportContainerAndImportImage (1.06s) [2021-04-09T01:05:27.744Z] === RUN TestExportContainerAfterDaemonRestart [2021-04-09T01:05:27.973Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s) [2021-04-09T01:05:27.973Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2021-04-09T01:05:27.973Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-04-09T01:05:27.973Z] reload_test.go:520: root required [2021-04-09T01:05:27.973Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2021-04-09T01:05:27.973Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2021-04-09T01:05:27.973Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2021-04-09T01:05:27.973Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.03s) [2021-04-09T01:05:27.973Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2021-04-09T01:05:27.973Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2021-04-09T01:05:27.973Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2021-04-09T01:05:27.973Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.00s) [2021-04-09T01:05:27.973Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2021-04-09T01:05:27.973Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2021-04-09T01:05:27.973Z] === RUN TestParseVolumesFrom [2021-04-09T01:05:27.973Z] --- PASS: TestParseVolumesFrom (0.00s) [2021-04-09T01:05:27.973Z] PASS [2021-04-09T01:05:27.973Z] coverage: 9.1% of statements [2021-04-09T01:05:27.973Z] ok github.com/docker/docker/daemon 3.895s coverage: 9.1% of statements [2021-04-09T01:05:27.973Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-04-09T01:05:27.973Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-04-09T01:05:28.440Z] === RUN TestEventsLog [2021-04-09T01:05:28.440Z] --- PASS: TestEventsLog (0.00s) [2021-04-09T01:05:28.440Z] === RUN TestEventsLogTimeout [2021-04-09T01:05:28.440Z] --- PASS: TestEventsLogTimeout (0.00s) [2021-04-09T01:05:28.440Z] === RUN TestLogEvents [2021-04-09T01:05:28.440Z] --- PASS: TestLogEvents (0.05s) [2021-04-09T01:05:28.440Z] === RUN TestLoadBufferedEvents [2021-04-09T01:05:28.440Z] --- PASS: TestLoadBufferedEvents (0.17s) [2021-04-09T01:05:28.440Z] === RUN TestLoadBufferedEventsOnlyFromPast [2021-04-09T01:05:28.440Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2021-04-09T01:05:28.440Z] === RUN TestIgnoreBufferedWhenNoTimes [2021-04-09T01:05:28.440Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2021-04-09T01:05:28.440Z] PASS [2021-04-09T01:05:28.440Z] coverage: 50.0% of statements [2021-04-09T01:05:28.440Z] ok github.com/docker/docker/daemon/events 0.548s coverage: 50.0% of statements [2021-04-09T01:05:28.440Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-04-09T01:05:28.440Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-04-09T01:05:28.908Z] === RUN TestIsEmptyDir [2021-04-09T01:05:28.908Z] --- PASS: TestIsEmptyDir (0.01s) [2021-04-09T01:05:28.908Z] PASS [2021-04-09T01:05:28.908Z] coverage: 2.3% of statements [2021-04-09T01:05:28.908Z] ok github.com/docker/docker/daemon/graphdriver 0.404s coverage: 2.3% of statements [2021-04-09T01:05:28.908Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2021-04-09T01:05:28.908Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2021-04-09T01:05:28.908Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2021-04-09T01:05:28.908Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-04-09T01:05:28.908Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2021-04-09T01:05:28.908Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2021-04-09T01:05:28.908Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2021-04-09T01:05:28.908Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-04-09T01:05:28.908Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2021-04-09T01:05:28.908Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2021-04-09T01:05:28.908Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2021-04-09T01:05:28.963Z] tests/integration/api_image_test.py ............s..... [ 40%] [2021-04-09T01:05:29.888Z] === RUN TestLinkNaming [2021-04-09T01:05:29.888Z] --- PASS: TestLinkNaming (0.00s) [2021-04-09T01:05:29.888Z] === RUN TestLinkNew [2021-04-09T01:05:29.888Z] --- PASS: TestLinkNew (0.00s) [2021-04-09T01:05:29.888Z] === RUN TestLinkEnv [2021-04-09T01:05:29.888Z] --- PASS: TestLinkEnv (0.00s) [2021-04-09T01:05:29.888Z] === RUN TestLinkMultipleEnv [2021-04-09T01:05:29.888Z] --- PASS: TestLinkMultipleEnv (0.00s) [2021-04-09T01:05:29.888Z] === RUN TestLinkPortRangeEnv [2021-04-09T01:05:29.888Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2021-04-09T01:05:29.888Z] PASS [2021-04-09T01:05:29.888Z] coverage: 93.0% of statements [2021-04-09T01:05:29.888Z] ok github.com/docker/docker/daemon/links 0.218s coverage: 93.0% of statements [2021-04-09T01:05:31.052Z] --- PASS: TestExportContainerAfterDaemonRestart (2.99s) [2021-04-09T01:05:31.052Z] === RUN TestHealthCheckWorkdir [2021-04-09T01:05:32.091Z] === RUN TestNewStreamConfig [2021-04-09T01:05:32.091Z] === RUN TestNewStreamConfig/defaults [2021-04-09T01:05:32.091Z] === RUN TestNewStreamConfig/invalid_create_group [2021-04-09T01:05:32.091Z] === RUN TestNewStreamConfig/invalid_flush_interval [2021-04-09T01:05:32.091Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2021-04-09T01:05:32.091Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2021-04-09T01:05:32.091Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2021-04-09T01:05:32.091Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2021-04-09T01:05:32.091Z] --- PASS: TestNewStreamConfig (0.00s) [2021-04-09T01:05:32.091Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2021-04-09T01:05:32.091Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2021-04-09T01:05:32.091Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2021-04-09T01:05:32.091Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2021-04-09T01:05:32.091Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2021-04-09T01:05:32.091Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2021-04-09T01:05:32.091Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2021-04-09T01:05:32.091Z] === RUN TestNewAWSLogsClientUserAgentHandler [2021-04-09T01:05:32.091Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2021-04-09T01:05:32.091Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2021-04-09T01:05:32.091Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2021-04-09T01:05:32.091Z] === RUN TestNewAWSLogsClientRegionDetect [2021-04-09T01:05:32.440Z] --- PASS: TestHealthCheckWorkdir (1.45s) [2021-04-09T01:05:32.440Z] === RUN TestHealthKillContainer [2021-04-09T01:05:32.557Z] time="2021-04-09T01:05:32Z" level=info msg="Trying to get region from EC2 Metadata" [2021-04-09T01:05:32.557Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.14s) [2021-04-09T01:05:32.557Z] === RUN TestCreateSuccess [2021-04-09T01:05:32.557Z] --- PASS: TestCreateSuccess (0.00s) [2021-04-09T01:05:32.557Z] === RUN TestCreateLogGroupSuccess [2021-04-09T01:05:32.557Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2021-04-09T01:05:32.557Z] === RUN TestCreateError [2021-04-09T01:05:32.557Z] --- PASS: TestCreateError (0.00s) [2021-04-09T01:05:32.557Z] === RUN TestCreateAlreadyExists [2021-04-09T01:05:32.557Z] time="2021-04-09T01:05:32Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2021-04-09T01:05:32.557Z] --- PASS: TestCreateAlreadyExists (0.00s) [2021-04-09T01:05:32.557Z] === RUN TestLogClosed [2021-04-09T01:05:32.557Z] --- PASS: TestLogClosed (0.00s) [2021-04-09T01:05:32.557Z] === RUN TestLogBlocking [2021-04-09T01:05:32.557Z] --- PASS: TestLogBlocking (0.00s) [2021-04-09T01:05:32.557Z] === RUN TestLogNonBlockingBufferEmpty [2021-04-09T01:05:32.557Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2021-04-09T01:05:32.557Z] === RUN TestLogNonBlockingBufferFull [2021-04-09T01:05:32.557Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2021-04-09T01:05:32.557Z] === RUN TestPublishBatchSuccess [2021-04-09T01:05:32.557Z] --- PASS: TestPublishBatchSuccess (0.00s) [2021-04-09T01:05:32.557Z] === RUN TestPublishBatchError [2021-04-09T01:05:32.557Z] time="2021-04-09T01:05:32Z" level=error msg=Error [2021-04-09T01:05:32.557Z] --- PASS: TestPublishBatchError (0.00s) [2021-04-09T01:05:32.557Z] === RUN TestPublishBatchInvalidSeqSuccess [2021-04-09T01:05:32.557Z] time="2021-04-09T01:05:32Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-04-09T01:05:32.557Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2021-04-09T01:05:32.557Z] === RUN TestPublishBatchAlreadyAccepted [2021-04-09T01:05:32.557Z] time="2021-04-09T01:05:32Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-04-09T01:05:32.557Z] time="2021-04-09T01:05:32Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2021-04-09T01:05:32.557Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2021-04-09T01:05:32.557Z] === RUN TestCollectBatchSimple [2021-04-09T01:05:32.557Z] --- PASS: TestCollectBatchSimple (0.00s) [2021-04-09T01:05:32.557Z] === RUN TestCollectBatchTicker [2021-04-09T01:05:32.557Z] --- PASS: TestCollectBatchTicker (0.00s) [2021-04-09T01:05:32.557Z] === RUN TestCollectBatchMultilinePattern [2021-04-09T01:05:32.557Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2021-04-09T01:05:32.557Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2021-04-09T01:05:32.557Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2021-04-09T01:05:32.557Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2021-04-09T01:05:32.557Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2021-04-09T01:05:32.557Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2021-04-09T01:05:32.557Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s) [2021-04-09T01:05:32.557Z] === RUN TestCollectBatchClose [2021-04-09T01:05:32.557Z] --- PASS: TestCollectBatchClose (0.00s) [2021-04-09T01:05:32.557Z] === RUN TestEffectiveLen [2021-04-09T01:05:32.557Z] === RUN TestEffectiveLen/0/Hello [2021-04-09T01:05:32.557Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2021-04-09T01:05:32.557Z] === RUN TestEffectiveLen/2/🙃 [2021-04-09T01:05:32.557Z] === RUN TestEffectiveLen/3/���� [2021-04-09T01:05:32.557Z] === RUN TestEffectiveLen/4/He��o [2021-04-09T01:05:32.557Z] === RUN TestEffectiveLen/5/ [2021-04-09T01:05:32.557Z] --- PASS: TestEffectiveLen (0.00s) [2021-04-09T01:05:32.557Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2021-04-09T01:05:32.557Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2021-04-09T01:05:32.557Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2021-04-09T01:05:32.557Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2021-04-09T01:05:32.557Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2021-04-09T01:05:32.557Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2021-04-09T01:05:32.557Z] === RUN TestFindValidSplit [2021-04-09T01:05:32.557Z] === RUN TestFindValidSplit/0/ [2021-04-09T01:05:32.557Z] === RUN TestFindValidSplit/1/Hello [2021-04-09T01:05:32.557Z] === RUN TestFindValidSplit/2/Hello [2021-04-09T01:05:32.557Z] === RUN TestFindValidSplit/3/Hello [2021-04-09T01:05:32.557Z] === RUN TestFindValidSplit/4/🙃 [2021-04-09T01:05:32.557Z] === RUN TestFindValidSplit/5/🙃 [2021-04-09T01:05:32.557Z] === RUN TestFindValidSplit/6/a� [2021-04-09T01:05:32.557Z] === RUN TestFindValidSplit/7/a� [2021-04-09T01:05:32.557Z] --- PASS: TestFindValidSplit (0.00s) [2021-04-09T01:05:32.557Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2021-04-09T01:05:32.557Z] cloudwatchlogs_test.go:1044: [2021-04-09T01:05:32.557Z] cloudwatchlogs_test.go:1045: [2021-04-09T01:05:32.557Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2021-04-09T01:05:32.557Z] cloudwatchlogs_test.go:1044: Hello [2021-04-09T01:05:32.557Z] cloudwatchlogs_test.go:1045: [2021-04-09T01:05:32.557Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2021-04-09T01:05:32.557Z] cloudwatchlogs_test.go:1044: He [2021-04-09T01:05:32.557Z] cloudwatchlogs_test.go:1045: llo [2021-04-09T01:05:32.557Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2021-04-09T01:05:32.557Z] cloudwatchlogs_test.go:1044: [2021-04-09T01:05:32.557Z] cloudwatchlogs_test.go:1045: Hello [2021-04-09T01:05:32.557Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2021-04-09T01:05:32.557Z] cloudwatchlogs_test.go:1044: [2021-04-09T01:05:32.557Z] cloudwatchlogs_test.go:1045: 🙃 [2021-04-09T01:05:32.557Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2021-04-09T01:05:32.557Z] cloudwatchlogs_test.go:1044: 🙃 [2021-04-09T01:05:32.557Z] cloudwatchlogs_test.go:1045: [2021-04-09T01:05:32.557Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2021-04-09T01:05:32.557Z] cloudwatchlogs_test.go:1044: a [2021-04-09T01:05:32.557Z] cloudwatchlogs_test.go:1045: � [2021-04-09T01:05:32.557Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2021-04-09T01:05:32.557Z] cloudwatchlogs_test.go:1044: a� [2021-04-09T01:05:32.557Z] cloudwatchlogs_test.go:1045: [2021-04-09T01:05:32.557Z] === RUN TestProcessEventEmoji [2021-04-09T01:05:32.557Z] --- PASS: TestProcessEventEmoji (0.00s) [2021-04-09T01:05:32.557Z] === RUN TestCollectBatchLineSplit [2021-04-09T01:05:32.557Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2021-04-09T01:05:32.557Z] === RUN TestCollectBatchLineSplitWithBinary [2021-04-09T01:05:32.557Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2021-04-09T01:05:32.557Z] === RUN TestCollectBatchMaxEvents [2021-04-09T01:05:32.557Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2021-04-09T01:05:32.557Z] === RUN TestCollectBatchMaxTotalBytes [2021-04-09T01:05:32.557Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2021-04-09T01:05:32.557Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2021-04-09T01:05:32.557Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2021-04-09T01:05:32.557Z] === RUN TestCollectBatchWithDuplicateTimestamps [2021-04-09T01:05:32.557Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.06s) [2021-04-09T01:05:32.557Z] === RUN TestParseLogOptionsMultilinePattern [2021-04-09T01:05:32.557Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2021-04-09T01:05:32.557Z] === RUN TestParseLogOptionsDatetimeFormat [2021-04-09T01:05:32.557Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2021-04-09T01:05:32.557Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2021-04-09T01:05:32.557Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2021-04-09T01:05:32.557Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2021-04-09T01:05:32.557Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2021-04-09T01:05:32.557Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2021-04-09T01:05:32.557Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2021-04-09T01:05:32.557Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2021-04-09T01:05:32.557Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2021-04-09T01:05:32.557Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2021-04-09T01:05:32.557Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2021-04-09T01:05:32.557Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2021-04-09T01:05:32.557Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2021-04-09T01:05:32.557Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2021-04-09T01:05:32.557Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2021-04-09T01:05:32.557Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2021-04-09T01:05:32.557Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2021-04-09T01:05:32.557Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2021-04-09T01:05:32.557Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2021-04-09T01:05:32.557Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2021-04-09T01:05:32.557Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2021-04-09T01:05:32.557Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2021-04-09T01:05:32.557Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2021-04-09T01:05:32.557Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2021-04-09T01:05:32.557Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2021-04-09T01:05:32.557Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2021-04-09T01:05:32.557Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2021-04-09T01:05:32.557Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2021-04-09T01:05:32.557Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2021-04-09T01:05:32.557Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2021-04-09T01:05:32.557Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2021-04-09T01:05:32.557Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2021-04-09T01:05:32.557Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2021-04-09T01:05:32.557Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2021-04-09T01:05:32.557Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2021-04-09T01:05:32.558Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2021-04-09T01:05:32.558Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2021-04-09T01:05:32.558Z] === RUN TestCreateTagSuccess [2021-04-09T01:05:32.558Z] --- PASS: TestCreateTagSuccess (0.00s) [2021-04-09T01:05:32.558Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2021-04-09T01:05:32.558Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2021-04-09T01:05:32.558Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2021-04-09T01:05:32.558Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2021-04-09T01:05:32.558Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2021-04-09T01:05:32.558Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2021-04-09T01:05:32.558Z] PASS [2021-04-09T01:05:32.558Z] coverage: 77.8% of statements [2021-04-09T01:05:32.558Z] ok github.com/docker/docker/daemon/logger/awslogs 0.879s coverage: 77.8% of statements [2021-04-09T01:05:32.558Z] === RUN TestAdapterReadLogs [2021-04-09T01:05:32.558Z] --- PASS: TestAdapterReadLogs (0.00s) [2021-04-09T01:05:32.558Z] === RUN TestCopier [2021-04-09T01:05:32.558Z] --- PASS: TestCopier (0.00s) [2021-04-09T01:05:32.558Z] === RUN TestCopierLongLines [2021-04-09T01:05:32.558Z] --- PASS: TestCopierLongLines (0.00s) [2021-04-09T01:05:32.558Z] === RUN TestCopierSlow [2021-04-09T01:05:33.034Z] --- PASS: TestCopierSlow (0.32s) [2021-04-09T01:05:33.034Z] === RUN TestCopierWithSized [2021-04-09T01:05:33.034Z] === RUN TestCopierWithSized/as_is [2021-04-09T01:05:33.034Z] === RUN TestCopierWithSized/With_RingLogger [2021-04-09T01:05:33.034Z] --- PASS: TestCopierWithSized (0.02s) [2021-04-09T01:05:33.034Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2021-04-09T01:05:33.034Z] --- PASS: TestCopierWithSized/With_RingLogger (0.02s) [2021-04-09T01:05:33.034Z] === RUN TestCopierWithPartial [2021-04-09T01:05:33.034Z] --- PASS: TestCopierWithPartial (0.00s) [2021-04-09T01:05:33.034Z] === RUN TestRingLogger [2021-04-09T01:05:33.034Z] --- PASS: TestRingLogger (0.00s) [2021-04-09T01:05:33.034Z] === RUN TestRingCap [2021-04-09T01:05:33.034Z] --- PASS: TestRingCap (0.00s) [2021-04-09T01:05:33.034Z] === RUN TestRingClose [2021-04-09T01:05:33.034Z] --- PASS: TestRingClose (0.00s) [2021-04-09T01:05:33.034Z] === RUN TestRingDrain [2021-04-09T01:05:33.034Z] --- PASS: TestRingDrain (0.00s) [2021-04-09T01:05:33.034Z] PASS [2021-04-09T01:05:33.034Z] coverage: 43.5% of statements [2021-04-09T01:05:33.034Z] ok github.com/docker/docker/daemon/logger 1.118s coverage: 43.5% of statements [2021-04-09T01:05:34.590Z] === RUN TestJSONLogsMarshalJSONBuf [2021-04-09T01:05:34.590Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2021-04-09T01:05:34.590Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2021-04-09T01:05:34.590Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.15s) [2021-04-09T01:05:34.590Z] === RUN TestFastTimeMarshalJSON [2021-04-09T01:05:34.590Z] --- PASS: TestFastTimeMarshalJSON (0.00s) [2021-04-09T01:05:34.590Z] PASS [2021-04-09T01:05:34.590Z] coverage: 87.2% of statements [2021-04-09T01:05:34.590Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.403s coverage: 87.2% of statements [2021-04-09T01:05:35.057Z] === RUN TestSearchRegistryForImagesErrors [2021-04-09T01:05:35.057Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2021-04-09T01:05:35.057Z] === RUN TestSearchRegistryForImages [2021-04-09T01:05:35.057Z] --- PASS: TestSearchRegistryForImages (0.00s) [2021-04-09T01:05:35.057Z] === RUN TestOnlyPlatformWithFallback [2021-04-09T01:05:35.057Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2021-04-09T01:05:35.057Z] === RUN TestImageDelete [2021-04-09T01:05:35.057Z] === RUN TestImageDelete/no_lease [2021-04-09T01:05:35.057Z] === RUN TestImageDelete/lease_exists [2021-04-09T01:05:35.057Z] --- PASS: TestImageDelete (0.03s) [2021-04-09T01:05:35.057Z] --- PASS: TestImageDelete/no_lease (0.01s) [2021-04-09T01:05:35.057Z] --- PASS: TestImageDelete/lease_exists (0.01s) [2021-04-09T01:05:35.057Z] === RUN TestContentStoreForPull [2021-04-09T01:05:35.525Z] --- PASS: TestContentStoreForPull (0.17s) [2021-04-09T01:05:35.525Z] PASS [2021-04-09T01:05:35.525Z] coverage: 6.7% of statements [2021-04-09T01:05:35.525Z] ok github.com/docker/docker/daemon/images 1.074s coverage: 6.7% of statements [2021-04-09T01:05:35.525Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-04-09T01:05:35.525Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-04-09T01:05:35.525Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2021-04-09T01:05:35.525Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-04-09T01:05:35.525Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-04-09T01:05:35.525Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2021-04-09T01:05:35.525Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2021-04-09T01:05:35.525Z] === RUN TestJSONFileLogger [2021-04-09T01:05:35.525Z] --- PASS: TestJSONFileLogger (0.00s) [2021-04-09T01:05:35.525Z] === RUN TestJSONFileLoggerWithTags [2021-04-09T01:05:35.525Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2021-04-09T01:05:35.525Z] === RUN TestJSONFileLoggerWithOpts [2021-04-09T01:05:35.525Z] --- PASS: TestJSONFileLoggerWithOpts (0.02s) [2021-04-09T01:05:35.525Z] === RUN TestJSONFileLoggerWithLabelsEnv [2021-04-09T01:05:35.525Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.01s) [2021-04-09T01:05:35.525Z] === RUN TestEncodeDecode [2021-04-09T01:05:35.525Z] === PAUSE TestEncodeDecode [2021-04-09T01:05:35.525Z] === RUN TestUnexpectedEOF [2021-04-09T01:05:35.525Z] time="2021-04-09T01:05:35Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-04-09T01:05:35.525Z] time="2021-04-09T01:05:35Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-04-09T01:05:35.525Z] --- PASS: TestUnexpectedEOF (0.16s) [2021-04-09T01:05:35.525Z] === CONT TestEncodeDecode [2021-04-09T01:05:35.525Z] --- PASS: TestEncodeDecode (0.00s) [2021-04-09T01:05:35.525Z] PASS [2021-04-09T01:05:35.525Z] coverage: 69.9% of statements [2021-04-09T01:05:35.525Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 1.237s coverage: 69.9% of statements [2021-04-09T01:05:35.744Z] --- PASS: TestHealthKillContainer (3.10s) [2021-04-09T01:05:35.744Z] === RUN TestInspectCpusetInConfigPre120 [2021-04-09T01:05:35.991Z] === RUN TestWriteLog [2021-04-09T01:05:35.991Z] === PAUSE TestWriteLog [2021-04-09T01:05:35.991Z] === RUN TestReadLog [2021-04-09T01:05:35.991Z] === PAUSE TestReadLog [2021-04-09T01:05:35.991Z] === CONT TestWriteLog [2021-04-09T01:05:35.991Z] --- PASS: TestWriteLog (0.00s) [2021-04-09T01:05:35.991Z] === CONT TestReadLog [2021-04-09T01:05:35.991Z] === RUN TestReadLog/tail_exact [2021-04-09T01:05:35.991Z] === RUN TestReadLog/tail_less_than_available [2021-04-09T01:05:35.991Z] === RUN TestReadLog/tail_more_than_available [2021-04-09T01:05:35.991Z] --- PASS: TestReadLog (0.18s) [2021-04-09T01:05:35.991Z] --- PASS: TestReadLog/tail_exact (0.17s) [2021-04-09T01:05:35.991Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2021-04-09T01:05:35.991Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2021-04-09T01:05:35.991Z] PASS [2021-04-09T01:05:35.991Z] coverage: 75.2% of statements [2021-04-09T01:05:36.317Z] --- PASS: TestInspectCpusetInConfigPre120 (0.87s) [2021-04-09T01:05:36.317Z] === RUN TestIpcModeNone [2021-04-09T01:05:36.456Z] ok github.com/docker/docker/daemon/logger/local 0.594s coverage: 75.2% of statements [2021-04-09T01:05:36.456Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-04-09T01:05:37.261Z] --- PASS: TestIpcModeNone (1.11s) [2021-04-09T01:05:37.261Z] === RUN TestIpcModePrivate [2021-04-09T01:05:37.392Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-04-09T01:05:37.392Z] [2021-04-09T01:05:37.392Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-04-09T01:05:37.392Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-04-09T01:05:37.392Z] HOSTNAME=b81b7d3b8f12 [2021-04-09T01:05:37.392Z] DEST=bundles/test-integration [2021-04-09T01:05:37.392Z] PWD=/go/src/github.com/docker/docker [2021-04-09T01:05:37.392Z] DOCKER_ROOTLESS=1 [2021-04-09T01:05:37.392Z] DOCKER_GITCOMMIT=8d5caf49a185e369bda5bdde79ab8e07b3434ff2 [2021-04-09T01:05:37.392Z] container=docker [2021-04-09T01:05:37.392Z] HOME=/root [2021-04-09T01:05:37.392Z] GOLANG_VERSION=1.13.15 [2021-04-09T01:05:37.392Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-04-09T01:05:37.392Z] VALIDATE_BRANCH=master [2021-04-09T01:05:37.392Z] TERM=xterm [2021-04-09T01:05:37.392Z] DOCKER_PKG=github.com/docker/docker [2021-04-09T01:05:37.392Z] SHLVL=1 [2021-04-09T01:05:37.392Z] TIMEOUT=120m [2021-04-09T01:05:37.392Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-04-09T01:05:37.392Z] DOCKER_GRAPHDRIVER=overlay2 [2021-04-09T01:05:37.392Z] GO111MODULE=off [2021-04-09T01:05:37.392Z] DOCKER_EXPERIMENTAL=1 [2021-04-09T01:05:37.392Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-04-09T01:05:37.392Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-04-09T01:05:37.392Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-04-09T01:05:37.392Z] GOPATH=/go [2021-04-09T01:05:37.392Z] PKG_CONFIG=pkg-config [2021-04-09T01:05:37.392Z] _=/usr/bin/env [2021-04-09T01:05:37.392Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-04-09T01:05:38.650Z] --- PASS: TestIpcModePrivate (1.07s) [2021-04-09T01:05:38.650Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:70, shared: false, mustBeShared: false [2021-04-09T01:05:38.650Z] === RUN TestIpcModeShareable [2021-04-09T01:05:38.674Z] === RUN TestLog [2021-04-09T01:05:38.674Z] --- PASS: TestLog (0.01s) [2021-04-09T01:05:38.674Z] PASS [2021-04-09T01:05:38.674Z] coverage: 31.5% of statements [2021-04-09T01:05:38.674Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.770s coverage: 31.5% of statements [2021-04-09T01:05:39.139Z] === RUN TestOpenFileDelete [2021-04-09T01:05:39.139Z] --- PASS: TestOpenFileDelete (0.00s) [2021-04-09T01:05:39.139Z] === RUN TestOpenFileRename [2021-04-09T01:05:39.139Z] --- PASS: TestOpenFileRename (0.00s) [2021-04-09T01:05:39.139Z] === RUN TestParseLogTagDefaultTag [2021-04-09T01:05:39.139Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2021-04-09T01:05:39.139Z] === RUN TestParseLogTag [2021-04-09T01:05:39.139Z] --- PASS: TestParseLogTag (0.00s) [2021-04-09T01:05:39.139Z] === RUN TestParseLogTagEmptyTag [2021-04-09T01:05:39.139Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2021-04-09T01:05:39.139Z] === RUN TestTailFiles [2021-04-09T01:05:39.139Z] --- PASS: TestTailFiles (0.00s) [2021-04-09T01:05:39.139Z] === RUN TestFollowLogsConsumerGone [2021-04-09T01:05:39.139Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2021-04-09T01:05:39.139Z] === RUN TestFollowLogsProducerGone [2021-04-09T01:05:39.139Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2021-04-09T01:05:39.139Z] logfile_test.go:232: messages sent: 4098, received: 4098 [2021-04-09T01:05:39.139Z] logfile_test.go:179: logDecode() closed after sending 4098 messages [2021-04-09T01:05:39.139Z] === RUN TestCheckCapacityAndRotate [2021-04-09T01:05:39.139Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2021-04-09T01:05:39.139Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2021-04-09T01:05:39.139Z] --- PASS: TestCheckCapacityAndRotate (0.04s) [2021-04-09T01:05:39.139Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2021-04-09T01:05:39.139Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.03s) [2021-04-09T01:05:39.139Z] PASS [2021-04-09T01:05:39.139Z] coverage: 50.9% of statements [2021-04-09T01:05:39.139Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.461s coverage: 50.9% of statements [2021-04-09T01:05:39.605Z] === RUN TestValidateLogOpt [2021-04-09T01:05:39.605Z] --- PASS: TestValidateLogOpt (0.00s) [2021-04-09T01:05:39.605Z] === RUN TestNewMissedConfig [2021-04-09T01:05:39.605Z] --- PASS: TestNewMissedConfig (0.00s) [2021-04-09T01:05:39.605Z] === RUN TestNewMissedUrl [2021-04-09T01:05:39.605Z] --- PASS: TestNewMissedUrl (0.00s) [2021-04-09T01:05:39.605Z] === RUN TestNewMissedToken [2021-04-09T01:05:39.605Z] --- PASS: TestNewMissedToken (0.00s) [2021-04-09T01:05:39.605Z] === RUN TestNewWithProxy [2021-04-09T01:05:39.605Z] --- PASS: TestNewWithProxy (0.00s) [2021-04-09T01:05:39.605Z] === RUN TestDefault [2021-04-09T01:05:39.605Z] --- PASS: TestDefault (0.01s) [2021-04-09T01:05:39.605Z] === RUN TestInlineFormatWithNonDefaultOptions [2021-04-09T01:05:39.605Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2021-04-09T01:05:39.605Z] === RUN TestJsonFormat [2021-04-09T01:05:39.605Z] --- PASS: TestJsonFormat (0.00s) [2021-04-09T01:05:39.605Z] === RUN TestRawFormat [2021-04-09T01:05:39.605Z] --- PASS: TestRawFormat (0.00s) [2021-04-09T01:05:39.605Z] === RUN TestRawFormatWithLabels [2021-04-09T01:05:39.605Z] --- PASS: TestRawFormatWithLabels (0.00s) [2021-04-09T01:05:39.605Z] === RUN TestRawFormatWithoutTag [2021-04-09T01:05:39.605Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2021-04-09T01:05:39.605Z] === RUN TestBatching [2021-04-09T01:05:39.605Z] --- PASS: TestIpcModeShareable (1.09s) [2021-04-09T01:05:39.605Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:64, shared: true, mustBeShared: true [2021-04-09T01:05:39.605Z] === RUN TestAPIIpcModeShareableAndContainer [2021-04-09T01:05:40.070Z] --- PASS: TestBatching (0.23s) [2021-04-09T01:05:40.070Z] === RUN TestFrequency [2021-04-09T01:05:40.070Z] === RUN TestParseLogFormat [2021-04-09T01:05:40.070Z] --- PASS: TestParseLogFormat (0.00s) [2021-04-09T01:05:40.070Z] === RUN TestValidateLogOptEmpty [2021-04-09T01:05:40.070Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2021-04-09T01:05:40.070Z] === RUN TestValidateSyslogAddress [2021-04-09T01:05:40.070Z] --- PASS: TestValidateSyslogAddress (0.00s) [2021-04-09T01:05:40.070Z] === RUN TestParseAddressDefaultPort [2021-04-09T01:05:40.070Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2021-04-09T01:05:40.070Z] === RUN TestValidateSyslogFacility [2021-04-09T01:05:40.070Z] --- PASS: TestValidateSyslogFacility (0.00s) [2021-04-09T01:05:40.070Z] === RUN TestValidateLogOptSyslogFormat [2021-04-09T01:05:40.070Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2021-04-09T01:05:40.070Z] === RUN TestValidateLogOpt [2021-04-09T01:05:40.070Z] --- PASS: TestValidateLogOpt (0.00s) [2021-04-09T01:05:40.070Z] PASS [2021-04-09T01:05:40.070Z] coverage: 46.8% of statements [2021-04-09T01:05:40.070Z] ok github.com/docker/docker/daemon/logger/syslog 0.398s coverage: 46.8% of statements [2021-04-09T01:05:40.070Z] --- PASS: TestFrequency (0.16s) [2021-04-09T01:05:40.070Z] === RUN TestOneMessagePerRequest [2021-04-09T01:05:40.070Z] --- PASS: TestOneMessagePerRequest (0.01s) [2021-04-09T01:05:40.070Z] === RUN TestVerify [2021-04-09T01:05:40.070Z] --- PASS: TestVerify (0.00s) [2021-04-09T01:05:40.070Z] === RUN TestSkipVerify [2021-04-09T01:05:40.070Z] time="2021-04-09T01:05:39Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-09T01:05:40.070Z] time="2021-04-09T01:05:39Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-09T01:05:40.070Z] time="2021-04-09T01:05:39Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-09T01:05:40.070Z] time="2021-04-09T01:05:39Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-09T01:05:40.280Z] Loaded image: buildpack-deps:buster [2021-04-09T01:05:40.280Z] Loaded image: buildpack-deps:buster [2021-04-09T01:05:40.280Z] Loaded image: busybox:latest [2021-04-09T01:05:40.280Z] Loaded image: busybox:latest [2021-04-09T01:05:40.280Z] Loaded image: busybox:glibc [2021-04-09T01:05:40.280Z] Loaded image: busybox:glibc [2021-04-09T01:05:40.536Z] --- PASS: TestSkipVerify (0.44s) [2021-04-09T01:05:40.536Z] === RUN TestBufferMaximum [2021-04-09T01:05:40.536Z] time="2021-04-09T01:05:40Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-09T01:05:40.536Z] time="2021-04-09T01:05:40Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-09T01:05:40.536Z] time="2021-04-09T01:05:40Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-09T01:05:40.536Z] time="2021-04-09T01:05:40Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-09T01:05:40.536Z] time="2021-04-09T01:05:40Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-09T01:05:40.536Z] time="2021-04-09T01:05:40Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1617930340.204084\",\"host\":\"f47d83d00cb2\"}'" [2021-04-09T01:05:40.536Z] time="2021-04-09T01:05:40Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1617930340.204084\",\"host\":\"f47d83d00cb2\"}'" [2021-04-09T01:05:40.536Z] --- PASS: TestBufferMaximum (0.00s) [2021-04-09T01:05:40.536Z] === RUN TestServerAlwaysDown [2021-04-09T01:05:40.536Z] time="2021-04-09T01:05:40Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-09T01:05:40.536Z] time="2021-04-09T01:05:40Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-09T01:05:40.536Z] time="2021-04-09T01:05:40Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1617930340.209076\",\"host\":\"f47d83d00cb2\"}'" [2021-04-09T01:05:40.536Z] time="2021-04-09T01:05:40Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1617930340.209076\",\"host\":\"f47d83d00cb2\"}'" [2021-04-09T01:05:40.536Z] time="2021-04-09T01:05:40Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-09T01:05:40.536Z] time="2021-04-09T01:05:40Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1617930340.209076\",\"host\":\"f47d83d00cb2\"}'" [2021-04-09T01:05:40.536Z] time="2021-04-09T01:05:40Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1617930340.210075\",\"host\":\"f47d83d00cb2\"}'" [2021-04-09T01:05:40.536Z] time="2021-04-09T01:05:40Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1617930340.210075\",\"host\":\"f47d83d00cb2\"}'" [2021-04-09T01:05:40.536Z] --- PASS: TestServerAlwaysDown (0.00s) [2021-04-09T01:05:40.536Z] === RUN TestCannotSendAfterClose [2021-04-09T01:05:40.536Z] --- PASS: TestCannotSendAfterClose (0.00s) [2021-04-09T01:05:40.536Z] === RUN TestDeadlockOnBlockedEndpoint [2021-04-09T01:05:41.001Z] === RUN TestNewParse [2021-04-09T01:05:41.001Z] --- PASS: TestNewParse (0.00s) [2021-04-09T01:05:41.001Z] PASS [2021-04-09T01:05:41.001Z] coverage: 8.3% of statements [2021-04-09T01:05:41.002Z] ok github.com/docker/docker/daemon/logger/templates 0.388s coverage: 8.3% of statements [2021-04-09T01:05:41.470Z] time="2021-04-09T01:05:41Z" level=warning msg="Error while sending logs" error="Post http://127.0.0.1:49200/services/collector/event/1.0: context deadline exceeded" module=logger/splunk [2021-04-09T01:05:41.470Z] time="2021-04-09T01:05:41Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"f47d83d00cb2\"}'" [2021-04-09T01:05:41.470Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.03s) [2021-04-09T01:05:41.470Z] PASS [2021-04-09T01:05:41.936Z] coverage: 82.5% of statements [2021-04-09T01:05:41.936Z] ok github.com/docker/docker/daemon/logger/splunk 2.533s coverage: 82.5% of statements [2021-04-09T01:05:41.936Z] ? github.com/docker/docker/daemon/names [no test files] [2021-04-09T01:05:41.936Z] ? github.com/docker/docker/daemon/network [no test files] [2021-04-09T01:05:41.936Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-04-09T01:05:42.191Z] Loaded image: debian:bullseye [2021-04-09T01:05:42.449Z] Loaded image: hello-world:latest [2021-04-09T01:05:42.708Z] Loaded image: debian:bullseye [2021-04-09T01:05:42.708Z] Loaded image: arm32v7/hello-world:latest [2021-04-09T01:05:42.911Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.05s) [2021-04-09T01:05:42.911Z] === RUN TestAPIIpcModeHost [2021-04-09T01:05:42.916Z] === RUN TestV1IDService [2021-04-09T01:05:42.917Z] --- PASS: TestV1IDService (0.02s) [2021-04-09T01:05:42.917Z] === RUN TestV2MetadataService [2021-04-09T01:05:42.967Z] INFO: Testing against a local daemon [2021-04-09T01:05:42.967Z] === RUN TestDockerDaemonSuite [2021-04-09T01:05:42.967Z] Loaded image: hello-world:latest [2021-04-09T01:05:42.967Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2021-04-09T01:05:42.967Z] Loaded image: arm32v7/hello-world:latest [2021-04-09T01:05:43.226Z] INFO: Testing against a local daemon [2021-04-09T01:05:43.226Z] === RUN TestDockerSuite [2021-04-09T01:05:43.226Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-04-09T01:05:43.226Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-04-09T01:05:43.485Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-04-09T01:05:43.485Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-04-09T01:05:43.485Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-04-09T01:05:43.485Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-04-09T01:05:43.485Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-04-09T01:05:43.485Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-04-09T01:05:43.855Z] --- PASS: TestAPIIpcModeHost (1.12s) [2021-04-09T01:05:43.855Z] === RUN TestDaemonIpcModeShareable [2021-04-09T01:05:43.898Z] --- PASS: TestV2MetadataService (1.17s) [2021-04-09T01:05:43.898Z] PASS [2021-04-09T01:05:43.898Z] coverage: 48.2% of statements [2021-04-09T01:05:43.898Z] ok github.com/docker/docker/distribution/metadata 1.760s coverage: 48.2% of statements [2021-04-09T01:05:44.363Z] === RUN TestContinueOnError_NonMirrorEndpoint [2021-04-09T01:05:44.363Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2021-04-09T01:05:44.363Z] === RUN TestContinueOnError_MirrorEndpoint [2021-04-09T01:05:44.363Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2021-04-09T01:05:44.363Z] === RUN TestContinueOnError_NeverContinue [2021-04-09T01:05:44.363Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2021-04-09T01:05:44.363Z] === RUN TestManifestStore [2021-04-09T01:05:44.363Z] === RUN TestManifestStore/no_remote_or_local [2021-04-09T01:05:44.363Z] time="2021-04-09T01:05:44Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local329662239\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2021-04-09T01:05:44.363Z] === RUN TestManifestStore/no_local_cache [2021-04-09T01:05:44.363Z] === RUN TestManifestStore/with_local_cache [2021-04-09T01:05:44.363Z] === RUN TestManifestStore/unknown_media_type [2021-04-09T01:05:44.363Z] === RUN TestManifestStore/unknown_media_type/no_cache [2021-04-09T01:05:44.363Z] time="2021-04-09T01:05:44Z" level=warning msg="reference for unknown type: " [2021-04-09T01:05:44.829Z] time="2021-04-09T01:05:44Z" level=warning msg="reference for unknown type: " [2021-04-09T01:05:44.829Z] === RUN TestManifestStore/unknown_media_type/with_cache [2021-04-09T01:05:44.829Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2021-04-09T01:05:44.829Z] time="2021-04-09T01:05:44Z" level=warning msg="reference for unknown type: " [2021-04-09T01:05:44.829Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2021-04-09T01:05:44.829Z] time="2021-04-09T01:05:44Z" level=warning msg="reference for unknown type: " [2021-04-09T01:05:44.829Z] time="2021-04-09T01:05:44Z" level=warning msg="reference for unknown type: " [2021-04-09T01:05:44.829Z] === RUN TestManifestStore/error_persisting_manifest [2021-04-09T01:05:44.829Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2021-04-09T01:05:44.829Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2021-04-09T01:05:44.829Z] time="2021-04-09T01:05:44Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2021-04-09T01:05:44.829Z] --- PASS: TestManifestStore (0.28s) [2021-04-09T01:05:44.829Z] --- PASS: TestManifestStore/no_remote_or_local (0.17s) [2021-04-09T01:05:44.829Z] --- PASS: TestManifestStore/no_local_cache (0.01s) [2021-04-09T01:05:44.829Z] --- PASS: TestManifestStore/with_local_cache (0.01s) [2021-04-09T01:05:44.829Z] --- PASS: TestManifestStore/unknown_media_type (0.06s) [2021-04-09T01:05:44.829Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.03s) [2021-04-09T01:05:44.829Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.03s) [2021-04-09T01:05:44.829Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.01s) [2021-04-09T01:05:44.829Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2021-04-09T01:05:44.829Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2021-04-09T01:05:44.829Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2021-04-09T01:05:44.829Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2021-04-09T01:05:44.829Z] === RUN TestDetectManifestBlobMediaType [2021-04-09T01:05:44.829Z] === RUN TestDetectManifestBlobMediaType/schema1 [2021-04-09T01:05:44.829Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2021-04-09T01:05:44.829Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2021-04-09T01:05:44.829Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2021-04-09T01:05:44.829Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2021-04-09T01:05:44.829Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2021-04-09T01:05:44.829Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2021-04-09T01:05:44.829Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2021-04-09T01:05:44.829Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2021-04-09T01:05:44.829Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2021-04-09T01:05:44.829Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2021-04-09T01:05:44.829Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2021-04-09T01:05:44.829Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2021-04-09T01:05:44.829Z] === RUN TestFixManifestLayers [2021-04-09T01:05:44.829Z] --- PASS: TestFixManifestLayers (0.00s) [2021-04-09T01:05:44.829Z] === RUN TestFixManifestLayersBaseLayerParent [2021-04-09T01:05:44.829Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2021-04-09T01:05:44.829Z] pull_v2_test.go:73: Needs fixing on Windows [2021-04-09T01:05:44.829Z] === RUN TestFixManifestLayersBadParent [2021-04-09T01:05:44.829Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2021-04-09T01:05:44.829Z] === RUN TestValidateManifest [2021-04-09T01:05:44.829Z] --- SKIP: TestValidateManifest (0.00s) [2021-04-09T01:05:44.829Z] pull_v2_test.go:118: Needs fixing on Windows [2021-04-09T01:05:44.829Z] === RUN TestFormatPlatform [2021-04-09T01:05:44.829Z] --- PASS: TestFormatPlatform (0.00s) [2021-04-09T01:05:44.829Z] === RUN TestGetRepositoryMountCandidates [2021-04-09T01:05:44.829Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2021-04-09T01:05:44.829Z] === RUN TestLayerAlreadyExists [2021-04-09T01:05:44.829Z] --- PASS: TestLayerAlreadyExists (0.00s) [2021-04-09T01:05:44.829Z] 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-09T01:05:44.829Z] 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-09T01:05:44.829Z] 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-09T01:05:44.829Z] 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-09T01:05:44.829Z] 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-09T01:05:44.829Z] 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-09T01:05:44.829Z] === RUN TestWhenEmptyAuthConfig [2021-04-09T01:05:44.829Z] === RUN TestSuccessfulDownload [2021-04-09T01:05:44.829Z] --- SKIP: TestSuccessfulDownload (0.00s) [2021-04-09T01:05:44.829Z] download_test.go:268: Needs fixing on Windows [2021-04-09T01:05:44.829Z] === RUN TestCancelledDownload [2021-04-09T01:05:44.829Z] --- PASS: TestCancelledDownload (0.00s) [2021-04-09T01:05:44.829Z] === RUN TestMaxDownloadAttempts [2021-04-09T01:05:44.829Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-04-09T01:05:44.829Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-04-09T01:05:44.829Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-04-09T01:05:44.829Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-04-09T01:05:44.829Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-04-09T01:05:44.829Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-04-09T01:05:44.829Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-04-09T01:05:44.829Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-04-09T01:05:44.829Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-04-09T01:05:44.829Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-04-09T01:05:44.829Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-04-09T01:05:44.829Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-04-09T01:05:44.829Z] === RUN TestNotFound [2021-04-09T01:05:44.829Z] --- PASS: TestNotFound (0.00s) [2021-04-09T01:05:44.829Z] === RUN TestConflict [2021-04-09T01:05:44.829Z] --- PASS: TestConflict (0.00s) [2021-04-09T01:05:44.829Z] === RUN TestForbidden [2021-04-09T01:05:44.829Z] --- PASS: TestForbidden (0.00s) [2021-04-09T01:05:44.829Z] === RUN TestInvalidParameter [2021-04-09T01:05:44.829Z] --- PASS: TestInvalidParameter (0.00s) [2021-04-09T01:05:44.829Z] === RUN TestNotImplemented [2021-04-09T01:05:44.829Z] --- PASS: TestNotImplemented (0.00s) [2021-04-09T01:05:44.829Z] === RUN TestNotModified [2021-04-09T01:05:44.829Z] --- PASS: TestNotModified (0.00s) [2021-04-09T01:05:44.829Z] === RUN TestUnauthorized [2021-04-09T01:05:44.829Z] --- PASS: TestUnauthorized (0.00s) [2021-04-09T01:05:44.829Z] === RUN TestUnknown [2021-04-09T01:05:44.829Z] --- PASS: TestUnknown (0.00s) [2021-04-09T01:05:44.829Z] === RUN TestCancelled [2021-04-09T01:05:44.829Z] --- PASS: TestCancelled (0.00s) [2021-04-09T01:05:45.294Z] === RUN TestDeadline [2021-04-09T01:05:45.294Z] --- PASS: TestDeadline (0.00s) [2021-04-09T01:05:45.294Z] === RUN TestDataLoss [2021-04-09T01:05:45.294Z] --- PASS: TestDataLoss (0.00s) [2021-04-09T01:05:45.294Z] === RUN TestUnavailable [2021-04-09T01:05:45.294Z] --- PASS: TestUnavailable (0.00s) [2021-04-09T01:05:45.294Z] === RUN TestSystem [2021-04-09T01:05:45.294Z] --- PASS: TestSystem (0.00s) [2021-04-09T01:05:45.294Z] === RUN TestFromStatusCode [2021-04-09T01:05:45.294Z] === RUN TestFromStatusCode/Not_Found [2021-04-09T01:05:45.294Z] === RUN TestFromStatusCode/Bad_Request [2021-04-09T01:05:45.294Z] === RUN TestFromStatusCode/Conflict [2021-04-09T01:05:45.294Z] === RUN TestFromStatusCode/Unauthorized [2021-04-09T01:05:45.294Z] === RUN TestFromStatusCode/Service_Unavailable [2021-04-09T01:05:45.294Z] === RUN TestFromStatusCode/Forbidden [2021-04-09T01:05:45.294Z] === RUN TestFromStatusCode/Not_Modified [2021-04-09T01:05:45.294Z] === RUN TestFromStatusCode/Not_Implemented [2021-04-09T01:05:45.294Z] === RUN TestFromStatusCode/Internal_Server_Error [2021-04-09T01:05:45.294Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2021-04-09T01:05:45.294Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2021-04-09T01:05:45.294Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2021-04-09T01:05:45.294Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2021-04-09T01:05:45.294Z] --- PASS: TestFromStatusCode (0.00s) [2021-04-09T01:05:45.294Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2021-04-09T01:05:45.294Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2021-04-09T01:05:45.294Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2021-04-09T01:05:45.294Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2021-04-09T01:05:45.294Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2021-04-09T01:05:45.294Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2021-04-09T01:05:45.294Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2021-04-09T01:05:45.294Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2021-04-09T01:05:45.294Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2021-04-09T01:05:45.294Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2021-04-09T01:05:45.294Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2021-04-09T01:05:45.294Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2021-04-09T01:05:45.294Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2021-04-09T01:05:45.294Z] PASS [2021-04-09T01:05:45.294Z] coverage: 53.1% of statements [2021-04-09T01:05:45.294Z] ok github.com/docker/docker/errdefs 0.234s coverage: 53.1% of statements [2021-04-09T01:05:45.294Z] time="2021-04-09T01:05:44Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-04-09T01:05:45.294Z] time="2021-04-09T01:05:44Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-04-09T01:05:45.294Z] time="2021-04-09T01:05:44Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-04-09T01:05:45.294Z] time="2021-04-09T01:05:44Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-04-09T01:05:45.294Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2021-04-09T01:05:45.294Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.39s) [2021-04-09T01:05:45.294Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.39s) [2021-04-09T01:05:45.294Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.39s) [2021-04-09T01:05:45.294Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.39s) [2021-04-09T01:05:45.294Z] === RUN TestTransfer [2021-04-09T01:05:45.294Z] --- PASS: TestTransfer (0.14s) [2021-04-09T01:05:45.295Z] === RUN TestConcurrencyLimit [2021-04-09T01:05:45.760Z] --- PASS: TestConcurrencyLimit (0.38s) [2021-04-09T01:05:45.760Z] === RUN TestInactiveJobs [2021-04-09T01:05:45.760Z] --- PASS: TestWhenEmptyAuthConfig (1.07s) [2021-04-09T01:05:45.760Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2021-04-09T01:05:45.760Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2021-04-09T01:05:45.760Z] === RUN TestTokenPassThru [2021-04-09T01:05:45.760Z] --- PASS: TestTokenPassThru (0.01s) [2021-04-09T01:05:45.760Z] === RUN TestTokenPassThruDifferentHost [2021-04-09T01:05:45.760Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2021-04-09T01:05:45.760Z] PASS [2021-04-09T01:05:45.760Z] coverage: 23.6% of statements [2021-04-09T01:05:45.760Z] ok github.com/docker/docker/distribution 1.967s coverage: 23.6% of statements [2021-04-09T01:05:45.760Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-04-09T01:05:46.234Z] --- PASS: TestInactiveJobs (0.50s) [2021-04-09T01:05:46.234Z] === RUN TestWatchRelease [2021-04-09T01:05:46.234Z] --- PASS: TestWatchRelease (0.04s) [2021-04-09T01:05:46.234Z] === RUN TestWatchFinishedTransfer [2021-04-09T01:05:46.234Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2021-04-09T01:05:46.234Z] === RUN TestDuplicateTransfer [2021-04-09T01:05:46.234Z] --- PASS: TestDuplicateTransfer (0.04s) [2021-04-09T01:05:46.234Z] === RUN TestSuccessfulUpload [2021-04-09T01:05:46.405Z] --- PASS: TestDaemonIpcModeShareable (2.41s) [2021-04-09T01:05:46.405Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:73, shared: true, mustBeShared: true [2021-04-09T01:05:46.405Z] === RUN TestDaemonIpcModePrivate [2021-04-09T01:05:46.700Z] time="2021-04-09T01:05:46Z" level=error msg="Upload failed, retrying: simulating retry" [2021-04-09T01:05:46.700Z] --- PASS: TestSuccessfulUpload (0.63s) [2021-04-09T01:05:46.700Z] === RUN TestCancelledUpload [2021-04-09T01:05:46.700Z] --- PASS: TestCancelledUpload (0.00s) [2021-04-09T01:05:46.700Z] PASS [2021-04-09T01:05:46.700Z] coverage: 76.8% of statements [2021-04-09T01:05:46.700Z] ok github.com/docker/docker/distribution/xfer 3.025s coverage: 76.8% of statements [2021-04-09T01:05:46.700Z] ? github.com/docker/docker/dockerversion [no test files] [2021-04-09T01:05:46.769Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-04-09T01:05:46.769Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-04-09T01:05:47.165Z] === RUN TestCompare [2021-04-09T01:05:47.165Z] --- PASS: TestCompare (0.00s) [2021-04-09T01:05:47.165Z] PASS [2021-04-09T01:05:47.165Z] coverage: 19.2% of statements [2021-04-09T01:05:47.165Z] ok github.com/docker/docker/image/cache 0.384s coverage: 19.2% of statements [2021-04-09T01:05:47.337Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-04-09T01:05:47.337Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-04-09T01:05:47.631Z] === RUN TestFSGetInvalidData [2021-04-09T01:05:47.631Z] --- PASS: TestFSGetInvalidData (0.01s) [2021-04-09T01:05:47.631Z] === RUN TestFSInvalidSet [2021-04-09T01:05:47.631Z] --- PASS: TestFSInvalidSet (0.01s) [2021-04-09T01:05:47.631Z] === RUN TestFSInvalidRoot [2021-04-09T01:05:47.631Z] --- PASS: TestFSInvalidRoot (0.01s) [2021-04-09T01:05:47.631Z] === RUN TestFSMetadataGetSet [2021-04-09T01:05:47.631Z] --- PASS: TestFSMetadataGetSet (0.04s) [2021-04-09T01:05:47.631Z] === RUN TestFSInvalidWalker [2021-04-09T01:05:47.631Z] --- PASS: TestFSInvalidWalker (0.01s) [2021-04-09T01:05:47.631Z] === RUN TestFSGetSet [2021-04-09T01:05:47.631Z] --- PASS: TestFSGetSet (0.02s) [2021-04-09T01:05:47.631Z] === RUN TestFSGetUnsetKey [2021-04-09T01:05:47.631Z] --- PASS: TestFSGetUnsetKey (0.01s) [2021-04-09T01:05:47.631Z] === RUN TestFSGetEmptyData [2021-04-09T01:05:47.631Z] --- PASS: TestFSGetEmptyData (0.00s) [2021-04-09T01:05:47.631Z] === RUN TestFSDelete [2021-04-09T01:05:47.631Z] --- PASS: TestFSDelete (0.02s) [2021-04-09T01:05:47.631Z] === RUN TestFSWalker [2021-04-09T01:05:47.631Z] --- PASS: TestFSWalker (0.01s) [2021-04-09T01:05:47.631Z] === RUN TestFSWalkerStopOnError [2021-04-09T01:05:47.631Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2021-04-09T01:05:47.631Z] === RUN TestNewFromJSON [2021-04-09T01:05:47.631Z] --- PASS: TestNewFromJSON (0.00s) [2021-04-09T01:05:47.631Z] === RUN TestNewFromJSONWithInvalidJSON [2021-04-09T01:05:47.631Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2021-04-09T01:05:47.631Z] === RUN TestMarshalKeyOrder [2021-04-09T01:05:47.631Z] --- PASS: TestMarshalKeyOrder (0.00s) [2021-04-09T01:05:47.631Z] === RUN TestHistoryEqual [2021-04-09T01:05:48.096Z] --- PASS: TestHistoryEqual (0.16s) [2021-04-09T01:05:48.096Z] === RUN TestImage [2021-04-09T01:05:48.096Z] --- PASS: TestImage (0.00s) [2021-04-09T01:05:48.096Z] === RUN TestImageOSNotEmpty [2021-04-09T01:05:48.096Z] --- PASS: TestImageOSNotEmpty (0.00s) [2021-04-09T01:05:48.096Z] === RUN TestNewChildImageFromImageWithRootFS [2021-04-09T01:05:48.096Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2021-04-09T01:05:48.096Z] === RUN TestCreate [2021-04-09T01:05:48.096Z] --- PASS: TestCreate (0.03s) [2021-04-09T01:05:48.096Z] === RUN TestRestore [2021-04-09T01:05:48.096Z] time="2021-04-09T01:05:47Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2021-04-09T01:05:48.096Z] --- PASS: TestRestore (0.09s) [2021-04-09T01:05:48.096Z] === RUN TestAddDelete [2021-04-09T01:05:48.096Z] --- PASS: TestAddDelete (0.02s) [2021-04-09T01:05:48.096Z] === RUN TestSearchAfterDelete [2021-04-09T01:05:48.096Z] --- PASS: TestSearchAfterDelete (0.01s) [2021-04-09T01:05:48.096Z] === RUN TestParentReset [2021-04-09T01:05:48.096Z] --- PASS: TestParentReset (0.03s) [2021-04-09T01:05:48.097Z] === RUN TestGetAndSetLastUpdated [2021-04-09T01:05:48.097Z] --- PASS: TestGetAndSetLastUpdated (0.04s) [2021-04-09T01:05:48.097Z] === RUN TestStoreLen [2021-04-09T01:05:48.097Z] --- PASS: TestStoreLen (0.05s) [2021-04-09T01:05:48.097Z] PASS [2021-04-09T01:05:48.097Z] coverage: 86.6% of statements [2021-04-09T01:05:48.097Z] ok github.com/docker/docker/image 1.113s coverage: 86.6% of statements [2021-04-09T01:05:48.278Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-04-09T01:05:48.537Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-04-09T01:05:48.537Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-04-09T01:05:48.953Z] --- PASS: TestDaemonIpcModePrivate (2.48s) [2021-04-09T01:05:48.953Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: false, mustBeShared: false [2021-04-09T01:05:48.953Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-04-09T01:05:49.078Z] === RUN TestValidateManifest [2021-04-09T01:05:49.078Z] === RUN TestValidateManifest/nil [2021-04-09T01:05:49.078Z] === RUN TestValidateManifest/non-nil [2021-04-09T01:05:49.078Z] --- PASS: TestValidateManifest (0.00s) [2021-04-09T01:05:49.078Z] --- PASS: TestValidateManifest/nil (0.00s) [2021-04-09T01:05:49.078Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2021-04-09T01:05:49.078Z] PASS [2021-04-09T01:05:49.078Z] coverage: 0.6% of statements [2021-04-09T01:05:49.078Z] ok github.com/docker/docker/image/tarexport 0.632s coverage: 0.6% of statements [2021-04-09T01:05:50.059Z] === RUN TestMakeV1ConfigFromConfig [2021-04-09T01:05:50.059Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2021-04-09T01:05:50.059Z] PASS [2021-04-09T01:05:50.059Z] coverage: 25.0% of statements [2021-04-09T01:05:50.059Z] ok github.com/docker/docker/image/v1 0.591s coverage: 25.0% of statements [2021-04-09T01:05:50.059Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-04-09T01:05:51.040Z] === RUN TestSerialization [2021-04-09T01:05:51.040Z] --- PASS: TestSerialization (0.02s) [2021-04-09T01:05:51.040Z] PASS [2021-04-09T01:05:51.040Z] coverage: 100.0% of statements [2021-04-09T01:05:51.040Z] ok github.com/docker/docker/libcontainerd/queue 0.227s coverage: 100.0% of statements [2021-04-09T01:05:51.503Z] --- PASS: TestDaemonIpcModePrivateFromConfig (2.44s) [2021-04-09T01:05:51.503Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: false, mustBeShared: false [2021-04-09T01:05:51.503Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-04-09T01:05:51.505Z] === RUN TestEmptyLayer [2021-04-09T01:05:51.505Z] --- PASS: TestEmptyLayer (0.00s) [2021-04-09T01:05:51.505Z] === RUN TestCommitFailure [2021-04-09T01:05:51.505Z] --- PASS: TestCommitFailure (0.01s) [2021-04-09T01:05:51.505Z] === RUN TestStartTransactionFailure [2021-04-09T01:05:51.505Z] --- PASS: TestStartTransactionFailure (0.00s) [2021-04-09T01:05:51.505Z] === RUN TestGetOrphan [2021-04-09T01:05:51.505Z] --- PASS: TestGetOrphan (0.01s) [2021-04-09T01:05:51.505Z] === RUN TestMountAndRegister [2021-04-09T01:05:51.505Z] --- PASS: TestMountAndRegister (0.05s) [2021-04-09T01:05:51.505Z] layer_test.go:271: Layer size: 14 [2021-04-09T01:05:51.505Z] === RUN TestLayerRelease [2021-04-09T01:05:51.505Z] --- SKIP: TestLayerRelease (0.00s) [2021-04-09T01:05:51.505Z] layer_test.go:304: Failing on Windows [2021-04-09T01:05:51.505Z] === RUN TestStoreRestore [2021-04-09T01:05:51.505Z] --- SKIP: TestStoreRestore (0.00s) [2021-04-09T01:05:51.505Z] layer_test.go:353: Failing on Windows [2021-04-09T01:05:51.505Z] === RUN TestTarStreamStability [2021-04-09T01:05:51.505Z] --- SKIP: TestTarStreamStability (0.00s) [2021-04-09T01:05:51.505Z] layer_test.go:468: Failing on Windows [2021-04-09T01:05:51.505Z] === RUN TestRegisterExistingLayer [2021-04-09T01:05:51.505Z] --- PASS: TestRegisterExistingLayer (0.11s) [2021-04-09T01:05:51.505Z] === RUN TestTarStreamVerification [2021-04-09T01:05:51.505Z] --- SKIP: TestTarStreamVerification (0.00s) [2021-04-09T01:05:51.505Z] layer_test.go:697: Failing on Windows [2021-04-09T01:05:51.505Z] === RUN TestLayerMigration [2021-04-09T01:05:51.505Z] --- SKIP: TestLayerMigration (0.00s) [2021-04-09T01:05:51.505Z] migration_test.go:46: Failing on Windows [2021-04-09T01:05:51.505Z] === RUN TestLayerMigrationNoTarsplit [2021-04-09T01:05:51.505Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2021-04-09T01:05:51.505Z] migration_test.go:182: Failing on Windows [2021-04-09T01:05:51.505Z] === RUN TestMountInit [2021-04-09T01:05:51.505Z] --- SKIP: TestMountInit (0.00s) [2021-04-09T01:05:51.505Z] mount_test.go:17: Failing on Windows [2021-04-09T01:05:51.505Z] === RUN TestMountSize [2021-04-09T01:05:51.505Z] --- SKIP: TestMountSize (0.00s) [2021-04-09T01:05:51.505Z] mount_test.go:76: Failing on Windows [2021-04-09T01:05:51.505Z] === RUN TestMountChanges [2021-04-09T01:05:51.505Z] --- SKIP: TestMountChanges (0.00s) [2021-04-09T01:05:51.505Z] mount_test.go:125: Failing on Windows [2021-04-09T01:05:51.505Z] === RUN TestMountApply [2021-04-09T01:05:51.505Z] --- SKIP: TestMountApply (0.00s) [2021-04-09T01:05:51.505Z] mount_test.go:212: Failing on Windows [2021-04-09T01:05:51.505Z] PASS [2021-04-09T01:05:51.505Z] coverage: 30.1% of statements [2021-04-09T01:05:51.505Z] ok github.com/docker/docker/layer 0.755s coverage: 30.1% of statements [2021-04-09T01:05:51.823Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-04-09T01:05:51.971Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-04-09T01:05:52.760Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-04-09T01:05:52.760Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-04-09T01:05:52.760Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-04-09T01:05:52.952Z] === RUN TestEnvironmentParsing [2021-04-09T01:05:52.952Z] --- PASS: TestEnvironmentParsing (0.00s) [2021-04-09T01:05:52.952Z] PASS [2021-04-09T01:05:52.952Z] coverage: 1.0% of statements [2021-04-09T01:05:52.952Z] ok github.com/docker/docker/libcontainerd/local 0.581s coverage: 1.0% of statements [2021-04-09T01:05:52.952Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-04-09T01:05:52.952Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-04-09T01:05:52.952Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-04-09T01:05:53.338Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2021-04-09T01:05:53.419Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2021-04-09T01:05:53.419Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2021-04-09T01:05:53.419Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2021-04-09T01:05:53.419Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2021-04-09T01:05:53.419Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2021-04-09T01:05:53.419Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2021-04-09T01:05:53.419Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2021-04-09T01:05:53.419Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2021-04-09T01:05:53.419Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2021-04-09T01:05:53.419Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2021-04-09T01:05:53.419Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2021-04-09T01:05:53.419Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2021-04-09T01:05:53.419Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2021-04-09T01:05:53.419Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2021-04-09T01:05:53.419Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2021-04-09T01:05:53.419Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2021-04-09T01:05:53.419Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2021-04-09T01:05:53.419Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2021-04-09T01:05:53.419Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2021-04-09T01:05:53.419Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2021-04-09T01:05:53.419Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2021-04-09T01:05:53.419Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2021-04-09T01:05:53.419Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2021-04-09T01:05:53.419Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2021-04-09T01:05:53.419Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2021-04-09T01:05:53.419Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2021-04-09T01:05:53.419Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2021-04-09T01:05:53.419Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2021-04-09T01:05:53.419Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2021-04-09T01:05:53.419Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2021-04-09T01:05:53.419Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2021-04-09T01:05:53.419Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2021-04-09T01:05:53.419Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2021-04-09T01:05:53.419Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2021-04-09T01:05:53.419Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2021-04-09T01:05:53.419Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2021-04-09T01:05:53.419Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2021-04-09T01:05:53.419Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2021-04-09T01:05:53.419Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2021-04-09T01:05:53.419Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2021-04-09T01:05:53.419Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2021-04-09T01:05:53.419Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2021-04-09T01:05:53.419Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2021-04-09T01:05:53.419Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2021-04-09T01:05:53.419Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2021-04-09T01:05:53.419Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2021-04-09T01:05:53.419Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2021-04-09T01:05:53.419Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2021-04-09T01:05:53.419Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2021-04-09T01:05:53.419Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2021-04-09T01:05:53.419Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2021-04-09T01:05:53.419Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2021-04-09T01:05:53.419Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2021-04-09T01:05:53.419Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2021-04-09T01:05:53.419Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2021-04-09T01:05:53.419Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2021-04-09T01:05:53.419Z] PASS [2021-04-09T01:05:53.419Z] coverage: 42.3% of statements [2021-04-09T01:05:53.419Z] ok github.com/docker/docker/oci 0.301s coverage: 42.3% of statements [2021-04-09T01:05:53.419Z] ? github.com/docker/docker/oci/caps [no test files] [2021-04-09T01:05:53.419Z] === RUN TestParseVersion [2021-04-09T01:05:53.419Z] --- PASS: TestParseVersion (0.00s) [2021-04-09T01:05:53.419Z] PASS [2021-04-09T01:05:53.419Z] coverage: 52.9% of statements [2021-04-09T01:05:53.419Z] ok github.com/docker/docker/pkg/aaparser 0.149s coverage: 52.9% of statements [2021-04-09T01:05:53.421Z] --- PASS: TestDaemonIpcModeShareableFromConfig (2.41s) [2021-04-09T01:05:53.422Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:73, shared: true, mustBeShared: true [2021-04-09T01:05:53.422Z] === RUN TestIpcModeOlderClient [2021-04-09T01:05:53.422Z] === PAUSE TestIpcModeOlderClient [2021-04-09T01:05:53.422Z] === RUN TestKillContainerInvalidSignal [2021-04-09T01:05:54.366Z] --- PASS: TestKillContainerInvalidSignal (0.82s) [2021-04-09T01:05:54.366Z] === RUN TestKillContainer [2021-04-09T01:05:54.366Z] === RUN TestKillContainer/no_signal [2021-04-09T01:05:54.977Z] === RUN TestAddressPoolOpt [2021-04-09T01:05:54.977Z] --- PASS: TestAddressPoolOpt (0.00s) [2021-04-09T01:05:54.977Z] === RUN TestValidateEnv [2021-04-09T01:05:54.977Z] === RUN TestValidateEnv/a [2021-04-09T01:05:54.977Z] === RUN TestValidateEnv/something [2021-04-09T01:05:54.977Z] === RUN TestValidateEnv/_=a [2021-04-09T01:05:54.977Z] === RUN TestValidateEnv/env1=value1 [2021-04-09T01:05:54.977Z] === RUN TestValidateEnv/_env1=value1 [2021-04-09T01:05:54.977Z] === RUN TestValidateEnv/env2=value2=value3 [2021-04-09T01:05:54.977Z] === RUN TestValidateEnv/env3=abc!qwe [2021-04-09T01:05:54.977Z] === RUN TestValidateEnv/env_4=value_4 [2021-04-09T01:05:54.977Z] === RUN TestValidateEnv/PATH [2021-04-09T01:05:54.977Z] === RUN TestValidateEnv/=a [2021-04-09T01:05:54.977Z] === RUN TestValidateEnv/PATH= [2021-04-09T01:05:54.977Z] === RUN TestValidateEnv/PATH=something [2021-04-09T01:05:54.977Z] === RUN TestValidateEnv/asd!qwe [2021-04-09T01:05:54.977Z] === RUN TestValidateEnv/1asd [2021-04-09T01:05:54.977Z] === RUN TestValidateEnv/123 [2021-04-09T01:05:54.977Z] === RUN TestValidateEnv/some_space [2021-04-09T01:05:54.977Z] === RUN TestValidateEnv/__some_space_before [2021-04-09T01:05:54.977Z] === RUN TestValidateEnv/some_space_after__ [2021-04-09T01:05:54.977Z] === RUN TestValidateEnv/= [2021-04-09T01:05:54.977Z] === RUN TestValidateEnv/PaTh [2021-04-09T01:05:54.977Z] --- PASS: TestValidateEnv (0.00s) [2021-04-09T01:05:54.977Z] --- PASS: TestValidateEnv/a (0.00s) [2021-04-09T01:05:54.977Z] --- PASS: TestValidateEnv/something (0.00s) [2021-04-09T01:05:54.977Z] --- PASS: TestValidateEnv/_=a (0.00s) [2021-04-09T01:05:54.977Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2021-04-09T01:05:54.977Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2021-04-09T01:05:54.977Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2021-04-09T01:05:54.977Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2021-04-09T01:05:54.977Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2021-04-09T01:05:54.977Z] --- PASS: TestValidateEnv/PATH (0.00s) [2021-04-09T01:05:54.977Z] --- PASS: TestValidateEnv/=a (0.00s) [2021-04-09T01:05:54.977Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2021-04-09T01:05:54.977Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2021-04-09T01:05:54.977Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2021-04-09T01:05:54.977Z] --- PASS: TestValidateEnv/1asd (0.00s) [2021-04-09T01:05:54.977Z] --- PASS: TestValidateEnv/123 (0.00s) [2021-04-09T01:05:54.977Z] --- PASS: TestValidateEnv/some_space (0.00s) [2021-04-09T01:05:54.977Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2021-04-09T01:05:54.977Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2021-04-09T01:05:54.977Z] --- PASS: TestValidateEnv/= (0.00s) [2021-04-09T01:05:54.977Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2021-04-09T01:05:54.977Z] === RUN TestParseHost [2021-04-09T01:05:54.977Z] --- PASS: TestParseHost (0.00s) [2021-04-09T01:05:54.977Z] === RUN TestParseDockerDaemonHost [2021-04-09T01:05:54.977Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2021-04-09T01:05:54.977Z] === RUN TestParseTCP [2021-04-09T01:05:54.977Z] --- PASS: TestParseTCP (0.00s) [2021-04-09T01:05:54.977Z] === RUN TestParseInvalidUnixAddrInvalid [2021-04-09T01:05:54.977Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2021-04-09T01:05:54.977Z] === RUN TestValidateExtraHosts [2021-04-09T01:05:54.977Z] --- PASS: TestValidateExtraHosts (0.00s) [2021-04-09T01:05:54.977Z] === RUN TestIpOptString [2021-04-09T01:05:54.977Z] --- PASS: TestIpOptString (0.00s) [2021-04-09T01:05:54.977Z] === RUN TestNewIpOptInvalidDefaultVal [2021-04-09T01:05:54.977Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2021-04-09T01:05:54.977Z] === RUN TestNewIpOptValidDefaultVal [2021-04-09T01:05:54.977Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2021-04-09T01:05:54.977Z] === RUN TestIpOptSetInvalidVal [2021-04-09T01:05:54.977Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2021-04-09T01:05:54.977Z] === RUN TestValidateIPAddress [2021-04-09T01:05:54.977Z] --- PASS: TestValidateIPAddress (0.00s) [2021-04-09T01:05:54.977Z] === RUN TestMapOpts [2021-04-09T01:05:54.977Z] --- PASS: TestMapOpts (0.00s) [2021-04-09T01:05:54.977Z] === RUN TestListOptsWithoutValidator [2021-04-09T01:05:54.977Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2021-04-09T01:05:54.977Z] === RUN TestListOptsWithValidator [2021-04-09T01:05:54.977Z] --- PASS: TestListOptsWithValidator (0.00s) [2021-04-09T01:05:54.977Z] === RUN TestValidateDNSSearch [2021-04-09T01:05:54.977Z] --- PASS: TestValidateDNSSearch (0.00s) [2021-04-09T01:05:54.977Z] === RUN TestValidateLabel [2021-04-09T01:05:54.977Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2021-04-09T01:05:54.977Z] === RUN TestValidateLabel/label_with_general_format [2021-04-09T01:05:54.977Z] === RUN TestValidateLabel/label_with_more_than_one_= [2021-04-09T01:05:54.977Z] === RUN TestValidateLabel/label_with_one_more [2021-04-09T01:05:54.977Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2021-04-09T01:05:54.977Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2021-04-09T01:05:54.977Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2021-04-09T01:05:54.977Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2021-04-09T01:05:54.977Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2021-04-09T01:05:54.977Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2021-04-09T01:05:54.977Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2021-04-09T01:05:54.977Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2021-04-09T01:05:54.977Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2021-04-09T01:05:54.977Z] --- PASS: TestValidateLabel (0.00s) [2021-04-09T01:05:54.977Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2021-04-09T01:05:54.977Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2021-04-09T01:05:54.977Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2021-04-09T01:05:54.977Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2021-04-09T01:05:54.977Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2021-04-09T01:05:54.977Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2021-04-09T01:05:54.977Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2021-04-09T01:05:54.977Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2021-04-09T01:05:54.977Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2021-04-09T01:05:54.977Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2021-04-09T01:05:54.977Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2021-04-09T01:05:54.977Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2021-04-09T01:05:54.977Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2021-04-09T01:05:54.977Z] === RUN TestNamedListOpts [2021-04-09T01:05:54.977Z] --- PASS: TestNamedListOpts (0.00s) [2021-04-09T01:05:54.977Z] === RUN TestNamedMapOpts [2021-04-09T01:05:54.977Z] --- PASS: TestNamedMapOpts (0.00s) [2021-04-09T01:05:54.977Z] === RUN TestParseLink [2021-04-09T01:05:54.977Z] --- PASS: TestParseLink (0.00s) [2021-04-09T01:05:54.977Z] === RUN TestQuotedStringSetWithQuotes [2021-04-09T01:05:54.977Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2021-04-09T01:05:54.977Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2021-04-09T01:05:54.977Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2021-04-09T01:05:54.977Z] === RUN TestQuotedStringSetWithNoQuotes [2021-04-09T01:05:54.977Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2021-04-09T01:05:54.977Z] === RUN TestUlimitOpt [2021-04-09T01:05:54.977Z] --- PASS: TestUlimitOpt (0.00s) [2021-04-09T01:05:54.977Z] PASS [2021-04-09T01:05:54.977Z] coverage: 67.1% of statements [2021-04-09T01:05:54.977Z] ok github.com/docker/docker/opts 0.604s coverage: 67.1% of statements [2021-04-09T01:05:54.977Z] === RUN TestUnbuffered [2021-04-09T01:05:54.977Z] --- PASS: TestUnbuffered (0.00s) [2021-04-09T01:05:54.977Z] === RUN TestRaceUnbuffered [2021-04-09T01:05:54.977Z] --- PASS: TestRaceUnbuffered (0.00s) [2021-04-09T01:05:54.977Z] PASS [2021-04-09T01:05:54.977Z] coverage: 100.0% of statements [2021-04-09T01:05:54.977Z] ok github.com/docker/docker/pkg/broadcaster 0.138s coverage: 100.0% of statements [2021-04-09T01:05:55.310Z] === RUN TestKillContainer/non_killing_signal [2021-04-09T01:05:55.572Z] === RUN TestKillContainer/killing_signal [2021-04-09T01:05:55.873Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-04-09T01:05:55.873Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-04-09T01:05:55.958Z] === RUN TestPeerCertificateMarshalJSON [2021-04-09T01:05:56.423Z] === RUN TestMatch [2021-04-09T01:05:56.423Z] === RUN TestMatch/[[]] [2021-04-09T01:05:56.423Z] === RUN TestMatch/[[foo]] [2021-04-09T01:05:56.423Z] === RUN TestMatch/[[bar]_[foo]] [2021-04-09T01:05:56.423Z] === RUN TestMatch/[[foo_bar]] [2021-04-09T01:05:56.423Z] === RUN TestMatch/[[qux]_[foo]] [2021-04-09T01:05:56.423Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2021-04-09T01:05:56.423Z] === RUN TestMatch/[] [2021-04-09T01:05:56.423Z] === RUN TestMatch/[]#01 [2021-04-09T01:05:56.423Z] === RUN TestMatch/[[qux]] [2021-04-09T01:05:56.423Z] === RUN TestMatch/[[foo_bar_qux]] [2021-04-09T01:05:56.423Z] === RUN TestMatch/[[qux]_[baz]] [2021-04-09T01:05:56.423Z] === RUN TestMatch/[[foo_baz]] [2021-04-09T01:05:56.423Z] --- PASS: TestMatch (0.00s) [2021-04-09T01:05:56.423Z] --- PASS: TestMatch/[[]] (0.00s) [2021-04-09T01:05:56.423Z] --- PASS: TestMatch/[[foo]] (0.00s) [2021-04-09T01:05:56.423Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2021-04-09T01:05:56.423Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2021-04-09T01:05:56.423Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2021-04-09T01:05:56.423Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2021-04-09T01:05:56.423Z] --- PASS: TestMatch/[] (0.00s) [2021-04-09T01:05:56.423Z] --- PASS: TestMatch/[]#01 (0.00s) [2021-04-09T01:05:56.423Z] --- PASS: TestMatch/[[qux]] (0.00s) [2021-04-09T01:05:56.423Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2021-04-09T01:05:56.423Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2021-04-09T01:05:56.423Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2021-04-09T01:05:56.423Z] PASS [2021-04-09T01:05:56.423Z] coverage: 87.5% of statements [2021-04-09T01:05:56.423Z] ok github.com/docker/docker/pkg/capabilities 0.199s coverage: 87.5% of statements [2021-04-09T01:05:56.889Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2021-04-09T01:05:56.889Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2021-04-09T01:05:56.889Z] --- PASS: TestPeerCertificateMarshalJSON (1.09s) [2021-04-09T01:05:56.889Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2021-04-09T01:05:56.889Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2021-04-09T01:05:56.889Z] === RUN TestMiddleware [2021-04-09T01:05:56.889Z] --- PASS: TestMiddleware (0.00s) [2021-04-09T01:05:56.889Z] === RUN TestNewResponseModifier [2021-04-09T01:05:56.889Z] --- PASS: TestNewResponseModifier (0.00s) [2021-04-09T01:05:56.889Z] PASS [2021-04-09T01:05:56.889Z] coverage: 26.8% of statements [2021-04-09T01:05:56.889Z] ok github.com/docker/docker/pkg/authorization 1.585s coverage: 26.8% of statements [2021-04-09T01:05:56.961Z] --- PASS: TestKillContainer (2.44s) [2021-04-09T01:05:56.961Z] --- PASS: TestKillContainer/no_signal (0.79s) [2021-04-09T01:05:56.961Z] --- PASS: TestKillContainer/non_killing_signal (0.61s) [2021-04-09T01:05:56.961Z] --- PASS: TestKillContainer/killing_signal (0.78s) [2021-04-09T01:05:56.961Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-04-09T01:05:56.961Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-04-09T01:05:57.250Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-04-09T01:05:57.354Z] === RUN TestIsArchivePathDir [2021-04-09T01:05:57.354Z] --- PASS: TestIsArchivePathDir (0.07s) [2021-04-09T01:05:57.354Z] === RUN TestIsArchivePathInvalidFile [2021-04-09T01:05:57.509Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-04-09T01:05:57.509Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-04-09T01:05:57.509Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-04-09T01:05:57.536Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-04-09T01:05:57.819Z] === RUN TestChrootTarUntar [2021-04-09T01:05:57.820Z] --- SKIP: TestChrootTarUntar (0.00s) [2021-04-09T01:05:57.820Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:05:57.820Z] === RUN TestChrootUntarWithHugeExcludesList [2021-04-09T01:05:57.820Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2021-04-09T01:05:57.820Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:05:57.820Z] === RUN TestChrootUntarEmptyArchive [2021-04-09T01:05:57.820Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2021-04-09T01:05:57.820Z] === RUN TestChrootTarUntarWithSymlink [2021-04-09T01:05:57.820Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2021-04-09T01:05:57.820Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-04-09T01:05:57.820Z] === RUN TestChrootCopyWithTar [2021-04-09T01:05:57.820Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2021-04-09T01:05:57.820Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-04-09T01:05:57.820Z] === RUN TestChrootCopyFileWithTar [2021-04-09T01:05:57.820Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2021-04-09T01:05:57.820Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:05:57.820Z] === RUN TestChrootUntarPath [2021-04-09T01:05:57.820Z] --- SKIP: TestChrootUntarPath (0.00s) [2021-04-09T01:05:57.820Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-04-09T01:05:57.820Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2021-04-09T01:05:57.820Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-04-09T01:05:57.820Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:05:57.820Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2021-04-09T01:05:57.820Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-04-09T01:05:57.820Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:05:57.820Z] === RUN TestChrootApplyDotDotFile [2021-04-09T01:05:57.820Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2021-04-09T01:05:57.820Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:05:57.820Z] PASS [2021-04-09T01:05:57.820Z] coverage: 15.4% of statements [2021-04-09T01:05:57.820Z] ok github.com/docker/docker/pkg/chrootarchive 0.292s coverage: 15.4% of statements [2021-04-09T01:05:57.820Z] === RUN TestSizeEmpty [2021-04-09T01:05:57.820Z] --- PASS: TestSizeEmpty (0.00s) [2021-04-09T01:05:57.820Z] === RUN TestSizeEmptyFile [2021-04-09T01:05:57.820Z] --- PASS: TestSizeEmptyFile (0.00s) [2021-04-09T01:05:57.820Z] === RUN TestSizeNonemptyFile [2021-04-09T01:05:57.820Z] --- PASS: TestSizeNonemptyFile (0.00s) [2021-04-09T01:05:57.820Z] === RUN TestSizeNestedDirectoryEmpty [2021-04-09T01:05:57.820Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2021-04-09T01:05:57.820Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2021-04-09T01:05:57.820Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2021-04-09T01:05:57.820Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2021-04-09T01:05:57.820Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2021-04-09T01:05:57.820Z] === RUN TestMoveToSubdir [2021-04-09T01:05:57.820Z] --- PASS: TestMoveToSubdir (0.00s) [2021-04-09T01:05:57.820Z] === RUN TestSizeNonExistingDirectory [2021-04-09T01:05:57.820Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2021-04-09T01:05:57.820Z] PASS [2021-04-09T01:05:57.820Z] coverage: 80.0% of statements [2021-04-09T01:05:57.820Z] ok github.com/docker/docker/pkg/directory 0.204s coverage: 80.0% of statements [2021-04-09T01:05:57.820Z] --- PASS: TestIsArchivePathInvalidFile (0.19s) [2021-04-09T01:05:57.820Z] === RUN TestIsArchivePathTar [2021-04-09T01:05:57.820Z] --- PASS: TestIsArchivePathTar (0.27s) [2021-04-09T01:05:57.820Z] === RUN TestDecompressStreamGzip [2021-04-09T01:05:58.285Z] --- PASS: TestDecompressStreamGzip (0.17s) [2021-04-09T01:05:58.285Z] === RUN TestDecompressStreamBzip2 [2021-04-09T01:05:58.285Z] --- PASS: TestDecompressStreamBzip2 (0.23s) [2021-04-09T01:05:58.285Z] === RUN TestDecompressStreamXz [2021-04-09T01:05:58.285Z] --- SKIP: TestDecompressStreamXz (0.00s) [2021-04-09T01:05:58.285Z] archive_test.go:134: Xz not present in msys2 [2021-04-09T01:05:58.285Z] === RUN TestCompressStreamXzUnsupported [2021-04-09T01:05:58.285Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2021-04-09T01:05:58.285Z] === RUN TestCompressStreamBzip2Unsupported [2021-04-09T01:05:58.285Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2021-04-09T01:05:58.285Z] === RUN TestCompressStreamInvalid [2021-04-09T01:05:58.285Z] --- PASS: TestCompressStreamInvalid (0.00s) [2021-04-09T01:05:58.285Z] === RUN TestExtensionInvalid [2021-04-09T01:05:58.285Z] --- PASS: TestExtensionInvalid (0.00s) [2021-04-09T01:05:58.285Z] === RUN TestExtensionUncompressed [2021-04-09T01:05:58.285Z] --- PASS: TestExtensionUncompressed (0.00s) [2021-04-09T01:05:58.285Z] === RUN TestExtensionBzip2 [2021-04-09T01:05:58.285Z] --- PASS: TestExtensionBzip2 (0.00s) [2021-04-09T01:05:58.285Z] === RUN TestExtensionGzip [2021-04-09T01:05:58.285Z] --- PASS: TestExtensionGzip (0.00s) [2021-04-09T01:05:58.285Z] === RUN TestExtensionXz [2021-04-09T01:05:58.285Z] --- PASS: TestExtensionXz (0.00s) [2021-04-09T01:05:58.285Z] === RUN TestCmdStreamLargeStderr [2021-04-09T01:05:58.486Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.60s) [2021-04-09T01:05:58.486Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.78s) [2021-04-09T01:05:58.486Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.63s) [2021-04-09T01:05:58.486Z] === RUN TestKillStoppedContainer [2021-04-09T01:05:58.486Z] --- PASS: TestKillStoppedContainer (0.07s) [2021-04-09T01:05:58.486Z] === RUN TestKillStoppedContainerAPIPre120 [2021-04-09T01:05:58.486Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) [2021-04-09T01:05:58.486Z] === RUN TestKillDifferentUserContainer [2021-04-09T01:05:58.750Z] --- PASS: TestCmdStreamLargeStderr (0.12s) [2021-04-09T01:05:58.750Z] === RUN TestCmdStreamBad [2021-04-09T01:05:58.750Z] --- SKIP: TestCmdStreamBad (0.00s) [2021-04-09T01:05:58.750Z] archive_test.go:239: Failing on Windows CI machines [2021-04-09T01:05:58.750Z] === RUN TestCmdStreamGood [2021-04-09T01:05:58.750Z] --- PASS: TestCmdStreamGood (0.06s) [2021-04-09T01:05:58.750Z] === RUN TestUntarPathWithInvalidDest [2021-04-09T01:05:58.750Z] --- PASS: TestUntarPathWithInvalidDest (0.26s) [2021-04-09T01:05:58.750Z] === RUN TestUntarPathWithInvalidSrc [2021-04-09T01:05:58.750Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2021-04-09T01:05:58.750Z] === RUN TestUntarPath [2021-04-09T01:05:59.216Z] --- PASS: TestUntarPath (0.14s) [2021-04-09T01:05:59.216Z] === RUN TestUntarPathWithDestinationFile [2021-04-09T01:05:59.216Z] --- PASS: TestUntarPathWithDestinationFile (0.06s) [2021-04-09T01:05:59.216Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2021-04-09T01:05:59.216Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.06s) [2021-04-09T01:05:59.216Z] === RUN TestCopyWithTarInvalidSrc [2021-04-09T01:05:59.216Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2021-04-09T01:05:59.216Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2021-04-09T01:05:59.216Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2021-04-09T01:05:59.216Z] === RUN TestCopyWithTarSrcFile [2021-04-09T01:05:59.216Z] --- PASS: TestCopyWithTarSrcFile (0.00s) [2021-04-09T01:05:59.216Z] === RUN TestCopyWithTarSrcFolder [2021-04-09T01:05:59.216Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2021-04-09T01:05:59.216Z] === RUN TestCopyFileWithTarInvalidSrc [2021-04-09T01:05:59.216Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2021-04-09T01:05:59.216Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2021-04-09T01:05:59.216Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2021-04-09T01:05:59.216Z] === RUN TestCopyFileWithTarSrcFolder [2021-04-09T01:05:59.216Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2021-04-09T01:05:59.216Z] === RUN TestCopyFileWithTarSrcFile [2021-04-09T01:05:59.216Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2021-04-09T01:05:59.216Z] === RUN TestTarFiles [2021-04-09T01:05:59.216Z] === RUN Test [2021-04-09T01:05:59.216Z] === RUN Test/TestContent [2021-04-09T01:05:59.216Z] === RUN Test/TestInitialize [2021-04-09T01:05:59.216Z] === RUN Test/TestNew [2021-04-09T01:05:59.216Z] === RUN Test/TestParsingContentsWithComments [2021-04-09T01:05:59.216Z] === RUN Test/TestRegister [2021-04-09T01:05:59.216Z] === RUN Test/TestWatch [2021-04-09T01:05:59.216Z] --- PASS: Test (0.01s) [2021-04-09T01:05:59.216Z] --- PASS: Test/TestContent (0.00s) [2021-04-09T01:05:59.216Z] --- PASS: Test/TestInitialize (0.00s) [2021-04-09T01:05:59.216Z] --- PASS: Test/TestNew (0.00s) [2021-04-09T01:05:59.216Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2021-04-09T01:05:59.216Z] --- PASS: Test/TestRegister (0.00s) [2021-04-09T01:05:59.216Z] --- PASS: Test/TestWatch (0.01s) [2021-04-09T01:05:59.216Z] PASS [2021-04-09T01:05:59.216Z] coverage: 92.9% of statements [2021-04-09T01:05:59.216Z] ok github.com/docker/docker/pkg/discovery/file 0.270s coverage: 92.9% of statements [2021-04-09T01:05:59.216Z] === RUN Test [2021-04-09T01:05:59.216Z] === RUN Test/TestContainsEntry [2021-04-09T01:05:59.374Z] tests/integration/api_network_test.py ............................ [ 47%] [2021-04-09T01:05:59.430Z] --- PASS: TestKillDifferentUserContainer (0.80s) [2021-04-09T01:05:59.430Z] === RUN TestInspectOomKilledTrue [2021-04-09T01:05:59.430Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-04-09T01:05:59.430Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-09T01:05:59.430Z] === RUN TestInspectOomKilledFalse [2021-04-09T01:05:59.430Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-04-09T01:05:59.430Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-09T01:05:59.430Z] === RUN TestLinksEtcHostsContentMatch [2021-04-09T01:05:59.682Z] === RUN Test/TestCreateEntries [2021-04-09T01:05:59.682Z] === RUN Test/TestEntriesDiff [2021-04-09T01:05:59.682Z] === RUN Test/TestEntriesEquality [2021-04-09T01:05:59.682Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2021-04-09T01:05:59.682Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2021-04-09T01:05:59.682Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2021-04-09T01:05:59.682Z] === RUN Test/TestGeneratorNotGenerate [2021-04-09T01:05:59.682Z] === RUN Test/TestGeneratorWithPort [2021-04-09T01:05:59.682Z] === RUN Test/TestGeneratorWithPortNotGenerate [2021-04-09T01:05:59.682Z] === RUN Test/TestNewEntry [2021-04-09T01:05:59.682Z] === RUN Test/TestParse [2021-04-09T01:05:59.682Z] --- PASS: Test (0.00s) [2021-04-09T01:05:59.682Z] --- PASS: Test/TestContainsEntry (0.00s) [2021-04-09T01:05:59.682Z] --- PASS: Test/TestCreateEntries (0.00s) [2021-04-09T01:05:59.682Z] --- PASS: Test/TestEntriesDiff (0.00s) [2021-04-09T01:05:59.682Z] --- PASS: Test/TestEntriesEquality (0.00s) [2021-04-09T01:05:59.682Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2021-04-09T01:05:59.682Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2021-04-09T01:05:59.682Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2021-04-09T01:05:59.682Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2021-04-09T01:05:59.682Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2021-04-09T01:05:59.682Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2021-04-09T01:05:59.682Z] --- PASS: Test/TestNewEntry (0.00s) [2021-04-09T01:05:59.682Z] --- PASS: Test/TestParse (0.00s) [2021-04-09T01:05:59.682Z] PASS [2021-04-09T01:05:59.682Z] coverage: 58.3% of statements [2021-04-09T01:05:59.682Z] ok github.com/docker/docker/pkg/discovery 0.399s coverage: 58.3% of statements [2021-04-09T01:06:00.002Z] --- PASS: TestLinksEtcHostsContentMatch (0.83s) [2021-04-09T01:06:00.002Z] === RUN TestLinksContainerNames [2021-04-09T01:06:01.240Z] === RUN Test [2021-04-09T01:06:01.240Z] === RUN Test/TestInitialize [2021-04-09T01:06:01.240Z] === RUN Test [2021-04-09T01:06:01.240Z] === RUN Test/TestWatch [2021-04-09T01:06:01.240Z] --- PASS: Test (0.00s) [2021-04-09T01:06:01.240Z] --- PASS: Test/TestWatch (0.00s) [2021-04-09T01:06:01.240Z] PASS [2021-04-09T01:06:01.240Z] coverage: 92.3% of statements [2021-04-09T01:06:01.240Z] ok github.com/docker/docker/pkg/discovery/memory 0.471s coverage: 92.3% of statements [2021-04-09T01:06:01.240Z] time="2021-04-09T01:06:00Z" level=info msg="Initializing discovery without TLS" [2021-04-09T01:06:01.240Z] time="2021-04-09T01:06:00Z" level=info msg="Initializing discovery without TLS" [2021-04-09T01:06:01.240Z] time="2021-04-09T01:06:00Z" level=info msg="Initializing discovery without TLS" [2021-04-09T01:06:01.240Z] === RUN Test/TestInitializeWithCerts [2021-04-09T01:06:01.240Z] time="2021-04-09T01:06:00Z" level=info msg="Initializing discovery with TLS" [2021-04-09T01:06:01.240Z] === RUN Test/TestWatch [2021-04-09T01:06:01.240Z] time="2021-04-09T01:06:00Z" level=info msg="Initializing discovery without TLS" [2021-04-09T01:06:01.240Z] === RUN Test [2021-04-09T01:06:01.240Z] === RUN Test/TestInitialize [2021-04-09T01:06:01.240Z] === RUN Test/TestInitializeWithPattern [2021-04-09T01:06:01.240Z] === RUN Test/TestRegister [2021-04-09T01:06:01.240Z] === RUN Test/TestWatch [2021-04-09T01:06:01.240Z] --- PASS: Test (0.00s) [2021-04-09T01:06:01.240Z] --- PASS: Test/TestInitialize (0.00s) [2021-04-09T01:06:01.240Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2021-04-09T01:06:01.240Z] --- PASS: Test/TestRegister (0.00s) [2021-04-09T01:06:01.240Z] --- PASS: Test/TestWatch (0.00s) [2021-04-09T01:06:01.240Z] PASS [2021-04-09T01:06:01.240Z] coverage: 93.8% of statements [2021-04-09T01:06:01.240Z] ok github.com/docker/docker/pkg/discovery/nodes 0.188s coverage: 93.8% of statements [2021-04-09T01:06:01.920Z] --- PASS: TestLinksContainerNames (1.59s) [2021-04-09T01:06:01.920Z] === RUN TestLogsFollowTailEmpty [2021-04-09T01:06:02.494Z] --- PASS: TestLogsFollowTailEmpty (0.82s) [2021-04-09T01:06:02.494Z] === RUN TestContainerNetworkMountsNoChown [2021-04-09T01:06:02.796Z] === RUN TestPollerAddRemove [2021-04-09T01:06:02.796Z] --- PASS: TestPollerAddRemove (0.00s) [2021-04-09T01:06:02.796Z] === RUN TestPollerEvent [2021-04-09T01:06:02.796Z] --- SKIP: TestPollerEvent (0.00s) [2021-04-09T01:06:02.796Z] poller_test.go:41: No chmod on Windows [2021-04-09T01:06:02.796Z] === RUN TestPollerClose [2021-04-09T01:06:02.796Z] --- PASS: TestPollerClose (0.00s) [2021-04-09T01:06:02.796Z] PASS [2021-04-09T01:06:02.796Z] coverage: 36.2% of statements [2021-04-09T01:06:02.796Z] ok github.com/docker/docker/pkg/filenotify 0.171s coverage: 36.2% of statements [2021-04-09T01:06:03.262Z] === RUN TestCopyFileWithInvalidSrc [2021-04-09T01:06:03.262Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2021-04-09T01:06:03.262Z] === RUN TestCopyFileWithInvalidDest [2021-04-09T01:06:03.262Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2021-04-09T01:06:03.262Z] === RUN TestCopyFileWithSameSrcAndDest [2021-04-09T01:06:03.262Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2021-04-09T01:06:03.262Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2021-04-09T01:06:03.262Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2021-04-09T01:06:03.262Z] === RUN TestCopyFile [2021-04-09T01:06:03.262Z] --- PASS: TestCopyFile (0.00s) [2021-04-09T01:06:03.262Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2021-04-09T01:06:03.262Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-04-09T01:06:03.262Z] fileutils_test.go:134: Needs porting to Windows [2021-04-09T01:06:03.262Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2021-04-09T01:06:03.262Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2021-04-09T01:06:03.262Z] === RUN TestReadSymlinkedDirectoryToFile [2021-04-09T01:06:03.262Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2021-04-09T01:06:03.262Z] fileutils_test.go:180: Needs porting to Windows [2021-04-09T01:06:03.262Z] === RUN TestWildcardMatches [2021-04-09T01:06:03.262Z] --- PASS: TestWildcardMatches (0.00s) [2021-04-09T01:06:03.262Z] === RUN TestPatternMatches [2021-04-09T01:06:03.262Z] --- PASS: TestPatternMatches (0.00s) [2021-04-09T01:06:03.262Z] === RUN TestExclusionPatternMatchesPatternBefore [2021-04-09T01:06:03.262Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2021-04-09T01:06:03.262Z] === RUN TestPatternMatchesFolderExclusions [2021-04-09T01:06:03.262Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2021-04-09T01:06:03.262Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2021-04-09T01:06:03.262Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2021-04-09T01:06:03.262Z] === RUN TestPatternMatchesFolderWildcardExclusions [2021-04-09T01:06:03.262Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2021-04-09T01:06:03.262Z] === RUN TestExclusionPatternMatchesPatternAfter [2021-04-09T01:06:03.262Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2021-04-09T01:06:03.262Z] === RUN TestExclusionPatternMatchesWholeDirectory [2021-04-09T01:06:03.262Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2021-04-09T01:06:03.262Z] === RUN TestSingleExclamationError [2021-04-09T01:06:03.262Z] --- PASS: TestSingleExclamationError (0.00s) [2021-04-09T01:06:03.262Z] === RUN TestMatchesWithNoPatterns [2021-04-09T01:06:03.262Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2021-04-09T01:06:03.262Z] === RUN TestMatchesWithMalformedPatterns [2021-04-09T01:06:03.262Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2021-04-09T01:06:03.262Z] === RUN TestMatches [2021-04-09T01:06:03.262Z] --- PASS: TestMatches (0.00s) [2021-04-09T01:06:03.262Z] === RUN TestCleanPatterns [2021-04-09T01:06:03.262Z] --- PASS: TestCleanPatterns (0.00s) [2021-04-09T01:06:03.262Z] === RUN TestCleanPatternsStripEmptyPatterns [2021-04-09T01:06:03.262Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2021-04-09T01:06:03.262Z] === RUN TestCleanPatternsExceptionFlag [2021-04-09T01:06:03.262Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2021-04-09T01:06:03.262Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2021-04-09T01:06:03.262Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2021-04-09T01:06:03.262Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2021-04-09T01:06:03.262Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2021-04-09T01:06:03.262Z] === RUN TestCleanPatternsErrorSingleException [2021-04-09T01:06:03.262Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2021-04-09T01:06:03.262Z] === RUN TestCreateIfNotExistsDir [2021-04-09T01:06:03.262Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2021-04-09T01:06:03.262Z] === RUN TestCreateIfNotExistsFile [2021-04-09T01:06:03.262Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2021-04-09T01:06:03.262Z] === RUN TestMatch [2021-04-09T01:06:03.262Z] --- PASS: TestMatch (0.00s) [2021-04-09T01:06:03.262Z] PASS [2021-04-09T01:06:03.262Z] coverage: 87.7% of statements [2021-04-09T01:06:03.262Z] ok github.com/docker/docker/pkg/fileutils 0.255s coverage: 87.7% of statements [2021-04-09T01:06:03.441Z] --- PASS: TestContainerNetworkMountsNoChown (0.80s) [2021-04-09T01:06:03.441Z] === RUN TestMountDaemonRoot [2021-04-09T01:06:03.441Z] === RUN TestMountDaemonRoot/default [2021-04-09T01:06:03.441Z] === PAUSE TestMountDaemonRoot/default [2021-04-09T01:06:03.441Z] === RUN TestMountDaemonRoot/private [2021-04-09T01:06:03.441Z] === PAUSE TestMountDaemonRoot/private [2021-04-09T01:06:03.441Z] === RUN TestMountDaemonRoot/rprivate [2021-04-09T01:06:03.441Z] === PAUSE TestMountDaemonRoot/rprivate [2021-04-09T01:06:03.441Z] === RUN TestMountDaemonRoot/slave [2021-04-09T01:06:03.442Z] === PAUSE TestMountDaemonRoot/slave [2021-04-09T01:06:03.442Z] === RUN TestMountDaemonRoot/rslave [2021-04-09T01:06:03.442Z] === PAUSE TestMountDaemonRoot/rslave [2021-04-09T01:06:03.442Z] === RUN TestMountDaemonRoot/shared [2021-04-09T01:06:03.442Z] === PAUSE TestMountDaemonRoot/shared [2021-04-09T01:06:03.442Z] === RUN TestMountDaemonRoot/rshared [2021-04-09T01:06:03.442Z] === PAUSE TestMountDaemonRoot/rshared [2021-04-09T01:06:03.442Z] === CONT TestMountDaemonRoot/default [2021-04-09T01:06:03.442Z] === RUN TestMountDaemonRoot/default/bind_root [2021-04-09T01:06:03.442Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-04-09T01:06:03.442Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-04-09T01:06:03.442Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-04-09T01:06:03.442Z] === RUN TestMountDaemonRoot/default/mount_root [2021-04-09T01:06:03.442Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-04-09T01:06:03.442Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-04-09T01:06:03.442Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-04-09T01:06:03.442Z] === CONT TestMountDaemonRoot/rslave [2021-04-09T01:06:03.442Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-04-09T01:06:03.442Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-04-09T01:06:03.442Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-04-09T01:06:03.442Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-04-09T01:06:03.442Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-04-09T01:06:03.442Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-04-09T01:06:03.442Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-04-09T01:06:03.442Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-04-09T01:06:03.442Z] === CONT TestMountDaemonRoot/private [2021-04-09T01:06:03.442Z] === RUN TestMountDaemonRoot/private/bind_root [2021-04-09T01:06:03.442Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-04-09T01:06:03.442Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-04-09T01:06:03.442Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-04-09T01:06:03.442Z] === RUN TestMountDaemonRoot/private/mount_root [2021-04-09T01:06:03.442Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-04-09T01:06:03.442Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-04-09T01:06:03.442Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-04-09T01:06:03.442Z] === CONT TestMountDaemonRoot/rshared [2021-04-09T01:06:03.442Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-04-09T01:06:03.442Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-04-09T01:06:03.442Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-04-09T01:06:03.442Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-04-09T01:06:03.442Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-04-09T01:06:03.442Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-04-09T01:06:03.442Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-04-09T01:06:03.442Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-04-09T01:06:03.442Z] === CONT TestMountDaemonRoot/slave [2021-04-09T01:06:03.442Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-04-09T01:06:03.442Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-04-09T01:06:03.442Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-04-09T01:06:03.442Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-04-09T01:06:03.442Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-04-09T01:06:03.442Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-04-09T01:06:03.442Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-04-09T01:06:03.442Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-04-09T01:06:03.442Z] === CONT TestMountDaemonRoot/rprivate [2021-04-09T01:06:03.442Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-04-09T01:06:03.442Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-04-09T01:06:03.442Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-04-09T01:06:03.442Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-04-09T01:06:03.442Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-04-09T01:06:03.442Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-04-09T01:06:03.442Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-04-09T01:06:03.442Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-04-09T01:06:03.442Z] === CONT TestMountDaemonRoot/shared [2021-04-09T01:06:03.442Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-04-09T01:06:03.442Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-04-09T01:06:03.442Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-04-09T01:06:03.442Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-04-09T01:06:03.442Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-04-09T01:06:03.442Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-04-09T01:06:03.442Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-04-09T01:06:03.442Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-04-09T01:06:03.442Z] === CONT TestMountDaemonRoot/default/bind_root [2021-04-09T01:06:03.442Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-04-09T01:06:03.442Z] === CONT TestMountDaemonRoot/private/bind_root [2021-04-09T01:06:03.442Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-04-09T01:06:03.442Z] === CONT TestMountDaemonRoot/default/mount_root [2021-04-09T01:06:03.442Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-04-09T01:06:03.442Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-04-09T01:06:03.442Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-04-09T01:06:03.442Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-04-09T01:06:03.442Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-04-09T01:06:03.442Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-04-09T01:06:03.442Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-04-09T01:06:03.442Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-04-09T01:06:03.442Z] === CONT TestMountDaemonRoot/private/mount_root [2021-04-09T01:06:03.442Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-04-09T01:06:03.442Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-04-09T01:06:03.442Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-04-09T01:06:03.442Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-04-09T01:06:03.442Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-04-09T01:06:03.442Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-04-09T01:06:03.704Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-04-09T01:06:03.704Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-04-09T01:06:03.704Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-04-09T01:06:03.704Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-04-09T01:06:03.704Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-04-09T01:06:03.704Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-04-09T01:06:03.704Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-04-09T01:06:03.704Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-04-09T01:06:03.704Z] --- PASS: TestMountDaemonRoot (0.04s) [2021-04-09T01:06:03.704Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-04-09T01:06:03.704Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2021-04-09T01:06:03.704Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2021-04-09T01:06:03.704Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2021-04-09T01:06:03.704Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2021-04-09T01:06:03.704Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-04-09T01:06:03.704Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2021-04-09T01:06:03.704Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2021-04-09T01:06:03.704Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2021-04-09T01:06:03.704Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2021-04-09T01:06:03.704Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-04-09T01:06:03.704Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2021-04-09T01:06:03.704Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2021-04-09T01:06:03.704Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2021-04-09T01:06:03.704Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2021-04-09T01:06:03.704Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-04-09T01:06:03.704Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2021-04-09T01:06:03.704Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2021-04-09T01:06:03.704Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s) [2021-04-09T01:06:03.704Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2021-04-09T01:06:03.704Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-04-09T01:06:03.704Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2021-04-09T01:06:03.704Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2021-04-09T01:06:03.704Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2021-04-09T01:06:03.704Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2021-04-09T01:06:03.704Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-04-09T01:06:03.704Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2021-04-09T01:06:03.704Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2021-04-09T01:06:03.704Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2021-04-09T01:06:03.704Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2021-04-09T01:06:03.704Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-04-09T01:06:03.704Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2021-04-09T01:06:03.704Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2021-04-09T01:06:03.704Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2021-04-09T01:06:03.704Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2021-04-09T01:06:03.704Z] === RUN TestContainerBindMountNonRecursive [2021-04-09T01:06:04.243Z] === RUN TestGet [2021-04-09T01:06:04.243Z] --- PASS: TestGet (0.00s) [2021-04-09T01:06:04.243Z] === RUN TestGetShortcutString [2021-04-09T01:06:04.243Z] --- PASS: TestGetShortcutString (0.00s) [2021-04-09T01:06:04.243Z] PASS [2021-04-09T01:06:04.243Z] coverage: 42.9% of statements [2021-04-09T01:06:04.243Z] ok github.com/docker/docker/pkg/homedir 0.143s coverage: 42.9% of statements [2021-04-09T01:06:04.243Z] --- PASS: Test (3.21s) [2021-04-09T01:06:04.243Z] --- PASS: Test/TestInitialize (0.17s) [2021-04-09T01:06:04.243Z] --- PASS: Test/TestInitializeWithCerts (0.01s) [2021-04-09T01:06:04.243Z] --- PASS: Test/TestWatch (3.02s) [2021-04-09T01:06:04.243Z] PASS [2021-04-09T01:06:04.243Z] coverage: 84.1% of statements [2021-04-09T01:06:04.243Z] ok github.com/docker/docker/pkg/discovery/kv 3.913s coverage: 84.1% of statements [2021-04-09T01:06:05.224Z] --- PASS: TestTarFiles (5.90s) [2021-04-09T01:06:05.224Z] === RUN TestTarUntar [2021-04-09T01:06:05.224Z] --- PASS: TestTarUntar (0.09s) [2021-04-09T01:06:05.224Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2021-04-09T01:06:05.224Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2021-04-09T01:06:05.224Z] === RUN TestTarWithOptions [2021-04-09T01:06:05.224Z] === RUN TestCreateIDMapOrder [2021-04-09T01:06:05.224Z] --- PASS: TestCreateIDMapOrder (0.00s) [2021-04-09T01:06:05.224Z] PASS [2021-04-09T01:06:05.224Z] coverage: 7.2% of statements [2021-04-09T01:06:05.224Z] --- PASS: TestTarWithOptions (0.03s) [2021-04-09T01:06:05.224Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2021-04-09T01:06:05.224Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2021-04-09T01:06:05.224Z] === RUN TestUntarUstarGnuConflict [2021-04-09T01:06:05.224Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2021-04-09T01:06:05.224Z] === RUN TestUntarInvalidFilenames [2021-04-09T01:06:05.224Z] ok github.com/docker/docker/pkg/idtools 0.292s coverage: 7.2% of statements [2021-04-09T01:06:05.224Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames406054334\\dest" [2021-04-09T01:06:05.224Z] --- PASS: TestUntarInvalidFilenames (0.21s) [2021-04-09T01:06:05.224Z] === RUN TestUntarHardlinkToSymlink [2021-04-09T01:06:05.224Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2021-04-09T01:06:05.224Z] === RUN TestUntarInvalidHardlink [2021-04-09T01:06:05.224Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink871307391\\victim\\hello" -> "../victim/hello" [2021-04-09T01:06:05.224Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink651331026\\victim\\hello" -> "/../victim/hello" [2021-04-09T01:06:05.224Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink504764681\\victim" -> "../victim" [2021-04-09T01:06:05.224Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink726201556\\victim" -> "../victim" [2021-04-09T01:06:05.224Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink976686115\\victim" -> "../victim" [2021-04-09T01:06:05.621Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-04-09T01:06:05.622Z] --- PASS: TestContainerBindMountNonRecursive (2.08s) [2021-04-09T01:06:05.622Z] === RUN TestContainerVolumesMountedAsShared [2021-04-09T01:06:05.690Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink707528486\\victim" -> "../victim" [2021-04-09T01:06:05.690Z] --- PASS: TestUntarInvalidHardlink (0.03s) [2021-04-09T01:06:05.690Z] === RUN TestUntarInvalidSymlink [2021-04-09T01:06:05.690Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink654630989\\dest\\dotdot" -> "../victim/hello" [2021-04-09T01:06:05.690Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink947006280\\dest\\slash-dotdot" -> "/../victim/hello" [2021-04-09T01:06:05.690Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink428514311\\dest\\loophole-victim" -> "../victim" [2021-04-09T01:06:05.690Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink283607482\\dest\\loophole-victim" -> "../victim" [2021-04-09T01:06:05.690Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink060510161\\dest\\loophole-victim" -> "../victim" [2021-04-09T01:06:05.690Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink620118780\\dest\\loophole-victim" -> "../victim" [2021-04-09T01:06:05.690Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink865403947\\dest\\dir\\loophole" -> "../../victim" [2021-04-09T01:06:05.690Z] --- PASS: TestUntarInvalidSymlink (0.04s) [2021-04-09T01:06:05.690Z] === RUN TestTempArchiveCloseMultipleTimes [2021-04-09T01:06:05.690Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2021-04-09T01:06:05.690Z] === RUN TestXGlobalNoParent [2021-04-09T01:06:05.690Z] --- PASS: TestXGlobalNoParent (0.00s) [2021-04-09T01:06:05.690Z] === RUN TestReplaceFileTarWrapper [2021-04-09T01:06:05.690Z] --- PASS: TestReplaceFileTarWrapper (0.20s) [2021-04-09T01:06:05.690Z] === RUN TestPrefixHeaderReadable [2021-04-09T01:06:05.690Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2021-04-09T01:06:05.690Z] === RUN TestDisablePigz [2021-04-09T01:06:05.690Z] --- PASS: TestDisablePigz (0.10s) [2021-04-09T01:06:05.690Z] archive_test.go:1331: Test will not check full path when Pigz not installed [2021-04-09T01:06:05.690Z] === RUN TestPigz [2021-04-09T01:06:05.690Z] === RUN TestError [2021-04-09T01:06:05.690Z] --- PASS: TestError (0.00s) [2021-04-09T01:06:05.690Z] === RUN TestProgressString [2021-04-09T01:06:05.690Z] === RUN TestProgressString/no_progress [2021-04-09T01:06:05.690Z] === RUN TestProgressString/progress_1 [2021-04-09T01:06:05.690Z] === RUN TestProgressString/some_progress_with_a_start_time [2021-04-09T01:06:05.690Z] === RUN TestProgressString/some_progress_without_a_start_time [2021-04-09T01:06:05.690Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2021-04-09T01:06:05.690Z] === RUN TestProgressString/with_units [2021-04-09T01:06:05.690Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2021-04-09T01:06:05.690Z] === RUN TestProgressString/hide_counts [2021-04-09T01:06:05.690Z] --- PASS: TestProgressString (0.00s) [2021-04-09T01:06:05.690Z] --- PASS: TestProgressString/no_progress (0.00s) [2021-04-09T01:06:05.690Z] --- PASS: TestProgressString/progress_1 (0.00s) [2021-04-09T01:06:05.690Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2021-04-09T01:06:05.690Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2021-04-09T01:06:05.690Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2021-04-09T01:06:05.690Z] --- PASS: TestProgressString/with_units (0.00s) [2021-04-09T01:06:05.690Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2021-04-09T01:06:05.690Z] --- PASS: TestProgressString/hide_counts (0.00s) [2021-04-09T01:06:05.690Z] === RUN TestJSONMessageDisplay [2021-04-09T01:06:06.155Z] --- PASS: TestPigz (0.18s) [2021-04-09T01:06:06.155Z] archive_test.go:1360: Tested whether Pigz is not used, as it not installed [2021-04-09T01:06:06.155Z] === RUN TestCopyFileWithInvalidDest [2021-04-09T01:06:06.155Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2021-04-09T01:06:06.155Z] archive_windows_test.go:16: Currently fails [2021-04-09T01:06:06.155Z] === RUN TestCanonicalTarNameForPath [2021-04-09T01:06:06.155Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2021-04-09T01:06:06.155Z] === RUN TestCanonicalTarName [2021-04-09T01:06:06.155Z] --- PASS: TestCanonicalTarName (0.00s) [2021-04-09T01:06:06.155Z] === RUN TestChmodTarEntry [2021-04-09T01:06:06.155Z] --- PASS: TestChmodTarEntry (0.00s) [2021-04-09T01:06:06.155Z] === RUN TestHardLinkOrder [2021-04-09T01:06:06.155Z] --- PASS: TestJSONMessageDisplay (0.16s) [2021-04-09T01:06:06.155Z] === RUN TestJSONMessageDisplayWithJSONError [2021-04-09T01:06:06.155Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2021-04-09T01:06:06.155Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2021-04-09T01:06:06.155Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2021-04-09T01:06:06.155Z] === RUN TestDisplayJSONMessagesStream [2021-04-09T01:06:06.155Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2021-04-09T01:06:06.155Z] PASS [2021-04-09T01:06:06.155Z] coverage: 91.7% of statements [2021-04-09T01:06:06.155Z] ok github.com/docker/docker/pkg/jsonmessage 0.397s coverage: 91.7% of statements [2021-04-09T01:06:06.155Z] --- PASS: TestHardLinkOrder (0.10s) [2021-04-09T01:06:06.155Z] === RUN TestChangeString [2021-04-09T01:06:06.155Z] --- PASS: TestChangeString (0.00s) [2021-04-09T01:06:06.155Z] === RUN TestChangesWithNoChanges [2021-04-09T01:06:06.155Z] --- PASS: TestChangesWithNoChanges (0.03s) [2021-04-09T01:06:06.155Z] === RUN TestChangesWithChanges [2021-04-09T01:06:06.155Z] --- PASS: TestChangesWithChanges (0.03s) [2021-04-09T01:06:06.155Z] === RUN TestChangesWithChangesGH13590 [2021-04-09T01:06:06.155Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2021-04-09T01:06:06.155Z] changes_test.go:196: needs more investigation [2021-04-09T01:06:06.155Z] === RUN TestChangesDirsEmpty [2021-04-09T01:06:06.155Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2021-04-09T01:06:06.155Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2021-04-09T01:06:06.155Z] === RUN TestChangesDirsMutated [2021-04-09T01:06:06.155Z] --- SKIP: TestChangesDirsMutated (0.00s) [2021-04-09T01:06:06.155Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2021-04-09T01:06:06.155Z] === RUN TestApplyLayer [2021-04-09T01:06:06.155Z] --- SKIP: TestApplyLayer (0.00s) [2021-04-09T01:06:06.155Z] changes_test.go:433: needs further investigation [2021-04-09T01:06:06.155Z] === RUN TestChangesSizeWithHardlinks [2021-04-09T01:06:06.155Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2021-04-09T01:06:06.155Z] changes_test.go:469: needs further investigation [2021-04-09T01:06:06.155Z] === RUN TestChangesSizeWithNoChanges [2021-04-09T01:06:06.155Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2021-04-09T01:06:06.155Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2021-04-09T01:06:06.155Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2021-04-09T01:06:06.155Z] === RUN TestChangesSize [2021-04-09T01:06:06.155Z] --- PASS: TestChangesSize (0.00s) [2021-04-09T01:06:06.155Z] === RUN TestApplyLayerInvalidFilenames [2021-04-09T01:06:06.155Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames737308224\\dest" [2021-04-09T01:06:06.155Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2021-04-09T01:06:06.155Z] === RUN TestApplyLayerInvalidHardlink [2021-04-09T01:06:06.155Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink609423730\\victim\\hello" -> "../victim/hello" [2021-04-09T01:06:06.155Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink161245225\\victim\\hello" -> "/../victim/hello" [2021-04-09T01:06:06.155Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink129287540\\victim" -> "../victim" [2021-04-09T01:06:06.155Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink394090563\\victim" -> "../victim" [2021-04-09T01:06:06.155Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink166730950\\victim" -> "../victim" [2021-04-09T01:06:06.156Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink781187949\\victim" -> "../victim" [2021-04-09T01:06:06.156Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s) [2021-04-09T01:06:06.156Z] === RUN TestApplyLayerInvalidSymlink [2021-04-09T01:06:06.156Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink614916072\\dest\\dotdot" -> "../victim/hello" [2021-04-09T01:06:06.156Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink776906279\\dest\\slash-dotdot" -> "/../victim/hello" [2021-04-09T01:06:06.156Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink853403994\\dest\\loophole-victim" -> "../victim" [2021-04-09T01:06:06.156Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink943005937\\dest\\loophole-victim" -> "../victim" [2021-04-09T01:06:06.156Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink877824412\\dest\\loophole-victim" -> "../victim" [2021-04-09T01:06:06.156Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink142821963\\dest\\loophole-victim" -> "../victim" [2021-04-09T01:06:06.156Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s) [2021-04-09T01:06:06.156Z] === RUN TestApplyLayerWhiteouts [2021-04-09T01:06:06.156Z] === RUN TestFixedBufferCap [2021-04-09T01:06:06.156Z] --- PASS: TestFixedBufferCap (0.00s) [2021-04-09T01:06:06.156Z] === RUN TestFixedBufferLen [2021-04-09T01:06:06.156Z] --- PASS: TestFixedBufferLen (0.00s) [2021-04-09T01:06:06.156Z] === RUN TestFixedBufferString [2021-04-09T01:06:06.156Z] --- PASS: TestFixedBufferString (0.00s) [2021-04-09T01:06:06.156Z] === RUN TestFixedBufferWrite [2021-04-09T01:06:06.156Z] --- PASS: TestFixedBufferWrite (0.00s) [2021-04-09T01:06:06.156Z] === RUN TestFixedBufferRead [2021-04-09T01:06:06.156Z] --- PASS: TestFixedBufferRead (0.00s) [2021-04-09T01:06:06.156Z] === RUN TestBytesPipeRead [2021-04-09T01:06:06.156Z] --- PASS: TestBytesPipeRead (0.00s) [2021-04-09T01:06:06.156Z] === RUN TestBytesPipeWrite [2021-04-09T01:06:06.156Z] --- PASS: TestBytesPipeWrite (0.00s) [2021-04-09T01:06:06.156Z] === RUN TestBytesPipeWriteRandomChunks [2021-04-09T01:06:06.156Z] --- PASS: TestApplyLayerWhiteouts (0.09s) [2021-04-09T01:06:06.156Z] === RUN TestGenerateEmptyFile [2021-04-09T01:06:06.156Z] --- PASS: TestGenerateEmptyFile (0.00s) [2021-04-09T01:06:06.156Z] === RUN TestGenerateWithContent [2021-04-09T01:06:06.156Z] --- PASS: TestGenerateWithContent (0.00s) [2021-04-09T01:06:06.156Z] PASS [2021-04-09T01:06:06.156Z] coverage: 61.6% of statements [2021-04-09T01:06:06.156Z] ok github.com/docker/docker/pkg/archive 9.380s coverage: 61.6% of statements [2021-04-09T01:06:06.567Z] --- PASS: TestContainerVolumesMountedAsShared (0.59s) [2021-04-09T01:06:06.567Z] === RUN TestContainerVolumesMountedAsSlave [2021-04-09T01:06:06.621Z] --- PASS: TestBytesPipeWriteRandomChunks (0.44s) [2021-04-09T01:06:06.621Z] === RUN TestAtomicWriteToFile [2021-04-09T01:06:06.621Z] --- PASS: TestAtomicWriteToFile (0.01s) [2021-04-09T01:06:06.621Z] === RUN TestAtomicWriteSetCommit [2021-04-09T01:06:06.621Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2021-04-09T01:06:06.621Z] === RUN TestAtomicWriteSetCancel [2021-04-09T01:06:06.621Z] --- PASS: TestAtomicWriteSetCancel (0.00s) [2021-04-09T01:06:06.621Z] === RUN TestReadCloserWrapperClose [2021-04-09T01:06:06.621Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2021-04-09T01:06:06.621Z] === RUN TestReaderErrWrapperReadOnError [2021-04-09T01:06:06.621Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2021-04-09T01:06:06.621Z] === RUN TestReaderErrWrapperRead [2021-04-09T01:06:06.621Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2021-04-09T01:06:06.621Z] === RUN TestHashData [2021-04-09T01:06:06.621Z] --- PASS: TestHashData (0.00s) [2021-04-09T01:06:06.621Z] === RUN TestCancelReadCloser [2021-04-09T01:06:06.621Z] === RUN TestStandardLongPath [2021-04-09T01:06:06.621Z] --- PASS: TestStandardLongPath (0.00s) [2021-04-09T01:06:06.621Z] === RUN TestUNCLongPath [2021-04-09T01:06:06.621Z] --- PASS: TestUNCLongPath (0.00s) [2021-04-09T01:06:06.621Z] PASS [2021-04-09T01:06:06.621Z] coverage: 100.0% of statements [2021-04-09T01:06:06.621Z] ok github.com/docker/docker/pkg/longpath 0.122s coverage: 100.0% of statements [2021-04-09T01:06:06.621Z] --- PASS: TestCancelReadCloser (0.10s) [2021-04-09T01:06:06.621Z] === RUN TestWriteCloserWrapperClose [2021-04-09T01:06:06.621Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2021-04-09T01:06:06.621Z] === RUN TestNopWriteCloser [2021-04-09T01:06:06.621Z] --- PASS: TestNopWriteCloser (0.00s) [2021-04-09T01:06:06.621Z] === RUN TestNopWriter [2021-04-09T01:06:06.621Z] --- PASS: TestNopWriter (0.00s) [2021-04-09T01:06:06.621Z] === RUN TestWriteCounter [2021-04-09T01:06:06.621Z] --- PASS: TestWriteCounter (0.00s) [2021-04-09T01:06:06.621Z] PASS [2021-04-09T01:06:06.621Z] coverage: 69.7% of statements [2021-04-09T01:06:06.621Z] ok github.com/docker/docker/pkg/ioutils 0.760s coverage: 69.7% of statements [2021-04-09T01:06:07.141Z] --- PASS: TestContainerVolumesMountedAsSlave (0.86s) [2021-04-09T01:06:07.141Z] === RUN TestNetworkNat [2021-04-09T01:06:07.294Z] tests/integration/api_plugin_test.py ........... [ 50%] [2021-04-09T01:06:07.523Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-04-09T01:06:07.602Z] === RUN TestNameFormat [2021-04-09T01:06:07.602Z] --- PASS: TestNameFormat (0.00s) [2021-04-09T01:06:07.602Z] === RUN TestNameRetries [2021-04-09T01:06:07.602Z] --- PASS: TestNameRetries (0.00s) [2021-04-09T01:06:07.602Z] PASS [2021-04-09T01:06:07.602Z] coverage: 85.7% of statements [2021-04-09T01:06:07.602Z] ok github.com/docker/docker/pkg/namesgenerator 0.214s coverage: 85.7% of statements [2021-04-09T01:06:08.068Z] === RUN TestParseKeyValueOpt [2021-04-09T01:06:08.068Z] --- PASS: TestParseKeyValueOpt (0.00s) [2021-04-09T01:06:08.068Z] === RUN TestParseUintList [2021-04-09T01:06:08.068Z] --- PASS: TestParseUintList (0.00s) [2021-04-09T01:06:08.068Z] === RUN TestParseUintListMaximumLimits [2021-04-09T01:06:08.068Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2021-04-09T01:06:08.068Z] PASS [2021-04-09T01:06:08.068Z] coverage: 97.0% of statements [2021-04-09T01:06:08.068Z] ok github.com/docker/docker/pkg/parsers 0.153s coverage: 97.0% of statements [2021-04-09T01:06:08.530Z] --- PASS: TestNetworkNat (1.02s) [2021-04-09T01:06:08.530Z] === RUN TestNetworkLocalhostTCPNat [2021-04-09T01:06:08.534Z] === RUN TestNewAndRemove [2021-04-09T01:06:08.534Z] --- PASS: TestNewAndRemove (0.00s) [2021-04-09T01:06:08.534Z] === RUN TestRemoveInvalidPath [2021-04-09T01:06:08.534Z] --- PASS: TestRemoveInvalidPath (0.00s) [2021-04-09T01:06:08.534Z] PASS [2021-04-09T01:06:08.534Z] coverage: 82.6% of statements [2021-04-09T01:06:08.534Z] ok github.com/docker/docker/pkg/pidfile 0.216s coverage: 82.6% of statements [2021-04-09T01:06:09.243Z] tests/integration/api_secret_test.py ..... [ 51%] [2021-04-09T01:06:09.475Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-04-09T01:06:09.475Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-04-09T01:06:09.476Z] --- PASS: TestNetworkLocalhostTCPNat (1.01s) [2021-04-09T01:06:09.476Z] === RUN TestNetworkLoopbackNat [2021-04-09T01:06:09.514Z] === RUN TestParseEmptyInterface [2021-04-09T01:06:09.514Z] --- PASS: TestParseEmptyInterface (0.00s) [2021-04-09T01:06:09.514Z] === RUN TestParseNonInterfaceType [2021-04-09T01:06:09.514Z] --- PASS: TestParseNonInterfaceType (0.00s) [2021-04-09T01:06:09.514Z] === RUN TestParseWithOneFunction [2021-04-09T01:06:09.514Z] --- PASS: TestParseWithOneFunction (0.00s) [2021-04-09T01:06:09.514Z] === RUN TestParseWithMultipleFuncs [2021-04-09T01:06:09.514Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2021-04-09T01:06:09.514Z] === RUN TestParseWithUnnamedReturn [2021-04-09T01:06:09.514Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2021-04-09T01:06:09.514Z] === RUN TestEmbeddedInterface [2021-04-09T01:06:09.514Z] --- PASS: TestEmbeddedInterface (0.00s) [2021-04-09T01:06:09.514Z] === RUN TestParsedImports [2021-04-09T01:06:09.514Z] --- PASS: TestParsedImports (0.00s) [2021-04-09T01:06:09.514Z] === RUN TestAliasedImports [2021-04-09T01:06:09.514Z] --- PASS: TestAliasedImports (0.00s) [2021-04-09T01:06:09.514Z] PASS [2021-04-09T01:06:09.514Z] coverage: 56.8% of statements [2021-04-09T01:06:09.514Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.277s coverage: 56.8% of statements [2021-04-09T01:06:10.495Z] === RUN TestFailedConnection [2021-04-09T01:06:10.809Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-04-09T01:06:10.960Z] === RUN TestHTTPTransport [2021-04-09T01:06:10.960Z] --- PASS: TestHTTPTransport (0.00s) [2021-04-09T01:06:10.960Z] PASS [2021-04-09T01:06:10.960Z] coverage: 85.7% of statements [2021-04-09T01:06:11.426Z] ok github.com/docker/docker/pkg/plugins/transport 0.299s coverage: 85.7% of statements [2021-04-09T01:06:11.426Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2021-04-09T01:06:11.426Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-04-09T01:06:11.426Z] === RUN TestBufioReaderPoolPutAndGet [2021-04-09T01:06:11.426Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2021-04-09T01:06:11.426Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2021-04-09T01:06:11.426Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2021-04-09T01:06:11.426Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2021-04-09T01:06:11.426Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-04-09T01:06:11.426Z] === RUN TestBufioWriterPoolPutAndGet [2021-04-09T01:06:11.426Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2021-04-09T01:06:11.426Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2021-04-09T01:06:11.426Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2021-04-09T01:06:11.426Z] === RUN TestBufferPoolPutAndGet [2021-04-09T01:06:11.426Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2021-04-09T01:06:11.426Z] PASS [2021-04-09T01:06:11.426Z] coverage: 88.2% of statements [2021-04-09T01:06:11.426Z] ok github.com/docker/docker/pkg/pools 0.155s coverage: 88.2% of statements [2021-04-09T01:06:11.744Z] --- PASS: TestBuildWithHugeFile (95.18s) [2021-04-09T01:06:11.744Z] === RUN TestBuildWCOWSandboxSize [2021-04-09T01:06:11.744Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-04-09T01:06:11.744Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-04-09T01:06:11.744Z] === RUN TestBuildWithEmptyDockerfile [2021-04-09T01:06:11.744Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-09T01:06:11.744Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-09T01:06:11.744Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-09T01:06:11.744Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-09T01:06:11.744Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-09T01:06:11.744Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-09T01:06:11.744Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-09T01:06:11.744Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-09T01:06:12.003Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-09T01:06:12.003Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s) [2021-04-09T01:06:12.003Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.14s) [2021-04-09T01:06:12.003Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.18s) [2021-04-09T01:06:12.003Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.11s) [2021-04-09T01:06:12.003Z] === RUN TestBuildPreserveOwnership [2021-04-09T01:06:12.003Z] === RUN TestBuildPreserveOwnership/copy_from [2021-04-09T01:06:12.261Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2021-04-09T01:06:12.409Z] === RUN TestOutputOnPrematureClose [2021-04-09T01:06:12.409Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2021-04-09T01:06:12.409Z] === RUN TestCompleteSilently [2021-04-09T01:06:12.409Z] --- PASS: TestCompleteSilently (0.00s) [2021-04-09T01:06:12.409Z] PASS [2021-04-09T01:06:12.409Z] coverage: 75.9% of statements [2021-04-09T01:06:12.409Z] ok github.com/docker/docker/pkg/progress 0.114s coverage: 75.9% of statements [2021-04-09T01:06:12.409Z] --- PASS: TestFailedConnection (2.05s) [2021-04-09T01:06:12.409Z] === RUN TestFailOnce [2021-04-09T01:06:12.409Z] === RUN TestSendToOneSub [2021-04-09T01:06:12.409Z] --- PASS: TestSendToOneSub (0.00s) [2021-04-09T01:06:12.409Z] === RUN TestSendToMultipleSubs [2021-04-09T01:06:12.409Z] --- PASS: TestSendToMultipleSubs (0.00s) [2021-04-09T01:06:12.409Z] === RUN TestEvictOneSub [2021-04-09T01:06:12.409Z] --- PASS: TestEvictOneSub (0.00s) [2021-04-09T01:06:12.409Z] === RUN TestClosePublisher [2021-04-09T01:06:12.409Z] --- PASS: TestClosePublisher (0.00s) [2021-04-09T01:06:12.409Z] === RUN TestPubSubRace [2021-04-09T01:06:12.409Z] 2021/04/09 01:06:12 http: panic serving 127.0.0.1:49220: Plugin not ready [2021-04-09T01:06:12.409Z] goroutine 23 [running]: [2021-04-09T01:06:12.409Z] net/http.(*conn).serve.func1(0xc00011a000) [2021-04-09T01:06:12.409Z] c:/go/src/net/http/server.go:1795 +0x140 [2021-04-09T01:06:12.409Z] panic(0x849b40, 0x986ad0) [2021-04-09T01:06:12.409Z] c:/go/src/runtime/panic.go:679 +0x1c0 [2021-04-09T01:06:12.409Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x99a700, 0xc000146000, 0xc0000f2200) [2021-04-09T01:06:12.409Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56 [2021-04-09T01:06:12.409Z] net/http.HandlerFunc.ServeHTTP(0xc0000ec050, 0x99a700, 0xc000146000, 0xc0000f2200) [2021-04-09T01:06:12.409Z] c:/go/src/net/http/server.go:2036 +0x4b [2021-04-09T01:06:12.409Z] net/http.(*ServeMux).ServeHTTP(0xc0000fc000, 0x99a700, 0xc000146000, 0xc0000f2200) [2021-04-09T01:06:12.409Z] c:/go/src/net/http/server.go:2416 +0x1c4 [2021-04-09T01:06:12.409Z] net/http.serverHandler.ServeHTTP(0xc000102000, 0x99a700, 0xc000146000, 0xc0000f2200) [2021-04-09T01:06:12.409Z] c:/go/src/net/http/server.go:2831 +0xab [2021-04-09T01:06:12.409Z] net/http.(*conn).serve(0xc00011a000, 0x99b2c0, 0xc0000fc040) [2021-04-09T01:06:12.409Z] c:/go/src/net/http/server.go:1919 +0x87c [2021-04-09T01:06:12.409Z] created by net/http.(*Server).Serve [2021-04-09T01:06:12.409Z] c:/go/src/net/http/server.go:2957 +0x38b [2021-04-09T01:06:12.409Z] time="2021-04-09T01:06:12Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49219/Test.FailOnce: Post http://127.0.0.1:49219/Test.FailOnce: EOF, retrying in 1s" [2021-04-09T01:06:12.781Z] --- PASS: TestNetworkLoopbackNat (3.37s) [2021-04-09T01:06:12.781Z] === RUN TestPause [2021-04-09T01:06:12.827Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-04-09T01:06:13.354Z] --- PASS: TestPause (0.84s) [2021-04-09T01:06:13.354Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-04-09T01:06:13.354Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-04-09T01:06:13.354Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-04-09T01:06:13.354Z] === RUN TestPauseStopPausedContainer [2021-04-09T01:06:13.389Z] === RUN TestRegister [2021-04-09T01:06:13.389Z] --- PASS: TestRegister (0.00s) [2021-04-09T01:06:13.389Z] === RUN TestCommand [2021-04-09T01:06:13.389Z] --- PASS: TestCommand (0.03s) [2021-04-09T01:06:13.389Z] === RUN TestNaiveSelf [2021-04-09T01:06:13.389Z] --- PASS: TestNaiveSelf (0.02s) [2021-04-09T01:06:13.389Z] PASS [2021-04-09T01:06:13.389Z] coverage: 82.4% of statements [2021-04-09T01:06:13.389Z] ok github.com/docker/docker/pkg/reexec 0.178s coverage: 82.4% of statements [2021-04-09T01:06:13.389Z] --- PASS: TestPubSubRace (1.05s) [2021-04-09T01:06:13.389Z] PASS [2021-04-09T01:06:13.389Z] coverage: 75.0% of statements [2021-04-09T01:06:13.389Z] ok github.com/docker/docker/pkg/pubsub 1.177s coverage: 75.0% of statements [2021-04-09T01:06:13.389Z] --- PASS: TestFailOnce (1.16s) [2021-04-09T01:06:13.389Z] === RUN TestEchoInputOutput [2021-04-09T01:06:13.389Z] --- PASS: TestEchoInputOutput (0.00s) [2021-04-09T01:06:13.389Z] === RUN TestBackoff [2021-04-09T01:06:13.389Z] --- PASS: TestBackoff (0.00s) [2021-04-09T01:06:13.389Z] === RUN TestAbortRetry [2021-04-09T01:06:13.389Z] --- PASS: TestAbortRetry (0.00s) [2021-04-09T01:06:13.389Z] === RUN TestClientScheme [2021-04-09T01:06:13.389Z] --- PASS: TestClientScheme (0.00s) [2021-04-09T01:06:13.389Z] === RUN TestNewClientWithTimeout [2021-04-09T01:06:13.855Z] time="2021-04-09T01:06:13Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49224/Test.Echo: Post http://127.0.0.1:49224/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2021-04-09T01:06:13.883Z] tests/integration/api_service_test.py ....................s............. [ 60%] [2021-04-09T01:06:14.090Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-04-09T01:06:14.090Z] === RUN TestBoolValue [2021-04-09T01:06:14.090Z] --- PASS: TestBoolValue (0.00s) [2021-04-09T01:06:14.090Z] === RUN TestBoolValueOrDefault [2021-04-09T01:06:14.090Z] --- PASS: TestBoolValueOrDefault (0.00s) [2021-04-09T01:06:14.090Z] === RUN TestInt64ValueOrZero [2021-04-09T01:06:14.090Z] --- PASS: TestInt64ValueOrZero (0.00s) [2021-04-09T01:06:14.090Z] === RUN TestInt64ValueOrDefault [2021-04-09T01:06:14.090Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2021-04-09T01:06:14.090Z] === RUN TestInt64ValueOrDefaultWithError [2021-04-09T01:06:14.090Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2021-04-09T01:06:14.090Z] === RUN TestJsonContentType [2021-04-09T01:06:14.090Z] --- PASS: TestJsonContentType (0.00s) [2021-04-09T01:06:14.090Z] PASS [2021-04-09T01:06:14.090Z] coverage: 14.7% of statements [2021-04-09T01:06:14.090Z] ok github.com/docker/docker/api/server/httputils 0.058s coverage: 14.7% of statements [2021-04-09T01:06:14.090Z] === RUN TestMaskSecretKeys [2021-04-09T01:06:14.090Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2021-04-09T01:06:14.090Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2021-04-09T01:06:14.090Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2021-04-09T01:06:14.090Z] --- PASS: TestMaskSecretKeys (0.00s) [2021-04-09T01:06:14.090Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2021-04-09T01:06:14.090Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2021-04-09T01:06:14.090Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2021-04-09T01:06:14.090Z] === RUN TestVersionMiddlewareVersion [2021-04-09T01:06:14.090Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2021-04-09T01:06:14.090Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2021-04-09T01:06:14.090Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2021-04-09T01:06:14.090Z] PASS [2021-04-09T01:06:14.090Z] coverage: 37.7% of statements [2021-04-09T01:06:14.090Z] ok github.com/docker/docker/api/server/middleware 0.084s coverage: 37.7% of statements [2021-04-09T01:06:14.090Z] ? github.com/docker/docker/api/server/router [no test files] [2021-04-09T01:06:14.090Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-04-09T01:06:14.090Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-04-09T01:06:14.090Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-04-09T01:06:14.090Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-04-09T01:06:14.090Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-04-09T01:06:14.090Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-04-09T01:06:14.090Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-04-09T01:06:14.090Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-04-09T01:06:14.090Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-04-09T01:06:14.090Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-04-09T01:06:14.090Z] === RUN TestStrSliceMarshalJSON [2021-04-09T01:06:14.090Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2021-04-09T01:06:14.090Z] === RUN TestStrSliceUnmarshalJSON [2021-04-09T01:06:14.090Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2021-04-09T01:06:14.090Z] === RUN TestStrSliceUnmarshalString [2021-04-09T01:06:14.090Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2021-04-09T01:06:14.090Z] === RUN TestStrSliceUnmarshalSlice [2021-04-09T01:06:14.090Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2021-04-09T01:06:14.090Z] PASS [2021-04-09T01:06:14.090Z] coverage: 90.0% of statements [2021-04-09T01:06:14.090Z] ok github.com/docker/docker/api/types/strslice 0.054s coverage: 90.0% of statements [2021-04-09T01:06:14.090Z] === RUN TestToJSON [2021-04-09T01:06:14.090Z] --- PASS: TestToJSON (0.00s) [2021-04-09T01:06:14.090Z] === RUN TestToParamWithVersion [2021-04-09T01:06:14.090Z] --- PASS: TestToParamWithVersion (0.00s) [2021-04-09T01:06:14.090Z] === RUN TestFromJSON [2021-04-09T01:06:14.090Z] --- PASS: TestFromJSON (0.00s) [2021-04-09T01:06:14.090Z] === RUN TestEmpty [2021-04-09T01:06:14.090Z] --- PASS: TestEmpty (0.00s) [2021-04-09T01:06:14.090Z] === RUN TestArgsMatchKVListEmptySources [2021-04-09T01:06:14.090Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2021-04-09T01:06:14.090Z] === RUN TestArgsMatchKVList [2021-04-09T01:06:14.090Z] --- PASS: TestArgsMatchKVList (0.00s) [2021-04-09T01:06:14.090Z] === RUN TestArgsMatch [2021-04-09T01:06:14.090Z] --- PASS: TestArgsMatch (0.00s) [2021-04-09T01:06:14.090Z] === RUN TestAdd [2021-04-09T01:06:14.090Z] --- PASS: TestAdd (0.00s) [2021-04-09T01:06:14.090Z] === RUN TestDel [2021-04-09T01:06:14.090Z] --- PASS: TestDel (0.00s) [2021-04-09T01:06:14.090Z] === RUN TestLen [2021-04-09T01:06:14.090Z] --- PASS: TestLen (0.00s) [2021-04-09T01:06:14.090Z] === RUN TestExactMatch [2021-04-09T01:06:14.090Z] --- PASS: TestExactMatch (0.00s) [2021-04-09T01:06:14.090Z] === RUN TestOnlyOneExactMatch [2021-04-09T01:06:14.090Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2021-04-09T01:06:14.090Z] === RUN TestContains [2021-04-09T01:06:14.090Z] --- PASS: TestContains (0.00s) [2021-04-09T01:06:14.090Z] === RUN TestValidate [2021-04-09T01:06:14.090Z] --- PASS: TestValidate (0.00s) [2021-04-09T01:06:14.090Z] === RUN TestWalkValues [2021-04-09T01:06:14.090Z] --- PASS: TestWalkValues (0.00s) [2021-04-09T01:06:14.090Z] === RUN TestFuzzyMatch [2021-04-09T01:06:14.090Z] --- PASS: TestFuzzyMatch (0.00s) [2021-04-09T01:06:14.090Z] === RUN TestClone [2021-04-09T01:06:14.090Z] --- PASS: TestClone (0.00s) [2021-04-09T01:06:14.090Z] PASS [2021-04-09T01:06:14.090Z] coverage: 92.2% of statements [2021-04-09T01:06:14.090Z] ok github.com/docker/docker/api/types/filters 0.088s coverage: 92.2% of statements [2021-04-09T01:06:14.090Z] === RUN TestAdjustForAPIVersion [2021-04-09T01:06:14.090Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2021-04-09T01:06:14.090Z] PASS [2021-04-09T01:06:14.090Z] coverage: 5.7% of statements [2021-04-09T01:06:14.090Z] ok github.com/docker/docker/api/server/router/swarm 0.075s coverage: 5.7% of statements [2021-04-09T01:06:14.090Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-04-09T01:06:14.090Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-04-09T01:06:14.090Z] ? github.com/docker/docker/api/types [no test files] [2021-04-09T01:06:14.090Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-04-09T01:06:14.090Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-04-09T01:06:14.090Z] ? github.com/docker/docker/api/types/container [no test files] [2021-04-09T01:06:14.090Z] ? github.com/docker/docker/api/types/events [no test files] [2021-04-09T01:06:14.090Z] ? github.com/docker/docker/api/types/image [no test files] [2021-04-09T01:06:14.090Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-04-09T01:06:14.090Z] ? github.com/docker/docker/api/types/network [no test files] [2021-04-09T01:06:14.090Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-04-09T01:06:14.090Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-04-09T01:06:14.090Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-04-09T01:06:14.090Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-04-09T01:06:14.090Z] === RUN TestDurationToSecondsString [2021-04-09T01:06:14.090Z] --- PASS: TestDurationToSecondsString (0.00s) [2021-04-09T01:06:14.090Z] === RUN TestGetTimestamp [2021-04-09T01:06:14.090Z] --- PASS: TestGetTimestamp (0.16s) [2021-04-09T01:06:14.090Z] === RUN TestParseTimestamps [2021-04-09T01:06:14.090Z] --- PASS: TestParseTimestamps (0.00s) [2021-04-09T01:06:14.090Z] PASS [2021-04-09T01:06:14.090Z] coverage: 100.0% of statements [2021-04-09T01:06:14.090Z] ok github.com/docker/docker/api/types/time 0.208s coverage: 100.0% of statements [2021-04-09T01:06:14.090Z] === RUN TestCompareVersion [2021-04-09T01:06:14.090Z] --- PASS: TestCompareVersion (0.00s) [2021-04-09T01:06:14.090Z] PASS [2021-04-09T01:06:14.090Z] coverage: 75.0% of statements [2021-04-09T01:06:14.090Z] ok github.com/docker/docker/api/types/versions 0.060s coverage: 75.0% of statements [2021-04-09T01:06:14.090Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-04-09T01:06:14.090Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-04-09T01:06:14.090Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-04-09T01:06:14.090Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2021-04-09T01:06:14.090Z] ? github.com/docker/docker/builder [no test files] [2021-04-09T01:06:14.090Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-04-09T01:06:14.090Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-04-09T01:06:14.090Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-04-09T01:06:14.090Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-04-09T01:06:14.090Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-04-09T01:06:14.090Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-04-09T01:06:14.090Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-04-09T01:06:14.090Z] === RUN TestParseRemoteURL [2021-04-09T01:06:14.090Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2021-04-09T01:06:14.090Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2021-04-09T01:06:14.090Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2021-04-09T01:06:14.090Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2021-04-09T01:06:14.090Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2021-04-09T01:06:14.090Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2021-04-09T01:06:14.090Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2021-04-09T01:06:14.090Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2021-04-09T01:06:14.090Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2021-04-09T01:06:14.090Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2021-04-09T01:06:14.090Z] --- PASS: TestParseRemoteURL (0.00s) [2021-04-09T01:06:14.090Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2021-04-09T01:06:14.090Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2021-04-09T01:06:14.090Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2021-04-09T01:06:14.090Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2021-04-09T01:06:14.090Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2021-04-09T01:06:14.090Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2021-04-09T01:06:14.090Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2021-04-09T01:06:14.090Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2021-04-09T01:06:14.090Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2021-04-09T01:06:14.090Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2021-04-09T01:06:14.090Z] === RUN TestCloneArgsSmartHttp [2021-04-09T01:06:14.090Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2021-04-09T01:06:14.090Z] === RUN TestCloneArgsDumbHttp [2021-04-09T01:06:14.090Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2021-04-09T01:06:14.090Z] === RUN TestCloneArgsGit [2021-04-09T01:06:14.090Z] --- PASS: TestCloneArgsGit (0.00s) [2021-04-09T01:06:14.090Z] === RUN TestCheckoutGit [2021-04-09T01:06:14.203Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-04-09T01:06:14.304Z] --- PASS: TestPauseStopPausedContainer (0.85s) [2021-04-09T01:06:14.304Z] === RUN TestPidHost [2021-04-09T01:06:14.321Z] === RUN TestParseSignal [2021-04-09T01:06:14.321Z] --- PASS: TestParseSignal (0.00s) [2021-04-09T01:06:14.321Z] === RUN TestValidSignalForPlatform [2021-04-09T01:06:14.321Z] --- PASS: TestValidSignalForPlatform (0.00s) [2021-04-09T01:06:14.321Z] PASS [2021-04-09T01:06:14.321Z] coverage: 20.3% of statements [2021-04-09T01:06:14.321Z] ok github.com/docker/docker/pkg/signal 0.171s coverage: 20.3% of statements [2021-04-09T01:06:14.321Z] === RUN TestNewStdWriter [2021-04-09T01:06:14.321Z] --- PASS: TestNewStdWriter (0.00s) [2021-04-09T01:06:14.321Z] === RUN TestWriteWithUninitializedStdWriter [2021-04-09T01:06:14.321Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2021-04-09T01:06:14.321Z] === RUN TestWriteWithNilBytes [2021-04-09T01:06:14.321Z] --- PASS: TestWriteWithNilBytes (0.00s) [2021-04-09T01:06:14.321Z] === RUN TestWrite [2021-04-09T01:06:14.321Z] --- PASS: TestWrite (0.00s) [2021-04-09T01:06:14.321Z] === RUN TestWriteWithWriterError [2021-04-09T01:06:14.321Z] --- PASS: TestWriteWithWriterError (0.00s) [2021-04-09T01:06:14.321Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2021-04-09T01:06:14.321Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2021-04-09T01:06:14.321Z] === RUN TestStdCopyWriteAndRead [2021-04-09T01:06:14.321Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2021-04-09T01:06:14.321Z] === RUN TestStdCopyReturnsErrorReadingHeader [2021-04-09T01:06:14.321Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2021-04-09T01:06:14.321Z] === RUN TestStdCopyReturnsErrorReadingFrame [2021-04-09T01:06:14.321Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2021-04-09T01:06:14.321Z] === RUN TestStdCopyDetectsCorruptedFrame [2021-04-09T01:06:14.321Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2021-04-09T01:06:14.321Z] === RUN TestStdCopyWithInvalidInputHeader [2021-04-09T01:06:14.321Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2021-04-09T01:06:14.321Z] === RUN TestStdCopyWithCorruptedPrefix [2021-04-09T01:06:14.321Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2021-04-09T01:06:14.321Z] === RUN TestStdCopyReturnsWriteErrors [2021-04-09T01:06:14.321Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2021-04-09T01:06:14.321Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2021-04-09T01:06:14.321Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2021-04-09T01:06:14.321Z] === RUN TestStdCopyReturnsErrorFromSystem [2021-04-09T01:06:14.321Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2021-04-09T01:06:14.321Z] PASS [2021-04-09T01:06:14.321Z] coverage: 100.0% of statements [2021-04-09T01:06:14.321Z] ok github.com/docker/docker/pkg/stdcopy 0.110s coverage: 100.0% of statements [2021-04-09T01:06:15.309Z] time="2021-04-09T01:06:15Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49224/Test.Echo: Post http://127.0.0.1:49224/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2021-04-09T01:06:15.581Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-04-09T01:06:15.775Z] === RUN TestGenerateRandomID [2021-04-09T01:06:15.775Z] --- PASS: TestGenerateRandomID (0.00s) [2021-04-09T01:06:15.775Z] === RUN TestShortenId [2021-04-09T01:06:15.775Z] --- PASS: TestShortenId (0.00s) [2021-04-09T01:06:15.775Z] === RUN TestShortenSha256Id [2021-04-09T01:06:15.775Z] --- PASS: TestShortenSha256Id (0.00s) [2021-04-09T01:06:15.775Z] === RUN TestShortenIdEmpty [2021-04-09T01:06:15.775Z] --- PASS: TestShortenIdEmpty (0.00s) [2021-04-09T01:06:15.775Z] === RUN TestShortenIdInvalid [2021-04-09T01:06:15.775Z] --- PASS: TestShortenIdInvalid (0.00s) [2021-04-09T01:06:15.775Z] === RUN TestIsShortIDNonHex [2021-04-09T01:06:15.775Z] --- PASS: TestIsShortIDNonHex (0.00s) [2021-04-09T01:06:15.775Z] === RUN TestIsShortIDNotCorrectSize [2021-04-09T01:06:15.775Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2021-04-09T01:06:15.775Z] PASS [2021-04-09T01:06:15.775Z] coverage: 70.6% of statements [2021-04-09T01:06:15.775Z] ok github.com/docker/docker/pkg/stringid 0.118s coverage: 70.6% of statements [2021-04-09T01:06:15.775Z] === RUN TestRawProgressFormatterFormatStatus [2021-04-09T01:06:15.775Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2021-04-09T01:06:15.775Z] === RUN TestRawProgressFormatterFormatProgress [2021-04-09T01:06:15.775Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2021-04-09T01:06:15.775Z] === RUN TestFormatStatus [2021-04-09T01:06:15.775Z] --- PASS: TestFormatStatus (0.00s) [2021-04-09T01:06:15.775Z] === RUN TestFormatError [2021-04-09T01:06:15.775Z] --- PASS: TestFormatError (0.00s) [2021-04-09T01:06:15.775Z] === RUN TestFormatJSONError [2021-04-09T01:06:15.775Z] --- PASS: TestFormatJSONError (0.00s) [2021-04-09T01:06:15.775Z] === RUN TestJsonProgressFormatterFormatProgress [2021-04-09T01:06:15.775Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2021-04-09T01:06:15.775Z] === RUN TestJsonProgressFormatterFormatStatus [2021-04-09T01:06:15.775Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2021-04-09T01:06:15.775Z] === RUN TestNewJSONProgressOutput [2021-04-09T01:06:15.775Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2021-04-09T01:06:15.775Z] === RUN TestAuxFormatterEmit [2021-04-09T01:06:15.775Z] --- PASS: TestAuxFormatterEmit (0.00s) [2021-04-09T01:06:15.775Z] === RUN TestStreamWriterStdout [2021-04-09T01:06:15.775Z] --- PASS: TestStreamWriterStdout (0.00s) [2021-04-09T01:06:15.775Z] === RUN TestStreamWriterStderr [2021-04-09T01:06:15.775Z] --- PASS: TestStreamWriterStderr (0.00s) [2021-04-09T01:06:15.775Z] PASS [2021-04-09T01:06:15.775Z] coverage: 66.2% of statements [2021-04-09T01:06:15.775Z] ok github.com/docker/docker/pkg/streamformatter 0.256s coverage: 66.2% of statements [2021-04-09T01:06:16.259Z] === RUN TestEnable [2021-04-09T01:06:16.259Z] --- PASS: TestEnable (0.00s) [2021-04-09T01:06:16.259Z] === RUN TestDisable [2021-04-09T01:06:16.259Z] --- PASS: TestDisable (0.00s) [2021-04-09T01:06:16.259Z] === RUN TestEnabled [2021-04-09T01:06:16.259Z] --- PASS: TestEnabled (0.00s) [2021-04-09T01:06:16.259Z] PASS [2021-04-09T01:06:16.259Z] coverage: 100.0% of statements [2021-04-09T01:06:16.259Z] ok github.com/docker/docker/cli/debug 0.057s coverage: 100.0% of statements [2021-04-09T01:06:16.519Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2021-04-09T01:06:16.519Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-04-09T01:06:16.721Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2021-04-09T01:06:16.721Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2021-04-09T01:06:16.721Z] === RUN TestProcessNoDockerignore [2021-04-09T01:06:16.721Z] --- PASS: TestProcessNoDockerignore (0.00s) [2021-04-09T01:06:16.721Z] === RUN TestProcessShouldLeaveAllFiles [2021-04-09T01:06:16.721Z] --- PASS: TestProcessShouldLeaveAllFiles (0.01s) [2021-04-09T01:06:16.721Z] === RUN TestDetectContentType [2021-04-09T01:06:16.721Z] --- PASS: TestDetectContentType (0.00s) [2021-04-09T01:06:16.721Z] === RUN TestSelectAcceptableMIME [2021-04-09T01:06:16.721Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2021-04-09T01:06:16.721Z] === RUN TestInspectEmptyResponse [2021-04-09T01:06:16.721Z] --- PASS: TestInspectEmptyResponse (0.00s) [2021-04-09T01:06:16.721Z] === RUN TestInspectResponseBinary [2021-04-09T01:06:16.721Z] --- PASS: TestInspectResponseBinary (0.00s) [2021-04-09T01:06:16.721Z] === RUN TestResponseUnsupportedContentType [2021-04-09T01:06:16.721Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2021-04-09T01:06:16.721Z] === RUN TestInspectResponseTextSimple [2021-04-09T01:06:16.721Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2021-04-09T01:06:16.721Z] === RUN TestInspectResponseEmptyContentType [2021-04-09T01:06:16.721Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2021-04-09T01:06:16.721Z] === RUN TestUnknownContentLength [2021-04-09T01:06:16.721Z] --- PASS: TestUnknownContentLength (0.00s) [2021-04-09T01:06:16.721Z] === RUN TestDownloadRemote [2021-04-09T01:06:16.721Z] --- PASS: TestDownloadRemote (0.09s) [2021-04-09T01:06:16.721Z] === RUN TestGetWithStatusError [2021-04-09T01:06:16.721Z] --- PASS: TestGetWithStatusError (0.00s) [2021-04-09T01:06:16.721Z] === RUN TestCloseRootDirectory [2021-04-09T01:06:16.721Z] --- SKIP: TestCloseRootDirectory (0.00s) [2021-04-09T01:06:16.721Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:06:16.721Z] === RUN TestHashFile [2021-04-09T01:06:16.721Z] --- SKIP: TestHashFile (0.01s) [2021-04-09T01:06:16.721Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:06:16.721Z] === RUN TestHashSubdir [2021-04-09T01:06:16.721Z] --- SKIP: TestHashSubdir (0.01s) [2021-04-09T01:06:16.721Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:06:16.721Z] === RUN TestRemoveDirectory [2021-04-09T01:06:16.721Z] --- SKIP: TestRemoveDirectory (0.00s) [2021-04-09T01:06:16.721Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:06:16.721Z] PASS [2021-04-09T01:06:16.721Z] coverage: 9.3% of statements [2021-04-09T01:06:16.721Z] ok github.com/docker/docker/builder/remotecontext 0.394s coverage: 9.3% of statements [2021-04-09T01:06:16.757Z] === RUN TestIsCpusetListAvailable [2021-04-09T01:06:16.757Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2021-04-09T01:06:16.757Z] PASS [2021-04-09T01:06:16.757Z] coverage: 38.2% of statements [2021-04-09T01:06:16.757Z] ok github.com/docker/docker/pkg/sysinfo 0.137s coverage: 38.2% of statements [2021-04-09T01:06:16.858Z] --- PASS: TestPidHost (2.19s) [2021-04-09T01:06:16.858Z] === RUN TestPsFilter [2021-04-09T01:06:16.858Z] --- PASS: TestPsFilter (0.15s) [2021-04-09T01:06:16.858Z] === RUN TestRemoveContainerWithRemovedVolume [2021-04-09T01:06:17.085Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-04-09T01:06:17.433Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.80s) [2021-04-09T01:06:17.433Z] === RUN TestRemoveContainerWithVolume [2021-04-09T01:06:17.652Z] === RUN TestDockerSuite/TestAttachAfterDetach [2021-04-09T01:06:17.684Z] === RUN TestGetAllAllowed [2021-04-09T01:06:17.684Z] --- PASS: TestGetAllAllowed (0.00s) [2021-04-09T01:06:17.684Z] === RUN TestGetAllMeta [2021-04-09T01:06:17.684Z] --- PASS: TestGetAllMeta (0.00s) [2021-04-09T01:06:17.684Z] === RUN TestWarnOnUnusedBuildArgs [2021-04-09T01:06:17.684Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2021-04-09T01:06:17.684Z] === RUN TestIsUnreferencedBuiltin [2021-04-09T01:06:17.684Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2021-04-09T01:06:17.684Z] === RUN TestIsExistingDirectory [2021-04-09T01:06:17.684Z] --- PASS: TestIsExistingDirectory (0.00s) [2021-04-09T01:06:17.684Z] === RUN TestGetFilenameForDownload [2021-04-09T01:06:17.684Z] --- PASS: TestGetFilenameForDownload (0.00s) [2021-04-09T01:06:17.684Z] === RUN TestEnv2Variables [2021-04-09T01:06:17.684Z] --- PASS: TestEnv2Variables (0.00s) [2021-04-09T01:06:17.684Z] === RUN TestEnvValueWithExistingRunConfigEnv [2021-04-09T01:06:17.684Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2021-04-09T01:06:17.684Z] === RUN TestMaintainer [2021-04-09T01:06:17.684Z] --- PASS: TestMaintainer (0.00s) [2021-04-09T01:06:17.684Z] === RUN TestLabel [2021-04-09T01:06:17.684Z] --- PASS: TestLabel (0.00s) [2021-04-09T01:06:17.684Z] === RUN TestFromScratch [2021-04-09T01:06:17.684Z] --- PASS: TestFromScratch (0.00s) [2021-04-09T01:06:17.684Z] === RUN TestFromWithArg [2021-04-09T01:06:17.684Z] --- PASS: TestFromWithArg (0.00s) [2021-04-09T01:06:17.684Z] === RUN TestFromWithArgButBuildArgsNotGiven [2021-04-09T01:06:17.684Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2021-04-09T01:06:17.684Z] === RUN TestFromWithUndefinedArg [2021-04-09T01:06:17.684Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2021-04-09T01:06:17.684Z] === RUN TestFromMultiStageWithNamedStage [2021-04-09T01:06:17.684Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2021-04-09T01:06:17.684Z] === RUN TestOnbuild [2021-04-09T01:06:17.684Z] --- PASS: TestOnbuild (0.00s) [2021-04-09T01:06:17.684Z] === RUN TestWorkdir [2021-04-09T01:06:17.684Z] --- PASS: TestWorkdir (0.00s) [2021-04-09T01:06:17.684Z] === RUN TestCmd [2021-04-09T01:06:17.684Z] --- PASS: TestCmd (0.00s) [2021-04-09T01:06:17.684Z] === RUN TestHealthcheckNone [2021-04-09T01:06:17.684Z] --- PASS: TestHealthcheckNone (0.00s) [2021-04-09T01:06:17.684Z] === RUN TestHealthcheckCmd [2021-04-09T01:06:17.684Z] --- PASS: TestHealthcheckCmd (0.00s) [2021-04-09T01:06:17.684Z] === RUN TestEntrypoint [2021-04-09T01:06:17.684Z] --- PASS: TestEntrypoint (0.00s) [2021-04-09T01:06:17.684Z] === RUN TestExpose [2021-04-09T01:06:17.684Z] --- PASS: TestExpose (0.00s) [2021-04-09T01:06:17.684Z] === RUN TestUser [2021-04-09T01:06:17.684Z] --- PASS: TestUser (0.00s) [2021-04-09T01:06:17.684Z] === RUN TestVolume [2021-04-09T01:06:17.684Z] --- PASS: TestVolume (0.00s) [2021-04-09T01:06:17.684Z] === RUN TestStopSignal [2021-04-09T01:06:17.684Z] --- SKIP: TestStopSignal (0.00s) [2021-04-09T01:06:17.684Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-04-09T01:06:17.684Z] === RUN TestArg [2021-04-09T01:06:17.684Z] --- PASS: TestArg (0.00s) [2021-04-09T01:06:17.684Z] === RUN TestShell [2021-04-09T01:06:17.684Z] --- PASS: TestShell (0.00s) [2021-04-09T01:06:17.684Z] === RUN TestPrependEnvOnCmd [2021-04-09T01:06:17.684Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2021-04-09T01:06:17.684Z] === RUN TestRunWithBuildArgs [2021-04-09T01:06:17.684Z] --- PASS: TestRunWithBuildArgs (0.00s) [2021-04-09T01:06:17.684Z] === RUN TestRunIgnoresHealthcheck [2021-04-09T01:06:17.684Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2021-04-09T01:06:17.684Z] === RUN TestDispatchUnsupportedOptions [2021-04-09T01:06:17.684Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2021-04-09T01:06:17.684Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2021-04-09T01:06:17.684Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2021-04-09T01:06:17.684Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2021-04-09T01:06:17.684Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2021-04-09T01:06:17.684Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2021-04-09T01:06:17.684Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2021-04-09T01:06:17.684Z] === RUN TestNormalizeWorkdir [2021-04-09T01:06:17.684Z] --- PASS: TestNormalizeWorkdir (0.00s) [2021-04-09T01:06:17.684Z] === RUN TestDispatch [2021-04-09T01:06:17.684Z] === RUN TestDispatch/ADD_multiple_files_to_file [2021-04-09T01:06:17.684Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2021-04-09T01:06:17.684Z] === RUN TestDispatch/COPY_multiple_files_to_file [2021-04-09T01:06:17.684Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2021-04-09T01:06:17.684Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2021-04-09T01:06:17.684Z] === RUN TestDispatch/COPY_wildcard_no_files [2021-04-09T01:06:17.684Z] === RUN TestDispatch/COPY_url [2021-04-09T01:06:17.684Z] --- PASS: TestDispatch (0.08s) [2021-04-09T01:06:17.684Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.03s) [2021-04-09T01:06:17.684Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2021-04-09T01:06:17.684Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2021-04-09T01:06:17.684Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2021-04-09T01:06:17.684Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2021-04-09T01:06:17.684Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2021-04-09T01:06:17.684Z] --- PASS: TestDispatch/COPY_url (0.00s) [2021-04-09T01:06:17.684Z] === RUN TestAddScratchImageAddsToMounts [2021-04-09T01:06:17.684Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2021-04-09T01:06:17.684Z] === RUN TestAddFromScratchPopulatesPlatform [2021-04-09T01:06:17.684Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2021-04-09T01:06:17.684Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2021-04-09T01:06:17.684Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2021-04-09T01:06:17.684Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2021-04-09T01:06:17.684Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2021-04-09T01:06:17.684Z] === RUN TestImageSourceGetAddsToMounts [2021-04-09T01:06:17.684Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2021-04-09T01:06:17.684Z] === RUN TestEmptyDockerfile [2021-04-09T01:06:17.684Z] --- PASS: TestEmptyDockerfile (0.01s) [2021-04-09T01:06:17.684Z] === RUN TestSymlinkDockerfile [2021-04-09T01:06:17.684Z] --- PASS: TestSymlinkDockerfile (0.01s) [2021-04-09T01:06:17.684Z] === RUN TestDockerfileOutsideTheBuildContext [2021-04-09T01:06:17.684Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2021-04-09T01:06:17.684Z] === RUN TestNonExistingDockerfile [2021-04-09T01:06:17.684Z] --- PASS: TestNonExistingDockerfile (0.00s) [2021-04-09T01:06:17.684Z] === RUN TestCopyRunConfig [2021-04-09T01:06:17.684Z] --- PASS: TestCopyRunConfig (0.00s) [2021-04-09T01:06:17.684Z] === RUN TestDeepCopyRunConfig [2021-04-09T01:06:17.684Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2021-04-09T01:06:17.684Z] === RUN TestExportImage [2021-04-09T01:06:17.684Z] --- PASS: TestExportImage (0.00s) [2021-04-09T01:06:17.684Z] === RUN TestNormalizeDest [2021-04-09T01:06:17.684Z] --- PASS: TestNormalizeDest (0.00s) [2021-04-09T01:06:17.684Z] PASS [2021-04-09T01:06:17.684Z] coverage: 46.8% of statements [2021-04-09T01:06:17.684Z] ok github.com/docker/docker/builder/dockerfile 0.257s coverage: 46.8% of statements [2021-04-09T01:06:17.684Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-04-09T01:06:17.737Z] === RUN TestChtimes [2021-04-09T01:06:17.737Z] --- PASS: TestChtimes (0.00s) [2021-04-09T01:06:17.737Z] === RUN TestChtimesWindows [2021-04-09T01:06:17.737Z] --- PASS: TestChtimesWindows (0.00s) [2021-04-09T01:06:17.737Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2021-04-09T01:06:17.737Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2021-04-09T01:06:17.737Z] === RUN TestEnsureRemoveAllNotExist [2021-04-09T01:06:17.737Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2021-04-09T01:06:17.737Z] === RUN TestEnsureRemoveAllWithDir [2021-04-09T01:06:17.737Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2021-04-09T01:06:17.737Z] === RUN TestEnsureRemoveAllWithFile [2021-04-09T01:06:17.737Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2021-04-09T01:06:17.737Z] === RUN TestHasWin32KSupport [2021-04-09T01:06:17.737Z] --- PASS: TestHasWin32KSupport (0.00s) [2021-04-09T01:06:17.737Z] syscall_windows_test.go:8: win32k: true [2021-04-09T01:06:17.737Z] PASS [2021-04-09T01:06:17.737Z] coverage: 12.0% of statements [2021-04-09T01:06:17.737Z] ok github.com/docker/docker/pkg/system 0.148s coverage: 12.0% of statements [2021-04-09T01:06:18.203Z] time="2021-04-09T01:06:17Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49224/Test.Echo: Post http://127.0.0.1:49224/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2021-04-09T01:06:18.203Z] === RUN TestTailFile [2021-04-09T01:06:18.203Z] --- PASS: TestTailFile (0.00s) [2021-04-09T01:06:18.203Z] === RUN TestTailFileManyLines [2021-04-09T01:06:18.203Z] --- PASS: TestTailFileManyLines (0.00s) [2021-04-09T01:06:18.203Z] === RUN TestTailEmptyFile [2021-04-09T01:06:18.203Z] --- PASS: TestTailEmptyFile (0.00s) [2021-04-09T01:06:18.203Z] === RUN TestTailNegativeN [2021-04-09T01:06:18.203Z] --- PASS: TestTailNegativeN (0.00s) [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader [2021-04-09T01:06:18.203Z] === CONT TestNewTailReader [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/no_delimiter [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/no_delimiter [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/single_byte_delimiter [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/single_byte_delimiter [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/2_byte_delimiter [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/2_byte_delimiter [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/4_byte_delimiter [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/4_byte_delimiter [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/8_byte_delimiter [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/8_byte_delimiter [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/12_byte_delimiter [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/12_byte_delimiter [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/truncated_last_line [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/truncated_last_line#01 [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/truncated_last_line#02 [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2021-04-09T01:06:18.203Z] === CONT TestNewTailReader/no_delimiter [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/no_delimiter/no_lines [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-04-09T01:06:18.203Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-04-09T01:06:18.203Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-04-09T01:06:18.203Z] === CONT TestNewTailReader/4_byte_delimiter [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2021-04-09T01:06:18.203Z] === CONT TestNewTailReader/8_byte_delimiter [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-04-09T01:06:18.203Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-09T01:06:18.203Z] === CONT TestNewTailReader/no_delimiter/no_lines [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-04-09T01:06:18.203Z] === CONT TestNewTailReader/single_byte_delimiter [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-04-09T01:06:18.203Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-09T01:06:18.203Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-09T01:06:18.203Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-09T01:06:18.203Z] === CONT TestNewTailReader/2_byte_delimiter [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-04-09T01:06:18.203Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-09T01:06:18.203Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-09T01:06:18.203Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2021-04-09T01:06:18.203Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-04-09T01:06:18.203Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-09T01:06:18.203Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-09T01:06:18.203Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2021-04-09T01:06:18.203Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-04-09T01:06:18.377Z] --- PASS: TestRemoveContainerWithVolume (0.83s) [2021-04-09T01:06:18.377Z] === RUN TestRemoveContainerRunning [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-09T01:06:18.670Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-04-09T01:06:18.670Z] === CONT TestNewTailReader/12_byte_delimiter [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-04-09T01:06:18.670Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-09T01:06:18.670Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-09T01:06:18.670Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-04-09T01:06:18.670Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-09T01:06:18.670Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-04-09T01:06:18.670Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-04-09T01:06:18.670Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-04-09T01:06:18.670Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-09T01:06:18.670Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-09T01:06:18.670Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-09T01:06:18.670Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-09T01:06:18.670Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-09T01:06:18.670Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-09T01:06:18.670Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-09T01:06:18.670Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-04-09T01:06:18.670Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-04-09T01:06:18.670Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-04-09T01:06:18.670Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-09T01:06:18.671Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-09T01:06:18.671Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-09T01:06:18.671Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-09T01:06:18.671Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-09T01:06:18.671Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-09T01:06:18.671Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-09T01:06:18.671Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-09T01:06:18.671Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-09T01:06:18.671Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-09T01:06:18.671Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-09T01:06:18.671Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-09T01:06:18.671Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-09T01:06:18.671Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-09T01:06:18.671Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-09T01:06:18.671Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-09T01:06:18.671Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-09T01:06:18.671Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-09T01:06:18.671Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-09T01:06:18.671Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-09T01:06:18.671Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-09T01:06:18.671Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-09T01:06:18.671Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-09T01:06:18.671Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-09T01:06:18.672Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-09T01:06:18.672Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-09T01:06:18.672Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2021-04-09T01:06:18.673Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-09T01:06:18.673Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-04-09T01:06:18.673Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-04-09T01:06:18.673Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-04-09T01:06:18.673Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-04-09T01:06:18.673Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-04-09T01:06:18.673Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-04-09T01:06:18.673Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-04-09T01:06:18.673Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-04-09T01:06:18.673Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-04-09T01:06:18.673Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-04-09T01:06:18.673Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-04-09T01:06:18.673Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-04-09T01:06:18.673Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-04-09T01:06:18.673Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-04-09T01:06:18.673Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-04-09T01:06:18.673Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-04-09T01:06:18.673Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-04-09T01:06:18.673Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-04-09T01:06:18.673Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-04-09T01:06:18.673Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-04-09T01:06:18.673Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-04-09T01:06:18.673Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-09T01:06:18.673Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-09T01:06:18.673Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-09T01:06:18.673Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-09T01:06:18.673Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-09T01:06:18.673Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-09T01:06:18.673Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-09T01:06:18.673Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-09T01:06:18.673Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-09T01:06:18.673Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-09T01:06:18.673Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-09T01:06:18.673Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-09T01:06:18.673Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-09T01:06:18.673Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-04-09T01:06:18.673Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-09T01:06:18.673Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-09T01:06:18.673Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-09T01:06:18.673Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-09T01:06:18.673Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-09T01:06:18.673Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-09T01:06:18.673Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-09T01:06:18.673Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-09T01:06:18.673Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-09T01:06:18.673Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-09T01:06:18.673Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-09T01:06:18.673Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-04-09T01:06:18.673Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-04-09T01:06:18.673Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-04-09T01:06:18.673Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-09T01:06:18.673Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-09T01:06:18.673Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-09T01:06:18.673Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-09T01:06:18.673Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-09T01:06:18.673Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-09T01:06:18.673Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-09T01:06:18.673Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-09T01:06:18.673Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-09T01:06:18.673Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-09T01:06:18.673Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-09T01:06:18.673Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-09T01:06:18.673Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-09T01:06:18.673Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2021-04-09T01:06:18.673Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-04-09T01:06:18.673Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-04-09T01:06:18.673Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-04-09T01:06:18.673Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-04-09T01:06:18.673Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-04-09T01:06:18.673Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-04-09T01:06:18.673Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-09T01:06:18.673Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2021-04-09T01:06:18.673Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-04-09T01:06:18.673Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-04-09T01:06:18.673Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-04-09T01:06:18.673Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-04-09T01:06:18.673Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-04-09T01:06:18.673Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-04-09T01:06:18.673Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-04-09T01:06:18.673Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-04-09T01:06:18.673Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-04-09T01:06:18.673Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-04-09T01:06:18.673Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-04-09T01:06:18.673Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-04-09T01:06:18.673Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-04-09T01:06:18.673Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-04-09T01:06:18.673Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-04-09T01:06:18.673Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-04-09T01:06:18.673Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-04-09T01:06:18.673Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-04-09T01:06:18.673Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-04-09T01:06:18.673Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-04-09T01:06:18.673Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-09T01:06:18.673Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-04-09T01:06:18.673Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-04-09T01:06:18.673Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-04-09T01:06:18.673Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-09T01:06:18.673Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-04-09T01:06:18.673Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-09T01:06:18.674Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-04-09T01:06:19.140Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.06s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.140Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.03s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.01s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.01s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.01s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.02s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.01s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.01s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.01s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.03s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.02s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.02s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.02s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.01s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-04-09T01:06:19.141Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.01s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.01s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.01s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.01s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.01s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.01s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.03s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2021-04-09T01:06:19.142Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.143Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2021-04-09T01:06:19.143Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2021-04-09T01:06:19.143Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2021-04-09T01:06:19.143Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2021-04-09T01:06:19.143Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2021-04-09T01:06:19.143Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2021-04-09T01:06:19.143Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2021-04-09T01:06:19.143Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2021-04-09T01:06:19.143Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2021-04-09T01:06:19.143Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2021-04-09T01:06:19.143Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2021-04-09T01:06:19.143Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-04-09T01:06:19.143Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-04-09T01:06:19.143Z] PASS [2021-04-09T01:06:19.143Z] coverage: 88.6% of statements [2021-04-09T01:06:19.143Z] ok github.com/docker/docker/pkg/tailfile 0.646s coverage: 88.6% of statements [2021-04-09T01:06:19.323Z] --- PASS: TestRemoveContainerRunning (0.83s) [2021-04-09T01:06:19.323Z] === RUN TestRemoveContainerForceRemoveRunning [2021-04-09T01:06:19.553Z] --- PASS: TestBuildPreserveOwnership (7.25s) [2021-04-09T01:06:19.553Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.84s) [2021-04-09T01:06:19.553Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.39s) [2021-04-09T01:06:19.553Z] === RUN TestBuildPlatformInvalid [2021-04-09T01:06:19.553Z] --- PASS: TestBuildPlatformInvalid (0.11s) [2021-04-09T01:06:19.553Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-04-09T01:06:19.608Z] === RUN TestTarSumRemoveNonExistent [2021-04-09T01:06:19.608Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2021-04-09T01:06:19.608Z] === RUN TestTarSumRemove [2021-04-09T01:06:19.608Z] --- PASS: TestTarSumRemove (0.00s) [2021-04-09T01:06:19.608Z] === RUN TestSortFileInfoSums [2021-04-09T01:06:19.608Z] --- PASS: TestSortFileInfoSums (0.00s) [2021-04-09T01:06:19.608Z] === RUN TestNewTarSumForLabelInvalid [2021-04-09T01:06:19.608Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2021-04-09T01:06:19.608Z] === RUN TestNewTarSumForLabel [2021-04-09T01:06:19.608Z] --- PASS: TestNewTarSumForLabel (0.00s) [2021-04-09T01:06:19.608Z] === RUN TestEmptyTar [2021-04-09T01:06:19.608Z] --- PASS: TestEmptyTar (0.00s) [2021-04-09T01:06:19.608Z] === RUN TestTarSumsReadSize [2021-04-09T01:06:19.608Z] --- PASS: TestTarSumsReadSize (0.00s) [2021-04-09T01:06:19.608Z] === RUN TestTarSums [2021-04-09T01:06:19.608Z] --- PASS: TestTarSums (0.10s) [2021-04-09T01:06:19.608Z] === RUN TestIteration [2021-04-09T01:06:19.608Z] --- PASS: TestIteration (0.00s) [2021-04-09T01:06:19.608Z] === RUN TestVersionLabelForChecksum [2021-04-09T01:06:19.608Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2021-04-09T01:06:19.608Z] === RUN TestVersion [2021-04-09T01:06:19.608Z] --- PASS: TestVersion (0.00s) [2021-04-09T01:06:19.608Z] === RUN TestGetVersion [2021-04-09T01:06:19.608Z] --- PASS: TestGetVersion (0.00s) [2021-04-09T01:06:19.608Z] === RUN TestGetVersions [2021-04-09T01:06:19.608Z] --- PASS: TestGetVersions (0.00s) [2021-04-09T01:06:19.608Z] PASS [2021-04-09T01:06:19.608Z] coverage: 89.3% of statements [2021-04-09T01:06:19.608Z] ok github.com/docker/docker/pkg/tarsum 0.305s coverage: 89.3% of statements [2021-04-09T01:06:19.811Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2021-04-09T01:06:19.896Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.82s) [2021-04-09T01:06:19.896Z] === RUN TestRemoveInvalidContainer [2021-04-09T01:06:19.896Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-04-09T01:06:19.896Z] === RUN TestRenameLinkedContainer [2021-04-09T01:06:20.073Z] testing: warning: no tests to run [2021-04-09T01:06:20.073Z] PASS [2021-04-09T01:06:20.073Z] coverage: [no statements] [2021-04-09T01:06:20.073Z] ok github.com/docker/docker/pkg/term/windows 0.142s coverage: [no statements] [no tests to run] [2021-04-09T01:06:20.379Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2021-04-09T01:06:20.543Z] === RUN TestTruncIndex [2021-04-09T01:06:20.543Z] --- PASS: TestTruncIndex (0.10s) [2021-04-09T01:06:20.543Z] PASS [2021-04-09T01:06:20.543Z] coverage: 91.5% of statements [2021-04-09T01:06:20.543Z] ok github.com/docker/docker/pkg/truncindex 0.217s coverage: 91.5% of statements [2021-04-09T01:06:21.009Z] === RUN TestIsGIT [2021-04-09T01:06:21.009Z] --- PASS: TestIsGIT (0.00s) [2021-04-09T01:06:21.009Z] === RUN TestIsTransport [2021-04-09T01:06:21.009Z] --- PASS: TestIsTransport (0.00s) [2021-04-09T01:06:21.009Z] PASS [2021-04-09T01:06:21.009Z] coverage: 100.0% of statements [2021-04-09T01:06:21.009Z] ok github.com/docker/docker/pkg/urlutil 0.131s coverage: 100.0% of statements [2021-04-09T01:06:21.474Z] === RUN TestVersionInfo [2021-04-09T01:06:21.474Z] --- PASS: TestVersionInfo (0.00s) [2021-04-09T01:06:21.474Z] === RUN TestAppendVersions [2021-04-09T01:06:21.474Z] --- PASS: TestAppendVersions (0.00s) [2021-04-09T01:06:21.474Z] PASS [2021-04-09T01:06:21.474Z] coverage: 88.9% of statements [2021-04-09T01:06:21.474Z] ok github.com/docker/docker/pkg/useragent 0.176s coverage: 88.9% of statements [2021-04-09T01:06:22.454Z] time="2021-04-09T01:06:22Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49224/Test.Echo: Post http://127.0.0.1:49224/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2021-04-09T01:06:22.979Z] === RUN TestDockerSuite/TestAttachDetach [2021-04-09T01:06:22.979Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2021-04-09T01:06:23.201Z] --- PASS: TestRenameLinkedContainer (3.29s) [2021-04-09T01:06:23.201Z] === RUN TestRenameStoppedContainer [2021-04-09T01:06:24.010Z] === RUN TestValidatePrivileges [2021-04-09T01:06:24.010Z] --- PASS: TestValidatePrivileges (0.00s) [2021-04-09T01:06:24.010Z] === RUN TestFilterByCapNeg [2021-04-09T01:06:24.010Z] --- PASS: TestFilterByCapNeg (0.00s) [2021-04-09T01:06:24.010Z] === RUN TestFilterByCapPos [2021-04-09T01:06:24.010Z] --- PASS: TestFilterByCapPos (0.00s) [2021-04-09T01:06:24.010Z] === RUN TestStoreGetPluginNotMatchCapRefs [2021-04-09T01:06:24.010Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2021-04-09T01:06:24.010Z] PASS [2021-04-09T01:06:24.010Z] coverage: 12.0% of statements [2021-04-09T01:06:24.010Z] ok github.com/docker/docker/plugin 0.341s coverage: 12.0% of statements [2021-04-09T01:06:24.010Z] === RUN TestNewSettable [2021-04-09T01:06:24.010Z] --- PASS: TestNewSettable (0.00s) [2021-04-09T01:06:24.010Z] === RUN TestIsSettable [2021-04-09T01:06:24.010Z] --- PASS: TestIsSettable (0.00s) [2021-04-09T01:06:24.010Z] === RUN TestUpdateSettingsEnv [2021-04-09T01:06:24.010Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2021-04-09T01:06:24.010Z] PASS [2021-04-09T01:06:24.010Z] coverage: 20.1% of statements [2021-04-09T01:06:24.010Z] ok github.com/docker/docker/plugin/v2 0.290s coverage: 20.1% of statements [2021-04-09T01:06:24.146Z] --- PASS: TestRenameStoppedContainer (0.79s) [2021-04-09T01:06:24.146Z] === RUN TestRenameRunningContainerAndReuse [2021-04-09T01:06:24.357Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-04-09T01:06:25.570Z] === RUN TestLoad [2021-04-09T01:06:25.570Z] --- PASS: TestLoad (0.00s) [2021-04-09T01:06:25.570Z] === RUN TestSave [2021-04-09T01:06:25.570Z] --- PASS: TestSave (0.03s) [2021-04-09T01:06:25.570Z] === RUN TestAddDeleteGet [2021-04-09T01:06:25.570Z] --- PASS: TestAddDeleteGet (0.03s) [2021-04-09T01:06:25.570Z] === RUN TestInvalidTags [2021-04-09T01:06:25.570Z] --- PASS: TestInvalidTags (0.01s) [2021-04-09T01:06:25.570Z] PASS [2021-04-09T01:06:25.570Z] coverage: 84.4% of statements [2021-04-09T01:06:25.570Z] ok github.com/docker/docker/reference 0.200s coverage: 84.4% of statements [2021-04-09T01:06:25.736Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-04-09T01:06:26.066Z] --- PASS: TestRenameRunningContainerAndReuse (1.65s) [2021-04-09T01:06:26.066Z] === RUN TestRenameInvalidName [2021-04-09T01:06:26.639Z] --- PASS: TestRenameInvalidName (0.82s) [2021-04-09T01:06:26.639Z] === RUN TestRenameAnonymousContainer [2021-04-09T01:06:27.126Z] === RUN TestResolveAuthConfigIndexServer [2021-04-09T01:06:27.126Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2021-04-09T01:06:27.126Z] === RUN TestResolveAuthConfigFullURL [2021-04-09T01:06:27.126Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2021-04-09T01:06:27.126Z] === RUN TestLoadAllowNondistributableArtifacts [2021-04-09T01:06:27.126Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2021-04-09T01:06:27.126Z] === RUN TestValidateMirror [2021-04-09T01:06:27.126Z] --- PASS: TestValidateMirror (0.00s) [2021-04-09T01:06:27.126Z] === RUN TestLoadInsecureRegistries [2021-04-09T01:06:27.590Z] time="2021-04-09T01:06:27Z" 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-09T01:06:27.590Z] time="2021-04-09T01:06:27Z" 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-09T01:06:27.590Z] time="2021-04-09T01:06:27Z" 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-09T01:06:27.590Z] --- PASS: TestLoadInsecureRegistries (0.12s) [2021-04-09T01:06:27.590Z] === RUN TestNewServiceConfig [2021-04-09T01:06:27.590Z] --- PASS: TestNewServiceConfig (0.00s) [2021-04-09T01:06:27.590Z] === RUN TestValidateIndexName [2021-04-09T01:06:27.590Z] --- PASS: TestValidateIndexName (0.00s) [2021-04-09T01:06:27.590Z] === RUN TestValidateIndexNameWithError [2021-04-09T01:06:27.590Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2021-04-09T01:06:27.590Z] === RUN TestEndpointParse [2021-04-09T01:06:27.590Z] --- PASS: TestEndpointParse (0.00s) [2021-04-09T01:06:27.590Z] === RUN TestEndpointParseInvalid [2021-04-09T01:06:27.590Z] --- PASS: TestEndpointParseInvalid (0.00s) [2021-04-09T01:06:27.590Z] === RUN TestValidateEndpoint [2021-04-09T01:06:27.590Z] --- PASS: TestValidateEndpoint (0.01s) [2021-04-09T01:06:27.590Z] === RUN TestPing [2021-04-09T01:06:27.590Z] --- PASS: TestPing (0.00s) [2021-04-09T01:06:27.590Z] === RUN TestPingRegistryEndpoint [2021-04-09T01:06:27.591Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2021-04-09T01:06:27.591Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:06:27.591Z] === RUN TestEndpoint [2021-04-09T01:06:27.591Z] --- SKIP: TestEndpoint (0.00s) [2021-04-09T01:06:27.591Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:06:27.591Z] === RUN TestParseRepositoryInfo [2021-04-09T01:06:27.591Z] --- PASS: TestParseRepositoryInfo (0.00s) [2021-04-09T01:06:27.591Z] === RUN TestNewIndexInfo [2021-04-09T01:06:27.591Z] --- PASS: TestNewIndexInfo (0.00s) [2021-04-09T01:06:27.591Z] === RUN TestMirrorEndpointLookup [2021-04-09T01:06:27.591Z] --- SKIP: TestMirrorEndpointLookup (0.01s) [2021-04-09T01:06:27.591Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:06:27.591Z] === RUN TestSearchRepositories [2021-04-09T01:06:27.591Z] --- PASS: TestSearchRepositories (0.00s) [2021-04-09T01:06:27.591Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2021-04-09T01:06:27.591Z] Host: 127.0.0.1:49230 [2021-04-09T01:06:27.591Z] User-Agent: docker test client [2021-04-09T01:06:27.591Z] Authorization: Token fake-token [2021-04-09T01:06:27.591Z] X-Docker-Token: true [2021-04-09T01:06:27.591Z] Accept-Encoding: gzip [2021-04-09T01:06:27.591Z] [2021-04-09T01:06:27.591Z] [2021-04-09T01:06:27.591Z] registry_test.go:730: HTTP/1.1 200 OK [2021-04-09T01:06:27.591Z] Connection: close [2021-04-09T01:06:27.591Z] Content-Length: 144 [2021-04-09T01:06:27.591Z] Cache-Control: no-cache [2021-04-09T01:06:27.591Z] Content-Type: application/json [2021-04-09T01:06:27.591Z] Date: Fri, 09 Apr 2021 01:06:27 GMT [2021-04-09T01:06:27.591Z] Expires: -1 [2021-04-09T01:06:27.591Z] Pragma: no-cache [2021-04-09T01:06:27.591Z] Server: docker-tests/mock [2021-04-09T01:06:27.591Z] X-Docker-Registry-Config: mock [2021-04-09T01:06:27.591Z] X-Docker-Registry-Version: 0.0.0 [2021-04-09T01:06:27.591Z] [2021-04-09T01:06:27.591Z] [2021-04-09T01:06:27.591Z] === RUN TestTrustedLocation [2021-04-09T01:06:27.591Z] --- PASS: TestTrustedLocation (0.00s) [2021-04-09T01:06:27.591Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2021-04-09T01:06:27.591Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2021-04-09T01:06:27.591Z] === RUN TestAllowNondistributableArtifacts [2021-04-09T01:06:27.591Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2021-04-09T01:06:27.591Z] === RUN TestIsSecureIndex [2021-04-09T01:06:27.591Z] --- PASS: TestIsSecureIndex (0.00s) [2021-04-09T01:06:27.591Z] PASS [2021-04-09T01:06:27.591Z] coverage: 51.7% of statements [2021-04-09T01:06:27.591Z] ok github.com/docker/docker/registry 0.644s coverage: 51.7% of statements [2021-04-09T01:06:27.591Z] === RUN TestResumableRequestHeaderSimpleErrors [2021-04-09T01:06:27.591Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2021-04-09T01:06:27.591Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2021-04-09T01:06:27.591Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2021-04-09T01:06:27.591Z] === RUN TestResumableRequestHeaderTooMuchFailures [2021-04-09T01:06:27.591Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2021-04-09T01:06:27.591Z] === RUN TestResumableRequestReaderWithReadError [2021-04-09T01:06:27.591Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-04-09T01:06:27.591Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-04-09T01:06:27.591Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-04-09T01:06:27.591Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-04-09T01:06:27.591Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-04-09T01:06:27.591Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2021-04-09T01:06:27.591Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2021-04-09T01:06:27.591Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-04-09T01:06:27.591Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-04-09T01:06:28.056Z] time="2021-04-09T01:06:27Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2021-04-09T01:06:28.056Z] --- PASS: TestResumableRequestReaderWithReadError (0.14s) [2021-04-09T01:06:28.056Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2021-04-09T01:06:28.056Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2021-04-09T01:06:28.056Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2021-04-09T01:06:28.056Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2021-04-09T01:06:28.056Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2021-04-09T01:06:28.056Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2021-04-09T01:06:28.056Z] === RUN TestResumableRequestReader [2021-04-09T01:06:28.056Z] --- PASS: TestResumableRequestReader (0.00s) [2021-04-09T01:06:28.056Z] === RUN TestResumableRequestReaderWithInitialResponse [2021-04-09T01:06:28.056Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2021-04-09T01:06:28.056Z] PASS [2021-04-09T01:06:28.056Z] coverage: 100.0% of statements [2021-04-09T01:06:28.056Z] ok github.com/docker/docker/registry/resumable 0.484s coverage: 100.0% of statements [2021-04-09T01:06:28.270Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2021-04-09T01:06:28.270Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-04-09T01:06:28.351Z] .......................... [ 67%] [2021-04-09T01:06:28.522Z] === RUN TestRestartManagerTimeout [2021-04-09T01:06:28.522Z] --- PASS: TestRestartManagerTimeout (0.00s) [2021-04-09T01:06:28.522Z] === RUN TestRestartManagerTimeoutReset [2021-04-09T01:06:28.522Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2021-04-09T01:06:28.522Z] PASS [2021-04-09T01:06:28.522Z] coverage: 45.3% of statements [2021-04-09T01:06:28.522Z] ok github.com/docker/docker/restartmanager 0.157s coverage: 45.3% of statements [2021-04-09T01:06:29.001Z] === RUN TestDecodeContainerConfig [2021-04-09T01:06:29.001Z] --- PASS: TestDecodeContainerConfig (0.00s) [2021-04-09T01:06:29.001Z] === RUN TestDecodeContainerConfigIsolation [2021-04-09T01:06:29.001Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2021-04-09T01:06:29.001Z] === RUN TestValidatePrivileged [2021-04-09T01:06:29.001Z] --- PASS: TestValidatePrivileged (0.00s) [2021-04-09T01:06:29.001Z] PASS [2021-04-09T01:06:29.001Z] coverage: 52.2% of statements [2021-04-09T01:06:29.001Z] ok github.com/docker/docker/runconfig 0.159s coverage: 52.2% of statements [2021-04-09T01:06:29.001Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2021-04-09T01:06:29.001Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2021-04-09T01:06:29.001Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2021-04-09T01:06:29.001Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2021-04-09T01:06:29.001Z] PASS [2021-04-09T01:06:29.001Z] coverage: 62.5% of statements [2021-04-09T01:06:29.001Z] ok github.com/docker/docker/testutil 0.233s coverage: 62.5% of statements [2021-04-09T01:06:29.207Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-04-09T01:06:30.039Z] === RUN TestCheckpointCreateError [2021-04-09T01:06:30.039Z] --- PASS: TestCheckpointCreateError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestCheckpointCreate [2021-04-09T01:06:30.039Z] --- PASS: TestCheckpointCreate (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestCheckpointDeleteError [2021-04-09T01:06:30.039Z] --- PASS: TestCheckpointDeleteError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestCheckpointDelete [2021-04-09T01:06:30.039Z] --- PASS: TestCheckpointDelete (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestCheckpointListError [2021-04-09T01:06:30.039Z] --- PASS: TestCheckpointListError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestCheckpointList [2021-04-09T01:06:30.039Z] --- PASS: TestCheckpointList (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestCheckpointListContainerNotFound [2021-04-09T01:06:30.039Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestNewClientWithOpsFromEnv [2021-04-09T01:06:30.039Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2021-04-09T01:06:30.039Z] client_test.go:23: runtime.GOOS == "windows" [2021-04-09T01:06:30.039Z] === RUN TestGetAPIPath [2021-04-09T01:06:30.039Z] --- PASS: TestGetAPIPath (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestParseHostURL [2021-04-09T01:06:30.039Z] --- PASS: TestParseHostURL (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2021-04-09T01:06:30.039Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestNegotiateAPIVersionEmpty [2021-04-09T01:06:30.039Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestNegotiateAPIVersion [2021-04-09T01:06:30.039Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestNegotiateAPVersionOverride [2021-04-09T01:06:30.039Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestNegotiateAPIVersionAutomatic [2021-04-09T01:06:30.039Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2021-04-09T01:06:30.039Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2021-04-09T01:06:30.039Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestClientRedirect [2021-04-09T01:06:30.039Z] --- PASS: TestClientRedirect (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestConfigCreateUnsupported [2021-04-09T01:06:30.039Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestConfigCreateError [2021-04-09T01:06:30.039Z] --- PASS: TestConfigCreateError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestConfigCreate [2021-04-09T01:06:30.039Z] --- PASS: TestConfigCreate (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestConfigInspectNotFound [2021-04-09T01:06:30.039Z] --- PASS: TestConfigInspectNotFound (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestConfigInspectWithEmptyID [2021-04-09T01:06:30.039Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestConfigInspectUnsupported [2021-04-09T01:06:30.039Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestConfigInspectError [2021-04-09T01:06:30.039Z] --- PASS: TestConfigInspectError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestConfigInspectConfigNotFound [2021-04-09T01:06:30.039Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestConfigInspect [2021-04-09T01:06:30.039Z] --- PASS: TestConfigInspect (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestConfigListUnsupported [2021-04-09T01:06:30.039Z] --- PASS: TestConfigListUnsupported (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestConfigListError [2021-04-09T01:06:30.039Z] --- PASS: TestConfigListError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestConfigList [2021-04-09T01:06:30.039Z] --- PASS: TestConfigList (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestConfigRemoveUnsupported [2021-04-09T01:06:30.039Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestConfigRemoveError [2021-04-09T01:06:30.039Z] --- PASS: TestConfigRemoveError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestConfigRemove [2021-04-09T01:06:30.039Z] --- PASS: TestConfigRemove (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestConfigUpdateUnsupported [2021-04-09T01:06:30.039Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestConfigUpdateError [2021-04-09T01:06:30.039Z] --- PASS: TestConfigUpdateError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestConfigUpdate [2021-04-09T01:06:30.039Z] --- PASS: TestConfigUpdate (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerCommitError [2021-04-09T01:06:30.039Z] --- PASS: TestContainerCommitError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerCommit [2021-04-09T01:06:30.039Z] --- PASS: TestContainerCommit (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerStatPathError [2021-04-09T01:06:30.039Z] --- PASS: TestContainerStatPathError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerStatPathNotFoundError [2021-04-09T01:06:30.039Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerStatPathNoHeaderError [2021-04-09T01:06:30.039Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerStatPath [2021-04-09T01:06:30.039Z] --- PASS: TestContainerStatPath (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestCopyToContainerError [2021-04-09T01:06:30.039Z] --- PASS: TestCopyToContainerError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestCopyToContainerNotFoundError [2021-04-09T01:06:30.039Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestCopyToContainerNotStatusOKError [2021-04-09T01:06:30.039Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestCopyToContainer [2021-04-09T01:06:30.039Z] --- PASS: TestCopyToContainer (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestCopyFromContainerError [2021-04-09T01:06:30.039Z] --- PASS: TestCopyFromContainerError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestCopyFromContainerNotFoundError [2021-04-09T01:06:30.039Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestCopyFromContainerNotStatusOKError [2021-04-09T01:06:30.039Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestCopyFromContainerNoHeaderError [2021-04-09T01:06:30.039Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestCopyFromContainer [2021-04-09T01:06:30.039Z] --- PASS: TestCopyFromContainer (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerCreateError [2021-04-09T01:06:30.039Z] --- PASS: TestContainerCreateError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerCreateImageNotFound [2021-04-09T01:06:30.039Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerCreateWithName [2021-04-09T01:06:30.039Z] --- PASS: TestContainerCreateWithName (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerCreateAutoRemove [2021-04-09T01:06:30.039Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerDiffError [2021-04-09T01:06:30.039Z] --- PASS: TestContainerDiffError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerDiff [2021-04-09T01:06:30.039Z] --- PASS: TestContainerDiff (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerExecCreateError [2021-04-09T01:06:30.039Z] --- PASS: TestContainerExecCreateError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerExecCreate [2021-04-09T01:06:30.039Z] --- PASS: TestContainerExecCreate (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerExecStartError [2021-04-09T01:06:30.039Z] --- PASS: TestContainerExecStartError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerExecStart [2021-04-09T01:06:30.039Z] --- PASS: TestContainerExecStart (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerExecInspectError [2021-04-09T01:06:30.039Z] --- PASS: TestContainerExecInspectError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerExecInspect [2021-04-09T01:06:30.039Z] --- PASS: TestContainerExecInspect (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerExportError [2021-04-09T01:06:30.039Z] --- PASS: TestContainerExportError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerExport [2021-04-09T01:06:30.039Z] --- PASS: TestContainerExport (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerInspectError [2021-04-09T01:06:30.039Z] --- PASS: TestContainerInspectError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerInspectContainerNotFound [2021-04-09T01:06:30.039Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerInspectWithEmptyID [2021-04-09T01:06:30.039Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerInspect [2021-04-09T01:06:30.039Z] --- PASS: TestContainerInspect (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerInspectNode [2021-04-09T01:06:30.039Z] --- PASS: TestContainerInspectNode (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerKillError [2021-04-09T01:06:30.039Z] --- PASS: TestContainerKillError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerKill [2021-04-09T01:06:30.039Z] --- PASS: TestContainerKill (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerListError [2021-04-09T01:06:30.039Z] --- PASS: TestContainerListError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerList [2021-04-09T01:06:30.039Z] --- PASS: TestContainerList (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerLogsNotFoundError [2021-04-09T01:06:30.039Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerLogsError [2021-04-09T01:06:30.039Z] --- PASS: TestContainerLogsError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerLogs [2021-04-09T01:06:30.039Z] --- PASS: TestContainerLogs (0.24s) [2021-04-09T01:06:30.039Z] === RUN TestContainerPauseError [2021-04-09T01:06:30.039Z] --- PASS: TestContainerPauseError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerPause [2021-04-09T01:06:30.039Z] --- PASS: TestContainerPause (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainersPruneError [2021-04-09T01:06:30.039Z] --- PASS: TestContainersPruneError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainersPrune [2021-04-09T01:06:30.039Z] --- PASS: TestContainersPrune (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerRemoveError [2021-04-09T01:06:30.039Z] --- PASS: TestContainerRemoveError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerRemoveNotFoundError [2021-04-09T01:06:30.039Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerRemove [2021-04-09T01:06:30.039Z] --- PASS: TestContainerRemove (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerRenameError [2021-04-09T01:06:30.039Z] --- PASS: TestContainerRenameError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerRename [2021-04-09T01:06:30.039Z] --- PASS: TestContainerRename (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerResizeError [2021-04-09T01:06:30.039Z] --- PASS: TestContainerResizeError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerExecResizeError [2021-04-09T01:06:30.039Z] --- PASS: TestContainerExecResizeError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerResize [2021-04-09T01:06:30.039Z] --- PASS: TestContainerResize (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerExecResize [2021-04-09T01:06:30.039Z] --- PASS: TestContainerExecResize (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerRestartError [2021-04-09T01:06:30.039Z] --- PASS: TestContainerRestartError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerRestart [2021-04-09T01:06:30.039Z] --- PASS: TestContainerRestart (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerStartError [2021-04-09T01:06:30.039Z] --- PASS: TestContainerStartError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerStart [2021-04-09T01:06:30.039Z] --- PASS: TestContainerStart (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerStatsError [2021-04-09T01:06:30.039Z] --- PASS: TestContainerStatsError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerStats [2021-04-09T01:06:30.039Z] --- PASS: TestContainerStats (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerStopError [2021-04-09T01:06:30.039Z] --- PASS: TestContainerStopError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerStop [2021-04-09T01:06:30.039Z] --- PASS: TestContainerStop (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerTopError [2021-04-09T01:06:30.039Z] --- PASS: TestContainerTopError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerTop [2021-04-09T01:06:30.039Z] --- PASS: TestContainerTop (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerUnpauseError [2021-04-09T01:06:30.039Z] --- PASS: TestContainerUnpauseError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerUnpause [2021-04-09T01:06:30.039Z] --- PASS: TestContainerUnpause (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerUpdateError [2021-04-09T01:06:30.039Z] --- PASS: TestContainerUpdateError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerUpdate [2021-04-09T01:06:30.039Z] --- PASS: TestContainerUpdate (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerWaitError [2021-04-09T01:06:30.039Z] --- PASS: TestContainerWaitError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestContainerWait [2021-04-09T01:06:30.039Z] --- PASS: TestContainerWait (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestDiskUsageError [2021-04-09T01:06:30.039Z] --- PASS: TestDiskUsageError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestDiskUsage [2021-04-09T01:06:30.039Z] --- PASS: TestDiskUsage (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestDistributionInspectUnsupported [2021-04-09T01:06:30.039Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestDistributionInspectWithEmptyID [2021-04-09T01:06:30.039Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestEventsErrorInOptions [2021-04-09T01:06:30.039Z] --- PASS: TestEventsErrorInOptions (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestEventsErrorFromServer [2021-04-09T01:06:30.039Z] --- PASS: TestEventsErrorFromServer (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestEvents [2021-04-09T01:06:30.039Z] --- PASS: TestEvents (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestTLSCloseWriter [2021-04-09T01:06:30.039Z] === PAUSE TestTLSCloseWriter [2021-04-09T01:06:30.039Z] === RUN TestImageBuildError [2021-04-09T01:06:30.039Z] --- PASS: TestImageBuildError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestImageBuild [2021-04-09T01:06:30.039Z] --- PASS: TestImageBuild (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestGetDockerOS [2021-04-09T01:06:30.039Z] --- PASS: TestGetDockerOS (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestImageCreateError [2021-04-09T01:06:30.039Z] --- PASS: TestImageCreateError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestImageCreate [2021-04-09T01:06:30.039Z] --- PASS: TestImageCreate (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestImageHistoryError [2021-04-09T01:06:30.039Z] --- PASS: TestImageHistoryError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestImageHistory [2021-04-09T01:06:30.039Z] --- PASS: TestImageHistory (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestImageImportError [2021-04-09T01:06:30.039Z] --- PASS: TestImageImportError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestImageImport [2021-04-09T01:06:30.039Z] --- PASS: TestImageImport (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestImageInspectError [2021-04-09T01:06:30.039Z] --- PASS: TestImageInspectError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestImageInspectImageNotFound [2021-04-09T01:06:30.039Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestImageInspectWithEmptyID [2021-04-09T01:06:30.039Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestImageInspect [2021-04-09T01:06:30.039Z] --- PASS: TestImageInspect (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestImageListError [2021-04-09T01:06:30.039Z] --- PASS: TestImageListError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestImageList [2021-04-09T01:06:30.039Z] --- PASS: TestImageList (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestImageListApiBefore125 [2021-04-09T01:06:30.039Z] --- PASS: TestImageListApiBefore125 (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestImageLoadError [2021-04-09T01:06:30.039Z] --- PASS: TestImageLoadError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestImageLoad [2021-04-09T01:06:30.039Z] --- PASS: TestImageLoad (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestImagesPruneError [2021-04-09T01:06:30.039Z] --- PASS: TestImagesPruneError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestImagesPrune [2021-04-09T01:06:30.039Z] --- PASS: TestImagesPrune (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestImagePullReferenceParseError [2021-04-09T01:06:30.039Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestImagePullAnyError [2021-04-09T01:06:30.039Z] --- PASS: TestImagePullAnyError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestImagePullStatusUnauthorizedError [2021-04-09T01:06:30.039Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2021-04-09T01:06:30.039Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-04-09T01:06:30.039Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestImagePullWithPrivilegedFuncNoError [2021-04-09T01:06:30.039Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestImagePullWithoutErrors [2021-04-09T01:06:30.039Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestImagePushReferenceError [2021-04-09T01:06:30.039Z] --- PASS: TestImagePushReferenceError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestImagePushAnyError [2021-04-09T01:06:30.039Z] --- PASS: TestImagePushAnyError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestImagePushStatusUnauthorizedError [2021-04-09T01:06:30.039Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2021-04-09T01:06:30.039Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-04-09T01:06:30.039Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestImagePushWithPrivilegedFuncNoError [2021-04-09T01:06:30.039Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestImagePushWithoutErrors [2021-04-09T01:06:30.039Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2021-04-09T01:06:30.039Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2021-04-09T01:06:30.039Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2021-04-09T01:06:30.039Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2021-04-09T01:06:30.039Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2021-04-09T01:06:30.039Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2021-04-09T01:06:30.039Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2021-04-09T01:06:30.039Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2021-04-09T01:06:30.039Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestImageRemoveError [2021-04-09T01:06:30.039Z] --- PASS: TestImageRemoveError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestImageRemoveImageNotFound [2021-04-09T01:06:30.039Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestImageRemove [2021-04-09T01:06:30.039Z] --- PASS: TestImageRemove (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestImageSaveError [2021-04-09T01:06:30.039Z] --- PASS: TestImageSaveError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestImageSave [2021-04-09T01:06:30.039Z] --- PASS: TestImageSave (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestImageSearchAnyError [2021-04-09T01:06:30.039Z] --- PASS: TestImageSearchAnyError (0.00s) [2021-04-09T01:06:30.039Z] === RUN TestImageSearchStatusUnauthorizedError [2021-04-09T01:06:30.040Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2021-04-09T01:06:30.040Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-04-09T01:06:30.040Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2021-04-09T01:06:30.040Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestImageSearchWithoutErrors [2021-04-09T01:06:30.040Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestImageTagError [2021-04-09T01:06:30.040Z] --- PASS: TestImageTagError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestImageTagInvalidReference [2021-04-09T01:06:30.040Z] --- PASS: TestImageTagInvalidReference (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestImageTagInvalidSourceImageName [2021-04-09T01:06:30.040Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestImageTagHexSource [2021-04-09T01:06:30.040Z] --- PASS: TestImageTagHexSource (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestImageTag [2021-04-09T01:06:30.040Z] --- PASS: TestImageTag (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestInfoServerError [2021-04-09T01:06:30.040Z] --- PASS: TestInfoServerError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestInfoInvalidResponseJSONError [2021-04-09T01:06:30.040Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestInfo [2021-04-09T01:06:30.040Z] --- PASS: TestInfo (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestNetworkConnectError [2021-04-09T01:06:30.040Z] --- PASS: TestNetworkConnectError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2021-04-09T01:06:30.040Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestNetworkConnect [2021-04-09T01:06:30.040Z] --- PASS: TestNetworkConnect (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestNetworkCreateError [2021-04-09T01:06:30.040Z] --- PASS: TestNetworkCreateError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestNetworkCreate [2021-04-09T01:06:30.040Z] --- PASS: TestNetworkCreate (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestNetworkDisconnectError [2021-04-09T01:06:30.040Z] --- PASS: TestNetworkDisconnectError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestNetworkDisconnect [2021-04-09T01:06:30.040Z] --- PASS: TestNetworkDisconnect (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestNetworkInspectError [2021-04-09T01:06:30.040Z] --- PASS: TestNetworkInspectError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestNetworkInspectNotFoundError [2021-04-09T01:06:30.040Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestNetworkInspectWithEmptyID [2021-04-09T01:06:30.040Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestNetworkInspect [2021-04-09T01:06:30.040Z] --- PASS: TestNetworkInspect (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestNetworkListError [2021-04-09T01:06:30.040Z] --- PASS: TestNetworkListError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestNetworkList [2021-04-09T01:06:30.040Z] --- PASS: TestNetworkList (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestNetworksPruneError [2021-04-09T01:06:30.040Z] --- PASS: TestNetworksPruneError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestNetworksPrune [2021-04-09T01:06:30.040Z] --- PASS: TestNetworksPrune (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestNetworkRemoveError [2021-04-09T01:06:30.040Z] --- PASS: TestNetworkRemoveError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestNetworkRemove [2021-04-09T01:06:30.040Z] --- PASS: TestNetworkRemove (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestNodeInspectError [2021-04-09T01:06:30.040Z] --- PASS: TestNodeInspectError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestNodeInspectNodeNotFound [2021-04-09T01:06:30.040Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestNodeInspectWithEmptyID [2021-04-09T01:06:30.040Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestNodeInspect [2021-04-09T01:06:30.040Z] --- PASS: TestNodeInspect (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestNodeListError [2021-04-09T01:06:30.040Z] --- PASS: TestNodeListError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestNodeList [2021-04-09T01:06:30.040Z] --- PASS: TestNodeList (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestNodeRemoveError [2021-04-09T01:06:30.040Z] --- PASS: TestNodeRemoveError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestNodeRemove [2021-04-09T01:06:30.040Z] --- PASS: TestNodeRemove (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestNodeUpdateError [2021-04-09T01:06:30.040Z] --- PASS: TestNodeUpdateError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestNodeUpdate [2021-04-09T01:06:30.040Z] --- PASS: TestNodeUpdate (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestOptionWithTimeout [2021-04-09T01:06:30.040Z] --- PASS: TestOptionWithTimeout (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestPingFail [2021-04-09T01:06:30.040Z] --- PASS: TestPingFail (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestPingWithError [2021-04-09T01:06:30.040Z] 2021/04/09 01:06:29 RoundTripper returned a response & error; ignoring response [2021-04-09T01:06:30.040Z] 2021/04/09 01:06:29 RoundTripper returned a response & error; ignoring response [2021-04-09T01:06:30.040Z] --- PASS: TestPingWithError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestPingSuccess [2021-04-09T01:06:30.040Z] --- PASS: TestPingSuccess (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestPingHeadFallback [2021-04-09T01:06:30.040Z] === RUN TestPingHeadFallback/OK [2021-04-09T01:06:30.040Z] === RUN TestPingHeadFallback/Internal_Server_Error [2021-04-09T01:06:30.040Z] === RUN TestPingHeadFallback/Not_Found [2021-04-09T01:06:30.040Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2021-04-09T01:06:30.040Z] --- PASS: TestPingHeadFallback (0.00s) [2021-04-09T01:06:30.040Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2021-04-09T01:06:30.040Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2021-04-09T01:06:30.040Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2021-04-09T01:06:30.040Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestPluginDisableError [2021-04-09T01:06:30.040Z] --- PASS: TestPluginDisableError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestPluginDisable [2021-04-09T01:06:30.040Z] --- PASS: TestPluginDisable (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestPluginEnableError [2021-04-09T01:06:30.040Z] --- PASS: TestPluginEnableError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestPluginEnable [2021-04-09T01:06:30.040Z] --- PASS: TestPluginEnable (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestPluginInspectError [2021-04-09T01:06:30.040Z] --- PASS: TestPluginInspectError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestPluginInspectWithEmptyID [2021-04-09T01:06:30.040Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestPluginInspect [2021-04-09T01:06:30.040Z] --- PASS: TestPluginInspect (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestPluginListError [2021-04-09T01:06:30.040Z] --- PASS: TestPluginListError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestPluginList [2021-04-09T01:06:30.040Z] --- PASS: TestPluginList (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestPluginPushError [2021-04-09T01:06:30.040Z] --- PASS: TestPluginPushError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestPluginPush [2021-04-09T01:06:30.040Z] --- PASS: TestPluginPush (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestPluginRemoveError [2021-04-09T01:06:30.040Z] --- PASS: TestPluginRemoveError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestPluginRemove [2021-04-09T01:06:30.040Z] --- PASS: TestPluginRemove (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestPluginSetError [2021-04-09T01:06:30.040Z] --- PASS: TestPluginSetError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestPluginSet [2021-04-09T01:06:30.040Z] --- PASS: TestPluginSet (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestSetHostHeader [2021-04-09T01:06:30.040Z] --- PASS: TestSetHostHeader (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestPlainTextError [2021-04-09T01:06:30.040Z] --- PASS: TestPlainTextError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestInfiniteError [2021-04-09T01:06:30.040Z] --- PASS: TestInfiniteError (0.01s) [2021-04-09T01:06:30.040Z] === RUN TestSecretCreateUnsupported [2021-04-09T01:06:30.040Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestSecretCreateError [2021-04-09T01:06:30.040Z] --- PASS: TestSecretCreateError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestSecretCreate [2021-04-09T01:06:30.040Z] --- PASS: TestSecretCreate (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestSecretInspectUnsupported [2021-04-09T01:06:30.040Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestSecretInspectError [2021-04-09T01:06:30.040Z] --- PASS: TestSecretInspectError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestSecretInspectSecretNotFound [2021-04-09T01:06:30.040Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestSecretInspectWithEmptyID [2021-04-09T01:06:30.040Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestSecretInspect [2021-04-09T01:06:30.040Z] --- PASS: TestSecretInspect (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestSecretListUnsupported [2021-04-09T01:06:30.040Z] --- PASS: TestSecretListUnsupported (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestSecretListError [2021-04-09T01:06:30.040Z] --- PASS: TestSecretListError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestSecretList [2021-04-09T01:06:30.040Z] --- PASS: TestSecretList (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestSecretRemoveUnsupported [2021-04-09T01:06:30.040Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestSecretRemoveError [2021-04-09T01:06:30.040Z] --- PASS: TestSecretRemoveError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestSecretRemove [2021-04-09T01:06:30.040Z] --- PASS: TestSecretRemove (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestSecretUpdateUnsupported [2021-04-09T01:06:30.040Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestSecretUpdateError [2021-04-09T01:06:30.040Z] --- PASS: TestSecretUpdateError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestSecretUpdate [2021-04-09T01:06:30.040Z] --- PASS: TestSecretUpdate (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestServiceCreateError [2021-04-09T01:06:30.040Z] --- PASS: TestServiceCreateError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestServiceCreate [2021-04-09T01:06:30.040Z] --- PASS: TestServiceCreate (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestServiceCreateCompatiblePlatforms [2021-04-09T01:06:30.040Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestServiceCreateDigestPinning [2021-04-09T01:06:30.040Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestServiceInspectError [2021-04-09T01:06:30.040Z] --- PASS: TestServiceInspectError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestServiceInspectServiceNotFound [2021-04-09T01:06:30.040Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestServiceInspectWithEmptyID [2021-04-09T01:06:30.040Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestServiceInspect [2021-04-09T01:06:30.040Z] --- PASS: TestServiceInspect (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestServiceListError [2021-04-09T01:06:30.040Z] --- PASS: TestServiceListError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestServiceList [2021-04-09T01:06:30.040Z] --- PASS: TestServiceList (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestServiceLogsError [2021-04-09T01:06:30.040Z] --- PASS: TestServiceLogsError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestServiceLogs [2021-04-09T01:06:30.040Z] --- PASS: TestServiceLogs (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestServiceRemoveError [2021-04-09T01:06:30.040Z] --- PASS: TestServiceRemoveError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestServiceRemoveNotFoundError [2021-04-09T01:06:30.040Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestServiceRemove [2021-04-09T01:06:30.040Z] --- PASS: TestServiceRemove (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestServiceUpdateError [2021-04-09T01:06:30.040Z] --- PASS: TestServiceUpdateError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestServiceUpdate [2021-04-09T01:06:30.040Z] --- PASS: TestServiceUpdate (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestSwarmGetUnlockKeyError [2021-04-09T01:06:30.040Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestSwarmGetUnlockKey [2021-04-09T01:06:30.040Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestSwarmInitError [2021-04-09T01:06:30.040Z] --- PASS: TestSwarmInitError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestSwarmInit [2021-04-09T01:06:30.040Z] --- PASS: TestSwarmInit (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestSwarmInspectError [2021-04-09T01:06:30.040Z] --- PASS: TestSwarmInspectError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestSwarmInspect [2021-04-09T01:06:30.040Z] --- PASS: TestSwarmInspect (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestSwarmJoinError [2021-04-09T01:06:30.040Z] --- PASS: TestSwarmJoinError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestSwarmJoin [2021-04-09T01:06:30.040Z] --- PASS: TestSwarmJoin (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestSwarmLeaveError [2021-04-09T01:06:30.040Z] --- PASS: TestSwarmLeaveError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestSwarmLeave [2021-04-09T01:06:30.040Z] --- PASS: TestSwarmLeave (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestSwarmUnlockError [2021-04-09T01:06:30.040Z] --- PASS: TestSwarmUnlockError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestSwarmUnlock [2021-04-09T01:06:30.040Z] --- PASS: TestSwarmUnlock (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestSwarmUpdateError [2021-04-09T01:06:30.040Z] --- PASS: TestSwarmUpdateError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestSwarmUpdate [2021-04-09T01:06:30.040Z] --- PASS: TestSwarmUpdate (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestTaskInspectError [2021-04-09T01:06:30.040Z] --- PASS: TestTaskInspectError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestTaskInspectWithEmptyID [2021-04-09T01:06:30.040Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestTaskInspect [2021-04-09T01:06:30.040Z] --- PASS: TestTaskInspect (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestTaskListError [2021-04-09T01:06:30.040Z] --- PASS: TestTaskListError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestTaskList [2021-04-09T01:06:30.040Z] --- PASS: TestTaskList (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestVolumeCreateError [2021-04-09T01:06:30.040Z] --- PASS: TestVolumeCreateError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestVolumeCreate [2021-04-09T01:06:30.040Z] --- PASS: TestVolumeCreate (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestVolumeInspectError [2021-04-09T01:06:30.040Z] --- PASS: TestVolumeInspectError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestVolumeInspectNotFound [2021-04-09T01:06:30.040Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestVolumeInspectWithEmptyID [2021-04-09T01:06:30.040Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestVolumeInspect [2021-04-09T01:06:30.040Z] --- PASS: TestVolumeInspect (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestVolumeListError [2021-04-09T01:06:30.040Z] --- PASS: TestVolumeListError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestVolumeList [2021-04-09T01:06:30.040Z] --- PASS: TestVolumeList (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestVolumeRemoveError [2021-04-09T01:06:30.040Z] --- PASS: TestVolumeRemoveError (0.00s) [2021-04-09T01:06:30.040Z] === RUN TestVolumeRemove [2021-04-09T01:06:30.040Z] --- PASS: TestVolumeRemove (0.00s) [2021-04-09T01:06:30.040Z] === CONT TestTLSCloseWriter [2021-04-09T01:06:30.040Z] --- PASS: TestTLSCloseWriter (0.03s) [2021-04-09T01:06:30.040Z] PASS [2021-04-09T01:06:30.040Z] coverage: 74.9% of statements [2021-04-09T01:06:30.040Z] ok github.com/docker/docker/client 0.755s coverage: 74.9% of statements [2021-04-09T01:06:30.584Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-04-09T01:06:30.854Z] --- PASS: TestRenameAnonymousContainer (4.27s) [2021-04-09T01:06:30.854Z] === RUN TestRenameContainerWithSameName [2021-04-09T01:06:31.205Z] --- PASS: TestNewClientWithTimeout (17.69s) [2021-04-09T01:06:31.205Z] === RUN TestClientStream [2021-04-09T01:06:31.205Z] --- PASS: TestClientStream (0.01s) [2021-04-09T01:06:31.205Z] === RUN TestClientSendFile [2021-04-09T01:06:31.205Z] --- PASS: TestClientSendFile (0.00s) [2021-04-09T01:06:31.205Z] === RUN TestClientWithRequestTimeout [2021-04-09T01:06:31.205Z] --- PASS: TestClientWithRequestTimeout (0.06s) [2021-04-09T01:06:31.205Z] === RUN TestFileSpecPlugin [2021-04-09T01:06:31.205Z] --- PASS: TestFileSpecPlugin (0.01s) [2021-04-09T01:06:31.205Z] === RUN TestFileJSONSpecPlugin [2021-04-09T01:06:31.205Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2021-04-09T01:06:31.205Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2021-04-09T01:06:31.205Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2021-04-09T01:06:31.205Z] === RUN TestPluginAddHandler [2021-04-09T01:06:31.205Z] --- PASS: TestPluginAddHandler (0.04s) [2021-04-09T01:06:31.205Z] === RUN TestPluginWaitBadPlugin [2021-04-09T01:06:31.206Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2021-04-09T01:06:31.206Z] === RUN TestGet [2021-04-09T01:06:31.206Z] time="2021-04-09T01:06:31Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2021-04-09T01:06:31.420Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-04-09T01:06:31.671Z] === RUN TestGetDriver [2021-04-09T01:06:31.671Z] --- PASS: TestGetDriver (0.00s) [2021-04-09T01:06:31.671Z] === RUN TestVolumeRequestError [2021-04-09T01:06:31.671Z] --- PASS: TestVolumeRequestError (0.01s) [2021-04-09T01:06:31.671Z] PASS [2021-04-09T01:06:31.671Z] coverage: 36.1% of statements [2021-04-09T01:06:31.671Z] ok github.com/docker/docker/volume/drivers 0.299s coverage: 36.1% of statements [2021-04-09T01:06:31.798Z] --- PASS: TestRenameContainerWithSameName (0.87s) [2021-04-09T01:06:31.798Z] === RUN TestRenameContainerWithLinkedContainer [2021-04-09T01:06:32.136Z] time="2021-04-09T01:06:32Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2021-04-09T01:06:32.489Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-04-09T01:06:32.602Z] === RUN TestGetAddress [2021-04-09T01:06:32.602Z] --- PASS: TestGetAddress (0.00s) [2021-04-09T01:06:32.602Z] === RUN TestRemove [2021-04-09T01:06:32.602Z] --- SKIP: TestRemove (0.00s) [2021-04-09T01:06:32.602Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-04-09T01:06:32.602Z] === RUN TestInitializeWithVolumes [2021-04-09T01:06:32.602Z] --- PASS: TestInitializeWithVolumes (0.01s) [2021-04-09T01:06:32.602Z] === RUN TestCreate [2021-04-09T01:06:32.602Z] --- PASS: TestCreate (0.01s) [2021-04-09T01:06:32.602Z] === RUN TestValidateName [2021-04-09T01:06:32.602Z] --- PASS: TestValidateName (0.00s) [2021-04-09T01:06:32.602Z] === RUN TestCreateWithOpts [2021-04-09T01:06:32.602Z] --- SKIP: TestCreateWithOpts (0.00s) [2021-04-09T01:06:32.602Z] local_test.go:181: runtime.GOOS == "windows" [2021-04-09T01:06:32.602Z] === RUN TestRelaodNoOpts [2021-04-09T01:06:32.602Z] --- PASS: TestRelaodNoOpts (0.01s) [2021-04-09T01:06:32.602Z] PASS [2021-04-09T01:06:32.602Z] coverage: 41.5% of statements [2021-04-09T01:06:32.602Z] ok github.com/docker/docker/volume/local 0.336s coverage: 41.5% of statements [2021-04-09T01:06:32.602Z] === RUN TestConvertTmpfsOptions [2021-04-09T01:06:32.602Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2021-04-09T01:06:32.602Z] parser_test.go:49: data="mode=700,size=1m" [2021-04-09T01:06:32.602Z] parser_test.go:49: data="ro" [2021-04-09T01:06:32.602Z] === RUN TestParseMountRaw [2021-04-09T01:06:32.602Z] --- PASS: TestParseMountRaw (0.06s) [2021-04-09T01:06:32.602Z] === RUN TestParseMountRawSplit [2021-04-09T01:06:32.602Z] --- PASS: TestParseMountRawSplit (0.00s) [2021-04-09T01:06:32.602Z] parser_test.go:390: case 0 [2021-04-09T01:06:32.602Z] parser_test.go:390: case 1 [2021-04-09T01:06:32.602Z] parser_test.go:390: case 2 [2021-04-09T01:06:32.602Z] parser_test.go:390: case 3 [2021-04-09T01:06:32.602Z] parser_test.go:390: case 4 [2021-04-09T01:06:32.602Z] parser_test.go:390: case 5 [2021-04-09T01:06:32.602Z] parser_test.go:390: case 6 [2021-04-09T01:06:32.602Z] parser_test.go:390: case 7 [2021-04-09T01:06:32.602Z] parser_test.go:390: case 8 [2021-04-09T01:06:32.602Z] parser_test.go:390: case 0 [2021-04-09T01:06:32.602Z] parser_test.go:390: case 1 [2021-04-09T01:06:32.602Z] parser_test.go:390: case 2 [2021-04-09T01:06:32.602Z] parser_test.go:390: case 3 [2021-04-09T01:06:32.602Z] parser_test.go:390: case 4 [2021-04-09T01:06:32.602Z] parser_test.go:390: case 5 [2021-04-09T01:06:32.602Z] parser_test.go:390: case 6 [2021-04-09T01:06:32.602Z] parser_test.go:390: case 7 [2021-04-09T01:06:32.602Z] parser_test.go:390: case 8 [2021-04-09T01:06:32.602Z] parser_test.go:390: case 9 [2021-04-09T01:06:32.602Z] parser_test.go:390: case 10 [2021-04-09T01:06:32.602Z] parser_test.go:390: case 11 [2021-04-09T01:06:32.602Z] parser_test.go:390: case 12 [2021-04-09T01:06:32.602Z] parser_test.go:390: case 0 [2021-04-09T01:06:32.602Z] parser_test.go:390: case 1 [2021-04-09T01:06:32.602Z] parser_test.go:390: case 2 [2021-04-09T01:06:32.602Z] parser_test.go:390: case 3 [2021-04-09T01:06:32.602Z] parser_test.go:390: case 4 [2021-04-09T01:06:32.602Z] parser_test.go:390: case 5 [2021-04-09T01:06:32.602Z] parser_test.go:390: case 6 [2021-04-09T01:06:32.602Z] parser_test.go:390: case 7 [2021-04-09T01:06:32.602Z] parser_test.go:390: case 8 [2021-04-09T01:06:32.602Z] parser_test.go:390: case 9 [2021-04-09T01:06:32.602Z] parser_test.go:390: case 10 [2021-04-09T01:06:32.602Z] parser_test.go:390: case 11 [2021-04-09T01:06:32.602Z] === RUN TestParseMountSpec [2021-04-09T01:06:32.602Z] --- PASS: TestParseMountSpec (0.00s) [2021-04-09T01:06:32.602Z] parser_test.go:455: case 0 [2021-04-09T01:06:32.602Z] parser_test.go:455: case 1 [2021-04-09T01:06:32.602Z] parser_test.go:455: case 2 [2021-04-09T01:06:32.602Z] parser_test.go:455: case 3 [2021-04-09T01:06:32.602Z] parser_test.go:455: case 4 [2021-04-09T01:06:32.602Z] parser_test.go:455: case 5 [2021-04-09T01:06:32.602Z] === RUN TestParseMountSpecBindWithFileinfoError [2021-04-09T01:06:32.602Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s) [2021-04-09T01:06:32.602Z] === RUN TestValidateMount [2021-04-09T01:06:32.602Z] --- PASS: TestValidateMount (0.00s) [2021-04-09T01:06:32.602Z] PASS [2021-04-09T01:06:32.602Z] coverage: 66.2% of statements [2021-04-09T01:06:32.602Z] ok github.com/docker/docker/volume/mounts 0.247s coverage: 66.2% of statements [2021-04-09T01:06:33.056Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2021-04-09T01:06:33.188Z] --- PASS: TestRenameContainerWithLinkedContainer (1.61s) [2021-04-09T01:06:33.188Z] === RUN TestResize [2021-04-09T01:06:34.133Z] --- PASS: TestResize (0.83s) [2021-04-09T01:06:34.133Z] === RUN TestResizeWithInvalidSize [2021-04-09T01:06:34.157Z] === RUN TestSetGetMeta [2021-04-09T01:06:34.157Z] === PAUSE TestSetGetMeta [2021-04-09T01:06:34.157Z] === RUN TestRestore [2021-04-09T01:06:34.158Z] === PAUSE TestRestore [2021-04-09T01:06:34.158Z] === RUN TestServiceCreate [2021-04-09T01:06:34.158Z] === PAUSE TestServiceCreate [2021-04-09T01:06:34.158Z] === RUN TestServiceList [2021-04-09T01:06:34.158Z] === PAUSE TestServiceList [2021-04-09T01:06:34.158Z] === RUN TestServiceRemove [2021-04-09T01:06:34.158Z] === PAUSE TestServiceRemove [2021-04-09T01:06:34.158Z] === RUN TestServiceGet [2021-04-09T01:06:34.158Z] === PAUSE TestServiceGet [2021-04-09T01:06:34.158Z] === RUN TestServicePrune [2021-04-09T01:06:34.158Z] === PAUSE TestServicePrune [2021-04-09T01:06:34.158Z] === RUN TestCreate [2021-04-09T01:06:34.158Z] === PAUSE TestCreate [2021-04-09T01:06:34.158Z] === RUN TestRemove [2021-04-09T01:06:34.158Z] === PAUSE TestRemove [2021-04-09T01:06:34.158Z] === RUN TestList [2021-04-09T01:06:34.158Z] === PAUSE TestList [2021-04-09T01:06:34.158Z] === RUN TestFindByDriver [2021-04-09T01:06:34.158Z] === PAUSE TestFindByDriver [2021-04-09T01:06:34.158Z] === RUN TestFindByReferenced [2021-04-09T01:06:34.158Z] === PAUSE TestFindByReferenced [2021-04-09T01:06:34.158Z] === RUN TestDerefMultipleOfSameRef [2021-04-09T01:06:34.158Z] === PAUSE TestDerefMultipleOfSameRef [2021-04-09T01:06:34.158Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2021-04-09T01:06:34.158Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2021-04-09T01:06:34.158Z] === RUN TestDefererencePluginOnCreateError [2021-04-09T01:06:34.158Z] === PAUSE TestDefererencePluginOnCreateError [2021-04-09T01:06:34.158Z] === RUN TestRefDerefRemove [2021-04-09T01:06:34.158Z] === PAUSE TestRefDerefRemove [2021-04-09T01:06:34.158Z] === RUN TestGet [2021-04-09T01:06:34.158Z] === PAUSE TestGet [2021-04-09T01:06:34.158Z] === RUN TestGetWithReference [2021-04-09T01:06:34.158Z] === PAUSE TestGetWithReference [2021-04-09T01:06:34.158Z] === RUN TestFilterFunc [2021-04-09T01:06:34.158Z] === RUN TestFilterFunc/test_nil_list [2021-04-09T01:06:34.158Z] === PAUSE TestFilterFunc/test_nil_list [2021-04-09T01:06:34.158Z] === RUN TestFilterFunc/test_empty_list [2021-04-09T01:06:34.158Z] === PAUSE TestFilterFunc/test_empty_list [2021-04-09T01:06:34.158Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2021-04-09T01:06:34.158Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2021-04-09T01:06:34.158Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-04-09T01:06:34.158Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-04-09T01:06:34.158Z] === RUN TestFilterFunc/test_filter_some [2021-04-09T01:06:34.158Z] === PAUSE TestFilterFunc/test_filter_some [2021-04-09T01:06:34.158Z] === RUN TestFilterFunc/test_filter_middle [2021-04-09T01:06:34.158Z] === PAUSE TestFilterFunc/test_filter_middle [2021-04-09T01:06:34.158Z] === RUN TestFilterFunc/test_filter_middle_and_last [2021-04-09T01:06:34.158Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2021-04-09T01:06:34.158Z] === RUN TestFilterFunc/test_filter_first_and_last [2021-04-09T01:06:34.158Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2021-04-09T01:06:34.158Z] === CONT TestFilterFunc/test_nil_list [2021-04-09T01:06:34.158Z] === CONT TestFilterFunc/test_filter_first_and_last [2021-04-09T01:06:34.158Z] === CONT TestFilterFunc/test_filter_some [2021-04-09T01:06:34.158Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-04-09T01:06:34.158Z] === CONT TestFilterFunc/test_filter_middle_and_last [2021-04-09T01:06:34.158Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2021-04-09T01:06:34.158Z] === CONT TestFilterFunc/test_empty_list [2021-04-09T01:06:34.158Z] === CONT TestFilterFunc/test_filter_middle [2021-04-09T01:06:34.158Z] --- PASS: TestFilterFunc (0.00s) [2021-04-09T01:06:34.158Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2021-04-09T01:06:34.158Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2021-04-09T01:06:34.158Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2021-04-09T01:06:34.158Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2021-04-09T01:06:34.158Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2021-04-09T01:06:34.158Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2021-04-09T01:06:34.158Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2021-04-09T01:06:34.158Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2021-04-09T01:06:34.158Z] === CONT TestSetGetMeta [2021-04-09T01:06:34.158Z] === CONT TestFindByReferenced [2021-04-09T01:06:34.158Z] === CONT TestServicePrune [2021-04-09T01:06:34.158Z] === CONT TestServiceList [2021-04-09T01:06:34.158Z] --- PASS: TestSetGetMeta (0.02s) [2021-04-09T01:06:34.158Z] === CONT TestServiceCreate [2021-04-09T01:06:34.158Z] time="2021-04-09T01:06:34Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2021-04-09T01:06:34.158Z] --- PASS: TestFindByReferenced (0.02s) [2021-04-09T01:06:34.158Z] === CONT TestRestore [2021-04-09T01:06:34.158Z] --- PASS: TestRestore (0.02s) [2021-04-09T01:06:34.158Z] === CONT TestGet [2021-04-09T01:06:34.158Z] --- PASS: TestGet (0.01s) [2021-04-09T01:06:34.158Z] === CONT TestGetWithReference [2021-04-09T01:06:34.158Z] --- PASS: TestGetWithReference (0.01s) [2021-04-09T01:06:34.158Z] === CONT TestServiceGet [2021-04-09T01:06:34.623Z] time="2021-04-09T01:06:34Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-04-09T01:06:34.623Z] --- PASS: TestServiceGet (0.07s) [2021-04-09T01:06:34.623Z] === CONT TestList [2021-04-09T01:06:34.623Z] --- PASS: TestServiceCreate (0.13s) [2021-04-09T01:06:34.623Z] === CONT TestFindByDriver [2021-04-09T01:06:34.623Z] time="2021-04-09T01:06:34Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-04-09T01:06:34.623Z] --- PASS: TestServiceList (0.14s) [2021-04-09T01:06:34.623Z] === CONT TestServiceRemove [2021-04-09T01:06:34.623Z] time="2021-04-09T01:06:34Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-04-09T01:06:34.623Z] time="2021-04-09T01:06:34Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2021-04-09T01:06:34.623Z] --- PASS: TestServiceRemove (0.02s) [2021-04-09T01:06:34.623Z] === CONT TestDefererencePluginOnCreateError [2021-04-09T01:06:34.623Z] time="2021-04-09T01:06:34Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-04-09T01:06:34.623Z] --- PASS: TestList (0.03s) [2021-04-09T01:06:34.623Z] === CONT TestRefDerefRemove [2021-04-09T01:06:34.623Z] --- PASS: TestFindByDriver (0.02s) [2021-04-09T01:06:34.623Z] === CONT TestRemove [2021-04-09T01:06:34.623Z] --- PASS: TestServicePrune (0.17s) [2021-04-09T01:06:34.623Z] === CONT TestCreate [2021-04-09T01:06:34.623Z] --- PASS: TestRefDerefRemove (0.02s) [2021-04-09T01:06:34.623Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2021-04-09T01:06:34.623Z] --- PASS: TestCreate (0.02s) [2021-04-09T01:06:34.623Z] === CONT TestDerefMultipleOfSameRef [2021-04-09T01:06:34.623Z] --- PASS: TestRemove (0.02s) [2021-04-09T01:06:34.623Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2021-04-09T01:06:34.623Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.01s) [2021-04-09T01:06:34.623Z] --- PASS: TestDerefMultipleOfSameRef (0.01s) [2021-04-09T01:06:34.623Z] PASS [2021-04-09T01:06:34.623Z] coverage: 70.3% of statements [2021-04-09T01:06:34.623Z] ok github.com/docker/docker/volume/service 0.521s coverage: 70.3% of statements [2021-04-09T01:06:35.079Z] --- PASS: TestResizeWithInvalidSize (0.84s) [2021-04-09T01:06:35.079Z] === RUN TestResizeWhenContainerNotStarted [2021-04-09T01:06:35.588Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-04-09T01:06:35.663Z] --- PASS: TestResizeWhenContainerNotStarted (0.79s) [2021-04-09T01:06:35.663Z] === RUN TestDaemonRestartKillContainers [2021-04-09T01:06:35.663Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-04-09T01:06:35.663Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-04-09T01:06:35.663Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-04-09T01:06:35.663Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-04-09T01:06:35.663Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-04-09T01:06:35.663Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-04-09T01:06:35.663Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-04-09T01:06:35.663Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-04-09T01:06:35.663Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-04-09T01:06:35.663Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-04-09T01:06:35.663Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-04-09T01:06:35.663Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-04-09T01:06:35.663Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-04-09T01:06:35.663Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-04-09T01:06:35.663Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-04-09T01:06:35.663Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-04-09T01:06:35.663Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-04-09T01:06:35.663Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-04-09T01:06:35.663Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-04-09T01:06:35.663Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-04-09T01:06:35.663Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-04-09T01:06:35.663Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-04-09T01:06:35.663Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-04-09T01:06:35.663Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-04-09T01:06:35.663Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-04-09T01:06:35.663Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-04-09T01:06:35.663Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-04-09T01:06:35.663Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-04-09T01:06:36.965Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-04-09T01:06:37.128Z] --- PASS: TestImportExtremelyLargeImageWorks (108.87s) [2021-04-09T01:06:37.128Z] PASS [2021-04-09T01:06:37.128Z] [2021-04-09T01:06:37.128Z] DONE 12 tests in 111.832s [2021-04-09T01:06:37.128Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-04-09T01:06:37.128Z] INFO: Testing against a local daemon [2021-04-09T01:06:37.128Z] === RUN TestNetworkCreateDelete [2021-04-09T01:06:37.128Z] --- PASS: TestNetworkCreateDelete (0.45s) [2021-04-09T01:06:37.128Z] === RUN TestDockerNetworkDeletePreferID [2021-04-09T01:06:37.128Z] --- PASS: TestDockerNetworkDeletePreferID (1.24s) [2021-04-09T01:06:37.128Z] === RUN TestDaemonDNSFallback [2021-04-09T01:06:37.224Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2021-04-09T01:06:37.589Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-04-09T01:06:37.589Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-04-09T01:06:38.394Z] time="2021-04-09T01:06:38Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2021-04-09T01:06:38.538Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-04-09T01:06:38.538Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-04-09T01:06:38.600Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-04-09T01:06:38.600Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-04-09T01:06:39.112Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-04-09T01:06:39.112Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-04-09T01:06:39.545Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-04-09T01:06:39.545Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-04-09T01:06:40.503Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-04-09T01:06:40.931Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-04-09T01:06:41.439Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-04-09T01:06:41.669Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-04-09T01:06:41.869Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-04-09T01:06:41.931Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-04-09T01:06:42.128Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-04-09T01:06:42.815Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2021-04-09T01:06:43.681Z] --- PASS: TestDaemonDNSFallback (7.12s) [2021-04-09T01:06:43.681Z] === RUN TestInspectNetwork [2021-04-09T01:06:44.031Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-04-09T01:06:44.486Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-04-09T01:06:44.486Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.71s) [2021-04-09T01:06:44.486Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.73s) [2021-04-09T01:06:44.486Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.86s) [2021-04-09T01:06:44.486Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.87s) [2021-04-09T01:06:44.486Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.56s) [2021-04-09T01:06:44.486Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.59s) [2021-04-09T01:06:44.486Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.80s) [2021-04-09T01:06:44.486Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.89s) [2021-04-09T01:06:44.486Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.55s) [2021-04-09T01:06:44.486Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.92s) [2021-04-09T01:06:44.486Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.50s) [2021-04-09T01:06:44.486Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.16s) [2021-04-09T01:06:44.486Z] === RUN TestCgroupNamespacesRun [2021-04-09T01:06:46.946Z] === RUN TestInspectNetwork/full_network_id [2021-04-09T01:06:46.947Z] === RUN TestInspectNetwork/partial_network_id [2021-04-09T01:06:46.947Z] === RUN TestInspectNetwork/network_name [2021-04-09T01:06:46.947Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-04-09T01:06:47.023Z] --- PASS: TestGet (15.01s) [2021-04-09T01:06:47.023Z] === RUN TestPluginWithNoManifest [2021-04-09T01:06:47.023Z] --- PASS: TestPluginWithNoManifest (0.00s) [2021-04-09T01:06:47.023Z] === RUN TestGetAll [2021-04-09T01:06:47.023Z] --- PASS: TestGetAll (0.00s) [2021-04-09T01:06:47.023Z] PASS [2021-04-09T01:06:47.023Z] coverage: 73.4% of statements [2021-04-09T01:06:47.023Z] ok github.com/docker/docker/pkg/plugins 36.346s coverage: 73.4% of statements [2021-04-09T01:06:47.023Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-04-09T01:06:47.023Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-04-09T01:06:47.023Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-04-09T01:06:47.023Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-04-09T01:06:47.023Z] ? github.com/docker/docker/pkg/term [no test files] [2021-04-09T01:06:47.023Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-04-09T01:06:47.023Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2021-04-09T01:06:47.023Z] ? github.com/docker/docker/quota [no test files] [2021-04-09T01:06:47.023Z] ? github.com/docker/docker/rootless [no test files] [2021-04-09T01:06:47.023Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-04-09T01:06:47.023Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-04-09T01:06:47.023Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-04-09T01:06:47.023Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-04-09T01:06:47.023Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-04-09T01:06:47.023Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-04-09T01:06:47.023Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-04-09T01:06:47.023Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-04-09T01:06:47.023Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-04-09T01:06:47.023Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-04-09T01:06:47.023Z] ? github.com/docker/docker/testutil/request [no test files] [2021-04-09T01:06:47.023Z] ? github.com/docker/docker/volume [no test files] [2021-04-09T01:06:47.023Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-04-09T01:06:47.023Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-04-09T01:06:47.036Z] --- PASS: TestCgroupNamespacesRun (2.53s) [2021-04-09T01:06:47.036Z] === RUN TestCgroupNamespacesRunPrivileged [2021-04-09T01:06:47.319Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-04-09T01:06:48.097Z] Loaded image: buildpack-deps:buster [2021-04-09T01:06:48.097Z] Loaded image: busybox:latest [2021-04-09T01:06:48.256Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-04-09T01:06:48.355Z] Loaded image: busybox:glibc [2021-04-09T01:06:48.579Z] [2021-04-09T01:06:48.579Z] === Skipped [2021-04-09T01:06:48.579Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2021-04-09T01:06:48.579Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-04-09T01:06:48.579Z] [2021-04-09T01:06:48.579Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2021-04-09T01:06:48.579Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:06:48.579Z] [2021-04-09T01:06:48.579Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2021-04-09T01:06:48.579Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:06:48.579Z] [2021-04-09T01:06:48.579Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2021-04-09T01:06:48.579Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:06:48.579Z] [2021-04-09T01:06:48.579Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2021-04-09T01:06:48.579Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:06:48.579Z] [2021-04-09T01:06:48.579Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2021-04-09T01:06:48.579Z] client_test.go:23: runtime.GOOS == "windows" [2021-04-09T01:06:48.579Z] [2021-04-09T01:06:48.579Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2021-04-09T01:06:48.579Z] daemon_test.go:147: root required [2021-04-09T01:06:48.579Z] [2021-04-09T01:06:48.579Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-04-09T01:06:48.579Z] reload_test.go:520: root required [2021-04-09T01:06:48.579Z] [2021-04-09T01:06:48.579Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2021-04-09T01:06:48.579Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:06:48.579Z] [2021-04-09T01:06:48.579Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2021-04-09T01:06:48.579Z] pull_v2_test.go:73: Needs fixing on Windows [2021-04-09T01:06:48.579Z] [2021-04-09T01:06:48.579Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2021-04-09T01:06:48.579Z] pull_v2_test.go:118: Needs fixing on Windows [2021-04-09T01:06:48.579Z] [2021-04-09T01:06:48.579Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2021-04-09T01:06:48.579Z] download_test.go:268: Needs fixing on Windows [2021-04-09T01:06:48.579Z] [2021-04-09T01:06:48.579Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2021-04-09T01:06:48.579Z] layer_test.go:304: Failing on Windows [2021-04-09T01:06:48.579Z] [2021-04-09T01:06:48.579Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2021-04-09T01:06:48.579Z] layer_test.go:353: Failing on Windows [2021-04-09T01:06:48.579Z] [2021-04-09T01:06:48.579Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2021-04-09T01:06:48.579Z] layer_test.go:468: Failing on Windows [2021-04-09T01:06:48.579Z] [2021-04-09T01:06:48.579Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2021-04-09T01:06:48.579Z] layer_test.go:697: Failing on Windows [2021-04-09T01:06:48.579Z] [2021-04-09T01:06:48.579Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2021-04-09T01:06:48.579Z] migration_test.go:46: Failing on Windows [2021-04-09T01:06:48.579Z] [2021-04-09T01:06:48.579Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2021-04-09T01:06:48.579Z] migration_test.go:182: Failing on Windows [2021-04-09T01:06:48.579Z] [2021-04-09T01:06:48.579Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2021-04-09T01:06:48.579Z] mount_test.go:17: Failing on Windows [2021-04-09T01:06:48.579Z] [2021-04-09T01:06:48.579Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2021-04-09T01:06:48.579Z] mount_test.go:76: Failing on Windows [2021-04-09T01:06:48.579Z] [2021-04-09T01:06:48.579Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2021-04-09T01:06:48.579Z] mount_test.go:125: Failing on Windows [2021-04-09T01:06:48.579Z] [2021-04-09T01:06:48.579Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2021-04-09T01:06:48.579Z] mount_test.go:212: Failing on Windows [2021-04-09T01:06:48.579Z] [2021-04-09T01:06:48.579Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2021-04-09T01:06:48.579Z] archive_test.go:134: Xz not present in msys2 [2021-04-09T01:06:48.579Z] [2021-04-09T01:06:48.579Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2021-04-09T01:06:48.579Z] archive_test.go:239: Failing on Windows CI machines [2021-04-09T01:06:48.579Z] [2021-04-09T01:06:48.579Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2021-04-09T01:06:48.579Z] archive_windows_test.go:16: Currently fails [2021-04-09T01:06:48.579Z] [2021-04-09T01:06:48.579Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2021-04-09T01:06:48.579Z] changes_test.go:196: needs more investigation [2021-04-09T01:06:48.579Z] [2021-04-09T01:06:48.579Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2021-04-09T01:06:48.579Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2021-04-09T01:06:48.579Z] [2021-04-09T01:06:48.579Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2021-04-09T01:06:48.579Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2021-04-09T01:06:48.579Z] [2021-04-09T01:06:48.579Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2021-04-09T01:06:48.579Z] changes_test.go:433: needs further investigation [2021-04-09T01:06:48.579Z] [2021-04-09T01:06:48.579Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2021-04-09T01:06:48.579Z] changes_test.go:469: needs further investigation [2021-04-09T01:06:48.579Z] [2021-04-09T01:06:48.579Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2021-04-09T01:06:48.579Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:06:48.579Z] [2021-04-09T01:06:48.579Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2021-04-09T01:06:48.579Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:06:48.579Z] [2021-04-09T01:06:48.579Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2021-04-09T01:06:48.579Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-04-09T01:06:48.579Z] [2021-04-09T01:06:48.579Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2021-04-09T01:06:48.579Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-04-09T01:06:48.579Z] [2021-04-09T01:06:48.579Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2021-04-09T01:06:48.579Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:06:48.579Z] [2021-04-09T01:06:48.579Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2021-04-09T01:06:48.579Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-04-09T01:06:48.579Z] [2021-04-09T01:06:48.579Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-04-09T01:06:48.579Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:06:48.579Z] [2021-04-09T01:06:48.579Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-04-09T01:06:48.579Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:06:48.579Z] [2021-04-09T01:06:48.579Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2021-04-09T01:06:48.579Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:06:48.579Z] [2021-04-09T01:06:48.579Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2021-04-09T01:06:48.579Z] poller_test.go:41: No chmod on Windows [2021-04-09T01:06:48.579Z] [2021-04-09T01:06:48.579Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-04-09T01:06:48.579Z] fileutils_test.go:134: Needs porting to Windows [2021-04-09T01:06:48.579Z] [2021-04-09T01:06:48.579Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2021-04-09T01:06:48.579Z] fileutils_test.go:180: Needs porting to Windows [2021-04-09T01:06:48.579Z] [2021-04-09T01:06:48.579Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2021-04-09T01:06:48.579Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:06:48.579Z] [2021-04-09T01:06:48.579Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2021-04-09T01:06:48.579Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:06:48.579Z] [2021-04-09T01:06:48.579Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.01s) [2021-04-09T01:06:48.579Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:06:48.579Z] [2021-04-09T01:06:48.579Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2021-04-09T01:06:48.579Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-04-09T01:06:48.579Z] [2021-04-09T01:06:48.579Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2021-04-09T01:06:48.579Z] local_test.go:181: runtime.GOOS == "windows" [2021-04-09T01:06:48.579Z] [2021-04-09T01:06:48.579Z] [2021-04-09T01:06:48.579Z] DONE 1833 tests, 47 skipped in 233.638s [2021-04-09T01:06:48.579Z] INFO: make.ps1 ended at 04/09/2021 01:06:48 [2021-04-09T01:06:48.955Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.07s) [2021-04-09T01:06:48.955Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-04-09T01:06:49.293Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2021-04-09T01:06:49.635Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-04-09T01:06:50.572Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-04-09T01:06:50.786Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2021-04-09T01:06:50.786Z] INFO: Unit tests ended at 04/09/2021 01:06:50. Duration:00:04:12.5061698 [2021-04-09T01:06:50.786Z] INFO: Building busybox [2021-04-09T01:06:50.786Z] Sending build context to Docker daemon 5.12kB [2021-04-09T01:06:50.786Z] [2021-04-09T01:06:50.786Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2021-04-09T01:06:50.786Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2021-04-09T01:06:50.786Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2021-04-09T01:06:50.786Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2021-04-09T01:06:50.786Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2021-04-09T01:06:50.786Z] ---> 39d157a84080 [2021-04-09T01:06:50.786Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2021-04-09T01:06:50.786Z] ---> Running in c0173fd8cf2d [2021-04-09T01:06:51.106Z] --- PASS: TestInspectNetwork (7.74s) [2021-04-09T01:06:51.106Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-04-09T01:06:51.106Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-04-09T01:06:51.106Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-04-09T01:06:51.106Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-04-09T01:06:51.106Z] === RUN TestRunContainerWithBridgeNone [2021-04-09T01:06:51.108Z] --- PASS: TestCheckoutGit (34.84s) [2021-04-09T01:06:51.108Z] === RUN TestValidGitTransport [2021-04-09T01:06:51.108Z] --- PASS: TestValidGitTransport (0.00s) [2021-04-09T01:06:51.108Z] === RUN TestGitInvalidRef [2021-04-09T01:06:51.108Z] --- PASS: TestGitInvalidRef (0.42s) [2021-04-09T01:06:51.108Z] PASS [2021-04-09T01:06:51.108Z] coverage: 86.3% of statements [2021-04-09T01:06:51.108Z] ok github.com/docker/docker/builder/remotecontext/git 35.419s coverage: 86.3% of statements [2021-04-09T01:06:51.108Z] ? github.com/docker/docker/cli [no test files] [2021-04-09T01:06:51.108Z] ? github.com/docker/docker/cli/config [no test files] [2021-04-09T01:06:51.504Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.45s) [2021-04-09T01:06:51.504Z] === RUN TestCgroupNamespacesRunHostMode [2021-04-09T01:06:51.952Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-04-09T01:06:52.889Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-04-09T01:06:53.421Z] --- PASS: TestCgroupNamespacesRunHostMode (2.45s) [2021-04-09T01:06:53.421Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-04-09T01:06:53.487Z] Loaded image: debian:bullseye [2021-04-09T01:06:53.487Z] Loaded image: hello-world:latest [2021-04-09T01:06:53.746Z] Loaded image: arm32v7/hello-world:latest [2021-04-09T01:06:53.746Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2021-04-09T01:06:54.372Z] --- PASS: TestRunContainerWithBridgeNone (3.14s) [2021-04-09T01:06:54.372Z] === RUN TestNetworkInvalidJSON [2021-04-09T01:06:54.372Z] === RUN TestNetworkInvalidJSON//networks/create [2021-04-09T01:06:54.372Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-04-09T01:06:54.372Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-04-09T01:06:54.372Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-04-09T01:06:54.372Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-09T01:06:54.372Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-09T01:06:54.372Z] === CONT TestNetworkInvalidJSON//networks/create [2021-04-09T01:06:54.372Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-09T01:06:54.372Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-04-09T01:06:54.372Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2021-04-09T01:06:54.372Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-04-09T01:06:54.372Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-04-09T01:06:54.372Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-04-09T01:06:54.372Z] === RUN TestNetworkList [2021-04-09T01:06:54.372Z] === RUN TestNetworkList//networks [2021-04-09T01:06:54.372Z] === PAUSE TestNetworkList//networks [2021-04-09T01:06:54.372Z] === RUN TestNetworkList//networks/ [2021-04-09T01:06:54.372Z] === PAUSE TestNetworkList//networks/ [2021-04-09T01:06:54.372Z] === CONT TestNetworkList//networks [2021-04-09T01:06:54.373Z] === CONT TestNetworkList//networks/ [2021-04-09T01:06:54.373Z] --- PASS: TestNetworkList (0.01s) [2021-04-09T01:06:54.373Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-04-09T01:06:54.373Z] --- PASS: TestNetworkList//networks (0.00s) [2021-04-09T01:06:54.373Z] === RUN TestHostIPv4BridgeLabel [2021-04-09T01:06:54.793Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-04-09T01:06:54.933Z] --- PASS: TestHostIPv4BridgeLabel (0.82s) [2021-04-09T01:06:54.933Z] === RUN TestDaemonRestartWithLiveRestore [2021-04-09T01:06:55.362Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-04-09T01:06:55.655Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2021-04-09T01:06:55.971Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.43s) [2021-04-09T01:06:55.971Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-04-09T01:06:56.296Z] --- PASS: TestDaemonRestartWithLiveRestore (1.48s) [2021-04-09T01:06:56.296Z] === RUN TestDaemonDefaultNetworkPools [2021-04-09T01:06:56.632Z] Removing intermediate container c0173fd8cf2d [2021-04-09T01:06:56.632Z] ---> 21daa6a9ac70 [2021-04-09T01:06:56.632Z] Step 7/13 : ARG BUSYBOX_VERSION [2021-04-09T01:06:56.632Z] ---> Running in 87691fba62a9 [2021-04-09T01:06:56.632Z] Removing intermediate container 87691fba62a9 [2021-04-09T01:06:56.632Z] ---> 07cc4249702e [2021-04-09T01:06:56.632Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2021-04-09T01:06:56.632Z] ---> Running in b768c843cda2 [2021-04-09T01:06:56.741Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-04-09T01:06:57.097Z] Removing intermediate container b768c843cda2 [2021-04-09T01:06:57.097Z] ---> b24470ed4e71 [2021-04-09T01:06:57.097Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2021-04-09T01:06:57.658Z] --- PASS: TestDaemonDefaultNetworkPools (1.37s) [2021-04-09T01:06:57.658Z] === RUN TestDaemonRestartWithExistingNetwork [2021-04-09T01:06:57.679Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-04-09T01:06:57.679Z] Using test binary docker [2021-04-09T01:06:57.679Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-04-09T01:06:57.679Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-04-09T01:06:57.679Z] INFO: Waiting for daemon to start... [2021-04-09T01:06:57.679Z] Starting dockerd [2021-04-09T01:06:58.163Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2021-04-09T01:06:58.163Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2021-04-09T01:06:58.163Z] === RUN TestLoadDaemonCliConfigWithTLS [2021-04-09T01:06:58.163Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2021-04-09T01:06:58.163Z] === RUN TestLoadDaemonCliConfigWithConflicts [2021-04-09T01:06:58.163Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2021-04-09T01:06:58.163Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2021-04-09T01:06:58.163Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2021-04-09T01:06:58.163Z] === RUN TestLoadDaemonCliWithConflictingLabels [2021-04-09T01:06:58.163Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2021-04-09T01:06:58.163Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2021-04-09T01:06:58.163Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2021-04-09T01:06:58.163Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2021-04-09T01:06:58.163Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2021-04-09T01:06:58.163Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2021-04-09T01:06:58.163Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2021-04-09T01:06:58.163Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2021-04-09T01:06:58.163Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2021-04-09T01:06:58.163Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2021-04-09T01:06:58.163Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2021-04-09T01:06:58.163Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2021-04-09T01:06:58.163Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2021-04-09T01:06:58.163Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2021-04-09T01:06:58.163Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2021-04-09T01:06:58.163Z] === RUN TestConfigureDaemonLogs [2021-04-09T01:06:58.163Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2021-04-09T01:06:58.163Z] === RUN TestCommonOptionsInstallFlags [2021-04-09T01:06:58.163Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2021-04-09T01:06:58.163Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2021-04-09T01:06:58.163Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2021-04-09T01:06:58.163Z] PASS [2021-04-09T01:06:58.163Z] coverage: 18.4% of statements [2021-04-09T01:06:58.163Z] ok github.com/docker/docker/cmd/dockerd 0.547s coverage: 18.4% of statements [2021-04-09T01:06:58.546Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.09s) [2021-04-09T01:06:58.546Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-04-09T01:06:58.654Z] [2021-04-09T01:06:58.654Z] ---> efdef579a279 [2021-04-09T01:06:58.654Z] 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-09T01:06:58.654Z] ---> Running in 18a827b04169 [2021-04-09T01:06:59.490Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.40s) [2021-04-09T01:06:59.490Z] === RUN TestCgroupNamespacesRunOlderClient [2021-04-09T01:06:59.693Z] === RUN TestContainerStopSignal [2021-04-09T01:06:59.693Z] --- PASS: TestContainerStopSignal (0.00s) [2021-04-09T01:06:59.693Z] === RUN TestContainerStopTimeout [2021-04-09T01:06:59.693Z] --- PASS: TestContainerStopTimeout (0.00s) [2021-04-09T01:06:59.693Z] === RUN TestContainerSecretReferenceDestTarget [2021-04-09T01:06:59.693Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2021-04-09T01:06:59.693Z] === RUN TestContainerLogPathSetForJSONFileLogger [2021-04-09T01:06:59.693Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.07s) [2021-04-09T01:06:59.693Z] === RUN TestContainerLogPathSetForRingLogger [2021-04-09T01:06:59.693Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2021-04-09T01:06:59.693Z] === RUN TestReplaceAndAppendEnvVars [2021-04-09T01:06:59.693Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2021-04-09T01:06:59.693Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2021-04-09T01:06:59.693Z] === RUN TestNewMemoryStore [2021-04-09T01:06:59.693Z] --- PASS: TestNewMemoryStore (0.00s) [2021-04-09T01:06:59.693Z] === RUN TestAddContainers [2021-04-09T01:06:59.693Z] --- PASS: TestAddContainers (0.00s) [2021-04-09T01:06:59.693Z] === RUN TestGetContainer [2021-04-09T01:06:59.693Z] --- PASS: TestGetContainer (0.00s) [2021-04-09T01:06:59.693Z] === RUN TestDeleteContainer [2021-04-09T01:06:59.693Z] --- PASS: TestDeleteContainer (0.00s) [2021-04-09T01:06:59.693Z] === RUN TestListContainers [2021-04-09T01:06:59.693Z] --- PASS: TestListContainers (0.00s) [2021-04-09T01:06:59.693Z] === RUN TestFirstContainer [2021-04-09T01:06:59.693Z] --- PASS: TestFirstContainer (0.00s) [2021-04-09T01:06:59.693Z] === RUN TestApplyAllContainer [2021-04-09T01:06:59.693Z] --- PASS: TestApplyAllContainer (0.00s) [2021-04-09T01:06:59.693Z] === RUN TestIsValidHealthString [2021-04-09T01:06:59.693Z] --- PASS: TestIsValidHealthString (0.00s) [2021-04-09T01:06:59.693Z] === RUN TestStateRunStop [2021-04-09T01:06:59.693Z] --- PASS: TestStateRunStop (0.00s) [2021-04-09T01:06:59.693Z] === RUN TestStateTimeoutWait [2021-04-09T01:06:59.693Z] --- PASS: TestStateTimeoutWait (0.10s) [2021-04-09T01:06:59.693Z] state_test.go:141: Stop callback fired [2021-04-09T01:06:59.693Z] state_test.go:165: Stop callback fired [2021-04-09T01:06:59.693Z] === RUN TestIsValidStateString [2021-04-09T01:06:59.693Z] --- PASS: TestIsValidStateString (0.00s) [2021-04-09T01:06:59.693Z] === RUN TestViewSaveDelete [2021-04-09T01:06:59.693Z] --- PASS: TestViewSaveDelete (0.01s) [2021-04-09T01:06:59.693Z] === RUN TestViewAll [2021-04-09T01:06:59.693Z] --- PASS: TestViewAll (0.02s) [2021-04-09T01:06:59.693Z] === RUN TestViewGet [2021-04-09T01:06:59.693Z] --- PASS: TestViewGet (0.01s) [2021-04-09T01:06:59.693Z] === RUN TestNames [2021-04-09T01:06:59.693Z] --- PASS: TestNames (0.00s) [2021-04-09T01:06:59.693Z] === RUN TestViewWithHealthCheck [2021-04-09T01:06:59.693Z] --- PASS: TestViewWithHealthCheck (0.01s) [2021-04-09T01:06:59.693Z] PASS [2021-04-09T01:06:59.693Z] coverage: 41.3% of statements [2021-04-09T01:06:59.693Z] ok github.com/docker/docker/container 0.360s coverage: 41.3% of statements [2021-04-09T01:06:59.693Z] ? github.com/docker/docker/container/stream [no test files] [2021-04-09T01:06:59.693Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-04-09T01:06:59.693Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-04-09T01:06:59.693Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-04-09T01:06:59.846Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2021-04-09T01:07:00.169Z] --- PASS: TestDaemonRestartWithExistingNetwork (2.14s) [2021-04-09T01:07:00.169Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-04-09T01:07:00.413Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2021-04-09T01:07:00.673Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2021-04-09T01:07:00.963Z] . [2021-04-09T01:07:00.963Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-04-09T01:07:00.963Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-04-09T01:07:00.963Z] Error: No such image: emptyfs [2021-04-09T01:07:00.963Z] Running integration-test (iteration 1) [2021-04-09T01:07:00.963Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-04-09T01:07:01.864Z] === RUN TestPrepare [2021-04-09T01:07:01.864Z] --- PASS: TestPrepare (0.00s) [2021-04-09T01:07:01.864Z] === RUN TestStart [2021-04-09T01:07:01.864Z] --- PASS: TestStart (0.00s) [2021-04-09T01:07:01.864Z] === RUN TestWaitCancel [2021-04-09T01:07:01.864Z] --- PASS: TestWaitCancel (0.00s) [2021-04-09T01:07:01.864Z] === RUN TestWaitDisabled [2021-04-09T01:07:01.864Z] --- PASS: TestWaitDisabled (0.00s) [2021-04-09T01:07:01.864Z] === RUN TestWaitEnabled [2021-04-09T01:07:01.864Z] --- PASS: TestWaitEnabled (0.00s) [2021-04-09T01:07:01.864Z] === RUN TestRemove [2021-04-09T01:07:01.864Z] --- PASS: TestRemove (0.00s) [2021-04-09T01:07:01.864Z] PASS [2021-04-09T01:07:01.864Z] coverage: 65.3% of statements [2021-04-09T01:07:01.864Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.200s coverage: 65.3% of statements [2021-04-09T01:07:02.041Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.46s) [2021-04-09T01:07:02.041Z] === RUN TestKernelTCPMemory [2021-04-09T01:07:02.680Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.58s) [2021-04-09T01:07:02.680Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-04-09T01:07:02.985Z] --- PASS: TestKernelTCPMemory (1.13s) [2021-04-09T01:07:02.985Z] === RUN TestNISDomainname [2021-04-09T01:07:03.240Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.82s) [2021-04-09T01:07:03.240Z] === RUN TestServiceWithPredefinedNetwork [2021-04-09T01:07:03.960Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2021-04-09T01:07:04.220Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (44.73s) [2021-04-09T01:07:04.220Z] PASS [2021-04-09T01:07:04.220Z] [2021-04-09T01:07:04.220Z] === Skipped [2021-04-09T01:07:04.220Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-04-09T01:07:04.220Z] build_session_test.go:25: TODO: BuildKit [2021-04-09T01:07:04.220Z] [2021-04-09T01:07:04.220Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-04-09T01:07:04.220Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-04-09T01:07:04.220Z] [2021-04-09T01:07:04.220Z] [2021-04-09T01:07:04.220Z] DONE 34 tests, 2 skipped in 253.742s [2021-04-09T01:07:04.220Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-04-09T01:07:04.220Z] ++ 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-09T01:07:04.220Z] ++ set -e [2021-04-09T01:07:04.220Z] ++ '[' -n 0 ']' [2021-04-09T01:07:04.220Z] ++ set -x [2021-04-09T01:07:04.220Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-09T01:07:04.220Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2021-04-09T01:07:04.373Z] --- PASS: TestNISDomainname (1.35s) [2021-04-09T01:07:04.373Z] === RUN TestHostnameDnsResolution [2021-04-09T01:07:04.478Z] INFO: Testing against a local daemon [2021-04-09T01:07:04.478Z] === RUN TestConfigInspect [2021-04-09T01:07:04.763Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2021-04-09T01:07:04.763Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.14s) [2021-04-09T01:07:04.763Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2021-04-09T01:07:04.763Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2021-04-09T01:07:04.763Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2021-04-09T01:07:04.763Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2021-04-09T01:07:04.763Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2021-04-09T01:07:04.763Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2021-04-09T01:07:04.763Z] === RUN TestServiceConvertToGRPCContainerRuntime [2021-04-09T01:07:04.763Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2021-04-09T01:07:04.763Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2021-04-09T01:07:04.764Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2021-04-09T01:07:04.764Z] === RUN TestServiceConvertToGRPCIsolation [2021-04-09T01:07:04.764Z] === RUN TestServiceConvertToGRPCIsolation/empty [2021-04-09T01:07:04.764Z] === RUN TestServiceConvertToGRPCIsolation/default [2021-04-09T01:07:04.764Z] === RUN TestServiceConvertToGRPCIsolation/process [2021-04-09T01:07:04.764Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2021-04-09T01:07:04.764Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2021-04-09T01:07:04.764Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2021-04-09T01:07:04.764Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2021-04-09T01:07:04.764Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2021-04-09T01:07:04.764Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2021-04-09T01:07:04.764Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2021-04-09T01:07:04.764Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2021-04-09T01:07:04.764Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2021-04-09T01:07:04.764Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2021-04-09T01:07:04.764Z] === RUN TestServiceConvertFromGRPCIsolation [2021-04-09T01:07:04.764Z] === RUN TestServiceConvertFromGRPCIsolation/default [2021-04-09T01:07:04.764Z] === RUN TestServiceConvertFromGRPCIsolation/process [2021-04-09T01:07:04.764Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2021-04-09T01:07:04.764Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2021-04-09T01:07:04.764Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2021-04-09T01:07:04.764Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2021-04-09T01:07:04.764Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2021-04-09T01:07:04.764Z] === RUN TestServiceConvertToGRPCCredentialSpec [2021-04-09T01:07:04.764Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2021-04-09T01:07:04.764Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2021-04-09T01:07:04.764Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2021-04-09T01:07:04.764Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2021-04-09T01:07:04.764Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2021-04-09T01:07:04.764Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2021-04-09T01:07:04.764Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2021-04-09T01:07:04.764Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2021-04-09T01:07:04.764Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2021-04-09T01:07:04.764Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-04-09T01:07:04.764Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2021-04-09T01:07:04.764Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2021-04-09T01:07:04.764Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2021-04-09T01:07:04.764Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2021-04-09T01:07:04.764Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2021-04-09T01:07:04.764Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2021-04-09T01:07:04.764Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-04-09T01:07:04.764Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2021-04-09T01:07:04.764Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2021-04-09T01:07:04.764Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2021-04-09T01:07:04.764Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2021-04-09T01:07:04.764Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2021-04-09T01:07:04.764Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2021-04-09T01:07:04.764Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-04-09T01:07:04.764Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2021-04-09T01:07:04.764Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2021-04-09T01:07:04.764Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-04-09T01:07:04.764Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2021-04-09T01:07:04.764Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2021-04-09T01:07:04.764Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2021-04-09T01:07:04.764Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2021-04-09T01:07:04.764Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2021-04-09T01:07:04.764Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2021-04-09T01:07:04.764Z] === RUN TestServiceConvertFromGRPCConfigs [2021-04-09T01:07:04.764Z] === RUN TestServiceConvertFromGRPCConfigs/file [2021-04-09T01:07:04.764Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2021-04-09T01:07:04.764Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2021-04-09T01:07:04.764Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2021-04-09T01:07:04.764Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2021-04-09T01:07:04.764Z] === RUN TestServiceConvertToGRPCConfigs [2021-04-09T01:07:04.764Z] === RUN TestServiceConvertToGRPCConfigs/file [2021-04-09T01:07:04.764Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2021-04-09T01:07:04.764Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2021-04-09T01:07:04.764Z] === RUN TestServiceConvertToGRPCConfigs/none [2021-04-09T01:07:04.764Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2021-04-09T01:07:04.764Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2021-04-09T01:07:04.764Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2021-04-09T01:07:04.764Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2021-04-09T01:07:04.764Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2021-04-09T01:07:04.764Z] PASS [2021-04-09T01:07:04.764Z] coverage: 35.9% of statements [2021-04-09T01:07:04.764Z] ok github.com/docker/docker/daemon/cluster/convert 0.244s coverage: 35.9% of statements [2021-04-09T01:07:05.221Z] === RUN TestNewListSecretsFilters [2021-04-09T01:07:05.221Z] --- PASS: TestNewListSecretsFilters (0.00s) [2021-04-09T01:07:05.221Z] === RUN TestNewListConfigsFilters [2021-04-09T01:07:05.221Z] --- PASS: TestNewListConfigsFilters (0.00s) [2021-04-09T01:07:05.221Z] PASS [2021-04-09T01:07:05.221Z] coverage: 0.5% of statements [2021-04-09T01:07:05.221Z] ok github.com/docker/docker/daemon/cluster 0.379s coverage: 0.5% of statements [2021-04-09T01:07:06.504Z] --- PASS: TestServiceWithPredefinedNetwork (2.75s) [2021-04-09T01:07:06.504Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-04-09T01:07:06.504Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-04-09T01:07:06.504Z] service_test.go:242: FLAKY_TEST [2021-04-09T01:07:06.504Z] === RUN TestServiceWithDataPathPortInit [2021-04-09T01:07:06.922Z] --- PASS: TestHostnameDnsResolution (2.26s) [2021-04-09T01:07:06.922Z] === RUN TestStats [2021-04-09T01:07:07.014Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-04-09T01:07:07.288Z] Removing intermediate container 18a827b04169 [2021-04-09T01:07:07.288Z] ---> c7acc617778d [2021-04-09T01:07:07.288Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2021-04-09T01:07:07.288Z] ---> Running in c29c00958e61 [2021-04-09T01:07:07.581Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-04-09T01:07:07.839Z] --- PASS: TestConfigInspect (3.39s) [2021-04-09T01:07:07.839Z] === RUN TestConfigList [2021-04-09T01:07:08.270Z] [2021-04-09T01:07:08.270Z] SUCCESS: Specified value was saved. [2021-04-09T01:07:08.407Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2021-04-09T01:07:09.342Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-04-09T01:07:09.342Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-04-09T01:07:10.228Z] --- PASS: TestStats (2.96s) [2021-04-09T01:07:10.228Z] === RUN TestStopContainerWithTimeout [2021-04-09T01:07:10.228Z] === RUN TestStopContainerWithTimeout/0 [2021-04-09T01:07:10.228Z] === PAUSE TestStopContainerWithTimeout/0 [2021-04-09T01:07:10.228Z] === RUN TestStopContainerWithTimeout/1 [2021-04-09T01:07:10.228Z] === PAUSE TestStopContainerWithTimeout/1 [2021-04-09T01:07:10.228Z] === RUN TestStopContainerWithTimeout/3 [2021-04-09T01:07:10.228Z] === PAUSE TestStopContainerWithTimeout/3 [2021-04-09T01:07:10.228Z] === RUN TestStopContainerWithTimeout/-1 [2021-04-09T01:07:10.228Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-04-09T01:07:10.228Z] === CONT TestStopContainerWithTimeout/0 [2021-04-09T01:07:10.228Z] === CONT TestStopContainerWithTimeout/1 [2021-04-09T01:07:10.228Z] === CONT TestStopContainerWithTimeout/3 [2021-04-09T01:07:10.228Z] === CONT TestStopContainerWithTimeout/-1 [2021-04-09T01:07:10.279Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2021-04-09T01:07:10.473Z] Removing intermediate container c29c00958e61 [2021-04-09T01:07:10.473Z] ---> 80cd8d050db2 [2021-04-09T01:07:10.473Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2021-04-09T01:07:10.473Z] ---> Running in bda8d45cb1f4 [2021-04-09T01:07:10.994Z] === RUN TestBuilderGC [2021-04-09T01:07:10.994Z] --- PASS: TestBuilderGC (0.00s) [2021-04-09T01:07:10.994Z] === RUN TestDaemonConfigurationNotFound [2021-04-09T01:07:10.994Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2021-04-09T01:07:10.994Z] === RUN TestDaemonBrokenConfiguration [2021-04-09T01:07:10.994Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2021-04-09T01:07:10.994Z] === RUN TestParseClusterAdvertiseSettings [2021-04-09T01:07:10.994Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2021-04-09T01:07:10.994Z] === RUN TestFindConfigurationConflicts [2021-04-09T01:07:10.994Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2021-04-09T01:07:10.994Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2021-04-09T01:07:10.994Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2021-04-09T01:07:10.994Z] === RUN TestDaemonConfigurationMergeConflicts [2021-04-09T01:07:10.994Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2021-04-09T01:07:10.994Z] === RUN TestDaemonConfigurationMergeConcurrent [2021-04-09T01:07:10.994Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2021-04-09T01:07:10.994Z] === RUN TestDaemonConfigurationMergeConcurrentError [2021-04-09T01:07:10.994Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2021-04-09T01:07:10.994Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2021-04-09T01:07:11.214Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2021-04-09T01:07:11.451Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2021-04-09T01:07:11.451Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2021-04-09T01:07:11.451Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2021-04-09T01:07:11.451Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2021-04-09T01:07:11.451Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2021-04-09T01:07:11.451Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2021-04-09T01:07:11.451Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2021-04-09T01:07:11.451Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2021-04-09T01:07:11.451Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2021-04-09T01:07:11.451Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2021-04-09T01:07:11.451Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2021-04-09T01:07:11.451Z] === RUN TestFindConfigurationConflictsWithMergedValues [2021-04-09T01:07:11.451Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2021-04-09T01:07:11.451Z] === RUN TestValidateConfigurationErrors [2021-04-09T01:07:11.451Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2021-04-09T01:07:11.451Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2021-04-09T01:07:11.451Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2021-04-09T01:07:11.451Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2021-04-09T01:07:11.451Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2021-04-09T01:07:11.451Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2021-04-09T01:07:11.451Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2021-04-09T01:07:11.451Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2021-04-09T01:07:11.451Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2021-04-09T01:07:11.451Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2021-04-09T01:07:11.451Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2021-04-09T01:07:11.451Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2021-04-09T01:07:11.451Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2021-04-09T01:07:11.451Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2021-04-09T01:07:11.451Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2021-04-09T01:07:11.451Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2021-04-09T01:07:11.451Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2021-04-09T01:07:11.451Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2021-04-09T01:07:11.451Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2021-04-09T01:07:11.451Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2021-04-09T01:07:11.451Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2021-04-09T01:07:11.451Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2021-04-09T01:07:11.451Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2021-04-09T01:07:11.451Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2021-04-09T01:07:11.451Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2021-04-09T01:07:11.451Z] === RUN TestValidateConfiguration [2021-04-09T01:07:11.451Z] === RUN TestValidateConfiguration/with_label [2021-04-09T01:07:11.451Z] === RUN TestValidateConfiguration/with_dns [2021-04-09T01:07:11.451Z] === RUN TestValidateConfiguration/with_dns-search [2021-04-09T01:07:11.451Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2021-04-09T01:07:11.451Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2021-04-09T01:07:11.451Z] === RUN TestValidateConfiguration/with_max-download-attempts [2021-04-09T01:07:11.451Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2021-04-09T01:07:11.451Z] === RUN TestValidateConfiguration/with_node_generic_resources [2021-04-09T01:07:11.451Z] --- PASS: TestValidateConfiguration (0.05s) [2021-04-09T01:07:11.451Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2021-04-09T01:07:11.451Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2021-04-09T01:07:11.451Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2021-04-09T01:07:11.451Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2021-04-09T01:07:11.451Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2021-04-09T01:07:11.451Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2021-04-09T01:07:11.451Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2021-04-09T01:07:11.451Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2021-04-09T01:07:11.451Z] === RUN TestModifiedDiscoverySettings [2021-04-09T01:07:11.451Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2021-04-09T01:07:11.451Z] === RUN TestReloadSetConfigFileNotExist [2021-04-09T01:07:11.451Z] time="2021-04-09T01:07:10Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2021-04-09T01:07:11.451Z] --- PASS: TestReloadSetConfigFileNotExist (0.16s) [2021-04-09T01:07:11.451Z] === RUN TestReloadDefaultConfigNotExist [2021-04-09T01:07:11.451Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2021-04-09T01:07:11.451Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:07:11.451Z] === RUN TestReloadBadDefaultConfig [2021-04-09T01:07:11.451Z] time="2021-04-09T01:07:10Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-025041815" [2021-04-09T01:07:11.451Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2021-04-09T01:07:11.451Z] === RUN TestReloadWithConflictingLabels [2021-04-09T01:07:11.451Z] time="2021-04-09T01:07:10Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-917910026" [2021-04-09T01:07:11.451Z] --- PASS: TestReloadWithConflictingLabels (0.17s) [2021-04-09T01:07:11.451Z] === RUN TestReloadWithDuplicateLabels [2021-04-09T01:07:11.451Z] time="2021-04-09T01:07:10Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-498021345" [2021-04-09T01:07:11.451Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2021-04-09T01:07:11.451Z] === RUN TestDaemonConfigurationMerge [2021-04-09T01:07:11.451Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2021-04-09T01:07:11.451Z] PASS [2021-04-09T01:07:11.451Z] coverage: 79.7% of statements [2021-04-09T01:07:11.451Z] ok github.com/docker/docker/daemon/config 0.948s coverage: 79.7% of statements [2021-04-09T01:07:11.451Z] === RUN TestDiscoveryOptsErrors [2021-04-09T01:07:11.452Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2021-04-09T01:07:11.452Z] === RUN TestDiscoveryOpts [2021-04-09T01:07:11.452Z] --- PASS: TestDiscoveryOpts (0.00s) [2021-04-09T01:07:11.452Z] PASS [2021-04-09T01:07:11.452Z] coverage: 30.0% of statements [2021-04-09T01:07:11.452Z] ok github.com/docker/docker/daemon/discovery 0.078s coverage: 30.0% of statements [2021-04-09T01:07:11.472Z] --- PASS: TestConfigList (3.53s) [2021-04-09T01:07:11.472Z] === RUN TestConfigsCreateAndDelete [2021-04-09T01:07:12.848Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-04-09T01:07:13.034Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2021-04-09T01:07:13.536Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-04-09T01:07:13.536Z] --- PASS: TestStopContainerWithTimeout/0 (1.25s) [2021-04-09T01:07:13.536Z] --- PASS: TestStopContainerWithTimeout/1 (2.32s) [2021-04-09T01:07:13.536Z] --- PASS: TestStopContainerWithTimeout/3 (3.09s) [2021-04-09T01:07:13.536Z] --- PASS: TestStopContainerWithTimeout/-1 (3.37s) [2021-04-09T01:07:13.536Z] === RUN TestDeleteDevicemapper [2021-04-09T01:07:13.536Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-04-09T01:07:13.536Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-04-09T01:07:13.536Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-04-09T01:07:13.620Z] === RUN TestVerifyNetworkingConfig [2021-04-09T01:07:13.620Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2021-04-09T01:07:13.620Z] === RUN TestGetContainer [2021-04-09T01:07:13.620Z] --- PASS: TestGetContainer (0.00s) [2021-04-09T01:07:13.620Z] === RUN TestValidContainerNames [2021-04-09T01:07:13.620Z] --- PASS: TestValidContainerNames (0.00s) [2021-04-09T01:07:13.620Z] === RUN TestContainerInitDNS [2021-04-09T01:07:13.620Z] --- SKIP: TestContainerInitDNS (0.00s) [2021-04-09T01:07:13.620Z] daemon_test.go:147: root required [2021-04-09T01:07:13.620Z] === RUN TestMerge [2021-04-09T01:07:13.620Z] --- PASS: TestMerge (0.00s) [2021-04-09T01:07:13.620Z] === RUN TestValidateContainerIsolation [2021-04-09T01:07:13.620Z] --- PASS: TestValidateContainerIsolation (0.00s) [2021-04-09T01:07:13.620Z] === RUN TestFindNetworkErrorType [2021-04-09T01:07:13.620Z] --- PASS: TestFindNetworkErrorType (0.00s) [2021-04-09T01:07:13.620Z] === RUN TestEnsureServicesExist [2021-04-09T01:07:13.620Z] --- PASS: TestEnsureServicesExist (0.00s) [2021-04-09T01:07:13.620Z] === RUN TestEnsureServicesExistErrors [2021-04-09T01:07:13.620Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2021-04-09T01:07:13.620Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2021-04-09T01:07:13.620Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2021-04-09T01:07:13.620Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2021-04-09T01:07:13.620Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2021-04-09T01:07:13.620Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2021-04-09T01:07:13.620Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2021-04-09T01:07:13.620Z] === RUN TestContainerDelete [2021-04-09T01:07:13.620Z] --- PASS: TestContainerDelete (0.00s) [2021-04-09T01:07:13.620Z] === RUN TestContainerDoubleDelete [2021-04-09T01:07:13.620Z] --- PASS: TestContainerDoubleDelete (0.00s) [2021-04-09T01:07:13.620Z] === RUN TestLogContainerEventCopyLabels [2021-04-09T01:07:13.620Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2021-04-09T01:07:13.620Z] === RUN TestLogContainerEventWithAttributes [2021-04-09T01:07:13.620Z] --- PASS: TestLogContainerEventWithAttributes (0.07s) [2021-04-09T01:07:13.620Z] === RUN TestNoneHealthcheck [2021-04-09T01:07:13.620Z] --- PASS: TestNoneHealthcheck (0.00s) [2021-04-09T01:07:13.620Z] === RUN TestHealthStates [2021-04-09T01:07:13.620Z] === RUN TestEventsLog [2021-04-09T01:07:13.620Z] --- PASS: TestEventsLog (0.00s) [2021-04-09T01:07:13.620Z] === RUN TestEventsLogTimeout [2021-04-09T01:07:13.620Z] --- PASS: TestEventsLogTimeout (0.00s) [2021-04-09T01:07:13.620Z] === RUN TestLogEvents [2021-04-09T01:07:13.620Z] --- PASS: TestLogEvents (0.05s) [2021-04-09T01:07:13.620Z] === RUN TestLoadBufferedEvents [2021-04-09T01:07:13.620Z] time="2021-04-09T01:07:13Z" 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-09T01:07:13.620Z] time="2021-04-09T01:07:13Z" 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-09T01:07:13.620Z] time="2021-04-09T01:07:13Z" 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-09T01:07:14.077Z] time="2021-04-09T01:07:13Z" 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-09T01:07:14.077Z] time="2021-04-09T01:07:13Z" 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-09T01:07:14.077Z] time="2021-04-09T01:07:13Z" 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-09T01:07:14.077Z] time="2021-04-09T01:07:13Z" 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-09T01:07:14.077Z] time="2021-04-09T01:07:13Z" 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-09T01:07:14.077Z] time="2021-04-09T01:07:13Z" 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-09T01:07:14.077Z] time="2021-04-09T01:07:13Z" 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-09T01:07:14.077Z] --- PASS: TestHealthStates (0.19s) [2021-04-09T01:07:14.077Z] === RUN TestMaskURLCredentials [2021-04-09T01:07:14.077Z] --- PASS: TestMaskURLCredentials (0.00s) [2021-04-09T01:07:14.077Z] === RUN TestGetInspectData [2021-04-09T01:07:14.077Z] --- PASS: TestGetInspectData (0.00s) [2021-04-09T01:07:14.077Z] === RUN TestFillLicense [2021-04-09T01:07:14.077Z] --- PASS: TestFillLicense (0.00s) [2021-04-09T01:07:14.077Z] === RUN TestListInvalidFilter [2021-04-09T01:07:14.077Z] --- PASS: TestListInvalidFilter (0.00s) [2021-04-09T01:07:14.077Z] === RUN TestNameFilter [2021-04-09T01:07:14.077Z] --- PASS: TestNameFilter (0.00s) [2021-04-09T01:07:14.077Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2021-04-09T01:07:14.077Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2021-04-09T01:07:14.077Z] === RUN TestSetWindowsCredentialSpecInSpec [2021-04-09T01:07:14.077Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2021-04-09T01:07:14.077Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2021-04-09T01:07:14.077Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2021-04-09T01:07:14.077Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2021-04-09T01:07:14.077Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2021-04-09T01:07:14.077Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2021-04-09T01:07:14.077Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2021-04-09T01:07:14.077Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2021-04-09T01:07:14.077Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2021-04-09T01:07:14.077Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2021-04-09T01:07:14.077Z] === 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-09T01:07:14.077Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2021-04-09T01:07:14.077Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2021-04-09T01:07:14.077Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2021-04-09T01:07:14.077Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2021-04-09T01:07:14.077Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2021-04-09T01:07:14.077Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2021-04-09T01:07:14.077Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2021-04-09T01:07:14.077Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2021-04-09T01:07:14.077Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2021-04-09T01:07:14.077Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2021-04-09T01:07:14.077Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2021-04-09T01:07:14.077Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2021-04-09T01:07:14.077Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2021-04-09T01:07:14.078Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-04-09T01:07:14.078Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2021-04-09T01:07:14.078Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2021-04-09T01:07:14.078Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-04-09T01:07:14.078Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2021-04-09T01:07:14.078Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2021-04-09T01:07:14.078Z] --- 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-09T01:07:14.078Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2021-04-09T01:07:14.078Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2021-04-09T01:07:14.078Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2021-04-09T01:07:14.078Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2021-04-09T01:07:14.078Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2021-04-09T01:07:14.078Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2021-04-09T01:07:14.078Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2021-04-09T01:07:14.078Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2021-04-09T01:07:14.078Z] === RUN TestDaemonReloadLabels [2021-04-09T01:07:14.078Z] --- PASS: TestDaemonReloadLabels (0.00s) [2021-04-09T01:07:14.078Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2021-04-09T01:07:14.078Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2021-04-09T01:07:14.078Z] === RUN TestDaemonReloadMirrors [2021-04-09T01:07:14.078Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2021-04-09T01:07:14.078Z] === RUN TestDaemonReloadInsecureRegistries [2021-04-09T01:07:14.078Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2021-04-09T01:07:14.078Z] === RUN TestDaemonReloadNotAffectOthers [2021-04-09T01:07:14.078Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2021-04-09T01:07:14.078Z] === RUN TestDaemonDiscoveryReload [2021-04-09T01:07:14.078Z] --- PASS: TestLoadBufferedEvents (0.18s) [2021-04-09T01:07:14.078Z] === RUN TestLoadBufferedEventsOnlyFromPast [2021-04-09T01:07:14.078Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2021-04-09T01:07:14.078Z] === RUN TestIgnoreBufferedWhenNoTimes [2021-04-09T01:07:14.078Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2021-04-09T01:07:14.078Z] PASS [2021-04-09T01:07:14.078Z] coverage: 50.0% of statements [2021-04-09T01:07:14.078Z] ok github.com/docker/docker/daemon/events 0.388s coverage: 50.0% of statements [2021-04-09T01:07:14.248Z] Cannot create a file when that file already exists. [2021-04-09T01:07:14.534Z] === RUN TestIsEmptyDir [2021-04-09T01:07:14.534Z] === RUN TestWaitNodeAttachment [2021-04-09T01:07:14.534Z] --- PASS: TestIsEmptyDir (0.01s) [2021-04-09T01:07:14.534Z] PASS [2021-04-09T01:07:14.534Z] coverage: 2.3% of statements [2021-04-09T01:07:14.534Z] ok github.com/docker/docker/daemon/graphdriver 0.087s coverage: 2.3% of statements [2021-04-09T01:07:14.766Z] --- PASS: TestConfigsCreateAndDelete (3.14s) [2021-04-09T01:07:14.766Z] === RUN TestConfigsUpdate [2021-04-09T01:07:14.991Z] --- PASS: TestDaemonDiscoveryReload (1.00s) [2021-04-09T01:07:14.991Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2021-04-09T01:07:14.991Z] --- PASS: TestWaitNodeAttachment (0.40s) [2021-04-09T01:07:14.991Z] === RUN TestIsolationConversion [2021-04-09T01:07:14.991Z] === RUN TestIsolationConversion/default [2021-04-09T01:07:14.991Z] === RUN TestIsolationConversion/process [2021-04-09T01:07:14.991Z] === RUN TestIsolationConversion/hyperv [2021-04-09T01:07:14.991Z] --- PASS: TestIsolationConversion (0.00s) [2021-04-09T01:07:14.991Z] --- PASS: TestIsolationConversion/default (0.00s) [2021-04-09T01:07:14.991Z] --- PASS: TestIsolationConversion/process (0.00s) [2021-04-09T01:07:14.991Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2021-04-09T01:07:14.991Z] === RUN TestContainerLabels [2021-04-09T01:07:14.991Z] --- PASS: TestContainerLabels (0.00s) [2021-04-09T01:07:14.991Z] === RUN TestCredentialSpecConversion [2021-04-09T01:07:14.991Z] === RUN TestCredentialSpecConversion/none [2021-04-09T01:07:14.991Z] === RUN TestCredentialSpecConversion/config [2021-04-09T01:07:14.991Z] === RUN TestCredentialSpecConversion/file [2021-04-09T01:07:14.991Z] === RUN TestCredentialSpecConversion/registry [2021-04-09T01:07:14.991Z] --- PASS: TestCredentialSpecConversion (0.00s) [2021-04-09T01:07:14.991Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2021-04-09T01:07:14.991Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2021-04-09T01:07:14.991Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2021-04-09T01:07:14.991Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2021-04-09T01:07:14.991Z] === RUN TestControllerValidateMountBind [2021-04-09T01:07:14.991Z] --- PASS: TestControllerValidateMountBind (0.00s) [2021-04-09T01:07:14.991Z] === RUN TestControllerValidateMountVolume [2021-04-09T01:07:14.991Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2021-04-09T01:07:14.991Z] === RUN TestControllerValidateMountTarget [2021-04-09T01:07:14.991Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2021-04-09T01:07:14.991Z] === RUN TestControllerValidateMountTmpfs [2021-04-09T01:07:14.991Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2021-04-09T01:07:14.991Z] === RUN TestControllerValidateMountInvalidType [2021-04-09T01:07:14.991Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2021-04-09T01:07:14.991Z] === RUN TestControllerValidateMountNamedPipe [2021-04-09T01:07:14.991Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2021-04-09T01:07:14.991Z] PASS [2021-04-09T01:07:14.991Z] coverage: 11.3% of statements [2021-04-09T01:07:14.991Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.791s coverage: 11.3% of statements [2021-04-09T01:07:15.034Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2021-04-09T01:07:15.447Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s) [2021-04-09T01:07:15.447Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2021-04-09T01:07:15.447Z] === RUN TestLinkNaming [2021-04-09T01:07:15.447Z] --- PASS: TestLinkNaming (0.00s) [2021-04-09T01:07:15.447Z] === RUN TestLinkNew [2021-04-09T01:07:15.447Z] --- PASS: TestLinkNew (0.00s) [2021-04-09T01:07:15.447Z] === RUN TestLinkEnv [2021-04-09T01:07:15.447Z] --- PASS: TestLinkEnv (0.00s) [2021-04-09T01:07:15.447Z] === RUN TestLinkMultipleEnv [2021-04-09T01:07:15.447Z] --- PASS: TestLinkMultipleEnv (0.00s) [2021-04-09T01:07:15.447Z] === RUN TestLinkPortRangeEnv [2021-04-09T01:07:15.447Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2021-04-09T01:07:15.447Z] PASS [2021-04-09T01:07:15.447Z] coverage: 93.0% of statements [2021-04-09T01:07:15.447Z] ok github.com/docker/docker/daemon/links 0.045s coverage: 93.0% of statements [2021-04-09T01:07:15.600Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-04-09T01:07:15.904Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.52s) [2021-04-09T01:07:15.904Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2021-04-09T01:07:15.904Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-04-09T01:07:15.904Z] reload_test.go:520: root required [2021-04-09T01:07:15.904Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2021-04-09T01:07:15.904Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2021-04-09T01:07:15.904Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2021-04-09T01:07:15.904Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.05s) [2021-04-09T01:07:15.904Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2021-04-09T01:07:15.904Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.03s) [2021-04-09T01:07:15.904Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2021-04-09T01:07:15.904Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2021-04-09T01:07:15.904Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2021-04-09T01:07:15.904Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2021-04-09T01:07:15.904Z] === RUN TestParseVolumesFrom [2021-04-09T01:07:15.904Z] --- PASS: TestParseVolumesFrom (0.00s) [2021-04-09T01:07:15.904Z] PASS [2021-04-09T01:07:15.904Z] coverage: 9.1% of statements [2021-04-09T01:07:15.904Z] ok github.com/docker/docker/daemon 2.973s coverage: 9.1% of statements [2021-04-09T01:07:15.904Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-04-09T01:07:15.904Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-04-09T01:07:15.904Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-04-09T01:07:15.904Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-04-09T01:07:15.904Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2021-04-09T01:07:15.904Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2021-04-09T01:07:15.904Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2021-04-09T01:07:15.904Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-04-09T01:07:15.904Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2021-04-09T01:07:15.904Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2021-04-09T01:07:15.904Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2021-04-09T01:07:15.904Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-04-09T01:07:15.904Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2021-04-09T01:07:15.904Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2021-04-09T01:07:15.904Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2021-04-09T01:07:16.088Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.09s) [2021-04-09T01:07:16.088Z] === RUN TestUpdateMemory [2021-04-09T01:07:16.088Z] --- SKIP: TestUpdateMemory (0.00s) [2021-04-09T01:07:16.088Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-04-09T01:07:16.088Z] === RUN TestUpdateCPUQuota [2021-04-09T01:07:16.535Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-04-09T01:07:17.471Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2021-04-09T01:07:17.729Z] --- PASS: TestConfigsUpdate (3.12s) [2021-04-09T01:07:17.729Z] === RUN TestTemplatedConfig [2021-04-09T01:07:17.988Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2021-04-09T01:07:18.799Z] === RUN TestAdapterReadLogs [2021-04-09T01:07:18.799Z] --- PASS: TestAdapterReadLogs (0.00s) [2021-04-09T01:07:18.799Z] === RUN TestCopier [2021-04-09T01:07:18.799Z] --- PASS: TestCopier (0.00s) [2021-04-09T01:07:18.799Z] === RUN TestCopierLongLines [2021-04-09T01:07:18.799Z] --- PASS: TestCopierLongLines (0.00s) [2021-04-09T01:07:18.799Z] === RUN TestCopierSlow [2021-04-09T01:07:18.799Z] --- PASS: TestCopierSlow (0.34s) [2021-04-09T01:07:18.799Z] === RUN TestCopierWithSized [2021-04-09T01:07:18.799Z] === RUN TestCopierWithSized/as_is [2021-04-09T01:07:18.799Z] === RUN TestCopierWithSized/With_RingLogger [2021-04-09T01:07:18.799Z] --- PASS: TestCopierWithSized (0.12s) [2021-04-09T01:07:18.799Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2021-04-09T01:07:18.799Z] --- PASS: TestCopierWithSized/With_RingLogger (0.11s) [2021-04-09T01:07:18.799Z] === RUN TestCopierWithPartial [2021-04-09T01:07:18.799Z] --- PASS: TestCopierWithPartial (0.00s) [2021-04-09T01:07:18.799Z] === RUN TestRingLogger [2021-04-09T01:07:18.799Z] --- PASS: TestRingLogger (0.00s) [2021-04-09T01:07:18.799Z] === RUN TestRingCap [2021-04-09T01:07:18.799Z] --- PASS: TestRingCap (0.00s) [2021-04-09T01:07:18.799Z] === RUN TestRingClose [2021-04-09T01:07:18.799Z] --- PASS: TestRingClose (0.00s) [2021-04-09T01:07:18.799Z] === RUN TestRingDrain [2021-04-09T01:07:18.799Z] --- PASS: TestRingDrain (0.00s) [2021-04-09T01:07:18.799Z] PASS [2021-04-09T01:07:18.799Z] coverage: 43.5% of statements [2021-04-09T01:07:18.799Z] ok github.com/docker/docker/daemon/logger 0.709s coverage: 43.5% of statements [2021-04-09T01:07:18.994Z] Removing intermediate container bda8d45cb1f4 [2021-04-09T01:07:18.994Z] ---> 73c14a65bacf [2021-04-09T01:07:18.994Z] Step 13/13 : CMD ["sh"] [2021-04-09T01:07:18.994Z] ---> Running in 57db72055933 [2021-04-09T01:07:19.460Z] Removing intermediate container 57db72055933 [2021-04-09T01:07:19.460Z] ---> 7df5917f0b33 [2021-04-09T01:07:19.460Z] Successfully built 7df5917f0b33 [2021-04-09T01:07:19.460Z] Successfully tagged busybox:latest [2021-04-09T01:07:19.460Z] INFO: Docker images of the daemon under test [2021-04-09T01:07:19.460Z] [2021-04-09T01:07:19.460Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-04-09T01:07:19.460Z] busybox latest 7df5917f0b33 Less than a second ago 2.78GB [2021-04-09T01:07:19.460Z] microsoft/windowsservercore latest 39d157a84080 7 weeks ago 2.74GB [2021-04-09T01:07:19.460Z] mcr.microsoft.com/windows/servercore/insider 10.0.20295.1 39d157a84080 7 weeks ago 2.74GB [2021-04-09T01:07:19.460Z] [2021-04-09T01:07:19.460Z] INFO: Running integration tests at 04/09/2021 01:07:19... [2021-04-09T01:07:19.460Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2021-04-09T01:07:19.460Z] INFO: Integration API tests being run from the host: [2021-04-09T01:07:19.460Z] INFO: make.ps1 starting at 04/09/2021 01:07:19 [2021-04-09T01:07:20.329Z] === RUN TestNewStreamConfig [2021-04-09T01:07:20.329Z] === RUN TestNewStreamConfig/defaults [2021-04-09T01:07:20.329Z] === RUN TestNewStreamConfig/invalid_create_group [2021-04-09T01:07:20.329Z] === RUN TestNewStreamConfig/invalid_flush_interval [2021-04-09T01:07:20.329Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2021-04-09T01:07:20.329Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2021-04-09T01:07:20.329Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2021-04-09T01:07:20.329Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2021-04-09T01:07:20.329Z] --- PASS: TestNewStreamConfig (0.00s) [2021-04-09T01:07:20.329Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2021-04-09T01:07:20.329Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2021-04-09T01:07:20.329Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2021-04-09T01:07:20.329Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2021-04-09T01:07:20.329Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2021-04-09T01:07:20.329Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2021-04-09T01:07:20.329Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2021-04-09T01:07:20.329Z] === RUN TestNewAWSLogsClientUserAgentHandler [2021-04-09T01:07:20.329Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2021-04-09T01:07:20.329Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2021-04-09T01:07:20.329Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2021-04-09T01:07:20.329Z] === RUN TestNewAWSLogsClientRegionDetect [2021-04-09T01:07:20.329Z] time="2021-04-09T01:07:19Z" level=info msg="Trying to get region from EC2 Metadata" [2021-04-09T01:07:20.329Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.18s) [2021-04-09T01:07:20.329Z] === RUN TestCreateSuccess [2021-04-09T01:07:20.329Z] --- PASS: TestCreateSuccess (0.00s) [2021-04-09T01:07:20.329Z] === RUN TestCreateLogGroupSuccess [2021-04-09T01:07:20.329Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2021-04-09T01:07:20.329Z] === RUN TestCreateError [2021-04-09T01:07:20.329Z] --- PASS: TestCreateError (0.00s) [2021-04-09T01:07:20.329Z] === RUN TestCreateAlreadyExists [2021-04-09T01:07:20.329Z] time="2021-04-09T01:07:19Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2021-04-09T01:07:20.329Z] --- PASS: TestCreateAlreadyExists (0.00s) [2021-04-09T01:07:20.329Z] === RUN TestLogClosed [2021-04-09T01:07:20.329Z] --- PASS: TestLogClosed (0.00s) [2021-04-09T01:07:20.329Z] === RUN TestLogBlocking [2021-04-09T01:07:20.329Z] --- PASS: TestLogBlocking (0.00s) [2021-04-09T01:07:20.329Z] === RUN TestLogNonBlockingBufferEmpty [2021-04-09T01:07:20.329Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2021-04-09T01:07:20.329Z] === RUN TestLogNonBlockingBufferFull [2021-04-09T01:07:20.329Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2021-04-09T01:07:20.329Z] === RUN TestPublishBatchSuccess [2021-04-09T01:07:20.329Z] --- PASS: TestPublishBatchSuccess (0.00s) [2021-04-09T01:07:20.329Z] === RUN TestPublishBatchError [2021-04-09T01:07:20.329Z] time="2021-04-09T01:07:19Z" level=error msg=Error [2021-04-09T01:07:20.329Z] --- PASS: TestPublishBatchError (0.00s) [2021-04-09T01:07:20.329Z] === RUN TestPublishBatchInvalidSeqSuccess [2021-04-09T01:07:20.329Z] time="2021-04-09T01:07:19Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-04-09T01:07:20.329Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2021-04-09T01:07:20.329Z] === RUN TestPublishBatchAlreadyAccepted [2021-04-09T01:07:20.329Z] time="2021-04-09T01:07:19Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-04-09T01:07:20.329Z] time="2021-04-09T01:07:19Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2021-04-09T01:07:20.329Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2021-04-09T01:07:20.329Z] === RUN TestCollectBatchSimple [2021-04-09T01:07:20.329Z] --- PASS: TestCollectBatchSimple (0.00s) [2021-04-09T01:07:20.329Z] === RUN TestCollectBatchTicker [2021-04-09T01:07:20.329Z] --- PASS: TestCollectBatchTicker (0.00s) [2021-04-09T01:07:20.329Z] === RUN TestCollectBatchMultilinePattern [2021-04-09T01:07:20.329Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2021-04-09T01:07:20.329Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2021-04-09T01:07:20.329Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2021-04-09T01:07:20.329Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2021-04-09T01:07:20.329Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2021-04-09T01:07:20.329Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2021-04-09T01:07:20.329Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s) [2021-04-09T01:07:20.329Z] === RUN TestCollectBatchClose [2021-04-09T01:07:20.329Z] --- PASS: TestCollectBatchClose (0.00s) [2021-04-09T01:07:20.329Z] === RUN TestEffectiveLen [2021-04-09T01:07:20.329Z] === RUN TestEffectiveLen/0/Hello [2021-04-09T01:07:20.329Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2021-04-09T01:07:20.329Z] === RUN TestEffectiveLen/2/🙃 [2021-04-09T01:07:20.329Z] === RUN TestEffectiveLen/3/���� [2021-04-09T01:07:20.329Z] === RUN TestEffectiveLen/4/He��o [2021-04-09T01:07:20.329Z] === RUN TestEffectiveLen/5/ [2021-04-09T01:07:20.329Z] --- PASS: TestEffectiveLen (0.00s) [2021-04-09T01:07:20.329Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2021-04-09T01:07:20.329Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2021-04-09T01:07:20.329Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2021-04-09T01:07:20.329Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2021-04-09T01:07:20.329Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2021-04-09T01:07:20.329Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2021-04-09T01:07:20.329Z] === RUN TestFindValidSplit [2021-04-09T01:07:20.329Z] === RUN TestFindValidSplit/0/ [2021-04-09T01:07:20.329Z] === RUN TestFindValidSplit/1/Hello [2021-04-09T01:07:20.329Z] === RUN TestFindValidSplit/2/Hello [2021-04-09T01:07:20.329Z] === RUN TestFindValidSplit/3/Hello [2021-04-09T01:07:20.329Z] === RUN TestFindValidSplit/4/🙃 [2021-04-09T01:07:20.329Z] === RUN TestFindValidSplit/5/🙃 [2021-04-09T01:07:20.329Z] === RUN TestFindValidSplit/6/a� [2021-04-09T01:07:20.329Z] === RUN TestFindValidSplit/7/a� [2021-04-09T01:07:20.329Z] --- PASS: TestFindValidSplit (0.00s) [2021-04-09T01:07:20.329Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2021-04-09T01:07:20.329Z] cloudwatchlogs_test.go:1044: [2021-04-09T01:07:20.329Z] cloudwatchlogs_test.go:1045: [2021-04-09T01:07:20.329Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2021-04-09T01:07:20.329Z] cloudwatchlogs_test.go:1044: Hello [2021-04-09T01:07:20.329Z] cloudwatchlogs_test.go:1045: [2021-04-09T01:07:20.329Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2021-04-09T01:07:20.329Z] cloudwatchlogs_test.go:1044: He [2021-04-09T01:07:20.329Z] cloudwatchlogs_test.go:1045: llo [2021-04-09T01:07:20.329Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2021-04-09T01:07:20.329Z] cloudwatchlogs_test.go:1044: [2021-04-09T01:07:20.329Z] cloudwatchlogs_test.go:1045: Hello [2021-04-09T01:07:20.329Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2021-04-09T01:07:20.329Z] cloudwatchlogs_test.go:1044: [2021-04-09T01:07:20.329Z] cloudwatchlogs_test.go:1045: 🙃 [2021-04-09T01:07:20.329Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2021-04-09T01:07:20.329Z] cloudwatchlogs_test.go:1044: 🙃 [2021-04-09T01:07:20.330Z] cloudwatchlogs_test.go:1045: [2021-04-09T01:07:20.330Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2021-04-09T01:07:20.330Z] cloudwatchlogs_test.go:1044: a [2021-04-09T01:07:20.330Z] cloudwatchlogs_test.go:1045: � [2021-04-09T01:07:20.330Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2021-04-09T01:07:20.330Z] cloudwatchlogs_test.go:1044: a� [2021-04-09T01:07:20.330Z] cloudwatchlogs_test.go:1045: [2021-04-09T01:07:20.330Z] === RUN TestProcessEventEmoji [2021-04-09T01:07:20.330Z] --- PASS: TestProcessEventEmoji (0.00s) [2021-04-09T01:07:20.330Z] === RUN TestCollectBatchLineSplit [2021-04-09T01:07:20.330Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2021-04-09T01:07:20.330Z] === RUN TestCollectBatchLineSplitWithBinary [2021-04-09T01:07:20.330Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2021-04-09T01:07:20.330Z] === RUN TestCollectBatchMaxEvents [2021-04-09T01:07:20.330Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2021-04-09T01:07:20.330Z] === RUN TestCollectBatchMaxTotalBytes [2021-04-09T01:07:20.330Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2021-04-09T01:07:20.330Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2021-04-09T01:07:20.330Z] === RUN TestJSONFileLogger [2021-04-09T01:07:20.330Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2021-04-09T01:07:20.330Z] === RUN TestCollectBatchWithDuplicateTimestamps [2021-04-09T01:07:20.330Z] --- PASS: TestJSONFileLogger (0.00s) [2021-04-09T01:07:20.330Z] === RUN TestJSONFileLoggerWithTags [2021-04-09T01:07:20.330Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2021-04-09T01:07:20.330Z] === RUN TestJSONFileLoggerWithOpts [2021-04-09T01:07:20.330Z] --- PASS: TestJSONFileLoggerWithOpts (0.02s) [2021-04-09T01:07:20.330Z] === RUN TestJSONFileLoggerWithLabelsEnv [2021-04-09T01:07:20.330Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2021-04-09T01:07:20.330Z] === RUN TestEncodeDecode [2021-04-09T01:07:20.330Z] === PAUSE TestEncodeDecode [2021-04-09T01:07:20.330Z] === RUN TestUnexpectedEOF [2021-04-09T01:07:20.330Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.06s) [2021-04-09T01:07:20.330Z] === RUN TestParseLogOptionsMultilinePattern [2021-04-09T01:07:20.330Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2021-04-09T01:07:20.330Z] === RUN TestParseLogOptionsDatetimeFormat [2021-04-09T01:07:20.330Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2021-04-09T01:07:20.330Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2021-04-09T01:07:20.330Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2021-04-09T01:07:20.330Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2021-04-09T01:07:20.330Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2021-04-09T01:07:20.330Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2021-04-09T01:07:20.330Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2021-04-09T01:07:20.330Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2021-04-09T01:07:20.330Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2021-04-09T01:07:20.330Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2021-04-09T01:07:20.330Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2021-04-09T01:07:20.330Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2021-04-09T01:07:20.330Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2021-04-09T01:07:20.330Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2021-04-09T01:07:20.330Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2021-04-09T01:07:20.330Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2021-04-09T01:07:20.330Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2021-04-09T01:07:20.330Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2021-04-09T01:07:20.330Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2021-04-09T01:07:20.330Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2021-04-09T01:07:20.330Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2021-04-09T01:07:20.330Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2021-04-09T01:07:20.330Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2021-04-09T01:07:20.330Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2021-04-09T01:07:20.330Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2021-04-09T01:07:20.330Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2021-04-09T01:07:20.330Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2021-04-09T01:07:20.330Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2021-04-09T01:07:20.330Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2021-04-09T01:07:20.330Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2021-04-09T01:07:20.330Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2021-04-09T01:07:20.330Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2021-04-09T01:07:20.330Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2021-04-09T01:07:20.330Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2021-04-09T01:07:20.330Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2021-04-09T01:07:20.330Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2021-04-09T01:07:20.330Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2021-04-09T01:07:20.330Z] === RUN TestCreateTagSuccess [2021-04-09T01:07:20.330Z] --- PASS: TestCreateTagSuccess (0.00s) [2021-04-09T01:07:20.330Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2021-04-09T01:07:20.330Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2021-04-09T01:07:20.330Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2021-04-09T01:07:20.330Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2021-04-09T01:07:20.330Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2021-04-09T01:07:20.330Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2021-04-09T01:07:20.330Z] PASS [2021-04-09T01:07:20.330Z] coverage: 77.8% of statements [2021-04-09T01:07:20.330Z] ok github.com/docker/docker/daemon/logger/awslogs 0.497s coverage: 77.8% of statements [2021-04-09T01:07:20.330Z] time="2021-04-09T01:07:20Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-04-09T01:07:20.330Z] time="2021-04-09T01:07:20Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-04-09T01:07:20.330Z] --- PASS: TestUnexpectedEOF (0.16s) [2021-04-09T01:07:20.330Z] === CONT TestEncodeDecode [2021-04-09T01:07:20.330Z] --- PASS: TestEncodeDecode (0.00s) [2021-04-09T01:07:20.330Z] PASS [2021-04-09T01:07:20.330Z] coverage: 69.9% of statements [2021-04-09T01:07:20.330Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.373s coverage: 69.9% of statements [2021-04-09T01:07:20.786Z] === RUN TestSearchRegistryForImagesErrors [2021-04-09T01:07:20.786Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2021-04-09T01:07:20.786Z] === RUN TestSearchRegistryForImages [2021-04-09T01:07:20.786Z] --- PASS: TestSearchRegistryForImages (0.00s) [2021-04-09T01:07:20.786Z] === RUN TestOnlyPlatformWithFallback [2021-04-09T01:07:20.786Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2021-04-09T01:07:20.786Z] === RUN TestImageDelete [2021-04-09T01:07:20.786Z] === RUN TestImageDelete/no_lease [2021-04-09T01:07:20.786Z] === RUN TestImageDelete/lease_exists [2021-04-09T01:07:20.786Z] --- PASS: TestImageDelete (0.04s) [2021-04-09T01:07:20.786Z] --- PASS: TestImageDelete/no_lease (0.01s) [2021-04-09T01:07:20.786Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2021-04-09T01:07:20.786Z] === RUN TestContentStoreForPull [2021-04-09T01:07:20.786Z] === RUN TestJSONLogsMarshalJSONBuf [2021-04-09T01:07:20.786Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2021-04-09T01:07:20.786Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2021-04-09T01:07:20.786Z] --- PASS: TestContentStoreForPull (0.26s) [2021-04-09T01:07:20.786Z] PASS [2021-04-09T01:07:20.786Z] coverage: 6.7% of statements [2021-04-09T01:07:20.786Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.19s) [2021-04-09T01:07:20.786Z] === RUN TestFastTimeMarshalJSON [2021-04-09T01:07:20.786Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2021-04-09T01:07:20.786Z] PASS [2021-04-09T01:07:20.786Z] coverage: 87.2% of statements [2021-04-09T01:07:20.786Z] ok github.com/docker/docker/daemon/images 0.681s coverage: 6.7% of statements [2021-04-09T01:07:20.786Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.251s coverage: 87.2% of statements [2021-04-09T01:07:20.786Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-04-09T01:07:20.786Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-04-09T01:07:20.786Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2021-04-09T01:07:20.786Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-04-09T01:07:20.786Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-04-09T01:07:20.786Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2021-04-09T01:07:20.786Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2021-04-09T01:07:21.020Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2021-04-09T01:07:22.177Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2021-04-09T01:07:22.177Z] --- PASS: TestTemplatedConfig (4.29s) [2021-04-09T01:07:22.177Z] === RUN TestConfigCreateResolve [2021-04-09T01:07:22.684Z] --- PASS: TestUpdateCPUQuota (5.85s) [2021-04-09T01:07:22.684Z] === RUN TestUpdatePidsLimit [2021-04-09T01:07:22.684Z] === RUN TestUpdatePidsLimit/update_from_none [2021-04-09T01:07:22.684Z] === RUN TestUpdatePidsLimit/no_change [2021-04-09T01:07:22.939Z] Loaded image: buildpack-deps:buster [2021-04-09T01:07:22.939Z] Loaded image: busybox:latest [2021-04-09T01:07:22.939Z] Loaded image: busybox:glibc [2021-04-09T01:07:22.939Z] Loaded image: debian:bullseye [2021-04-09T01:07:22.939Z] Loaded image: hello-world:latest [2021-04-09T01:07:22.939Z] Loaded image: arm32v7/hello-world:latest [2021-04-09T01:07:22.939Z] INFO: Testing against a local daemon [2021-04-09T01:07:22.939Z] === RUN TestCgroupNamespacesBuild [2021-04-09T01:07:23.259Z] === RUN TestUpdatePidsLimit/update_lower [2021-04-09T01:07:23.681Z] === RUN TestWriteLog [2021-04-09T01:07:23.681Z] === PAUSE TestWriteLog [2021-04-09T01:07:23.681Z] === RUN TestReadLog [2021-04-09T01:07:23.681Z] === PAUSE TestReadLog [2021-04-09T01:07:23.681Z] === CONT TestWriteLog [2021-04-09T01:07:23.681Z] === CONT TestReadLog [2021-04-09T01:07:23.681Z] --- PASS: TestWriteLog (0.00s) [2021-04-09T01:07:23.681Z] === RUN TestReadLog/tail_exact [2021-04-09T01:07:23.681Z] === RUN TestOpenFileDelete [2021-04-09T01:07:23.681Z] --- PASS: TestOpenFileDelete (0.00s) [2021-04-09T01:07:23.681Z] === RUN TestOpenFileRename [2021-04-09T01:07:23.681Z] --- PASS: TestOpenFileRename (0.00s) [2021-04-09T01:07:23.681Z] === RUN TestParseLogTagDefaultTag [2021-04-09T01:07:23.681Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2021-04-09T01:07:23.681Z] === RUN TestParseLogTag [2021-04-09T01:07:23.681Z] --- PASS: TestParseLogTag (0.00s) [2021-04-09T01:07:23.681Z] === RUN TestParseLogTagEmptyTag [2021-04-09T01:07:23.681Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2021-04-09T01:07:23.681Z] === RUN TestTailFiles [2021-04-09T01:07:23.681Z] --- PASS: TestTailFiles (0.00s) [2021-04-09T01:07:23.681Z] === RUN TestFollowLogsConsumerGone [2021-04-09T01:07:23.681Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2021-04-09T01:07:23.681Z] === RUN TestFollowLogsProducerGone [2021-04-09T01:07:23.681Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2021-04-09T01:07:23.681Z] logfile_test.go:232: messages sent: 4098, received: 4098 [2021-04-09T01:07:23.681Z] logfile_test.go:179: logDecode() closed after sending 4098 messages [2021-04-09T01:07:23.681Z] === RUN TestCheckCapacityAndRotate [2021-04-09T01:07:23.681Z] === RUN TestReadLog/tail_less_than_available [2021-04-09T01:07:23.681Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2021-04-09T01:07:23.681Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2021-04-09T01:07:23.681Z] === RUN TestReadLog/tail_more_than_available [2021-04-09T01:07:23.681Z] --- PASS: TestReadLog (0.19s) [2021-04-09T01:07:23.681Z] --- PASS: TestReadLog/tail_exact (0.16s) [2021-04-09T01:07:23.681Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2021-04-09T01:07:23.681Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2021-04-09T01:07:23.681Z] PASS [2021-04-09T01:07:23.681Z] coverage: 75.2% of statements [2021-04-09T01:07:23.681Z] ok github.com/docker/docker/daemon/logger/local 0.376s coverage: 75.2% of statements [2021-04-09T01:07:23.681Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-04-09T01:07:23.832Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-04-09T01:07:24.138Z] --- PASS: TestCheckCapacityAndRotate (0.22s) [2021-04-09T01:07:24.138Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2021-04-09T01:07:24.138Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.15s) [2021-04-09T01:07:24.138Z] PASS [2021-04-09T01:07:24.138Z] coverage: 55.3% of statements [2021-04-09T01:07:24.138Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.452s coverage: 55.3% of statements [2021-04-09T01:07:24.138Z] === RUN TestLog [2021-04-09T01:07:24.138Z] --- PASS: TestLog (0.01s) [2021-04-09T01:07:24.138Z] PASS [2021-04-09T01:07:24.138Z] coverage: 31.5% of statements [2021-04-09T01:07:24.138Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.095s coverage: 31.5% of statements [2021-04-09T01:07:24.554Z] --- PASS: TestServiceWithDataPathPortInit (15.89s) [2021-04-09T01:07:24.554Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-04-09T01:07:24.595Z] === RUN TestValidateLogOpt [2021-04-09T01:07:24.595Z] --- PASS: TestValidateLogOpt (0.00s) [2021-04-09T01:07:24.595Z] === RUN TestNewMissedConfig [2021-04-09T01:07:24.595Z] --- PASS: TestNewMissedConfig (0.00s) [2021-04-09T01:07:24.595Z] === RUN TestNewMissedUrl [2021-04-09T01:07:24.595Z] --- PASS: TestNewMissedUrl (0.00s) [2021-04-09T01:07:24.595Z] === RUN TestNewMissedToken [2021-04-09T01:07:24.595Z] --- PASS: TestNewMissedToken (0.00s) [2021-04-09T01:07:24.595Z] === RUN TestNewWithProxy [2021-04-09T01:07:24.595Z] --- PASS: TestNewWithProxy (0.00s) [2021-04-09T01:07:24.595Z] === RUN TestDefault [2021-04-09T01:07:24.595Z] --- PASS: TestDefault (0.01s) [2021-04-09T01:07:24.595Z] === RUN TestInlineFormatWithNonDefaultOptions [2021-04-09T01:07:24.595Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2021-04-09T01:07:24.595Z] === RUN TestJsonFormat [2021-04-09T01:07:24.595Z] --- PASS: TestJsonFormat (0.01s) [2021-04-09T01:07:24.595Z] === RUN TestRawFormat [2021-04-09T01:07:24.595Z] --- PASS: TestRawFormat (0.00s) [2021-04-09T01:07:24.595Z] === RUN TestRawFormatWithLabels [2021-04-09T01:07:24.595Z] --- PASS: TestRawFormatWithLabels (0.00s) [2021-04-09T01:07:24.595Z] === RUN TestRawFormatWithoutTag [2021-04-09T01:07:24.595Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2021-04-09T01:07:24.595Z] === RUN TestBatching [2021-04-09T01:07:24.708Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-04-09T01:07:24.777Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-04-09T01:07:24.967Z] --- PASS: TestConfigCreateResolve (2.99s) [2021-04-09T01:07:24.967Z] === RUN TestConfigDaemonLibtrustID [2021-04-09T01:07:25.051Z] --- PASS: TestBatching (0.32s) [2021-04-09T01:07:25.051Z] === RUN TestFrequency [2021-04-09T01:07:25.051Z] --- PASS: TestFrequency (0.25s) [2021-04-09T01:07:25.051Z] === RUN TestOneMessagePerRequest [2021-04-09T01:07:25.051Z] --- PASS: TestOneMessagePerRequest (0.00s) [2021-04-09T01:07:25.051Z] === RUN TestVerify [2021-04-09T01:07:25.051Z] --- PASS: TestVerify (0.00s) [2021-04-09T01:07:25.051Z] === RUN TestSkipVerify [2021-04-09T01:07:25.349Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-04-09T01:07:25.478Z] --- PASS: TestCgroupNamespacesBuild (3.07s) [2021-04-09T01:07:25.478Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-04-09T01:07:25.508Z] time="2021-04-09T01:07:24Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-09T01:07:25.508Z] time="2021-04-09T01:07:25Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-09T01:07:25.508Z] time="2021-04-09T01:07:25Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-09T01:07:25.508Z] time="2021-04-09T01:07:25Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-09T01:07:25.508Z] === RUN TestNewParse [2021-04-09T01:07:25.508Z] --- PASS: TestNewParse (0.00s) [2021-04-09T01:07:25.508Z] PASS [2021-04-09T01:07:25.508Z] coverage: 8.3% of statements [2021-04-09T01:07:25.508Z] ok github.com/docker/docker/daemon/logger/templates 0.110s coverage: 8.3% of statements [2021-04-09T01:07:25.904Z] --- PASS: TestConfigDaemonLibtrustID (0.77s) [2021-04-09T01:07:25.904Z] PASS [2021-04-09T01:07:25.904Z] [2021-04-09T01:07:25.904Z] DONE 7 tests in 21.376s [2021-04-09T01:07:25.904Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-04-09T01:07:25.904Z] ++ 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-09T01:07:25.904Z] ++ set -e [2021-04-09T01:07:25.904Z] ++ '[' -n 0 ']' [2021-04-09T01:07:25.904Z] ++ set -x [2021-04-09T01:07:25.904Z] ++ env -i DEST=/go/src/github.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-09T01:07:25.904Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2021-04-09T01:07:25.904Z] INFO: Testing against a local daemon [2021-04-09T01:07:25.904Z] === RUN TestCheckpoint [2021-04-09T01:07:25.904Z] --- SKIP: TestCheckpoint (0.00s) [2021-04-09T01:07:25.904Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-04-09T01:07:25.904Z] === RUN TestContainerInvalidJSON [2021-04-09T01:07:25.904Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-04-09T01:07:25.904Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-04-09T01:07:25.904Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-04-09T01:07:25.904Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-04-09T01:07:25.904Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-04-09T01:07:25.904Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-04-09T01:07:25.904Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-04-09T01:07:25.904Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-04-09T01:07:25.904Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-04-09T01:07:25.904Z] --- PASS: TestContainerInvalidJSON (0.02s) [2021-04-09T01:07:25.904Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2021-04-09T01:07:25.904Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-04-09T01:07:25.904Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2021-04-09T01:07:25.904Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-04-09T01:07:25.922Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-04-09T01:07:25.969Z] --- PASS: TestSkipVerify (0.70s) [2021-04-09T01:07:25.969Z] === RUN TestBufferMaximum [2021-04-09T01:07:25.969Z] time="2021-04-09T01:07:25Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-09T01:07:25.969Z] time="2021-04-09T01:07:25Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-09T01:07:25.969Z] time="2021-04-09T01:07:25Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-09T01:07:25.969Z] time="2021-04-09T01:07:25Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-09T01:07:25.969Z] time="2021-04-09T01:07:25Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-09T01:07:25.969Z] time="2021-04-09T01:07:25Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1617930445.601121\",\"host\":\"875a092feb54\"}'" [2021-04-09T01:07:25.969Z] time="2021-04-09T01:07:25Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1617930445.601121\",\"host\":\"875a092feb54\"}'" [2021-04-09T01:07:25.969Z] --- PASS: TestBufferMaximum (0.01s) [2021-04-09T01:07:25.969Z] === RUN TestServerAlwaysDown [2021-04-09T01:07:25.969Z] time="2021-04-09T01:07:25Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-09T01:07:25.969Z] time="2021-04-09T01:07:25Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-09T01:07:25.969Z] time="2021-04-09T01:07:25Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1617930445.612105\",\"host\":\"875a092feb54\"}'" [2021-04-09T01:07:25.969Z] time="2021-04-09T01:07:25Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1617930445.612105\",\"host\":\"875a092feb54\"}'" [2021-04-09T01:07:25.969Z] time="2021-04-09T01:07:25Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-09T01:07:25.969Z] time="2021-04-09T01:07:25Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1617930445.612105\",\"host\":\"875a092feb54\"}'" [2021-04-09T01:07:25.969Z] time="2021-04-09T01:07:25Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1617930445.613115\",\"host\":\"875a092feb54\"}'" [2021-04-09T01:07:25.969Z] time="2021-04-09T01:07:25Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1617930445.613115\",\"host\":\"875a092feb54\"}'" [2021-04-09T01:07:25.969Z] --- PASS: TestServerAlwaysDown (0.00s) [2021-04-09T01:07:25.969Z] === RUN TestCannotSendAfterClose [2021-04-09T01:07:25.969Z] --- PASS: TestCannotSendAfterClose (0.00s) [2021-04-09T01:07:25.969Z] === RUN TestDeadlockOnBlockedEndpoint [2021-04-09T01:07:26.163Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2021-04-09T01:07:26.163Z] === RUN TestCopyFromContainerPathIsNotDir [2021-04-09T01:07:26.163Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2021-04-09T01:07:26.163Z] === RUN TestCopyToContainerPathDoesNotExist [2021-04-09T01:07:26.163Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2021-04-09T01:07:26.163Z] === RUN TestCopyToContainerPathIsNotDir [2021-04-09T01:07:26.163Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2021-04-09T01:07:26.163Z] === RUN TestCopyFromContainer [2021-04-09T01:07:26.422Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2021-04-09T01:07:26.426Z] === RUN TestParseLogFormat [2021-04-09T01:07:26.426Z] --- PASS: TestParseLogFormat (0.00s) [2021-04-09T01:07:26.426Z] === RUN TestValidateLogOptEmpty [2021-04-09T01:07:26.426Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2021-04-09T01:07:26.426Z] === RUN TestValidateSyslogAddress [2021-04-09T01:07:26.426Z] --- PASS: TestValidateSyslogAddress (0.00s) [2021-04-09T01:07:26.426Z] === RUN TestParseAddressDefaultPort [2021-04-09T01:07:26.426Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2021-04-09T01:07:26.426Z] === RUN TestValidateSyslogFacility [2021-04-09T01:07:26.426Z] --- PASS: TestValidateSyslogFacility (0.00s) [2021-04-09T01:07:26.426Z] === RUN TestValidateLogOptSyslogFormat [2021-04-09T01:07:26.426Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2021-04-09T01:07:26.426Z] === RUN TestValidateLogOpt [2021-04-09T01:07:26.426Z] --- PASS: TestValidateLogOpt (0.00s) [2021-04-09T01:07:26.426Z] PASS [2021-04-09T01:07:26.426Z] coverage: 46.8% of statements [2021-04-09T01:07:26.426Z] ok github.com/docker/docker/daemon/logger/syslog 0.088s coverage: 46.8% of statements [2021-04-09T01:07:26.882Z] time="2021-04-09T01:07:26Z" level=warning msg="Error while sending logs" error="Post http://127.0.0.1:49202/services/collector/event/1.0: context deadline exceeded" module=logger/splunk [2021-04-09T01:07:26.882Z] time="2021-04-09T01:07:26Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"875a092feb54\"}'" [2021-04-09T01:07:26.882Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2021-04-09T01:07:26.882Z] PASS [2021-04-09T01:07:26.882Z] coverage: 82.5% of statements [2021-04-09T01:07:26.882Z] ok github.com/docker/docker/daemon/logger/splunk 2.395s coverage: 82.5% of statements [2021-04-09T01:07:26.882Z] ? github.com/docker/docker/daemon/names [no test files] [2021-04-09T01:07:26.882Z] ? github.com/docker/docker/daemon/network [no test files] [2021-04-09T01:07:26.882Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-04-09T01:07:27.309Z] --- PASS: TestUpdatePidsLimit (5.19s) [2021-04-09T01:07:27.309Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.65s) [2021-04-09T01:07:27.309Z] --- PASS: TestUpdatePidsLimit/no_change (0.65s) [2021-04-09T01:07:27.309Z] --- PASS: TestUpdatePidsLimit/update_lower (0.65s) [2021-04-09T01:07:27.309Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.64s) [2021-04-09T01:07:27.309Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.63s) [2021-04-09T01:07:27.309Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.65s) [2021-04-09T01:07:27.309Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.64s) [2021-04-09T01:07:27.309Z] === RUN TestUpdateRestartPolicy [2021-04-09T01:07:27.359Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2021-04-09T01:07:28.295Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2021-04-09T01:07:28.295Z] === RUN TestCopyFromContainer// [2021-04-09T01:07:28.295Z] === RUN TestCopyFromContainer//bar/root [2021-04-09T01:07:28.415Z] === RUN TestV1IDService [2021-04-09T01:07:28.415Z] --- PASS: TestV1IDService (0.09s) [2021-04-09T01:07:28.415Z] === RUN TestV2MetadataService [2021-04-09T01:07:28.415Z] === RUN TestContinueOnError_NonMirrorEndpoint [2021-04-09T01:07:28.415Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2021-04-09T01:07:28.555Z] === RUN TestCopyFromContainer//bar/root/ [2021-04-09T01:07:28.555Z] === RUN TestCopyFromContainer/bar/quux [2021-04-09T01:07:28.766Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.70s) [2021-04-09T01:07:28.766Z] === RUN TestBuildWithSession [2021-04-09T01:07:28.766Z] --- SKIP: TestBuildWithSession (0.00s) [2021-04-09T01:07:28.766Z] build_session_test.go:25: TODO: BuildKit [2021-04-09T01:07:28.766Z] === RUN TestBuildSquashParent [2021-04-09T01:07:28.814Z] === RUN TestCopyFromContainer/bar/quux/ [2021-04-09T01:07:28.814Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-04-09T01:07:28.871Z] === RUN TestContinueOnError_MirrorEndpoint [2021-04-09T01:07:28.871Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2021-04-09T01:07:28.871Z] === RUN TestContinueOnError_NeverContinue [2021-04-09T01:07:28.871Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2021-04-09T01:07:28.871Z] === RUN TestManifestStore [2021-04-09T01:07:28.871Z] === RUN TestManifestStore/no_remote_or_local [2021-04-09T01:07:28.871Z] time="2021-04-09T01:07:28Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local080707887\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2021-04-09T01:07:28.871Z] === RUN TestManifestStore/no_local_cache [2021-04-09T01:07:28.871Z] === RUN TestManifestStore/with_local_cache [2021-04-09T01:07:28.871Z] === RUN TestManifestStore/unknown_media_type [2021-04-09T01:07:28.871Z] === RUN TestManifestStore/unknown_media_type/no_cache [2021-04-09T01:07:28.871Z] time="2021-04-09T01:07:28Z" level=warning msg="reference for unknown type: " [2021-04-09T01:07:28.871Z] time="2021-04-09T01:07:28Z" level=warning msg="reference for unknown type: " [2021-04-09T01:07:28.871Z] === RUN TestManifestStore/unknown_media_type/with_cache [2021-04-09T01:07:28.871Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2021-04-09T01:07:28.871Z] time="2021-04-09T01:07:28Z" level=warning msg="reference for unknown type: " [2021-04-09T01:07:28.871Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2021-04-09T01:07:28.871Z] time="2021-04-09T01:07:28Z" level=warning msg="reference for unknown type: " [2021-04-09T01:07:28.871Z] time="2021-04-09T01:07:28Z" level=warning msg="reference for unknown type: " [2021-04-09T01:07:28.871Z] === RUN TestManifestStore/error_persisting_manifest [2021-04-09T01:07:28.871Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2021-04-09T01:07:28.871Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2021-04-09T01:07:28.871Z] time="2021-04-09T01:07:28Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2021-04-09T01:07:28.871Z] --- PASS: TestManifestStore (0.43s) [2021-04-09T01:07:28.871Z] --- PASS: TestManifestStore/no_remote_or_local (0.25s) [2021-04-09T01:07:28.871Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2021-04-09T01:07:28.871Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2021-04-09T01:07:28.871Z] --- PASS: TestManifestStore/unknown_media_type (0.07s) [2021-04-09T01:07:28.871Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.03s) [2021-04-09T01:07:28.871Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s) [2021-04-09T01:07:28.871Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2021-04-09T01:07:28.871Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2021-04-09T01:07:28.871Z] --- PASS: TestManifestStore/error_persisting_manifest (0.07s) [2021-04-09T01:07:28.871Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2021-04-09T01:07:28.871Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.07s) [2021-04-09T01:07:28.871Z] === RUN TestDetectManifestBlobMediaType [2021-04-09T01:07:28.871Z] === RUN TestDetectManifestBlobMediaType/schema1 [2021-04-09T01:07:28.871Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2021-04-09T01:07:28.871Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2021-04-09T01:07:28.871Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2021-04-09T01:07:28.871Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2021-04-09T01:07:28.871Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2021-04-09T01:07:28.871Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2021-04-09T01:07:28.871Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2021-04-09T01:07:28.871Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2021-04-09T01:07:28.871Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2021-04-09T01:07:28.871Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2021-04-09T01:07:28.871Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2021-04-09T01:07:28.871Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2021-04-09T01:07:28.871Z] === RUN TestFixManifestLayers [2021-04-09T01:07:28.871Z] --- PASS: TestFixManifestLayers (0.00s) [2021-04-09T01:07:28.871Z] === RUN TestFixManifestLayersBaseLayerParent [2021-04-09T01:07:28.871Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2021-04-09T01:07:28.871Z] pull_v2_test.go:73: Needs fixing on Windows [2021-04-09T01:07:28.871Z] === RUN TestFixManifestLayersBadParent [2021-04-09T01:07:28.871Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2021-04-09T01:07:28.871Z] === RUN TestValidateManifest [2021-04-09T01:07:28.871Z] --- SKIP: TestValidateManifest (0.00s) [2021-04-09T01:07:28.871Z] pull_v2_test.go:118: Needs fixing on Windows [2021-04-09T01:07:28.871Z] === RUN TestFormatPlatform [2021-04-09T01:07:28.871Z] --- PASS: TestFormatPlatform (0.00s) [2021-04-09T01:07:28.871Z] === RUN TestGetRepositoryMountCandidates [2021-04-09T01:07:28.871Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2021-04-09T01:07:28.871Z] === RUN TestLayerAlreadyExists [2021-04-09T01:07:28.871Z] --- PASS: TestLayerAlreadyExists (0.00s) [2021-04-09T01:07:28.871Z] 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-09T01:07:28.871Z] 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-09T01:07:28.871Z] 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-09T01:07:28.871Z] 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-09T01:07:28.871Z] 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-09T01:07:28.871Z] 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-09T01:07:28.871Z] === RUN TestWhenEmptyAuthConfig [2021-04-09T01:07:29.072Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-04-09T01:07:29.072Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2021-04-09T01:07:29.330Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-04-09T01:07:29.330Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-04-09T01:07:29.330Z] === RUN TestCopyFromContainer/bar/notarget [2021-04-09T01:07:29.589Z] --- PASS: TestCopyFromContainer (3.37s) [2021-04-09T01:07:29.589Z] --- PASS: TestCopyFromContainer// (0.14s) [2021-04-09T01:07:29.589Z] --- PASS: TestCopyFromContainer//bar/root (0.11s) [2021-04-09T01:07:29.589Z] --- PASS: TestCopyFromContainer//bar/root/ (0.13s) [2021-04-09T01:07:29.589Z] --- PASS: TestCopyFromContainer/bar/quux (0.13s) [2021-04-09T01:07:29.589Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.10s) [2021-04-09T01:07:29.589Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.17s) [2021-04-09T01:07:29.589Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.20s) [2021-04-09T01:07:29.589Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s) [2021-04-09T01:07:29.589Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s) [2021-04-09T01:07:29.589Z] --- PASS: TestCopyFromContainer/bar/notarget (0.12s) [2021-04-09T01:07:29.589Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-04-09T01:07:29.589Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-04-09T01:07:29.589Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-09T01:07:29.589Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-09T01:07:29.589Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-09T01:07:29.589Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-09T01:07:29.589Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-09T01:07:29.589Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-09T01:07:29.589Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-09T01:07:29.589Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-09T01:07:29.589Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-09T01:07:29.589Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-04-09T01:07:29.589Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-04-09T01:07:29.589Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-04-09T01:07:29.589Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2021-04-09T01:07:29.589Z] === RUN TestCreateLinkToNonExistingContainer [2021-04-09T01:07:29.589Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2021-04-09T01:07:29.589Z] === RUN TestCreateWithInvalidEnv [2021-04-09T01:07:29.589Z] === RUN TestCreateWithInvalidEnv/0 [2021-04-09T01:07:29.589Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-04-09T01:07:29.589Z] === RUN TestCreateWithInvalidEnv/1 [2021-04-09T01:07:29.589Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-04-09T01:07:29.589Z] === RUN TestCreateWithInvalidEnv/2 [2021-04-09T01:07:29.589Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-04-09T01:07:29.589Z] === CONT TestCreateWithInvalidEnv/0 [2021-04-09T01:07:29.589Z] === CONT TestCreateWithInvalidEnv/2 [2021-04-09T01:07:29.589Z] === CONT TestCreateWithInvalidEnv/1 [2021-04-09T01:07:29.589Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-04-09T01:07:29.589Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-04-09T01:07:29.589Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-04-09T01:07:29.590Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2021-04-09T01:07:29.590Z] === RUN TestCreateTmpfsMountsTarget [2021-04-09T01:07:29.590Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-04-09T01:07:29.590Z] === RUN TestCreateWithCustomMaskedPaths [2021-04-09T01:07:29.792Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.83s) [2021-04-09T01:07:29.792Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:nlf9j1emxiqapczx3s20zmm7j Created:2021-04-09 01:07:23.279685581 +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[86a8c584394475065f5082f9eda72c6a7b43526e919fa641216b08fd7a92182f:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.jnlf79ynl58n8wz01uk73dfrg EndpointID:2e7d320a822deb50d64a284dba02dec5c1aae948745fc8d5815ded3086ab588f MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:0c287a3be819b579a92d4bc04c57d4e2f7922be28d8e5561ec8bdd46915a7e61 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:e646f06a59f5 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.jnlf79ynl58n8wz01uk73dfrg EndpointID:2e7d320a822deb50d64a284dba02dec5c1aae948745fc8d5815ded3086ab588f EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-04-09T01:07:29.792Z] PASS [2021-04-09T01:07:29.792Z] [2021-04-09T01:07:29.792Z] === Skipped [2021-04-09T01:07:29.792Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-04-09T01:07:29.792Z] service_test.go:242: FLAKY_TEST [2021-04-09T01:07:29.792Z] [2021-04-09T01:07:29.792Z] [2021-04-09T01:07:29.792Z] DONE 26 tests, 1 skipped in 55.434s [2021-04-09T01:07:29.792Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-04-09T01:07:29.792Z] INFO: Testing against a local daemon [2021-04-09T01:07:29.792Z] === RUN TestDockerNetworkIpvlanPersistance [2021-04-09T01:07:29.792Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-04-09T01:07:29.792Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-09T01:07:29.792Z] === RUN TestDockerNetworkIpvlan [2021-04-09T01:07:29.792Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-04-09T01:07:29.792Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-09T01:07:29.792Z] PASS [2021-04-09T01:07:29.792Z] [2021-04-09T01:07:29.792Z] === Skipped [2021-04-09T01:07:29.792Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-04-09T01:07:29.792Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-09T01:07:29.792Z] [2021-04-09T01:07:29.792Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-04-09T01:07:29.792Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-09T01:07:29.792Z] [2021-04-09T01:07:29.792Z] [2021-04-09T01:07:29.792Z] DONE 2 tests, 2 skipped in 0.037s [2021-04-09T01:07:29.792Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-04-09T01:07:29.792Z] INFO: Testing against a local daemon [2021-04-09T01:07:29.792Z] === RUN TestDockerNetworkMacvlanPersistance [2021-04-09T01:07:29.835Z] --- PASS: TestV2MetadataService (1.28s) [2021-04-09T01:07:29.835Z] PASS [2021-04-09T01:07:29.835Z] coverage: 48.2% of statements [2021-04-09T01:07:29.835Z] ok github.com/docker/docker/distribution/metadata 1.537s coverage: 48.2% of statements [2021-04-09T01:07:29.835Z] === RUN TestSuccessfulDownload [2021-04-09T01:07:29.835Z] --- SKIP: TestSuccessfulDownload (0.00s) [2021-04-09T01:07:29.835Z] download_test.go:268: Needs fixing on Windows [2021-04-09T01:07:29.835Z] === RUN TestCancelledDownload [2021-04-09T01:07:29.835Z] --- PASS: TestCancelledDownload (0.00s) [2021-04-09T01:07:29.835Z] === RUN TestMaxDownloadAttempts [2021-04-09T01:07:29.835Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-04-09T01:07:29.835Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-04-09T01:07:29.835Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-04-09T01:07:29.835Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-04-09T01:07:29.835Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-04-09T01:07:29.835Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-04-09T01:07:29.835Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-04-09T01:07:29.835Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-04-09T01:07:29.835Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-04-09T01:07:29.835Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-04-09T01:07:29.835Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-04-09T01:07:29.835Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-04-09T01:07:29.835Z] === RUN TestNotFound [2021-04-09T01:07:29.835Z] --- PASS: TestNotFound (0.00s) [2021-04-09T01:07:29.835Z] === RUN TestConflict [2021-04-09T01:07:29.835Z] --- PASS: TestConflict (0.00s) [2021-04-09T01:07:29.835Z] === RUN TestForbidden [2021-04-09T01:07:29.835Z] --- PASS: TestForbidden (0.00s) [2021-04-09T01:07:29.835Z] === RUN TestInvalidParameter [2021-04-09T01:07:29.835Z] --- PASS: TestInvalidParameter (0.00s) [2021-04-09T01:07:29.835Z] === RUN TestNotImplemented [2021-04-09T01:07:29.835Z] --- PASS: TestNotImplemented (0.00s) [2021-04-09T01:07:29.835Z] === RUN TestNotModified [2021-04-09T01:07:29.835Z] --- PASS: TestNotModified (0.00s) [2021-04-09T01:07:29.835Z] === RUN TestUnauthorized [2021-04-09T01:07:29.835Z] --- PASS: TestUnauthorized (0.00s) [2021-04-09T01:07:29.835Z] === RUN TestUnknown [2021-04-09T01:07:29.835Z] --- PASS: TestUnknown (0.00s) [2021-04-09T01:07:29.835Z] === RUN TestCancelled [2021-04-09T01:07:29.835Z] --- PASS: TestCancelled (0.00s) [2021-04-09T01:07:29.835Z] === RUN TestDeadline [2021-04-09T01:07:29.835Z] --- PASS: TestDeadline (0.00s) [2021-04-09T01:07:29.835Z] === RUN TestDataLoss [2021-04-09T01:07:29.835Z] --- PASS: TestDataLoss (0.00s) [2021-04-09T01:07:29.835Z] === RUN TestUnavailable [2021-04-09T01:07:29.835Z] --- PASS: TestUnavailable (0.00s) [2021-04-09T01:07:29.835Z] === RUN TestSystem [2021-04-09T01:07:29.835Z] --- PASS: TestSystem (0.00s) [2021-04-09T01:07:29.835Z] === RUN TestFromStatusCode [2021-04-09T01:07:29.835Z] === RUN TestFromStatusCode/Not_Found [2021-04-09T01:07:29.835Z] === RUN TestFromStatusCode/Bad_Request [2021-04-09T01:07:29.835Z] === RUN TestFromStatusCode/Conflict [2021-04-09T01:07:29.835Z] === RUN TestFromStatusCode/Unauthorized [2021-04-09T01:07:29.835Z] === RUN TestFromStatusCode/Service_Unavailable [2021-04-09T01:07:29.835Z] === RUN TestFromStatusCode/Forbidden [2021-04-09T01:07:29.835Z] === RUN TestFromStatusCode/Not_Modified [2021-04-09T01:07:29.835Z] === RUN TestFromStatusCode/Not_Implemented [2021-04-09T01:07:29.835Z] === RUN TestFromStatusCode/Internal_Server_Error [2021-04-09T01:07:29.835Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2021-04-09T01:07:29.835Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2021-04-09T01:07:29.835Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2021-04-09T01:07:29.835Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2021-04-09T01:07:29.835Z] --- PASS: TestFromStatusCode (0.00s) [2021-04-09T01:07:29.835Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2021-04-09T01:07:29.835Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2021-04-09T01:07:29.835Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2021-04-09T01:07:29.835Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2021-04-09T01:07:29.835Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2021-04-09T01:07:29.835Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2021-04-09T01:07:29.835Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2021-04-09T01:07:29.835Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2021-04-09T01:07:29.835Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2021-04-09T01:07:29.835Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2021-04-09T01:07:29.835Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2021-04-09T01:07:29.835Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2021-04-09T01:07:29.835Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2021-04-09T01:07:29.835Z] PASS [2021-04-09T01:07:29.835Z] coverage: 53.1% of statements [2021-04-09T01:07:29.835Z] ok github.com/docker/docker/errdefs 0.042s coverage: 53.1% of statements [2021-04-09T01:07:29.848Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-04-09T01:07:30.292Z] time="2021-04-09T01:07:29Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-04-09T01:07:30.292Z] time="2021-04-09T01:07:29Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-04-09T01:07:30.292Z] time="2021-04-09T01:07:29Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-04-09T01:07:30.292Z] time="2021-04-09T01:07:29Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-04-09T01:07:30.292Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2021-04-09T01:07:30.292Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.39s) [2021-04-09T01:07:30.292Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.39s) [2021-04-09T01:07:30.292Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.39s) [2021-04-09T01:07:30.292Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.39s) [2021-04-09T01:07:30.292Z] === RUN TestTransfer [2021-04-09T01:07:30.292Z] --- PASS: TestWhenEmptyAuthConfig (1.13s) [2021-04-09T01:07:30.292Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2021-04-09T01:07:30.292Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2021-04-09T01:07:30.292Z] === RUN TestTokenPassThru [2021-04-09T01:07:30.292Z] --- PASS: TestTokenPassThru (0.01s) [2021-04-09T01:07:30.292Z] === RUN TestTokenPassThruDifferentHost [2021-04-09T01:07:30.292Z] --- PASS: TestTokenPassThruDifferentHost (0.02s) [2021-04-09T01:07:30.292Z] PASS [2021-04-09T01:07:30.292Z] coverage: 23.6% of statements [2021-04-09T01:07:30.292Z] ok github.com/docker/docker/distribution 1.735s coverage: 23.6% of statements [2021-04-09T01:07:30.292Z] --- PASS: TestTransfer (0.14s) [2021-04-09T01:07:30.292Z] === RUN TestConcurrencyLimit [2021-04-09T01:07:30.292Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-04-09T01:07:30.748Z] --- PASS: TestConcurrencyLimit (0.41s) [2021-04-09T01:07:30.748Z] === RUN TestInactiveJobs [2021-04-09T01:07:31.154Z] tests/integration/api_volume_test.py ......... [ 74%] [2021-04-09T01:07:31.154Z] tests/integration/client_test.py ..... [ 75%] [2021-04-09T01:07:31.154Z] tests/integration/context_api_test.py ... [ 76%] [2021-04-09T01:07:31.154Z] tests/integration/errors_test.py . [ 76%] [2021-04-09T01:07:31.206Z] --- PASS: TestInactiveJobs (0.57s) [2021-04-09T01:07:31.206Z] === RUN TestWatchRelease [2021-04-09T01:07:31.206Z] --- PASS: TestWatchRelease (0.07s) [2021-04-09T01:07:31.206Z] === RUN TestWatchFinishedTransfer [2021-04-09T01:07:31.206Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2021-04-09T01:07:31.206Z] === RUN TestDuplicateTransfer [2021-04-09T01:07:31.206Z] --- PASS: TestDuplicateTransfer (0.04s) [2021-04-09T01:07:31.206Z] === RUN TestSuccessfulUpload [2021-04-09T01:07:31.679Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.90s) [2021-04-09T01:07:31.679Z] === RUN TestDockerNetworkMacvlan [2021-04-09T01:07:32.168Z] time="2021-04-09T01:07:31Z" level=error msg="Upload failed, retrying: simulating retry" [2021-04-09T01:07:32.168Z] === RUN TestCompare [2021-04-09T01:07:32.168Z] --- PASS: TestCompare (0.00s) [2021-04-09T01:07:32.168Z] PASS [2021-04-09T01:07:32.168Z] coverage: 19.2% of statements [2021-04-09T01:07:32.168Z] ok github.com/docker/docker/image/cache 0.069s coverage: 19.2% of statements [2021-04-09T01:07:32.168Z] --- PASS: TestSuccessfulUpload (0.72s) [2021-04-09T01:07:32.168Z] === RUN TestCancelledUpload [2021-04-09T01:07:32.168Z] --- PASS: TestCancelledUpload (0.00s) [2021-04-09T01:07:32.168Z] PASS [2021-04-09T01:07:32.168Z] coverage: 77.3% of statements [2021-04-09T01:07:32.168Z] ok github.com/docker/docker/distribution/xfer 2.477s coverage: 77.3% of statements [2021-04-09T01:07:32.168Z] ? github.com/docker/docker/dockerversion [no test files] [2021-04-09T01:07:32.168Z] === RUN TestFSGetInvalidData [2021-04-09T01:07:32.168Z] --- PASS: TestFSGetInvalidData (0.02s) [2021-04-09T01:07:32.168Z] === RUN TestFSInvalidSet [2021-04-09T01:07:32.168Z] --- PASS: TestFSInvalidSet (0.02s) [2021-04-09T01:07:32.168Z] === RUN TestFSInvalidRoot [2021-04-09T01:07:32.168Z] --- PASS: TestFSInvalidRoot (0.01s) [2021-04-09T01:07:32.168Z] === RUN TestFSMetadataGetSet [2021-04-09T01:07:32.168Z] --- PASS: TestFSMetadataGetSet (0.06s) [2021-04-09T01:07:32.168Z] === RUN TestFSInvalidWalker [2021-04-09T01:07:32.168Z] --- PASS: TestFSInvalidWalker (0.02s) [2021-04-09T01:07:32.168Z] === RUN TestFSGetSet [2021-04-09T01:07:32.168Z] --- PASS: TestFSGetSet (0.02s) [2021-04-09T01:07:32.168Z] === RUN TestFSGetUnsetKey [2021-04-09T01:07:32.168Z] --- PASS: TestFSGetUnsetKey (0.01s) [2021-04-09T01:07:32.168Z] === RUN TestFSGetEmptyData [2021-04-09T01:07:32.168Z] --- PASS: TestFSGetEmptyData (0.00s) [2021-04-09T01:07:32.168Z] === RUN TestFSDelete [2021-04-09T01:07:32.168Z] --- PASS: TestFSDelete (0.02s) [2021-04-09T01:07:32.168Z] === RUN TestFSWalker [2021-04-09T01:07:32.380Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-04-09T01:07:32.604Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-04-09T01:07:32.624Z] --- PASS: TestFSWalker (0.02s) [2021-04-09T01:07:32.624Z] === RUN TestFSWalkerStopOnError [2021-04-09T01:07:32.624Z] --- PASS: TestFSWalkerStopOnError (0.09s) [2021-04-09T01:07:32.624Z] === RUN TestNewFromJSON [2021-04-09T01:07:32.624Z] --- PASS: TestNewFromJSON (0.00s) [2021-04-09T01:07:32.624Z] === RUN TestNewFromJSONWithInvalidJSON [2021-04-09T01:07:32.624Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2021-04-09T01:07:32.624Z] === RUN TestMarshalKeyOrder [2021-04-09T01:07:32.624Z] --- PASS: TestMarshalKeyOrder (0.00s) [2021-04-09T01:07:32.624Z] === RUN TestHistoryEqual [2021-04-09T01:07:32.624Z] --- PASS: TestHistoryEqual (0.16s) [2021-04-09T01:07:32.624Z] === RUN TestImage [2021-04-09T01:07:32.624Z] --- PASS: TestImage (0.00s) [2021-04-09T01:07:32.624Z] === RUN TestImageOSNotEmpty [2021-04-09T01:07:32.624Z] --- PASS: TestImageOSNotEmpty (0.00s) [2021-04-09T01:07:32.624Z] === RUN TestNewChildImageFromImageWithRootFS [2021-04-09T01:07:32.624Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2021-04-09T01:07:32.624Z] === RUN TestCreate [2021-04-09T01:07:32.624Z] --- PASS: TestCreate (0.02s) [2021-04-09T01:07:32.624Z] === RUN TestRestore [2021-04-09T01:07:32.624Z] time="2021-04-09T01:07:32Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2021-04-09T01:07:32.624Z] --- PASS: TestRestore (0.04s) [2021-04-09T01:07:32.624Z] === RUN TestAddDelete [2021-04-09T01:07:32.624Z] --- PASS: TestAddDelete (0.03s) [2021-04-09T01:07:32.624Z] === RUN TestSearchAfterDelete [2021-04-09T01:07:32.624Z] --- PASS: TestSearchAfterDelete (0.01s) [2021-04-09T01:07:32.624Z] === RUN TestParentReset [2021-04-09T01:07:32.624Z] --- PASS: TestParentReset (0.04s) [2021-04-09T01:07:32.624Z] === RUN TestGetAndSetLastUpdated [2021-04-09T01:07:32.624Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2021-04-09T01:07:32.624Z] === RUN TestStoreLen [2021-04-09T01:07:32.624Z] --- PASS: TestStoreLen (0.07s) [2021-04-09T01:07:32.624Z] PASS [2021-04-09T01:07:32.624Z] coverage: 86.6% of statements [2021-04-09T01:07:32.624Z] ok github.com/docker/docker/image 0.820s coverage: 86.6% of statements [2021-04-09T01:07:33.080Z] === RUN TestValidateManifest [2021-04-09T01:07:33.080Z] === RUN TestValidateManifest/nil [2021-04-09T01:07:33.080Z] === RUN TestValidateManifest/non-nil [2021-04-09T01:07:33.080Z] --- PASS: TestValidateManifest (0.00s) [2021-04-09T01:07:33.080Z] --- PASS: TestValidateManifest/nil (0.00s) [2021-04-09T01:07:33.080Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2021-04-09T01:07:33.080Z] PASS [2021-04-09T01:07:33.080Z] coverage: 0.6% of statements [2021-04-09T01:07:33.080Z] ok github.com/docker/docker/image/tarexport 0.125s coverage: 0.6% of statements [2021-04-09T01:07:33.318Z] --- PASS: TestCreateWithCustomMaskedPaths (3.71s) [2021-04-09T01:07:33.318Z] === RUN TestCreateWithCustomReadonlyPaths [2021-04-09T01:07:33.966Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-04-09T01:07:34.045Z] === RUN TestMakeV1ConfigFromConfig [2021-04-09T01:07:34.045Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2021-04-09T01:07:34.045Z] PASS [2021-04-09T01:07:34.045Z] coverage: 25.0% of statements [2021-04-09T01:07:34.045Z] ok github.com/docker/docker/image/v1 0.125s coverage: 25.0% of statements [2021-04-09T01:07:34.045Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-04-09T01:07:34.255Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2021-04-09T01:07:34.892Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-04-09T01:07:35.578Z] === RUN TestSerialization [2021-04-09T01:07:35.578Z] --- PASS: TestSerialization (0.07s) [2021-04-09T01:07:35.578Z] PASS [2021-04-09T01:07:35.578Z] coverage: 100.0% of statements [2021-04-09T01:07:35.578Z] ok github.com/docker/docker/libcontainerd/queue 0.277s coverage: 100.0% of statements [2021-04-09T01:07:36.034Z] === RUN TestEmptyLayer [2021-04-09T01:07:36.034Z] --- PASS: TestEmptyLayer (0.00s) [2021-04-09T01:07:36.034Z] === RUN TestCommitFailure [2021-04-09T01:07:36.034Z] --- PASS: TestCommitFailure (0.01s) [2021-04-09T01:07:36.034Z] === RUN TestStartTransactionFailure [2021-04-09T01:07:36.034Z] --- PASS: TestStartTransactionFailure (0.00s) [2021-04-09T01:07:36.034Z] === RUN TestGetOrphan [2021-04-09T01:07:36.034Z] --- PASS: TestGetOrphan (0.01s) [2021-04-09T01:07:36.034Z] === RUN TestMountAndRegister [2021-04-09T01:07:36.491Z] --- PASS: TestMountAndRegister (0.38s) [2021-04-09T01:07:36.491Z] layer_test.go:271: Layer size: 14 [2021-04-09T01:07:36.491Z] === RUN TestLayerRelease [2021-04-09T01:07:36.491Z] --- SKIP: TestLayerRelease (0.00s) [2021-04-09T01:07:36.491Z] layer_test.go:304: Failing on Windows [2021-04-09T01:07:36.491Z] === RUN TestStoreRestore [2021-04-09T01:07:36.491Z] --- SKIP: TestStoreRestore (0.00s) [2021-04-09T01:07:36.491Z] layer_test.go:353: Failing on Windows [2021-04-09T01:07:36.491Z] === RUN TestTarStreamStability [2021-04-09T01:07:36.491Z] --- SKIP: TestTarStreamStability (0.00s) [2021-04-09T01:07:36.491Z] layer_test.go:468: Failing on Windows [2021-04-09T01:07:36.491Z] === RUN TestRegisterExistingLayer [2021-04-09T01:07:36.491Z] --- PASS: TestRegisterExistingLayer (0.22s) [2021-04-09T01:07:36.491Z] === RUN TestTarStreamVerification [2021-04-09T01:07:36.491Z] --- SKIP: TestTarStreamVerification (0.00s) [2021-04-09T01:07:36.491Z] layer_test.go:697: Failing on Windows [2021-04-09T01:07:36.491Z] === RUN TestLayerMigration [2021-04-09T01:07:36.786Z] --- PASS: TestCreateWithCustomReadonlyPaths (3.42s) [2021-04-09T01:07:36.786Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-04-09T01:07:36.786Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-09T01:07:36.786Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-09T01:07:36.786Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-09T01:07:36.786Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-09T01:07:36.786Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-09T01:07:36.786Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-09T01:07:36.786Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-09T01:07:36.786Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-09T01:07:36.786Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-09T01:07:36.786Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-09T01:07:36.786Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-09T01:07:36.786Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-09T01:07:36.786Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-09T01:07:36.786Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-09T01:07:36.786Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-09T01:07:36.885Z] --- PASS: TestBuildSquashParent (7.61s) [2021-04-09T01:07:36.885Z] === RUN TestBuildWithRemoveAndForceRemove [2021-04-09T01:07:36.885Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-09T01:07:36.885Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-09T01:07:36.885Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-09T01:07:36.885Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-09T01:07:36.885Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-09T01:07:36.885Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-09T01:07:36.885Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-09T01:07:36.885Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-09T01:07:36.885Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-09T01:07:36.885Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-09T01:07:36.885Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-09T01:07:36.885Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-09T01:07:36.885Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-09T01:07:36.885Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-09T01:07:36.947Z] --- SKIP: TestLayerMigration (0.00s) [2021-04-09T01:07:36.947Z] migration_test.go:46: Failing on Windows [2021-04-09T01:07:36.947Z] === RUN TestLayerMigrationNoTarsplit [2021-04-09T01:07:36.947Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2021-04-09T01:07:36.947Z] migration_test.go:182: Failing on Windows [2021-04-09T01:07:36.947Z] === RUN TestMountInit [2021-04-09T01:07:36.947Z] --- SKIP: TestMountInit (0.00s) [2021-04-09T01:07:36.947Z] mount_test.go:17: Failing on Windows [2021-04-09T01:07:36.947Z] === RUN TestMountSize [2021-04-09T01:07:36.947Z] --- SKIP: TestMountSize (0.00s) [2021-04-09T01:07:36.947Z] mount_test.go:76: Failing on Windows [2021-04-09T01:07:36.947Z] === RUN TestMountChanges [2021-04-09T01:07:36.947Z] --- SKIP: TestMountChanges (0.00s) [2021-04-09T01:07:36.947Z] mount_test.go:125: Failing on Windows [2021-04-09T01:07:36.947Z] === RUN TestMountApply [2021-04-09T01:07:36.947Z] --- SKIP: TestMountApply (0.00s) [2021-04-09T01:07:36.947Z] mount_test.go:212: Failing on Windows [2021-04-09T01:07:36.947Z] PASS [2021-04-09T01:07:36.947Z] coverage: 30.1% of statements [2021-04-09T01:07:36.947Z] ok github.com/docker/docker/layer 0.793s coverage: 30.1% of statements [2021-04-09T01:07:36.947Z] === RUN TestEnvironmentParsing [2021-04-09T01:07:36.947Z] --- PASS: TestEnvironmentParsing (0.00s) [2021-04-09T01:07:36.947Z] PASS [2021-04-09T01:07:36.947Z] coverage: 1.0% of statements [2021-04-09T01:07:36.947Z] ok github.com/docker/docker/libcontainerd/local 0.124s coverage: 1.0% of statements [2021-04-09T01:07:36.947Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-04-09T01:07:36.947Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-04-09T01:07:36.947Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-04-09T01:07:36.947Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-04-09T01:07:36.947Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2021-04-09T01:07:36.947Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2021-04-09T01:07:36.947Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2021-04-09T01:07:36.947Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2021-04-09T01:07:36.947Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2021-04-09T01:07:36.947Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2021-04-09T01:07:36.947Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2021-04-09T01:07:36.947Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2021-04-09T01:07:36.947Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2021-04-09T01:07:36.947Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2021-04-09T01:07:36.947Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2021-04-09T01:07:36.947Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2021-04-09T01:07:36.947Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2021-04-09T01:07:36.947Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2021-04-09T01:07:36.947Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2021-04-09T01:07:36.947Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2021-04-09T01:07:36.947Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2021-04-09T01:07:36.947Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2021-04-09T01:07:36.947Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2021-04-09T01:07:36.947Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2021-04-09T01:07:36.947Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2021-04-09T01:07:36.947Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2021-04-09T01:07:36.947Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2021-04-09T01:07:36.947Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2021-04-09T01:07:36.947Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2021-04-09T01:07:36.947Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2021-04-09T01:07:36.947Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2021-04-09T01:07:36.947Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2021-04-09T01:07:36.947Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2021-04-09T01:07:36.947Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2021-04-09T01:07:36.947Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2021-04-09T01:07:36.947Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2021-04-09T01:07:36.947Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2021-04-09T01:07:36.947Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2021-04-09T01:07:36.947Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2021-04-09T01:07:36.947Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2021-04-09T01:07:36.947Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2021-04-09T01:07:36.947Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2021-04-09T01:07:36.947Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2021-04-09T01:07:36.947Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2021-04-09T01:07:36.947Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2021-04-09T01:07:36.947Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2021-04-09T01:07:36.947Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2021-04-09T01:07:36.947Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2021-04-09T01:07:36.947Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2021-04-09T01:07:36.947Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2021-04-09T01:07:36.947Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2021-04-09T01:07:36.947Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2021-04-09T01:07:36.947Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2021-04-09T01:07:36.947Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2021-04-09T01:07:36.947Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2021-04-09T01:07:36.947Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2021-04-09T01:07:36.947Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2021-04-09T01:07:36.947Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2021-04-09T01:07:36.947Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2021-04-09T01:07:36.947Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2021-04-09T01:07:36.947Z] PASS [2021-04-09T01:07:36.947Z] coverage: 42.3% of statements [2021-04-09T01:07:36.947Z] ok github.com/docker/docker/oci 0.065s coverage: 42.3% of statements [2021-04-09T01:07:36.947Z] ? github.com/docker/docker/oci/caps [no test files] [2021-04-09T01:07:37.046Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2021-04-09T01:07:37.046Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2021-04-09T01:07:37.046Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2021-04-09T01:07:37.046Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2021-04-09T01:07:37.046Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.04s) [2021-04-09T01:07:37.046Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.05s) [2021-04-09T01:07:37.046Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-04-09T01:07:37.304Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-04-09T01:07:37.915Z] === RUN TestAddressPoolOpt [2021-04-09T01:07:37.915Z] --- PASS: TestAddressPoolOpt (0.00s) [2021-04-09T01:07:37.915Z] === RUN TestValidateEnv [2021-04-09T01:07:37.915Z] === RUN TestValidateEnv/a [2021-04-09T01:07:37.915Z] === RUN TestValidateEnv/something [2021-04-09T01:07:37.915Z] === RUN TestValidateEnv/_=a [2021-04-09T01:07:37.915Z] === RUN TestValidateEnv/env1=value1 [2021-04-09T01:07:37.915Z] === RUN TestValidateEnv/_env1=value1 [2021-04-09T01:07:37.915Z] === RUN TestValidateEnv/env2=value2=value3 [2021-04-09T01:07:37.915Z] === RUN TestValidateEnv/env3=abc!qwe [2021-04-09T01:07:37.915Z] === RUN TestValidateEnv/env_4=value_4 [2021-04-09T01:07:37.915Z] === RUN TestValidateEnv/PATH [2021-04-09T01:07:37.915Z] === RUN TestValidateEnv/=a [2021-04-09T01:07:37.915Z] === RUN TestValidateEnv/PATH= [2021-04-09T01:07:37.915Z] === RUN TestValidateEnv/PATH=something [2021-04-09T01:07:37.915Z] === RUN TestValidateEnv/asd!qwe [2021-04-09T01:07:37.915Z] === RUN TestValidateEnv/1asd [2021-04-09T01:07:37.915Z] === RUN TestValidateEnv/123 [2021-04-09T01:07:37.915Z] === RUN TestValidateEnv/some_space [2021-04-09T01:07:37.915Z] === RUN TestValidateEnv/__some_space_before [2021-04-09T01:07:37.915Z] === RUN TestValidateEnv/some_space_after__ [2021-04-09T01:07:37.915Z] === RUN TestValidateEnv/= [2021-04-09T01:07:37.915Z] === RUN TestValidateEnv/PaTh [2021-04-09T01:07:37.915Z] --- PASS: TestValidateEnv (0.00s) [2021-04-09T01:07:37.915Z] --- PASS: TestValidateEnv/a (0.00s) [2021-04-09T01:07:37.915Z] --- PASS: TestValidateEnv/something (0.00s) [2021-04-09T01:07:37.915Z] --- PASS: TestValidateEnv/_=a (0.00s) [2021-04-09T01:07:37.915Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2021-04-09T01:07:37.915Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2021-04-09T01:07:37.915Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2021-04-09T01:07:37.915Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2021-04-09T01:07:37.915Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2021-04-09T01:07:37.915Z] --- PASS: TestValidateEnv/PATH (0.00s) [2021-04-09T01:07:37.915Z] --- PASS: TestValidateEnv/=a (0.00s) [2021-04-09T01:07:37.915Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2021-04-09T01:07:37.915Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2021-04-09T01:07:37.915Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2021-04-09T01:07:37.915Z] --- PASS: TestValidateEnv/1asd (0.00s) [2021-04-09T01:07:37.915Z] --- PASS: TestValidateEnv/123 (0.00s) [2021-04-09T01:07:37.915Z] --- PASS: TestValidateEnv/some_space (0.00s) [2021-04-09T01:07:37.915Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2021-04-09T01:07:37.915Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2021-04-09T01:07:37.915Z] --- PASS: TestValidateEnv/= (0.00s) [2021-04-09T01:07:37.915Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2021-04-09T01:07:37.915Z] === RUN TestParseHost [2021-04-09T01:07:37.915Z] --- PASS: TestParseHost (0.00s) [2021-04-09T01:07:37.915Z] === RUN TestParseDockerDaemonHost [2021-04-09T01:07:37.915Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2021-04-09T01:07:37.915Z] === RUN TestParseTCP [2021-04-09T01:07:37.915Z] --- PASS: TestParseTCP (0.00s) [2021-04-09T01:07:37.915Z] === RUN TestParseInvalidUnixAddrInvalid [2021-04-09T01:07:37.915Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2021-04-09T01:07:37.915Z] === RUN TestValidateExtraHosts [2021-04-09T01:07:37.915Z] --- PASS: TestValidateExtraHosts (0.00s) [2021-04-09T01:07:37.915Z] === RUN TestIpOptString [2021-04-09T01:07:37.915Z] --- PASS: TestIpOptString (0.00s) [2021-04-09T01:07:37.915Z] === RUN TestNewIpOptInvalidDefaultVal [2021-04-09T01:07:37.915Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2021-04-09T01:07:37.915Z] === RUN TestNewIpOptValidDefaultVal [2021-04-09T01:07:37.915Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2021-04-09T01:07:37.915Z] === RUN TestIpOptSetInvalidVal [2021-04-09T01:07:37.915Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2021-04-09T01:07:37.915Z] === RUN TestValidateIPAddress [2021-04-09T01:07:37.915Z] --- PASS: TestValidateIPAddress (0.00s) [2021-04-09T01:07:37.915Z] === RUN TestMapOpts [2021-04-09T01:07:37.915Z] --- PASS: TestMapOpts (0.00s) [2021-04-09T01:07:37.915Z] === RUN TestListOptsWithoutValidator [2021-04-09T01:07:37.915Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2021-04-09T01:07:37.915Z] === RUN TestListOptsWithValidator [2021-04-09T01:07:37.915Z] --- PASS: TestListOptsWithValidator (0.00s) [2021-04-09T01:07:37.915Z] === RUN TestValidateDNSSearch [2021-04-09T01:07:37.915Z] --- PASS: TestValidateDNSSearch (0.00s) [2021-04-09T01:07:37.915Z] === RUN TestValidateLabel [2021-04-09T01:07:37.915Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2021-04-09T01:07:37.915Z] === RUN TestValidateLabel/label_with_general_format [2021-04-09T01:07:37.915Z] === RUN TestValidateLabel/label_with_more_than_one_= [2021-04-09T01:07:37.915Z] === RUN TestValidateLabel/label_with_one_more [2021-04-09T01:07:37.915Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2021-04-09T01:07:37.915Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2021-04-09T01:07:37.916Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2021-04-09T01:07:37.916Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2021-04-09T01:07:37.916Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2021-04-09T01:07:37.916Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2021-04-09T01:07:37.916Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2021-04-09T01:07:37.916Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2021-04-09T01:07:37.916Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2021-04-09T01:07:37.916Z] --- PASS: TestValidateLabel (0.00s) [2021-04-09T01:07:37.916Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2021-04-09T01:07:37.916Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2021-04-09T01:07:37.916Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2021-04-09T01:07:37.916Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2021-04-09T01:07:37.916Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2021-04-09T01:07:37.916Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2021-04-09T01:07:37.916Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2021-04-09T01:07:37.916Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2021-04-09T01:07:37.916Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2021-04-09T01:07:37.916Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2021-04-09T01:07:37.916Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2021-04-09T01:07:37.916Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2021-04-09T01:07:37.916Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2021-04-09T01:07:37.916Z] === RUN TestNamedListOpts [2021-04-09T01:07:37.916Z] --- PASS: TestNamedListOpts (0.00s) [2021-04-09T01:07:37.916Z] === RUN TestNamedMapOpts [2021-04-09T01:07:37.916Z] --- PASS: TestNamedMapOpts (0.00s) [2021-04-09T01:07:37.916Z] === RUN TestParseLink [2021-04-09T01:07:37.916Z] --- PASS: TestParseLink (0.00s) [2021-04-09T01:07:37.916Z] === RUN TestQuotedStringSetWithQuotes [2021-04-09T01:07:37.916Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2021-04-09T01:07:37.916Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2021-04-09T01:07:37.916Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2021-04-09T01:07:37.916Z] === RUN TestQuotedStringSetWithNoQuotes [2021-04-09T01:07:37.916Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2021-04-09T01:07:37.916Z] === RUN TestUlimitOpt [2021-04-09T01:07:37.916Z] --- PASS: TestUlimitOpt (0.00s) [2021-04-09T01:07:37.916Z] PASS [2021-04-09T01:07:37.916Z] coverage: 67.1% of statements [2021-04-09T01:07:37.916Z] ok github.com/docker/docker/opts 0.110s coverage: 67.1% of statements [2021-04-09T01:07:37.916Z] === RUN TestParseVersion [2021-04-09T01:07:37.916Z] --- PASS: TestParseVersion (0.00s) [2021-04-09T01:07:37.916Z] PASS [2021-04-09T01:07:37.916Z] coverage: 52.9% of statements [2021-04-09T01:07:37.916Z] ok github.com/docker/docker/pkg/aaparser 0.093s coverage: 52.9% of statements [2021-04-09T01:07:38.155Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-04-09T01:07:38.240Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (1.37s) [2021-04-09T01:07:38.240Z] === RUN TestCreateDifferentPlatform [2021-04-09T01:07:38.240Z] === RUN TestCreateDifferentPlatform/different_os [2021-04-09T01:07:38.240Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-04-09T01:07:38.240Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2021-04-09T01:07:38.240Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-04-09T01:07:38.240Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.01s) [2021-04-09T01:07:38.240Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-04-09T01:07:38.240Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2021-04-09T01:07:38.240Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-04-09T01:07:38.262Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-09T01:07:38.262Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-09T01:07:38.510Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.07s) [2021-04-09T01:07:38.510Z] === RUN TestContainerStartOnDaemonRestart [2021-04-09T01:07:38.510Z] === PAUSE TestContainerStartOnDaemonRestart [2021-04-09T01:07:38.510Z] === RUN TestDaemonRestartIpcMode [2021-04-09T01:07:38.510Z] === PAUSE TestDaemonRestartIpcMode [2021-04-09T01:07:38.510Z] === RUN TestDaemonHostGatewayIP [2021-04-09T01:07:38.510Z] === PAUSE TestDaemonHostGatewayIP [2021-04-09T01:07:38.510Z] === RUN TestRestartDaemonWithRestartingContainer [2021-04-09T01:07:38.510Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-04-09T01:07:38.510Z] === RUN TestContainerKillOnDaemonStart [2021-04-09T01:07:38.510Z] === PAUSE TestContainerKillOnDaemonStart [2021-04-09T01:07:38.510Z] === RUN TestDiff [2021-04-09T01:07:39.078Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-04-09T01:07:39.445Z] === RUN TestUnbuffered [2021-04-09T01:07:39.445Z] --- PASS: TestUnbuffered (0.00s) [2021-04-09T01:07:39.445Z] === RUN TestRaceUnbuffered [2021-04-09T01:07:39.445Z] --- PASS: TestRaceUnbuffered (0.00s) [2021-04-09T01:07:39.445Z] PASS [2021-04-09T01:07:39.445Z] coverage: 100.0% of statements [2021-04-09T01:07:39.445Z] ok github.com/docker/docker/pkg/broadcaster 0.091s coverage: 100.0% of statements [2021-04-09T01:07:39.445Z] === RUN TestPeerCertificateMarshalJSON [2021-04-09T01:07:39.645Z] --- PASS: TestDiff (1.06s) [2021-04-09T01:07:39.645Z] === RUN TestExecWithCloseStdin [2021-04-09T01:07:39.901Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2021-04-09T01:07:39.901Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2021-04-09T01:07:39.901Z] --- PASS: TestPeerCertificateMarshalJSON (0.46s) [2021-04-09T01:07:39.901Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2021-04-09T01:07:39.901Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2021-04-09T01:07:39.901Z] === RUN TestMiddleware [2021-04-09T01:07:39.901Z] --- PASS: TestMiddleware (0.00s) [2021-04-09T01:07:39.901Z] === RUN TestNewResponseModifier [2021-04-09T01:07:39.901Z] --- PASS: TestNewResponseModifier (0.00s) [2021-04-09T01:07:39.901Z] PASS [2021-04-09T01:07:39.901Z] coverage: 26.8% of statements [2021-04-09T01:07:39.901Z] ok github.com/docker/docker/pkg/authorization 0.547s coverage: 26.8% of statements [2021-04-09T01:07:39.901Z] === RUN TestMatch [2021-04-09T01:07:39.901Z] === RUN TestMatch/[[]] [2021-04-09T01:07:39.901Z] === RUN TestMatch/[[foo]] [2021-04-09T01:07:39.901Z] === RUN TestMatch/[[bar]_[foo]] [2021-04-09T01:07:39.901Z] === RUN TestMatch/[[foo_bar]] [2021-04-09T01:07:39.901Z] === RUN TestMatch/[[qux]_[foo]] [2021-04-09T01:07:39.901Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2021-04-09T01:07:39.901Z] === RUN TestMatch/[] [2021-04-09T01:07:39.901Z] === RUN TestMatch/[]#01 [2021-04-09T01:07:39.901Z] === RUN TestMatch/[[qux]] [2021-04-09T01:07:39.901Z] === RUN TestMatch/[[foo_bar_qux]] [2021-04-09T01:07:39.901Z] === RUN TestMatch/[[qux]_[baz]] [2021-04-09T01:07:39.901Z] === RUN TestMatch/[[foo_baz]] [2021-04-09T01:07:39.901Z] --- PASS: TestMatch (0.00s) [2021-04-09T01:07:39.901Z] --- PASS: TestMatch/[[]] (0.00s) [2021-04-09T01:07:39.901Z] --- PASS: TestMatch/[[foo]] (0.00s) [2021-04-09T01:07:39.901Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2021-04-09T01:07:39.901Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2021-04-09T01:07:39.901Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2021-04-09T01:07:39.901Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2021-04-09T01:07:39.901Z] --- PASS: TestMatch/[] (0.00s) [2021-04-09T01:07:39.902Z] --- PASS: TestMatch/[]#01 (0.00s) [2021-04-09T01:07:39.902Z] --- PASS: TestMatch/[[qux]] (0.00s) [2021-04-09T01:07:39.902Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2021-04-09T01:07:39.902Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2021-04-09T01:07:39.902Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2021-04-09T01:07:39.902Z] PASS [2021-04-09T01:07:39.902Z] coverage: 87.5% of statements [2021-04-09T01:07:39.902Z] ok github.com/docker/docker/pkg/capabilities 0.096s coverage: 87.5% of statements [2021-04-09T01:07:39.903Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-04-09T01:07:40.868Z] === RUN TestIsArchivePathDir [2021-04-09T01:07:40.868Z] --- PASS: TestIsArchivePathDir (0.07s) [2021-04-09T01:07:40.868Z] === RUN TestIsArchivePathInvalidFile [2021-04-09T01:07:40.868Z] --- PASS: TestIsArchivePathInvalidFile (0.28s) [2021-04-09T01:07:40.868Z] === RUN TestIsArchivePathTar [2021-04-09T01:07:41.324Z] === RUN TestChrootTarUntar [2021-04-09T01:07:41.324Z] --- SKIP: TestChrootTarUntar (0.00s) [2021-04-09T01:07:41.324Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:07:41.324Z] === RUN TestChrootUntarWithHugeExcludesList [2021-04-09T01:07:41.324Z] === RUN TestSizeEmpty [2021-04-09T01:07:41.324Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2021-04-09T01:07:41.324Z] --- PASS: TestSizeEmpty (0.00s) [2021-04-09T01:07:41.324Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:07:41.324Z] === RUN TestSizeEmptyFile [2021-04-09T01:07:41.324Z] --- PASS: TestSizeEmptyFile (0.00s) [2021-04-09T01:07:41.324Z] === RUN TestSizeNonemptyFile [2021-04-09T01:07:41.324Z] --- PASS: TestSizeNonemptyFile (0.00s) [2021-04-09T01:07:41.324Z] === RUN TestSizeNestedDirectoryEmpty [2021-04-09T01:07:41.324Z] === RUN TestChrootUntarEmptyArchive [2021-04-09T01:07:41.324Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2021-04-09T01:07:41.324Z] === RUN TestChrootTarUntarWithSymlink [2021-04-09T01:07:41.324Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2021-04-09T01:07:41.324Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2021-04-09T01:07:41.324Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2021-04-09T01:07:41.324Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2021-04-09T01:07:41.324Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2021-04-09T01:07:41.324Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-04-09T01:07:41.324Z] === RUN TestChrootCopyWithTar [2021-04-09T01:07:41.324Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2021-04-09T01:07:41.324Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-04-09T01:07:41.324Z] === RUN TestChrootCopyFileWithTar [2021-04-09T01:07:41.324Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2021-04-09T01:07:41.324Z] === RUN TestMoveToSubdir [2021-04-09T01:07:41.324Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2021-04-09T01:07:41.324Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:07:41.324Z] === RUN TestChrootUntarPath [2021-04-09T01:07:41.324Z] --- PASS: TestMoveToSubdir (0.01s) [2021-04-09T01:07:41.324Z] === RUN TestSizeNonExistingDirectory [2021-04-09T01:07:41.325Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2021-04-09T01:07:41.325Z] PASS [2021-04-09T01:07:41.325Z] coverage: 80.0% of statements [2021-04-09T01:07:41.325Z] --- SKIP: TestChrootUntarPath (0.00s) [2021-04-09T01:07:41.325Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-04-09T01:07:41.325Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2021-04-09T01:07:41.325Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-04-09T01:07:41.325Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:07:41.325Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2021-04-09T01:07:41.325Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-04-09T01:07:41.325Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:07:41.325Z] === RUN TestChrootApplyDotDotFile [2021-04-09T01:07:41.325Z] ok github.com/docker/docker/pkg/directory 0.064s coverage: 80.0% of statements [2021-04-09T01:07:41.325Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2021-04-09T01:07:41.325Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:07:41.325Z] PASS [2021-04-09T01:07:41.325Z] coverage: 15.4% of statements [2021-04-09T01:07:41.325Z] ok github.com/docker/docker/pkg/chrootarchive 0.132s coverage: 15.4% of statements [2021-04-09T01:07:41.325Z] --- PASS: TestIsArchivePathTar (0.21s) [2021-04-09T01:07:41.325Z] === RUN TestDecompressStreamGzip [2021-04-09T01:07:41.325Z] --- PASS: TestDecompressStreamGzip (0.18s) [2021-04-09T01:07:41.325Z] === RUN TestDecompressStreamBzip2 [2021-04-09T01:07:41.325Z] --- PASS: TestDecompressStreamBzip2 (0.14s) [2021-04-09T01:07:41.325Z] === RUN TestDecompressStreamXz [2021-04-09T01:07:41.325Z] --- SKIP: TestDecompressStreamXz (0.00s) [2021-04-09T01:07:41.325Z] archive_test.go:134: Xz not present in msys2 [2021-04-09T01:07:41.325Z] === RUN TestCompressStreamXzUnsupported [2021-04-09T01:07:41.325Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2021-04-09T01:07:41.325Z] === RUN TestCompressStreamBzip2Unsupported [2021-04-09T01:07:41.325Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2021-04-09T01:07:41.325Z] === RUN TestCompressStreamInvalid [2021-04-09T01:07:41.325Z] --- PASS: TestCompressStreamInvalid (0.00s) [2021-04-09T01:07:41.325Z] === RUN TestExtensionInvalid [2021-04-09T01:07:41.325Z] --- PASS: TestExtensionInvalid (0.00s) [2021-04-09T01:07:41.325Z] === RUN TestExtensionUncompressed [2021-04-09T01:07:41.325Z] --- PASS: TestExtensionUncompressed (0.00s) [2021-04-09T01:07:41.325Z] === RUN TestExtensionBzip2 [2021-04-09T01:07:41.325Z] --- PASS: TestExtensionBzip2 (0.00s) [2021-04-09T01:07:41.325Z] === RUN TestExtensionGzip [2021-04-09T01:07:41.325Z] --- PASS: TestExtensionGzip (0.00s) [2021-04-09T01:07:41.325Z] === RUN TestExtensionXz [2021-04-09T01:07:41.325Z] --- PASS: TestExtensionXz (0.00s) [2021-04-09T01:07:41.419Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-04-09T01:07:41.553Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-09T01:07:41.553Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-09T01:07:41.782Z] === RUN TestCmdStreamLargeStderr [2021-04-09T01:07:41.782Z] --- PASS: TestCmdStreamLargeStderr (0.09s) [2021-04-09T01:07:41.782Z] === RUN TestCmdStreamBad [2021-04-09T01:07:41.782Z] --- SKIP: TestCmdStreamBad (0.00s) [2021-04-09T01:07:41.782Z] archive_test.go:239: Failing on Windows CI machines [2021-04-09T01:07:41.782Z] === RUN TestCmdStreamGood [2021-04-09T01:07:41.782Z] === RUN Test [2021-04-09T01:07:41.782Z] === RUN Test/TestContainsEntry [2021-04-09T01:07:41.782Z] === RUN Test/TestCreateEntries [2021-04-09T01:07:41.782Z] === RUN Test/TestEntriesDiff [2021-04-09T01:07:41.782Z] === RUN Test/TestEntriesEquality [2021-04-09T01:07:41.782Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2021-04-09T01:07:41.782Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2021-04-09T01:07:41.782Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2021-04-09T01:07:41.782Z] === RUN Test/TestGeneratorNotGenerate [2021-04-09T01:07:41.782Z] === RUN Test/TestGeneratorWithPort [2021-04-09T01:07:41.782Z] === RUN Test/TestGeneratorWithPortNotGenerate [2021-04-09T01:07:41.782Z] === RUN Test/TestNewEntry [2021-04-09T01:07:41.782Z] === RUN Test/TestParse [2021-04-09T01:07:41.782Z] --- PASS: Test (0.00s) [2021-04-09T01:07:41.782Z] --- PASS: Test/TestContainsEntry (0.00s) [2021-04-09T01:07:41.782Z] --- PASS: Test/TestCreateEntries (0.00s) [2021-04-09T01:07:41.782Z] --- PASS: Test/TestEntriesDiff (0.00s) [2021-04-09T01:07:41.782Z] --- PASS: Test/TestEntriesEquality (0.00s) [2021-04-09T01:07:41.782Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2021-04-09T01:07:41.782Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2021-04-09T01:07:41.782Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2021-04-09T01:07:41.782Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2021-04-09T01:07:41.782Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2021-04-09T01:07:41.782Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2021-04-09T01:07:41.782Z] --- PASS: Test/TestNewEntry (0.00s) [2021-04-09T01:07:41.782Z] --- PASS: Test/TestParse (0.00s) [2021-04-09T01:07:41.782Z] PASS [2021-04-09T01:07:41.782Z] coverage: 58.3% of statements [2021-04-09T01:07:41.782Z] --- PASS: TestCmdStreamGood (0.05s) [2021-04-09T01:07:41.782Z] === RUN TestUntarPathWithInvalidDest [2021-04-09T01:07:41.782Z] ok github.com/docker/docker/pkg/discovery 0.065s coverage: 58.3% of statements [2021-04-09T01:07:41.782Z] --- PASS: TestUntarPathWithInvalidDest (0.09s) [2021-04-09T01:07:41.782Z] === RUN TestUntarPathWithInvalidSrc [2021-04-09T01:07:41.782Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2021-04-09T01:07:41.782Z] === RUN TestUntarPath [2021-04-09T01:07:41.782Z] --- PASS: TestUntarPath (0.13s) [2021-04-09T01:07:41.782Z] === RUN TestUntarPathWithDestinationFile [2021-04-09T01:07:41.782Z] --- PASS: TestUntarPathWithDestinationFile (0.08s) [2021-04-09T01:07:41.782Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2021-04-09T01:07:41.805Z] --- PASS: TestExecWithCloseStdin (1.94s) [2021-04-09T01:07:41.805Z] === RUN TestExec [2021-04-09T01:07:41.805Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2021-04-09T01:07:42.224Z] --- PASS: TestUpdateRestartPolicy (12.94s) [2021-04-09T01:07:42.224Z] === RUN TestUpdateRestartWithAutoRemove [2021-04-09T01:07:42.224Z] --- PASS: TestUpdateRestartWithAutoRemove (0.81s) [2021-04-09T01:07:42.224Z] === RUN TestWaitNonBlocked [2021-04-09T01:07:42.224Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-09T01:07:42.224Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-09T01:07:42.224Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-09T01:07:42.224Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-09T01:07:42.224Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-09T01:07:42.224Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-09T01:07:42.224Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-04-09T01:07:42.224Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.05s) [2021-04-09T01:07:42.224Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.11s) [2021-04-09T01:07:42.224Z] === RUN TestWaitBlocked [2021-04-09T01:07:42.224Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-04-09T01:07:42.224Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-04-09T01:07:42.224Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-04-09T01:07:42.224Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-04-09T01:07:42.224Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-04-09T01:07:42.224Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-04-09T01:07:42.239Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.09s) [2021-04-09T01:07:42.239Z] === RUN TestCopyWithTarInvalidSrc [2021-04-09T01:07:42.239Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2021-04-09T01:07:42.239Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2021-04-09T01:07:42.239Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2021-04-09T01:07:42.239Z] === RUN TestCopyWithTarSrcFile [2021-04-09T01:07:42.239Z] --- PASS: TestCopyWithTarSrcFile (0.03s) [2021-04-09T01:07:42.239Z] === RUN TestCopyWithTarSrcFolder [2021-04-09T01:07:42.239Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2021-04-09T01:07:42.239Z] === RUN TestCopyFileWithTarInvalidSrc [2021-04-09T01:07:42.239Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2021-04-09T01:07:42.239Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2021-04-09T01:07:42.239Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2021-04-09T01:07:42.239Z] === RUN TestCopyFileWithTarSrcFolder [2021-04-09T01:07:42.239Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2021-04-09T01:07:42.239Z] === RUN TestCopyFileWithTarSrcFile [2021-04-09T01:07:42.239Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2021-04-09T01:07:42.239Z] === RUN TestTarFiles [2021-04-09T01:07:42.695Z] === RUN Test [2021-04-09T01:07:42.695Z] === RUN Test/TestContent [2021-04-09T01:07:42.695Z] === RUN Test/TestInitialize [2021-04-09T01:07:42.695Z] === RUN Test/TestNew [2021-04-09T01:07:42.695Z] === RUN Test/TestParsingContentsWithComments [2021-04-09T01:07:42.695Z] === RUN Test/TestRegister [2021-04-09T01:07:42.695Z] === RUN Test/TestWatch [2021-04-09T01:07:42.695Z] --- PASS: Test (0.01s) [2021-04-09T01:07:42.695Z] --- PASS: Test/TestContent (0.00s) [2021-04-09T01:07:42.695Z] --- PASS: Test/TestInitialize (0.00s) [2021-04-09T01:07:42.695Z] --- PASS: Test/TestNew (0.00s) [2021-04-09T01:07:42.695Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2021-04-09T01:07:42.696Z] --- PASS: Test/TestRegister (0.00s) [2021-04-09T01:07:42.696Z] --- PASS: Test/TestWatch (0.01s) [2021-04-09T01:07:42.696Z] PASS [2021-04-09T01:07:42.696Z] coverage: 92.9% of statements [2021-04-09T01:07:42.696Z] ok github.com/docker/docker/pkg/discovery/file 0.087s coverage: 92.9% of statements [2021-04-09T01:07:43.157Z] === RUN Test [2021-04-09T01:07:43.157Z] === RUN Test/TestWatch [2021-04-09T01:07:43.157Z] --- PASS: Test (0.00s) [2021-04-09T01:07:43.157Z] --- PASS: Test/TestWatch (0.00s) [2021-04-09T01:07:43.157Z] PASS [2021-04-09T01:07:43.157Z] coverage: 92.3% of statements [2021-04-09T01:07:43.157Z] ok github.com/docker/docker/pkg/discovery/memory 0.105s coverage: 92.3% of statements [2021-04-09T01:07:43.171Z] --- PASS: TestWaitBlocked (0.04s) [2021-04-09T01:07:43.171Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.11s) [2021-04-09T01:07:43.171Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.11s) [2021-04-09T01:07:43.171Z] === CONT TestContainerStartOnDaemonRestart [2021-04-09T01:07:43.171Z] === CONT TestContainerKillOnDaemonStart [2021-04-09T01:07:43.171Z] === CONT TestDaemonHostGatewayIP [2021-04-09T01:07:43.171Z] === CONT TestIpcModeOlderClient [2021-04-09T01:07:43.171Z] --- PASS: TestIpcModeOlderClient (0.10s) [2021-04-09T01:07:43.171Z] === CONT TestRestartDaemonWithRestartingContainer [2021-04-09T01:07:43.181Z] --- PASS: TestExec (1.66s) [2021-04-09T01:07:43.181Z] === RUN TestExecUser [2021-04-09T01:07:44.088Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-04-09T01:07:44.088Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.30s) [2021-04-09T01:07:44.088Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.33s) [2021-04-09T01:07:44.088Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.95s) [2021-04-09T01:07:44.088Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.04s) [2021-04-09T01:07:44.088Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.68s) [2021-04-09T01:07:44.088Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.53s) [2021-04-09T01:07:44.088Z] === RUN TestBuildMultiStageCopy [2021-04-09T01:07:44.088Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-04-09T01:07:44.121Z] === RUN Test [2021-04-09T01:07:44.121Z] === RUN Test/TestInitialize [2021-04-09T01:07:44.121Z] time="2021-04-09T01:07:43Z" level=info msg="Initializing discovery without TLS" [2021-04-09T01:07:44.121Z] time="2021-04-09T01:07:43Z" level=info msg="Initializing discovery without TLS" [2021-04-09T01:07:44.121Z] time="2021-04-09T01:07:43Z" level=info msg="Initializing discovery without TLS" [2021-04-09T01:07:44.121Z] === RUN Test/TestInitializeWithCerts [2021-04-09T01:07:44.121Z] time="2021-04-09T01:07:43Z" level=info msg="Initializing discovery with TLS" [2021-04-09T01:07:44.121Z] === RUN Test/TestWatch [2021-04-09T01:07:44.121Z] time="2021-04-09T01:07:43Z" level=info msg="Initializing discovery without TLS" [2021-04-09T01:07:44.121Z] === RUN Test [2021-04-09T01:07:44.121Z] === RUN Test/TestInitialize [2021-04-09T01:07:44.121Z] === RUN Test/TestInitializeWithPattern [2021-04-09T01:07:44.121Z] === RUN Test/TestRegister [2021-04-09T01:07:44.121Z] === RUN Test/TestWatch [2021-04-09T01:07:44.121Z] --- PASS: Test (0.00s) [2021-04-09T01:07:44.121Z] --- PASS: Test/TestInitialize (0.00s) [2021-04-09T01:07:44.121Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2021-04-09T01:07:44.121Z] --- PASS: Test/TestRegister (0.00s) [2021-04-09T01:07:44.121Z] --- PASS: Test/TestWatch (0.00s) [2021-04-09T01:07:44.121Z] PASS [2021-04-09T01:07:44.121Z] coverage: 93.8% of statements [2021-04-09T01:07:44.121Z] ok github.com/docker/docker/pkg/discovery/nodes 0.061s coverage: 93.8% of statements [2021-04-09T01:07:44.581Z] === RUN TestPollerAddRemove [2021-04-09T01:07:44.581Z] --- PASS: TestPollerAddRemove (0.00s) [2021-04-09T01:07:44.581Z] === RUN TestPollerEvent [2021-04-09T01:07:44.581Z] --- SKIP: TestPollerEvent (0.00s) [2021-04-09T01:07:44.581Z] poller_test.go:41: No chmod on Windows [2021-04-09T01:07:44.581Z] === RUN TestPollerClose [2021-04-09T01:07:44.581Z] --- PASS: TestPollerClose (0.00s) [2021-04-09T01:07:45.037Z] PASS [2021-04-09T01:07:45.037Z] coverage: 45.7% of statements [2021-04-09T01:07:45.037Z] ok github.com/docker/docker/pkg/filenotify 0.051s coverage: 45.7% of statements [2021-04-09T01:07:45.085Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-04-09T01:07:45.085Z] --- PASS: TestExecUser (1.71s) [2021-04-09T01:07:45.085Z] === RUN TestExportContainerAndImportImage [2021-04-09T01:07:46.001Z] === RUN TestCopyFileWithInvalidSrc [2021-04-09T01:07:46.001Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2021-04-09T01:07:46.001Z] === RUN TestCopyFileWithInvalidDest [2021-04-09T01:07:46.001Z] --- PASS: TestCopyFileWithInvalidDest (0.01s) [2021-04-09T01:07:46.001Z] === RUN TestCopyFileWithSameSrcAndDest [2021-04-09T01:07:46.001Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2021-04-09T01:07:46.001Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2021-04-09T01:07:46.001Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2021-04-09T01:07:46.001Z] === RUN TestCopyFile [2021-04-09T01:07:46.001Z] --- PASS: TestCopyFile (0.00s) [2021-04-09T01:07:46.001Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2021-04-09T01:07:46.001Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-04-09T01:07:46.001Z] fileutils_test.go:134: Needs porting to Windows [2021-04-09T01:07:46.001Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2021-04-09T01:07:46.001Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2021-04-09T01:07:46.001Z] === RUN TestReadSymlinkedDirectoryToFile [2021-04-09T01:07:46.001Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2021-04-09T01:07:46.001Z] fileutils_test.go:180: Needs porting to Windows [2021-04-09T01:07:46.001Z] === RUN TestWildcardMatches [2021-04-09T01:07:46.001Z] --- PASS: TestWildcardMatches (0.00s) [2021-04-09T01:07:46.001Z] === RUN TestPatternMatches [2021-04-09T01:07:46.001Z] --- PASS: TestPatternMatches (0.00s) [2021-04-09T01:07:46.001Z] === RUN TestExclusionPatternMatchesPatternBefore [2021-04-09T01:07:46.001Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2021-04-09T01:07:46.001Z] === RUN TestPatternMatchesFolderExclusions [2021-04-09T01:07:46.001Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2021-04-09T01:07:46.001Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2021-04-09T01:07:46.001Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2021-04-09T01:07:46.001Z] === RUN TestPatternMatchesFolderWildcardExclusions [2021-04-09T01:07:46.001Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2021-04-09T01:07:46.001Z] === RUN TestExclusionPatternMatchesPatternAfter [2021-04-09T01:07:46.001Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2021-04-09T01:07:46.001Z] === RUN TestExclusionPatternMatchesWholeDirectory [2021-04-09T01:07:46.001Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2021-04-09T01:07:46.001Z] === RUN TestSingleExclamationError [2021-04-09T01:07:46.001Z] --- PASS: TestSingleExclamationError (0.00s) [2021-04-09T01:07:46.001Z] === RUN TestMatchesWithNoPatterns [2021-04-09T01:07:46.001Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2021-04-09T01:07:46.001Z] === RUN TestMatchesWithMalformedPatterns [2021-04-09T01:07:46.001Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2021-04-09T01:07:46.001Z] === RUN TestMatches [2021-04-09T01:07:46.001Z] --- PASS: TestMatches (0.00s) [2021-04-09T01:07:46.001Z] === RUN TestCleanPatterns [2021-04-09T01:07:46.001Z] --- PASS: TestCleanPatterns (0.00s) [2021-04-09T01:07:46.001Z] === RUN TestCleanPatternsStripEmptyPatterns [2021-04-09T01:07:46.001Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2021-04-09T01:07:46.001Z] === RUN TestCleanPatternsExceptionFlag [2021-04-09T01:07:46.001Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2021-04-09T01:07:46.001Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2021-04-09T01:07:46.001Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2021-04-09T01:07:46.001Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2021-04-09T01:07:46.001Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2021-04-09T01:07:46.001Z] === RUN TestCleanPatternsErrorSingleException [2021-04-09T01:07:46.001Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2021-04-09T01:07:46.001Z] === RUN TestCreateIfNotExistsDir [2021-04-09T01:07:46.001Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2021-04-09T01:07:46.001Z] === RUN TestCreateIfNotExistsFile [2021-04-09T01:07:46.001Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2021-04-09T01:07:46.001Z] === RUN TestMatch [2021-04-09T01:07:46.001Z] --- PASS: TestMatch (0.00s) [2021-04-09T01:07:46.001Z] PASS [2021-04-09T01:07:46.001Z] coverage: 87.7% of statements [2021-04-09T01:07:46.001Z] ok github.com/docker/docker/pkg/fileutils 0.095s coverage: 87.7% of statements [2021-04-09T01:07:46.001Z] === RUN TestGet [2021-04-09T01:07:46.001Z] --- PASS: TestGet (0.00s) [2021-04-09T01:07:46.001Z] === RUN TestGetShortcutString [2021-04-09T01:07:46.001Z] --- PASS: TestGetShortcutString (0.00s) [2021-04-09T01:07:46.001Z] PASS [2021-04-09T01:07:46.001Z] coverage: 42.9% of statements [2021-04-09T01:07:46.001Z] ok github.com/docker/docker/pkg/homedir 0.055s coverage: 42.9% of statements [2021-04-09T01:07:46.020Z] --- PASS: TestExportContainerAndImportImage (1.28s) [2021-04-09T01:07:46.020Z] === RUN TestExportContainerAfterDaemonRestart [2021-04-09T01:07:46.290Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-04-09T01:07:46.290Z] INFO: Testing against a local daemon [2021-04-09T01:07:46.290Z] === RUN TestBuildWithSession [2021-04-09T01:07:46.290Z] --- SKIP: TestBuildWithSession (0.00s) [2021-04-09T01:07:46.290Z] build_session_test.go:25: TODO: BuildKit [2021-04-09T01:07:46.290Z] === RUN TestBuildSquashParent [2021-04-09T01:07:46.290Z] --- SKIP: TestBuildSquashParent (0.00s) [2021-04-09T01:07:46.290Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:07:46.290Z] === RUN TestBuildWithRemoveAndForceRemove [2021-04-09T01:07:46.290Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-09T01:07:46.290Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-09T01:07:46.290Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-09T01:07:46.290Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-09T01:07:46.290Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-09T01:07:46.290Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-09T01:07:46.290Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-09T01:07:46.290Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-09T01:07:46.290Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-09T01:07:46.290Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-09T01:07:46.290Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-09T01:07:46.290Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-09T01:07:46.290Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-09T01:07:46.290Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-09T01:07:46.290Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-09T01:07:46.290Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-09T01:07:46.483Z] --- PASS: TestContainerStartOnDaemonRestart (3.32s) [2021-04-09T01:07:46.483Z] === CONT TestDaemonRestartIpcMode [2021-04-09T01:07:46.587Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2021-04-09T01:07:46.587Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2021-04-09T01:07:46.964Z] --- PASS: Test (3.19s) [2021-04-09T01:07:46.964Z] --- PASS: Test/TestInitialize (0.17s) [2021-04-09T01:07:46.964Z] --- PASS: Test/TestInitializeWithCerts (0.01s) [2021-04-09T01:07:46.964Z] --- PASS: Test/TestWatch (3.00s) [2021-04-09T01:07:46.964Z] PASS [2021-04-09T01:07:46.964Z] coverage: 84.1% of statements [2021-04-09T01:07:46.964Z] ok github.com/docker/docker/pkg/discovery/kv 3.337s coverage: 84.1% of statements [2021-04-09T01:07:47.375Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-04-09T01:07:47.421Z] === RUN TestCreateIDMapOrder [2021-04-09T01:07:47.421Z] --- PASS: TestCreateIDMapOrder (0.00s) [2021-04-09T01:07:47.421Z] PASS [2021-04-09T01:07:47.421Z] coverage: 7.2% of statements [2021-04-09T01:07:47.421Z] ok github.com/docker/docker/pkg/idtools 0.088s coverage: 7.2% of statements [2021-04-09T01:07:47.877Z] === RUN TestFixedBufferCap [2021-04-09T01:07:47.877Z] --- PASS: TestFixedBufferCap (0.00s) [2021-04-09T01:07:47.877Z] === RUN TestFixedBufferLen [2021-04-09T01:07:47.877Z] --- PASS: TestFixedBufferLen (0.00s) [2021-04-09T01:07:47.877Z] === RUN TestFixedBufferString [2021-04-09T01:07:47.877Z] --- PASS: TestFixedBufferString (0.00s) [2021-04-09T01:07:47.877Z] === RUN TestFixedBufferWrite [2021-04-09T01:07:47.877Z] --- PASS: TestFixedBufferWrite (0.00s) [2021-04-09T01:07:47.877Z] === RUN TestFixedBufferRead [2021-04-09T01:07:47.877Z] --- PASS: TestFixedBufferRead (0.00s) [2021-04-09T01:07:47.877Z] === RUN TestBytesPipeRead [2021-04-09T01:07:47.877Z] --- PASS: TestBytesPipeRead (0.00s) [2021-04-09T01:07:47.877Z] === RUN TestBytesPipeWrite [2021-04-09T01:07:47.877Z] --- PASS: TestBytesPipeWrite (0.00s) [2021-04-09T01:07:47.952Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-04-09T01:07:47.961Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-04-09T01:07:48.309Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-04-09T01:07:48.333Z] === RUN TestBytesPipeWriteRandomChunks [2021-04-09T01:07:48.404Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.75s) [2021-04-09T01:07:48.529Z] --- PASS: TestExportContainerAfterDaemonRestart (2.42s) [2021-04-09T01:07:48.529Z] === RUN TestHealthCheckWorkdir [2021-04-09T01:07:48.795Z] === RUN TestError [2021-04-09T01:07:48.795Z] --- PASS: TestError (0.00s) [2021-04-09T01:07:48.795Z] === RUN TestProgressString [2021-04-09T01:07:48.795Z] === RUN TestProgressString/no_progress [2021-04-09T01:07:48.795Z] === RUN TestProgressString/progress_1 [2021-04-09T01:07:48.795Z] === RUN TestProgressString/some_progress_with_a_start_time [2021-04-09T01:07:48.795Z] === RUN TestProgressString/some_progress_without_a_start_time [2021-04-09T01:07:48.796Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2021-04-09T01:07:48.796Z] === RUN TestProgressString/with_units [2021-04-09T01:07:48.796Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2021-04-09T01:07:48.796Z] === RUN TestProgressString/hide_counts [2021-04-09T01:07:48.796Z] --- PASS: TestProgressString (0.00s) [2021-04-09T01:07:48.796Z] --- PASS: TestProgressString/no_progress (0.00s) [2021-04-09T01:07:48.796Z] --- PASS: TestProgressString/progress_1 (0.00s) [2021-04-09T01:07:48.796Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2021-04-09T01:07:48.796Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2021-04-09T01:07:48.796Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2021-04-09T01:07:48.796Z] --- PASS: TestProgressString/with_units (0.00s) [2021-04-09T01:07:48.796Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2021-04-09T01:07:48.796Z] --- PASS: TestProgressString/hide_counts (0.00s) [2021-04-09T01:07:48.796Z] === RUN TestJSONMessageDisplay [2021-04-09T01:07:48.796Z] --- PASS: TestBytesPipeWriteRandomChunks (0.56s) [2021-04-09T01:07:48.796Z] === RUN TestAtomicWriteToFile [2021-04-09T01:07:48.796Z] --- PASS: TestAtomicWriteToFile (0.02s) [2021-04-09T01:07:48.796Z] === RUN TestAtomicWriteSetCommit [2021-04-09T01:07:48.796Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2021-04-09T01:07:48.796Z] === RUN TestAtomicWriteSetCancel [2021-04-09T01:07:48.796Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2021-04-09T01:07:48.796Z] === RUN TestReadCloserWrapperClose [2021-04-09T01:07:48.796Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2021-04-09T01:07:48.796Z] === RUN TestReaderErrWrapperReadOnError [2021-04-09T01:07:48.796Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2021-04-09T01:07:48.796Z] === RUN TestReaderErrWrapperRead [2021-04-09T01:07:48.796Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2021-04-09T01:07:48.796Z] === RUN TestHashData [2021-04-09T01:07:48.796Z] --- PASS: TestHashData (0.00s) [2021-04-09T01:07:48.796Z] === RUN TestCancelReadCloser [2021-04-09T01:07:48.796Z] --- PASS: TestCancelReadCloser (0.10s) [2021-04-09T01:07:48.796Z] === RUN TestWriteCloserWrapperClose [2021-04-09T01:07:48.796Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2021-04-09T01:07:48.796Z] === RUN TestNopWriteCloser [2021-04-09T01:07:48.796Z] --- PASS: TestNopWriteCloser (0.00s) [2021-04-09T01:07:48.796Z] === RUN TestNopWriter [2021-04-09T01:07:48.796Z] --- PASS: TestNopWriter (0.00s) [2021-04-09T01:07:48.796Z] === RUN TestWriteCounter [2021-04-09T01:07:48.796Z] --- PASS: TestWriteCounter (0.00s) [2021-04-09T01:07:48.796Z] PASS [2021-04-09T01:07:48.796Z] coverage: 69.2% of statements [2021-04-09T01:07:48.796Z] --- PASS: TestJSONMessageDisplay (0.17s) [2021-04-09T01:07:48.796Z] === RUN TestJSONMessageDisplayWithJSONError [2021-04-09T01:07:48.796Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2021-04-09T01:07:48.796Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2021-04-09T01:07:48.796Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2021-04-09T01:07:48.796Z] === RUN TestDisplayJSONMessagesStream [2021-04-09T01:07:48.796Z] === RUN TestStandardLongPath [2021-04-09T01:07:48.796Z] --- PASS: TestStandardLongPath (0.00s) [2021-04-09T01:07:48.796Z] === RUN TestUNCLongPath [2021-04-09T01:07:48.796Z] --- PASS: TestUNCLongPath (0.00s) [2021-04-09T01:07:48.796Z] PASS [2021-04-09T01:07:48.796Z] coverage: 100.0% of statements [2021-04-09T01:07:48.796Z] ok github.com/docker/docker/pkg/ioutils 0.771s coverage: 69.2% of statements [2021-04-09T01:07:48.796Z] --- PASS: TestDisplayJSONMessagesStream (0.02s) [2021-04-09T01:07:48.796Z] PASS [2021-04-09T01:07:48.796Z] coverage: 91.7% of statements [2021-04-09T01:07:48.796Z] ok github.com/docker/docker/pkg/longpath 0.056s coverage: 100.0% of statements [2021-04-09T01:07:48.796Z] ok github.com/docker/docker/pkg/jsonmessage 0.256s coverage: 91.7% of statements [2021-04-09T01:07:49.097Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-04-09T01:07:49.245Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-04-09T01:07:49.252Z] --- PASS: TestTarFiles (7.07s) [2021-04-09T01:07:49.252Z] === RUN TestTarUntar [2021-04-09T01:07:49.252Z] --- PASS: TestTarUntar (0.05s) [2021-04-09T01:07:49.252Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2021-04-09T01:07:49.252Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2021-04-09T01:07:49.252Z] === RUN TestTarWithOptions [2021-04-09T01:07:49.252Z] --- PASS: TestTarWithOptions (0.04s) [2021-04-09T01:07:49.252Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2021-04-09T01:07:49.252Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2021-04-09T01:07:49.252Z] === RUN TestUntarUstarGnuConflict [2021-04-09T01:07:49.252Z] --- PASS: TestUntarUstarGnuConflict (0.01s) [2021-04-09T01:07:49.252Z] === RUN TestUntarInvalidFilenames [2021-04-09T01:07:49.252Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames294117938\\dest" [2021-04-09T01:07:49.252Z] --- PASS: TestUntarInvalidFilenames (0.17s) [2021-04-09T01:07:49.252Z] === RUN TestUntarHardlinkToSymlink [2021-04-09T01:07:49.252Z] --- PASS: TestUntarHardlinkToSymlink (0.02s) [2021-04-09T01:07:49.252Z] === RUN TestUntarInvalidHardlink [2021-04-09T01:07:49.316Z] --- PASS: TestDockerNetworkMacvlan (17.28s) [2021-04-09T01:07:49.316Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.12s) [2021-04-09T01:07:49.316Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.13s) [2021-04-09T01:07:49.316Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.97s) [2021-04-09T01:07:49.316Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.27s) [2021-04-09T01:07:49.316Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.79s) [2021-04-09T01:07:49.316Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.55s) [2021-04-09T01:07:49.316Z] PASS [2021-04-09T01:07:49.316Z] [2021-04-09T01:07:49.316Z] DONE 8 tests in 19.215s [2021-04-09T01:07:49.316Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-04-09T01:07:49.316Z] testing: warning: no tests to run [2021-04-09T01:07:49.316Z] PASS [2021-04-09T01:07:49.316Z] [2021-04-09T01:07:49.316Z] DONE 0 tests in 0.006s [2021-04-09T01:07:49.316Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-04-09T01:07:49.316Z] INFO: Testing against a local daemon [2021-04-09T01:07:49.316Z] === RUN TestAuthZPluginAllowRequest [2021-04-09T01:07:49.356Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2021-04-09T01:07:49.709Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink509368835\\victim\\hello" -> "../victim/hello" [2021-04-09T01:07:49.709Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink399481734\\victim\\hello" -> "/../victim/hello" [2021-04-09T01:07:49.709Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink718958381\\victim" -> "../victim" [2021-04-09T01:07:49.709Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink669518504\\victim" -> "../victim" [2021-04-09T01:07:49.709Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink252579815\\victim" -> "../victim" [2021-04-09T01:07:49.709Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink880330778\\victim" -> "../victim" [2021-04-09T01:07:49.709Z] --- PASS: TestUntarInvalidHardlink (0.03s) [2021-04-09T01:07:49.709Z] === RUN TestUntarInvalidSymlink [2021-04-09T01:07:49.709Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink264409777\\dest\\dotdot" -> "../victim/hello" [2021-04-09T01:07:49.709Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink557277276\\dest\\slash-dotdot" -> "/../victim/hello" [2021-04-09T01:07:49.709Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink078985739\\dest\\loophole-victim" -> "../victim" [2021-04-09T01:07:49.709Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink341715950\\dest\\loophole-victim" -> "../victim" [2021-04-09T01:07:49.709Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink560201333\\dest\\loophole-victim" -> "../victim" [2021-04-09T01:07:49.709Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink212516688\\dest\\loophole-victim" -> "../victim" [2021-04-09T01:07:49.709Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink552531567\\dest\\dir\\loophole" -> "../../victim" [2021-04-09T01:07:49.709Z] --- PASS: TestUntarInvalidSymlink (0.04s) [2021-04-09T01:07:49.709Z] === RUN TestTempArchiveCloseMultipleTimes [2021-04-09T01:07:49.709Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2021-04-09T01:07:49.709Z] === RUN TestXGlobalNoParent [2021-04-09T01:07:49.709Z] --- PASS: TestXGlobalNoParent (0.00s) [2021-04-09T01:07:49.709Z] === RUN TestReplaceFileTarWrapper [2021-04-09T01:07:49.709Z] === RUN TestNameFormat [2021-04-09T01:07:49.709Z] --- PASS: TestNameFormat (0.00s) [2021-04-09T01:07:49.709Z] === RUN TestNameRetries [2021-04-09T01:07:49.709Z] --- PASS: TestNameRetries (0.00s) [2021-04-09T01:07:49.709Z] PASS [2021-04-09T01:07:49.709Z] coverage: 85.7% of statements [2021-04-09T01:07:49.709Z] ok github.com/docker/docker/pkg/namesgenerator 0.040s coverage: 85.7% of statements [2021-04-09T01:07:49.709Z] --- PASS: TestReplaceFileTarWrapper (0.27s) [2021-04-09T01:07:49.709Z] === RUN TestPrefixHeaderReadable [2021-04-09T01:07:49.709Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2021-04-09T01:07:49.709Z] === RUN TestDisablePigz [2021-04-09T01:07:49.709Z] === RUN TestParseKeyValueOpt [2021-04-09T01:07:49.709Z] --- PASS: TestParseKeyValueOpt (0.00s) [2021-04-09T01:07:49.709Z] === RUN TestParseUintList [2021-04-09T01:07:49.709Z] --- PASS: TestParseUintList (0.00s) [2021-04-09T01:07:49.709Z] === RUN TestParseUintListMaximumLimits [2021-04-09T01:07:49.709Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2021-04-09T01:07:49.709Z] PASS [2021-04-09T01:07:49.709Z] coverage: 97.0% of statements [2021-04-09T01:07:49.709Z] ok github.com/docker/docker/pkg/parsers 0.071s coverage: 97.0% of statements [2021-04-09T01:07:49.793Z] --- PASS: TestDaemonHostGatewayIP (6.34s) [2021-04-09T01:07:50.166Z] --- PASS: TestDisablePigz (0.13s) [2021-04-09T01:07:50.166Z] archive_test.go:1331: Test will not check full path when Pigz not installed [2021-04-09T01:07:50.166Z] === RUN TestPigz [2021-04-09T01:07:50.166Z] --- PASS: TestPigz (0.13s) [2021-04-09T01:07:50.166Z] archive_test.go:1360: Tested whether Pigz is not used, as it not installed [2021-04-09T01:07:50.166Z] === RUN TestCopyFileWithInvalidDest [2021-04-09T01:07:50.166Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2021-04-09T01:07:50.166Z] archive_windows_test.go:16: Currently fails [2021-04-09T01:07:50.166Z] === RUN TestCanonicalTarNameForPath [2021-04-09T01:07:50.166Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2021-04-09T01:07:50.166Z] === RUN TestCanonicalTarName [2021-04-09T01:07:50.166Z] --- PASS: TestCanonicalTarName (0.00s) [2021-04-09T01:07:50.166Z] === RUN TestChmodTarEntry [2021-04-09T01:07:50.166Z] --- PASS: TestChmodTarEntry (0.00s) [2021-04-09T01:07:50.166Z] === RUN TestHardLinkOrder [2021-04-09T01:07:50.166Z] --- PASS: TestHardLinkOrder (0.17s) [2021-04-09T01:07:50.166Z] === RUN TestChangeString [2021-04-09T01:07:50.166Z] --- PASS: TestChangeString (0.00s) [2021-04-09T01:07:50.166Z] === RUN TestChangesWithNoChanges [2021-04-09T01:07:50.166Z] --- PASS: TestChangesWithNoChanges (0.03s) [2021-04-09T01:07:50.166Z] === RUN TestChangesWithChanges [2021-04-09T01:07:50.180Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-04-09T01:07:50.367Z] --- PASS: TestDaemonRestartIpcMode (3.92s) [2021-04-09T01:07:50.622Z] --- PASS: TestChangesWithChanges (0.07s) [2021-04-09T01:07:50.622Z] === RUN TestChangesWithChangesGH13590 [2021-04-09T01:07:50.622Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2021-04-09T01:07:50.622Z] changes_test.go:196: needs more investigation [2021-04-09T01:07:50.622Z] === RUN TestChangesDirsEmpty [2021-04-09T01:07:50.622Z] === RUN TestNewAndRemove [2021-04-09T01:07:50.622Z] --- PASS: TestNewAndRemove (0.00s) [2021-04-09T01:07:50.622Z] === RUN TestRemoveInvalidPath [2021-04-09T01:07:50.622Z] --- PASS: TestRemoveInvalidPath (0.00s) [2021-04-09T01:07:50.622Z] PASS [2021-04-09T01:07:50.622Z] coverage: 82.6% of statements [2021-04-09T01:07:50.622Z] ok github.com/docker/docker/pkg/pidfile 0.087s coverage: 82.6% of statements [2021-04-09T01:07:50.622Z] --- PASS: TestChangesDirsEmpty (0.24s) [2021-04-09T01:07:50.622Z] === RUN TestChangesDirsMutated [2021-04-09T01:07:50.622Z] --- PASS: TestChangesDirsMutated (0.22s) [2021-04-09T01:07:50.622Z] === RUN TestApplyLayer [2021-04-09T01:07:50.622Z] --- SKIP: TestApplyLayer (0.00s) [2021-04-09T01:07:50.622Z] changes_test.go:433: needs further investigation [2021-04-09T01:07:50.681Z] --- PASS: TestAuthZPluginAllowRequest (1.60s) [2021-04-09T01:07:50.681Z] === RUN TestAuthZPluginTLS [2021-04-09T01:07:51.080Z] === RUN TestChangesSizeWithHardlinks [2021-04-09T01:07:51.080Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2021-04-09T01:07:51.080Z] changes_test.go:469: needs further investigation [2021-04-09T01:07:51.080Z] === RUN TestChangesSizeWithNoChanges [2021-04-09T01:07:51.080Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2021-04-09T01:07:51.080Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2021-04-09T01:07:51.080Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2021-04-09T01:07:51.080Z] === RUN TestChangesSize [2021-04-09T01:07:51.080Z] --- PASS: TestChangesSize (0.00s) [2021-04-09T01:07:51.080Z] === RUN TestApplyLayerInvalidFilenames [2021-04-09T01:07:51.080Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames008773926\\dest" [2021-04-09T01:07:51.080Z] --- PASS: TestApplyLayerInvalidFilenames (0.03s) [2021-04-09T01:07:51.080Z] === RUN TestApplyLayerInvalidHardlink [2021-04-09T01:07:51.080Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink235461448\\victim\\hello" -> "../victim/hello" [2021-04-09T01:07:51.080Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink829974535\\victim\\hello" -> "/../victim/hello" [2021-04-09T01:07:51.080Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink699845562\\victim" -> "../victim" [2021-04-09T01:07:51.080Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink353200081\\victim" -> "../victim" [2021-04-09T01:07:51.080Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink370352380\\victim" -> "../victim" [2021-04-09T01:07:51.080Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink066796075\\victim" -> "../victim" [2021-04-09T01:07:51.080Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s) [2021-04-09T01:07:51.080Z] === RUN TestApplyLayerInvalidSymlink [2021-04-09T01:07:51.080Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink306285966\\dest\\dotdot" -> "../victim/hello" [2021-04-09T01:07:51.080Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink453490581\\dest\\slash-dotdot" -> "/../victim/hello" [2021-04-09T01:07:51.080Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink626003952\\dest\\loophole-victim" -> "../victim" [2021-04-09T01:07:51.080Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink895425679\\dest\\loophole-victim" -> "../victim" [2021-04-09T01:07:51.080Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink250847906\\dest\\loophole-victim" -> "../victim" [2021-04-09T01:07:51.080Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink083990937\\dest\\loophole-victim" -> "../victim" [2021-04-09T01:07:51.080Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s) [2021-04-09T01:07:51.080Z] === RUN TestApplyLayerWhiteouts [2021-04-09T01:07:51.080Z] --- PASS: TestApplyLayerWhiteouts (0.07s) [2021-04-09T01:07:51.080Z] === RUN TestGenerateEmptyFile [2021-04-09T01:07:51.080Z] --- PASS: TestGenerateEmptyFile (0.00s) [2021-04-09T01:07:51.080Z] === RUN TestGenerateWithContent [2021-04-09T01:07:51.080Z] --- PASS: TestGenerateWithContent (0.00s) [2021-04-09T01:07:51.080Z] PASS [2021-04-09T01:07:51.080Z] coverage: 62.6% of statements [2021-04-09T01:07:51.080Z] ok github.com/docker/docker/pkg/archive 10.499s coverage: 62.6% of statements [2021-04-09T01:07:51.080Z] === RUN TestParseEmptyInterface [2021-04-09T01:07:51.080Z] --- PASS: TestParseEmptyInterface (0.00s) [2021-04-09T01:07:51.080Z] === RUN TestParseNonInterfaceType [2021-04-09T01:07:51.080Z] --- PASS: TestParseNonInterfaceType (0.00s) [2021-04-09T01:07:51.080Z] === RUN TestParseWithOneFunction [2021-04-09T01:07:51.080Z] --- PASS: TestParseWithOneFunction (0.00s) [2021-04-09T01:07:51.080Z] === RUN TestParseWithMultipleFuncs [2021-04-09T01:07:51.080Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2021-04-09T01:07:51.080Z] === RUN TestParseWithUnnamedReturn [2021-04-09T01:07:51.080Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2021-04-09T01:07:51.080Z] === RUN TestEmbeddedInterface [2021-04-09T01:07:51.080Z] --- PASS: TestEmbeddedInterface (0.00s) [2021-04-09T01:07:51.080Z] === RUN TestParsedImports [2021-04-09T01:07:51.080Z] --- PASS: TestParsedImports (0.00s) [2021-04-09T01:07:51.080Z] === RUN TestAliasedImports [2021-04-09T01:07:51.080Z] --- PASS: TestAliasedImports (0.00s) [2021-04-09T01:07:51.080Z] PASS [2021-04-09T01:07:51.080Z] coverage: 56.8% of statements [2021-04-09T01:07:51.080Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.118s coverage: 56.8% of statements [2021-04-09T01:07:51.116Z] --- PASS: TestBuildMultiStageCopy (7.38s) [2021-04-09T01:07:51.116Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.38s) [2021-04-09T01:07:51.116Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2021-04-09T01:07:51.116Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2021-04-09T01:07:51.116Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2021-04-09T01:07:51.116Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2021-04-09T01:07:51.116Z] === RUN TestBuildMultiStageParentConfig [2021-04-09T01:07:51.257Z] === RUN TestDockerSuite/TestBuildAddScript [2021-04-09T01:07:51.257Z] --- PASS: TestHealthCheckWorkdir (2.55s) [2021-04-09T01:07:51.257Z] === RUN TestHealthKillContainer [2021-04-09T01:07:51.607Z] --- PASS: TestAuthZPluginTLS (0.67s) [2021-04-09T01:07:51.607Z] === RUN TestAuthZPluginDenyRequest [2021-04-09T01:07:52.167Z] --- PASS: TestAuthZPluginDenyRequest (0.67s) [2021-04-09T01:07:52.167Z] === RUN TestAuthZPluginAPIDenyResponse [2021-04-09T01:07:52.610Z] === RUN TestFailedConnection [2021-04-09T01:07:52.610Z] === RUN TestHTTPTransport [2021-04-09T01:07:52.610Z] --- PASS: TestHTTPTransport (0.00s) [2021-04-09T01:07:52.610Z] PASS [2021-04-09T01:07:52.610Z] coverage: 85.7% of statements [2021-04-09T01:07:52.610Z] ok github.com/docker/docker/pkg/plugins/transport 0.055s coverage: 85.7% of statements [2021-04-09T01:07:52.634Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2021-04-09T01:07:52.743Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.67s) [2021-04-09T01:07:52.743Z] === RUN TestAuthZPluginDenyResponse [2021-04-09T01:07:53.072Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2021-04-09T01:07:53.072Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-04-09T01:07:53.072Z] === RUN TestBufioReaderPoolPutAndGet [2021-04-09T01:07:53.072Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2021-04-09T01:07:53.072Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2021-04-09T01:07:53.072Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2021-04-09T01:07:53.072Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2021-04-09T01:07:53.072Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-04-09T01:07:53.072Z] === RUN TestBufioWriterPoolPutAndGet [2021-04-09T01:07:53.072Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2021-04-09T01:07:53.072Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2021-04-09T01:07:53.072Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2021-04-09T01:07:53.072Z] === RUN TestBufferPoolPutAndGet [2021-04-09T01:07:53.072Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2021-04-09T01:07:53.072Z] PASS [2021-04-09T01:07:53.072Z] coverage: 88.2% of statements [2021-04-09T01:07:53.072Z] ok github.com/docker/docker/pkg/pools 0.048s coverage: 88.2% of statements [2021-04-09T01:07:53.312Z] --- PASS: TestAuthZPluginDenyResponse (0.67s) [2021-04-09T01:07:53.312Z] === RUN TestAuthZPluginAllowEventStream [2021-04-09T01:07:53.529Z] --- PASS: TestFailedConnection (1.02s) [2021-04-09T01:07:53.529Z] === RUN TestFailOnce [2021-04-09T01:07:53.529Z] 2021/04/09 01:07:53 http: panic serving 127.0.0.1:49222: Plugin not ready [2021-04-09T01:07:53.529Z] goroutine 10 [running]: [2021-04-09T01:07:53.529Z] net/http.(*conn).serve.func1(0xc000058b40) [2021-04-09T01:07:53.529Z] c:/go/src/net/http/server.go:1795 +0x140 [2021-04-09T01:07:53.529Z] panic(0x849b40, 0x986ad0) [2021-04-09T01:07:53.529Z] c:/go/src/runtime/panic.go:679 +0x1c0 [2021-04-09T01:07:53.529Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x99a700, 0xc000132000, 0xc0000d0300) [2021-04-09T01:07:53.529Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56 [2021-04-09T01:07:53.529Z] net/http.HandlerFunc.ServeHTTP(0xc0000ec050, 0x99a700, 0xc000132000, 0xc0000d0300) [2021-04-09T01:07:53.529Z] c:/go/src/net/http/server.go:2036 +0x4b [2021-04-09T01:07:53.529Z] net/http.(*ServeMux).ServeHTTP(0xc0000fc000, 0x99a700, 0xc000132000, 0xc0000d0300) [2021-04-09T01:07:53.529Z] c:/go/src/net/http/server.go:2416 +0x1c4 [2021-04-09T01:07:53.529Z] net/http.serverHandler.ServeHTTP(0xc000102000, 0x99a700, 0xc000132000, 0xc0000d0300) [2021-04-09T01:07:53.529Z] c:/go/src/net/http/server.go:2831 +0xab [2021-04-09T01:07:53.529Z] net/http.(*conn).serve(0xc000058b40, 0x99b2c0, 0xc00004a980) [2021-04-09T01:07:53.529Z] c:/go/src/net/http/server.go:1919 +0x87c [2021-04-09T01:07:53.529Z] created by net/http.(*Server).Serve [2021-04-09T01:07:53.529Z] c:/go/src/net/http/server.go:2957 +0x38b [2021-04-09T01:07:53.529Z] time="2021-04-09T01:07:53Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49221/Test.FailOnce: Post http://127.0.0.1:49221/Test.FailOnce: EOF, retrying in 1s" [2021-04-09T01:07:53.529Z] === RUN TestOutputOnPrematureClose [2021-04-09T01:07:53.529Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2021-04-09T01:07:53.529Z] === RUN TestCompleteSilently [2021-04-09T01:07:53.529Z] --- PASS: TestCompleteSilently (0.00s) [2021-04-09T01:07:53.529Z] PASS [2021-04-09T01:07:53.529Z] coverage: 75.9% of statements [2021-04-09T01:07:53.529Z] ok github.com/docker/docker/pkg/progress 0.049s coverage: 75.9% of statements [2021-04-09T01:07:53.985Z] === RUN TestSendToOneSub [2021-04-09T01:07:53.985Z] --- PASS: TestSendToOneSub (0.00s) [2021-04-09T01:07:53.985Z] === RUN TestSendToMultipleSubs [2021-04-09T01:07:53.985Z] --- PASS: TestSendToMultipleSubs (0.00s) [2021-04-09T01:07:53.985Z] === RUN TestEvictOneSub [2021-04-09T01:07:53.985Z] --- PASS: TestEvictOneSub (0.00s) [2021-04-09T01:07:53.985Z] === RUN TestClosePublisher [2021-04-09T01:07:53.985Z] --- PASS: TestClosePublisher (0.00s) [2021-04-09T01:07:53.985Z] === RUN TestPubSubRace [2021-04-09T01:07:54.441Z] --- PASS: TestFailOnce (1.16s) [2021-04-09T01:07:54.441Z] === RUN TestEchoInputOutput [2021-04-09T01:07:54.441Z] --- PASS: TestEchoInputOutput (0.00s) [2021-04-09T01:07:54.441Z] === RUN TestBackoff [2021-04-09T01:07:54.441Z] --- PASS: TestBackoff (0.00s) [2021-04-09T01:07:54.441Z] === RUN TestAbortRetry [2021-04-09T01:07:54.441Z] --- PASS: TestAbortRetry (0.00s) [2021-04-09T01:07:54.441Z] === RUN TestClientScheme [2021-04-09T01:07:54.442Z] --- PASS: TestClientScheme (0.00s) [2021-04-09T01:07:54.442Z] === RUN TestNewClientWithTimeout [2021-04-09T01:07:54.442Z] === RUN TestRegister [2021-04-09T01:07:54.442Z] --- PASS: TestRegister (0.00s) [2021-04-09T01:07:54.442Z] === RUN TestCommand [2021-04-09T01:07:54.442Z] --- PASS: TestCommand (0.03s) [2021-04-09T01:07:54.442Z] === RUN TestNaiveSelf [2021-04-09T01:07:54.898Z] --- PASS: TestNaiveSelf (0.02s) [2021-04-09T01:07:54.898Z] PASS [2021-04-09T01:07:54.898Z] coverage: 82.4% of statements [2021-04-09T01:07:54.898Z] ok github.com/docker/docker/pkg/reexec 0.083s coverage: 82.4% of statements [2021-04-09T01:07:54.898Z] --- PASS: TestPubSubRace (1.05s) [2021-04-09T01:07:54.898Z] PASS [2021-04-09T01:07:54.898Z] coverage: 75.0% of statements [2021-04-09T01:07:54.898Z] ok github.com/docker/docker/pkg/pubsub 1.088s coverage: 75.0% of statements [2021-04-09T01:07:54.898Z] time="2021-04-09T01:07:54Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49226/Test.Echo: Post http://127.0.0.1:49226/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2021-04-09T01:07:54.940Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-09T01:07:55.169Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-04-09T01:07:55.169Z] --- PASS: TestHealthKillContainer (3.85s) [2021-04-09T01:07:55.169Z] === RUN TestInspectCpusetInConfigPre120 [2021-04-09T01:07:55.198Z] --- PASS: TestAuthZPluginAllowEventStream (1.60s) [2021-04-09T01:07:55.198Z] === RUN TestAuthZPluginErrorResponse [2021-04-09T01:07:55.406Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-09T01:07:55.427Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2021-04-09T01:07:55.759Z] --- PASS: TestAuthZPluginErrorResponse (0.68s) [2021-04-09T01:07:55.759Z] === RUN TestAuthZPluginErrorRequest [2021-04-09T01:07:55.862Z] === RUN TestParseSignal [2021-04-09T01:07:55.862Z] --- PASS: TestParseSignal (0.01s) [2021-04-09T01:07:55.862Z] === RUN TestValidSignalForPlatform [2021-04-09T01:07:55.862Z] --- PASS: TestValidSignalForPlatform (0.00s) [2021-04-09T01:07:55.862Z] PASS [2021-04-09T01:07:55.862Z] coverage: 20.3% of statements [2021-04-09T01:07:55.862Z] ok github.com/docker/docker/pkg/signal 0.051s coverage: 20.3% of statements [2021-04-09T01:07:55.862Z] === RUN TestNewStdWriter [2021-04-09T01:07:55.862Z] --- PASS: TestNewStdWriter (0.00s) [2021-04-09T01:07:55.862Z] === RUN TestWriteWithUninitializedStdWriter [2021-04-09T01:07:55.862Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2021-04-09T01:07:55.862Z] === RUN TestWriteWithNilBytes [2021-04-09T01:07:55.862Z] --- PASS: TestWriteWithNilBytes (0.00s) [2021-04-09T01:07:55.862Z] === RUN TestWrite [2021-04-09T01:07:55.862Z] --- PASS: TestWrite (0.00s) [2021-04-09T01:07:55.862Z] === RUN TestWriteWithWriterError [2021-04-09T01:07:55.862Z] --- PASS: TestWriteWithWriterError (0.00s) [2021-04-09T01:07:55.862Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2021-04-09T01:07:55.862Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2021-04-09T01:07:55.862Z] === RUN TestStdCopyWriteAndRead [2021-04-09T01:07:55.862Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2021-04-09T01:07:55.862Z] === RUN TestStdCopyReturnsErrorReadingHeader [2021-04-09T01:07:55.862Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2021-04-09T01:07:55.862Z] === RUN TestStdCopyReturnsErrorReadingFrame [2021-04-09T01:07:55.862Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2021-04-09T01:07:55.862Z] === RUN TestStdCopyDetectsCorruptedFrame [2021-04-09T01:07:55.862Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2021-04-09T01:07:55.862Z] === RUN TestStdCopyWithInvalidInputHeader [2021-04-09T01:07:55.862Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2021-04-09T01:07:55.862Z] === RUN TestStdCopyWithCorruptedPrefix [2021-04-09T01:07:55.862Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2021-04-09T01:07:55.862Z] === RUN TestStdCopyReturnsWriteErrors [2021-04-09T01:07:55.862Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2021-04-09T01:07:55.862Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2021-04-09T01:07:55.862Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2021-04-09T01:07:55.862Z] === RUN TestStdCopyReturnsErrorFromSystem [2021-04-09T01:07:55.862Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2021-04-09T01:07:55.862Z] PASS [2021-04-09T01:07:55.862Z] coverage: 100.0% of statements [2021-04-09T01:07:55.862Z] ok github.com/docker/docker/pkg/stdcopy 0.041s coverage: 100.0% of statements [2021-04-09T01:07:56.318Z] time="2021-04-09T01:07:56Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49226/Test.Echo: Post http://127.0.0.1:49226/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2021-04-09T01:07:56.319Z] --- PASS: TestAuthZPluginErrorRequest (0.65s) [2021-04-09T01:07:56.319Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-04-09T01:07:56.361Z] --- PASS: TestInspectCpusetInConfigPre120 (1.31s) [2021-04-09T01:07:56.361Z] === RUN TestIpcModeNone [2021-04-09T01:07:56.389Z] --- PASS: TestBuildMultiStageParentConfig (5.00s) [2021-04-09T01:07:56.389Z] === RUN TestBuildLabelWithTargets [2021-04-09T01:07:56.774Z] === RUN TestGenerateRandomID [2021-04-09T01:07:56.774Z] --- PASS: TestGenerateRandomID (0.00s) [2021-04-09T01:07:56.774Z] === RUN TestShortenId [2021-04-09T01:07:56.774Z] --- PASS: TestShortenId (0.00s) [2021-04-09T01:07:56.774Z] === RUN TestShortenSha256Id [2021-04-09T01:07:56.774Z] --- PASS: TestShortenSha256Id (0.00s) [2021-04-09T01:07:56.774Z] === RUN TestShortenIdEmpty [2021-04-09T01:07:56.774Z] --- PASS: TestShortenIdEmpty (0.00s) [2021-04-09T01:07:56.774Z] === RUN TestShortenIdInvalid [2021-04-09T01:07:56.775Z] --- PASS: TestShortenIdInvalid (0.00s) [2021-04-09T01:07:56.775Z] === RUN TestIsShortIDNonHex [2021-04-09T01:07:56.775Z] --- PASS: TestIsShortIDNonHex (0.00s) [2021-04-09T01:07:56.775Z] === RUN TestIsShortIDNotCorrectSize [2021-04-09T01:07:56.775Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2021-04-09T01:07:56.775Z] PASS [2021-04-09T01:07:56.775Z] coverage: 70.6% of statements [2021-04-09T01:07:56.775Z] ok github.com/docker/docker/pkg/stringid 0.046s coverage: 70.6% of statements [2021-04-09T01:07:56.775Z] === RUN TestRawProgressFormatterFormatStatus [2021-04-09T01:07:56.775Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2021-04-09T01:07:56.775Z] === RUN TestRawProgressFormatterFormatProgress [2021-04-09T01:07:56.775Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2021-04-09T01:07:56.775Z] === RUN TestFormatStatus [2021-04-09T01:07:56.775Z] --- PASS: TestFormatStatus (0.00s) [2021-04-09T01:07:56.775Z] === RUN TestFormatError [2021-04-09T01:07:56.775Z] --- PASS: TestFormatError (0.00s) [2021-04-09T01:07:56.775Z] === RUN TestFormatJSONError [2021-04-09T01:07:56.775Z] --- PASS: TestFormatJSONError (0.00s) [2021-04-09T01:07:56.775Z] === RUN TestJsonProgressFormatterFormatProgress [2021-04-09T01:07:56.775Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2021-04-09T01:07:56.775Z] === RUN TestJsonProgressFormatterFormatStatus [2021-04-09T01:07:56.775Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2021-04-09T01:07:56.775Z] === RUN TestNewJSONProgressOutput [2021-04-09T01:07:56.775Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2021-04-09T01:07:56.775Z] === RUN TestAuxFormatterEmit [2021-04-09T01:07:56.775Z] --- PASS: TestAuxFormatterEmit (0.00s) [2021-04-09T01:07:56.775Z] === RUN TestStreamWriterStdout [2021-04-09T01:07:56.775Z] --- PASS: TestStreamWriterStdout (0.00s) [2021-04-09T01:07:56.775Z] === RUN TestStreamWriterStderr [2021-04-09T01:07:56.775Z] --- PASS: TestStreamWriterStderr (0.00s) [2021-04-09T01:07:56.775Z] PASS [2021-04-09T01:07:56.775Z] coverage: 66.2% of statements [2021-04-09T01:07:56.775Z] ok github.com/docker/docker/pkg/streamformatter 0.046s coverage: 66.2% of statements [2021-04-09T01:07:56.959Z] --- PASS: TestContainerKillOnDaemonStart (13.61s) [2021-04-09T01:07:56.959Z] PASS [2021-04-09T01:07:56.959Z] [2021-04-09T01:07:56.959Z] === Skipped [2021-04-09T01:07:56.959Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2021-04-09T01:07:56.959Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-04-09T01:07:56.959Z] [2021-04-09T01:07:56.959Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2021-04-09T01:07:56.960Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-09T01:07:56.960Z] [2021-04-09T01:07:56.960Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2021-04-09T01:07:56.960Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-09T01:07:56.960Z] [2021-04-09T01:07:56.960Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-04-09T01:07:56.960Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-04-09T01:07:56.960Z] [2021-04-09T01:07:56.960Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2021-04-09T01:07:56.960Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-04-09T01:07:56.960Z] [2021-04-09T01:07:56.960Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2021-04-09T01:07:56.960Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-04-09T01:07:56.960Z] [2021-04-09T01:07:56.960Z] [2021-04-09T01:07:56.960Z] DONE 197 tests, 6 skipped in 163.358s [2021-04-09T01:07:56.960Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2021-04-09T01:07:56.960Z] ++ 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-09T01:07:56.960Z] ++ set -e [2021-04-09T01:07:56.960Z] ++ '[' -n 0 ']' [2021-04-09T01:07:56.960Z] ++ set -x [2021-04-09T01:07:56.960Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-09T01:07:56.960Z] INFO: Testing against a local daemon [2021-04-09T01:07:56.960Z] === RUN TestCommitInheritsEnv [2021-04-09T01:07:57.244Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.67s) [2021-04-09T01:07:57.244Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-04-09T01:07:57.533Z] --- PASS: TestCommitInheritsEnv (0.42s) [2021-04-09T01:07:57.533Z] === RUN TestImportExtremelyLargeImageWorks [2021-04-09T01:07:57.533Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-04-09T01:07:57.533Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-04-09T01:07:57.533Z] === RUN TestImagesFilterMultiReference [2021-04-09T01:07:57.533Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2021-04-09T01:07:57.533Z] === RUN TestImagePullPlatformInvalid [2021-04-09T01:07:57.533Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2021-04-09T01:07:57.533Z] === RUN TestRemoveImageOrphaning [2021-04-09T01:07:57.750Z] tests/integration/models_containers_test.py ............................ [ 83%] [2021-04-09T01:07:58.107Z] --- PASS: TestRemoveImageOrphaning (0.38s) [2021-04-09T01:07:58.107Z] === RUN TestRemoveImageGarbageCollector [2021-04-09T01:07:58.107Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-04-09T01:07:58.107Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-09T01:07:58.107Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-04-09T01:07:58.107Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-04-09T01:07:58.107Z] === RUN TestTagInvalidReference [2021-04-09T01:07:58.107Z] --- PASS: TestTagInvalidReference (0.03s) [2021-04-09T01:07:58.107Z] === RUN TestTagValidPrefixedRepo [2021-04-09T01:07:58.107Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2021-04-09T01:07:58.107Z] === RUN TestTagExistedNameWithoutForce [2021-04-09T01:07:58.107Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2021-04-09T01:07:58.107Z] === RUN TestTagOfficialNames [2021-04-09T01:07:58.264Z] --- PASS: TestIpcModeNone (1.86s) [2021-04-09T01:07:58.264Z] === RUN TestIpcModePrivate [2021-04-09T01:07:58.264Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2021-04-09T01:07:58.305Z] === RUN TestIsCpusetListAvailable [2021-04-09T01:07:58.305Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2021-04-09T01:07:58.305Z] PASS [2021-04-09T01:07:58.305Z] coverage: 38.2% of statements [2021-04-09T01:07:58.305Z] ok github.com/docker/docker/pkg/sysinfo 0.041s coverage: 38.2% of statements [2021-04-09T01:07:58.368Z] --- PASS: TestTagOfficialNames (0.08s) [2021-04-09T01:07:58.368Z] === RUN TestTagMatchesDigest [2021-04-09T01:07:58.368Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-04-09T01:07:58.368Z] PASS [2021-04-09T01:07:58.368Z] [2021-04-09T01:07:58.368Z] === Skipped [2021-04-09T01:07:58.368Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2021-04-09T01:07:58.368Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-04-09T01:07:58.368Z] [2021-04-09T01:07:58.368Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-04-09T01:07:58.368Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-09T01:07:58.368Z] [2021-04-09T01:07:58.368Z] [2021-04-09T01:07:58.368Z] DONE 12 tests, 2 skipped in 1.459s [2021-04-09T01:07:58.368Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2021-04-09T01:07:58.368Z] ++ 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-09T01:07:58.368Z] ++ set -e [2021-04-09T01:07:58.368Z] ++ '[' -n 0 ']' [2021-04-09T01:07:58.368Z] ++ set -x [2021-04-09T01:07:58.368Z] ++ env -i DEST=/go/src/github.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-09T01:07:58.368Z] INFO: Testing against a local daemon [2021-04-09T01:07:58.368Z] === RUN TestNetworkCreateDelete [2021-04-09T01:07:58.761Z] === RUN TestChtimes [2021-04-09T01:07:58.761Z] --- PASS: TestChtimes (0.00s) [2021-04-09T01:07:58.761Z] === RUN TestChtimesWindows [2021-04-09T01:07:58.761Z] --- PASS: TestChtimesWindows (0.00s) [2021-04-09T01:07:58.761Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2021-04-09T01:07:58.761Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2021-04-09T01:07:58.761Z] === RUN TestEnsureRemoveAllNotExist [2021-04-09T01:07:58.761Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2021-04-09T01:07:58.761Z] === RUN TestEnsureRemoveAllWithDir [2021-04-09T01:07:58.761Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2021-04-09T01:07:58.761Z] === RUN TestEnsureRemoveAllWithFile [2021-04-09T01:07:58.761Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2021-04-09T01:07:58.761Z] === RUN TestHasWin32KSupport [2021-04-09T01:07:58.761Z] --- PASS: TestHasWin32KSupport (0.00s) [2021-04-09T01:07:58.761Z] syscall_windows_test.go:8: win32k: true [2021-04-09T01:07:58.761Z] PASS [2021-04-09T01:07:58.761Z] coverage: 12.0% of statements [2021-04-09T01:07:58.761Z] ok github.com/docker/docker/pkg/system 0.058s coverage: 12.0% of statements [2021-04-09T01:07:59.131Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.82s) [2021-04-09T01:07:59.131Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-04-09T01:07:59.219Z] time="2021-04-09T01:07:58Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49226/Test.Echo: Post http://127.0.0.1:49226/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2021-04-09T01:07:59.219Z] === RUN TestTailFile [2021-04-09T01:07:59.219Z] --- PASS: TestTailFile (0.00s) [2021-04-09T01:07:59.219Z] === RUN TestTailFileManyLines [2021-04-09T01:07:59.219Z] --- PASS: TestTailFileManyLines (0.00s) [2021-04-09T01:07:59.219Z] === RUN TestTailEmptyFile [2021-04-09T01:07:59.219Z] --- PASS: TestTailEmptyFile (0.00s) [2021-04-09T01:07:59.219Z] === RUN TestTailNegativeN [2021-04-09T01:07:59.219Z] --- PASS: TestTailNegativeN (0.00s) [2021-04-09T01:07:59.219Z] === RUN TestNewTailReader [2021-04-09T01:07:59.219Z] === PAUSE TestNewTailReader [2021-04-09T01:07:59.219Z] === CONT TestNewTailReader [2021-04-09T01:07:59.219Z] === RUN TestNewTailReader/2_byte_delimiter [2021-04-09T01:07:59.219Z] === PAUSE TestNewTailReader/2_byte_delimiter [2021-04-09T01:07:59.219Z] === RUN TestNewTailReader/4_byte_delimiter [2021-04-09T01:07:59.219Z] === PAUSE TestNewTailReader/4_byte_delimiter [2021-04-09T01:07:59.219Z] === RUN TestNewTailReader/8_byte_delimiter [2021-04-09T01:07:59.219Z] === PAUSE TestNewTailReader/8_byte_delimiter [2021-04-09T01:07:59.219Z] === RUN TestNewTailReader/12_byte_delimiter [2021-04-09T01:07:59.219Z] === PAUSE TestNewTailReader/12_byte_delimiter [2021-04-09T01:07:59.219Z] === RUN TestNewTailReader/no_delimiter [2021-04-09T01:07:59.219Z] === PAUSE TestNewTailReader/no_delimiter [2021-04-09T01:07:59.219Z] === RUN TestNewTailReader/single_byte_delimiter [2021-04-09T01:07:59.219Z] === PAUSE TestNewTailReader/single_byte_delimiter [2021-04-09T01:07:59.219Z] === RUN TestNewTailReader/truncated_last_line [2021-04-09T01:07:59.219Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2021-04-09T01:07:59.219Z] === RUN TestNewTailReader/truncated_last_line#01 [2021-04-09T01:07:59.313Z] --- PASS: TestNetworkCreateDelete (0.84s) [2021-04-09T01:07:59.313Z] === RUN TestDockerNetworkDeletePreferID [2021-04-09T01:07:59.677Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2021-04-09T01:07:59.677Z] === RUN TestNewTailReader/truncated_last_line#02 [2021-04-09T01:07:59.677Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2021-04-09T01:07:59.677Z] === CONT TestNewTailReader/2_byte_delimiter [2021-04-09T01:07:59.677Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2021-04-09T01:07:59.677Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2021-04-09T01:07:59.677Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2021-04-09T01:07:59.677Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2021-04-09T01:07:59.677Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2021-04-09T01:07:59.677Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2021-04-09T01:07:59.677Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-09T01:07:59.677Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-09T01:07:59.677Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-09T01:07:59.677Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-09T01:07:59.677Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-04-09T01:07:59.677Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-04-09T01:07:59.677Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-04-09T01:07:59.677Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-04-09T01:07:59.677Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-04-09T01:07:59.677Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-04-09T01:07:59.677Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-04-09T01:07:59.677Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-04-09T01:07:59.677Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-04-09T01:07:59.677Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-04-09T01:07:59.677Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2021-04-09T01:07:59.677Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2021-04-09T01:07:59.677Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-04-09T01:07:59.677Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-04-09T01:07:59.677Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2021-04-09T01:07:59.677Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-04-09T01:07:59.677Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-04-09T01:07:59.677Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-09T01:07:59.677Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-09T01:07:59.677Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-04-09T01:07:59.677Z] === CONT TestNewTailReader/single_byte_delimiter [2021-04-09T01:07:59.677Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2021-04-09T01:07:59.677Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2021-04-09T01:07:59.677Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2021-04-09T01:07:59.677Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2021-04-09T01:07:59.677Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2021-04-09T01:07:59.677Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2021-04-09T01:07:59.677Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-09T01:07:59.677Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-09T01:07:59.677Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-09T01:07:59.677Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-09T01:07:59.677Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-04-09T01:07:59.677Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-04-09T01:07:59.677Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-04-09T01:07:59.677Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-04-09T01:07:59.677Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-04-09T01:07:59.677Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-04-09T01:07:59.677Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-04-09T01:07:59.677Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-04-09T01:07:59.677Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-04-09T01:07:59.677Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-04-09T01:07:59.677Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2021-04-09T01:07:59.677Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2021-04-09T01:07:59.677Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-04-09T01:07:59.677Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-04-09T01:07:59.677Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-04-09T01:07:59.677Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-04-09T01:07:59.677Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-04-09T01:07:59.677Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-09T01:07:59.677Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-09T01:07:59.677Z] === CONT TestNewTailReader/8_byte_delimiter [2021-04-09T01:07:59.677Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2021-04-09T01:07:59.677Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2021-04-09T01:07:59.677Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2021-04-09T01:07:59.677Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2021-04-09T01:07:59.677Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2021-04-09T01:07:59.677Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2021-04-09T01:07:59.677Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-09T01:07:59.677Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-09T01:07:59.677Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-09T01:07:59.677Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-09T01:07:59.677Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-04-09T01:07:59.678Z] === CONT TestNewTailReader/no_delimiter [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/no_delimiter/no_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-04-09T01:07:59.678Z] === CONT TestNewTailReader/4_byte_delimiter [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-04-09T01:07:59.678Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-09T01:07:59.678Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-09T01:07:59.678Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-09T01:07:59.678Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-09T01:07:59.678Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-09T01:07:59.678Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-09T01:07:59.678Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-09T01:07:59.678Z] === CONT TestNewTailReader/12_byte_delimiter [2021-04-09T01:07:59.678Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2021-04-09T01:07:59.678Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-09T01:07:59.678Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-04-09T01:07:59.678Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-09T01:07:59.678Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-04-09T01:07:59.678Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-09T01:07:59.678Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-09T01:07:59.678Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-09T01:07:59.678Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-09T01:07:59.678Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-04-09T01:07:59.678Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-04-09T01:07:59.678Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-09T01:07:59.679Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-09T01:07:59.679Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-09T01:07:59.679Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-09T01:07:59.679Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-09T01:07:59.679Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-09T01:07:59.679Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-09T01:07:59.679Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-09T01:07:59.679Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-09T01:07:59.679Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-09T01:07:59.679Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-09T01:07:59.679Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-09T01:07:59.679Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-09T01:07:59.679Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-09T01:07:59.679Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-09T01:07:59.679Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-04-09T01:07:59.679Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-09T01:07:59.679Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-09T01:07:59.679Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-09T01:07:59.679Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-09T01:07:59.679Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-09T01:07:59.679Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-09T01:07:59.679Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-04-09T01:07:59.679Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-09T01:07:59.679Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-09T01:07:59.679Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-09T01:07:59.680Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-09T01:07:59.680Z] === CONT TestNewTailReader/no_delimiter/no_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-04-09T01:07:59.680Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-09T01:07:59.680Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-09T01:07:59.680Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-09T01:07:59.680Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-09T01:07:59.680Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-09T01:07:59.680Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-09T01:07:59.680Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-09T01:07:59.680Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-04-09T01:07:59.680Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-09T01:07:59.680Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-09T01:07:59.680Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2021-04-09T01:07:59.680Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-04-09T01:07:59.680Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-09T01:07:59.680Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-09T01:07:59.680Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-09T01:07:59.680Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-09T01:07:59.680Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-09T01:07:59.680Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-09T01:07:59.680Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-09T01:07:59.680Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-09T01:07:59.681Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-09T01:07:59.681Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-09T01:07:59.681Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-09T01:07:59.681Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-09T01:07:59.681Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-09T01:07:59.681Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-09T01:07:59.681Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2021-04-09T01:07:59.681Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-04-09T01:07:59.681Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-04-09T01:07:59.681Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-04-09T01:07:59.681Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-04-09T01:07:59.681Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-04-09T01:07:59.681Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-04-09T01:07:59.681Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-09T01:07:59.681Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-09T01:07:59.681Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-09T01:07:59.681Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-09T01:07:59.681Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-09T01:07:59.681Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-09T01:07:59.681Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-09T01:07:59.681Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-09T01:07:59.681Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-09T01:07:59.681Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-09T01:07:59.681Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-09T01:07:59.681Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-09T01:07:59.681Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-09T01:07:59.681Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-09T01:07:59.681Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-09T01:07:59.681Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-09T01:07:59.681Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-04-09T01:07:59.681Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2021-04-09T01:07:59.681Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-04-09T01:07:59.681Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-04-09T01:07:59.681Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-04-09T01:07:59.681Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-04-09T01:07:59.681Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-04-09T01:07:59.681Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-04-09T01:07:59.681Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-04-09T01:07:59.681Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-04-09T01:07:59.681Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-04-09T01:07:59.681Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-04-09T01:07:59.681Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-04-09T01:07:59.681Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-04-09T01:07:59.681Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-04-09T01:07:59.681Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-04-09T01:07:59.681Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-04-09T01:07:59.681Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-04-09T01:07:59.681Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-04-09T01:07:59.681Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-04-09T01:07:59.681Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-04-09T01:07:59.681Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-04-09T01:07:59.681Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-09T01:07:59.681Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-09T01:07:59.681Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-09T01:07:59.681Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-04-09T01:07:59.681Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-04-09T01:07:59.681Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-04-09T01:07:59.681Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-04-09T01:07:59.681Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-04-09T01:07:59.681Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-04-09T01:07:59.681Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-04-09T01:07:59.681Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-04-09T01:07:59.681Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-04-09T01:07:59.681Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-04-09T01:07:59.681Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-04-09T01:07:59.681Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-09T01:07:59.681Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-09T01:07:59.681Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-09T01:07:59.681Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-09T01:07:59.681Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-09T01:07:59.681Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-09T01:07:59.681Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-09T01:07:59.681Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-04-09T01:07:59.681Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-09T01:07:59.681Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-09T01:07:59.681Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-09T01:07:59.681Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-09T01:08:00.140Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-09T01:08:00.140Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-09T01:08:00.140Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-09T01:08:00.140Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-09T01:08:00.140Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-09T01:08:00.140Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-09T01:08:00.140Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-04-09T01:08:00.140Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-09T01:08:00.140Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-04-09T01:08:00.140Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-09T01:08:00.140Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-04-09T01:08:00.140Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-09T01:08:00.140Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-09T01:08:00.140Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-09T01:08:00.140Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-09T01:08:00.140Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2021-04-09T01:08:00.140Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-04-09T01:08:00.140Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-04-09T01:08:00.140Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-09T01:08:00.140Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-09T01:08:00.140Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2021-04-09T01:08:00.140Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-09T01:08:00.140Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-09T01:08:00.140Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-09T01:08:00.140Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-04-09T01:08:00.140Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-04-09T01:08:00.140Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-04-09T01:08:00.140Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-04-09T01:08:00.140Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-04-09T01:08:00.140Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-04-09T01:08:00.140Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-04-09T01:08:00.140Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-04-09T01:08:00.140Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-04-09T01:08:00.140Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-04-09T01:08:00.140Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-04-09T01:08:00.140Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-04-09T01:08:00.140Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-04-09T01:08:00.140Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-04-09T01:08:00.140Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-04-09T01:08:00.140Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-04-09T01:08:00.140Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-04-09T01:08:00.140Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-04-09T01:08:00.140Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-04-09T01:08:00.140Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-04-09T01:08:00.140Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-04-09T01:08:00.140Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-09T01:08:00.140Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-09T01:08:00.140Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-04-09T01:08:00.140Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-04-09T01:08:00.140Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-04-09T01:08:00.140Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-09T01:08:00.140Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-09T01:08:00.140Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-09T01:08:00.140Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-04-09T01:08:00.140Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-04-09T01:08:00.140Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-04-09T01:08:00.140Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-09T01:08:00.140Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-09T01:08:00.140Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-04-09T01:08:00.140Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-04-09T01:08:00.140Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-04-09T01:08:00.140Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-09T01:08:00.140Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-09T01:08:00.140Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-04-09T01:08:00.140Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-09T01:08:00.140Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-09T01:08:00.140Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-09T01:08:00.140Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-09T01:08:00.140Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-09T01:08:00.140Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-09T01:08:00.140Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-09T01:08:00.140Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-09T01:08:00.140Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-09T01:08:00.140Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-09T01:08:00.140Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-09T01:08:00.140Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-09T01:08:00.140Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-09T01:08:00.140Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-09T01:08:00.140Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-09T01:08:00.140Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-09T01:08:00.140Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-09T01:08:00.140Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-09T01:08:00.140Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-09T01:08:00.140Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-09T01:08:00.140Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-09T01:08:00.140Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-09T01:08:00.140Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-09T01:08:00.140Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-09T01:08:00.140Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-09T01:08:00.140Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2021-04-09T01:08:00.140Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-04-09T01:08:00.140Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-04-09T01:08:00.140Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-04-09T01:08:00.140Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-04-09T01:08:00.140Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-04-09T01:08:00.140Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-04-09T01:08:00.140Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-09T01:08:00.140Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-09T01:08:00.140Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-09T01:08:00.140Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-09T01:08:00.140Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-09T01:08:00.140Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-09T01:08:00.140Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-09T01:08:00.140Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-09T01:08:00.140Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-09T01:08:00.140Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-09T01:08:00.140Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-09T01:08:00.140Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-09T01:08:00.140Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-09T01:08:00.140Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-09T01:08:00.140Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-09T01:08:00.140Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-04-09T01:08:00.140Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2021-04-09T01:08:00.141Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-04-09T01:08:00.141Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-04-09T01:08:00.141Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-04-09T01:08:00.141Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-04-09T01:08:00.141Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-04-09T01:08:00.141Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-04-09T01:08:00.141Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-04-09T01:08:00.141Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-04-09T01:08:00.141Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-04-09T01:08:00.141Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-04-09T01:08:00.141Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-04-09T01:08:00.141Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-04-09T01:08:00.141Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-04-09T01:08:00.141Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-04-09T01:08:00.141Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-04-09T01:08:00.141Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-04-09T01:08:00.141Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-04-09T01:08:00.141Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-04-09T01:08:00.141Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-04-09T01:08:00.141Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-04-09T01:08:00.141Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-09T01:08:00.141Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-09T01:08:00.141Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-09T01:08:00.142Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.02s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.02s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.01s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.01s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-04-09T01:08:00.142Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-04-09T01:08:00.143Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-04-09T01:08:00.143Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-04-09T01:08:00.143Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.143Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-04-09T01:08:00.143Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-04-09T01:08:00.143Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-04-09T01:08:00.143Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-04-09T01:08:00.143Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2021-04-09T01:08:00.143Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2021-04-09T01:08:00.143Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.143Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2021-04-09T01:08:00.143Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2021-04-09T01:08:00.143Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2021-04-09T01:08:00.143Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2021-04-09T01:08:00.143Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2021-04-09T01:08:00.143Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2021-04-09T01:08:00.143Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2021-04-09T01:08:00.143Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2021-04-09T01:08:00.143Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2021-04-09T01:08:00.143Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2021-04-09T01:08:00.143Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-04-09T01:08:00.143Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-04-09T01:08:00.143Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-04-09T01:08:00.143Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.143Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.02s) [2021-04-09T01:08:00.143Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-04-09T01:08:00.143Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-04-09T01:08:00.143Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-04-09T01:08:00.143Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-04-09T01:08:00.143Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-04-09T01:08:00.143Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.143Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2021-04-09T01:08:00.143Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2021-04-09T01:08:00.143Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.143Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2021-04-09T01:08:00.143Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-04-09T01:08:00.143Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.143Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2021-04-09T01:08:00.143Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-04-09T01:08:00.143Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.143Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2021-04-09T01:08:00.143Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-04-09T01:08:00.143Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.143Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.02s) [2021-04-09T01:08:00.143Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-04-09T01:08:00.143Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.169Z] --- PASS: TestIpcModePrivate (1.76s) [2021-04-09T01:08:00.169Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:98, shared: false, mustBeShared: false [2021-04-09T01:08:00.169Z] === RUN TestIpcModeShareable [2021-04-09T01:08:00.602Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-04-09T01:08:00.602Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-04-09T01:08:00.602Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-04-09T01:08:00.602Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-04-09T01:08:00.602Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.01s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.01s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.01s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.01s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.02s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter (0.01s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.01s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.01s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.02s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.01s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.01s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.01s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-04-09T01:08:00.603Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-04-09T01:08:00.604Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-04-09T01:08:00.604Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-04-09T01:08:00.604Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-04-09T01:08:00.604Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-04-09T01:08:00.604Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-04-09T01:08:00.604Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-04-09T01:08:00.604Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-04-09T01:08:00.604Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2021-04-09T01:08:00.604Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-04-09T01:08:00.604Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.604Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2021-04-09T01:08:00.604Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-04-09T01:08:00.604Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.604Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2021-04-09T01:08:00.604Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-04-09T01:08:00.604Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-04-09T01:08:00.604Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.604Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-04-09T01:08:00.604Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.01s) [2021-04-09T01:08:00.604Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-04-09T01:08:00.604Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.604Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-04-09T01:08:00.604Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-04-09T01:08:00.604Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-04-09T01:08:00.604Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-04-09T01:08:00.604Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-04-09T01:08:00.604Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-04-09T01:08:00.604Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.604Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-04-09T01:08:00.604Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-04-09T01:08:00.604Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-04-09T01:08:00.604Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-04-09T01:08:00.604Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2021-04-09T01:08:00.604Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-04-09T01:08:00.604Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.604Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-04-09T01:08:00.604Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-04-09T01:08:00.604Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-04-09T01:08:00.604Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-04-09T01:08:00.604Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2021-04-09T01:08:00.604Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-04-09T01:08:00.604Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2021-04-09T01:08:00.604Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2021-04-09T01:08:00.604Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2021-04-09T01:08:00.604Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2021-04-09T01:08:00.604Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2021-04-09T01:08:00.604Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2021-04-09T01:08:00.604Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2021-04-09T01:08:00.604Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2021-04-09T01:08:00.604Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2021-04-09T01:08:00.604Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2021-04-09T01:08:00.604Z] PASS [2021-04-09T01:08:00.604Z] coverage: 88.6% of statements [2021-04-09T01:08:00.604Z] ok github.com/docker/docker/pkg/tailfile 0.426s coverage: 88.6% of statements [2021-04-09T01:08:00.604Z] === RUN TestTarSumRemoveNonExistent [2021-04-09T01:08:00.604Z] --- PASS: TestTarSumRemoveNonExistent (0.01s) [2021-04-09T01:08:00.604Z] === RUN TestTarSumRemove [2021-04-09T01:08:00.604Z] --- PASS: TestTarSumRemove (0.00s) [2021-04-09T01:08:00.604Z] === RUN TestSortFileInfoSums [2021-04-09T01:08:00.604Z] --- PASS: TestSortFileInfoSums (0.00s) [2021-04-09T01:08:00.604Z] === RUN TestNewTarSumForLabelInvalid [2021-04-09T01:08:00.604Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2021-04-09T01:08:00.604Z] === RUN TestNewTarSumForLabel [2021-04-09T01:08:00.604Z] --- PASS: TestNewTarSumForLabel (0.00s) [2021-04-09T01:08:00.604Z] === RUN TestEmptyTar [2021-04-09T01:08:00.604Z] --- PASS: TestEmptyTar (0.00s) [2021-04-09T01:08:00.604Z] === RUN TestTarSumsReadSize [2021-04-09T01:08:00.604Z] --- PASS: TestTarSumsReadSize (0.00s) [2021-04-09T01:08:00.604Z] === RUN TestTarSums [2021-04-09T01:08:00.604Z] --- PASS: TestTarSums (0.08s) [2021-04-09T01:08:00.604Z] === RUN TestIteration [2021-04-09T01:08:00.604Z] --- PASS: TestIteration (0.00s) [2021-04-09T01:08:00.604Z] === RUN TestVersionLabelForChecksum [2021-04-09T01:08:00.604Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2021-04-09T01:08:00.604Z] === RUN TestVersion [2021-04-09T01:08:00.604Z] --- PASS: TestVersion (0.00s) [2021-04-09T01:08:00.604Z] === RUN TestGetVersion [2021-04-09T01:08:00.604Z] --- PASS: TestGetVersion (0.00s) [2021-04-09T01:08:00.604Z] === RUN TestGetVersions [2021-04-09T01:08:00.604Z] --- PASS: TestGetVersions (0.00s) [2021-04-09T01:08:00.604Z] PASS [2021-04-09T01:08:00.604Z] coverage: 89.3% of statements [2021-04-09T01:08:00.604Z] ok github.com/docker/docker/pkg/tarsum 0.167s coverage: 89.3% of statements [2021-04-09T01:08:01.017Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.88s) [2021-04-09T01:08:01.017Z] === RUN TestAuthZPluginHeader [2021-04-09T01:08:01.061Z] testing: warning: no tests to run [2021-04-09T01:08:01.061Z] PASS [2021-04-09T01:08:01.061Z] coverage: [no statements] [2021-04-09T01:08:01.061Z] ok github.com/docker/docker/pkg/term/windows 0.066s coverage: [no statements] [no tests to run] [2021-04-09T01:08:01.517Z] === RUN TestTruncIndex [2021-04-09T01:08:01.517Z] --- PASS: TestTruncIndex (0.10s) [2021-04-09T01:08:01.517Z] PASS [2021-04-09T01:08:01.517Z] coverage: 91.5% of statements [2021-04-09T01:08:01.517Z] ok github.com/docker/docker/pkg/truncindex 0.143s coverage: 91.5% of statements [2021-04-09T01:08:01.578Z] --- PASS: TestAuthZPluginHeader (0.84s) [2021-04-09T01:08:01.578Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-04-09T01:08:01.861Z] --- PASS: TestDockerNetworkDeletePreferID (2.46s) [2021-04-09T01:08:01.861Z] === RUN TestDaemonDNSFallback [2021-04-09T01:08:01.977Z] === RUN TestIsGIT [2021-04-09T01:08:01.977Z] --- PASS: TestIsGIT (0.00s) [2021-04-09T01:08:01.977Z] === RUN TestIsTransport [2021-04-09T01:08:01.977Z] --- PASS: TestIsTransport (0.00s) [2021-04-09T01:08:01.977Z] PASS [2021-04-09T01:08:01.977Z] coverage: 100.0% of statements [2021-04-09T01:08:01.977Z] ok github.com/docker/docker/pkg/urlutil 0.037s coverage: 100.0% of statements [2021-04-09T01:08:02.074Z] --- PASS: TestIpcModeShareable (1.89s) [2021-04-09T01:08:02.074Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:94, shared: true, mustBeShared: true [2021-04-09T01:08:02.074Z] === RUN TestAPIIpcModeShareableAndContainer [2021-04-09T01:08:02.435Z] === RUN TestVersionInfo [2021-04-09T01:08:02.435Z] --- PASS: TestVersionInfo (0.00s) [2021-04-09T01:08:02.435Z] === RUN TestAppendVersions [2021-04-09T01:08:02.435Z] --- PASS: TestAppendVersions (0.00s) [2021-04-09T01:08:02.435Z] PASS [2021-04-09T01:08:02.435Z] coverage: 88.9% of statements [2021-04-09T01:08:02.435Z] ok github.com/docker/docker/pkg/useragent 0.039s coverage: 88.9% of statements [2021-04-09T01:08:03.400Z] time="2021-04-09T01:08:03Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49226/Test.Echo: Post http://127.0.0.1:49226/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2021-04-09T01:08:03.994Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2021-04-09T01:08:04.363Z] === RUN TestValidatePrivileges [2021-04-09T01:08:04.363Z] --- PASS: TestValidatePrivileges (0.00s) [2021-04-09T01:08:04.363Z] === RUN TestFilterByCapNeg [2021-04-09T01:08:04.363Z] --- PASS: TestFilterByCapNeg (0.00s) [2021-04-09T01:08:04.363Z] === RUN TestFilterByCapPos [2021-04-09T01:08:04.363Z] --- PASS: TestFilterByCapPos (0.00s) [2021-04-09T01:08:04.363Z] === RUN TestStoreGetPluginNotMatchCapRefs [2021-04-09T01:08:04.363Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2021-04-09T01:08:04.363Z] PASS [2021-04-09T01:08:04.363Z] coverage: 12.0% of statements [2021-04-09T01:08:04.363Z] ok github.com/docker/docker/plugin 0.072s coverage: 12.0% of statements [2021-04-09T01:08:04.363Z] === RUN TestNewSettable [2021-04-09T01:08:04.363Z] --- PASS: TestNewSettable (0.00s) [2021-04-09T01:08:04.363Z] === RUN TestIsSettable [2021-04-09T01:08:04.363Z] --- PASS: TestIsSettable (0.00s) [2021-04-09T01:08:04.363Z] === RUN TestUpdateSettingsEnv [2021-04-09T01:08:04.363Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2021-04-09T01:08:04.363Z] PASS [2021-04-09T01:08:04.363Z] coverage: 20.1% of statements [2021-04-09T01:08:04.363Z] ok github.com/docker/docker/plugin/v2 0.049s coverage: 20.1% of statements [2021-04-09T01:08:04.502Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2021-04-09T01:08:04.502Z] === RUN TestBuildWithEmptyLayers [2021-04-09T01:08:04.562Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2021-04-09T01:08:05.894Z] === RUN TestLoad [2021-04-09T01:08:05.894Z] --- PASS: TestLoad (0.00s) [2021-04-09T01:08:05.894Z] === RUN TestSave [2021-04-09T01:08:05.894Z] --- PASS: TestSave (0.03s) [2021-04-09T01:08:05.894Z] === RUN TestAddDeleteGet [2021-04-09T01:08:05.894Z] --- PASS: TestAddDeleteGet (0.04s) [2021-04-09T01:08:05.894Z] === RUN TestInvalidTags [2021-04-09T01:08:05.894Z] --- PASS: TestInvalidTags (0.01s) [2021-04-09T01:08:05.894Z] PASS [2021-04-09T01:08:05.894Z] coverage: 84.4% of statements [2021-04-09T01:08:05.894Z] ok github.com/docker/docker/reference 0.132s coverage: 84.4% of statements [2021-04-09T01:08:06.464Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-04-09T01:08:06.464Z] --- PASS: TestAPIIpcModeShareableAndContainer (4.86s) [2021-04-09T01:08:06.464Z] === RUN TestAPIIpcModeHost [2021-04-09T01:08:06.817Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.54s) [2021-04-09T01:08:06.817Z] === RUN TestAuthZPluginV2Disable [2021-04-09T01:08:07.034Z] --- PASS: TestBuildWithEmptyLayers (3.00s) [2021-04-09T01:08:07.034Z] === RUN TestBuildMultiStageOnBuild [2021-04-09T01:08:07.429Z] === RUN TestResolveAuthConfigIndexServer [2021-04-09T01:08:07.429Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2021-04-09T01:08:07.429Z] === RUN TestResolveAuthConfigFullURL [2021-04-09T01:08:07.429Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2021-04-09T01:08:07.429Z] === RUN TestLoadAllowNondistributableArtifacts [2021-04-09T01:08:07.429Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2021-04-09T01:08:07.429Z] === RUN TestValidateMirror [2021-04-09T01:08:07.429Z] --- PASS: TestValidateMirror (0.00s) [2021-04-09T01:08:07.429Z] === RUN TestLoadInsecureRegistries [2021-04-09T01:08:07.867Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-04-09T01:08:07.867Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (10.26s) [2021-04-09T01:08:07.867Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (10.89s) [2021-04-09T01:08:07.867Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (11.18s) [2021-04-09T01:08:07.867Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (11.34s) [2021-04-09T01:08:07.867Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (6.83s) [2021-04-09T01:08:07.867Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (12.48s) [2021-04-09T01:08:07.867Z] === RUN TestBuildMultiStageCopy [2021-04-09T01:08:07.867Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-04-09T01:08:07.886Z] time="2021-04-09T01:08:07Z" 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-09T01:08:07.886Z] time="2021-04-09T01:08:07Z" 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-09T01:08:07.886Z] time="2021-04-09T01:08:07Z" 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-09T01:08:07.886Z] --- PASS: TestLoadInsecureRegistries (0.15s) [2021-04-09T01:08:07.886Z] === RUN TestNewServiceConfig [2021-04-09T01:08:07.886Z] --- PASS: TestNewServiceConfig (0.00s) [2021-04-09T01:08:07.886Z] === RUN TestValidateIndexName [2021-04-09T01:08:07.886Z] --- PASS: TestValidateIndexName (0.00s) [2021-04-09T01:08:07.886Z] === RUN TestValidateIndexNameWithError [2021-04-09T01:08:07.886Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2021-04-09T01:08:07.886Z] === RUN TestEndpointParse [2021-04-09T01:08:07.886Z] --- PASS: TestEndpointParse (0.00s) [2021-04-09T01:08:07.886Z] === RUN TestEndpointParseInvalid [2021-04-09T01:08:07.886Z] --- PASS: TestEndpointParseInvalid (0.00s) [2021-04-09T01:08:07.886Z] === RUN TestValidateEndpoint [2021-04-09T01:08:07.886Z] --- PASS: TestValidateEndpoint (0.01s) [2021-04-09T01:08:07.886Z] === RUN TestPing [2021-04-09T01:08:07.887Z] --- PASS: TestPing (0.00s) [2021-04-09T01:08:07.887Z] === RUN TestPingRegistryEndpoint [2021-04-09T01:08:07.887Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2021-04-09T01:08:07.887Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:08:07.887Z] === RUN TestEndpoint [2021-04-09T01:08:07.887Z] --- SKIP: TestEndpoint (0.00s) [2021-04-09T01:08:07.887Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:08:07.887Z] === RUN TestParseRepositoryInfo [2021-04-09T01:08:07.887Z] --- PASS: TestParseRepositoryInfo (0.00s) [2021-04-09T01:08:07.887Z] === RUN TestNewIndexInfo [2021-04-09T01:08:07.887Z] --- PASS: TestNewIndexInfo (0.00s) [2021-04-09T01:08:07.887Z] === RUN TestMirrorEndpointLookup [2021-04-09T01:08:07.887Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2021-04-09T01:08:07.887Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:08:07.887Z] === RUN TestSearchRepositories [2021-04-09T01:08:07.887Z] --- PASS: TestSearchRepositories (0.00s) [2021-04-09T01:08:07.887Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2021-04-09T01:08:07.887Z] Host: 127.0.0.1:49231 [2021-04-09T01:08:07.887Z] User-Agent: docker test client [2021-04-09T01:08:07.887Z] Authorization: Token fake-token [2021-04-09T01:08:07.887Z] X-Docker-Token: true [2021-04-09T01:08:07.887Z] Accept-Encoding: gzip [2021-04-09T01:08:07.887Z] [2021-04-09T01:08:07.887Z] [2021-04-09T01:08:07.887Z] registry_test.go:730: HTTP/1.1 200 OK [2021-04-09T01:08:07.887Z] Connection: close [2021-04-09T01:08:07.887Z] Content-Length: 144 [2021-04-09T01:08:07.887Z] Cache-Control: no-cache [2021-04-09T01:08:07.887Z] Content-Type: application/json [2021-04-09T01:08:07.887Z] Date: Fri, 09 Apr 2021 01:08:07 GMT [2021-04-09T01:08:07.887Z] Expires: -1 [2021-04-09T01:08:07.887Z] Pragma: no-cache [2021-04-09T01:08:07.887Z] Server: docker-tests/mock [2021-04-09T01:08:07.887Z] X-Docker-Registry-Config: mock [2021-04-09T01:08:07.887Z] X-Docker-Registry-Version: 0.0.0 [2021-04-09T01:08:07.887Z] [2021-04-09T01:08:07.887Z] [2021-04-09T01:08:07.887Z] === RUN TestTrustedLocation [2021-04-09T01:08:07.887Z] --- PASS: TestTrustedLocation (0.00s) [2021-04-09T01:08:07.887Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2021-04-09T01:08:07.887Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2021-04-09T01:08:07.887Z] === RUN TestAllowNondistributableArtifacts [2021-04-09T01:08:07.887Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2021-04-09T01:08:07.887Z] === RUN TestIsSecureIndex [2021-04-09T01:08:07.887Z] --- PASS: TestIsSecureIndex (0.00s) [2021-04-09T01:08:07.887Z] PASS [2021-04-09T01:08:07.887Z] coverage: 51.7% of statements [2021-04-09T01:08:07.887Z] ok github.com/docker/docker/registry 0.281s coverage: 51.7% of statements [2021-04-09T01:08:07.887Z] === RUN TestResumableRequestHeaderSimpleErrors [2021-04-09T01:08:07.887Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2021-04-09T01:08:07.887Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2021-04-09T01:08:07.887Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2021-04-09T01:08:07.887Z] === RUN TestResumableRequestHeaderTooMuchFailures [2021-04-09T01:08:07.887Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2021-04-09T01:08:07.887Z] === RUN TestResumableRequestReaderWithReadError [2021-04-09T01:08:07.887Z] time="2021-04-09T01:08:07Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2021-04-09T01:08:07.887Z] --- PASS: TestResumableRequestReaderWithReadError (0.16s) [2021-04-09T01:08:07.887Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2021-04-09T01:08:07.887Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2021-04-09T01:08:07.887Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2021-04-09T01:08:07.887Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2021-04-09T01:08:07.887Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2021-04-09T01:08:07.887Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2021-04-09T01:08:07.887Z] === RUN TestResumableRequestReader [2021-04-09T01:08:07.887Z] --- PASS: TestResumableRequestReader (0.00s) [2021-04-09T01:08:07.887Z] === RUN TestResumableRequestReaderWithInitialResponse [2021-04-09T01:08:07.887Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2021-04-09T01:08:07.887Z] PASS [2021-04-09T01:08:07.887Z] coverage: 100.0% of statements [2021-04-09T01:08:07.887Z] ok github.com/docker/docker/registry/resumable 0.281s coverage: 100.0% of statements [2021-04-09T01:08:08.366Z] --- PASS: TestAPIIpcModeHost (1.84s) [2021-04-09T01:08:08.366Z] === RUN TestDaemonIpcModeShareable [2021-04-09T01:08:08.851Z] === RUN TestRestartManagerTimeout [2021-04-09T01:08:08.851Z] --- PASS: TestRestartManagerTimeout (0.00s) [2021-04-09T01:08:08.851Z] === RUN TestRestartManagerTimeoutReset [2021-04-09T01:08:08.851Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2021-04-09T01:08:08.851Z] PASS [2021-04-09T01:08:08.851Z] coverage: 45.3% of statements [2021-04-09T01:08:08.851Z] ok github.com/docker/docker/restartmanager 0.045s coverage: 45.3% of statements [2021-04-09T01:08:08.851Z] === RUN TestDecodeContainerConfig [2021-04-09T01:08:08.851Z] --- PASS: TestDecodeContainerConfig (0.00s) [2021-04-09T01:08:08.851Z] === RUN TestDecodeContainerConfigIsolation [2021-04-09T01:08:08.851Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2021-04-09T01:08:08.851Z] === RUN TestValidatePrivileged [2021-04-09T01:08:08.851Z] --- PASS: TestValidatePrivileged (0.00s) [2021-04-09T01:08:08.851Z] PASS [2021-04-09T01:08:08.851Z] coverage: 52.2% of statements [2021-04-09T01:08:08.851Z] ok github.com/docker/docker/runconfig 0.047s coverage: 52.2% of statements [2021-04-09T01:08:09.301Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2021-04-09T01:08:09.813Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2021-04-09T01:08:09.813Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2021-04-09T01:08:09.813Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2021-04-09T01:08:09.813Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2021-04-09T01:08:09.813Z] PASS [2021-04-09T01:08:09.813Z] coverage: 62.5% of statements [2021-04-09T01:08:09.813Z] ok github.com/docker/docker/testutil 0.133s coverage: 62.5% of statements [2021-04-09T01:08:10.006Z] --- PASS: TestDaemonDNSFallback (8.03s) [2021-04-09T01:08:10.006Z] === RUN TestInspectNetwork [2021-04-09T01:08:10.079Z] --- PASS: TestAuthZPluginV2Disable (3.65s) [2021-04-09T01:08:10.079Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-04-09T01:08:11.347Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-04-09T01:08:11.347Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-04-09T01:08:11.347Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-04-09T01:08:11.347Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-04-09T01:08:11.347Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-04-09T01:08:11.347Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2021-04-09T01:08:11.347Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2021-04-09T01:08:11.347Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-04-09T01:08:11.347Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-04-09T01:08:11.835Z] --- PASS: TestDaemonIpcModeShareable (3.06s) [2021-04-09T01:08:11.835Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:81, shared: true, mustBeShared: true [2021-04-09T01:08:11.835Z] === RUN TestDaemonIpcModePrivate [2021-04-09T01:08:12.306Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2021-04-09T01:08:12.306Z] === RUN TestBuildUncleanTarFilenames [2021-04-09T01:08:12.312Z] --- PASS: TestNewClientWithTimeout (17.69s) [2021-04-09T01:08:12.312Z] === RUN TestClientStream [2021-04-09T01:08:12.312Z] --- PASS: TestClientStream (0.00s) [2021-04-09T01:08:12.312Z] === RUN TestClientSendFile [2021-04-09T01:08:12.312Z] --- PASS: TestClientSendFile (0.00s) [2021-04-09T01:08:12.312Z] === RUN TestClientWithRequestTimeout [2021-04-09T01:08:12.312Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2021-04-09T01:08:12.312Z] === RUN TestFileSpecPlugin [2021-04-09T01:08:12.312Z] --- PASS: TestFileSpecPlugin (0.01s) [2021-04-09T01:08:12.312Z] === RUN TestFileJSONSpecPlugin [2021-04-09T01:08:12.312Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2021-04-09T01:08:12.312Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2021-04-09T01:08:12.312Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2021-04-09T01:08:12.312Z] === RUN TestPluginAddHandler [2021-04-09T01:08:12.312Z] --- PASS: TestPluginAddHandler (0.00s) [2021-04-09T01:08:12.312Z] === RUN TestPluginWaitBadPlugin [2021-04-09T01:08:12.312Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2021-04-09T01:08:12.312Z] === RUN TestGet [2021-04-09T01:08:12.312Z] time="2021-04-09T01:08:11Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2021-04-09T01:08:12.402Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-04-09T01:08:12.874Z] --- PASS: TestBuildUncleanTarFilenames (0.69s) [2021-04-09T01:08:12.874Z] === RUN TestBuildMultiStageLayerLeak [2021-04-09T01:08:13.280Z] === RUN TestGetAddress [2021-04-09T01:08:13.280Z] --- PASS: TestGetAddress (0.00s) [2021-04-09T01:08:13.280Z] === RUN TestRemove [2021-04-09T01:08:13.280Z] --- SKIP: TestRemove (0.00s) [2021-04-09T01:08:13.280Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-04-09T01:08:13.280Z] === RUN TestInitializeWithVolumes [2021-04-09T01:08:13.280Z] --- PASS: TestInitializeWithVolumes (0.01s) [2021-04-09T01:08:13.280Z] === RUN TestCreate [2021-04-09T01:08:13.280Z] --- PASS: TestCreate (0.01s) [2021-04-09T01:08:13.280Z] === RUN TestValidateName [2021-04-09T01:08:13.280Z] --- PASS: TestValidateName (0.00s) [2021-04-09T01:08:13.280Z] === RUN TestCreateWithOpts [2021-04-09T01:08:13.280Z] --- SKIP: TestCreateWithOpts (0.00s) [2021-04-09T01:08:13.280Z] local_test.go:181: runtime.GOOS == "windows" [2021-04-09T01:08:13.280Z] === RUN TestRelaodNoOpts [2021-04-09T01:08:13.280Z] --- PASS: TestRelaodNoOpts (0.01s) [2021-04-09T01:08:13.280Z] PASS [2021-04-09T01:08:13.280Z] coverage: 41.5% of statements [2021-04-09T01:08:13.280Z] ok github.com/docker/docker/volume/local 0.115s coverage: 41.5% of statements [2021-04-09T01:08:13.280Z] time="2021-04-09T01:08:12Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2021-04-09T01:08:13.280Z] === RUN TestGetDriver [2021-04-09T01:08:13.280Z] --- PASS: TestGetDriver (0.00s) [2021-04-09T01:08:13.280Z] === RUN TestVolumeRequestError [2021-04-09T01:08:13.280Z] --- PASS: TestVolumeRequestError (0.01s) [2021-04-09T01:08:13.280Z] PASS [2021-04-09T01:08:13.280Z] coverage: 36.1% of statements [2021-04-09T01:08:13.280Z] ok github.com/docker/docker/volume/drivers 0.111s coverage: 36.1% of statements [2021-04-09T01:08:13.341Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.40s) [2021-04-09T01:08:13.341Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-04-09T01:08:13.738Z] === RUN TestConvertTmpfsOptions [2021-04-09T01:08:13.738Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2021-04-09T01:08:13.738Z] parser_test.go:49: data="mode=700,size=1m" [2021-04-09T01:08:13.738Z] parser_test.go:49: data="ro" [2021-04-09T01:08:13.738Z] === RUN TestParseMountRaw [2021-04-09T01:08:13.738Z] --- PASS: TestParseMountRaw (0.03s) [2021-04-09T01:08:13.738Z] === RUN TestParseMountRawSplit [2021-04-09T01:08:13.738Z] --- PASS: TestParseMountRawSplit (0.00s) [2021-04-09T01:08:13.738Z] parser_test.go:390: case 0 [2021-04-09T01:08:13.738Z] parser_test.go:390: case 1 [2021-04-09T01:08:13.738Z] parser_test.go:390: case 2 [2021-04-09T01:08:13.738Z] parser_test.go:390: case 3 [2021-04-09T01:08:13.738Z] parser_test.go:390: case 4 [2021-04-09T01:08:13.738Z] parser_test.go:390: case 5 [2021-04-09T01:08:13.738Z] parser_test.go:390: case 6 [2021-04-09T01:08:13.738Z] parser_test.go:390: case 7 [2021-04-09T01:08:13.738Z] parser_test.go:390: case 8 [2021-04-09T01:08:13.738Z] parser_test.go:390: case 0 [2021-04-09T01:08:13.738Z] parser_test.go:390: case 1 [2021-04-09T01:08:13.738Z] parser_test.go:390: case 2 [2021-04-09T01:08:13.738Z] parser_test.go:390: case 3 [2021-04-09T01:08:13.738Z] parser_test.go:390: case 4 [2021-04-09T01:08:13.738Z] parser_test.go:390: case 5 [2021-04-09T01:08:13.738Z] parser_test.go:390: case 6 [2021-04-09T01:08:13.738Z] parser_test.go:390: case 7 [2021-04-09T01:08:13.738Z] parser_test.go:390: case 8 [2021-04-09T01:08:13.738Z] parser_test.go:390: case 9 [2021-04-09T01:08:13.738Z] parser_test.go:390: case 10 [2021-04-09T01:08:13.738Z] parser_test.go:390: case 11 [2021-04-09T01:08:13.738Z] parser_test.go:390: case 12 [2021-04-09T01:08:13.738Z] parser_test.go:390: case 0 [2021-04-09T01:08:13.738Z] parser_test.go:390: case 1 [2021-04-09T01:08:13.738Z] parser_test.go:390: case 2 [2021-04-09T01:08:13.738Z] parser_test.go:390: case 3 [2021-04-09T01:08:13.738Z] parser_test.go:390: case 4 [2021-04-09T01:08:13.738Z] parser_test.go:390: case 5 [2021-04-09T01:08:13.738Z] parser_test.go:390: case 6 [2021-04-09T01:08:13.738Z] parser_test.go:390: case 7 [2021-04-09T01:08:13.738Z] parser_test.go:390: case 8 [2021-04-09T01:08:13.738Z] parser_test.go:390: case 9 [2021-04-09T01:08:13.738Z] parser_test.go:390: case 10 [2021-04-09T01:08:13.738Z] parser_test.go:390: case 11 [2021-04-09T01:08:13.738Z] === RUN TestParseMountSpec [2021-04-09T01:08:13.738Z] --- PASS: TestParseMountSpec (0.00s) [2021-04-09T01:08:13.738Z] parser_test.go:455: case 0 [2021-04-09T01:08:13.738Z] parser_test.go:455: case 1 [2021-04-09T01:08:13.738Z] parser_test.go:455: case 2 [2021-04-09T01:08:13.738Z] parser_test.go:455: case 3 [2021-04-09T01:08:13.738Z] parser_test.go:455: case 4 [2021-04-09T01:08:13.738Z] parser_test.go:455: case 5 [2021-04-09T01:08:13.738Z] === RUN TestParseMountSpecBindWithFileinfoError [2021-04-09T01:08:13.738Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s) [2021-04-09T01:08:13.738Z] === RUN TestValidateMount [2021-04-09T01:08:13.738Z] --- PASS: TestValidateMount (0.00s) [2021-04-09T01:08:13.738Z] PASS [2021-04-09T01:08:13.738Z] coverage: 66.2% of statements [2021-04-09T01:08:13.738Z] ok github.com/docker/docker/volume/mounts 0.080s coverage: 66.2% of statements [2021-04-09T01:08:14.304Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2021-04-09T01:08:14.304Z] --- PASS: TestDaemonIpcModePrivate (2.88s) [2021-04-09T01:08:14.304Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:106, shared: false, mustBeShared: false [2021-04-09T01:08:14.304Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-04-09T01:08:15.268Z] === RUN TestSetGetMeta [2021-04-09T01:08:15.268Z] === PAUSE TestSetGetMeta [2021-04-09T01:08:15.268Z] === RUN TestRestore [2021-04-09T01:08:15.268Z] === PAUSE TestRestore [2021-04-09T01:08:15.268Z] === RUN TestServiceCreate [2021-04-09T01:08:15.268Z] === PAUSE TestServiceCreate [2021-04-09T01:08:15.268Z] === RUN TestServiceList [2021-04-09T01:08:15.268Z] === PAUSE TestServiceList [2021-04-09T01:08:15.268Z] === RUN TestServiceRemove [2021-04-09T01:08:15.268Z] === PAUSE TestServiceRemove [2021-04-09T01:08:15.268Z] === RUN TestServiceGet [2021-04-09T01:08:15.268Z] === PAUSE TestServiceGet [2021-04-09T01:08:15.268Z] === RUN TestServicePrune [2021-04-09T01:08:15.268Z] === PAUSE TestServicePrune [2021-04-09T01:08:15.268Z] === RUN TestCreate [2021-04-09T01:08:15.268Z] === PAUSE TestCreate [2021-04-09T01:08:15.268Z] === RUN TestRemove [2021-04-09T01:08:15.268Z] === PAUSE TestRemove [2021-04-09T01:08:15.268Z] === RUN TestList [2021-04-09T01:08:15.268Z] === PAUSE TestList [2021-04-09T01:08:15.268Z] === RUN TestFindByDriver [2021-04-09T01:08:15.268Z] === PAUSE TestFindByDriver [2021-04-09T01:08:15.268Z] === RUN TestFindByReferenced [2021-04-09T01:08:15.268Z] === PAUSE TestFindByReferenced [2021-04-09T01:08:15.268Z] === RUN TestDerefMultipleOfSameRef [2021-04-09T01:08:15.268Z] === PAUSE TestDerefMultipleOfSameRef [2021-04-09T01:08:15.268Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2021-04-09T01:08:15.268Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2021-04-09T01:08:15.268Z] === RUN TestDefererencePluginOnCreateError [2021-04-09T01:08:15.268Z] === PAUSE TestDefererencePluginOnCreateError [2021-04-09T01:08:15.268Z] === RUN TestRefDerefRemove [2021-04-09T01:08:15.268Z] === PAUSE TestRefDerefRemove [2021-04-09T01:08:15.268Z] === RUN TestGet [2021-04-09T01:08:15.268Z] === PAUSE TestGet [2021-04-09T01:08:15.268Z] === RUN TestGetWithReference [2021-04-09T01:08:15.268Z] === PAUSE TestGetWithReference [2021-04-09T01:08:15.268Z] === RUN TestFilterFunc [2021-04-09T01:08:15.268Z] === RUN TestFilterFunc/test_nil_list [2021-04-09T01:08:15.268Z] === PAUSE TestFilterFunc/test_nil_list [2021-04-09T01:08:15.268Z] === RUN TestFilterFunc/test_empty_list [2021-04-09T01:08:15.268Z] === PAUSE TestFilterFunc/test_empty_list [2021-04-09T01:08:15.268Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2021-04-09T01:08:15.268Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2021-04-09T01:08:15.268Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-04-09T01:08:15.268Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-04-09T01:08:15.269Z] === RUN TestFilterFunc/test_filter_some [2021-04-09T01:08:15.269Z] === PAUSE TestFilterFunc/test_filter_some [2021-04-09T01:08:15.269Z] === RUN TestFilterFunc/test_filter_middle [2021-04-09T01:08:15.269Z] === PAUSE TestFilterFunc/test_filter_middle [2021-04-09T01:08:15.269Z] === RUN TestFilterFunc/test_filter_middle_and_last [2021-04-09T01:08:15.269Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2021-04-09T01:08:15.269Z] === RUN TestFilterFunc/test_filter_first_and_last [2021-04-09T01:08:15.269Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2021-04-09T01:08:15.269Z] === CONT TestFilterFunc/test_nil_list [2021-04-09T01:08:15.269Z] === CONT TestFilterFunc/test_filter_some [2021-04-09T01:08:15.269Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-04-09T01:08:15.269Z] === CONT TestFilterFunc/test_filter_middle_and_last [2021-04-09T01:08:15.269Z] === CONT TestFilterFunc/test_filter_first_and_last [2021-04-09T01:08:15.269Z] === CONT TestFilterFunc/test_filter_middle [2021-04-09T01:08:15.269Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2021-04-09T01:08:15.269Z] === CONT TestFilterFunc/test_empty_list [2021-04-09T01:08:15.269Z] --- PASS: TestFilterFunc (0.00s) [2021-04-09T01:08:15.269Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2021-04-09T01:08:15.269Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2021-04-09T01:08:15.269Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2021-04-09T01:08:15.269Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2021-04-09T01:08:15.269Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2021-04-09T01:08:15.269Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2021-04-09T01:08:15.269Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2021-04-09T01:08:15.269Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2021-04-09T01:08:15.269Z] === CONT TestSetGetMeta [2021-04-09T01:08:15.269Z] === CONT TestServicePrune [2021-04-09T01:08:15.269Z] === CONT TestFindByReferenced [2021-04-09T01:08:15.269Z] === CONT TestGetWithReference [2021-04-09T01:08:15.269Z] --- PASS: TestSetGetMeta (0.02s) [2021-04-09T01:08:15.269Z] === CONT TestServiceGet [2021-04-09T01:08:15.269Z] --- PASS: TestFindByReferenced (0.04s) [2021-04-09T01:08:15.269Z] === CONT TestServiceRemove [2021-04-09T01:08:15.269Z] --- PASS: TestGetWithReference (0.04s) [2021-04-09T01:08:15.269Z] === CONT TestServiceList [2021-04-09T01:08:15.269Z] time="2021-04-09T01:08:14Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2021-04-09T01:08:15.269Z] --- PASS: TestServiceGet (0.13s) [2021-04-09T01:08:15.269Z] === CONT TestServiceCreate [2021-04-09T01:08:15.269Z] time="2021-04-09T01:08:14Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-04-09T01:08:15.269Z] --- PASS: TestServiceRemove (0.11s) [2021-04-09T01:08:15.269Z] === CONT TestRestore [2021-04-09T01:08:15.269Z] --- PASS: TestServiceList (0.11s) [2021-04-09T01:08:15.269Z] === CONT TestDefererencePluginOnCreateError [2021-04-09T01:08:15.269Z] time="2021-04-09T01:08:14Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-04-09T01:08:15.269Z] time="2021-04-09T01:08:14Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-04-09T01:08:15.269Z] time="2021-04-09T01:08:15Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2021-04-09T01:08:15.269Z] --- PASS: TestServiceCreate (0.04s) [2021-04-09T01:08:15.269Z] === CONT TestGet [2021-04-09T01:08:15.269Z] time="2021-04-09T01:08:15Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-04-09T01:08:15.269Z] --- PASS: TestDefererencePluginOnCreateError (0.04s) [2021-04-09T01:08:15.269Z] === CONT TestRefDerefRemove [2021-04-09T01:08:15.269Z] --- PASS: TestRestore (0.05s) [2021-04-09T01:08:15.269Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2021-04-09T01:08:15.269Z] --- PASS: TestServicePrune (0.20s) [2021-04-09T01:08:15.269Z] === CONT TestDerefMultipleOfSameRef [2021-04-09T01:08:15.269Z] --- PASS: TestGet (0.02s) [2021-04-09T01:08:15.269Z] === CONT TestList [2021-04-09T01:08:15.269Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2021-04-09T01:08:15.269Z] === CONT TestFindByDriver [2021-04-09T01:08:15.269Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2021-04-09T01:08:15.269Z] === CONT TestRemove [2021-04-09T01:08:15.269Z] --- PASS: TestRefDerefRemove (0.03s) [2021-04-09T01:08:15.269Z] === CONT TestCreate [2021-04-09T01:08:15.269Z] --- PASS: TestList (0.03s) [2021-04-09T01:08:15.269Z] --- PASS: TestCreate (0.02s) [2021-04-09T01:08:15.269Z] --- PASS: TestFindByDriver (0.03s) [2021-04-09T01:08:15.269Z] --- PASS: TestRemove (0.02s) [2021-04-09T01:08:15.269Z] PASS [2021-04-09T01:08:15.269Z] coverage: 70.3% of statements [2021-04-09T01:08:15.269Z] ok github.com/docker/docker/volume/service 0.321s coverage: 70.3% of statements [2021-04-09T01:08:15.304Z] === RUN TestInspectNetwork/full_network_id [2021-04-09T01:08:15.304Z] === RUN TestInspectNetwork/partial_network_id [2021-04-09T01:08:15.304Z] === RUN TestInspectNetwork/network_name [2021-04-09T01:08:15.304Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-04-09T01:08:16.207Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-04-09T01:08:16.681Z] ......... [ 86%] [2021-04-09T01:08:16.776Z] === RUN TestDockerSuite/TestBuildAddTar [2021-04-09T01:08:17.063Z] --- PASS: TestBuildMultiStageLayerLeak (4.31s) [2021-04-09T01:08:17.063Z] === RUN TestBuildWithHugeFile [2021-04-09T01:08:17.711Z] --- PASS: TestDaemonIpcModePrivateFromConfig (3.38s) [2021-04-09T01:08:17.711Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:94, shared: false, mustBeShared: false [2021-04-09T01:08:17.711Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-04-09T01:08:18.989Z] time="2021-04-09T01:08:18Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2021-04-09T01:08:19.513Z] --- PASS: TestInspectNetwork (9.05s) [2021-04-09T01:08:19.513Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-04-09T01:08:19.513Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-04-09T01:08:19.513Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-04-09T01:08:19.513Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-04-09T01:08:19.513Z] === RUN TestRunContainerWithBridgeNone [2021-04-09T01:08:20.244Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2021-04-09T01:08:20.333Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-04-09T01:08:20.333Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-04-09T01:08:20.504Z] --- PASS: TestDaemonIpcModeShareableFromConfig (2.83s) [2021-04-09T01:08:20.504Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:82, shared: true, mustBeShared: true [2021-04-09T01:08:20.504Z] === RUN TestIpcModeOlderClient [2021-04-09T01:08:20.504Z] === PAUSE TestIpcModeOlderClient [2021-04-09T01:08:20.504Z] === RUN TestKillContainerInvalidSignal [2021-04-09T01:08:21.155Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2021-04-09T01:08:21.420Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-04-09T01:08:21.949Z] tests/integration/models_images_test.py ............... [ 89%] [2021-04-09T01:08:22.092Z] --- PASS: TestKillContainerInvalidSignal (1.44s) [2021-04-09T01:08:22.092Z] === RUN TestKillContainer [2021-04-09T01:08:22.092Z] === RUN TestKillContainer/no_signal [2021-04-09T01:08:22.351Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2021-04-09T01:08:22.823Z] --- PASS: TestRunContainerWithBridgeNone (3.46s) [2021-04-09T01:08:22.823Z] === RUN TestNetworkInvalidJSON [2021-04-09T01:08:22.823Z] === RUN TestNetworkInvalidJSON//networks/create [2021-04-09T01:08:22.823Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-04-09T01:08:22.823Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-04-09T01:08:22.823Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-04-09T01:08:22.823Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-09T01:08:22.823Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-09T01:08:22.823Z] === CONT TestNetworkInvalidJSON//networks/create [2021-04-09T01:08:22.823Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-04-09T01:08:22.823Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-09T01:08:22.823Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-04-09T01:08:22.823Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-04-09T01:08:22.823Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-04-09T01:08:22.823Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-04-09T01:08:22.823Z] === RUN TestNetworkList [2021-04-09T01:08:22.823Z] === RUN TestNetworkList//networks [2021-04-09T01:08:22.823Z] === PAUSE TestNetworkList//networks [2021-04-09T01:08:22.823Z] === RUN TestNetworkList//networks/ [2021-04-09T01:08:22.823Z] === PAUSE TestNetworkList//networks/ [2021-04-09T01:08:22.823Z] === CONT TestNetworkList//networks [2021-04-09T01:08:22.823Z] === CONT TestNetworkList//networks/ [2021-04-09T01:08:22.823Z] --- PASS: TestNetworkList (0.03s) [2021-04-09T01:08:22.823Z] --- PASS: TestNetworkList//networks (0.00s) [2021-04-09T01:08:22.823Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-04-09T01:08:22.823Z] === RUN TestHostIPv4BridgeLabel [2021-04-09T01:08:22.917Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2021-04-09T01:08:22.977Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-04-09T01:08:23.175Z] === RUN TestKillContainer/non_killing_signal [2021-04-09T01:08:23.768Z] --- PASS: TestHostIPv4BridgeLabel (1.45s) [2021-04-09T01:08:23.768Z] === RUN TestDaemonRestartWithLiveRestore [2021-04-09T01:08:23.958Z] --- PASS: TestBuildMultiStageCopy (16.85s) [2021-04-09T01:08:23.958Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (12.43s) [2021-04-09T01:08:23.958Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.82s) [2021-04-09T01:08:23.958Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2021-04-09T01:08:23.958Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.20s) [2021-04-09T01:08:23.958Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.41s) [2021-04-09T01:08:23.958Z] === RUN TestBuildMultiStageParentConfig [2021-04-09T01:08:24.110Z] === RUN TestKillContainer/killing_signal [2021-04-09T01:08:24.728Z] tests/integration/models_networks_test.py .... [ 91%] [2021-04-09T01:08:25.490Z] --- PASS: TestKillContainer (3.48s) [2021-04-09T01:08:25.490Z] --- PASS: TestKillContainer/no_signal (1.07s) [2021-04-09T01:08:25.490Z] --- PASS: TestKillContainer/non_killing_signal (0.90s) [2021-04-09T01:08:25.490Z] --- PASS: TestKillContainer/killing_signal (1.22s) [2021-04-09T01:08:25.490Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-04-09T01:08:25.490Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-04-09T01:08:25.505Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.62s) [2021-04-09T01:08:25.505Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-04-09T01:08:25.749Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2021-04-09T01:08:26.698Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-04-09T01:08:26.895Z] --- PASS: TestBuildMultiStageParentConfig (2.42s) [2021-04-09T01:08:26.895Z] === RUN TestBuildLabelWithTargets [2021-04-09T01:08:26.895Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2021-04-09T01:08:26.895Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-09T01:08:26.895Z] === RUN TestBuildWithEmptyLayers [2021-04-09T01:08:27.074Z] --- PASS: TestDaemonRestartWithLiveRestore (2.68s) [2021-04-09T01:08:27.074Z] === RUN TestDaemonDefaultNetworkPools [2021-04-09T01:08:27.531Z] --- PASS: TestGet (15.02s) [2021-04-09T01:08:27.531Z] === RUN TestPluginWithNoManifest [2021-04-09T01:08:27.531Z] --- PASS: TestPluginWithNoManifest (0.00s) [2021-04-09T01:08:27.531Z] === RUN TestGetAll [2021-04-09T01:08:27.531Z] --- PASS: TestGetAll (0.00s) [2021-04-09T01:08:27.531Z] PASS [2021-04-09T01:08:27.531Z] coverage: 73.4% of statements [2021-04-09T01:08:27.531Z] ok github.com/docker/docker/pkg/plugins 35.078s coverage: 73.4% of statements [2021-04-09T01:08:27.531Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-04-09T01:08:27.531Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-04-09T01:08:27.531Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-04-09T01:08:27.531Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-04-09T01:08:27.531Z] ? github.com/docker/docker/pkg/term [no test files] [2021-04-09T01:08:27.531Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-04-09T01:08:27.531Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2021-04-09T01:08:27.531Z] ? github.com/docker/docker/quota [no test files] [2021-04-09T01:08:27.531Z] ? github.com/docker/docker/rootless [no test files] [2021-04-09T01:08:27.531Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-04-09T01:08:27.531Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-04-09T01:08:27.531Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-04-09T01:08:27.531Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-04-09T01:08:27.531Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-04-09T01:08:27.531Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-04-09T01:08:27.531Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-04-09T01:08:27.531Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-04-09T01:08:27.531Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-04-09T01:08:27.531Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-04-09T01:08:27.531Z] ? github.com/docker/docker/testutil/request [no test files] [2021-04-09T01:08:27.531Z] ? github.com/docker/docker/volume [no test files] [2021-04-09T01:08:27.531Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-04-09T01:08:27.531Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-04-09T01:08:27.878Z] --- PASS: TestBuildWithEmptyLayers (1.31s) [2021-04-09T01:08:27.878Z] === RUN TestBuildMultiStageOnBuild [2021-04-09T01:08:28.075Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (2.51s) [2021-04-09T01:08:28.075Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (1.24s) [2021-04-09T01:08:28.075Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (1.07s) [2021-04-09T01:08:28.075Z] === RUN TestKillStoppedContainer [2021-04-09T01:08:28.075Z] --- PASS: TestKillStoppedContainer (0.09s) [2021-04-09T01:08:28.075Z] === RUN TestKillStoppedContainerAPIPre120 [2021-04-09T01:08:28.075Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s) [2021-04-09T01:08:28.075Z] === RUN TestKillDifferentUserContainer [2021-04-09T01:08:28.334Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-04-09T01:08:28.334Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2021-04-09T01:08:28.993Z] --- PASS: TestDaemonDefaultNetworkPools (2.28s) [2021-04-09T01:08:28.993Z] === RUN TestDaemonRestartWithExistingNetwork [2021-04-09T01:08:29.271Z] --- PASS: TestKillDifferentUserContainer (1.14s) [2021-04-09T01:08:29.271Z] === RUN TestInspectOomKilledTrue [2021-04-09T01:08:29.271Z] --- SKIP: TestInspectOomKilledTrue (0.01s) [2021-04-09T01:08:29.271Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-09T01:08:29.271Z] === RUN TestInspectOomKilledFalse [2021-04-09T01:08:29.271Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-04-09T01:08:29.271Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-09T01:08:29.271Z] === RUN TestLinksEtcHostsContentMatch [2021-04-09T01:08:29.700Z] [2021-04-09T01:08:29.700Z] === Skipped [2021-04-09T01:08:29.700Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2021-04-09T01:08:29.700Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-04-09T01:08:29.700Z] [2021-04-09T01:08:29.700Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2021-04-09T01:08:29.700Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:08:29.700Z] [2021-04-09T01:08:29.700Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.01s) [2021-04-09T01:08:29.700Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:08:29.700Z] [2021-04-09T01:08:29.700Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2021-04-09T01:08:29.700Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:08:29.700Z] [2021-04-09T01:08:29.700Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2021-04-09T01:08:29.700Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:08:29.700Z] [2021-04-09T01:08:29.700Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2021-04-09T01:08:29.700Z] client_test.go:23: runtime.GOOS == "windows" [2021-04-09T01:08:29.700Z] [2021-04-09T01:08:29.700Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2021-04-09T01:08:29.700Z] daemon_test.go:147: root required [2021-04-09T01:08:29.700Z] [2021-04-09T01:08:29.700Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-04-09T01:08:29.700Z] reload_test.go:520: root required [2021-04-09T01:08:29.700Z] [2021-04-09T01:08:29.700Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2021-04-09T01:08:29.700Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:08:29.700Z] [2021-04-09T01:08:29.700Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2021-04-09T01:08:29.700Z] pull_v2_test.go:73: Needs fixing on Windows [2021-04-09T01:08:29.700Z] [2021-04-09T01:08:29.700Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2021-04-09T01:08:29.700Z] pull_v2_test.go:118: Needs fixing on Windows [2021-04-09T01:08:29.700Z] [2021-04-09T01:08:29.700Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2021-04-09T01:08:29.700Z] download_test.go:268: Needs fixing on Windows [2021-04-09T01:08:29.700Z] [2021-04-09T01:08:29.700Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2021-04-09T01:08:29.700Z] layer_test.go:304: Failing on Windows [2021-04-09T01:08:29.700Z] [2021-04-09T01:08:29.700Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2021-04-09T01:08:29.700Z] layer_test.go:353: Failing on Windows [2021-04-09T01:08:29.700Z] [2021-04-09T01:08:29.700Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2021-04-09T01:08:29.700Z] layer_test.go:468: Failing on Windows [2021-04-09T01:08:29.700Z] [2021-04-09T01:08:29.700Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2021-04-09T01:08:29.700Z] layer_test.go:697: Failing on Windows [2021-04-09T01:08:29.700Z] [2021-04-09T01:08:29.700Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2021-04-09T01:08:29.700Z] migration_test.go:46: Failing on Windows [2021-04-09T01:08:29.700Z] [2021-04-09T01:08:29.700Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2021-04-09T01:08:29.700Z] migration_test.go:182: Failing on Windows [2021-04-09T01:08:29.700Z] [2021-04-09T01:08:29.700Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2021-04-09T01:08:29.700Z] mount_test.go:17: Failing on Windows [2021-04-09T01:08:29.700Z] [2021-04-09T01:08:29.700Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2021-04-09T01:08:29.700Z] mount_test.go:76: Failing on Windows [2021-04-09T01:08:29.700Z] [2021-04-09T01:08:29.700Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2021-04-09T01:08:29.700Z] mount_test.go:125: Failing on Windows [2021-04-09T01:08:29.700Z] [2021-04-09T01:08:29.700Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2021-04-09T01:08:29.700Z] mount_test.go:212: Failing on Windows [2021-04-09T01:08:29.700Z] [2021-04-09T01:08:29.700Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2021-04-09T01:08:29.700Z] archive_test.go:134: Xz not present in msys2 [2021-04-09T01:08:29.700Z] [2021-04-09T01:08:29.700Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2021-04-09T01:08:29.700Z] archive_test.go:239: Failing on Windows CI machines [2021-04-09T01:08:29.700Z] [2021-04-09T01:08:29.700Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2021-04-09T01:08:29.700Z] archive_windows_test.go:16: Currently fails [2021-04-09T01:08:29.700Z] [2021-04-09T01:08:29.700Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2021-04-09T01:08:29.700Z] changes_test.go:196: needs more investigation [2021-04-09T01:08:29.700Z] [2021-04-09T01:08:29.700Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2021-04-09T01:08:29.700Z] changes_test.go:433: needs further investigation [2021-04-09T01:08:29.700Z] [2021-04-09T01:08:29.700Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2021-04-09T01:08:29.700Z] changes_test.go:469: needs further investigation [2021-04-09T01:08:29.700Z] [2021-04-09T01:08:29.700Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2021-04-09T01:08:29.700Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:08:29.700Z] [2021-04-09T01:08:29.700Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2021-04-09T01:08:29.700Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:08:29.700Z] [2021-04-09T01:08:29.700Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2021-04-09T01:08:29.700Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-04-09T01:08:29.700Z] [2021-04-09T01:08:29.700Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2021-04-09T01:08:29.700Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-04-09T01:08:29.700Z] [2021-04-09T01:08:29.700Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2021-04-09T01:08:29.700Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:08:29.700Z] [2021-04-09T01:08:29.700Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2021-04-09T01:08:29.700Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-04-09T01:08:29.700Z] [2021-04-09T01:08:29.700Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-04-09T01:08:29.700Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:08:29.700Z] [2021-04-09T01:08:29.700Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-04-09T01:08:29.700Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:08:29.700Z] [2021-04-09T01:08:29.700Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2021-04-09T01:08:29.700Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:08:29.700Z] [2021-04-09T01:08:29.700Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2021-04-09T01:08:29.700Z] poller_test.go:41: No chmod on Windows [2021-04-09T01:08:29.700Z] [2021-04-09T01:08:29.700Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-04-09T01:08:29.700Z] fileutils_test.go:134: Needs porting to Windows [2021-04-09T01:08:29.700Z] [2021-04-09T01:08:29.700Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2021-04-09T01:08:29.700Z] fileutils_test.go:180: Needs porting to Windows [2021-04-09T01:08:29.700Z] [2021-04-09T01:08:29.700Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2021-04-09T01:08:29.700Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:08:29.700Z] [2021-04-09T01:08:29.700Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2021-04-09T01:08:29.700Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:08:29.700Z] [2021-04-09T01:08:29.700Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2021-04-09T01:08:29.700Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-04-09T01:08:29.700Z] [2021-04-09T01:08:29.700Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2021-04-09T01:08:29.700Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-04-09T01:08:29.700Z] [2021-04-09T01:08:29.700Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2021-04-09T01:08:29.700Z] local_test.go:181: runtime.GOOS == "windows" [2021-04-09T01:08:29.700Z] [2021-04-09T01:08:29.700Z] [2021-04-09T01:08:29.700Z] DONE 1833 tests, 45 skipped in 222.066s [2021-04-09T01:08:29.700Z] INFO: make.ps1 ended at 04/09/2021 01:08:29 [2021-04-09T01:08:30.209Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-04-09T01:08:31.147Z] --- PASS: TestLinksEtcHostsContentMatch (1.62s) [2021-04-09T01:08:31.147Z] === RUN TestLinksContainerNames [2021-04-09T01:08:31.147Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2021-04-09T01:08:31.228Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2021-04-09T01:08:31.228Z] INFO: Unit tests ended at 04/09/2021 01:08:31. Duration:00:04:00.2919240 [2021-04-09T01:08:31.228Z] INFO: Building busybox [2021-04-09T01:08:31.228Z] Sending build context to Docker daemon 5.12kB [2021-04-09T01:08:31.228Z] [2021-04-09T01:08:31.228Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2021-04-09T01:08:31.228Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2021-04-09T01:08:31.228Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2021-04-09T01:08:31.228Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2021-04-09T01:08:31.228Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2021-04-09T01:08:31.228Z] ---> 3eaa9ebbf51f [2021-04-09T01:08:31.228Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2021-04-09T01:08:31.228Z] ---> Running in 8a985f09dfdf [2021-04-09T01:08:31.301Z] tests/integration/models_nodes_test.py . [ 91%] [2021-04-09T01:08:31.871Z] tests/integration/models_resources_test.py . [ 91%] [2021-04-09T01:08:32.085Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-04-09T01:08:32.298Z] --- PASS: TestDaemonRestartWithExistingNetwork (3.47s) [2021-04-09T01:08:32.298Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-04-09T01:08:33.463Z] --- PASS: TestLinksContainerNames (2.37s) [2021-04-09T01:08:33.463Z] === RUN TestLogsFollowTailEmpty [2021-04-09T01:08:33.899Z] tests/integration/models_services_test.py ..............X. [ 95%] [2021-04-09T01:08:34.030Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2021-04-09T01:08:34.598Z] --- PASS: TestLogsFollowTailEmpty (1.23s) [2021-04-09T01:08:34.598Z] === RUN TestContainerNetworkMountsNoChown [2021-04-09T01:08:35.898Z] Removing intermediate container 8a985f09dfdf [2021-04-09T01:08:35.898Z] ---> b91edfb0d642 [2021-04-09T01:08:35.898Z] Step 7/13 : ARG BUSYBOX_VERSION [2021-04-09T01:08:35.976Z] --- PASS: TestContainerNetworkMountsNoChown (1.22s) [2021-04-09T01:08:35.976Z] === RUN TestMountDaemonRoot [2021-04-09T01:08:35.976Z] === RUN TestMountDaemonRoot/default [2021-04-09T01:08:35.976Z] === PAUSE TestMountDaemonRoot/default [2021-04-09T01:08:35.976Z] === RUN TestMountDaemonRoot/private [2021-04-09T01:08:35.976Z] === PAUSE TestMountDaemonRoot/private [2021-04-09T01:08:35.976Z] === RUN TestMountDaemonRoot/rprivate [2021-04-09T01:08:35.976Z] === PAUSE TestMountDaemonRoot/rprivate [2021-04-09T01:08:35.976Z] === RUN TestMountDaemonRoot/slave [2021-04-09T01:08:35.976Z] === PAUSE TestMountDaemonRoot/slave [2021-04-09T01:08:35.976Z] === RUN TestMountDaemonRoot/rslave [2021-04-09T01:08:35.976Z] === PAUSE TestMountDaemonRoot/rslave [2021-04-09T01:08:35.976Z] === RUN TestMountDaemonRoot/shared [2021-04-09T01:08:35.976Z] === PAUSE TestMountDaemonRoot/shared [2021-04-09T01:08:35.976Z] === RUN TestMountDaemonRoot/rshared [2021-04-09T01:08:35.976Z] === PAUSE TestMountDaemonRoot/rshared [2021-04-09T01:08:35.976Z] === CONT TestMountDaemonRoot/default [2021-04-09T01:08:35.976Z] === RUN TestMountDaemonRoot/default/mount_root [2021-04-09T01:08:35.976Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-04-09T01:08:35.976Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-04-09T01:08:35.976Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-04-09T01:08:35.976Z] === RUN TestMountDaemonRoot/default/bind_root [2021-04-09T01:08:35.976Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-04-09T01:08:35.976Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-04-09T01:08:35.976Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-04-09T01:08:35.976Z] === CONT TestMountDaemonRoot/default/mount_root [2021-04-09T01:08:35.976Z] === CONT TestMountDaemonRoot/rshared [2021-04-09T01:08:35.976Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-04-09T01:08:35.976Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-04-09T01:08:35.976Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-04-09T01:08:35.976Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-04-09T01:08:35.976Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-04-09T01:08:35.976Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-04-09T01:08:35.976Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-04-09T01:08:35.976Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-04-09T01:08:35.976Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-04-09T01:08:35.976Z] === CONT TestMountDaemonRoot/shared [2021-04-09T01:08:35.976Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-04-09T01:08:35.976Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-04-09T01:08:35.976Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-04-09T01:08:35.976Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-04-09T01:08:35.976Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-04-09T01:08:35.976Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-04-09T01:08:35.976Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-04-09T01:08:35.976Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-04-09T01:08:35.976Z] === CONT TestMountDaemonRoot/rslave [2021-04-09T01:08:35.976Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-04-09T01:08:35.976Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-04-09T01:08:35.976Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-04-09T01:08:35.976Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-04-09T01:08:35.976Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-04-09T01:08:35.976Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-04-09T01:08:35.976Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-04-09T01:08:35.976Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-04-09T01:08:35.976Z] === CONT TestMountDaemonRoot/slave [2021-04-09T01:08:35.976Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-04-09T01:08:35.976Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-04-09T01:08:35.976Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-04-09T01:08:35.976Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-04-09T01:08:35.976Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-04-09T01:08:35.976Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-04-09T01:08:35.976Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-04-09T01:08:35.976Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-04-09T01:08:35.976Z] === CONT TestMountDaemonRoot/rprivate [2021-04-09T01:08:35.976Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-04-09T01:08:35.976Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-04-09T01:08:35.976Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-04-09T01:08:35.976Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-04-09T01:08:35.976Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-04-09T01:08:35.976Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-04-09T01:08:35.976Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-04-09T01:08:35.976Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-04-09T01:08:35.976Z] === CONT TestMountDaemonRoot/private [2021-04-09T01:08:35.976Z] === RUN TestMountDaemonRoot/private/mount_root [2021-04-09T01:08:35.976Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-04-09T01:08:35.976Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-04-09T01:08:35.976Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-04-09T01:08:35.976Z] === RUN TestMountDaemonRoot/private/bind_root [2021-04-09T01:08:35.976Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-04-09T01:08:35.976Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-04-09T01:08:35.976Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-04-09T01:08:35.976Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-04-09T01:08:35.976Z] === CONT TestMountDaemonRoot/default/bind_root [2021-04-09T01:08:35.976Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-04-09T01:08:35.976Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-04-09T01:08:35.976Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-04-09T01:08:35.976Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-04-09T01:08:35.976Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-04-09T01:08:35.976Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-04-09T01:08:35.976Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-04-09T01:08:36.235Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-04-09T01:08:36.235Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-04-09T01:08:36.235Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-04-09T01:08:36.235Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-04-09T01:08:36.235Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-04-09T01:08:36.235Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-04-09T01:08:36.235Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-04-09T01:08:36.235Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-04-09T01:08:36.235Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-04-09T01:08:36.235Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-04-09T01:08:36.235Z] === CONT TestMountDaemonRoot/private/mount_root [2021-04-09T01:08:36.235Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-04-09T01:08:36.354Z] ---> Running in f343c309ef85 [2021-04-09T01:08:36.354Z] Removing intermediate container f343c309ef85 [2021-04-09T01:08:36.354Z] ---> de2ad547045e [2021-04-09T01:08:36.354Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2021-04-09T01:08:36.354Z] ---> Running in d61f0144a35a [2021-04-09T01:08:36.494Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-04-09T01:08:36.494Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-04-09T01:08:36.494Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-04-09T01:08:36.494Z] === CONT TestMountDaemonRoot/private/bind_root [2021-04-09T01:08:36.494Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-04-09T01:08:36.494Z] --- PASS: TestMountDaemonRoot (0.03s) [2021-04-09T01:08:36.494Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-04-09T01:08:36.494Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2021-04-09T01:08:36.494Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2021-04-09T01:08:36.494Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2021-04-09T01:08:36.494Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2021-04-09T01:08:36.494Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-04-09T01:08:36.494Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2021-04-09T01:08:36.494Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2021-04-09T01:08:36.494Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2021-04-09T01:08:36.494Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2021-04-09T01:08:36.494Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-04-09T01:08:36.494Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2021-04-09T01:08:36.494Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2021-04-09T01:08:36.494Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2021-04-09T01:08:36.494Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2021-04-09T01:08:36.494Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-04-09T01:08:36.494Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2021-04-09T01:08:36.494Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2021-04-09T01:08:36.494Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2021-04-09T01:08:36.494Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2021-04-09T01:08:36.494Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-04-09T01:08:36.494Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2021-04-09T01:08:36.494Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2021-04-09T01:08:36.494Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2021-04-09T01:08:36.494Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2021-04-09T01:08:36.494Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-04-09T01:08:36.494Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.07s) [2021-04-09T01:08:36.494Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2021-04-09T01:08:36.494Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2021-04-09T01:08:36.494Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2021-04-09T01:08:36.494Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-04-09T01:08:36.494Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2021-04-09T01:08:36.494Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2021-04-09T01:08:36.494Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2021-04-09T01:08:36.494Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2021-04-09T01:08:36.494Z] === RUN TestContainerBindMountNonRecursive [2021-04-09T01:08:36.494Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2021-04-09T01:08:36.811Z] Removing intermediate container d61f0144a35a [2021-04-09T01:08:36.811Z] ---> d594a54df576 [2021-04-09T01:08:36.811Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2021-04-09T01:08:37.591Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (4.46s) [2021-04-09T01:08:37.591Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-04-09T01:08:37.715Z] tests/integration/models_swarm_test.py .. [ 96%] [2021-04-09T01:08:37.715Z] tests/integration/models_volumes_test.py .. [ 96%] [2021-04-09T01:08:38.164Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (1.34s) [2021-04-09T01:08:38.164Z] === RUN TestServiceWithPredefinedNetwork [2021-04-09T01:08:38.339Z] [2021-04-09T01:08:38.397Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-04-09T01:08:38.796Z] ---> 44125469d67d [2021-04-09T01:08:38.796Z] 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-09T01:08:38.796Z] ---> Running in ff6ee55b008d [2021-04-09T01:08:39.332Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2021-04-09T01:08:39.907Z] --- PASS: TestContainerBindMountNonRecursive (3.51s) [2021-04-09T01:08:39.907Z] === RUN TestContainerVolumesMountedAsShared [2021-04-09T01:08:40.343Z] --- PASS: TestBuildMultiStageOnBuild (12.00s) [2021-04-09T01:08:40.343Z] === RUN TestBuildUncleanTarFilenames [2021-04-09T01:08:40.343Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2021-04-09T01:08:40.343Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-09T01:08:40.343Z] === RUN TestBuildMultiStageLayerLeak [2021-04-09T01:08:40.844Z] --- PASS: TestContainerVolumesMountedAsShared (0.72s) [2021-04-09T01:08:40.844Z] === RUN TestContainerVolumesMountedAsSlave [2021-04-09T01:08:41.469Z] --- PASS: TestServiceWithPredefinedNetwork (3.20s) [2021-04-09T01:08:41.469Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-04-09T01:08:41.469Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-04-09T01:08:41.469Z] service_test.go:242: FLAKY_TEST [2021-04-09T01:08:41.469Z] === RUN TestServiceWithDataPathPortInit [2021-04-09T01:08:42.746Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2021-04-09T01:08:42.746Z] --- PASS: TestContainerVolumesMountedAsSlave (1.79s) [2021-04-09T01:08:42.746Z] === RUN TestNetworkNat [2021-04-09T01:08:42.794Z] tests/integration/regression_test.py ...... [ 98%] [2021-04-09T01:08:43.313Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2021-04-09T01:08:43.313Z] tests/integration/credentials/store_test.py ...... [ 99%] [2021-04-09T01:08:43.313Z] tests/integration/credentials/utils_test.py . [100%] [2021-04-09T01:08:43.313Z] [2021-04-09T01:08:43.313Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2021-04-09T01:08:43.313Z] =========================== short test summary info ============================ [2021-04-09T01:08:43.313Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2021-04-09T01:08:43.313Z] CONFIG_RT_GROUP_SCHED isn't enabled [2021-04-09T01:08:43.313Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2021-04-09T01:08:43.313Z] Not supported on most drivers [2021-04-09T01:08:43.313Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2021-04-09T01:08:43.313Z] Output of docker top depends on host distro, and is not formalized. [2021-04-09T01:08:43.313Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2021-04-09T01:08:43.313Z] Output of docker top depends on host distro, and is not formalized. [2021-04-09T01:08:43.313Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2021-04-09T01:08:43.313Z] Can fail if eth0 has multiple IP addresses [2021-04-09T01:08:43.313Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2021-04-09T01:08:43.313Z] This doesn't seem to be taken into account by the engine [2021-04-09T01:08:43.313Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2021-04-09T01:08:43.313Z] SKIPPED [1] tests/integration/api_service_test.py:473: API version is too low (< 1.40) [2021-04-09T01:08:43.313Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2021-04-09T01:08:43.313Z] = 378 passed, 3 skipped, 1 deselected, 6 xfailed, 2 xpassed in 368.23 seconds == [2021-04-09T01:08:43.543Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.86s) [2021-04-09T01:08:43.543Z] PASS [2021-04-09T01:08:43.543Z] [2021-04-09T01:08:43.543Z] DONE 17 tests in 53.519s [2021-04-09T01:08:43.543Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-04-09T01:08:43.543Z] INFO: Testing against a local daemon [2021-04-09T01:08:43.543Z] === RUN TestPluginInvalidJSON [2021-04-09T01:08:43.543Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-04-09T01:08:43.543Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-04-09T01:08:43.543Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-04-09T01:08:43.543Z] --- PASS: TestPluginInvalidJSON (0.01s) [2021-04-09T01:08:43.543Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-04-09T01:08:43.543Z] === RUN TestPluginInstall [2021-04-09T01:08:43.543Z] === RUN TestPluginInstall/no_auth [2021-04-09T01:08:43.573Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2021-04-09T01:08:43.881Z] --- PASS: TestNetworkNat (1.21s) [2021-04-09T01:08:43.881Z] === RUN TestNetworkLocalhostTCPNat [2021-04-09T01:08:44.106Z] time="2021-04-09T01:08:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-09T01:08:44.106Z] time="2021-04-09T01:08:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:af3433b3d9dca26eae7b7bddb66d021be770c05e6874440c2548ae5e3ba13120" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-09T01:08:44.106Z] time="2021-04-09T01:08:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-09T01:08:44.106Z] time="2021-04-09T01:08:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:af3433b3d9dca26eae7b7bddb66d021be770c05e6874440c2548ae5e3ba13120" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-09T01:08:44.361Z] === RUN TestPluginInstall/with_htpasswd [2021-04-09T01:08:44.817Z] --- PASS: TestNetworkLocalhostTCPNat (1.13s) [2021-04-09T01:08:44.817Z] === RUN TestNetworkLoopbackNat [2021-04-09T01:08:44.923Z] time="2021-04-09T01:08:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-09T01:08:44.923Z] time="2021-04-09T01:08:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:bee0ca2708edbc87eaf8911c2a9ed33906e7c9397d69397531f4d8a1b3919155" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-09T01:08:44.923Z] time="2021-04-09T01:08:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-09T01:08:44.923Z] time="2021-04-09T01:08:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:bee0ca2708edbc87eaf8911c2a9ed33906e7c9397d69397531f4d8a1b3919155" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-09T01:08:45.178Z] === RUN TestPluginInstall/with_insecure [2021-04-09T01:08:46.542Z] time="2021-04-09T01:08:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-09T01:08:46.542Z] time="2021-04-09T01:08:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2f88a2eb34eabc0625fcdd37b33c5afaa547bfd88556f044488653038508b0ca" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-09T01:08:46.542Z] time="2021-04-09T01:08:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-09T01:08:46.542Z] time="2021-04-09T01:08:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2f88a2eb34eabc0625fcdd37b33c5afaa547bfd88556f044488653038508b0ca" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-09T01:08:46.542Z] --- PASS: TestPluginInstall (3.84s) [2021-04-09T01:08:46.542Z] --- PASS: TestPluginInstall/no_auth (1.65s) [2021-04-09T01:08:46.542Z] --- PASS: TestPluginInstall/with_htpasswd (0.82s) [2021-04-09T01:08:46.542Z] --- PASS: TestPluginInstall/with_insecure (1.38s) [2021-04-09T01:08:46.542Z] plugin_test.go:165: [de6a91e02c60c] daemon is not started [2021-04-09T01:08:46.542Z] === RUN TestPluginsWithRuntimes [2021-04-09T01:08:47.348Z] === RUN TestDockerSuite/TestBuildBlankName [2021-04-09T01:08:47.349Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-04-09T01:08:47.349Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2021-04-09T01:08:48.429Z] === RUN TestPluginsWithRuntimes/No_Args [2021-04-09T01:08:48.726Z] --- PASS: TestNetworkLoopbackNat (3.60s) [2021-04-09T01:08:48.726Z] === RUN TestPause [2021-04-09T01:08:49.095Z] Removing intermediate container ff6ee55b008d [2021-04-09T01:08:49.095Z] ---> 3add83691a7f [2021-04-09T01:08:49.095Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2021-04-09T01:08:49.095Z] ---> Running in 93af222dd3a7 [2021-04-09T01:08:49.693Z] --- PASS: TestPause (1.07s) [2021-04-09T01:08:49.693Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-04-09T01:08:49.693Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-04-09T01:08:49.693Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-04-09T01:08:49.693Z] === RUN TestPauseStopPausedContainer [2021-04-09T01:08:49.693Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-04-09T01:08:49.792Z] === RUN TestPluginsWithRuntimes/With_Args [2021-04-09T01:08:50.059Z] [2021-04-09T01:08:50.059Z] SUCCESS: Specified value was saved. [2021-04-09T01:08:50.626Z] --- PASS: TestPauseStopPausedContainer (1.02s) [2021-04-09T01:08:50.627Z] === RUN TestPidHost [2021-04-09T01:08:50.740Z] --- PASS: TestBuildMultiStageLayerLeak (10.36s) [2021-04-09T01:08:50.740Z] === RUN TestBuildWithHugeFile [2021-04-09T01:08:51.679Z] --- PASS: TestPluginsWithRuntimes (4.89s) [2021-04-09T01:08:51.680Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.52s) [2021-04-09T01:08:51.680Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.51s) [2021-04-09T01:08:51.680Z] === RUN TestPluginBackCompatMediaTypes [2021-04-09T01:08:52.003Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-04-09T01:08:52.228Z] Removing intermediate container 93af222dd3a7 [2021-04-09T01:08:52.228Z] ---> 55716f914950 [2021-04-09T01:08:52.228Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2021-04-09T01:08:52.228Z] ---> Running in 2bd1838aa40c [2021-04-09T01:08:52.240Z] --- PASS: TestPluginBackCompatMediaTypes (0.72s) [2021-04-09T01:08:52.240Z] PASS [2021-04-09T01:08:52.240Z] [2021-04-09T01:08:52.240Z] DONE 10 tests in 9.508s [2021-04-09T01:08:52.240Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-04-09T01:08:52.240Z] INFO: Testing against a local daemon [2021-04-09T01:08:52.240Z] === RUN TestExternalGraphDriver [2021-04-09T01:08:52.240Z] === RUN TestExternalGraphDriver/json [2021-04-09T01:08:53.377Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-04-09T01:08:53.377Z] --- PASS: TestPidHost (2.85s) [2021-04-09T01:08:53.377Z] === RUN TestPsFilter [2021-04-09T01:08:53.636Z] --- PASS: TestPsFilter (0.15s) [2021-04-09T01:08:53.636Z] === RUN TestRemoveContainerWithRemovedVolume [2021-04-09T01:08:54.202Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2021-04-09T01:08:54.461Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.04s) [2021-04-09T01:08:54.461Z] === RUN TestRemoveContainerWithVolume [2021-04-09T01:08:54.754Z] === RUN TestExternalGraphDriver/spec [2021-04-09T01:08:55.787Z] Leaving: AppArmorNo profiles have been unloaded. [2021-04-09T01:08:55.787Z] [2021-04-09T01:08:55.787Z] Unloading profiles will leave already running processes permanently [2021-04-09T01:08:55.787Z] unconfined, which can lead to unexpected situations. [2021-04-09T01:08:55.787Z] [2021-04-09T01:08:55.787Z] To set a process to complain mode, use the command line tool [2021-04-09T01:08:55.787Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-04-09T01:08:55.787Z] Post stage [Pipeline] junit [2021-04-09T01:08:55.800Z] Recording test results [2021-04-09T01:08:55.943Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2021-04-09T01:08:56.234Z] + echo Ensuring container killed. [2021-04-09T01:08:56.234Z] Ensuring container killed. [2021-04-09T01:08:56.234Z] + docker rm -vf docker-pr67 [2021-04-09T01:08:56.234Z] Error: No such container: docker-pr67 [Pipeline] sh [2021-04-09T01:08:56.368Z] --- PASS: TestRemoveContainerWithVolume (1.43s) [2021-04-09T01:08:56.368Z] === RUN TestRemoveContainerRunning [2021-04-09T01:08:56.518Z] + echo Chowning /workspace to jenkins user [2021-04-09T01:08:56.518Z] Chowning /workspace to jenkins user [2021-04-09T01:08:56.518Z] + id -u [2021-04-09T01:08:56.518Z] + id -g [2021-04-09T01:08:56.518Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39846:/workspace busybox chown -R 1000:1000 /workspace [2021-04-09T01:08:56.627Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-04-09T01:08:56.915Z] Cannot create a file when that file already exists. [2021-04-09T01:08:57.195Z] --- PASS: TestRemoveContainerRunning (1.15s) [2021-04-09T01:08:57.195Z] === RUN TestRemoveContainerForceRemoveRunning [2021-04-09T01:08:57.269Z] === RUN TestExternalGraphDriver/pull [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-04-09T01:08:57.761Z] + bundleName=docker-py [2021-04-09T01:08:57.761Z] + echo Creating docker-py-bundles.tar.gz [2021-04-09T01:08:57.761Z] Creating docker-py-bundles.tar.gz [2021-04-09T01:08:57.761Z] + 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-09T01:08:57.774Z] Archiving artifacts [2021-04-09T01:08:58.004Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-39846/67/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2021-04-09T01:08:58.368Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39846/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr67 -e DOCKER_GITCOMMIT=8d5caf49a185e369bda5bdde79ab8e07b3434ff2 -e DOCKER_GRAPHDRIVER docker:8d5caf49a185e369bda5bdde79ab8e07b3434ff2 hack/make.sh binary-daemon [2021-04-09T01:08:58.576Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.40s) [2021-04-09T01:08:58.576Z] === RUN TestRemoveInvalidContainer [2021-04-09T01:08:58.576Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-04-09T01:08:58.576Z] === RUN TestRenameLinkedContainer [2021-04-09T01:08:58.947Z] [2021-04-09T01:08:58.947Z] Removing bundles/ [2021-04-09T01:08:58.947Z] [2021-04-09T01:08:58.947Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2021-04-09T01:08:58.947Z] Building: bundles/binary-daemon/dockerd-dev [2021-04-09T01:08:58.947Z] GOOS="" GOARCH="" GOARM="" [2021-04-09T01:08:59.158Z] --- PASS: TestExternalGraphDriver (6.99s) [2021-04-09T01:08:59.158Z] --- PASS: TestExternalGraphDriver/json (2.36s) [2021-04-09T01:08:59.158Z] --- PASS: TestExternalGraphDriver/spec (2.56s) [2021-04-09T01:08:59.158Z] --- PASS: TestExternalGraphDriver/pull (2.00s) [2021-04-09T01:08:59.158Z] === RUN TestGraphdriverPluginV2 [2021-04-09T01:08:59.602Z] --- PASS: TestServiceWithDataPathPortInit (17.13s) [2021-04-09T01:08:59.602Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-04-09T01:08:59.954Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-04-09T01:09:02.685Z] Removing intermediate container 2bd1838aa40c [2021-04-09T01:09:02.685Z] ---> d5e4ecef7fe1 [2021-04-09T01:09:02.685Z] Step 13/13 : CMD ["sh"] [2021-04-09T01:09:02.685Z] ---> Running in de820b0188a0 [2021-04-09T01:09:02.685Z] Removing intermediate container de820b0188a0 [2021-04-09T01:09:02.685Z] ---> 8bd8e3155020 [2021-04-09T01:09:02.685Z] Successfully built 8bd8e3155020 [2021-04-09T01:09:02.685Z] Successfully tagged busybox:latest [2021-04-09T01:09:02.685Z] INFO: Docker images of the daemon under test [2021-04-09T01:09:02.685Z] [2021-04-09T01:09:02.685Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-04-09T01:09:02.685Z] busybox latest 8bd8e3155020 Less than a second ago 5.32GB [2021-04-09T01:09:02.685Z] microsoft/windowsservercore latest 3eaa9ebbf51f 5 weeks ago 5.25GB [2021-04-09T01:09:02.685Z] mcr.microsoft.com/windows/servercore ltsc2019 3eaa9ebbf51f 5 weeks ago 5.25GB [2021-04-09T01:09:02.685Z] [2021-04-09T01:09:02.685Z] INFO: Running integration tests at 04/09/2021 01:09:02... [2021-04-09T01:09:02.685Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2021-04-09T01:09:02.685Z] INFO: Integration API tests being run from the host: [2021-04-09T01:09:02.685Z] INFO: make.ps1 starting at 04/09/2021 01:09:02 [2021-04-09T01:09:03.244Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2021-04-09T01:09:03.503Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-04-09T01:09:03.648Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2021-04-09T01:09:03.762Z] --- PASS: TestRenameLinkedContainer (5.16s) [2021-04-09T01:09:03.762Z] === RUN TestRenameStoppedContainer [2021-04-09T01:09:04.398Z] --- PASS: TestGraphdriverPluginV2 (4.52s) [2021-04-09T01:09:04.398Z] PASS [2021-04-09T01:09:04.398Z] [2021-04-09T01:09:04.398Z] DONE 5 tests in 11.540s [2021-04-09T01:09:04.398Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-04-09T01:09:04.398Z] INFO: Testing against a local daemon [2021-04-09T01:09:04.398Z] === RUN TestContinueAfterPluginCrash [2021-04-09T01:09:04.398Z] === PAUSE TestContinueAfterPluginCrash [2021-04-09T01:09:04.398Z] === RUN TestReadPluginNoRead [2021-04-09T01:09:04.398Z] === PAUSE TestReadPluginNoRead [2021-04-09T01:09:04.398Z] === RUN TestDaemonStartWithLogOpt [2021-04-09T01:09:04.398Z] === PAUSE TestDaemonStartWithLogOpt [2021-04-09T01:09:04.398Z] === CONT TestContinueAfterPluginCrash [2021-04-09T01:09:04.398Z] === CONT TestDaemonStartWithLogOpt [2021-04-09T01:09:05.138Z] --- PASS: TestRenameStoppedContainer (1.28s) [2021-04-09T01:09:05.138Z] === RUN TestRenameRunningContainerAndReuse [2021-04-09T01:09:05.396Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-04-09T01:09:06.775Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2021-04-09T01:09:07.342Z] --- PASS: TestRenameRunningContainerAndReuse (2.31s) [2021-04-09T01:09:07.342Z] === RUN TestRenameInvalidName [2021-04-09T01:09:07.756Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.83s) [2021-04-09T01:09:07.756Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:y9q2prvls33gcru2ry3m8e8sz Created:2021-04-09 01:08:59.956597922 +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[fa302c05700e8de90c48633d6e4161c9bb2137a4e0adc6e3b715d8243283f972:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.vg1tclajsnqickewfztzynblh EndpointID:0e7c14b90b7ef5daf498399a6abf78a157f54a4df7c98555989ed6f4626df6c2 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:8c6e4209c091b81dc61ceb55c7cb50a4bc77b64cd4659bdcb4579bf42d112787 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:1a79f1dd19cd IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.vg1tclajsnqickewfztzynblh EndpointID:0e7c14b90b7ef5daf498399a6abf78a157f54a4df7c98555989ed6f4626df6c2 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-04-09T01:09:07.756Z] PASS [2021-04-09T01:09:07.756Z] [2021-04-09T01:09:07.756Z] === Skipped [2021-04-09T01:09:07.756Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-04-09T01:09:07.756Z] service_test.go:242: FLAKY_TEST [2021-04-09T01:09:07.756Z] [2021-04-09T01:09:07.756Z] [2021-04-09T01:09:07.756Z] DONE 26 tests, 1 skipped in 68.922s [2021-04-09T01:09:07.756Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-04-09T01:09:07.756Z] ++ 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-09T01:09:07.756Z] ++ set -e [2021-04-09T01:09:07.756Z] ++ '[' -n 0 ']' [2021-04-09T01:09:07.756Z] ++ set -x [2021-04-09T01:09:07.756Z] ++ env -i DEST=/go/src/github.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-09T01:09:07.756Z] INFO: Testing against a local daemon [2021-04-09T01:09:07.756Z] === RUN TestDockerNetworkIpvlanPersistance [2021-04-09T01:09:07.756Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2021-04-09T01:09:07.756Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-09T01:09:07.756Z] === RUN TestDockerNetworkIpvlan [2021-04-09T01:09:07.756Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-04-09T01:09:07.756Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-09T01:09:07.756Z] PASS [2021-04-09T01:09:07.756Z] [2021-04-09T01:09:07.756Z] === Skipped [2021-04-09T01:09:07.756Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2021-04-09T01:09:07.756Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-09T01:09:07.756Z] [2021-04-09T01:09:07.756Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-04-09T01:09:07.756Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-09T01:09:07.756Z] [2021-04-09T01:09:07.756Z] [2021-04-09T01:09:07.756Z] DONE 2 tests, 2 skipped in 0.205s [2021-04-09T01:09:07.756Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-04-09T01:09:07.756Z] ++ 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-09T01:09:07.756Z] ++ set -e [2021-04-09T01:09:07.756Z] ++ '[' -n 0 ']' [2021-04-09T01:09:07.756Z] ++ set -x [2021-04-09T01:09:07.756Z] ++ env -i DEST=/go/src/github.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-09T01:09:07.756Z] INFO: Testing against a local daemon [2021-04-09T01:09:07.756Z] === RUN TestDockerNetworkMacvlanPersistance [2021-04-09T01:09:08.572Z] --- PASS: TestDaemonStartWithLogOpt (4.13s) [2021-04-09T01:09:08.572Z] === CONT TestReadPluginNoRead [2021-04-09T01:09:09.248Z] --- PASS: TestRenameInvalidName (1.60s) [2021-04-09T01:09:09.248Z] === RUN TestRenameAnonymousContainer [2021-04-09T01:09:10.459Z] === RUN TestReadPluginNoRead/default [2021-04-09T01:09:10.627Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-04-09T01:09:11.064Z] --- PASS: TestDockerNetworkMacvlanPersistance (3.19s) [2021-04-09T01:09:11.064Z] === RUN TestDockerNetworkMacvlan [2021-04-09T01:09:12.345Z] === RUN TestReadPluginNoRead/disabled_caching [2021-04-09T01:09:12.452Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-04-09T01:09:13.272Z] --- PASS: TestContinueAfterPluginCrash (9.42s) [2021-04-09T01:09:13.293Z] --- PASS: TestBuildWithHugeFile (53.80s) [2021-04-09T01:09:13.293Z] === RUN TestBuildWCOWSandboxSize [2021-04-09T01:09:13.293Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-04-09T01:09:13.293Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-04-09T01:09:13.293Z] === RUN TestBuildWithEmptyDockerfile [2021-04-09T01:09:13.293Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-09T01:09:13.293Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-09T01:09:13.293Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-09T01:09:13.293Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-09T01:09:13.293Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-09T01:09:13.293Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-09T01:09:13.293Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-09T01:09:13.293Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-09T01:09:13.293Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-09T01:09:13.293Z] --- PASS: TestBuildWithEmptyDockerfile (0.12s) [2021-04-09T01:09:13.293Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.15s) [2021-04-09T01:09:13.293Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.15s) [2021-04-09T01:09:13.293Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2021-04-09T01:09:13.293Z] === RUN TestBuildPreserveOwnership [2021-04-09T01:09:13.293Z] === RUN TestBuildPreserveOwnership/copy_from [2021-04-09T01:09:13.833Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-04-09T01:09:14.369Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-04-09T01:09:15.211Z] --- PASS: TestReadPluginNoRead (7.31s) [2021-04-09T01:09:15.211Z] --- PASS: TestReadPluginNoRead/default (1.55s) [2021-04-09T01:09:15.211Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.58s) [2021-04-09T01:09:15.211Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.51s) [2021-04-09T01:09:15.211Z] read_test.go:92: [dccab3e6873d7] daemon is not started [2021-04-09T01:09:15.211Z] PASS [2021-04-09T01:09:15.211Z] [2021-04-09T01:09:15.211Z] DONE 6 tests in 11.471s [2021-04-09T01:09:15.211Z] 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-09T01:09:15.211Z] testing: warning: no tests to run [2021-04-09T01:09:15.211Z] PASS [2021-04-09T01:09:15.211Z] [2021-04-09T01:09:15.211Z] DONE 0 tests in 0.007s [2021-04-09T01:09:15.211Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-04-09T01:09:15.211Z] INFO: Testing against a local daemon [2021-04-09T01:09:15.211Z] === RUN TestPluginWithDevMounts [2021-04-09T01:09:15.211Z] === PAUSE TestPluginWithDevMounts [2021-04-09T01:09:15.211Z] === CONT TestPluginWithDevMounts [2021-04-09T01:09:15.762Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-04-09T01:09:15.956Z] --- PASS: TestRenameAnonymousContainer (6.09s) [2021-04-09T01:09:15.956Z] === RUN TestRenameContainerWithSameName [2021-04-09T01:09:16.522Z] --- PASS: TestRenameContainerWithSameName (1.54s) [2021-04-09T01:09:16.522Z] === RUN TestRenameContainerWithLinkedContainer [2021-04-09T01:09:17.097Z] --- PASS: TestPluginWithDevMounts (1.70s) [2021-04-09T01:09:17.097Z] PASS [2021-04-09T01:09:17.097Z] [2021-04-09T01:09:17.097Z] DONE 1 tests in 1.754s [2021-04-09T01:09:17.097Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-04-09T01:09:17.097Z] INFO: Testing against a local daemon [2021-04-09T01:09:17.097Z] === RUN TestSecretInspect [2021-04-09T01:09:17.479Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-04-09T01:09:19.607Z] --- PASS: TestSecretInspect (2.42s) [2021-04-09T01:09:19.607Z] === RUN TestSecretList [2021-04-09T01:09:19.810Z] --- PASS: TestRenameContainerWithLinkedContainer (2.64s) [2021-04-09T01:09:19.810Z] === RUN TestResize [2021-04-09T01:09:19.974Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-04-09T01:09:20.747Z] --- PASS: TestResize (1.37s) [2021-04-09T01:09:20.747Z] === RUN TestResizeWithInvalidSize [2021-04-09T01:09:21.495Z] --- PASS: TestSecretList (2.04s) [2021-04-09T01:09:21.495Z] === RUN TestSecretsCreateAndDelete [2021-04-09T01:09:21.667Z] --- PASS: TestBuildPreserveOwnership (9.84s) [2021-04-09T01:09:21.667Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.83s) [2021-04-09T01:09:21.667Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2021-04-09T01:09:21.667Z] === RUN TestBuildPlatformInvalid [2021-04-09T01:09:21.667Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2021-04-09T01:09:21.667Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-04-09T01:09:21.667Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-04-09T01:09:21.667Z] build_userns_linux_test.go:32: testEnv.IsRootless() [2021-04-09T01:09:21.667Z] PASS [2021-04-09T01:09:21.667Z] [2021-04-09T01:09:21.667Z] === Skipped [2021-04-09T01:09:21.667Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-04-09T01:09:21.667Z] build_session_test.go:25: TODO: BuildKit [2021-04-09T01:09:21.667Z] [2021-04-09T01:09:21.667Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-04-09T01:09:21.667Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-04-09T01:09:21.667Z] [2021-04-09T01:09:21.667Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-04-09T01:09:21.667Z] build_userns_linux_test.go:32: testEnv.IsRootless() [2021-04-09T01:09:21.667Z] [2021-04-09T01:09:21.667Z] [2021-04-09T01:09:21.667Z] DONE 34 tests, 3 skipped in 140.178s [2021-04-09T01:09:21.667Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-04-09T01:09:21.667Z] INFO: Testing against a local daemon [2021-04-09T01:09:21.667Z] === RUN TestConfigInspect [2021-04-09T01:09:21.667Z] --- SKIP: TestConfigInspect (0.02s) [2021-04-09T01:09:21.667Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:09:21.667Z] === RUN TestConfigList [2021-04-09T01:09:21.667Z] --- SKIP: TestConfigList (0.01s) [2021-04-09T01:09:21.667Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:09:21.667Z] === RUN TestConfigsCreateAndDelete [2021-04-09T01:09:21.667Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2021-04-09T01:09:21.667Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:09:21.667Z] === RUN TestConfigsUpdate [2021-04-09T01:09:21.667Z] --- SKIP: TestConfigsUpdate (0.01s) [2021-04-09T01:09:21.667Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:09:21.667Z] === RUN TestTemplatedConfig [2021-04-09T01:09:21.667Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-04-09T01:09:21.667Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:09:21.667Z] === RUN TestConfigCreateResolve [2021-04-09T01:09:21.667Z] --- SKIP: TestConfigCreateResolve (0.01s) [2021-04-09T01:09:21.667Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:09:21.667Z] === RUN TestConfigDaemonLibtrustID [2021-04-09T01:09:22.123Z] --- PASS: TestResizeWithInvalidSize (1.27s) [2021-04-09T01:09:22.123Z] === RUN TestResizeWhenContainerNotStarted [2021-04-09T01:09:23.501Z] --- PASS: TestResizeWhenContainerNotStarted (1.40s) [2021-04-09T01:09:23.501Z] === RUN TestDaemonRestartKillContainers [2021-04-09T01:09:23.501Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-04-09T01:09:23.501Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-04-09T01:09:23.501Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-04-09T01:09:23.501Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-04-09T01:09:23.501Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-04-09T01:09:23.501Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-04-09T01:09:23.501Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-04-09T01:09:23.501Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-04-09T01:09:23.501Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-04-09T01:09:23.501Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-04-09T01:09:23.501Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-04-09T01:09:23.501Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-04-09T01:09:23.501Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-04-09T01:09:23.501Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-04-09T01:09:23.501Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-04-09T01:09:23.501Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-04-09T01:09:23.501Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-04-09T01:09:23.501Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-04-09T01:09:23.501Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-04-09T01:09:23.501Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-04-09T01:09:23.501Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-04-09T01:09:23.501Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-04-09T01:09:23.501Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-04-09T01:09:23.501Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-04-09T01:09:23.501Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-04-09T01:09:23.501Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-04-09T01:09:23.569Z] --- PASS: TestConfigDaemonLibtrustID (1.87s) [2021-04-09T01:09:23.569Z] PASS [2021-04-09T01:09:23.569Z] [2021-04-09T01:09:23.569Z] === Skipped [2021-04-09T01:09:23.569Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2021-04-09T01:09:23.569Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:09:23.569Z] [2021-04-09T01:09:23.569Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2021-04-09T01:09:23.569Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:09:23.569Z] [2021-04-09T01:09:23.569Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2021-04-09T01:09:23.569Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:09:23.569Z] [2021-04-09T01:09:23.569Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2021-04-09T01:09:23.569Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:09:23.569Z] [2021-04-09T01:09:23.569Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2021-04-09T01:09:23.569Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:09:23.569Z] [2021-04-09T01:09:23.569Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2021-04-09T01:09:23.569Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:09:23.569Z] [2021-04-09T01:09:23.569Z] [2021-04-09T01:09:23.569Z] DONE 7 tests, 6 skipped in 2.070s [2021-04-09T01:09:23.569Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-04-09T01:09:23.569Z] INFO: Testing against a local daemon [2021-04-09T01:09:23.569Z] === RUN TestCheckpoint [2021-04-09T01:09:23.569Z] --- SKIP: TestCheckpoint (0.00s) [2021-04-09T01:09:23.569Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-04-09T01:09:23.569Z] === RUN TestContainerInvalidJSON [2021-04-09T01:09:23.569Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-04-09T01:09:23.569Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-04-09T01:09:23.569Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-04-09T01:09:23.569Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-04-09T01:09:23.569Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-04-09T01:09:23.569Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-04-09T01:09:23.569Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-04-09T01:09:23.569Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-04-09T01:09:23.569Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-04-09T01:09:23.569Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-04-09T01:09:23.569Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-04-09T01:09:23.569Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-04-09T01:09:23.569Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-04-09T01:09:23.569Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-04-09T01:09:23.569Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2021-04-09T01:09:23.569Z] === RUN TestCopyFromContainerPathIsNotDir [2021-04-09T01:09:23.569Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2021-04-09T01:09:23.569Z] === RUN TestCopyToContainerPathDoesNotExist [2021-04-09T01:09:23.828Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2021-04-09T01:09:23.828Z] === RUN TestCopyToContainerPathIsNotDir [2021-04-09T01:09:23.828Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2021-04-09T01:09:23.828Z] === RUN TestCopyFromContainer [2021-04-09T01:09:24.008Z] --- PASS: TestSecretsCreateAndDelete (2.43s) [2021-04-09T01:09:24.008Z] === RUN TestSecretsUpdate [2021-04-09T01:09:24.187Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-04-09T01:09:25.407Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-04-09T01:09:26.519Z] --- PASS: TestSecretsUpdate (2.45s) [2021-04-09T01:09:26.519Z] === RUN TestTemplatedSecret [2021-04-09T01:09:27.201Z] === RUN TestCopyFromContainer// [2021-04-09T01:09:27.201Z] === RUN TestCopyFromContainer//bar/root [2021-04-09T01:09:27.201Z] === RUN TestCopyFromContainer//bar/root/ [2021-04-09T01:09:27.314Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-04-09T01:09:27.464Z] === RUN TestCopyFromContainer/bar/quux [2021-04-09T01:09:27.464Z] === RUN TestCopyFromContainer/bar/quux/ [2021-04-09T01:09:27.464Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-04-09T01:09:27.464Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-04-09T01:09:27.723Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-04-09T01:09:27.723Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-04-09T01:09:27.723Z] === RUN TestCopyFromContainer/bar/notarget [2021-04-09T01:09:27.982Z] --- PASS: TestCopyFromContainer (4.13s) [2021-04-09T01:09:27.982Z] --- PASS: TestCopyFromContainer// (0.07s) [2021-04-09T01:09:27.982Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2021-04-09T01:09:27.982Z] --- PASS: TestCopyFromContainer//bar/root/ (0.10s) [2021-04-09T01:09:27.982Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2021-04-09T01:09:27.982Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2021-04-09T01:09:27.982Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2021-04-09T01:09:27.982Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s) [2021-04-09T01:09:27.982Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2021-04-09T01:09:27.982Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2021-04-09T01:09:27.982Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2021-04-09T01:09:27.982Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-04-09T01:09:27.982Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-09T01:09:27.982Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-09T01:09:27.982Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-09T01:09:27.982Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-09T01:09:27.982Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-09T01:09:27.982Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-09T01:09:27.982Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-09T01:09:27.982Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-09T01:09:27.982Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-09T01:09:27.982Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-04-09T01:09:27.982Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-04-09T01:09:27.982Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-04-09T01:09:27.982Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-04-09T01:09:27.982Z] === RUN TestCreateLinkToNonExistingContainer [2021-04-09T01:09:27.982Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2021-04-09T01:09:27.982Z] === RUN TestCreateWithInvalidEnv [2021-04-09T01:09:27.982Z] === RUN TestCreateWithInvalidEnv/0 [2021-04-09T01:09:27.982Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-04-09T01:09:27.982Z] === RUN TestCreateWithInvalidEnv/1 [2021-04-09T01:09:27.982Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-04-09T01:09:27.982Z] === RUN TestCreateWithInvalidEnv/2 [2021-04-09T01:09:27.982Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-04-09T01:09:27.982Z] === CONT TestCreateWithInvalidEnv/0 [2021-04-09T01:09:27.982Z] === CONT TestCreateWithInvalidEnv/2 [2021-04-09T01:09:27.982Z] === CONT TestCreateWithInvalidEnv/1 [2021-04-09T01:09:27.982Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-04-09T01:09:27.982Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-04-09T01:09:27.982Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-04-09T01:09:27.982Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-04-09T01:09:27.982Z] === RUN TestCreateTmpfsMountsTarget [2021-04-09T01:09:27.982Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-04-09T01:09:27.982Z] === RUN TestCreateWithCustomMaskedPaths [2021-04-09T01:09:28.251Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-04-09T01:09:28.779Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-04-09T01:09:28.779Z] INFO: Testing against a local daemon [2021-04-09T01:09:28.779Z] === RUN TestBuildWithSession [2021-04-09T01:09:28.779Z] --- SKIP: TestBuildWithSession (0.00s) [2021-04-09T01:09:28.779Z] build_session_test.go:25: TODO: BuildKit [2021-04-09T01:09:28.779Z] === RUN TestBuildSquashParent [2021-04-09T01:09:28.779Z] --- SKIP: TestBuildSquashParent (0.00s) [2021-04-09T01:09:28.779Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:09:28.779Z] === RUN TestBuildWithRemoveAndForceRemove [2021-04-09T01:09:28.779Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-09T01:09:28.779Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-09T01:09:28.779Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-09T01:09:28.779Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-09T01:09:28.779Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-09T01:09:28.779Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-09T01:09:28.779Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-09T01:09:28.779Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-09T01:09:28.779Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-09T01:09:28.779Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-09T01:09:28.779Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-09T01:09:28.779Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-09T01:09:28.779Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-09T01:09:28.779Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-09T01:09:28.779Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-09T01:09:28.779Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-09T01:09:29.630Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-04-09T01:09:29.783Z] --- PASS: TestTemplatedSecret (3.02s) [2021-04-09T01:09:29.783Z] === RUN TestSecretCreateResolve [2021-04-09T01:09:29.886Z] --- PASS: TestCreateWithCustomMaskedPaths (1.95s) [2021-04-09T01:09:29.886Z] === RUN TestCreateWithCustomReadonlyPaths [2021-04-09T01:09:29.890Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-04-09T01:09:30.149Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-04-09T01:09:31.790Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.90s) [2021-04-09T01:09:31.790Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-04-09T01:09:31.790Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-09T01:09:31.790Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-09T01:09:31.790Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-09T01:09:31.790Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-09T01:09:31.790Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-09T01:09:31.790Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-09T01:09:31.790Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-09T01:09:31.790Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-09T01:09:31.790Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-09T01:09:31.790Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-09T01:09:31.790Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-09T01:09:31.790Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-09T01:09:31.790Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-09T01:09:31.790Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-09T01:09:31.790Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-09T01:09:31.790Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-04-09T01:09:31.790Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-04-09T01:09:31.790Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-04-09T01:09:31.790Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-04-09T01:09:31.790Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-04-09T01:09:31.790Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-04-09T01:09:31.790Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-04-09T01:09:32.295Z] --- PASS: TestSecretCreateResolve (2.47s) [2021-04-09T01:09:32.295Z] PASS [2021-04-09T01:09:32.295Z] [2021-04-09T01:09:32.295Z] DONE 6 tests in 14.873s [2021-04-09T01:09:32.295Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-04-09T01:09:32.295Z] INFO: Testing against a local daemon [2021-04-09T01:09:32.295Z] === RUN TestServiceCreateInit [2021-04-09T01:09:32.295Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-04-09T01:09:32.334Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-04-09T01:09:32.727Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.65s) [2021-04-09T01:09:32.727Z] === RUN TestCreateDifferentPlatform [2021-04-09T01:09:32.727Z] === RUN TestCreateDifferentPlatform/different_os [2021-04-09T01:09:32.727Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-04-09T01:09:32.727Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2021-04-09T01:09:32.727Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-04-09T01:09:32.727Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-04-09T01:09:32.727Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-04-09T01:09:32.727Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2021-04-09T01:09:32.727Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-04-09T01:09:32.727Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2021-04-09T01:09:32.727Z] === RUN TestContainerStartOnDaemonRestart [2021-04-09T01:09:32.727Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2021-04-09T01:09:32.727Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-04-09T01:09:32.727Z] === RUN TestDaemonRestartIpcMode [2021-04-09T01:09:32.727Z] === PAUSE TestDaemonRestartIpcMode [2021-04-09T01:09:32.727Z] === RUN TestDaemonHostGatewayIP [2021-04-09T01:09:32.727Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2021-04-09T01:09:32.727Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-09T01:09:32.727Z] === RUN TestRestartDaemonWithRestartingContainer [2021-04-09T01:09:32.727Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-04-09T01:09:32.727Z] === RUN TestContainerKillOnDaemonStart [2021-04-09T01:09:32.727Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-04-09T01:09:32.727Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-04-09T01:09:32.727Z] === RUN TestDiff [2021-04-09T01:09:33.294Z] --- PASS: TestDiff (0.64s) [2021-04-09T01:09:33.294Z] === RUN TestExecWithCloseStdin [2021-04-09T01:09:33.722Z] --- PASS: TestDockerNetworkMacvlan (22.81s) [2021-04-09T01:09:33.722Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.17s) [2021-04-09T01:09:33.722Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.19s) [2021-04-09T01:09:33.722Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.33s) [2021-04-09T01:09:33.722Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.51s) [2021-04-09T01:09:33.722Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.82s) [2021-04-09T01:09:33.722Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.79s) [2021-04-09T01:09:33.722Z] PASS [2021-04-09T01:09:33.722Z] [2021-04-09T01:09:33.722Z] DONE 8 tests in 26.143s [2021-04-09T01:09:33.722Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2021-04-09T01:09:33.722Z] ++ 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-09T01:09:33.722Z] ++ set -e [2021-04-09T01:09:33.722Z] ++ '[' -n 0 ']' [2021-04-09T01:09:33.722Z] ++ set -x [2021-04-09T01:09:33.722Z] ++ env -i DEST=/go/src/github.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-09T01:09:33.722Z] testing: warning: no tests to run [2021-04-09T01:09:33.722Z] PASS [2021-04-09T01:09:33.722Z] [2021-04-09T01:09:33.722Z] DONE 0 tests in 0.030s [2021-04-09T01:09:33.722Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-04-09T01:09:33.722Z] ++ 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-09T01:09:33.722Z] ++ set -e [2021-04-09T01:09:33.722Z] ++ '[' -n 0 ']' [2021-04-09T01:09:33.722Z] ++ set -x [2021-04-09T01:09:33.722Z] ++ env -i DEST=/go/src/github.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-09T01:09:33.983Z] INFO: Testing against a local daemon [2021-04-09T01:09:33.983Z] === RUN TestAuthZPluginAllowRequest [2021-04-09T01:09:34.231Z] --- PASS: TestExecWithCloseStdin (0.94s) [2021-04-09T01:09:34.231Z] === RUN TestExec [2021-04-09T01:09:34.342Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-04-09T01:09:34.342Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-04-09T01:09:34.909Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-04-09T01:09:35.168Z] --- PASS: TestExec (0.95s) [2021-04-09T01:09:35.168Z] === RUN TestExecUser [2021-04-09T01:09:35.479Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2021-04-09T01:09:36.107Z] --- PASS: TestExecUser (0.95s) [2021-04-09T01:09:36.107Z] === RUN TestExportContainerAndImportImage [2021-04-09T01:09:36.469Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-04-09T01:09:36.533Z] --- PASS: TestAuthZPluginAllowRequest (2.28s) [2021-04-09T01:09:36.533Z] === RUN TestAuthZPluginTLS [2021-04-09T01:09:37.043Z] --- PASS: TestExportContainerAndImportImage (0.84s) [2021-04-09T01:09:37.043Z] === RUN TestExportContainerAfterDaemonRestart [2021-04-09T01:09:37.478Z] --- PASS: TestAuthZPluginTLS (1.16s) [2021-04-09T01:09:37.478Z] === RUN TestAuthZPluginDenyRequest [2021-04-09T01:09:38.421Z] --- PASS: TestAuthZPluginDenyRequest (1.14s) [2021-04-09T01:09:38.421Z] === RUN TestAuthZPluginAPIDenyResponse [2021-04-09T01:09:38.766Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-04-09T01:09:39.025Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-04-09T01:09:39.592Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-04-09T01:09:39.808Z] --- PASS: TestAuthZPluginAPIDenyResponse (1.14s) [2021-04-09T01:09:39.808Z] === RUN TestAuthZPluginDenyResponse [2021-04-09T01:09:39.851Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2021-04-09T01:09:40.426Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-04-09T01:09:40.752Z] --- PASS: TestAuthZPluginDenyResponse (1.16s) [2021-04-09T01:09:40.752Z] === RUN TestAuthZPluginAllowEventStream [2021-04-09T01:09:41.142Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-09T01:09:41.142Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-09T01:09:41.230Z] --- PASS: TestExportContainerAfterDaemonRestart (3.99s) [2021-04-09T01:09:41.230Z] === RUN TestHealthCheckWorkdir [2021-04-09T01:09:41.712Z] --- PASS: TestServiceCreateInit (9.20s) [2021-04-09T01:09:41.712Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.55s) [2021-04-09T01:09:41.712Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.64s) [2021-04-09T01:09:41.712Z] === RUN TestCreateServiceMultipleTimes [2021-04-09T01:09:41.809Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2021-04-09T01:09:42.067Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-04-09T01:09:42.607Z] --- PASS: TestHealthCheckWorkdir (1.41s) [2021-04-09T01:09:42.607Z] === RUN TestHealthKillContainer [2021-04-09T01:09:43.003Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-04-09T01:09:43.301Z] --- PASS: TestAuthZPluginAllowEventStream (2.26s) [2021-04-09T01:09:43.301Z] === RUN TestAuthZPluginErrorResponse [2021-04-09T01:09:44.244Z] --- PASS: TestAuthZPluginErrorResponse (1.15s) [2021-04-09T01:09:44.244Z] === RUN TestAuthZPluginErrorRequest [2021-04-09T01:09:45.138Z] --- PASS: TestHealthKillContainer (2.96s) [2021-04-09T01:09:45.138Z] === RUN TestInspectCpusetInConfigPre120 [2021-04-09T01:09:45.538Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-04-09T01:09:45.631Z] --- PASS: TestAuthZPluginErrorRequest (1.15s) [2021-04-09T01:09:45.631Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-04-09T01:09:45.796Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-04-09T01:09:45.796Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (2.11s) [2021-04-09T01:09:45.796Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.88s) [2021-04-09T01:09:45.796Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (4.83s) [2021-04-09T01:09:45.796Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (2.11s) [2021-04-09T01:09:45.796Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (2.20s) [2021-04-09T01:09:45.796Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (4.29s) [2021-04-09T01:09:45.796Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (4.72s) [2021-04-09T01:09:45.796Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (5.91s) [2021-04-09T01:09:45.796Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (5.50s) [2021-04-09T01:09:45.796Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.55s) [2021-04-09T01:09:45.796Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.00s) [2021-04-09T01:09:45.796Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.85s) [2021-04-09T01:09:45.796Z] === RUN TestCgroupNamespacesRun [2021-04-09T01:09:46.074Z] --- PASS: TestInspectCpusetInConfigPre120 (0.64s) [2021-04-09T01:09:46.074Z] === RUN TestIpcModeNone [2021-04-09T01:09:46.576Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (1.12s) [2021-04-09T01:09:46.576Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-04-09T01:09:47.012Z] --- PASS: TestIpcModeNone (0.93s) [2021-04-09T01:09:47.012Z] === RUN TestIpcModePrivate [2021-04-09T01:09:47.948Z] --- PASS: TestIpcModePrivate (0.93s) [2021-04-09T01:09:47.948Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2021-04-09T01:09:47.948Z] === RUN TestIpcModeShareable [2021-04-09T01:09:47.948Z] --- SKIP: TestIpcModeShareable (0.00s) [2021-04-09T01:09:47.948Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-04-09T01:09:47.948Z] === RUN TestAPIIpcModeShareableAndContainer [2021-04-09T01:09:48.206Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-04-09T01:09:48.206Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (12.58s) [2021-04-09T01:09:48.206Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (12.72s) [2021-04-09T01:09:48.206Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (12.84s) [2021-04-09T01:09:48.206Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (13.02s) [2021-04-09T01:09:48.206Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (7.65s) [2021-04-09T01:09:48.206Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (7.64s) [2021-04-09T01:09:48.206Z] === RUN TestBuildMultiStageCopy [2021-04-09T01:09:48.206Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-04-09T01:09:49.087Z] --- PASS: TestCgroupNamespacesRun (3.16s) [2021-04-09T01:09:49.087Z] === RUN TestCgroupNamespacesRunPrivileged [2021-04-09T01:09:49.145Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.70s) [2021-04-09T01:09:49.145Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-04-09T01:09:50.021Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2021-04-09T01:09:50.484Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.65s) [2021-04-09T01:09:50.484Z] === RUN TestAPIIpcModeHost [2021-04-09T01:09:50.484Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2021-04-09T01:09:50.484Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-04-09T01:09:50.484Z] === RUN TestDaemonIpcModeShareable [2021-04-09T01:09:50.484Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2021-04-09T01:09:50.484Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-04-09T01:09:50.484Z] === RUN TestDaemonIpcModePrivate [2021-04-09T01:09:51.397Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.16s) [2021-04-09T01:09:51.397Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-04-09T01:09:51.695Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.60s) [2021-04-09T01:09:51.695Z] === RUN TestAuthZPluginHeader [2021-04-09T01:09:52.775Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-04-09T01:09:53.082Z] --- PASS: TestAuthZPluginHeader (1.43s) [2021-04-09T01:09:53.082Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-04-09T01:09:53.082Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-04-09T01:09:53.082Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-09T01:09:53.082Z] === RUN TestAuthZPluginV2Disable [2021-04-09T01:09:53.082Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2021-04-09T01:09:53.082Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-09T01:09:53.082Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-04-09T01:09:53.082Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-04-09T01:09:53.082Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-09T01:09:53.082Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-04-09T01:09:53.082Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-04-09T01:09:53.082Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-09T01:09:53.082Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-04-09T01:09:53.770Z] --- PASS: TestDaemonIpcModePrivate (2.89s) [2021-04-09T01:09:53.770Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2021-04-09T01:09:53.770Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-04-09T01:09:53.770Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2021-04-09T01:09:53.770Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-04-09T01:09:53.770Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-04-09T01:09:53.770Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2021-04-09T01:09:53.770Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-04-09T01:09:53.770Z] === RUN TestIpcModeOlderClient [2021-04-09T01:09:53.770Z] === PAUSE TestIpcModeOlderClient [2021-04-09T01:09:53.770Z] === RUN TestKillContainerInvalidSignal [2021-04-09T01:09:54.029Z] --- PASS: TestKillContainerInvalidSignal (0.69s) [2021-04-09T01:09:54.029Z] === RUN TestKillContainer [2021-04-09T01:09:54.029Z] === RUN TestKillContainer/no_signal [2021-04-09T01:09:54.152Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.94s) [2021-04-09T01:09:54.152Z] === RUN TestCgroupNamespacesRunHostMode [2021-04-09T01:09:54.411Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-04-09T01:09:54.598Z] === RUN TestKillContainer/non_killing_signal [2021-04-09T01:09:54.671Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2021-04-09T01:09:55.166Z] === RUN TestKillContainer/killing_signal [2021-04-09T01:09:56.048Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-04-09T01:09:56.104Z] --- PASS: TestKillContainer (2.00s) [2021-04-09T01:09:56.104Z] --- PASS: TestKillContainer/no_signal (0.65s) [2021-04-09T01:09:56.104Z] --- PASS: TestKillContainer/non_killing_signal (0.53s) [2021-04-09T01:09:56.104Z] --- PASS: TestKillContainer/killing_signal (0.64s) [2021-04-09T01:09:56.104Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-04-09T01:09:56.104Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-04-09T01:09:56.674Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-04-09T01:09:56.756Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-04-09T01:09:56.984Z] --- PASS: TestCgroupNamespacesRunHostMode (2.89s) [2021-04-09T01:09:56.984Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-04-09T01:09:56.984Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-04-09T01:09:57.213Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-04-09T01:09:57.241Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.30s) [2021-04-09T01:09:57.241Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.64s) [2021-04-09T01:09:57.241Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.52s) [2021-04-09T01:09:57.241Z] === RUN TestKillStoppedContainer [2021-04-09T01:09:57.241Z] --- PASS: TestKillStoppedContainer (0.05s) [2021-04-09T01:09:57.241Z] === RUN TestKillStoppedContainerAPIPre120 [2021-04-09T01:09:57.499Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2021-04-09T01:09:57.500Z] === RUN TestKillDifferentUserContainer [2021-04-09T01:09:57.921Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-04-09T01:09:58.068Z] --- PASS: TestKillDifferentUserContainer (0.66s) [2021-04-09T01:09:58.068Z] === RUN TestInspectOomKilledTrue [2021-04-09T01:09:58.068Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-04-09T01:09:58.068Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-04-09T01:09:58.068Z] === RUN TestInspectOomKilledFalse [2021-04-09T01:09:58.068Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-04-09T01:09:58.068Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-09T01:09:58.068Z] === RUN TestLinksEtcHostsContentMatch [2021-04-09T01:09:58.068Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2021-04-09T01:09:58.068Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-04-09T01:09:58.068Z] === RUN TestLinksContainerNames [2021-04-09T01:09:58.175Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-04-09T01:09:59.138Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-04-09T01:09:59.444Z] --- PASS: TestLinksContainerNames (1.30s) [2021-04-09T01:09:59.444Z] === RUN TestLogsFollowTailEmpty [2021-04-09T01:09:59.749Z] --- PASS: TestCreateServiceMultipleTimes (18.13s) [2021-04-09T01:09:59.749Z] === RUN TestCreateServiceConflict [2021-04-09T01:10:00.013Z] --- PASS: TestLogsFollowTailEmpty (0.66s) [2021-04-09T01:10:00.013Z] === RUN TestContainerNetworkMountsNoChown [2021-04-09T01:10:00.583Z] --- PASS: TestContainerNetworkMountsNoChown (0.63s) [2021-04-09T01:10:00.583Z] === RUN TestMountDaemonRoot [2021-04-09T01:10:00.583Z] === RUN TestMountDaemonRoot/default [2021-04-09T01:10:00.583Z] === PAUSE TestMountDaemonRoot/default [2021-04-09T01:10:00.583Z] === RUN TestMountDaemonRoot/private [2021-04-09T01:10:00.583Z] === PAUSE TestMountDaemonRoot/private [2021-04-09T01:10:00.583Z] === RUN TestMountDaemonRoot/rprivate [2021-04-09T01:10:00.583Z] === PAUSE TestMountDaemonRoot/rprivate [2021-04-09T01:10:00.583Z] === RUN TestMountDaemonRoot/slave [2021-04-09T01:10:00.583Z] === PAUSE TestMountDaemonRoot/slave [2021-04-09T01:10:00.583Z] === RUN TestMountDaemonRoot/rslave [2021-04-09T01:10:00.583Z] === PAUSE TestMountDaemonRoot/rslave [2021-04-09T01:10:00.583Z] === RUN TestMountDaemonRoot/shared [2021-04-09T01:10:00.583Z] === PAUSE TestMountDaemonRoot/shared [2021-04-09T01:10:00.583Z] === RUN TestMountDaemonRoot/rshared [2021-04-09T01:10:00.583Z] === PAUSE TestMountDaemonRoot/rshared [2021-04-09T01:10:00.583Z] === CONT TestMountDaemonRoot/default [2021-04-09T01:10:00.583Z] === RUN TestMountDaemonRoot/default/bind_root [2021-04-09T01:10:00.583Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-04-09T01:10:00.583Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-04-09T01:10:00.583Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-04-09T01:10:00.583Z] === RUN TestMountDaemonRoot/default/mount_root [2021-04-09T01:10:00.583Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-04-09T01:10:00.583Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-04-09T01:10:00.583Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-04-09T01:10:00.583Z] === CONT TestMountDaemonRoot/default/bind_root [2021-04-09T01:10:00.583Z] === CONT TestMountDaemonRoot/rprivate [2021-04-09T01:10:00.583Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-04-09T01:10:00.583Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-04-09T01:10:00.583Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-04-09T01:10:00.583Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-04-09T01:10:00.583Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-04-09T01:10:00.583Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-04-09T01:10:00.583Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-04-09T01:10:00.583Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-04-09T01:10:00.583Z] === CONT TestMountDaemonRoot/private [2021-04-09T01:10:00.583Z] === RUN TestMountDaemonRoot/private/bind_root [2021-04-09T01:10:00.583Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-04-09T01:10:00.583Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-04-09T01:10:00.583Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-04-09T01:10:00.583Z] === RUN TestMountDaemonRoot/private/mount_root [2021-04-09T01:10:00.583Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-04-09T01:10:00.583Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-04-09T01:10:00.583Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-04-09T01:10:00.583Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-04-09T01:10:00.666Z] --- PASS: TestBuildMultiStageCopy (12.62s) [2021-04-09T01:10:00.666Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (8.37s) [2021-04-09T01:10:00.666Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.86s) [2021-04-09T01:10:00.666Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.95s) [2021-04-09T01:10:00.666Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.14s) [2021-04-09T01:10:00.666Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.30s) [2021-04-09T01:10:00.666Z] === RUN TestBuildMultiStageParentConfig [2021-04-09T01:10:00.842Z] === CONT TestMountDaemonRoot/default/mount_root [2021-04-09T01:10:00.842Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-04-09T01:10:00.842Z] === CONT TestMountDaemonRoot/shared [2021-04-09T01:10:00.842Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-04-09T01:10:00.842Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-04-09T01:10:00.842Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-04-09T01:10:00.842Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-04-09T01:10:00.842Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-04-09T01:10:00.842Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-04-09T01:10:00.842Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-04-09T01:10:00.842Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-04-09T01:10:00.842Z] === CONT TestMountDaemonRoot/rshared [2021-04-09T01:10:00.842Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-04-09T01:10:00.842Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-04-09T01:10:00.842Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-04-09T01:10:00.842Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-04-09T01:10:00.842Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-04-09T01:10:00.842Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-04-09T01:10:00.842Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-04-09T01:10:00.842Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-04-09T01:10:00.842Z] === CONT TestMountDaemonRoot/rslave [2021-04-09T01:10:00.842Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-04-09T01:10:00.842Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-04-09T01:10:00.842Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-04-09T01:10:00.842Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-04-09T01:10:00.842Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-04-09T01:10:00.842Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-04-09T01:10:00.842Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-04-09T01:10:00.842Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-04-09T01:10:00.842Z] === CONT TestMountDaemonRoot/slave [2021-04-09T01:10:00.842Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-04-09T01:10:00.842Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-04-09T01:10:00.842Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-04-09T01:10:00.842Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-04-09T01:10:00.842Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-04-09T01:10:00.842Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-04-09T01:10:00.842Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-04-09T01:10:00.842Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-04-09T01:10:00.842Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-04-09T01:10:00.842Z] === CONT TestMountDaemonRoot/private/bind_root [2021-04-09T01:10:00.842Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-04-09T01:10:00.842Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-04-09T01:10:00.842Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-04-09T01:10:00.842Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-04-09T01:10:00.842Z] === CONT TestMountDaemonRoot/private/mount_root [2021-04-09T01:10:00.842Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-04-09T01:10:00.842Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-04-09T01:10:00.842Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-04-09T01:10:00.842Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-04-09T01:10:00.842Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-04-09T01:10:00.842Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-04-09T01:10:00.842Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-04-09T01:10:00.842Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-04-09T01:10:00.842Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-04-09T01:10:01.102Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-04-09T01:10:01.102Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-04-09T01:10:01.102Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-04-09T01:10:01.102Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-04-09T01:10:01.102Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-04-09T01:10:01.102Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-04-09T01:10:01.102Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-04-09T01:10:01.102Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-04-09T01:10:01.102Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-04-09T01:10:01.102Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-04-09T01:10:01.102Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2021-04-09T01:10:01.102Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2021-04-09T01:10:01.102Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2021-04-09T01:10:01.102Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2021-04-09T01:10:01.102Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-04-09T01:10:01.102Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2021-04-09T01:10:01.102Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2021-04-09T01:10:01.102Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-04-09T01:10:01.102Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2021-04-09T01:10:01.102Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-04-09T01:10:01.102Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2021-04-09T01:10:01.102Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2021-04-09T01:10:01.102Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2021-04-09T01:10:01.102Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2021-04-09T01:10:01.102Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-04-09T01:10:01.102Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-04-09T01:10:01.102Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-04-09T01:10:01.102Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2021-04-09T01:10:01.102Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2021-04-09T01:10:01.102Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-04-09T01:10:01.102Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2021-04-09T01:10:01.102Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2021-04-09T01:10:01.102Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2021-04-09T01:10:01.102Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2021-04-09T01:10:01.102Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-04-09T01:10:01.102Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2021-04-09T01:10:01.102Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2021-04-09T01:10:01.102Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2021-04-09T01:10:01.102Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2021-04-09T01:10:01.102Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-04-09T01:10:01.102Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2021-04-09T01:10:01.102Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2021-04-09T01:10:01.102Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-04-09T01:10:01.102Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2021-04-09T01:10:01.102Z] === RUN TestContainerBindMountNonRecursive [2021-04-09T01:10:01.102Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2021-04-09T01:10:01.102Z] 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-09T01:10:01.102Z] === RUN TestContainerVolumesMountedAsShared [2021-04-09T01:10:01.102Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2021-04-09T01:10:01.102Z] 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-09T01:10:01.102Z] === RUN TestContainerVolumesMountedAsSlave [2021-04-09T01:10:01.102Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2021-04-09T01:10:01.102Z] 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-09T01:10:01.102Z] === RUN TestNetworkNat [2021-04-09T01:10:01.211Z] --- PASS: TestCgroupNamespacesRunPrivateMode (3.94s) [2021-04-09T01:10:01.211Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-04-09T01:10:01.634Z] --- PASS: TestCreateServiceConflict (2.45s) [2021-04-09T01:10:01.634Z] === RUN TestCreateServiceMaxReplicas [2021-04-09T01:10:02.043Z] --- PASS: TestNetworkNat (0.88s) [2021-04-09T01:10:02.043Z] === RUN TestNetworkLocalhostTCPNat [2021-04-09T01:10:02.835Z] --- PASS: TestBuildMultiStageParentConfig (2.50s) [2021-04-09T01:10:02.835Z] === RUN TestBuildLabelWithTargets [2021-04-09T01:10:02.835Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2021-04-09T01:10:02.835Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-09T01:10:02.835Z] === RUN TestBuildWithEmptyLayers [2021-04-09T01:10:02.978Z] --- PASS: TestNetworkLocalhostTCPNat (0.78s) [2021-04-09T01:10:02.978Z] === RUN TestNetworkLoopbackNat [2021-04-09T01:10:03.115Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2021-04-09T01:10:03.374Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.26s) [2021-04-09T01:10:03.374Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-04-09T01:10:04.310Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-04-09T01:10:04.364Z] --- PASS: TestBuildWithEmptyLayers (1.27s) [2021-04-09T01:10:04.364Z] === RUN TestBuildMultiStageOnBuild [2021-04-09T01:10:04.878Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.44s) [2021-04-09T01:10:04.878Z] === RUN TestCgroupNamespacesRunOlderClient [2021-04-09T01:10:05.799Z] --- PASS: TestCreateServiceMaxReplicas (3.36s) [2021-04-09T01:10:05.799Z] === RUN TestCreateWithDuplicateNetworkNames [2021-04-09T01:10:05.877Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-04-09T01:10:06.135Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2021-04-09T01:10:06.264Z] --- PASS: TestNetworkLoopbackNat (3.11s) [2021-04-09T01:10:06.264Z] === RUN TestPause [2021-04-09T01:10:06.264Z] --- SKIP: TestPause (0.00s) [2021-04-09T01:10:06.264Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-04-09T01:10:06.264Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-04-09T01:10:06.264Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.01s) [2021-04-09T01:10:06.264Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-04-09T01:10:06.264Z] === RUN TestPauseStopPausedContainer [2021-04-09T01:10:06.264Z] --- SKIP: TestPauseStopPausedContainer (0.02s) [2021-04-09T01:10:06.264Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2021-04-09T01:10:06.264Z] === RUN TestPidHost [2021-04-09T01:10:06.701Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2021-04-09T01:10:08.077Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-04-09T01:10:08.169Z] --- PASS: TestPidHost (2.03s) [2021-04-09T01:10:08.169Z] === RUN TestPsFilter [2021-04-09T01:10:08.169Z] --- PASS: TestPsFilter (0.10s) [2021-04-09T01:10:08.169Z] === RUN TestRemoveContainerWithRemovedVolume [2021-04-09T01:10:08.335Z] --- PASS: TestCgroupNamespacesRunOlderClient (3.55s) [2021-04-09T01:10:08.335Z] === RUN TestKernelTCPMemory [2021-04-09T01:10:08.737Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.64s) [2021-04-09T01:10:08.737Z] === RUN TestRemoveContainerWithVolume [2021-04-09T01:10:09.305Z] --- PASS: TestRemoveContainerWithVolume (0.67s) [2021-04-09T01:10:09.305Z] === RUN TestRemoveContainerRunning [2021-04-09T01:10:10.240Z] --- PASS: TestKernelTCPMemory (1.67s) [2021-04-09T01:10:10.240Z] === RUN TestNISDomainname [2021-04-09T01:10:10.240Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2021-04-09T01:10:10.241Z] --- PASS: TestRemoveContainerRunning (0.66s) [2021-04-09T01:10:10.241Z] === RUN TestRemoveContainerForceRemoveRunning [2021-04-09T01:10:10.808Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.67s) [2021-04-09T01:10:10.808Z] === RUN TestRemoveInvalidContainer [2021-04-09T01:10:10.808Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-04-09T01:10:10.808Z] === RUN TestRenameLinkedContainer [2021-04-09T01:10:12.771Z] --- PASS: TestNISDomainname (2.35s) [2021-04-09T01:10:12.771Z] === RUN TestHostnameDnsResolution [2021-04-09T01:10:13.344Z] --- PASS: TestRenameLinkedContainer (2.74s) [2021-04-09T01:10:13.344Z] === RUN TestRenameStoppedContainer [2021-04-09T01:10:14.280Z] --- PASS: TestRenameStoppedContainer (0.64s) [2021-04-09T01:10:14.280Z] === RUN TestRenameRunningContainerAndReuse [2021-04-09T01:10:15.054Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (19.83s) [2021-04-09T01:10:15.054Z] PASS [2021-04-09T01:10:15.054Z] [2021-04-09T01:10:15.054Z] === Skipped [2021-04-09T01:10:15.054Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-04-09T01:10:15.054Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-09T01:10:15.054Z] [2021-04-09T01:10:15.054Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2021-04-09T01:10:15.054Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-09T01:10:15.054Z] [2021-04-09T01:10:15.054Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-04-09T01:10:15.054Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-09T01:10:15.054Z] [2021-04-09T01:10:15.054Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-04-09T01:10:15.054Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-09T01:10:15.054Z] [2021-04-09T01:10:15.054Z] [2021-04-09T01:10:15.054Z] DONE 17 tests, 4 skipped in 39.304s [2021-04-09T01:10:15.054Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-04-09T01:10:15.054Z] ++ 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-09T01:10:15.054Z] ++ set -e [2021-04-09T01:10:15.054Z] ++ '[' -n 0 ']' [2021-04-09T01:10:15.054Z] ++ set -x [2021-04-09T01:10:15.054Z] ++ env -i DEST=/go/src/github.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-09T01:10:15.054Z] INFO: Testing against a local daemon [2021-04-09T01:10:15.054Z] === RUN TestPluginInvalidJSON [2021-04-09T01:10:15.054Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-04-09T01:10:15.054Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-04-09T01:10:15.054Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-04-09T01:10:15.054Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-04-09T01:10:15.054Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-04-09T01:10:15.054Z] === RUN TestPluginInstall [2021-04-09T01:10:15.054Z] === RUN TestPluginInstall/no_auth [2021-04-09T01:10:15.304Z] --- PASS: TestHostnameDnsResolution (3.00s) [2021-04-09T01:10:15.304Z] === RUN TestStats [2021-04-09T01:10:15.628Z] time="2021-04-09T01:10:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-09T01:10:15.628Z] time="2021-04-09T01:10:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:54ff41a636225c313cac55ed432a1e95aba0ca5746eef2faba110241d7e9ec51" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-09T01:10:15.628Z] time="2021-04-09T01:10:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-09T01:10:15.628Z] time="2021-04-09T01:10:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:54ff41a636225c313cac55ed432a1e95aba0ca5746eef2faba110241d7e9ec51" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-09T01:10:15.659Z] --- PASS: TestRenameRunningContainerAndReuse (1.29s) [2021-04-09T01:10:15.659Z] === RUN TestRenameInvalidName [2021-04-09T01:10:15.890Z] === RUN TestPluginInstall/with_htpasswd [2021-04-09T01:10:15.918Z] --- PASS: TestRenameInvalidName (0.64s) [2021-04-09T01:10:15.918Z] === RUN TestRenameAnonymousContainer [2021-04-09T01:10:16.681Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-04-09T01:10:16.836Z] time="2021-04-09T01:10:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-09T01:10:16.836Z] time="2021-04-09T01:10:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:300a218caf96c46942c27d2d6aead3c3210a31958e001003f5553bd55cdaab9a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-09T01:10:16.836Z] time="2021-04-09T01:10:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-09T01:10:16.836Z] time="2021-04-09T01:10:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:300a218caf96c46942c27d2d6aead3c3210a31958e001003f5553bd55cdaab9a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-09T01:10:17.098Z] === RUN TestPluginInstall/with_insecure [2021-04-09T01:10:19.017Z] time="2021-04-09T01:10:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-09T01:10:19.017Z] time="2021-04-09T01:10:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4eb851a3df2e20a2e6d3a922ff126acda0d4e2137946113a0b8e7f0afb8eed61" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-09T01:10:19.017Z] time="2021-04-09T01:10:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-09T01:10:19.017Z] time="2021-04-09T01:10:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4eb851a3df2e20a2e6d3a922ff126acda0d4e2137946113a0b8e7f0afb8eed61" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-09T01:10:19.205Z] --- PASS: TestRenameAnonymousContainer (3.07s) [2021-04-09T01:10:19.205Z] === RUN TestRenameContainerWithSameName [2021-04-09T01:10:19.215Z] --- PASS: TestStats (3.53s) [2021-04-09T01:10:19.215Z] === RUN TestStopContainerWithTimeout [2021-04-09T01:10:19.215Z] === RUN TestStopContainerWithTimeout/0 [2021-04-09T01:10:19.215Z] === PAUSE TestStopContainerWithTimeout/0 [2021-04-09T01:10:19.215Z] === RUN TestStopContainerWithTimeout/1 [2021-04-09T01:10:19.215Z] === PAUSE TestStopContainerWithTimeout/1 [2021-04-09T01:10:19.215Z] === RUN TestStopContainerWithTimeout/3 [2021-04-09T01:10:19.215Z] === PAUSE TestStopContainerWithTimeout/3 [2021-04-09T01:10:19.215Z] === RUN TestStopContainerWithTimeout/-1 [2021-04-09T01:10:19.215Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-04-09T01:10:19.215Z] === CONT TestStopContainerWithTimeout/0 [2021-04-09T01:10:19.215Z] === CONT TestStopContainerWithTimeout/3 [2021-04-09T01:10:19.215Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-04-09T01:10:19.279Z] --- PASS: TestPluginInstall (5.99s) [2021-04-09T01:10:19.279Z] --- PASS: TestPluginInstall/no_auth (2.68s) [2021-04-09T01:10:19.279Z] --- PASS: TestPluginInstall/with_htpasswd (1.15s) [2021-04-09T01:10:19.279Z] --- PASS: TestPluginInstall/with_insecure (2.16s) [2021-04-09T01:10:19.279Z] plugin_test.go:165: [d31eee0fc7277] daemon is not started [2021-04-09T01:10:19.279Z] === RUN TestPluginsWithRuntimes [2021-04-09T01:10:19.772Z] --- PASS: TestRenameContainerWithSameName (0.66s) [2021-04-09T01:10:19.772Z] === RUN TestRenameContainerWithLinkedContainer [2021-04-09T01:10:20.152Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-04-09T01:10:20.628Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.95s) [2021-04-09T01:10:20.628Z] === RUN TestCreateServiceSecretFileMode [2021-04-09T01:10:21.089Z] === RUN TestDockerSuite/TestBuildCmd [2021-04-09T01:10:21.089Z] === CONT TestStopContainerWithTimeout/-1 [2021-04-09T01:10:21.148Z] --- PASS: TestRenameContainerWithLinkedContainer (1.28s) [2021-04-09T01:10:21.148Z] === RUN TestResize [2021-04-09T01:10:21.348Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-04-09T01:10:21.605Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-04-09T01:10:21.714Z] --- PASS: TestResize (0.67s) [2021-04-09T01:10:21.714Z] === RUN TestResizeWithInvalidSize [2021-04-09T01:10:21.830Z] === RUN TestPluginsWithRuntimes/No_Args [2021-04-09T01:10:21.991Z] --- PASS: TestCreateServiceSecretFileMode (2.72s) [2021-04-09T01:10:21.991Z] === RUN TestCreateServiceConfigFileMode [2021-04-09T01:10:22.009Z] --- PASS: TestBuildMultiStageOnBuild (17.41s) [2021-04-09T01:10:22.009Z] === RUN TestBuildUncleanTarFilenames [2021-04-09T01:10:22.009Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2021-04-09T01:10:22.009Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-09T01:10:22.009Z] === RUN TestBuildMultiStageLayerLeak [2021-04-09T01:10:22.173Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-04-09T01:10:22.173Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-04-09T01:10:22.282Z] --- PASS: TestResizeWithInvalidSize (0.67s) [2021-04-09T01:10:22.282Z] === RUN TestResizeWhenContainerNotStarted [2021-04-09T01:10:22.740Z] === CONT TestStopContainerWithTimeout/1 [2021-04-09T01:10:23.231Z] --- PASS: TestResizeWhenContainerNotStarted (0.65s) [2021-04-09T01:10:23.231Z] === RUN TestDaemonRestartKillContainers [2021-04-09T01:10:23.231Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-04-09T01:10:23.231Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-04-09T01:10:23.231Z] === RUN TestCgroupNamespacesRun [2021-04-09T01:10:24.118Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-04-09T01:10:24.382Z] === RUN TestPluginsWithRuntimes/With_Args [2021-04-09T01:10:24.504Z] --- PASS: TestCreateServiceConfigFileMode (2.84s) [2021-04-09T01:10:24.504Z] === RUN TestCreateServiceSysctls [2021-04-09T01:10:25.495Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-04-09T01:10:25.495Z] --- PASS: TestStopContainerWithTimeout/0 (2.25s) [2021-04-09T01:10:25.496Z] --- PASS: TestStopContainerWithTimeout/3 (3.98s) [2021-04-09T01:10:25.496Z] --- PASS: TestStopContainerWithTimeout/-1 (3.27s) [2021-04-09T01:10:25.496Z] --- PASS: TestStopContainerWithTimeout/1 (2.39s) [2021-04-09T01:10:25.496Z] === RUN TestDeleteDevicemapper [2021-04-09T01:10:25.496Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-04-09T01:10:25.496Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-04-09T01:10:25.496Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-04-09T01:10:26.062Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2021-04-09T01:10:26.300Z] --- PASS: TestPluginsWithRuntimes (7.02s) [2021-04-09T01:10:26.300Z] --- PASS: TestPluginsWithRuntimes/No_Args (2.21s) [2021-04-09T01:10:26.300Z] --- PASS: TestPluginsWithRuntimes/With_Args (2.15s) [2021-04-09T01:10:26.300Z] === RUN TestPluginBackCompatMediaTypes [2021-04-09T01:10:26.550Z] --- PASS: TestCgroupNamespacesRun (2.96s) [2021-04-09T01:10:26.550Z] === RUN TestCgroupNamespacesRunPrivileged [2021-04-09T01:10:27.689Z] --- PASS: TestPluginBackCompatMediaTypes (1.11s) [2021-04-09T01:10:27.689Z] PASS [2021-04-09T01:10:27.689Z] [2021-04-09T01:10:27.689Z] DONE 10 tests in 14.350s [2021-04-09T01:10:27.689Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-04-09T01:10:27.689Z] ++ 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-09T01:10:27.689Z] ++ set -e [2021-04-09T01:10:27.689Z] ++ '[' -n 0 ']' [2021-04-09T01:10:27.689Z] ++ set -x [2021-04-09T01:10:27.689Z] ++ env -i DEST=/go/src/github.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-09T01:10:27.689Z] INFO: Testing against a local daemon [2021-04-09T01:10:27.689Z] === RUN TestExternalGraphDriver [2021-04-09T01:10:27.689Z] === RUN TestExternalGraphDriver/json [2021-04-09T01:10:28.453Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.47s) [2021-04-09T01:10:28.453Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-04-09T01:10:28.696Z] --- PASS: TestCreateServiceSysctls (3.74s) [2021-04-09T01:10:28.696Z] === RUN TestCreateServiceCapabilities [2021-04-09T01:10:30.252Z] --- PASS: TestStopContainerWithRestartPolicyAlways (4.56s) [2021-04-09T01:10:30.252Z] === RUN TestUpdateMemory [2021-04-09T01:10:30.252Z] --- SKIP: TestUpdateMemory (0.01s) [2021-04-09T01:10:30.252Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-04-09T01:10:30.252Z] === RUN TestUpdateCPUQuota [2021-04-09T01:10:31.210Z] --- PASS: TestCreateServiceCapabilities (2.85s) [2021-04-09T01:10:31.210Z] === RUN TestInspect [2021-04-09T01:10:31.638Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2021-04-09T01:10:31.737Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.96s) [2021-04-09T01:10:31.737Z] === RUN TestCgroupNamespacesRunHostMode [2021-04-09T01:10:31.904Z] === RUN TestExternalGraphDriver/spec [2021-04-09T01:10:32.205Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-04-09T01:10:32.772Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-04-09T01:10:34.148Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-04-09T01:10:34.148Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-04-09T01:10:34.148Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2021-04-09T01:10:34.269Z] --- PASS: TestCgroupNamespacesRunHostMode (2.91s) [2021-04-09T01:10:34.269Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-04-09T01:10:34.474Z] --- PASS: TestInspect (3.40s) [2021-04-09T01:10:34.474Z] === RUN TestCreateJob [2021-04-09T01:10:35.084Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-04-09T01:10:35.461Z] Created binary: bundles/binary-daemon/dockerd-dev [2021-04-09T01:10:35.461Z] Copying nested executables into bundles/binary-daemon [2021-04-09T01:10:35.461Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2021-04-09T01:10:35.653Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-04-09T01:10:35.802Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39846/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr67 -e DOCKER_GITCOMMIT=8d5caf49a185e369bda5bdde79ab8e07b3434ff2 -e DOCKER_GRAPHDRIVER docker:8d5caf49a185e369bda5bdde79ab8e07b3434ff2 hack/make.sh cross [2021-04-09T01:10:35.912Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-04-09T01:10:36.116Z] === RUN TestExternalGraphDriver/pull [2021-04-09T01:10:36.371Z] [2021-04-09T01:10:36.371Z] Removing bundles/ [2021-04-09T01:10:36.371Z] [2021-04-09T01:10:36.371Z] ---> Making bundle: cross (in bundles/cross) [2021-04-09T01:10:36.371Z] Cross building: bundles/cross/linux/amd64 [2021-04-09T01:10:36.371Z] Building: bundles/cross/linux/amd64/dockerd-dev [2021-04-09T01:10:36.371Z] GOOS="linux" GOARCH="amd64" GOARM="" [2021-04-09T01:10:36.794Z] --- PASS: TestBuildMultiStageLayerLeak (15.16s) [2021-04-09T01:10:36.794Z] === RUN TestBuildWithHugeFile [2021-04-09T01:10:37.288Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2021-04-09T01:10:37.553Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.91s) [2021-04-09T01:10:37.553Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-04-09T01:10:38.637Z] --- PASS: TestCreateJob (3.87s) [2021-04-09T01:10:38.637Z] === RUN TestReplicatedJob [2021-04-09T01:10:38.667Z] --- PASS: TestExternalGraphDriver (10.94s) [2021-04-09T01:10:38.667Z] --- PASS: TestExternalGraphDriver/json (3.64s) [2021-04-09T01:10:38.667Z] --- PASS: TestExternalGraphDriver/spec (4.08s) [2021-04-09T01:10:38.667Z] --- PASS: TestExternalGraphDriver/pull (3.08s) [2021-04-09T01:10:38.667Z] === RUN TestGraphdriverPluginV2 [2021-04-09T01:10:38.667Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2021-04-09T01:10:38.667Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-09T01:10:38.667Z] PASS [2021-04-09T01:10:38.667Z] [2021-04-09T01:10:38.667Z] === Skipped [2021-04-09T01:10:38.667Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2021-04-09T01:10:38.667Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-09T01:10:38.667Z] [2021-04-09T01:10:38.667Z] [2021-04-09T01:10:38.667Z] DONE 5 tests, 1 skipped in 11.127s [2021-04-09T01:10:38.667Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-04-09T01:10:38.667Z] ++ 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-09T01:10:38.667Z] ++ set -e [2021-04-09T01:10:38.667Z] ++ '[' -n 0 ']' [2021-04-09T01:10:38.667Z] ++ set -x [2021-04-09T01:10:38.667Z] ++ env -i DEST=/go/src/github.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-09T01:10:38.667Z] INFO: Testing against a local daemon [2021-04-09T01:10:38.667Z] === RUN TestContinueAfterPluginCrash [2021-04-09T01:10:38.667Z] === PAUSE TestContinueAfterPluginCrash [2021-04-09T01:10:38.667Z] === RUN TestReadPluginNoRead [2021-04-09T01:10:38.667Z] === PAUSE TestReadPluginNoRead [2021-04-09T01:10:38.667Z] === RUN TestDaemonStartWithLogOpt [2021-04-09T01:10:38.667Z] === PAUSE TestDaemonStartWithLogOpt [2021-04-09T01:10:38.667Z] === CONT TestContinueAfterPluginCrash [2021-04-09T01:10:38.667Z] === CONT TestDaemonStartWithLogOpt [2021-04-09T01:10:38.667Z] === CONT TestReadPluginNoRead [2021-04-09T01:10:40.083Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.50s) [2021-04-09T01:10:40.083Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-04-09T01:10:40.575Z] --- PASS: TestUpdateCPUQuota (10.22s) [2021-04-09T01:10:40.575Z] === RUN TestUpdatePidsLimit [2021-04-09T01:10:40.575Z] === RUN TestUpdatePidsLimit/update_from_none [2021-04-09T01:10:41.511Z] === RUN TestUpdatePidsLimit/no_change [2021-04-09T01:10:41.989Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.95s) [2021-04-09T01:10:41.989Z] === RUN TestCgroupNamespacesRunOlderClient [2021-04-09T01:10:42.079Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2021-04-09T01:10:42.079Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2021-04-09T01:10:42.079Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2021-04-09T01:10:42.647Z] === RUN TestUpdatePidsLimit/update_lower [2021-04-09T01:10:42.887Z] === RUN TestReadPluginNoRead/default [2021-04-09T01:10:43.462Z] --- PASS: TestDaemonStartWithLogOpt (4.75s) [2021-04-09T01:10:44.025Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-04-09T01:10:44.521Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.89s) [2021-04-09T01:10:44.521Z] === RUN TestKernelTCPMemory [2021-04-09T01:10:44.521Z] --- SKIP: TestKernelTCPMemory (0.01s) [2021-04-09T01:10:44.521Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-04-09T01:10:44.521Z] === RUN TestNISDomainname [2021-04-09T01:10:44.521Z] --- SKIP: TestNISDomainname (0.01s) [2021-04-09T01:10:44.521Z] 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-09T01:10:44.521Z] === RUN TestHostnameDnsResolution [2021-04-09T01:10:44.850Z] === RUN TestReadPluginNoRead/disabled_caching [2021-04-09T01:10:45.169Z] --- PASS: TestReplicatedJob (6.69s) [2021-04-09T01:10:45.169Z] === RUN TestUpdateReplicatedJob [2021-04-09T01:10:45.403Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-04-09T01:10:46.342Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-04-09T01:10:46.425Z] --- PASS: TestHostnameDnsResolution (1.63s) [2021-04-09T01:10:46.425Z] === RUN TestStats [2021-04-09T01:10:46.425Z] --- SKIP: TestStats (0.00s) [2021-04-09T01:10:46.425Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-04-09T01:10:46.425Z] === RUN TestStopContainerWithTimeout [2021-04-09T01:10:46.425Z] === RUN TestStopContainerWithTimeout/0 [2021-04-09T01:10:46.425Z] === PAUSE TestStopContainerWithTimeout/0 [2021-04-09T01:10:46.425Z] === RUN TestStopContainerWithTimeout/1 [2021-04-09T01:10:46.425Z] === PAUSE TestStopContainerWithTimeout/1 [2021-04-09T01:10:46.425Z] === RUN TestStopContainerWithTimeout/3 [2021-04-09T01:10:46.425Z] === PAUSE TestStopContainerWithTimeout/3 [2021-04-09T01:10:46.425Z] === RUN TestStopContainerWithTimeout/-1 [2021-04-09T01:10:46.425Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-04-09T01:10:46.425Z] === CONT TestStopContainerWithTimeout/0 [2021-04-09T01:10:46.425Z] === CONT TestStopContainerWithTimeout/3 [2021-04-09T01:10:46.767Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-04-09T01:10:47.278Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2021-04-09T01:10:47.362Z] === CONT TestStopContainerWithTimeout/-1 [2021-04-09T01:10:47.364Z] --- PASS: TestBuildWithHugeFile (107.53s) [2021-04-09T01:10:47.364Z] === RUN TestBuildWCOWSandboxSize [2021-04-09T01:10:47.845Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-04-09T01:10:48.163Z] --- PASS: TestReadPluginNoRead (9.47s) [2021-04-09T01:10:48.163Z] --- PASS: TestReadPluginNoRead/default (1.78s) [2021-04-09T01:10:48.163Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.72s) [2021-04-09T01:10:48.163Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.75s) [2021-04-09T01:10:48.163Z] read_test.go:92: [d63957f39f136] daemon is not started [2021-04-09T01:10:48.432Z] --- PASS: TestUpdateReplicatedJob (3.39s) [2021-04-09T01:10:48.432Z] === RUN TestServiceListWithStatuses [2021-04-09T01:10:48.432Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-04-09T01:10:48.432Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-04-09T01:10:48.432Z] === RUN TestDockerNetworkConnectAlias [2021-04-09T01:10:49.107Z] --- PASS: TestContinueAfterPluginCrash (10.19s) [2021-04-09T01:10:49.107Z] PASS [2021-04-09T01:10:49.107Z] [2021-04-09T01:10:49.107Z] DONE 6 tests in 10.345s [2021-04-09T01:10:49.107Z] 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-09T01:10:49.107Z] ++ 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-09T01:10:49.107Z] ++ set -e [2021-04-09T01:10:49.107Z] ++ '[' -n 0 ']' [2021-04-09T01:10:49.107Z] ++ set -x [2021-04-09T01:10:49.107Z] ++ env -i DEST=/go/src/github.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-09T01:10:49.107Z] testing: warning: no tests to run [2021-04-09T01:10:49.107Z] PASS [2021-04-09T01:10:49.107Z] [2021-04-09T01:10:49.107Z] DONE 0 tests in 0.055s [2021-04-09T01:10:49.107Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-04-09T01:10:49.107Z] ++ 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-09T01:10:49.107Z] ++ set -e [2021-04-09T01:10:49.107Z] ++ '[' -n 0 ']' [2021-04-09T01:10:49.107Z] ++ set -x [2021-04-09T01:10:49.107Z] ++ env -i DEST=/go/src/github.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-09T01:10:49.107Z] INFO: Testing against a local daemon [2021-04-09T01:10:49.107Z] === RUN TestPluginWithDevMounts [2021-04-09T01:10:49.107Z] === PAUSE TestPluginWithDevMounts [2021-04-09T01:10:49.107Z] === CONT TestPluginWithDevMounts [2021-04-09T01:10:49.265Z] === CONT TestStopContainerWithTimeout/1 [2021-04-09T01:10:50.377Z] --- PASS: TestUpdatePidsLimit (10.01s) [2021-04-09T01:10:50.377Z] --- PASS: TestUpdatePidsLimit/update_from_none (1.36s) [2021-04-09T01:10:50.377Z] --- PASS: TestUpdatePidsLimit/no_change (1.33s) [2021-04-09T01:10:50.377Z] --- PASS: TestUpdatePidsLimit/update_lower (1.35s) [2021-04-09T01:10:50.377Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (1.27s) [2021-04-09T01:10:50.377Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (1.15s) [2021-04-09T01:10:50.377Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (1.31s) [2021-04-09T01:10:50.377Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (1.37s) [2021-04-09T01:10:50.377Z] === RUN TestUpdateRestartPolicy [2021-04-09T01:10:51.168Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2021-04-09T01:10:51.168Z] --- PASS: TestStopContainerWithTimeout/0 (1.11s) [2021-04-09T01:10:51.168Z] --- PASS: TestStopContainerWithTimeout/3 (3.10s) [2021-04-09T01:10:51.168Z] --- PASS: TestStopContainerWithTimeout/-1 (2.64s) [2021-04-09T01:10:51.168Z] --- PASS: TestStopContainerWithTimeout/1 (1.66s) [2021-04-09T01:10:51.168Z] === RUN TestDeleteDevicemapper [2021-04-09T01:10:51.168Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-04-09T01:10:51.168Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-04-09T01:10:51.168Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-04-09T01:10:51.656Z] --- PASS: TestPluginWithDevMounts (2.08s) [2021-04-09T01:10:51.656Z] PASS [2021-04-09T01:10:51.656Z] [2021-04-09T01:10:51.656Z] DONE 1 tests in 2.244s [2021-04-09T01:10:51.656Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2021-04-09T01:10:51.657Z] ++ 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-09T01:10:51.657Z] ++ set -e [2021-04-09T01:10:51.657Z] ++ '[' -n 0 ']' [2021-04-09T01:10:51.657Z] ++ set -x [2021-04-09T01:10:51.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=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-09T01:10:51.657Z] INFO: Testing against a local daemon [2021-04-09T01:10:51.657Z] === RUN TestSecretInspect [2021-04-09T01:10:51.755Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-04-09T01:10:52.322Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-04-09T01:10:53.258Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-04-09T01:10:53.701Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.24s) [2021-04-09T01:10:53.701Z] === RUN TestUpdateMemory [2021-04-09T01:10:53.701Z] --- SKIP: TestUpdateMemory (0.00s) [2021-04-09T01:10:53.701Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-04-09T01:10:53.701Z] === RUN TestUpdateCPUQuota [2021-04-09T01:10:53.701Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2021-04-09T01:10:53.701Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-04-09T01:10:53.701Z] === RUN TestUpdatePidsLimit [2021-04-09T01:10:53.701Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2021-04-09T01:10:53.701Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-04-09T01:10:53.701Z] === RUN TestUpdateRestartPolicy [2021-04-09T01:10:54.962Z] --- PASS: TestSecretInspect (3.14s) [2021-04-09T01:10:54.962Z] === RUN TestSecretList [2021-04-09T01:10:54.966Z] --- PASS: TestDockerNetworkConnectAlias (5.45s) [2021-04-09T01:10:54.966Z] === RUN TestDockerNetworkReConnect [2021-04-09T01:10:55.177Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2021-04-09T01:10:57.080Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-04-09T01:10:58.230Z] --- PASS: TestDockerNetworkReConnect (3.77s) [2021-04-09T01:10:58.230Z] === RUN TestServicePlugin [2021-04-09T01:10:58.269Z] --- PASS: TestSecretList (3.13s) [2021-04-09T01:10:58.269Z] === RUN TestSecretsCreateAndDelete [2021-04-09T01:10:59.615Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2021-04-09T01:11:00.821Z] --- PASS: TestSecretsCreateAndDelete (3.21s) [2021-04-09T01:11:00.821Z] === RUN TestSecretsUpdate [2021-04-09T01:11:02.144Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-04-09T01:11:03.527Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-04-09T01:11:03.527Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-04-09T01:11:03.527Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-04-09T01:11:03.527Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-04-09T01:11:03.527Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-04-09T01:11:03.786Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2021-04-09T01:11:04.128Z] --- PASS: TestSecretsUpdate (3.15s) [2021-04-09T01:11:04.128Z] === RUN TestTemplatedSecret [2021-04-09T01:11:05.688Z] --- PASS: TestUpdateRestartPolicy (15.45s) [2021-04-09T01:11:05.688Z] === RUN TestUpdateRestartWithAutoRemove [2021-04-09T01:11:05.902Z] --- PASS: TestUpdateRestartPolicy (12.37s) [2021-04-09T01:11:05.902Z] === RUN TestUpdateRestartWithAutoRemove [2021-04-09T01:11:06.470Z] --- PASS: TestUpdateRestartWithAutoRemove (0.68s) [2021-04-09T01:11:06.470Z] === RUN TestWaitNonBlocked [2021-04-09T01:11:06.470Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-09T01:11:06.470Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-09T01:11:06.470Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-09T01:11:06.470Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-09T01:11:06.470Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-09T01:11:06.470Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-09T01:11:06.623Z] --- PASS: TestUpdateRestartWithAutoRemove (1.14s) [2021-04-09T01:11:06.623Z] === RUN TestWaitNonBlocked [2021-04-09T01:11:06.623Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-09T01:11:06.623Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-09T01:11:06.623Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-09T01:11:06.623Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-09T01:11:06.623Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-09T01:11:06.623Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-09T01:11:06.623Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2021-04-09T01:11:07.406Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-04-09T01:11:07.406Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.02s) [2021-04-09T01:11:07.406Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.05s) [2021-04-09T01:11:07.406Z] === RUN TestWaitBlocked [2021-04-09T01:11:07.406Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-04-09T01:11:07.406Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-04-09T01:11:07.406Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-04-09T01:11:07.406Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-04-09T01:11:07.406Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-04-09T01:11:07.406Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-04-09T01:11:08.343Z] --- PASS: TestTemplatedSecret (3.71s) [2021-04-09T01:11:08.343Z] === RUN TestSecretCreateResolve [2021-04-09T01:11:08.526Z] --- PASS: TestWaitNonBlocked (0.04s) [2021-04-09T01:11:08.526Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.94s) [2021-04-09T01:11:08.526Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.97s) [2021-04-09T01:11:08.526Z] === RUN TestWaitBlocked [2021-04-09T01:11:08.526Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-04-09T01:11:08.526Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-04-09T01:11:08.526Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-04-09T01:11:08.526Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-04-09T01:11:08.526Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-04-09T01:11:08.526Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-04-09T01:11:08.784Z] --- PASS: TestWaitBlocked (0.01s) [2021-04-09T01:11:08.784Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.18s) [2021-04-09T01:11:08.784Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.21s) [2021-04-09T01:11:08.784Z] === CONT TestDaemonRestartIpcMode [2021-04-09T01:11:08.784Z] === CONT TestIpcModeOlderClient [2021-04-09T01:11:08.784Z] --- PASS: TestIpcModeOlderClient (0.06s) [2021-04-09T01:11:08.784Z] === CONT TestRestartDaemonWithRestartingContainer [2021-04-09T01:11:08.784Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-04-09T01:11:10.689Z] --- PASS: TestWaitBlocked (0.04s) [2021-04-09T01:11:10.689Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.91s) [2021-04-09T01:11:10.689Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.99s) [2021-04-09T01:11:10.689Z] === CONT TestContainerStartOnDaemonRestart [2021-04-09T01:11:10.689Z] === CONT TestContainerKillOnDaemonStart [2021-04-09T01:11:10.892Z] --- PASS: TestSecretCreateResolve (3.13s) [2021-04-09T01:11:10.892Z] PASS [2021-04-09T01:11:10.892Z] [2021-04-09T01:11:10.892Z] DONE 6 tests in 19.618s [2021-04-09T01:11:10.892Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2021-04-09T01:11:10.892Z] ++ 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-09T01:11:10.892Z] ++ set -e [2021-04-09T01:11:10.892Z] ++ '[' -n 0 ']' [2021-04-09T01:11:10.892Z] ++ set -x [2021-04-09T01:11:10.893Z] ++ env -i DEST=/go/src/github.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-09T01:11:11.156Z] INFO: Testing against a local daemon [2021-04-09T01:11:11.156Z] === RUN TestServiceCreateInit [2021-04-09T01:11:11.156Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-04-09T01:11:12.066Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2021-04-09T01:11:15.349Z] --- PASS: TestDaemonRestartIpcMode (5.62s) [2021-04-09T01:11:15.349Z] --- PASS: TestRestartDaemonWithRestartingContainer (5.68s) [2021-04-09T01:11:15.349Z] PASS [2021-04-09T01:11:15.349Z] [2021-04-09T01:11:15.349Z] === Skipped [2021-04-09T01:11:15.349Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-04-09T01:11:15.349Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-04-09T01:11:15.349Z] [2021-04-09T01:11:15.349Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2021-04-09T01:11:15.349Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-04-09T01:11:15.349Z] [2021-04-09T01:11:15.349Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2021-04-09T01:11:15.349Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-09T01:11:15.349Z] [2021-04-09T01:11:15.349Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2021-04-09T01:11:15.349Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-04-09T01:11:15.349Z] [2021-04-09T01:11:15.349Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2021-04-09T01:11:15.349Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-04-09T01:11:15.349Z] [2021-04-09T01:11:15.349Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2021-04-09T01:11:15.349Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-04-09T01:11:15.349Z] [2021-04-09T01:11:15.349Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2021-04-09T01:11:15.349Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-04-09T01:11:15.349Z] [2021-04-09T01:11:15.349Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2021-04-09T01:11:15.349Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-04-09T01:11:15.349Z] [2021-04-09T01:11:15.349Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2021-04-09T01:11:15.349Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-04-09T01:11:15.349Z] [2021-04-09T01:11:15.349Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-04-09T01:11:15.349Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-04-09T01:11:15.349Z] [2021-04-09T01:11:15.349Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-04-09T01:11:15.349Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-09T01:11:15.349Z] [2021-04-09T01:11:15.349Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2021-04-09T01:11:15.349Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-04-09T01:11:15.349Z] [2021-04-09T01:11:15.349Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2021-04-09T01:11:15.349Z] 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-09T01:11:15.349Z] [2021-04-09T01:11:15.349Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2021-04-09T01:11:15.349Z] 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-09T01:11:15.349Z] [2021-04-09T01:11:15.349Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2021-04-09T01:11:15.349Z] 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-09T01:11:15.349Z] [2021-04-09T01:11:15.349Z] === SKIP: amd64.integration.container TestPause (0.00s) [2021-04-09T01:11:15.349Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-04-09T01:11:15.349Z] [2021-04-09T01:11:15.349Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.01s) [2021-04-09T01:11:15.349Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-04-09T01:11:15.349Z] [2021-04-09T01:11:15.349Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.02s) [2021-04-09T01:11:15.349Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2021-04-09T01:11:15.349Z] [2021-04-09T01:11:15.349Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2021-04-09T01:11:15.349Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-04-09T01:11:15.349Z] [2021-04-09T01:11:15.349Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.01s) [2021-04-09T01:11:15.349Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-04-09T01:11:15.349Z] [2021-04-09T01:11:15.349Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2021-04-09T01:11:15.349Z] 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-09T01:11:15.349Z] [2021-04-09T01:11:15.349Z] === SKIP: amd64.integration.container TestStats (0.00s) [2021-04-09T01:11:15.349Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-04-09T01:11:15.349Z] [2021-04-09T01:11:15.349Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-04-09T01:11:15.349Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-04-09T01:11:15.349Z] [2021-04-09T01:11:15.349Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-04-09T01:11:15.349Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-04-09T01:11:15.349Z] [2021-04-09T01:11:15.349Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2021-04-09T01:11:15.349Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-04-09T01:11:15.349Z] [2021-04-09T01:11:15.349Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2021-04-09T01:11:15.349Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-04-09T01:11:15.349Z] [2021-04-09T01:11:15.349Z] [2021-04-09T01:11:15.349Z] DONE 178 tests, 26 skipped in 110.941s [2021-04-09T01:11:15.349Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-04-09T01:11:15.349Z] INFO: Testing against a local daemon [2021-04-09T01:11:15.349Z] === RUN TestCommitInheritsEnv [2021-04-09T01:11:16.259Z] --- PASS: TestContainerStartOnDaemonRestart (4.87s) [2021-04-09T01:11:16.259Z] === CONT TestIpcModeOlderClient [2021-04-09T01:11:16.259Z] --- PASS: TestIpcModeOlderClient (0.13s) [2021-04-09T01:11:16.259Z] === CONT TestDaemonHostGatewayIP [2021-04-09T01:11:16.259Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-04-09T01:11:16.283Z] --- PASS: TestCommitInheritsEnv (1.64s) [2021-04-09T01:11:16.283Z] === RUN TestImportExtremelyLargeImageWorks [2021-04-09T01:11:16.283Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-04-09T01:11:16.283Z] === RUN TestImagesFilterMultiReference [2021-04-09T01:11:16.283Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2021-04-09T01:11:16.283Z] === RUN TestImagePullPlatformInvalid [2021-04-09T01:11:16.283Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-04-09T01:11:16.283Z] === RUN TestRemoveImageOrphaning [2021-04-09T01:11:16.454Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-04-09T01:11:18.184Z] --- PASS: TestRemoveImageOrphaning (1.93s) [2021-04-09T01:11:18.184Z] === RUN TestRemoveImageGarbageCollector [2021-04-09T01:11:18.184Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-04-09T01:11:18.184Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-04-09T01:11:18.184Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-04-09T01:11:18.184Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2021-04-09T01:11:18.184Z] === RUN TestTagInvalidReference [2021-04-09T01:11:18.184Z] --- PASS: TestTagInvalidReference (0.01s) [2021-04-09T01:11:18.184Z] === RUN TestTagValidPrefixedRepo [2021-04-09T01:11:18.184Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2021-04-09T01:11:18.184Z] === RUN TestTagExistedNameWithoutForce [2021-04-09T01:11:18.184Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-04-09T01:11:18.184Z] === RUN TestTagOfficialNames [2021-04-09T01:11:18.184Z] --- PASS: TestTagOfficialNames (0.06s) [2021-04-09T01:11:18.184Z] === RUN TestTagMatchesDigest [2021-04-09T01:11:18.443Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-04-09T01:11:18.443Z] === CONT TestImportExtremelyLargeImageWorks [2021-04-09T01:11:18.791Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2021-04-09T01:11:20.169Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-04-09T01:11:20.169Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-04-09T01:11:21.751Z] --- PASS: TestServiceCreateInit (10.59s) [2021-04-09T01:11:21.751Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.31s) [2021-04-09T01:11:21.751Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.24s) [2021-04-09T01:11:21.751Z] === RUN TestCreateServiceMultipleTimes [2021-04-09T01:11:22.714Z] --- PASS: TestDaemonHostGatewayIP (6.60s) [2021-04-09T01:11:22.714Z] === CONT TestRestartDaemonWithRestartingContainer [2021-04-09T01:11:26.903Z] --- PASS: TestContainerKillOnDaemonStart (15.87s) [2021-04-09T01:11:26.903Z] === CONT TestDaemonRestartIpcMode [2021-04-09T01:11:27.162Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2021-04-09T01:11:28.538Z] --- PASS: TestRestartDaemonWithRestartingContainer (6.02s) [2021-04-09T01:11:29.104Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-04-09T01:11:30.255Z] --- PASS: TestServicePlugin (30.81s) [2021-04-09T01:11:30.255Z] plugin_test.go:62: [d26775c20b96c] joining swarm manager [dd95d3aea6d68]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-09T01:11:30.255Z] plugin_test.go:65: [d87ef1f463228] joining swarm manager [dd95d3aea6d68]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-09T01:11:30.255Z] === RUN TestServiceUpdateLabel [2021-04-09T01:11:31.006Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2021-04-09T01:11:31.180Z] --- PASS: TestServiceUpdateLabel (2.47s) [2021-04-09T01:11:31.180Z] === RUN TestServiceUpdateSecrets [2021-04-09T01:11:31.946Z] --- PASS: TestDaemonRestartIpcMode (5.34s) [2021-04-09T01:11:31.946Z] PASS [2021-04-09T01:11:31.946Z] [2021-04-09T01:11:31.946Z] === Skipped [2021-04-09T01:11:31.946Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-04-09T01:11:31.946Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-04-09T01:11:31.946Z] [2021-04-09T01:11:31.946Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.01s) [2021-04-09T01:11:31.946Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-09T01:11:31.946Z] [2021-04-09T01:11:31.946Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-04-09T01:11:31.946Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-09T01:11:31.946Z] [2021-04-09T01:11:31.946Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-04-09T01:11:31.946Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-04-09T01:11:31.946Z] [2021-04-09T01:11:31.946Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-04-09T01:11:31.946Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-04-09T01:11:31.946Z] [2021-04-09T01:11:31.946Z] === SKIP: amd64.integration.container TestUpdateMemory (0.01s) [2021-04-09T01:11:31.946Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-04-09T01:11:31.946Z] [2021-04-09T01:11:31.946Z] [2021-04-09T01:11:31.946Z] DONE 197 tests, 6 skipped in 246.147s [2021-04-09T01:11:31.946Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-04-09T01:11:31.946Z] ++ 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-09T01:11:31.946Z] ++ set -e [2021-04-09T01:11:31.946Z] ++ '[' -n 0 ']' [2021-04-09T01:11:31.946Z] ++ set -x [2021-04-09T01:11:31.946Z] ++ env -i DEST=/go/src/github.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-09T01:11:32.205Z] INFO: Testing against a local daemon [2021-04-09T01:11:32.205Z] === RUN TestCommitInheritsEnv [2021-04-09T01:11:32.773Z] --- PASS: TestCommitInheritsEnv (0.54s) [2021-04-09T01:11:32.773Z] === RUN TestImportExtremelyLargeImageWorks [2021-04-09T01:11:32.773Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-04-09T01:11:32.773Z] === RUN TestImagesFilterMultiReference [2021-04-09T01:11:32.773Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2021-04-09T01:11:32.773Z] === RUN TestImagePullPlatformInvalid [2021-04-09T01:11:32.773Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-04-09T01:11:32.773Z] === RUN TestRemoveImageOrphaning [2021-04-09T01:11:33.340Z] --- PASS: TestRemoveImageOrphaning (0.53s) [2021-04-09T01:11:33.340Z] === RUN TestRemoveImageGarbageCollector [2021-04-09T01:11:36.626Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2021-04-09T01:11:36.885Z] --- PASS: TestRemoveImageGarbageCollector (3.49s) [2021-04-09T01:11:36.885Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-04-09T01:11:36.885Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-04-09T01:11:36.885Z] === RUN TestTagInvalidReference [2021-04-09T01:11:36.885Z] --- PASS: TestTagInvalidReference (0.04s) [2021-04-09T01:11:36.885Z] === RUN TestTagValidPrefixedRepo [2021-04-09T01:11:36.885Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-04-09T01:11:37.143Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2021-04-09T01:11:37.143Z] === RUN TestTagExistedNameWithoutForce [2021-04-09T01:11:37.143Z] --- PASS: TestTagExistedNameWithoutForce (0.06s) [2021-04-09T01:11:37.143Z] === RUN TestTagOfficialNames [2021-04-09T01:11:37.143Z] --- PASS: TestTagOfficialNames (0.06s) [2021-04-09T01:11:37.143Z] === RUN TestTagMatchesDigest [2021-04-09T01:11:37.143Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-04-09T01:11:37.143Z] === CONT TestImportExtremelyLargeImageWorks [2021-04-09T01:11:37.710Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-04-09T01:11:39.088Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-04-09T01:11:40.467Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2021-04-09T01:11:43.731Z] --- PASS: TestCreateServiceMultipleTimes (18.86s) [2021-04-09T01:11:43.731Z] === RUN TestCreateServiceConflict [2021-04-09T01:11:43.731Z] --- PASS: TestCreateServiceConflict (3.15s) [2021-04-09T01:11:43.731Z] === RUN TestCreateServiceMaxReplicas [2021-04-09T01:11:43.754Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2021-04-09T01:11:44.692Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-04-09T01:11:45.260Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-04-09T01:11:45.260Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-04-09T01:11:46.638Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-04-09T01:11:47.206Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2021-04-09T01:11:47.945Z] --- PASS: TestCreateServiceMaxReplicas (3.64s) [2021-04-09T01:11:47.945Z] === RUN TestCreateWithDuplicateNetworkNames [2021-04-09T01:11:48.586Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-04-09T01:11:49.214Z] --- PASS: TestServiceUpdateSecrets (15.15s) [2021-04-09T01:11:49.214Z] === RUN TestServiceUpdateConfigs [2021-04-09T01:11:50.016Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-04-09T01:11:54.202Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2021-04-09T01:11:56.738Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2021-04-09T01:11:56.996Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2021-04-09T01:11:57.932Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2021-04-09T01:12:01.371Z] --- PASS: TestServiceUpdateConfigs (15.21s) [2021-04-09T01:12:01.371Z] === RUN TestServiceUpdateNetwork [2021-04-09T01:12:02.872Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.32s) [2021-04-09T01:12:02.872Z] === RUN TestCreateServiceSecretFileMode [2021-04-09T01:12:04.494Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2021-04-09T01:12:04.494Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-04-09T01:12:04.792Z] --- PASS: TestCreateServiceSecretFileMode (3.27s) [2021-04-09T01:12:04.792Z] === RUN TestCreateServiceConfigFileMode [2021-04-09T01:12:06.396Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-04-09T01:12:06.396Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2021-04-09T01:12:07.332Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2021-04-09T01:12:09.005Z] --- PASS: TestCreateServiceConfigFileMode (3.34s) [2021-04-09T01:12:09.005Z] === RUN TestCreateServiceSysctls [2021-04-09T01:12:09.864Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2021-04-09T01:12:10.801Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-04-09T01:12:12.313Z] --- PASS: TestCreateServiceSysctls (3.90s) [2021-04-09T01:12:12.313Z] === RUN TestCreateServiceCapabilities [2021-04-09T01:12:12.866Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2021-04-09T01:12:12.866Z] Copying nested executables into bundles/cross/linux/amd64 [2021-04-09T01:12:12.866Z] Cross building: bundles/cross/windows/amd64 [2021-04-09T01:12:12.866Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2021-04-09T01:12:12.866Z] GOOS="windows" GOARCH="amd64" GOARM="" [2021-04-09T01:12:14.988Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2021-04-09T01:12:15.618Z] --- PASS: TestCreateServiceCapabilities (3.26s) [2021-04-09T01:12:15.618Z] === RUN TestInspect [2021-04-09T01:12:15.923Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2021-04-09T01:12:16.203Z] --- PASS: TestServiceUpdateNetwork (13.55s) [2021-04-09T01:12:16.203Z] === RUN TestServiceUpdatePidsLimit [2021-04-09T01:12:16.203Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-04-09T01:12:17.130Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-04-09T01:12:18.931Z] --- PASS: TestInspect (3.54s) [2021-04-09T01:12:18.931Z] === RUN TestCreateJob [2021-04-09T01:12:21.209Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2021-04-09T01:12:23.147Z] --- PASS: TestCreateJob (4.04s) [2021-04-09T01:12:23.147Z] === RUN TestReplicatedJob [2021-04-09T01:12:23.743Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2021-04-09T01:12:25.218Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-04-09T01:12:29.016Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-04-09T01:12:29.583Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-04-09T01:12:29.746Z] --- PASS: TestReplicatedJob (6.37s) [2021-04-09T01:12:29.746Z] === RUN TestUpdateReplicatedJob [2021-04-09T01:12:29.841Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-04-09T01:12:30.408Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2021-04-09T01:12:31.784Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2021-04-09T01:12:33.314Z] --- PASS: TestServiceUpdatePidsLimit (17.15s) [2021-04-09T01:12:33.314Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.03s) [2021-04-09T01:12:33.314Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.09s) [2021-04-09T01:12:33.314Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.18s) [2021-04-09T01:12:33.314Z] PASS [2021-04-09T01:12:33.314Z] [2021-04-09T01:12:33.314Z] === Skipped [2021-04-09T01:12:33.314Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-04-09T01:12:33.314Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-04-09T01:12:33.314Z] [2021-04-09T01:12:33.314Z] [2021-04-09T01:12:33.314Z] DONE 27 tests, 1 skipped in 180.216s [2021-04-09T01:12:33.314Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-04-09T01:12:33.314Z] INFO: Testing against a local daemon [2021-04-09T01:12:33.314Z] === RUN TestSessionCreate [2021-04-09T01:12:33.314Z] --- PASS: TestSessionCreate (0.03s) [2021-04-09T01:12:33.314Z] === RUN TestSessionCreateWithBadUpgrade [2021-04-09T01:12:33.314Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-04-09T01:12:33.314Z] PASS [2021-04-09T01:12:33.314Z] [2021-04-09T01:12:33.314Z] DONE 2 tests in 0.073s [2021-04-09T01:12:33.314Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-04-09T01:12:33.314Z] INFO: Testing against a local daemon [2021-04-09T01:12:33.314Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-04-09T01:12:33.314Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2021-04-09T01:12:33.314Z] === RUN TestEventsExecDie [2021-04-09T01:12:33.314Z] --- PASS: TestEventsExecDie (1.07s) [2021-04-09T01:12:33.314Z] === RUN TestEventsBackwardsCompatible [2021-04-09T01:12:33.314Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2021-04-09T01:12:33.314Z] === RUN TestInfoBinaryCommits [2021-04-09T01:12:33.314Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-04-09T01:12:33.314Z] === RUN TestInfoAPIVersioned [2021-04-09T01:12:33.314Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-04-09T01:12:33.314Z] === RUN TestInfoDiscoveryBackend [2021-04-09T01:12:33.959Z] --- PASS: TestUpdateReplicatedJob (4.25s) [2021-04-09T01:12:33.959Z] === RUN TestServiceListWithStatuses [2021-04-09T01:12:33.959Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-04-09T01:12:33.959Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-04-09T01:12:33.959Z] === RUN TestDockerNetworkConnectAlias [2021-04-09T01:12:34.240Z] --- PASS: TestInfoDiscoveryBackend (0.65s) [2021-04-09T01:12:34.240Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-04-09T01:12:35.165Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-04-09T01:12:35.165Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-04-09T01:12:35.725Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.65s) [2021-04-09T01:12:35.725Z] === RUN TestInfoAPI [2021-04-09T01:12:35.725Z] --- PASS: TestInfoAPI (0.03s) [2021-04-09T01:12:35.725Z] === RUN TestInfoAPIWarnings [2021-04-09T01:12:37.054Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-04-09T01:12:40.343Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-04-09T01:12:40.551Z] --- PASS: TestDockerNetworkConnectAlias (6.45s) [2021-04-09T01:12:40.551Z] === RUN TestDockerNetworkReConnect [2021-04-09T01:12:42.247Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-04-09T01:12:43.183Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-04-09T01:12:45.848Z] --- PASS: TestDockerNetworkReConnect (5.00s) [2021-04-09T01:12:45.848Z] === RUN TestServicePlugin [2021-04-09T01:12:45.848Z] --- SKIP: TestServicePlugin (0.00s) [2021-04-09T01:12:45.848Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-09T01:12:45.848Z] === RUN TestServiceUpdateLabel [2021-04-09T01:12:47.765Z] --- PASS: TestServiceUpdateLabel (2.66s) [2021-04-09T01:12:47.765Z] === RUN TestServiceUpdateSecrets [2021-04-09T01:12:48.456Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2021-04-09T01:12:53.724Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-04-09T01:12:53.755Z] --- PASS: TestInfoAPIWarnings (16.65s) [2021-04-09T01:12:53.755Z] === RUN TestInfoDebug [2021-04-09T01:12:53.755Z] --- PASS: TestInfoDebug (0.64s) [2021-04-09T01:12:53.755Z] === RUN TestInfoInsecureRegistries [2021-04-09T01:12:53.755Z] --- PASS: TestInfoInsecureRegistries (0.64s) [2021-04-09T01:12:53.755Z] === RUN TestInfoRegistryMirrors [2021-04-09T01:12:54.292Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2021-04-09T01:12:54.315Z] --- PASS: TestInfoRegistryMirrors (0.66s) [2021-04-09T01:12:54.315Z] === RUN TestLoginFailsWithBadCredentials [2021-04-09T01:12:54.571Z] --- PASS: TestLoginFailsWithBadCredentials (0.17s) [2021-04-09T01:12:54.571Z] === RUN TestPingCacheHeaders [2021-04-09T01:12:54.571Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-04-09T01:12:54.571Z] === RUN TestPingGet [2021-04-09T01:12:54.571Z] --- PASS: TestPingGet (0.01s) [2021-04-09T01:12:54.571Z] === RUN TestPingHead [2021-04-09T01:12:54.571Z] --- PASS: TestPingHead (0.02s) [2021-04-09T01:12:54.571Z] === RUN TestVersion [2021-04-09T01:12:54.571Z] --- PASS: TestVersion (0.02s) [2021-04-09T01:12:54.571Z] === CONT TestCgroupDriverSystemdMemoryLimit [2021-04-09T01:12:55.936Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.49s) [2021-04-09T01:12:55.936Z] PASS [2021-04-09T01:12:55.936Z] [2021-04-09T01:12:55.936Z] DONE 18 tests in 23.842s [2021-04-09T01:12:55.936Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-04-09T01:12:56.191Z] INFO: Testing against a local daemon [2021-04-09T01:12:56.191Z] === RUN TestVolumesCreateAndList [2021-04-09T01:12:56.191Z] --- PASS: TestVolumesCreateAndList (0.03s) [2021-04-09T01:12:56.191Z] === RUN TestVolumesRemove [2021-04-09T01:12:56.191Z] --- PASS: TestVolumesRemove (0.12s) [2021-04-09T01:12:56.191Z] === RUN TestVolumesInspect [2021-04-09T01:12:56.191Z] --- PASS: TestVolumesInspect (0.02s) [2021-04-09T01:12:56.191Z] === RUN TestVolumesInvalidJSON [2021-04-09T01:12:56.192Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-04-09T01:12:56.192Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-04-09T01:12:56.192Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-04-09T01:12:56.192Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-04-09T01:12:56.192Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-04-09T01:12:56.192Z] PASS [2021-04-09T01:12:56.192Z] [2021-04-09T01:12:56.192Z] DONE 5 tests in 0.207s [2021-04-09T01:12:56.192Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-04-09T01:12:56.842Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-04-09T01:12:57.410Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2021-04-09T01:12:58.078Z] Stopping apparmor (via systemctl): apparmor.service. [2021-04-09T01:12:58.078Z] Removing test suite binaries [2021-04-09T01:12:58.078Z] exiting test-integration [2021-04-09T01:12:58.078Z] ++ exit 0 [2021-04-09T01:12:58.078Z] [2021-04-09T01:12:58.346Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2021-04-09T01:12:59.282Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2021-04-09T01:12:59.282Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-04-09T01:13:00.218Z] === RUN TestDockerDaemonSuite/TestHTTPSRun Post stage [Pipeline] junit [2021-04-09T01:13:03.332Z] Recording test results [2021-04-09T01:13:03.506Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2021-04-09T01:13:03.506Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2021-04-09T01:13:03.554Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-04-09T01:13:03.737Z] --- PASS: TestBuildWithHugeFile (141.97s) [2021-04-09T01:13:03.737Z] === RUN TestBuildWCOWSandboxSize [2021-04-09T01:13:03.902Z] + echo Ensuring container killed. [2021-04-09T01:13:03.902Z] Ensuring container killed. [2021-04-09T01:13:03.902Z] + docker rm -vf docker-pr67 [2021-04-09T01:13:03.902Z] Error: No such container: docker-pr67 [Pipeline] sh [2021-04-09T01:13:04.173Z] + echo Chowning /workspace to jenkins user [2021-04-09T01:13:04.173Z] Chowning /workspace to jenkins user [2021-04-09T01:13:04.173Z] + id -u [2021-04-09T01:13:04.173Z] + id -g [2021-04-09T01:13:04.173Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39846:/workspace busybox chown -R 1000:1000 /workspace [2021-04-09T01:13:05.409Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2021-04-09T01:13:05.892Z] --- PASS: TestServiceUpdateSecrets (15.46s) [2021-04-09T01:13:05.892Z] === RUN TestServiceUpdateConfigs [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-04-09T01:13:06.972Z] + bundleName=amd64-cgroup2 [2021-04-09T01:13:06.972Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2021-04-09T01:13:06.972Z] Creating amd64-cgroup2-bundles.tar.gz [2021-04-09T01:13:06.972Z] + 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-09T01:13:06.972Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [Pipeline] archiveArtifacts [2021-04-09T01:13:07.236Z] Archiving artifacts [2021-04-09T01:13:07.521Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-39846/67/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-04-09T01:13:07.832Z] + make clean [2021-04-09T01:13:07.942Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2021-04-09T01:13:08.090Z] docker volume rm -f docker-dev-cache [2021-04-09T01:13:08.090Z] docker-dev-cache [Pipeline] deleteDir [2021-04-09T01:13:09.900Z] --- PASS: TestImportExtremelyLargeImageWorks (109.09s) [2021-04-09T01:13:09.900Z] PASS [2021-04-09T01:13:09.900Z] [2021-04-09T01:13:09.900Z] === Skipped [2021-04-09T01:13:09.900Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-04-09T01:13:09.900Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-04-09T01:13:09.900Z] [2021-04-09T01:13:09.900Z] [2021-04-09T01:13:09.900Z] DONE 12 tests, 1 skipped in 113.084s [2021-04-09T01:13:09.900Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-04-09T01:13:09.900Z] INFO: Testing against a local daemon [2021-04-09T01:13:09.900Z] === RUN TestNetworkCreateDelete [2021-04-09T01:13:09.900Z] --- PASS: TestNetworkCreateDelete (0.46s) [2021-04-09T01:13:09.900Z] === RUN TestDockerNetworkDeletePreferID [2021-04-09T01:13:09.900Z] --- PASS: TestDockerNetworkDeletePreferID (1.30s) [2021-04-09T01:13:09.900Z] === RUN TestDaemonDNSFallback [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-09T01:13:13.209Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2021-04-09T01:13:15.111Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2021-04-09T01:13:17.643Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2021-04-09T01:13:18.013Z] --- PASS: TestDaemonDNSFallback (8.21s) [2021-04-09T01:13:18.013Z] === RUN TestInspectNetwork [2021-04-09T01:13:18.013Z] --- SKIP: TestInspectNetwork (0.00s) [2021-04-09T01:13:18.013Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:18.013Z] === RUN TestRunContainerWithBridgeNone [2021-04-09T01:13:18.013Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-04-09T01:13:18.013Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-09T01:13:18.013Z] === RUN TestNetworkInvalidJSON [2021-04-09T01:13:18.013Z] === RUN TestNetworkInvalidJSON//networks/create [2021-04-09T01:13:18.013Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-04-09T01:13:18.013Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-04-09T01:13:18.013Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-04-09T01:13:18.013Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-09T01:13:18.013Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-09T01:13:18.013Z] === CONT TestNetworkInvalidJSON//networks/create [2021-04-09T01:13:18.013Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-09T01:13:18.013Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-04-09T01:13:18.013Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2021-04-09T01:13:18.013Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-04-09T01:13:18.013Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-04-09T01:13:18.013Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-04-09T01:13:18.013Z] === RUN TestNetworkList [2021-04-09T01:13:18.013Z] === RUN TestNetworkList//networks [2021-04-09T01:13:18.013Z] === PAUSE TestNetworkList//networks [2021-04-09T01:13:18.013Z] === RUN TestNetworkList//networks/ [2021-04-09T01:13:18.013Z] === PAUSE TestNetworkList//networks/ [2021-04-09T01:13:18.013Z] === CONT TestNetworkList//networks [2021-04-09T01:13:18.013Z] === CONT TestNetworkList//networks/ [2021-04-09T01:13:18.013Z] --- PASS: TestNetworkList (0.02s) [2021-04-09T01:13:18.013Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-04-09T01:13:18.013Z] --- PASS: TestNetworkList//networks (0.00s) [2021-04-09T01:13:18.013Z] === RUN TestHostIPv4BridgeLabel [2021-04-09T01:13:18.013Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-04-09T01:13:18.013Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-09T01:13:18.013Z] === RUN TestDaemonRestartWithLiveRestore [2021-04-09T01:13:18.014Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s) [2021-04-09T01:13:18.014Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-09T01:13:18.014Z] === RUN TestDaemonDefaultNetworkPools [2021-04-09T01:13:18.014Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s) [2021-04-09T01:13:18.014Z] service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-09T01:13:18.014Z] === RUN TestDaemonRestartWithExistingNetwork [2021-04-09T01:13:18.014Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.01s) [2021-04-09T01:13:18.014Z] service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-09T01:13:18.014Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-04-09T01:13:18.014Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2021-04-09T01:13:18.014Z] service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-09T01:13:18.014Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-04-09T01:13:18.014Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-04-09T01:13:18.014Z] service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-09T01:13:18.014Z] === RUN TestServiceWithPredefinedNetwork [2021-04-09T01:13:18.014Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-04-09T01:13:18.014Z] service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:18.014Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-04-09T01:13:18.014Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-04-09T01:13:18.014Z] service_test.go:242: FLAKY_TEST [2021-04-09T01:13:18.014Z] === RUN TestServiceWithDataPathPortInit [2021-04-09T01:13:18.014Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s) [2021-04-09T01:13:18.014Z] service_test.go:334: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:18.014Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-04-09T01:13:18.014Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-04-09T01:13:18.014Z] service_test.go:401: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:18.014Z] PASS [2021-04-09T01:13:18.014Z] [2021-04-09T01:13:18.014Z] === Skipped [2021-04-09T01:13:18.014Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2021-04-09T01:13:18.014Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:18.014Z] [2021-04-09T01:13:18.014Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2021-04-09T01:13:18.014Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-09T01:13:18.014Z] [2021-04-09T01:13:18.014Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2021-04-09T01:13:18.014Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-09T01:13:18.014Z] [2021-04-09T01:13:18.014Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s) [2021-04-09T01:13:18.014Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-09T01:13:18.014Z] [2021-04-09T01:13:18.014Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.01s) [2021-04-09T01:13:18.014Z] service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-09T01:13:18.014Z] [2021-04-09T01:13:18.014Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.01s) [2021-04-09T01:13:18.014Z] service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-09T01:13:18.014Z] [2021-04-09T01:13:18.014Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2021-04-09T01:13:18.014Z] service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-09T01:13:18.014Z] [2021-04-09T01:13:18.014Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-04-09T01:13:18.014Z] service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-09T01:13:18.014Z] [2021-04-09T01:13:18.014Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2021-04-09T01:13:18.014Z] service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:18.014Z] [2021-04-09T01:13:18.014Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-04-09T01:13:18.014Z] service_test.go:242: FLAKY_TEST [2021-04-09T01:13:18.014Z] [2021-04-09T01:13:18.014Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s) [2021-04-09T01:13:18.014Z] service_test.go:334: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:18.014Z] [2021-04-09T01:13:18.014Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-04-09T01:13:18.014Z] service_test.go:401: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:18.014Z] [2021-04-09T01:13:18.014Z] [2021-04-09T01:13:18.014Z] DONE 22 tests, 12 skipped in 10.149s [2021-04-09T01:13:18.014Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-04-09T01:13:18.014Z] INFO: Testing against a local daemon [2021-04-09T01:13:18.014Z] === RUN TestDockerNetworkIpvlanPersistance [2021-04-09T01:13:18.014Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-04-09T01:13:18.014Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-09T01:13:18.014Z] === RUN TestDockerNetworkIpvlan [2021-04-09T01:13:18.014Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-04-09T01:13:18.014Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-09T01:13:18.014Z] PASS [2021-04-09T01:13:18.014Z] [2021-04-09T01:13:18.014Z] === Skipped [2021-04-09T01:13:18.014Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-04-09T01:13:18.014Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-09T01:13:18.014Z] [2021-04-09T01:13:18.014Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-04-09T01:13:18.014Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-09T01:13:18.014Z] [2021-04-09T01:13:18.014Z] [2021-04-09T01:13:18.014Z] DONE 2 tests, 2 skipped in 0.117s [2021-04-09T01:13:18.014Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-04-09T01:13:18.014Z] INFO: Testing against a local daemon [2021-04-09T01:13:18.014Z] === RUN TestDockerNetworkMacvlanPersistance [2021-04-09T01:13:18.014Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2021-04-09T01:13:18.014Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-09T01:13:18.014Z] === RUN TestDockerNetworkMacvlan [2021-04-09T01:13:18.014Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2021-04-09T01:13:18.014Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-09T01:13:18.014Z] PASS [2021-04-09T01:13:18.014Z] [2021-04-09T01:13:18.014Z] === Skipped [2021-04-09T01:13:18.014Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2021-04-09T01:13:18.014Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-09T01:13:18.014Z] [2021-04-09T01:13:18.014Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2021-04-09T01:13:18.014Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-09T01:13:18.014Z] [2021-04-09T01:13:18.014Z] [2021-04-09T01:13:18.014Z] DONE 2 tests, 2 skipped in 0.106s [2021-04-09T01:13:18.014Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-04-09T01:13:18.014Z] testing: warning: no tests to run [2021-04-09T01:13:18.014Z] PASS [2021-04-09T01:13:18.014Z] [2021-04-09T01:13:18.014Z] DONE 0 tests in 0.025s [2021-04-09T01:13:18.014Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-04-09T01:13:18.014Z] INFO: Testing against a local daemon [2021-04-09T01:13:18.014Z] === RUN TestAuthZPluginAllowRequest [2021-04-09T01:13:18.014Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2021-04-09T01:13:18.014Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-09T01:13:18.014Z] === RUN TestAuthZPluginTLS [2021-04-09T01:13:18.014Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2021-04-09T01:13:18.014Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-09T01:13:18.014Z] === RUN TestAuthZPluginDenyRequest [2021-04-09T01:13:18.014Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2021-04-09T01:13:18.014Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-09T01:13:18.014Z] === RUN TestAuthZPluginAPIDenyResponse [2021-04-09T01:13:18.014Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2021-04-09T01:13:18.014Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-09T01:13:18.014Z] === RUN TestAuthZPluginDenyResponse [2021-04-09T01:13:18.014Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2021-04-09T01:13:18.014Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-09T01:13:18.014Z] === RUN TestAuthZPluginAllowEventStream [2021-04-09T01:13:18.014Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2021-04-09T01:13:18.014Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-09T01:13:18.014Z] === RUN TestAuthZPluginErrorResponse [2021-04-09T01:13:18.014Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2021-04-09T01:13:18.014Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-09T01:13:18.014Z] === RUN TestAuthZPluginErrorRequest [2021-04-09T01:13:18.014Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2021-04-09T01:13:18.014Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-09T01:13:18.014Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-04-09T01:13:18.014Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-04-09T01:13:18.014Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-09T01:13:18.014Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-04-09T01:13:18.014Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-04-09T01:13:18.014Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-09T01:13:18.014Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-04-09T01:13:18.014Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-04-09T01:13:18.014Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-09T01:13:18.014Z] === RUN TestAuthZPluginHeader [2021-04-09T01:13:18.014Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2021-04-09T01:13:18.014Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-09T01:13:18.014Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-04-09T01:13:18.273Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.21s) [2021-04-09T01:13:18.273Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-09T01:13:18.273Z] === RUN TestAuthZPluginV2Disable [2021-04-09T01:13:18.273Z] --- SKIP: TestAuthZPluginV2Disable (0.01s) [2021-04-09T01:13:18.273Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-09T01:13:18.273Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-04-09T01:13:18.273Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-04-09T01:13:18.273Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-09T01:13:18.273Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-04-09T01:13:18.273Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2021-04-09T01:13:18.273Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-09T01:13:18.273Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-04-09T01:13:18.273Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.01s) [2021-04-09T01:13:18.273Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-09T01:13:18.273Z] PASS [2021-04-09T01:13:18.273Z] [2021-04-09T01:13:18.273Z] === Skipped [2021-04-09T01:13:18.273Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2021-04-09T01:13:18.273Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-09T01:13:18.273Z] [2021-04-09T01:13:18.273Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2021-04-09T01:13:18.273Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-09T01:13:18.273Z] [2021-04-09T01:13:18.273Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2021-04-09T01:13:18.273Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-09T01:13:18.273Z] [2021-04-09T01:13:18.273Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2021-04-09T01:13:18.273Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-09T01:13:18.273Z] [2021-04-09T01:13:18.273Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2021-04-09T01:13:18.273Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-09T01:13:18.273Z] [2021-04-09T01:13:18.273Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2021-04-09T01:13:18.273Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-09T01:13:18.273Z] [2021-04-09T01:13:18.273Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2021-04-09T01:13:18.273Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-09T01:13:18.273Z] [2021-04-09T01:13:18.273Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2021-04-09T01:13:18.273Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-09T01:13:18.273Z] [2021-04-09T01:13:18.273Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-04-09T01:13:18.273Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-09T01:13:18.273Z] [2021-04-09T01:13:18.273Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-04-09T01:13:18.273Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-09T01:13:18.273Z] [2021-04-09T01:13:18.273Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-04-09T01:13:18.273Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-09T01:13:18.273Z] [2021-04-09T01:13:18.273Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2021-04-09T01:13:18.273Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-09T01:13:18.273Z] [2021-04-09T01:13:18.273Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.21s) [2021-04-09T01:13:18.273Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-09T01:13:18.273Z] [2021-04-09T01:13:18.273Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.01s) [2021-04-09T01:13:18.273Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-09T01:13:18.273Z] [2021-04-09T01:13:18.273Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-04-09T01:13:18.273Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-09T01:13:18.273Z] [2021-04-09T01:13:18.273Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2021-04-09T01:13:18.273Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-09T01:13:18.273Z] [2021-04-09T01:13:18.273Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.01s) [2021-04-09T01:13:18.273Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-09T01:13:18.273Z] [2021-04-09T01:13:18.273Z] [2021-04-09T01:13:18.273Z] DONE 17 tests, 17 skipped in 0.386s [2021-04-09T01:13:18.273Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-04-09T01:13:18.533Z] INFO: Testing against a local daemon [2021-04-09T01:13:18.533Z] === RUN TestPluginInvalidJSON [2021-04-09T01:13:18.533Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-04-09T01:13:18.533Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-04-09T01:13:18.533Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-04-09T01:13:18.533Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-04-09T01:13:18.533Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-04-09T01:13:18.533Z] === RUN TestPluginInstall [2021-04-09T01:13:18.533Z] --- SKIP: TestPluginInstall (0.00s) [2021-04-09T01:13:18.533Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-09T01:13:18.533Z] === RUN TestPluginsWithRuntimes [2021-04-09T01:13:18.533Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-04-09T01:13:18.533Z] 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-09T01:13:18.533Z] === RUN TestPluginBackCompatMediaTypes [2021-04-09T01:13:18.533Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-04-09T01:13:18.533Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2021-04-09T01:13:18.533Z] PASS [2021-04-09T01:13:18.533Z] [2021-04-09T01:13:18.533Z] === Skipped [2021-04-09T01:13:18.533Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2021-04-09T01:13:18.533Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-09T01:13:18.533Z] [2021-04-09T01:13:18.533Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2021-04-09T01:13:18.533Z] 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-09T01:13:18.533Z] [2021-04-09T01:13:18.533Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2021-04-09T01:13:18.533Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2021-04-09T01:13:18.533Z] [2021-04-09T01:13:18.533Z] [2021-04-09T01:13:18.533Z] DONE 5 tests, 3 skipped in 0.158s [2021-04-09T01:13:18.533Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-04-09T01:13:18.533Z] INFO: Testing against a local daemon [2021-04-09T01:13:18.533Z] === RUN TestExternalGraphDriver [2021-04-09T01:13:18.533Z] --- SKIP: TestExternalGraphDriver (0.07s) [2021-04-09T01:13:18.533Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-04-09T01:13:18.533Z] === RUN TestGraphdriverPluginV2 [2021-04-09T01:13:20.596Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2021-04-09T01:13:20.596Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2021-04-09T01:13:20.596Z] remote: Enumerating objects: 2, done. [2021-04-09T01:13:20.596Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2021-04-09T01:13:20.596Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2021-04-09T01:13:20.596Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2021-04-09T01:13:20.596Z] Unpacking objects: 4% (1/23) Unpacking objects: 8% (2/23) Unpacking objects: 13% (3/23) Unpacking objects: 17% (4/23) Unpacking objects: 21% (5/23) Unpacking objects: 26% (6/23) Unpacking objects: 30% (7/23) Unpacking objects: 34% (8/23) Unpacking objects: 39% (9/23) Unpacking objects: 43% (10/23) Unpacking objects: 47% (11/23) Unpacking objects: 52% (12/23) Unpacking objects: 56% (13/23) Unpacking objects: 60% (14/23) Unpacking objects: 65% (15/23) Unpacking objects: 69% (16/23) Unpacking objects: 73% (17/23) Unpacking objects: 78% (18/23) Unpacking objects: 82% (19/23) Unpacking objects: 86% (20/23) Unpacking objects: 91% (21/23) Unpacking objects: 95% (22/23) Unpacking objects: 100% (23/23) Unpacking objects: 100% (23/23), done. [2021-04-09T01:13:20.596Z] Building: bundles/cross/windows/amd64/containerutility.exe [2021-04-09T01:13:20.812Z] --- PASS: TestServiceUpdateConfigs (15.59s) [2021-04-09T01:13:20.812Z] === RUN TestServiceUpdateNetwork [2021-04-09T01:13:22.510Z] [2021-04-09T01:13:22.914Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-04-09T01:13:23.173Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-04-09T01:13:23.415Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39846/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr67 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8d5caf49a185e369bda5bdde79ab8e07b3434ff2 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8d5caf49a185e369bda5bdde79ab8e07b3434ff2 hack/test/unit [2021-04-09T01:13:23.432Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-04-09T01:13:25.956Z] ? github.com/docker/docker/api [no test files] [2021-04-09T01:13:26.743Z] --- PASS: TestGraphdriverPluginV2 (6.84s) [2021-04-09T01:13:26.743Z] PASS [2021-04-09T01:13:26.743Z] [2021-04-09T01:13:26.743Z] === Skipped [2021-04-09T01:13:26.743Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.07s) [2021-04-09T01:13:26.743Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-04-09T01:13:26.743Z] [2021-04-09T01:13:26.743Z] [2021-04-09T01:13:26.743Z] DONE 2 tests, 1 skipped in 7.034s [2021-04-09T01:13:26.743Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-04-09T01:13:26.743Z] INFO: Testing against a local daemon [2021-04-09T01:13:26.743Z] === RUN TestContinueAfterPluginCrash [2021-04-09T01:13:26.743Z] === PAUSE TestContinueAfterPluginCrash [2021-04-09T01:13:26.743Z] === RUN TestReadPluginNoRead [2021-04-09T01:13:26.743Z] === PAUSE TestReadPluginNoRead [2021-04-09T01:13:26.743Z] === RUN TestDaemonStartWithLogOpt [2021-04-09T01:13:26.743Z] === PAUSE TestDaemonStartWithLogOpt [2021-04-09T01:13:26.743Z] === CONT TestContinueAfterPluginCrash [2021-04-09T01:13:26.743Z] === CONT TestDaemonStartWithLogOpt [2021-04-09T01:13:28.739Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2021-04-09T01:13:30.641Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-04-09T01:13:31.208Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-04-09T01:13:31.774Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-04-09T01:13:32.709Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-04-09T01:13:32.967Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-04-09T01:13:33.324Z] --- PASS: TestDaemonStartWithLogOpt (6.71s) [2021-04-09T01:13:33.324Z] === CONT TestReadPluginNoRead [2021-04-09T01:13:33.538Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-04-09T01:13:33.796Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-04-09T01:13:34.732Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2021-04-09T01:13:35.727Z] --- PASS: TestServiceUpdateNetwork (14.59s) [2021-04-09T01:13:35.727Z] === RUN TestServiceUpdatePidsLimit [2021-04-09T01:13:35.727Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-04-09T01:13:35.855Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-04-09T01:13:35.988Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-04-09T01:13:36.114Z] --- PASS: TestContinueAfterPluginCrash (10.59s) [2021-04-09T01:13:37.266Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2021-04-09T01:13:37.266Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-04-09T01:13:38.643Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2021-04-09T01:13:38.651Z] === RUN TestReadPluginNoRead/default [2021-04-09T01:13:39.210Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-04-09T01:13:40.147Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2021-04-09T01:13:40.861Z] ok github.com/docker/docker/api/server 0.020s coverage: 9.0% of statements [2021-04-09T01:13:41.184Z] === RUN TestReadPluginNoRead/disabled_caching [2021-04-09T01:13:41.523Z] === RUN TestDockerSuite/TestBuildEnv [2021-04-09T01:13:43.716Z] --- PASS: TestReadPluginNoRead (11.28s) [2021-04-09T01:13:43.716Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.56s) [2021-04-09T01:13:43.716Z] --- PASS: TestReadPluginNoRead/default (2.54s) [2021-04-09T01:13:43.716Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.53s) [2021-04-09T01:13:43.716Z] read_test.go:92: [de7ae212c5aa5] daemon is not started [2021-04-09T01:13:43.716Z] PASS [2021-04-09T01:13:43.716Z] [2021-04-09T01:13:43.716Z] DONE 6 tests in 18.117s [2021-04-09T01:13:43.716Z] 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-09T01:13:43.716Z] testing: warning: no tests to run [2021-04-09T01:13:43.716Z] PASS [2021-04-09T01:13:43.716Z] [2021-04-09T01:13:43.716Z] DONE 0 tests in 0.042s [2021-04-09T01:13:43.716Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-04-09T01:13:43.716Z] INFO: Testing against a local daemon [2021-04-09T01:13:43.716Z] === RUN TestPluginWithDevMounts [2021-04-09T01:13:43.716Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-04-09T01:13:43.716Z] mounts_test.go:21: (*Execution).IsRootless-fm [2021-04-09T01:13:43.716Z] PASS [2021-04-09T01:13:43.716Z] [2021-04-09T01:13:43.716Z] === Skipped [2021-04-09T01:13:43.716Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2021-04-09T01:13:43.716Z] mounts_test.go:21: (*Execution).IsRootless-fm [2021-04-09T01:13:43.716Z] [2021-04-09T01:13:43.716Z] [2021-04-09T01:13:43.716Z] DONE 1 tests, 1 skipped in 0.125s [2021-04-09T01:13:43.716Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-04-09T01:13:43.974Z] INFO: Testing against a local daemon [2021-04-09T01:13:43.974Z] === RUN TestSecretInspect [2021-04-09T01:13:43.974Z] --- SKIP: TestSecretInspect (0.01s) [2021-04-09T01:13:43.974Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:43.974Z] === RUN TestSecretList [2021-04-09T01:13:43.974Z] --- SKIP: TestSecretList (0.01s) [2021-04-09T01:13:43.974Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:43.974Z] === RUN TestSecretsCreateAndDelete [2021-04-09T01:13:43.975Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2021-04-09T01:13:43.975Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:43.975Z] === RUN TestSecretsUpdate [2021-04-09T01:13:43.975Z] --- SKIP: TestSecretsUpdate (0.01s) [2021-04-09T01:13:43.975Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:43.975Z] === RUN TestTemplatedSecret [2021-04-09T01:13:43.975Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-04-09T01:13:43.975Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:43.975Z] === RUN TestSecretCreateResolve [2021-04-09T01:13:43.975Z] --- SKIP: TestSecretCreateResolve (0.01s) [2021-04-09T01:13:43.975Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:43.975Z] PASS [2021-04-09T01:13:43.975Z] [2021-04-09T01:13:43.975Z] === Skipped [2021-04-09T01:13:43.975Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2021-04-09T01:13:43.975Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:43.975Z] [2021-04-09T01:13:43.975Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2021-04-09T01:13:43.975Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:43.975Z] [2021-04-09T01:13:43.975Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2021-04-09T01:13:43.975Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:43.975Z] [2021-04-09T01:13:43.975Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2021-04-09T01:13:43.975Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:43.975Z] [2021-04-09T01:13:43.975Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2021-04-09T01:13:43.975Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:43.975Z] [2021-04-09T01:13:43.975Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2021-04-09T01:13:43.975Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:43.975Z] [2021-04-09T01:13:43.975Z] [2021-04-09T01:13:43.975Z] DONE 6 tests, 6 skipped in 0.185s [2021-04-09T01:13:43.975Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-04-09T01:13:44.058Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-04-09T01:13:44.132Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-04-09T01:13:44.233Z] INFO: Testing against a local daemon [2021-04-09T01:13:44.233Z] === RUN TestServiceCreateInit [2021-04-09T01:13:44.233Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-04-09T01:13:44.233Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-04-09T01:13:44.233Z] --- PASS: TestServiceCreateInit (0.03s) [2021-04-09T01:13:44.233Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-04-09T01:13:44.233Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:44.233Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-04-09T01:13:44.233Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:44.233Z] === RUN TestCreateServiceMultipleTimes [2021-04-09T01:13:44.233Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2021-04-09T01:13:44.233Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:44.233Z] === RUN TestCreateServiceConflict [2021-04-09T01:13:44.233Z] --- SKIP: TestCreateServiceConflict (0.01s) [2021-04-09T01:13:44.233Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:44.233Z] === RUN TestCreateServiceMaxReplicas [2021-04-09T01:13:44.233Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2021-04-09T01:13:44.233Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:44.233Z] === RUN TestCreateWithDuplicateNetworkNames [2021-04-09T01:13:44.233Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2021-04-09T01:13:44.233Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:44.233Z] === RUN TestCreateServiceSecretFileMode [2021-04-09T01:13:44.233Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2021-04-09T01:13:44.233Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:44.233Z] === RUN TestCreateServiceConfigFileMode [2021-04-09T01:13:44.233Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2021-04-09T01:13:44.233Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:44.233Z] === RUN TestCreateServiceSysctls [2021-04-09T01:13:44.233Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2021-04-09T01:13:44.233Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:44.233Z] === RUN TestCreateServiceCapabilities [2021-04-09T01:13:44.233Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2021-04-09T01:13:44.233Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:44.233Z] === RUN TestInspect [2021-04-09T01:13:44.233Z] --- SKIP: TestInspect (0.01s) [2021-04-09T01:13:44.233Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:44.233Z] === RUN TestCreateJob [2021-04-09T01:13:44.233Z] --- SKIP: TestCreateJob (0.01s) [2021-04-09T01:13:44.233Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:44.233Z] === RUN TestReplicatedJob [2021-04-09T01:13:44.233Z] --- SKIP: TestReplicatedJob (0.01s) [2021-04-09T01:13:44.233Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:44.233Z] === RUN TestUpdateReplicatedJob [2021-04-09T01:13:44.233Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2021-04-09T01:13:44.233Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:44.233Z] === RUN TestServiceListWithStatuses [2021-04-09T01:13:44.233Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-04-09T01:13:44.233Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-04-09T01:13:44.233Z] === RUN TestDockerNetworkConnectAlias [2021-04-09T01:13:44.233Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2021-04-09T01:13:44.233Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:44.233Z] === RUN TestDockerNetworkReConnect [2021-04-09T01:13:44.233Z] --- SKIP: TestDockerNetworkReConnect (0.02s) [2021-04-09T01:13:44.233Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:44.233Z] === RUN TestServicePlugin [2021-04-09T01:13:44.994Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2021-04-09T01:13:45.561Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-04-09T01:13:47.465Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-04-09T01:13:48.423Z] --- SKIP: TestServicePlugin (3.70s) [2021-04-09T01:13:48.423Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:48.423Z] === RUN TestServiceUpdateLabel [2021-04-09T01:13:48.423Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2021-04-09T01:13:48.423Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:48.423Z] === RUN TestServiceUpdateSecrets [2021-04-09T01:13:48.423Z] --- SKIP: TestServiceUpdateSecrets (0.02s) [2021-04-09T01:13:48.423Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:48.423Z] === RUN TestServiceUpdateConfigs [2021-04-09T01:13:48.423Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2021-04-09T01:13:48.423Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:48.423Z] === RUN TestServiceUpdateNetwork [2021-04-09T01:13:48.423Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2021-04-09T01:13:48.423Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:48.423Z] === RUN TestServiceUpdatePidsLimit [2021-04-09T01:13:48.423Z] --- SKIP: TestServiceUpdatePidsLimit (0.03s) [2021-04-09T01:13:48.423Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:48.423Z] PASS [2021-04-09T01:13:48.423Z] [2021-04-09T01:13:48.423Z] === Skipped [2021-04-09T01:13:48.423Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-04-09T01:13:48.423Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-04-09T01:13:48.423Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:48.423Z] [2021-04-09T01:13:48.423Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-04-09T01:13:48.423Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-04-09T01:13:48.423Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:48.423Z] [2021-04-09T01:13:48.423Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2021-04-09T01:13:48.423Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:48.423Z] [2021-04-09T01:13:48.423Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2021-04-09T01:13:48.423Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:48.423Z] [2021-04-09T01:13:48.423Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2021-04-09T01:13:48.423Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:48.423Z] [2021-04-09T01:13:48.423Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2021-04-09T01:13:48.423Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:48.423Z] [2021-04-09T01:13:48.423Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2021-04-09T01:13:48.423Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:48.423Z] [2021-04-09T01:13:48.423Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2021-04-09T01:13:48.423Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:48.423Z] [2021-04-09T01:13:48.423Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.03s) [2021-04-09T01:13:48.423Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:48.423Z] [2021-04-09T01:13:48.423Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2021-04-09T01:13:48.423Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:48.423Z] [2021-04-09T01:13:48.423Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2021-04-09T01:13:48.423Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:48.423Z] [2021-04-09T01:13:48.423Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2021-04-09T01:13:48.423Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:48.423Z] [2021-04-09T01:13:48.423Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2021-04-09T01:13:48.423Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:48.423Z] [2021-04-09T01:13:48.423Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2021-04-09T01:13:48.423Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:48.423Z] [2021-04-09T01:13:48.423Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-04-09T01:13:48.423Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-04-09T01:13:48.423Z] [2021-04-09T01:13:48.423Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2021-04-09T01:13:48.423Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:48.423Z] [2021-04-09T01:13:48.423Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.02s) [2021-04-09T01:13:48.423Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:48.423Z] [2021-04-09T01:13:48.423Z] === SKIP: amd64.integration.service TestServicePlugin (3.70s) [2021-04-09T01:13:48.423Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:48.423Z] [2021-04-09T01:13:48.423Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2021-04-09T01:13:48.423Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:48.423Z] [2021-04-09T01:13:48.423Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.02s) [2021-04-09T01:13:48.423Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:48.423Z] [2021-04-09T01:13:48.423Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2021-04-09T01:13:48.423Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:48.423Z] [2021-04-09T01:13:48.423Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2021-04-09T01:13:48.423Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:48.423Z] [2021-04-09T01:13:48.423Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.03s) [2021-04-09T01:13:48.423Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-09T01:13:48.423Z] [2021-04-09T01:13:48.423Z] [2021-04-09T01:13:48.423Z] DONE 24 tests, 23 skipped in 4.122s [2021-04-09T01:13:48.423Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-04-09T01:13:48.423Z] INFO: Testing against a local daemon [2021-04-09T01:13:48.423Z] === RUN TestSessionCreate [2021-04-09T01:13:48.423Z] --- PASS: TestSessionCreate (0.02s) [2021-04-09T01:13:48.423Z] === RUN TestSessionCreateWithBadUpgrade [2021-04-09T01:13:48.423Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-04-09T01:13:48.423Z] PASS [2021-04-09T01:13:48.423Z] [2021-04-09T01:13:48.423Z] DONE 2 tests in 0.146s [2021-04-09T01:13:48.423Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-04-09T01:13:48.423Z] INFO: Testing against a local daemon [2021-04-09T01:13:48.423Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-04-09T01:13:48.423Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-04-09T01:13:48.423Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-04-09T01:13:48.423Z] === RUN TestEventsExecDie [2021-04-09T01:13:49.360Z] --- PASS: TestEventsExecDie (0.99s) [2021-04-09T01:13:49.360Z] === RUN TestEventsBackwardsCompatible [2021-04-09T01:13:49.360Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2021-04-09T01:13:49.360Z] === RUN TestInfoBinaryCommits [2021-04-09T01:13:49.360Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-04-09T01:13:49.360Z] === RUN TestInfoAPIVersioned [2021-04-09T01:13:49.360Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-04-09T01:13:49.360Z] === RUN TestInfoDiscoveryBackend [2021-04-09T01:13:51.261Z] --- PASS: TestInfoDiscoveryBackend (1.73s) [2021-04-09T01:13:51.261Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-04-09T01:13:52.276Z] --- PASS: TestServiceUpdatePidsLimit (17.66s) [2021-04-09T01:13:52.276Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.05s) [2021-04-09T01:13:52.276Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.22s) [2021-04-09T01:13:52.276Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.22s) [2021-04-09T01:13:52.276Z] PASS [2021-04-09T01:13:52.276Z] [2021-04-09T01:13:52.276Z] === Skipped [2021-04-09T01:13:52.276Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2021-04-09T01:13:52.276Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-04-09T01:13:52.276Z] [2021-04-09T01:13:52.276Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2021-04-09T01:13:52.276Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-09T01:13:52.276Z] [2021-04-09T01:13:52.276Z] [2021-04-09T01:13:52.276Z] DONE 27 tests, 2 skipped in 160.093s [2021-04-09T01:13:52.276Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2021-04-09T01:13:52.276Z] ++ 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-09T01:13:52.276Z] ++ set -e [2021-04-09T01:13:52.276Z] ++ '[' -n 0 ']' [2021-04-09T01:13:52.276Z] ++ set -x [2021-04-09T01:13:52.276Z] ++ env -i DEST=/go/src/github.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-09T01:13:52.276Z] INFO: Testing against a local daemon [2021-04-09T01:13:52.276Z] === RUN TestSessionCreate [2021-04-09T01:13:52.276Z] --- PASS: TestSessionCreate (0.05s) [2021-04-09T01:13:52.276Z] === RUN TestSessionCreateWithBadUpgrade [2021-04-09T01:13:52.276Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2021-04-09T01:13:52.276Z] PASS [2021-04-09T01:13:52.276Z] [2021-04-09T01:13:52.276Z] DONE 2 tests in 0.251s [2021-04-09T01:13:52.276Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2021-04-09T01:13:52.276Z] ++ 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-09T01:13:52.276Z] ++ set -e [2021-04-09T01:13:52.276Z] ++ '[' -n 0 ']' [2021-04-09T01:13:52.276Z] ++ set -x [2021-04-09T01:13:52.276Z] ++ env -i DEST=/go/src/github.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-09T01:13:52.276Z] INFO: Testing against a local daemon [2021-04-09T01:13:52.276Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-04-09T01:13:52.276Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-04-09T01:13:52.276Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-04-09T01:13:52.276Z] === RUN TestEventsExecDie [2021-04-09T01:13:52.538Z] --- PASS: TestEventsExecDie (1.14s) [2021-04-09T01:13:52.538Z] === RUN TestEventsBackwardsCompatible [2021-04-09T01:13:52.799Z] --- PASS: TestEventsBackwardsCompatible (0.12s) [2021-04-09T01:13:52.799Z] === RUN TestInfoBinaryCommits [2021-04-09T01:13:52.799Z] --- PASS: TestInfoBinaryCommits (0.05s) [2021-04-09T01:13:52.799Z] === RUN TestInfoAPIVersioned [2021-04-09T01:13:52.799Z] --- PASS: TestInfoAPIVersioned (0.02s) [2021-04-09T01:13:52.799Z] === RUN TestInfoDiscoveryBackend [2021-04-09T01:13:54.191Z] --- PASS: TestInfoDiscoveryBackend (1.11s) [2021-04-09T01:13:54.191Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-04-09T01:13:54.545Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.39s) [2021-04-09T01:13:54.545Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-04-09T01:13:54.545Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-04-09T01:13:54.545Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-09T01:13:54.545Z] === RUN TestInfoAPI [2021-04-09T01:13:54.545Z] --- PASS: TestInfoAPI (0.02s) [2021-04-09T01:13:54.545Z] === RUN TestInfoAPIWarnings [2021-04-09T01:13:55.133Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-04-09T01:13:55.133Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-04-09T01:13:56.078Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (1.10s) [2021-04-09T01:13:56.078Z] === RUN TestInfoAPI [2021-04-09T01:13:56.078Z] --- PASS: TestInfoAPI (0.05s) [2021-04-09T01:13:56.078Z] === RUN TestInfoAPIWarnings [2021-04-09T01:13:57.453Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2021-04-09T01:13:57.453Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-04-09T01:14:09.658Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-04-09T01:14:12.623Z] --- PASS: TestInfoAPIWarnings (17.76s) [2021-04-09T01:14:12.623Z] === RUN TestInfoDebug [2021-04-09T01:14:13.846Z] === RUN TestDockerDaemonSuite/TestShmSize [2021-04-09T01:14:14.198Z] --- PASS: TestInfoAPIWarnings (17.08s) [2021-04-09T01:14:14.198Z] === RUN TestInfoDebug [2021-04-09T01:14:14.198Z] --- PASS: TestInfoDebug (1.10s) [2021-04-09T01:14:14.198Z] === RUN TestInfoInsecureRegistries [2021-04-09T01:14:14.524Z] --- PASS: TestInfoDebug (1.94s) [2021-04-09T01:14:14.524Z] === RUN TestInfoInsecureRegistries [2021-04-09T01:14:15.585Z] --- PASS: TestInfoInsecureRegistries (1.13s) [2021-04-09T01:14:15.585Z] === RUN TestInfoRegistryMirrors [2021-04-09T01:14:16.382Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2021-04-09T01:14:16.425Z] --- PASS: TestInfoInsecureRegistries (1.80s) [2021-04-09T01:14:16.425Z] === RUN TestInfoRegistryMirrors [2021-04-09T01:14:16.529Z] --- PASS: TestInfoRegistryMirrors (1.12s) [2021-04-09T01:14:16.529Z] === RUN TestLoginFailsWithBadCredentials [2021-04-09T01:14:16.791Z] --- PASS: TestLoginFailsWithBadCredentials (0.28s) [2021-04-09T01:14:16.791Z] === RUN TestPingCacheHeaders [2021-04-09T01:14:16.791Z] --- PASS: TestPingCacheHeaders (0.05s) [2021-04-09T01:14:16.791Z] === RUN TestPingGet [2021-04-09T01:14:16.791Z] --- PASS: TestPingGet (0.03s) [2021-04-09T01:14:16.791Z] === RUN TestPingHead [2021-04-09T01:14:16.791Z] --- PASS: TestPingHead (0.05s) [2021-04-09T01:14:16.791Z] === RUN TestVersion [2021-04-09T01:14:17.052Z] --- PASS: TestVersion (0.06s) [2021-04-09T01:14:17.052Z] PASS [2021-04-09T01:14:17.052Z] [2021-04-09T01:14:17.052Z] === Skipped [2021-04-09T01:14:17.052Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-04-09T01:14:17.052Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-04-09T01:14:17.053Z] [2021-04-09T01:14:17.053Z] [2021-04-09T01:14:17.053Z] DONE 18 tests, 1 skipped in 25.636s [2021-04-09T01:14:17.053Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2021-04-09T01:14:17.053Z] ++ 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-09T01:14:17.053Z] ++ set -e [2021-04-09T01:14:17.053Z] ++ '[' -n 0 ']' [2021-04-09T01:14:17.053Z] ++ set -x [2021-04-09T01:14:17.053Z] ++ env -i DEST=/go/src/github.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-09T01:14:17.053Z] INFO: Testing against a local daemon [2021-04-09T01:14:17.053Z] === RUN TestVolumesCreateAndList [2021-04-09T01:14:17.053Z] --- PASS: TestVolumesCreateAndList (0.04s) [2021-04-09T01:14:17.053Z] === RUN TestVolumesRemove [2021-04-09T01:14:17.314Z] --- PASS: TestVolumesRemove (0.08s) [2021-04-09T01:14:17.314Z] === RUN TestVolumesInspect [2021-04-09T01:14:17.314Z] --- PASS: TestVolumesInspect (0.03s) [2021-04-09T01:14:17.314Z] === RUN TestVolumesInvalidJSON [2021-04-09T01:14:17.314Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-04-09T01:14:17.314Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-04-09T01:14:17.314Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-04-09T01:14:17.314Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-04-09T01:14:17.314Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-04-09T01:14:17.314Z] PASS [2021-04-09T01:14:17.314Z] [2021-04-09T01:14:17.314Z] DONE 5 tests in 0.328s [2021-04-09T01:14:17.314Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-04-09T01:14:17.800Z] --- PASS: TestInfoRegistryMirrors (1.78s) [2021-04-09T01:14:17.800Z] === RUN TestLoginFailsWithBadCredentials [2021-04-09T01:14:17.887Z] ++++ cat bundles/test-integration/docker.pid [2021-04-09T01:14:17.887Z] +++ kill 13914 [2021-04-09T01:14:18.059Z] --- PASS: TestLoginFailsWithBadCredentials (0.15s) [2021-04-09T01:14:18.059Z] === RUN TestPingCacheHeaders [2021-04-09T01:14:18.059Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-04-09T01:14:18.059Z] === RUN TestPingGet [2021-04-09T01:14:18.059Z] --- PASS: TestPingGet (0.01s) [2021-04-09T01:14:18.059Z] === RUN TestPingHead [2021-04-09T01:14:18.059Z] --- PASS: TestPingHead (0.02s) [2021-04-09T01:14:18.059Z] === RUN TestVersion [2021-04-09T01:14:18.059Z] --- PASS: TestVersion (0.02s) [2021-04-09T01:14:18.059Z] PASS [2021-04-09T01:14:18.059Z] [2021-04-09T01:14:18.059Z] === Skipped [2021-04-09T01:14:18.059Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-04-09T01:14:18.059Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-04-09T01:14:18.059Z] [2021-04-09T01:14:18.059Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-04-09T01:14:18.059Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-09T01:14:18.059Z] [2021-04-09T01:14:18.059Z] [2021-04-09T01:14:18.059Z] DONE 18 tests, 2 skipped in 29.795s [2021-04-09T01:14:18.059Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-04-09T01:14:18.318Z] INFO: Testing against a local daemon [2021-04-09T01:14:18.318Z] === RUN TestVolumesCreateAndList [2021-04-09T01:14:18.318Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-04-09T01:14:18.318Z] === RUN TestVolumesRemove [2021-04-09T01:14:18.318Z] --- PASS: TestVolumesRemove (0.05s) [2021-04-09T01:14:18.318Z] === RUN TestVolumesInspect [2021-04-09T01:14:18.318Z] --- PASS: TestVolumesInspect (0.02s) [2021-04-09T01:14:18.318Z] === RUN TestVolumesInvalidJSON [2021-04-09T01:14:18.318Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-04-09T01:14:18.318Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-04-09T01:14:18.318Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-04-09T01:14:18.318Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-04-09T01:14:18.318Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-04-09T01:14:18.318Z] PASS [2021-04-09T01:14:18.318Z] [2021-04-09T01:14:18.318Z] DONE 5 tests in 0.214s [2021-04-09T01:14:18.318Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-04-09T01:14:18.318Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12249 is not a child of this shell [2021-04-09T01:14:18.318Z] warning: PID 12249 from bundles/test-integration/docker.pid had a nonzero exit code [2021-04-09T01:14:18.318Z] Leaving: AppArmorNo profiles have been unloaded. [2021-04-09T01:14:18.318Z] [2021-04-09T01:14:18.318Z] Unloading profiles will leave already running processes permanently [2021-04-09T01:14:18.318Z] unconfined, which can lead to unexpected situations. [2021-04-09T01:14:18.318Z] [2021-04-09T01:14:18.318Z] To set a process to complain mode, use the command line tool [2021-04-09T01:14:18.318Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-04-09T01:14:18.318Z] Removing test suite binaries [2021-04-09T01:14:18.318Z] exiting test-integration [2021-04-09T01:14:18.318Z] ++ exit 0 [2021-04-09T01:14:19.273Z] +++ /etc/init.d/apparmor stop [2021-04-09T01:14:19.273Z] Leaving: AppArmorNo profiles have been unloaded. [2021-04-09T01:14:19.273Z] [2021-04-09T01:14:19.273Z] Unloading profiles will leave already running processes permanently [2021-04-09T01:14:19.273Z] unconfined, which can lead to unexpected situations. [2021-04-09T01:14:19.273Z] [2021-04-09T01:14:19.273Z] To set a process to complain mode, use the command line tool [2021-04-09T01:14:19.273Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-04-09T01:14:19.273Z] +++ true [2021-04-09T01:14:19.273Z] exiting test-integration [2021-04-09T01:14:19.273Z] ++ exit 0 [2021-04-09T01:14:19.273Z] [2021-04-09T01:14:19.696Z] Post stage [Pipeline] junit [2021-04-09T01:14:21.085Z] Recording test results [2021-04-09T01:14:21.655Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2021-04-09T01:14:21.656Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2021-04-09T01:14:22.932Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-04-09T01:14:23.284Z] + echo Ensuring container killed. [2021-04-09T01:14:23.284Z] Ensuring container killed. [2021-04-09T01:14:23.284Z] + docker rm -vf docker-pr67 [2021-04-09T01:14:23.284Z] Error: No such container: docker-pr67 [Pipeline] sh Post stage [Pipeline] junit [2021-04-09T01:14:23.505Z] Recording test results [2021-04-09T01:14:23.567Z] + echo Chowning /workspace to jenkins user [2021-04-09T01:14:23.567Z] Chowning /workspace to jenkins user [2021-04-09T01:14:23.567Z] + id -u [2021-04-09T01:14:23.567Z] + id -g [2021-04-09T01:14:23.567Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39846:/workspace busybox chown -R 1000:1000 /workspace [2021-04-09T01:14:23.567Z] Unable to find image 'busybox:latest' locally [2021-04-09T01:14:23.703Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-04-09T01:14:23.826Z] latest: Pulling from library/busybox [2021-04-09T01:14:23.826Z] f531cdc67389: Pulling fs layer [2021-04-09T01:14:23.826Z] f531cdc67389: Verifying Checksum [2021-04-09T01:14:23.826Z] f531cdc67389: Download complete [2021-04-09T01:14:23.826Z] f531cdc67389: Pull complete [2021-04-09T01:14:23.826Z] Digest: sha256:ae39a6f5c07297d7ab64dbd4f82c77c874cc6a94cea29fdec309d0992574b4f7 [2021-04-09T01:14:24.059Z] + echo Ensuring container killed. [2021-04-09T01:14:24.059Z] Ensuring container killed. [2021-04-09T01:14:24.059Z] + docker rm -vf docker-pr67 [2021-04-09T01:14:24.059Z] Error: No such container: docker-pr67 [Pipeline] sh [2021-04-09T01:14:24.085Z] Status: Downloaded newer image for busybox:latest [2021-04-09T01:14:24.352Z] + echo Chowning /workspace to jenkins user [2021-04-09T01:14:24.352Z] Chowning /workspace to jenkins user [2021-04-09T01:14:24.352Z] + id -u [2021-04-09T01:14:24.352Z] + id -g [2021-04-09T01:14:24.352Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39846:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-04-09T01:14:25.777Z] + bundleName=amd64-rootless [2021-04-09T01:14:25.777Z] + echo Creating amd64-rootless-bundles.tar.gz [2021-04-09T01:14:25.777Z] Creating amd64-rootless-bundles.tar.gz [2021-04-09T01:14:25.777Z] + 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-09T01:14:25.777Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [Pipeline] archiveArtifacts [2021-04-09T01:14:25.788Z] Archiving artifacts [2021-04-09T01:14:27.541Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-39846/67/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-04-09T01:14:27.859Z] + make clean [2021-04-09T01:14:28.117Z] docker volume rm -f docker-dev-cache [2021-04-09T01:14:28.117Z] docker-dev-cache [Pipeline] deleteDir [2021-04-09T01:14:28.220Z] --- PASS: TestDockerDaemonSuite (524.68s) [2021-04-09T01:14:28.220Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (10.34s) [2021-04-09T01:14:28.220Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (2.16s) [2021-04-09T01:14:28.220Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.86s) [2021-04-09T01:14:28.220Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (4.20s) [2021-04-09T01:14:28.220Z] docker_cli_daemon_test.go:1455: [d7c1ab616a0e3] daemon is not started [2021-04-09T01:14:28.220Z] check_test.go:309: [d0b7fa6cdf685] daemon is not started [2021-04-09T01:14:28.220Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (3.30s) [2021-04-09T01:14:28.220Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (3.18s) [2021-04-09T01:14:28.220Z] check_test.go:309: [d7f42fd0a4e92] daemon is not started [2021-04-09T01:14:28.220Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.89s) [2021-04-09T01:14:28.220Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (5.26s) [2021-04-09T01:14:28.220Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (4.10s) [2021-04-09T01:14:28.220Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (5.54s) [2021-04-09T01:14:28.220Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (6.33s) [2021-04-09T01:14:28.220Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (4.73s) [2021-04-09T01:14:28.220Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.94s) [2021-04-09T01:14:28.220Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (3.96s) [2021-04-09T01:14:28.220Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2021-04-09T01:14:28.220Z] check_test.go:309: [d41156653ac38] daemon is not started [2021-04-09T01:14:28.220Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2021-04-09T01:14:28.220Z] check_test.go:309: [db031dbaf1498] daemon is not started [2021-04-09T01:14:28.220Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (2.70s) [2021-04-09T01:14:28.220Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.88s) [2021-04-09T01:14:28.220Z] check_test.go:309: [d48c98558d472] daemon is not started [2021-04-09T01:14:28.220Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (3.99s) [2021-04-09T01:14:28.220Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (2.93s) [2021-04-09T01:14:28.220Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (3.80s) [2021-04-09T01:14:28.220Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (2.27s) [2021-04-09T01:14:28.220Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.73s) [2021-04-09T01:14:28.220Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.85s) [2021-04-09T01:14:28.220Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.97s) [2021-04-09T01:14:28.220Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2021-04-09T01:14:28.220Z] check_test.go:309: [d65bd3e6cefb1] daemon is not started [2021-04-09T01:14:28.220Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.84s) [2021-04-09T01:14:28.220Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.94s) [2021-04-09T01:14:28.220Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.87s) [2021-04-09T01:14:28.220Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (5.18s) [2021-04-09T01:14:28.220Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (7.74s) [2021-04-09T01:14:28.220Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (4.49s) [2021-04-09T01:14:28.220Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-04-09T01:14:28.220Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-04-09T01:14:28.220Z] check_test.go:309: [d2a5406b9dbeb] daemon is not started [2021-04-09T01:14:28.220Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.97s) [2021-04-09T01:14:28.220Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (3.31s) [2021-04-09T01:14:28.220Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (2.64s) [2021-04-09T01:14:28.220Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (2.86s) [2021-04-09T01:14:28.220Z] check_test.go:309: [d8c31f54f4272] daemon is not started [2021-04-09T01:14:28.220Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (5.56s) [2021-04-09T01:14:28.220Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.90s) [2021-04-09T01:14:28.220Z] check_test.go:309: [d6e36f35f5736] daemon is not started [2021-04-09T01:14:28.220Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.70s) [2021-04-09T01:14:28.220Z] docker_cli_daemon_plugins_test.go:79: [d169a274885cd] daemon is not started [2021-04-09T01:14:28.220Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.74s) [2021-04-09T01:14:28.221Z] docker_cli_daemon_plugins_test.go:169: [d3ba1fc6f9775] daemon is not started [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (6.15s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.99s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (1.14s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2021-04-09T01:14:28.221Z] check_test.go:309: [dca643eabe9b8] daemon is not started [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (2.72s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (2.77s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (2.57s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (2.92s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (2.68s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (2.72s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (3.15s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.86s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.93s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.83s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (8.57s) [2021-04-09T01:14:28.221Z] check_test.go:309: [d793007a1ea2b] daemon is not started [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (3.86s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (29.03s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (4.33s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (2.03s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (8.00s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (4.88s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (8.17s) [2021-04-09T01:14:28.221Z] check_test.go:309: [d065d120b0ddc] daemon is not started [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (3.12s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (3.90s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (16.09s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (5.31s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (2.87s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (3.13s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (4.72s) [2021-04-09T01:14:28.221Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2021-04-09T01:14:28.221Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-04-09T01:14:28.221Z] check_test.go:309: [d7d662f385ae4] daemon is not started [2021-04-09T01:14:28.221Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2021-04-09T01:14:28.221Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-04-09T01:14:28.221Z] check_test.go:309: [d549f792bfdbc] daemon is not started [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (5.21s) [2021-04-09T01:14:28.221Z] check_test.go:309: [dfb3d0a3a9f81] daemon is not started [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (7.60s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (4.47s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (4.31s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (3.05s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (5.02s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (7.14s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (8.35s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (3.66s) [2021-04-09T01:14:28.221Z] check_test.go:309: [d814e69eb7ce8] daemon is not started [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (5.25s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (4.36s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (2.84s) [2021-04-09T01:14:28.221Z] check_test.go:309: [daa445b141307] daemon is not started [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.92s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (7.03s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (2.05s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.53s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.97s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (6.54s) [2021-04-09T01:14:28.221Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from config [2021-04-09T01:14:28.221Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config [2021-04-09T01:14:28.221Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from config [2021-04-09T01:14:28.221Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config [2021-04-09T01:14:28.221Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config [2021-04-09T01:14:28.221Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli [2021-04-09T01:14:28.221Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli [2021-04-09T01:14:28.221Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli [2021-04-09T01:14:28.221Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli [2021-04-09T01:14:28.221Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli [2021-04-09T01:14:28.221Z] check_test.go:309: [d98294cbc0997] daemon is not started [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (2.06s) [2021-04-09T01:14:28.221Z] check_test.go:309: [d03147d275901] daemon is not started [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.93s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (2.06s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (5.50s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.87s) [2021-04-09T01:14:28.221Z] check_test.go:309: [da391f011a2d2] daemon is not started [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (4.60s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (2.96s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (7.00s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.36s) [2021-04-09T01:14:28.221Z] check_test.go:309: [dc7ca3e9054e9] daemon is not started [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (10.22s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (6.28s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (6.08s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (3.12s) [2021-04-09T01:14:28.221Z] check_test.go:309: [d694a2a0d0f3a] daemon is not started [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.95s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.89s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (1.02s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (2.72s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2021-04-09T01:14:28.221Z] check_test.go:309: [d2257d67b3e12] daemon is not started [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.24s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.24s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (5.30s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (2.06s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.52s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (5.14s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (5.26s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (7.03s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (2.00s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.59s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.60s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (4.84s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (12.25s) [2021-04-09T01:14:28.221Z] docker_cli_daemon_test.go:2550: [d8871c70ebe76] daemon is not started [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (11.88s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (4.43s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestShmSize (2.99s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (4.29s) [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.20s) [2021-04-09T01:14:28.221Z] check_test.go:309: [d81cb5de314aa] daemon is not started [2021-04-09T01:14:28.221Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (6.65s) [2021-04-09T01:14:28.221Z] === RUN TestDockerSwarmSuite [2021-04-09T01:14:28.221Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2021-04-09T01:14:28.787Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-04-09T01:14:31.250Z] + bundleName=arm64-integration [2021-04-09T01:14:31.250Z] + echo Creating arm64-integration-bundles.tar.gz [2021-04-09T01:14:31.250Z] Creating arm64-integration-bundles.tar.gz [2021-04-09T01:14:31.250Z] + + xargsfind tar bundles -czf -path arm64-integration-bundles.tar.gz */root/*overlay2 [2021-04-09T01:14:31.250Z] -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-04-09T01:14:31.320Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2021-04-09T01:14:31.320Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [Pipeline] archiveArtifacts [2021-04-09T01:14:31.526Z] Archiving artifacts [2021-04-09T01:14:31.805Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-39846/67/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-04-09T01:14:32.127Z] + make clean [2021-04-09T01:14:32.700Z] docker volume rm -f docker-dev-cache [2021-04-09T01:14:32.700Z] docker-dev-cache [Pipeline] deleteDir [2021-04-09T01:14:34.608Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-09T01:14:42.768Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2021-04-09T01:14:45.304Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-04-09T01:14:46.242Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-04-09T01:14:46.809Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-04-09T01:14:47.375Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-04-09T01:14:49.277Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-04-09T01:14:49.277Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-04-09T01:14:49.277Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-04-09T01:14:55.838Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2021-04-09T01:14:56.096Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2021-04-09T01:15:02.339Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-04-09T01:15:02.339Z] ok github.com/docker/docker/api/server/httputils 0.015s coverage: 14.7% of statements [2021-04-09T01:15:02.339Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2021-04-09T01:15:02.339Z] ? github.com/docker/docker/api/server/router [no test files] [2021-04-09T01:15:02.339Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-04-09T01:15:02.339Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-04-09T01:15:02.339Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-04-09T01:15:02.339Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-04-09T01:15:02.339Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-04-09T01:15:02.339Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-04-09T01:15:02.339Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-04-09T01:15:02.339Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-04-09T01:15:02.339Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-04-09T01:15:02.339Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-04-09T01:15:02.339Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 5.7% of statements [2021-04-09T01:15:02.339Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-04-09T01:15:02.339Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-04-09T01:15:02.339Z] ? github.com/docker/docker/api/types [no test files] [2021-04-09T01:15:02.339Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-04-09T01:15:02.339Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-04-09T01:15:02.339Z] ? github.com/docker/docker/api/types/container [no test files] [2021-04-09T01:15:02.339Z] ? github.com/docker/docker/api/types/events [no test files] [2021-04-09T01:15:02.339Z] ok github.com/docker/docker/api/types/strslice 0.010s coverage: 90.0% of statements [2021-04-09T01:15:02.339Z] ok github.com/docker/docker/api/types/filters 0.007s coverage: 92.2% of statements [2021-04-09T01:15:02.339Z] ? github.com/docker/docker/api/types/image [no test files] [2021-04-09T01:15:02.339Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-04-09T01:15:02.339Z] ? github.com/docker/docker/api/types/network [no test files] [2021-04-09T01:15:02.339Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-04-09T01:15:02.339Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-04-09T01:15:02.339Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-04-09T01:15:02.339Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-04-09T01:15:02.339Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2021-04-09T01:15:02.339Z] ok github.com/docker/docker/api/types/versions 0.005s coverage: 75.0% of statements [2021-04-09T01:15:02.339Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-04-09T01:15:02.339Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-04-09T01:15:02.339Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-04-09T01:15:02.339Z] ? github.com/docker/docker/builder [no test files] [2021-04-09T01:15:02.339Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-04-09T01:15:02.339Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-04-09T01:15:02.339Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-04-09T01:15:02.339Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-04-09T01:15:02.339Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-04-09T01:15:02.339Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-04-09T01:15:02.339Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-04-09T01:15:05.646Z] ok github.com/docker/docker/builder/remotecontext 0.082s coverage: 13.7% of statements [2021-04-09T01:15:05.646Z] ok github.com/docker/docker/builder/dockerfile 0.207s coverage: 48.5% of statements [2021-04-09T01:15:05.646Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-04-09T01:15:06.072Z] === RUN TestDockerSuite/TestBuildExpose [2021-04-09T01:15:06.072Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-04-09T01:15:06.638Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-04-09T01:15:07.029Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2021-04-09T01:15:07.205Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-04-09T01:15:07.599Z] ok github.com/docker/docker/builder/remotecontext/git 1.216s coverage: 86.3% of statements [2021-04-09T01:15:07.599Z] ? github.com/docker/docker/cli [no test files] [2021-04-09T01:15:07.599Z] ? github.com/docker/docker/cli/config [no test files] [2021-04-09T01:15:07.772Z] === RUN TestDockerSuite/TestBuildFails [2021-04-09T01:15:08.708Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-04-09T01:15:08.708Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-04-09T01:15:11.800Z] ok github.com/docker/docker/client 0.217s coverage: 75.4% of statements [2021-04-09T01:15:11.995Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-04-09T01:15:16.185Z] === RUN TestDockerSuite/TestBuildForceRm [2021-04-09T01:15:19.493Z] === RUN TestDockerSuite/TestBuildFromGit [2021-04-09T01:15:21.396Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-04-09T01:15:21.396Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-04-09T01:15:22.771Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-04-09T01:15:26.056Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-04-09T01:15:26.314Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-04-09T01:15:26.880Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-04-09T01:15:28.255Z] --- PASS: TestImportExtremelyLargeImageWorks (230.80s) [2021-04-09T01:15:28.255Z] PASS [2021-04-09T01:15:28.255Z] [2021-04-09T01:15:28.255Z] DONE 12 tests in 236.102s [2021-04-09T01:15:28.255Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-04-09T01:15:28.255Z] ++ 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-09T01:15:28.255Z] ++ set -e [2021-04-09T01:15:28.255Z] ++ '[' -n 0 ']' [2021-04-09T01:15:28.255Z] ++ set -x [2021-04-09T01:15:28.255Z] ++ env -i DEST=/go/src/github.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-09T01:15:28.255Z] INFO: Testing against a local daemon [2021-04-09T01:15:28.255Z] === RUN TestNetworkCreateDelete [2021-04-09T01:15:28.822Z] --- PASS: TestNetworkCreateDelete (0.48s) [2021-04-09T01:15:28.822Z] === RUN TestDockerNetworkDeletePreferID [2021-04-09T01:15:29.080Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-04-09T01:15:30.015Z] --- PASS: TestDockerNetworkDeletePreferID (1.40s) [2021-04-09T01:15:30.015Z] === RUN TestDaemonDNSFallback [2021-04-09T01:15:30.274Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2021-04-09T01:15:30.274Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2021-04-09T01:15:31.650Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-04-09T01:15:33.554Z] === RUN TestDockerSuite/TestBuildHistory [2021-04-09T01:15:36.837Z] === RUN TestDockerSuite/TestBuildIidFile [2021-04-09T01:15:36.837Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-04-09T01:15:37.404Z] === RUN TestDockerSuite/TestBuildInheritance [2021-04-09T01:15:37.970Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-04-09T01:15:38.229Z] --- PASS: TestDaemonDNSFallback (8.11s) [2021-04-09T01:15:38.229Z] === RUN TestInspectNetwork [2021-04-09T01:15:38.487Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-04-09T01:15:38.487Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-04-09T01:15:39.863Z] === RUN TestDockerSuite/TestBuildLabel [2021-04-09T01:15:40.122Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-04-09T01:15:40.691Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-04-09T01:15:41.259Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-04-09T01:15:41.259Z] === RUN TestDockerSuite/TestBuildLabels [2021-04-09T01:15:42.216Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-04-09T01:15:43.152Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-04-09T01:15:43.410Z] === RUN TestInspectNetwork/full_network_id [2021-04-09T01:15:43.410Z] === RUN TestInspectNetwork/partial_network_id [2021-04-09T01:15:43.410Z] === RUN TestInspectNetwork/network_name [2021-04-09T01:15:43.410Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-04-09T01:15:45.941Z] === RUN TestDockerSuite/TestBuildLastModified [2021-04-09T01:15:47.841Z] --- PASS: TestInspectNetwork (9.48s) [2021-04-09T01:15:47.841Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-04-09T01:15:47.841Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-04-09T01:15:47.841Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-04-09T01:15:47.841Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-04-09T01:15:47.841Z] === RUN TestRunContainerWithBridgeNone [2021-04-09T01:15:52.033Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-04-09T01:15:52.033Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2021-04-09T01:15:52.033Z] --- PASS: TestRunContainerWithBridgeNone (4.10s) [2021-04-09T01:15:52.033Z] === RUN TestNetworkInvalidJSON [2021-04-09T01:15:52.033Z] === RUN TestNetworkInvalidJSON//networks/create [2021-04-09T01:15:52.033Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-04-09T01:15:52.033Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-04-09T01:15:52.033Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-04-09T01:15:52.033Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-09T01:15:52.033Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-09T01:15:52.033Z] === CONT TestNetworkInvalidJSON//networks/create [2021-04-09T01:15:52.033Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-09T01:15:52.033Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-04-09T01:15:52.033Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-04-09T01:15:52.033Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2021-04-09T01:15:52.033Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2021-04-09T01:15:52.033Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-04-09T01:15:52.033Z] === RUN TestNetworkList [2021-04-09T01:15:52.033Z] === RUN TestNetworkList//networks [2021-04-09T01:15:52.033Z] === PAUSE TestNetworkList//networks [2021-04-09T01:15:52.033Z] === RUN TestNetworkList//networks/ [2021-04-09T01:15:52.033Z] === PAUSE TestNetworkList//networks/ [2021-04-09T01:15:52.033Z] === CONT TestNetworkList//networks [2021-04-09T01:15:52.033Z] === CONT TestNetworkList//networks/ [2021-04-09T01:15:52.033Z] --- PASS: TestNetworkList (0.03s) [2021-04-09T01:15:52.033Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-04-09T01:15:52.033Z] --- PASS: TestNetworkList//networks (0.00s) [2021-04-09T01:15:52.033Z] === RUN TestHostIPv4BridgeLabel [2021-04-09T01:15:52.601Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2021-04-09T01:15:52.859Z] --- PASS: TestHostIPv4BridgeLabel (1.12s) [2021-04-09T01:15:52.860Z] === RUN TestDaemonRestartWithLiveRestore [2021-04-09T01:15:54.761Z] --- PASS: TestDaemonRestartWithLiveRestore (1.90s) [2021-04-09T01:15:54.761Z] === RUN TestDaemonDefaultNetworkPools [2021-04-09T01:15:56.136Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-04-09T01:15:56.136Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-04-09T01:15:56.136Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-04-09T01:15:56.136Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-04-09T01:15:56.136Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-04-09T01:15:56.395Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-04-09T01:15:56.654Z] --- PASS: TestDaemonDefaultNetworkPools (1.71s) [2021-04-09T01:15:56.654Z] === RUN TestDaemonRestartWithExistingNetwork [2021-04-09T01:15:58.032Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-04-09T01:15:58.511Z] ok github.com/docker/docker/cmd/dockerd 0.089s coverage: 29.1% of statements [2021-04-09T01:15:58.511Z] ok github.com/docker/docker/container 0.122s coverage: 34.7% of statements [2021-04-09T01:15:58.511Z] ? github.com/docker/docker/container/stream [no test files] [2021-04-09T01:15:58.511Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-04-09T01:15:58.511Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-04-09T01:15:58.511Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-04-09T01:15:58.968Z] --- PASS: TestDaemonRestartWithExistingNetwork (2.35s) [2021-04-09T01:15:58.968Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-04-09T01:15:59.226Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-04-09T01:16:01.814Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.99s) [2021-04-09T01:16:01.814Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-04-09T01:16:02.749Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.98s) [2021-04-09T01:16:02.749Z] === RUN TestServiceWithPredefinedNetwork [2021-04-09T01:16:03.316Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-04-09T01:16:03.574Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-04-09T01:16:03.801Z] ok github.com/docker/docker/daemon/cluster 0.062s coverage: 0.5% of statements [2021-04-09T01:16:04.141Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-04-09T01:16:05.184Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.008s coverage: 65.3% of statements [2021-04-09T01:16:06.043Z] --- PASS: TestServiceWithPredefinedNetwork (3.28s) [2021-04-09T01:16:06.043Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-04-09T01:16:06.043Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-04-09T01:16:06.043Z] service_test.go:242: FLAKY_TEST [2021-04-09T01:16:06.043Z] === RUN TestServiceWithDataPathPortInit [2021-04-09T01:16:06.567Z] ok github.com/docker/docker/daemon/cluster/convert 0.008s coverage: 35.9% of statements [2021-04-09T01:16:16.033Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-04-09T01:16:16.576Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.442s coverage: 14.1% of statements [2021-04-09T01:16:16.576Z] ok github.com/docker/docker/daemon 12.173s coverage: 17.2% of statements [2021-04-09T01:16:16.576Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-04-09T01:16:16.576Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-04-09T01:16:17.515Z] ok github.com/docker/docker/daemon/config 0.052s coverage: 81.8% of statements [2021-04-09T01:16:18.085Z] ok github.com/docker/docker/daemon/discovery 0.004s coverage: 30.0% of statements [2021-04-09T01:16:18.656Z] ok github.com/docker/docker/daemon/events 0.059s coverage: 50.0% of statements [2021-04-09T01:16:18.656Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-04-09T01:16:18.656Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-04-09T01:16:19.319Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-04-09T01:16:19.596Z] ok github.com/docker/docker/daemon/graphdriver 0.017s coverage: 2.2% of statements [2021-04-09T01:16:20.255Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-04-09T01:16:22.140Z] ok github.com/docker/docker/daemon/graphdriver/aufs 1.508s coverage: 73.3% of statements [2021-04-09T01:16:22.140Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.006s coverage: 2.9% of statements [2021-04-09T01:16:22.155Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-04-09T01:16:22.155Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-04-09T01:16:23.523Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.426s coverage: 56.2% of statements [2021-04-09T01:16:24.058Z] --- PASS: TestServiceWithDataPathPortInit (17.81s) [2021-04-09T01:16:24.058Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-04-09T01:16:26.076Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.014s coverage: 1.9% of statements [2021-04-09T01:16:27.346Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-04-09T01:16:27.460Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.741s coverage: 45.9% of statements [2021-04-09T01:16:27.460Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-04-09T01:16:27.913Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-04-09T01:16:28.031Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.308s coverage: 49.4% of statements [2021-04-09T01:16:29.815Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-04-09T01:16:29.944Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.009s coverage: 57.5% of statements [2021-04-09T01:16:30.074Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-04-09T01:16:30.204Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.727s coverage: 57.7% of statements [2021-04-09T01:16:30.204Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-04-09T01:16:30.204Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-04-09T01:16:31.587Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.018s coverage: 3.0% of statements [2021-04-09T01:16:32.527Z] ok github.com/docker/docker/daemon/links 0.010s coverage: 93.0% of statements [2021-04-09T01:16:32.606Z] === RUN TestDockerSuite/TestBuildNetNone [2021-04-09T01:16:32.865Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.84s) [2021-04-09T01:16:32.865Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:cb45m2m0lsjvl0xz1sbq8d039 Created:2021-04-09 01:16:25.426267964 +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[4ef15371e5e806c36d6997a806d52d151fc1e1913ce5434f194e710f17f2e78a:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.7ppechnc6dk7nhibc26ntdklz EndpointID:91b4b0c6432439adc8427f2e30ea5b33101e99e434e9fba8484ba9a1ef4f2b6a MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:305d552fec65a3fffbaf4deb103300e79e7ffa951eea0b7467e379b59305e165 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:494a3aad46a5 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.7ppechnc6dk7nhibc26ntdklz EndpointID:91b4b0c6432439adc8427f2e30ea5b33101e99e434e9fba8484ba9a1ef4f2b6a EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-04-09T01:16:32.865Z] PASS [2021-04-09T01:16:32.865Z] [2021-04-09T01:16:32.865Z] === Skipped [2021-04-09T01:16:32.865Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-04-09T01:16:32.865Z] service_test.go:242: FLAKY_TEST [2021-04-09T01:16:32.865Z] [2021-04-09T01:16:32.865Z] [2021-04-09T01:16:32.865Z] DONE 26 tests, 1 skipped in 64.799s [2021-04-09T01:16:32.865Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-04-09T01:16:32.865Z] ++ 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-09T01:16:32.865Z] ++ set -e [2021-04-09T01:16:32.865Z] ++ '[' -n 0 ']' [2021-04-09T01:16:32.865Z] ++ set -x [2021-04-09T01:16:32.865Z] ++ env -i DEST=/go/src/github.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-09T01:16:32.865Z] INFO: Testing against a local daemon [2021-04-09T01:16:32.865Z] === RUN TestDockerNetworkIpvlanPersistance [2021-04-09T01:16:32.865Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-04-09T01:16:32.865Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-09T01:16:32.865Z] === RUN TestDockerNetworkIpvlan [2021-04-09T01:16:32.865Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-04-09T01:16:32.865Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-09T01:16:32.865Z] PASS [2021-04-09T01:16:32.865Z] [2021-04-09T01:16:32.865Z] === Skipped [2021-04-09T01:16:32.865Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-04-09T01:16:32.865Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-09T01:16:32.865Z] [2021-04-09T01:16:32.865Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-04-09T01:16:32.865Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-09T01:16:32.865Z] [2021-04-09T01:16:32.865Z] [2021-04-09T01:16:32.865Z] DONE 2 tests, 2 skipped in 0.176s [2021-04-09T01:16:33.123Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-04-09T01:16:33.123Z] ++ 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-09T01:16:33.123Z] ++ set -e [2021-04-09T01:16:33.123Z] ++ '[' -n 0 ']' [2021-04-09T01:16:33.123Z] ++ set -x [2021-04-09T01:16:33.123Z] ++ env -i DEST=/go/src/github.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-09T01:16:33.123Z] === RUN TestDockerSuite/TestBuildNoContext [2021-04-09T01:16:33.123Z] INFO: Testing against a local daemon [2021-04-09T01:16:33.123Z] === RUN TestDockerNetworkMacvlanPersistance [2021-04-09T01:16:33.909Z] ok github.com/docker/docker/daemon/images 0.020s coverage: 6.7% of statements [2021-04-09T01:16:33.909Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-04-09T01:16:33.909Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-04-09T01:16:34.500Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-04-09T01:16:34.850Z] ok github.com/docker/docker/daemon/logger 0.234s coverage: 43.2% of statements [2021-04-09T01:16:35.067Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-04-09T01:16:35.326Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.18s) [2021-04-09T01:16:35.326Z] === RUN TestDockerNetworkMacvlan [2021-04-09T01:16:36.234Z] ok github.com/docker/docker/daemon/logger/awslogs 0.175s coverage: 77.8% of statements [2021-04-09T01:16:36.235Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-04-09T01:16:36.235Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-04-09T01:16:36.235Z] ok github.com/docker/docker/daemon/logger/gelf 0.007s coverage: 67.0% of statements [2021-04-09T01:16:36.703Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-04-09T01:16:36.961Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-04-09T01:16:37.220Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 23.9% of statements [2021-04-09T01:16:37.480Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.010s coverage: 69.9% of statements [2021-04-09T01:16:37.528Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-04-09T01:16:37.528Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-04-09T01:16:37.786Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-04-09T01:16:37.786Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-04-09T01:16:38.046Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-04-09T01:16:38.050Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.005s coverage: 87.2% of statements [2021-04-09T01:16:38.990Z] ok github.com/docker/docker/daemon/logger/local 0.013s coverage: 75.2% of statements [2021-04-09T01:16:38.990Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-04-09T01:16:39.015Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-04-09T01:16:39.015Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-04-09T01:16:39.930Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.034s coverage: 55.1% of statements [2021-04-09T01:16:40.870Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.024s coverage: 31.5% of statements [2021-04-09T01:16:40.924Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2021-04-09T01:16:41.182Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-04-09T01:16:42.119Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-04-09T01:16:42.253Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 46.8% of statements [2021-04-09T01:16:42.513Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2021-04-09T01:16:43.082Z] ok github.com/docker/docker/daemon/logger/splunk 1.675s coverage: 82.5% of statements [2021-04-09T01:16:43.082Z] ? github.com/docker/docker/daemon/names [no test files] [2021-04-09T01:16:43.082Z] ok github.com/docker/docker/daemon/network 0.007s coverage: 63.8% of statements [2021-04-09T01:16:43.082Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-04-09T01:16:44.024Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-04-09T01:16:45.629Z] ok github.com/docker/docker/distribution/metadata 0.040s coverage: 48.2% of statements [2021-04-09T01:16:45.926Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-04-09T01:16:46.199Z] ok github.com/docker/docker/distribution 0.173s coverage: 25.2% of statements [2021-04-09T01:16:46.199Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-04-09T01:16:47.140Z] ok github.com/docker/docker/errdefs 0.004s coverage: 53.1% of statements [2021-04-09T01:16:47.828Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-04-09T01:16:48.395Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-04-09T01:16:48.521Z] ok github.com/docker/docker/image 0.020s coverage: 86.6% of statements [2021-04-09T01:16:48.781Z] ok github.com/docker/docker/distribution/xfer 1.874s coverage: 85.1% of statements [2021-04-09T01:16:48.781Z] ? github.com/docker/docker/dockerversion [no test files] [2021-04-09T01:16:49.042Z] ok github.com/docker/docker/image/cache 0.009s coverage: 19.2% of statements [2021-04-09T01:16:50.298Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-04-09T01:16:50.424Z] ok github.com/docker/docker/image/tarexport 0.009s coverage: 0.6% of statements [2021-04-09T01:16:50.424Z] ok github.com/docker/docker/image/v1 0.011s coverage: 25.0% of statements [2021-04-09T01:16:50.424Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-04-09T01:16:50.994Z] ok github.com/docker/docker/libcontainerd/queue 0.031s coverage: 100.0% of statements [2021-04-09T01:16:51.675Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-04-09T01:16:52.378Z] ok github.com/docker/docker/oci 0.017s coverage: 45.2% of statements [2021-04-09T01:16:53.319Z] ok github.com/docker/docker/opts 0.020s coverage: 67.1% of statements [2021-04-09T01:16:53.577Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-04-09T01:16:53.577Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-04-09T01:16:53.579Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 52.9% of statements [2021-04-09T01:16:55.490Z] ok github.com/docker/docker/pkg/archive 0.318s coverage: 82.3% of statements [2021-04-09T01:16:56.431Z] ok github.com/docker/docker/pkg/authorization 0.162s coverage: 68.3% of statements [2021-04-09T01:16:56.431Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2021-04-09T01:16:56.692Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2021-04-09T01:16:57.767Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-04-09T01:16:58.025Z] === RUN TestDockerSuite/TestBuildPATH [2021-04-09T01:16:59.926Z] --- PASS: TestDockerNetworkMacvlan (24.28s) [2021-04-09T01:16:59.926Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.15s) [2021-04-09T01:16:59.926Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.17s) [2021-04-09T01:16:59.926Z] --- PASS: TestDockerNetworkMacvlan/NilParent (3.12s) [2021-04-09T01:16:59.926Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (3.58s) [2021-04-09T01:16:59.926Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (6.81s) [2021-04-09T01:16:59.926Z] --- PASS: TestDockerNetworkMacvlan/Addressing (2.22s) [2021-04-09T01:16:59.926Z] PASS [2021-04-09T01:16:59.926Z] [2021-04-09T01:16:59.926Z] DONE 8 tests in 26.614s [2021-04-09T01:16:59.926Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-04-09T01:16:59.926Z] ++ 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-09T01:16:59.926Z] ++ set -e [2021-04-09T01:16:59.926Z] ++ '[' -n 0 ']' [2021-04-09T01:16:59.926Z] ++ set -x [2021-04-09T01:16:59.926Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-09T01:16:59.926Z] testing: warning: no tests to run [2021-04-09T01:16:59.926Z] PASS [2021-04-09T01:16:59.926Z] [2021-04-09T01:16:59.926Z] DONE 0 tests in 0.040s [2021-04-09T01:16:59.926Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-04-09T01:16:59.926Z] ++ 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-09T01:16:59.926Z] ++ set -e [2021-04-09T01:16:59.926Z] ++ '[' -n 0 ']' [2021-04-09T01:16:59.926Z] ++ set -x [2021-04-09T01:16:59.926Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-09T01:16:59.926Z] INFO: Testing against a local daemon [2021-04-09T01:16:59.927Z] === RUN TestAuthZPluginAllowRequest [2021-04-09T01:17:00.028Z] ok github.com/docker/docker/pkg/chrootarchive 2.505s coverage: 43.2% of statements [2021-04-09T01:17:00.028Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2021-04-09T01:17:00.185Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-04-09T01:17:00.287Z] ok github.com/docker/docker/layer 7.144s coverage: 68.8% of statements [2021-04-09T01:17:00.287Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-04-09T01:17:00.287Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-04-09T01:17:00.287Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-04-09T01:17:00.287Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-04-09T01:17:00.287Z] ? github.com/docker/docker/oci/caps [no test files] [2021-04-09T01:17:00.287Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-04-09T01:17:00.287Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-04-09T01:17:00.857Z] ok github.com/docker/docker/pkg/discovery 0.005s coverage: 58.3% of statements [2021-04-09T01:17:00.857Z] ok github.com/docker/docker/pkg/discovery/file 0.011s coverage: 92.9% of statements [2021-04-09T01:17:01.120Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-04-09T01:17:01.427Z] ok github.com/docker/docker/pkg/discovery/memory 0.004s coverage: 92.3% of statements [2021-04-09T01:17:02.056Z] --- PASS: TestAuthZPluginAllowRequest (2.11s) [2021-04-09T01:17:02.056Z] === RUN TestAuthZPluginTLS [2021-04-09T01:17:02.315Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-04-09T01:17:02.367Z] ok github.com/docker/docker/pkg/discovery/nodes 0.005s coverage: 93.8% of statements [2021-04-09T01:17:02.627Z] ok github.com/docker/docker/pkg/dmesg 0.006s coverage: 83.3% of statements [2021-04-09T01:17:02.882Z] --- PASS: TestAuthZPluginTLS (0.79s) [2021-04-09T01:17:02.882Z] === RUN TestAuthZPluginDenyRequest [2021-04-09T01:17:03.827Z] --- PASS: TestAuthZPluginDenyRequest (0.86s) [2021-04-09T01:17:03.827Z] === RUN TestAuthZPluginAPIDenyResponse [2021-04-09T01:17:04.009Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2021-04-09T01:17:04.579Z] ok github.com/docker/docker/pkg/fileutils 0.008s coverage: 89.5% of statements [2021-04-09T01:17:04.762Z] --- PASS: TestAuthZPluginAPIDenyResponse (1.08s) [2021-04-09T01:17:04.762Z] === RUN TestAuthZPluginDenyResponse [2021-04-09T01:17:05.149Z] ok github.com/docker/docker/pkg/fsutils 0.184s coverage: 85.1% of statements [2021-04-09T01:17:05.149Z] ok github.com/docker/docker/pkg/discovery/kv 3.076s coverage: 84.1% of statements [2021-04-09T01:17:05.328Z] --- PASS: TestAuthZPluginDenyResponse (0.73s) [2021-04-09T01:17:05.328Z] === RUN TestAuthZPluginAllowEventStream [2021-04-09T01:17:05.719Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2021-04-09T01:17:06.659Z] ok github.com/docker/docker/pkg/idtools 0.476s coverage: 69.5% of statements [2021-04-09T01:17:06.920Z] ok github.com/docker/docker/pkg/ioutils 0.562s coverage: 70.6% of statements [2021-04-09T01:17:07.181Z] ok github.com/docker/docker/pkg/jsonmessage 0.003s coverage: 91.7% of statements [2021-04-09T01:17:07.181Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-04-09T01:17:07.441Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2021-04-09T01:17:07.441Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-04-09T01:17:07.441Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-04-09T01:17:07.702Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2021-04-09T01:17:07.702Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-04-09T01:17:07.864Z] --- PASS: TestAuthZPluginAllowEventStream (2.03s) [2021-04-09T01:17:07.864Z] === RUN TestAuthZPluginErrorResponse [2021-04-09T01:17:07.963Z] ok github.com/docker/docker/pkg/parsers 0.003s coverage: 97.0% of statements [2021-04-09T01:17:08.123Z] --- PASS: TestAuthZPluginErrorResponse (0.79s) [2021-04-09T01:17:08.223Z] ok github.com/docker/docker/pkg/parsers/kernel 0.009s coverage: 60.0% of statements [2021-04-09T01:17:08.382Z] === RUN TestAuthZPluginErrorRequest [2021-04-09T01:17:08.484Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.004s coverage: 86.7% of statements [2021-04-09T01:17:08.484Z] ok github.com/docker/docker/pkg/pidfile 0.017s coverage: 82.4% of statements [2021-04-09T01:17:08.484Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-04-09T01:17:08.484Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-04-09T01:17:08.958Z] --- PASS: TestAuthZPluginErrorRequest (0.79s) [2021-04-09T01:17:08.958Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-04-09T01:17:09.868Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.017s coverage: 56.8% of statements [2021-04-09T01:17:09.895Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.79s) [2021-04-09T01:17:09.895Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-04-09T01:17:10.128Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2021-04-09T01:17:10.389Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2021-04-09T01:17:10.649Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2021-04-09T01:17:12.029Z] ok github.com/docker/docker/pkg/pubsub 1.026s coverage: 75.0% of statements [2021-04-09T01:17:12.290Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2021-04-09T01:17:12.428Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-04-09T01:17:12.428Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.61s) [2021-04-09T01:17:12.428Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-04-09T01:17:14.960Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.36s) [2021-04-09T01:17:14.960Z] === RUN TestAuthZPluginHeader [2021-04-09T01:17:15.582Z] ok github.com/docker/docker/pkg/signal 2.424s coverage: 61.0% of statements [2021-04-09T01:17:15.582Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2021-04-09T01:17:15.842Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2021-04-09T01:17:15.895Z] --- PASS: TestAuthZPluginHeader (1.11s) [2021-04-09T01:17:15.895Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-04-09T01:17:16.103Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2021-04-09T01:17:16.830Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2021-04-09T01:17:17.044Z] ok github.com/docker/docker/pkg/sysinfo 0.007s coverage: 54.9% of statements [2021-04-09T01:17:17.305Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 36.9% of statements [2021-04-09T01:17:17.882Z] ok github.com/docker/docker/pkg/tailfile 0.081s coverage: 88.6% of statements [2021-04-09T01:17:18.453Z] ok github.com/docker/docker/pkg/tarsum 0.041s coverage: 89.3% of statements [2021-04-09T01:17:18.453Z] testing: warning: no tests to run [2021-04-09T01:17:18.453Z] coverage: [no statements] [2021-04-09T01:17:18.453Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2021-04-09T01:17:19.022Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2021-04-09T01:17:19.282Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2021-04-09T01:17:19.282Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2021-04-09T01:17:20.113Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2021-04-09T01:17:20.371Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.57s) [2021-04-09T01:17:20.371Z] === RUN TestAuthZPluginV2Disable [2021-04-09T01:17:21.192Z] ok github.com/docker/docker/plugin 0.516s coverage: 23.2% of statements [2021-04-09T01:17:22.132Z] ok github.com/docker/docker/plugin/v2 0.004s coverage: 14.5% of statements [2021-04-09T01:17:22.392Z] ok github.com/docker/docker/profiles/seccomp 0.008s coverage: 85.4% of statements [2021-04-09T01:17:22.904Z] === RUN TestDockerSuite/TestBuildRm [2021-04-09T01:17:24.305Z] ok github.com/docker/docker/quota 0.265s coverage: 71.4% of statements [2021-04-09T01:17:24.305Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2021-04-09T01:17:24.807Z] --- PASS: TestAuthZPluginV2Disable (4.43s) [2021-04-09T01:17:24.807Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-04-09T01:17:25.687Z] ok github.com/docker/docker/registry 0.060s coverage: 58.8% of statements [2021-04-09T01:17:26.182Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-04-09T01:17:26.258Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2021-04-09T01:17:26.519Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2021-04-09T01:17:27.090Z] ok github.com/docker/docker/runconfig 0.008s coverage: 66.1% of statements [2021-04-09T01:17:27.119Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-04-09T01:17:27.351Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2021-04-09T01:17:28.055Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-04-09T01:17:28.626Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-04-09T01:17:28.626Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.81s) [2021-04-09T01:17:28.626Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-04-09T01:17:29.193Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-04-09T01:17:30.581Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-04-09T01:17:30.651Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2021-04-09T01:17:31.222Z] ok github.com/docker/docker/volume/local 0.103s coverage: 76.4% of statements [2021-04-09T01:17:31.791Z] ok github.com/docker/docker/volume/mounts 0.019s coverage: 67.0% of statements [2021-04-09T01:17:32.485Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-04-09T01:17:33.173Z] ok github.com/docker/docker/volume/service 0.015s coverage: 73.1% of statements [2021-04-09T01:17:34.388Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-04-09T01:17:39.660Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-04-09T01:17:39.660Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-04-09T01:17:39.660Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-04-09T01:17:39.660Z] === RUN TestDockerSuite/TestBuildSpaces [2021-04-09T01:17:39.660Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-04-09T01:17:40.594Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-04-09T01:17:40.594Z] === RUN TestDockerSuite/TestBuildStderr [2021-04-09T01:17:40.853Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (12.17s) [2021-04-09T01:17:40.853Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-04-09T01:17:41.419Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-04-09T01:17:41.986Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2021-04-09T01:17:45.386Z] ok github.com/docker/docker/pkg/plugins 33.621s coverage: 76.6% of statements [2021-04-09T01:17:45.386Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-04-09T01:17:45.386Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-04-09T01:17:45.386Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-04-09T01:17:45.386Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-04-09T01:17:45.386Z] ? github.com/docker/docker/pkg/term [no test files] [2021-04-09T01:17:45.386Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-04-09T01:17:45.386Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-04-09T01:17:45.386Z] ? github.com/docker/docker/rootless [no test files] [2021-04-09T01:17:45.386Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-04-09T01:17:45.386Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-04-09T01:17:45.386Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-04-09T01:17:45.386Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-04-09T01:17:45.386Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-04-09T01:17:45.386Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-04-09T01:17:45.386Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-04-09T01:17:45.386Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-04-09T01:17:45.386Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-04-09T01:17:45.386Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-04-09T01:17:45.386Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-04-09T01:17:45.386Z] ? github.com/docker/docker/testutil/request [no test files] [2021-04-09T01:17:45.386Z] ? github.com/docker/docker/volume [no test files] [2021-04-09T01:17:45.386Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-04-09T01:17:45.386Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-04-09T01:17:45.386Z] [2021-04-09T01:17:45.386Z] === Skipped [2021-04-09T01:17:45.386Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2021-04-09T01:17:45.386Z] exec_linux_test.go:18: requires AppArmor to be enabled [2021-04-09T01:17:45.386Z] [2021-04-09T01:17:45.386Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2021-04-09T01:17:45.386Z] exec_linux_test.go:38: requires AppArmor to be enabled [2021-04-09T01:17:45.386Z] [2021-04-09T01:17:45.386Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-04-09T01:17:45.386Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-09T01:17:45.386Z] graphtest_unix.go:46: Driver btrfs not supported [2021-04-09T01:17:45.386Z] [2021-04-09T01:17:45.386Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-04-09T01:17:45.386Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-09T01:17:45.386Z] graphtest_unix.go:46: Driver btrfs not supported [2021-04-09T01:17:45.386Z] [2021-04-09T01:17:45.386Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-04-09T01:17:45.386Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-09T01:17:45.386Z] graphtest_unix.go:46: Driver btrfs not supported [2021-04-09T01:17:45.386Z] [2021-04-09T01:17:45.386Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-04-09T01:17:45.386Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-09T01:17:45.386Z] graphtest_unix.go:46: Driver btrfs not supported [2021-04-09T01:17:45.386Z] [2021-04-09T01:17:45.386Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-04-09T01:17:45.386Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-09T01:17:45.386Z] graphtest_unix.go:46: Driver btrfs not supported [2021-04-09T01:17:45.386Z] [2021-04-09T01:17:45.386Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-04-09T01:17:45.386Z] graphtest_unix.go:73: No driver to put! [2021-04-09T01:17:45.386Z] [2021-04-09T01:17:45.386Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-04-09T01:17:45.386Z] time="2021-04-09T01:16:25Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-04-09T01:17:45.386Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-04-09T01:17:45.386Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-04-09T01:17:45.386Z] [2021-04-09T01:17:45.386Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-04-09T01:17:45.386Z] time="2021-04-09T01:16:25Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-04-09T01:17:45.386Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-04-09T01:17:45.386Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-04-09T01:17:45.386Z] [2021-04-09T01:17:45.386Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.01s) [2021-04-09T01:17:45.386Z] time="2021-04-09T01:16:25Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-04-09T01:17:45.386Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-04-09T01:17:45.386Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-04-09T01:17:45.386Z] [2021-04-09T01:17:45.386Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-04-09T01:17:45.386Z] time="2021-04-09T01:16:25Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-04-09T01:17:45.386Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-04-09T01:17:45.386Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-04-09T01:17:45.386Z] [2021-04-09T01:17:45.386Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-04-09T01:17:45.386Z] time="2021-04-09T01:16:25Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-04-09T01:17:45.386Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-04-09T01:17:45.386Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-04-09T01:17:45.386Z] [2021-04-09T01:17:45.386Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-04-09T01:17:45.386Z] graphtest_unix.go:73: No driver to put! [2021-04-09T01:17:45.386Z] [2021-04-09T01:17:45.386Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-04-09T01:17:45.386Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-04-09T01:17:45.386Z] [2021-04-09T01:17:45.386Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-04-09T01:17:45.386Z] overlay_test.go:49: Fails to compute changes intermittently [2021-04-09T01:17:45.386Z] [2021-04-09T01:17:45.386Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-04-09T01:17:45.386Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-04-09T01:17:45.386Z] [2021-04-09T01:17:45.386Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-04-09T01:17:45.386Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-04-09T01:17:45.386Z] [2021-04-09T01:17:45.386Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-04-09T01:17:45.386Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-09T01:17:45.386Z] graphtest_unix.go:46: Driver zfs not supported [2021-04-09T01:17:45.386Z] [2021-04-09T01:17:45.386Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-04-09T01:17:45.386Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-09T01:17:45.386Z] graphtest_unix.go:46: Driver zfs not supported [2021-04-09T01:17:45.386Z] [2021-04-09T01:17:45.386Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-04-09T01:17:45.386Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-09T01:17:45.386Z] graphtest_unix.go:46: Driver zfs not supported [2021-04-09T01:17:45.386Z] [2021-04-09T01:17:45.386Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-04-09T01:17:45.386Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-09T01:17:45.386Z] graphtest_unix.go:46: Driver zfs not supported [2021-04-09T01:17:45.386Z] [2021-04-09T01:17:45.386Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-04-09T01:17:45.386Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-09T01:17:45.386Z] graphtest_unix.go:46: Driver zfs not supported [2021-04-09T01:17:45.386Z] [2021-04-09T01:17:45.386Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-04-09T01:17:45.386Z] graphtest_unix.go:73: No driver to put! [2021-04-09T01:17:45.386Z] [2021-04-09T01:17:45.386Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-04-09T01:17:45.386Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-04-09T01:17:45.386Z] [2021-04-09T01:17:45.386Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-04-09T01:17:45.386Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-04-09T01:17:45.386Z] [2021-04-09T01:17:45.386Z] [2021-04-09T01:17:45.386Z] DONE 2247 tests, 26 skipped in 258.553s Post stage [Pipeline] junit [2021-04-09T01:17:45.400Z] Recording test results [2021-04-09T01:17:45.753Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2021-04-09T01:17:46.097Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39846/.git:/go/src/github.com/docker/docker/.git --name docker-pr67 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8d5caf49a185e369bda5bdde79ab8e07b3434ff2 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8d5caf49a185e369bda5bdde79ab8e07b3434ff2 hack/validate/vendor [2021-04-09T01:17:47.036Z] No vendor changes in diff. [2021-04-09T01:17:47.256Z] === RUN TestDockerSuite/TestBuildStopSignal [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-04-09T01:17:47.515Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-04-09T01:17:47.612Z] + echo Ensuring container killed. [2021-04-09T01:17:47.612Z] Ensuring container killed. [2021-04-09T01:17:47.612Z] + docker rm -vf docker-pr67 [2021-04-09T01:17:47.612Z] Error: No such container: docker-pr67 [Pipeline] sh [2021-04-09T01:17:47.897Z] + echo Chowning /workspace to jenkins user [2021-04-09T01:17:47.897Z] Chowning /workspace to jenkins user [2021-04-09T01:17:47.897Z] + id -u [2021-04-09T01:17:47.897Z] + id -g [2021-04-09T01:17:47.897Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39846:/workspace busybox chown -R 1000:1000 /workspace [2021-04-09T01:17:48.451Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-04-09T01:17:48.710Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-04-09T01:17:48.776Z] + bundleName=unit [2021-04-09T01:17:48.776Z] + echo Creating unit-bundles.tar.gz [2021-04-09T01:17:48.776Z] Creating unit-bundles.tar.gz [2021-04-09T01:17:48.776Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2021-04-09T01:17:48.776Z] bundles/junit-report.xml [2021-04-09T01:17:48.776Z] bundles/go-test-report.json [2021-04-09T01:17:48.776Z] bundles/profile.out [Pipeline] archiveArtifacts [2021-04-09T01:17:48.788Z] Archiving artifacts [2021-04-09T01:17:49.403Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-39846/67/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-04-09T01:17:49.645Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-04-09T01:17:49.722Z] + make clean [2021-04-09T01:17:49.722Z] docker volume rm -f docker-dev-cache [2021-04-09T01:17:49.982Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-09T01:17:51.116Z] === RUN TestDockerSuite/TestBuildUser [2021-04-09T01:17:53.022Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-04-09T01:17:55.553Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-04-09T01:17:59.739Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.17s) [2021-04-09T01:17:59.739Z] PASS [2021-04-09T01:17:59.739Z] [2021-04-09T01:17:59.739Z] DONE 17 tests in 59.341s [2021-04-09T01:17:59.739Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-04-09T01:17:59.739Z] ++ 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-09T01:17:59.739Z] ++ set -e [2021-04-09T01:17:59.739Z] ++ '[' -n 0 ']' [2021-04-09T01:17:59.739Z] ++ set -x [2021-04-09T01:17:59.739Z] ++ env -i DEST=/go/src/github.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-09T01:17:59.739Z] INFO: Testing against a local daemon [2021-04-09T01:17:59.739Z] === RUN TestPluginInvalidJSON [2021-04-09T01:17:59.739Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-04-09T01:17:59.739Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-04-09T01:17:59.739Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-04-09T01:17:59.739Z] --- PASS: TestPluginInvalidJSON (0.05s) [2021-04-09T01:17:59.739Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-04-09T01:17:59.739Z] === RUN TestPluginInstall [2021-04-09T01:17:59.739Z] === RUN TestPluginInstall/no_auth [2021-04-09T01:18:02.274Z] time="2021-04-09T01:18:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-09T01:18:02.274Z] time="2021-04-09T01:18:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d4f5dac99b60f6bf80547ffb3d21522be241e45c3a75105d3f32a0f2087ba2ce" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-09T01:18:02.274Z] time="2021-04-09T01:18:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-09T01:18:02.274Z] time="2021-04-09T01:18:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d4f5dac99b60f6bf80547ffb3d21522be241e45c3a75105d3f32a0f2087ba2ce" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-09T01:18:02.274Z] === RUN TestPluginInstall/with_htpasswd [2021-04-09T01:18:03.211Z] time="2021-04-09T01:18:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-09T01:18:03.211Z] time="2021-04-09T01:18:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:80f36495ab554e196d5016f90180fbf90301ba34a60e787a6a63116d91e788f8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-09T01:18:03.211Z] time="2021-04-09T01:18:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-09T01:18:03.211Z] time="2021-04-09T01:18:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:80f36495ab554e196d5016f90180fbf90301ba34a60e787a6a63116d91e788f8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-09T01:18:03.470Z] === RUN TestPluginInstall/with_insecure [2021-04-09T01:18:04.847Z] time="2021-04-09T01:18:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-09T01:18:04.847Z] time="2021-04-09T01:18:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9fbfa8af896723632600ba6225de4e5d1bf95a3647665d9e38265572bfda76f7" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-09T01:18:04.847Z] time="2021-04-09T01:18:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-09T01:18:04.847Z] time="2021-04-09T01:18:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9fbfa8af896723632600ba6225de4e5d1bf95a3647665d9e38265572bfda76f7" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-09T01:18:05.415Z] --- PASS: TestPluginInstall (6.00s) [2021-04-09T01:18:05.415Z] --- PASS: TestPluginInstall/no_auth (3.06s) [2021-04-09T01:18:05.415Z] --- PASS: TestPluginInstall/with_htpasswd (1.08s) [2021-04-09T01:18:05.415Z] --- PASS: TestPluginInstall/with_insecure (1.86s) [2021-04-09T01:18:05.415Z] plugin_test.go:165: [dd6f4aa3d32a7] daemon is not started [2021-04-09T01:18:05.415Z] === RUN TestPluginsWithRuntimes [2021-04-09T01:18:05.415Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2021-04-09T01:18:07.947Z] === RUN TestPluginsWithRuntimes/No_Args [2021-04-09T01:18:09.848Z] === RUN TestPluginsWithRuntimes/With_Args [2021-04-09T01:18:10.782Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2021-04-09T01:18:11.718Z] --- PASS: TestPluginsWithRuntimes (6.42s) [2021-04-09T01:18:11.718Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.99s) [2021-04-09T01:18:11.718Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.89s) [2021-04-09T01:18:11.718Z] === RUN TestPluginBackCompatMediaTypes [2021-04-09T01:18:13.098Z] --- PASS: TestPluginBackCompatMediaTypes (1.35s) [2021-04-09T01:18:13.098Z] PASS [2021-04-09T01:18:13.098Z] [2021-04-09T01:18:13.098Z] DONE 10 tests in 13.980s [2021-04-09T01:18:13.098Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-04-09T01:18:13.098Z] ++ 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-09T01:18:13.098Z] ++ set -e [2021-04-09T01:18:13.098Z] ++ '[' -n 0 ']' [2021-04-09T01:18:13.098Z] ++ set -x [2021-04-09T01:18:13.098Z] ++ env -i DEST=/go/src/github.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-09T01:18:13.356Z] INFO: Testing against a local daemon [2021-04-09T01:18:13.356Z] === RUN TestExternalGraphDriver [2021-04-09T01:18:13.615Z] === RUN TestExternalGraphDriver/json [2021-04-09T01:18:16.146Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-04-09T01:18:16.714Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-04-09T01:18:16.972Z] === RUN TestExternalGraphDriver/spec [2021-04-09T01:18:16.972Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-04-09T01:18:18.353Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-04-09T01:18:19.304Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-04-09T01:18:20.240Z] === RUN TestExternalGraphDriver/pull [2021-04-09T01:18:20.807Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-04-09T01:18:20.807Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-04-09T01:18:20.807Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-04-09T01:18:20.807Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-04-09T01:18:20.807Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-04-09T01:18:22.710Z] --- PASS: TestExternalGraphDriver (9.18s) [2021-04-09T01:18:22.710Z] --- PASS: TestExternalGraphDriver/json (3.34s) [2021-04-09T01:18:22.710Z] --- PASS: TestExternalGraphDriver/spec (3.23s) [2021-04-09T01:18:22.710Z] --- PASS: TestExternalGraphDriver/pull (2.37s) [2021-04-09T01:18:22.710Z] === RUN TestGraphdriverPluginV2 [2021-04-09T01:18:22.968Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-04-09T01:18:22.968Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-04-09T01:18:23.903Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-04-09T01:18:24.470Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-04-09T01:18:25.406Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2021-04-09T01:18:25.665Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-04-09T01:18:25.665Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-04-09T01:18:28.196Z] --- PASS: TestGraphdriverPluginV2 (5.59s) [2021-04-09T01:18:28.196Z] PASS [2021-04-09T01:18:28.196Z] [2021-04-09T01:18:28.196Z] DONE 5 tests in 15.022s [2021-04-09T01:18:28.196Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-04-09T01:18:28.196Z] ++ 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-09T01:18:28.196Z] ++ set -e [2021-04-09T01:18:28.196Z] ++ '[' -n 0 ']' [2021-04-09T01:18:28.196Z] ++ set -x [2021-04-09T01:18:28.196Z] ++ env -i DEST=/go/src/github.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-09T01:18:28.455Z] INFO: Testing against a local daemon [2021-04-09T01:18:28.455Z] === RUN TestContinueAfterPluginCrash [2021-04-09T01:18:28.455Z] === PAUSE TestContinueAfterPluginCrash [2021-04-09T01:18:28.455Z] === RUN TestReadPluginNoRead [2021-04-09T01:18:28.455Z] === PAUSE TestReadPluginNoRead [2021-04-09T01:18:28.455Z] === RUN TestDaemonStartWithLogOpt [2021-04-09T01:18:28.455Z] === PAUSE TestDaemonStartWithLogOpt [2021-04-09T01:18:28.455Z] === CONT TestContinueAfterPluginCrash [2021-04-09T01:18:28.455Z] === CONT TestDaemonStartWithLogOpt [2021-04-09T01:18:30.991Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-04-09T01:18:34.283Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-04-09T01:18:35.219Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-04-09T01:18:35.788Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-04-09T01:18:35.788Z] --- PASS: TestDaemonStartWithLogOpt (7.35s) [2021-04-09T01:18:35.788Z] === CONT TestReadPluginNoRead [2021-04-09T01:18:36.356Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-04-09T01:18:36.356Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-04-09T01:18:37.294Z] === RUN TestDockerSuite/TestBuildXZHost [2021-04-09T01:18:39.828Z] === RUN TestReadPluginNoRead/default [2021-04-09T01:18:40.086Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-04-09T01:18:40.086Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-04-09T01:18:40.086Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-04-09T01:18:41.473Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-04-09T01:18:41.473Z] --- PASS: TestContinueAfterPluginCrash (12.98s) [2021-04-09T01:18:41.473Z] === RUN TestReadPluginNoRead/disabled_caching [2021-04-09T01:18:42.407Z] === RUN TestDockerSuite/TestCommitChange [2021-04-09T01:18:43.343Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-04-09T01:18:43.601Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-04-09T01:18:44.535Z] === RUN TestDockerSuite/TestCommitHardlink [2021-04-09T01:18:45.470Z] --- PASS: TestReadPluginNoRead (9.57s) [2021-04-09T01:18:45.470Z] --- PASS: TestReadPluginNoRead/default (2.08s) [2021-04-09T01:18:45.470Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.98s) [2021-04-09T01:18:45.470Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.93s) [2021-04-09T01:18:45.470Z] read_test.go:92: [d18a93c8d35fc] daemon is not started [2021-04-09T01:18:45.470Z] PASS [2021-04-09T01:18:45.470Z] [2021-04-09T01:18:45.470Z] DONE 6 tests in 17.234s [2021-04-09T01:18:45.470Z] 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-09T01:18:45.470Z] ++ 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-09T01:18:45.470Z] ++ set -e [2021-04-09T01:18:45.470Z] ++ '[' -n 0 ']' [2021-04-09T01:18:45.470Z] ++ set -x [2021-04-09T01:18:45.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=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-09T01:18:45.470Z] testing: warning: no tests to run [2021-04-09T01:18:45.470Z] PASS [2021-04-09T01:18:45.470Z] [2021-04-09T01:18:45.470Z] DONE 0 tests in 0.051s [2021-04-09T01:18:45.470Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-04-09T01:18:45.470Z] ++ 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-09T01:18:45.470Z] ++ set -e [2021-04-09T01:18:45.470Z] ++ '[' -n 0 ']' [2021-04-09T01:18:45.470Z] ++ set -x [2021-04-09T01:18:45.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=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-09T01:18:45.729Z] INFO: Testing against a local daemon [2021-04-09T01:18:45.729Z] === RUN TestPluginWithDevMounts [2021-04-09T01:18:45.729Z] === PAUSE TestPluginWithDevMounts [2021-04-09T01:18:45.729Z] === CONT TestPluginWithDevMounts [2021-04-09T01:18:47.107Z] === RUN TestDockerSuite/TestCommitNewFile [2021-04-09T01:18:47.674Z] --- PASS: TestPluginWithDevMounts (2.07s) [2021-04-09T01:18:47.674Z] PASS [2021-04-09T01:18:47.674Z] [2021-04-09T01:18:47.674Z] DONE 1 tests in 2.227s [2021-04-09T01:18:47.674Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-04-09T01:18:47.674Z] ++ 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-09T01:18:47.674Z] ++ set -e [2021-04-09T01:18:47.674Z] ++ '[' -n 0 ']' [2021-04-09T01:18:47.674Z] ++ set -x [2021-04-09T01:18:47.674Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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-09T01:18:47.933Z] INFO: Testing against a local daemon [2021-04-09T01:18:47.933Z] === RUN TestSecretInspect [2021-04-09T01:18:48.869Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-04-09T01:18:50.250Z] === RUN TestDockerSuite/TestCommitTTY [2021-04-09T01:18:50.816Z] --- PASS: TestSecretInspect (2.96s) [2021-04-09T01:18:50.816Z] === RUN TestSecretList [2021-04-09T01:18:52.193Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-04-09T01:18:53.128Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-04-09T01:18:53.694Z] --- PASS: TestSecretList (2.82s) [2021-04-09T01:18:53.694Z] === RUN TestSecretsCreateAndDelete [2021-04-09T01:18:54.630Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-04-09T01:18:56.006Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-04-09T01:18:56.006Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-04-09T01:18:56.006Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-04-09T01:18:56.006Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-04-09T01:18:56.006Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-04-09T01:18:56.006Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-04-09T01:18:56.006Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-04-09T01:18:56.574Z] --- PASS: TestSecretsCreateAndDelete (2.90s) [2021-04-09T01:18:56.574Z] === RUN TestSecretsUpdate [2021-04-09T01:18:57.951Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-04-09T01:18:59.329Z] --- PASS: TestSecretsUpdate (2.59s) [2021-04-09T01:18:59.329Z] === RUN TestTemplatedSecret [2021-04-09T01:18:59.896Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-04-09T01:18:59.896Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-04-09T01:19:00.832Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-04-09T01:19:02.213Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-04-09T01:19:02.781Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-04-09T01:19:03.716Z] --- PASS: TestTemplatedSecret (4.38s) [2021-04-09T01:19:03.716Z] === RUN TestSecretCreateResolve [2021-04-09T01:19:03.975Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-04-09T01:19:04.909Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-04-09T01:19:04.909Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-04-09T01:19:04.909Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-04-09T01:19:05.845Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-04-09T01:19:05.845Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-04-09T01:19:05.845Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-04-09T01:19:05.845Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-04-09T01:19:05.845Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-04-09T01:19:06.411Z] --- PASS: TestSecretCreateResolve (2.82s) [2021-04-09T01:19:06.411Z] PASS [2021-04-09T01:19:06.411Z] [2021-04-09T01:19:06.411Z] DONE 6 tests in 18.631s [2021-04-09T01:19:06.411Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-04-09T01:19:06.411Z] ++ 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-09T01:19:06.411Z] ++ set -e [2021-04-09T01:19:06.411Z] ++ '[' -n 0 ']' [2021-04-09T01:19:06.411Z] ++ set -x [2021-04-09T01:19:06.411Z] ++ env -i DEST=/go/src/github.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-09T01:19:06.671Z] INFO: Testing against a local daemon [2021-04-09T01:19:06.671Z] === RUN TestServiceCreateInit [2021-04-09T01:19:06.671Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-04-09T01:19:06.930Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-04-09T01:19:07.865Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-04-09T01:19:08.801Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-04-09T01:19:08.801Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-04-09T01:19:09.737Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2021-04-09T01:19:11.112Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-04-09T01:19:12.489Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-04-09T01:19:12.489Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-04-09T01:19:12.747Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-04-09T01:19:13.684Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-04-09T01:19:15.064Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-04-09T01:19:16.441Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-04-09T01:19:17.817Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-04-09T01:19:17.817Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-04-09T01:19:18.753Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-04-09T01:19:19.691Z] --- PASS: TestServiceCreateInit (13.21s) [2021-04-09T01:19:19.691Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (6.03s) [2021-04-09T01:19:19.691Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (7.15s) [2021-04-09T01:19:19.691Z] === RUN TestCreateServiceMultipleTimes [2021-04-09T01:19:19.950Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-04-09T01:19:20.885Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-04-09T01:19:21.147Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-04-09T01:19:22.523Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-04-09T01:19:25.810Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-04-09T01:19:27.712Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-04-09T01:19:27.712Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-04-09T01:19:27.712Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-04-09T01:19:27.712Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-04-09T01:19:27.970Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-04-09T01:19:28.906Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-04-09T01:19:30.808Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2021-04-09T01:19:34.089Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-04-09T01:19:34.348Z] === RUN TestDockerSuite/TestContainerAPITop [2021-04-09T01:19:35.724Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-04-09T01:19:35.724Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-04-09T01:19:35.724Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-04-09T01:19:38.251Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-04-09T01:19:38.817Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-04-09T01:19:40.192Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-04-09T01:19:41.570Z] --- PASS: TestCreateServiceMultipleTimes (21.80s) [2021-04-09T01:19:41.570Z] === RUN TestCreateServiceConflict [2021-04-09T01:19:44.853Z] --- PASS: TestCreateServiceConflict (2.90s) [2021-04-09T01:19:44.853Z] === RUN TestCreateServiceMaxReplicas [2021-04-09T01:19:48.156Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-04-09T01:19:48.157Z] --- PASS: TestCreateServiceMaxReplicas (3.50s) [2021-04-09T01:19:48.157Z] === RUN TestCreateWithDuplicateNetworkNames [2021-04-09T01:19:49.090Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-04-09T01:19:51.620Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-04-09T01:19:53.524Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-04-09T01:19:54.459Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2021-04-09T01:19:56.359Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2021-04-09T01:19:57.733Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2021-04-09T01:19:59.107Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2021-04-09T01:20:01.007Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000812be0_} [2021-04-09T01:20:02.382Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1368071211_/foo_false____} [2021-04-09T01:20:03.319Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.16s) [2021-04-09T01:20:03.319Z] === RUN TestCreateServiceSecretFileMode [2021-04-09T01:20:04.253Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1368071211_/foo_true____} [2021-04-09T01:20:06.158Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2021-04-09T01:20:06.158Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3381022094_/foo_false____} [2021-04-09T01:20:06.158Z] --- PASS: TestCreateServiceSecretFileMode (3.06s) [2021-04-09T01:20:06.158Z] === RUN TestCreateServiceConfigFileMode [2021-04-09T01:20:08.066Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3381022094_/foo_true____} [2021-04-09T01:20:09.969Z] --- PASS: TestCreateServiceConfigFileMode (3.51s) [2021-04-09T01:20:09.969Z] === RUN TestCreateServiceSysctls [2021-04-09T01:20:09.969Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3381022094_/foo_true__0xc000812c40__} [2021-04-09T01:20:11.881Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000812c60_} [2021-04-09T01:20:12.448Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2021-04-09T01:20:13.384Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000812c80_} [2021-04-09T01:20:14.320Z] --- PASS: TestCreateServiceSysctls (4.56s) [2021-04-09T01:20:14.320Z] === RUN TestCreateServiceCapabilities [2021-04-09T01:20:15.695Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000812ca0_} [2021-04-09T01:20:17.599Z] --- PASS: TestCreateServiceCapabilities (3.17s) [2021-04-09T01:20:17.599Z] === RUN TestInspect [2021-04-09T01:20:17.599Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000812cc0_} [2021-04-09T01:20:19.500Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-04-09T01:20:21.404Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-04-09T01:20:21.404Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-04-09T01:20:21.404Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-04-09T01:20:21.404Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-04-09T01:20:21.404Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-04-09T01:20:21.404Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-04-09T01:20:21.404Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-04-09T01:20:21.404Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-04-09T01:20:21.404Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-04-09T01:20:21.404Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-04-09T01:20:21.404Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-04-09T01:20:21.404Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2021-04-09T01:20:21.404Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2021-04-09T01:20:21.662Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2021-04-09T01:20:21.662Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2021-04-09T01:20:21.662Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2021-04-09T01:20:21.662Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2021-04-09T01:20:21.662Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-04-09T01:20:21.662Z] --- PASS: TestInspect (4.29s) [2021-04-09T01:20:21.662Z] === RUN TestCreateJob [2021-04-09T01:20:26.933Z] --- PASS: TestCreateJob (4.25s) [2021-04-09T01:20:26.933Z] === RUN TestReplicatedJob [2021-04-09T01:20:26.933Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-04-09T01:20:30.217Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-04-09T01:20:31.593Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2021-04-09T01:20:34.881Z] --- PASS: TestReplicatedJob (8.52s) [2021-04-09T01:20:34.881Z] === RUN TestUpdateReplicatedJob [2021-04-09T01:20:36.783Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-04-09T01:20:39.328Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-04-09T01:20:39.328Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-04-09T01:20:39.328Z] --- PASS: TestUpdateReplicatedJob (4.76s) [2021-04-09T01:20:39.328Z] === RUN TestServiceListWithStatuses [2021-04-09T01:20:39.328Z] --- SKIP: TestServiceListWithStatuses (0.01s) [2021-04-09T01:20:39.328Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-04-09T01:20:39.328Z] === RUN TestDockerNetworkConnectAlias [2021-04-09T01:20:40.264Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-04-09T01:20:41.198Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2021-04-09T01:20:42.136Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-04-09T01:20:43.512Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-04-09T01:20:44.447Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-04-09T01:20:45.382Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-04-09T01:20:45.640Z] --- PASS: TestDockerNetworkConnectAlias (6.47s) [2021-04-09T01:20:45.640Z] === RUN TestDockerNetworkReConnect [2021-04-09T01:20:46.577Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-04-09T01:20:47.953Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-04-09T01:20:48.888Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-04-09T01:20:50.264Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-04-09T01:20:50.264Z] --- PASS: TestDockerNetworkReConnect (4.60s) [2021-04-09T01:20:50.264Z] === RUN TestServicePlugin [2021-04-09T01:20:51.198Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-04-09T01:20:52.574Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-04-09T01:20:53.513Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-04-09T01:20:55.416Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-04-09T01:20:56.356Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-04-09T01:20:57.293Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-04-09T01:20:57.293Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-04-09T01:20:58.680Z] === RUN TestDockerSuite/TestCpRelativePath [2021-04-09T01:20:59.261Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-04-09T01:21:00.637Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-04-09T01:21:01.214Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-04-09T01:21:02.150Z] === RUN TestDockerSuite/TestCpToCaseA [2021-04-09T01:21:04.051Z] === RUN TestDockerSuite/TestCpToCaseB [2021-04-09T01:21:04.618Z] === RUN TestDockerSuite/TestCpToCaseC [2021-04-09T01:21:07.148Z] === RUN TestDockerSuite/TestCpToCaseD [2021-04-09T01:21:12.420Z] === RUN TestDockerSuite/TestCpToCaseE [2021-04-09T01:21:15.705Z] === RUN TestDockerSuite/TestCpToCaseF [2021-04-09T01:21:15.963Z] === RUN TestDockerSuite/TestCpToCaseG [2021-04-09T01:21:20.153Z] === RUN TestDockerSuite/TestCpToCaseH [2021-04-09T01:21:23.438Z] === RUN TestDockerSuite/TestCpToCaseI [2021-04-09T01:21:23.438Z] --- PASS: TestServicePlugin (33.16s) [2021-04-09T01:21:23.438Z] plugin_test.go:62: [d43484e80c590] joining swarm manager [db0d41c5d4e7d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-09T01:21:23.438Z] plugin_test.go:65: [df7ed896ef7b1] joining swarm manager [db0d41c5d4e7d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-09T01:21:23.438Z] === RUN TestServiceUpdateLabel [2021-04-09T01:21:24.372Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-04-09T01:21:26.282Z] --- PASS: TestServiceUpdateLabel (2.80s) [2021-04-09T01:21:26.282Z] === RUN TestServiceUpdateSecrets [2021-04-09T01:21:29.569Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2021-04-09T01:21:30.504Z] === RUN TestDockerSuite/TestCpToDot [2021-04-09T01:21:31.440Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-04-09T01:21:32.816Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-04-09T01:21:32.816Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2021-04-09T01:21:34.719Z] === RUN TestDockerSuite/TestCpToStdout [2021-04-09T01:21:35.655Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-04-09T01:21:37.557Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-04-09T01:21:37.557Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-04-09T01:21:38.493Z] === RUN TestDockerSuite/TestCpVolumePath [2021-04-09T01:21:39.869Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-04-09T01:21:39.869Z] === RUN TestDockerSuite/TestCreateArgs [2021-04-09T01:21:39.869Z] === RUN TestDockerSuite/TestCreateByImageID [2021-04-09T01:21:40.436Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-04-09T01:21:41.811Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-04-09T01:21:41.811Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-04-09T01:21:41.811Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-04-09T01:21:42.378Z] --- PASS: TestServiceUpdateSecrets (15.89s) [2021-04-09T01:21:42.378Z] === RUN TestServiceUpdateConfigs [2021-04-09T01:21:42.378Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-04-09T01:21:42.945Z] === RUN TestDockerSuite/TestCreateLabels [2021-04-09T01:21:42.945Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-04-09T01:21:42.945Z] === RUN TestDockerSuite/TestCreateRM [2021-04-09T01:21:43.203Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-04-09T01:21:43.203Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-04-09T01:21:43.203Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-04-09T01:21:43.203Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-04-09T01:21:45.737Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-04-09T01:21:45.737Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-04-09T01:21:45.997Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-04-09T01:21:50.182Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-04-09T01:21:50.182Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-04-09T01:21:50.182Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-04-09T01:21:50.182Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-04-09T01:21:50.182Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-04-09T01:21:50.182Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-04-09T01:21:51.120Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-04-09T01:21:53.021Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-04-09T01:21:53.588Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-04-09T01:21:55.488Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-04-09T01:21:56.862Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-04-09T01:21:57.428Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-04-09T01:21:57.994Z] --- PASS: TestServiceUpdateConfigs (15.82s) [2021-04-09T01:21:57.994Z] === RUN TestServiceUpdateNetwork [2021-04-09T01:21:58.562Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-04-09T01:21:58.562Z] === RUN TestDockerSuite/TestDevicePermissions [2021-04-09T01:21:59.938Z] === RUN TestDockerSuite/TestDockerFails [2021-04-09T01:21:59.938Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2021-04-09T01:21:59.938Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2021-04-09T01:21:59.938Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2021-04-09T01:22:01.841Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2021-04-09T01:22:03.215Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2021-04-09T01:22:05.745Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2021-04-09T01:22:05.745Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2021-04-09T01:22:05.745Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2021-04-09T01:22:05.745Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2021-04-09T01:22:13.852Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-04-09T01:22:13.852Z] --- PASS: TestServiceUpdateNetwork (15.46s) [2021-04-09T01:22:13.852Z] === RUN TestServiceUpdatePidsLimit [2021-04-09T01:22:15.227Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-04-09T01:22:16.600Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-04-09T01:22:16.600Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-04-09T01:22:19.182Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-04-09T01:22:21.082Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2021-04-09T01:22:22.460Z] === RUN TestDockerSuite/TestEventsAttach [2021-04-09T01:22:23.398Z] === RUN TestDockerSuite/TestEventsCommit [2021-04-09T01:22:23.965Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-04-09T01:22:24.224Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-04-09T01:22:24.791Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-04-09T01:22:25.725Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-04-09T01:22:26.660Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2021-04-09T01:22:28.561Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2021-04-09T01:22:29.937Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-04-09T01:22:31.839Z] --- PASS: TestServiceUpdatePidsLimit (18.43s) [2021-04-09T01:22:31.839Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.44s) [2021-04-09T01:22:31.839Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.42s) [2021-04-09T01:22:31.839Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.40s) [2021-04-09T01:22:31.839Z] PASS [2021-04-09T01:22:31.839Z] [2021-04-09T01:22:31.839Z] === Skipped [2021-04-09T01:22:31.839Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.01s) [2021-04-09T01:22:31.839Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-04-09T01:22:31.839Z] [2021-04-09T01:22:31.839Z] [2021-04-09T01:22:31.839Z] DONE 27 tests, 1 skipped in 205.550s [2021-04-09T01:22:32.099Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-04-09T01:22:32.099Z] ++ 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-09T01:22:32.099Z] ++ set -e [2021-04-09T01:22:32.099Z] ++ '[' -n 0 ']' [2021-04-09T01:22:32.099Z] ++ set -x [2021-04-09T01:22:32.099Z] ++ env -i DEST=/go/src/github.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-09T01:22:32.099Z] INFO: Testing against a local daemon [2021-04-09T01:22:32.099Z] === RUN TestSessionCreate [2021-04-09T01:22:32.099Z] --- PASS: TestSessionCreate (0.03s) [2021-04-09T01:22:32.099Z] === RUN TestSessionCreateWithBadUpgrade [2021-04-09T01:22:32.358Z] --- PASS: TestSessionCreateWithBadUpgrade (0.06s) [2021-04-09T01:22:32.358Z] PASS [2021-04-09T01:22:32.358Z] [2021-04-09T01:22:32.358Z] DONE 2 tests in 0.285s [2021-04-09T01:22:32.358Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-04-09T01:22:32.358Z] ++ 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-09T01:22:32.358Z] ++ set -e [2021-04-09T01:22:32.358Z] ++ '[' -n 0 ']' [2021-04-09T01:22:32.358Z] ++ set -x [2021-04-09T01:22:32.358Z] ++ env -i DEST=/go/src/github.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-09T01:22:32.358Z] INFO: Testing against a local daemon [2021-04-09T01:22:32.358Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-04-09T01:22:32.358Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-04-09T01:22:32.358Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-04-09T01:22:32.358Z] === RUN TestEventsExecDie [2021-04-09T01:22:33.294Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2021-04-09T01:22:33.860Z] --- PASS: TestEventsExecDie (1.36s) [2021-04-09T01:22:33.860Z] === RUN TestEventsBackwardsCompatible [2021-04-09T01:22:33.860Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2021-04-09T01:22:33.860Z] === RUN TestInfoBinaryCommits [2021-04-09T01:22:33.860Z] --- PASS: TestInfoBinaryCommits (0.03s) [2021-04-09T01:22:33.860Z] === RUN TestInfoAPIVersioned [2021-04-09T01:22:33.860Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-04-09T01:22:33.860Z] === RUN TestInfoDiscoveryBackend [2021-04-09T01:22:34.794Z] --- PASS: TestInfoDiscoveryBackend (0.91s) [2021-04-09T01:22:34.794Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-04-09T01:22:35.359Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2021-04-09T01:22:35.925Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-04-09T01:22:35.926Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-04-09T01:22:36.491Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.65s) [2021-04-09T01:22:36.491Z] === RUN TestInfoAPI [2021-04-09T01:22:36.491Z] --- PASS: TestInfoAPI (0.02s) [2021-04-09T01:22:36.491Z] === RUN TestInfoAPIWarnings [2021-04-09T01:22:36.750Z] === RUN TestDockerSuite/TestEventsCopy [2021-04-09T01:22:37.684Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-04-09T01:22:39.606Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-04-09T01:22:44.870Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-04-09T01:22:45.128Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-04-09T01:22:46.503Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-04-09T01:22:47.069Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2021-04-09T01:22:47.634Z] === RUN TestDockerSuite/TestEventsFilterType [2021-04-09T01:22:47.892Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2021-04-09T01:22:48.458Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2021-04-09T01:22:48.458Z] === RUN TestDockerSuite/TestEventsFilters [2021-04-09T01:22:49.833Z] === RUN TestDockerSuite/TestEventsFormat [2021-04-09T01:22:51.209Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-04-09T01:22:51.209Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-04-09T01:22:51.209Z] === RUN TestDockerSuite/TestEventsImageImport [2021-04-09T01:22:52.145Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-04-09T01:22:52.403Z] === RUN TestDockerSuite/TestEventsImagePull [2021-04-09T01:22:52.970Z] === RUN TestDockerSuite/TestEventsImageTag [2021-04-09T01:22:53.228Z] --- PASS: TestInfoAPIWarnings (16.67s) [2021-04-09T01:22:53.228Z] === RUN TestInfoDebug [2021-04-09T01:22:53.794Z] --- PASS: TestInfoDebug (0.64s) [2021-04-09T01:22:53.794Z] === RUN TestInfoInsecureRegistries [2021-04-09T01:22:53.794Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2021-04-09T01:22:54.053Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2021-04-09T01:22:54.053Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2021-04-09T01:22:54.053Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-04-09T01:22:54.311Z] --- PASS: TestInfoInsecureRegistries (0.67s) [2021-04-09T01:22:54.311Z] === RUN TestInfoRegistryMirrors [2021-04-09T01:22:55.246Z] --- PASS: TestInfoRegistryMirrors (0.70s) [2021-04-09T01:22:55.246Z] === RUN TestLoginFailsWithBadCredentials [2021-04-09T01:22:55.246Z] --- PASS: TestLoginFailsWithBadCredentials (0.15s) [2021-04-09T01:22:55.246Z] === RUN TestPingCacheHeaders [2021-04-09T01:22:55.246Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-04-09T01:22:55.246Z] === RUN TestPingGet [2021-04-09T01:22:55.246Z] --- PASS: TestPingGet (0.01s) [2021-04-09T01:22:55.246Z] === RUN TestPingHead [2021-04-09T01:22:55.246Z] --- PASS: TestPingHead (0.03s) [2021-04-09T01:22:55.246Z] === RUN TestVersion [2021-04-09T01:22:55.246Z] --- PASS: TestVersion (0.02s) [2021-04-09T01:22:55.246Z] PASS [2021-04-09T01:22:55.246Z] [2021-04-09T01:22:55.246Z] === Skipped [2021-04-09T01:22:55.246Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-04-09T01:22:55.246Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-04-09T01:22:55.246Z] [2021-04-09T01:22:55.246Z] [2021-04-09T01:22:55.246Z] DONE 18 tests, 1 skipped in 23.064s [2021-04-09T01:22:55.246Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-04-09T01:22:55.246Z] ++ 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-09T01:22:55.246Z] ++ set -e [2021-04-09T01:22:55.246Z] ++ '[' -n 0 ']' [2021-04-09T01:22:55.246Z] ++ set -x [2021-04-09T01:22:55.246Z] ++ env -i DEST=/go/src/github.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-09T01:22:55.504Z] INFO: Testing against a local daemon [2021-04-09T01:22:55.504Z] === RUN TestVolumesCreateAndList [2021-04-09T01:22:55.504Z] --- PASS: TestVolumesCreateAndList (0.04s) [2021-04-09T01:22:55.504Z] === RUN TestVolumesRemove [2021-04-09T01:22:55.504Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2021-04-09T01:22:55.504Z] --- PASS: TestVolumesRemove (0.10s) [2021-04-09T01:22:55.504Z] === RUN TestVolumesInspect [2021-04-09T01:22:55.763Z] --- PASS: TestVolumesInspect (0.02s) [2021-04-09T01:22:55.763Z] === RUN TestVolumesInvalidJSON [2021-04-09T01:22:55.763Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-04-09T01:22:55.763Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-04-09T01:22:55.763Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-04-09T01:22:55.763Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-04-09T01:22:55.763Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-04-09T01:22:55.763Z] PASS [2021-04-09T01:22:55.763Z] [2021-04-09T01:22:55.763Z] DONE 5 tests in 0.298s [2021-04-09T01:22:55.763Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-04-09T01:22:56.022Z] ++++ cat bundles/test-integration/docker.pid [2021-04-09T01:22:56.022Z] +++ kill 5706 [2021-04-09T01:22:56.590Z] === RUN TestDockerSuite/TestEventsRename [2021-04-09T01:22:56.848Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2021-04-09T01:22:57.415Z] +++ /etc/init.d/apparmor stop [2021-04-09T01:22:57.415Z] Leaving: AppArmorNo profiles have been unloaded. [2021-04-09T01:22:57.415Z] [2021-04-09T01:22:57.415Z] Unloading profiles will leave already running processes permanently [2021-04-09T01:22:57.415Z] unconfined, which can lead to unexpected situations. [2021-04-09T01:22:57.415Z] [2021-04-09T01:22:57.415Z] To set a process to complain mode, use the command line tool [2021-04-09T01:22:57.415Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-04-09T01:22:57.415Z] +++ true [2021-04-09T01:22:57.415Z] exiting test-integration [2021-04-09T01:22:57.415Z] ++ exit 0 [2021-04-09T01:22:57.415Z] [2021-04-09T01:22:57.415Z] === RUN TestDockerSuite/TestEventsResize [2021-04-09T01:22:58.354Z] + for job in $(jobs -p) [2021-04-09T01:22:58.354Z] + wait 720 [2021-04-09T01:22:58.612Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-04-09T01:23:02.799Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2021-04-09T01:23:04.712Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-04-09T01:23:06.087Z] === RUN TestDockerSuite/TestEventsStreaming [2021-04-09T01:23:07.463Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-04-09T01:23:10.751Z] === RUN TestDockerSuite/TestEventsTop [2021-04-09T01:23:11.685Z] === RUN TestDockerSuite/TestEventsUntag [2021-04-09T01:23:14.967Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-04-09T01:23:21.524Z] === RUN TestDockerSuite/TestExec [2021-04-09T01:23:21.785Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-04-09T01:23:22.720Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-04-09T01:23:23.287Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-04-09T01:23:23.545Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2021-04-09T01:23:24.112Z] === RUN TestDockerSuite/TestExecAPIStart [2021-04-09T01:23:26.646Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-04-09T01:23:28.026Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-04-09T01:23:29.930Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-04-09T01:23:31.837Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-04-09T01:23:33.211Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-04-09T01:23:34.145Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-04-09T01:23:35.080Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-04-09T01:23:36.982Z] === RUN TestDockerSuite/TestExecCgroup [2021-04-09T01:23:38.418Z] --- PASS: TestBuildWCOWSandboxSize (774.12s) [2021-04-09T01:23:38.419Z] === RUN TestBuildWithEmptyDockerfile [2021-04-09T01:23:38.419Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-09T01:23:38.419Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-09T01:23:38.419Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-09T01:23:38.419Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-09T01:23:38.419Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-09T01:23:38.419Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-09T01:23:38.419Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-09T01:23:38.419Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-09T01:23:38.419Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-09T01:23:38.419Z] --- PASS: TestBuildWithEmptyDockerfile (0.59s) [2021-04-09T01:23:38.419Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2021-04-09T01:23:38.419Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2021-04-09T01:23:38.419Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2021-04-09T01:23:38.419Z] === RUN TestBuildPreserveOwnership [2021-04-09T01:23:38.419Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2021-04-09T01:23:38.419Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-09T01:23:38.419Z] === RUN TestBuildPlatformInvalid [2021-04-09T01:23:38.419Z] --- PASS: TestBuildPlatformInvalid (0.66s) [2021-04-09T01:23:38.419Z] PASS [2021-04-09T01:23:38.419Z] ok github.com/docker/docker/integration/build 949.083s [2021-04-09T01:23:38.419Z] [2021-04-09T01:23:38.419Z] === Skipped [2021-04-09T01:23:38.419Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2021-04-09T01:23:38.419Z] build_session_test.go:25: TODO: BuildKit [2021-04-09T01:23:38.419Z] [2021-04-09T01:23:38.419Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2021-04-09T01:23:38.419Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:23:38.419Z] [2021-04-09T01:23:38.419Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2021-04-09T01:23:38.419Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-09T01:23:38.419Z] [2021-04-09T01:23:38.419Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2021-04-09T01:23:38.419Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-09T01:23:38.419Z] [2021-04-09T01:23:38.419Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2021-04-09T01:23:38.419Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-09T01:23:38.419Z] [2021-04-09T01:23:38.419Z] [2021-04-09T01:23:38.419Z] DONE 29 tests, 5 skipped in 972.626s [2021-04-09T01:23:38.419Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2021-04-09T01:23:38.419Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-04-09T01:23:38.419Z] INFO: Testing against a local daemon [2021-04-09T01:23:38.419Z] === RUN TestConfigInspect [2021-04-09T01:23:38.419Z] --- SKIP: TestConfigInspect (0.00s) [2021-04-09T01:23:38.419Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:23:38.419Z] === RUN TestConfigList [2021-04-09T01:23:38.419Z] --- SKIP: TestConfigList (0.00s) [2021-04-09T01:23:38.419Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:23:38.419Z] === RUN TestConfigsCreateAndDelete [2021-04-09T01:23:38.419Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2021-04-09T01:23:38.419Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:23:38.419Z] === RUN TestConfigsUpdate [2021-04-09T01:23:38.419Z] --- SKIP: TestConfigsUpdate (0.00s) [2021-04-09T01:23:38.419Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:23:38.419Z] === RUN TestTemplatedConfig [2021-04-09T01:23:38.419Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-04-09T01:23:38.419Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:23:38.419Z] === RUN TestConfigCreateResolve [2021-04-09T01:23:38.419Z] --- SKIP: TestConfigCreateResolve (0.00s) [2021-04-09T01:23:38.419Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:23:38.419Z] === RUN TestConfigDaemonLibtrustID [2021-04-09T01:23:38.419Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2021-04-09T01:23:38.419Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:23:38.419Z] PASS [2021-04-09T01:23:38.419Z] ok github.com/docker/docker/integration/config 0.499s [2021-04-09T01:23:38.419Z] [2021-04-09T01:23:38.419Z] === Skipped [2021-04-09T01:23:38.419Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2021-04-09T01:23:38.419Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:23:38.419Z] [2021-04-09T01:23:38.419Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2021-04-09T01:23:38.419Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:23:38.419Z] [2021-04-09T01:23:38.419Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2021-04-09T01:23:38.419Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:23:38.419Z] [2021-04-09T01:23:38.419Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2021-04-09T01:23:38.419Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:23:38.419Z] [2021-04-09T01:23:38.419Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2021-04-09T01:23:38.419Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:23:38.419Z] [2021-04-09T01:23:38.419Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2021-04-09T01:23:38.419Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:23:38.419Z] [2021-04-09T01:23:38.419Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2021-04-09T01:23:38.419Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:23:38.419Z] [2021-04-09T01:23:38.419Z] [2021-04-09T01:23:38.419Z] DONE 7 tests, 7 skipped in 3.140s [2021-04-09T01:23:38.419Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2021-04-09T01:23:39.513Z] === RUN TestDockerSuite/TestExecEnv [2021-04-09T01:23:39.974Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-04-09T01:23:39.974Z] INFO: Testing against a local daemon [2021-04-09T01:23:39.974Z] === RUN TestCheckpoint [2021-04-09T01:23:39.974Z] --- SKIP: TestCheckpoint (0.00s) [2021-04-09T01:23:39.974Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-04-09T01:23:39.974Z] === RUN TestContainerInvalidJSON [2021-04-09T01:23:39.974Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-04-09T01:23:39.974Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-04-09T01:23:39.974Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-04-09T01:23:39.974Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-04-09T01:23:39.974Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-04-09T01:23:39.974Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-04-09T01:23:40.439Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-04-09T01:23:40.439Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-04-09T01:23:40.439Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-04-09T01:23:40.439Z] --- PASS: TestContainerInvalidJSON (0.54s) [2021-04-09T01:23:40.439Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-04-09T01:23:40.439Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2021-04-09T01:23:40.439Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2021-04-09T01:23:40.439Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-04-09T01:23:40.448Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-04-09T01:23:40.904Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.28s) [2021-04-09T01:23:40.904Z] === RUN TestCopyFromContainerPathIsNotDir [2021-04-09T01:23:40.904Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.03s) [2021-04-09T01:23:40.904Z] copy_test.go:38: testEnv.OSType == "windows" [2021-04-09T01:23:40.904Z] === RUN TestCopyToContainerPathDoesNotExist [2021-04-09T01:23:40.904Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.21s) [2021-04-09T01:23:40.904Z] === RUN TestCopyToContainerPathIsNotDir [2021-04-09T01:23:40.904Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.02s) [2021-04-09T01:23:40.904Z] copy_test.go:63: testEnv.OSType == "windows" [2021-04-09T01:23:40.904Z] === RUN TestCopyFromContainer [2021-04-09T01:23:40.904Z] --- SKIP: TestCopyFromContainer (0.00s) [2021-04-09T01:23:40.904Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:23:40.904Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-04-09T01:23:40.904Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-09T01:23:40.904Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-09T01:23:40.904Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-09T01:23:40.904Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-09T01:23:40.904Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-09T01:23:40.904Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-09T01:23:40.904Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-09T01:23:40.904Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-09T01:23:40.904Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-09T01:23:40.904Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2021-04-09T01:23:40.904Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-04-09T01:23:40.904Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2021-04-09T01:23:40.904Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2021-04-09T01:23:40.904Z] === RUN TestCreateLinkToNonExistingContainer [2021-04-09T01:23:40.904Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2021-04-09T01:23:40.904Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-04-09T01:23:40.904Z] === RUN TestCreateWithInvalidEnv [2021-04-09T01:23:40.904Z] === RUN TestCreateWithInvalidEnv/0 [2021-04-09T01:23:40.904Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-04-09T01:23:40.904Z] === RUN TestCreateWithInvalidEnv/1 [2021-04-09T01:23:40.904Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-04-09T01:23:40.904Z] === RUN TestCreateWithInvalidEnv/2 [2021-04-09T01:23:40.904Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-04-09T01:23:41.369Z] === CONT TestCreateWithInvalidEnv/0 [2021-04-09T01:23:41.369Z] === CONT TestCreateWithInvalidEnv/1 [2021-04-09T01:23:41.369Z] === CONT TestCreateWithInvalidEnv/2 [2021-04-09T01:23:41.369Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2021-04-09T01:23:41.369Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-04-09T01:23:41.369Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-04-09T01:23:41.369Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-04-09T01:23:41.369Z] === RUN TestCreateTmpfsMountsTarget [2021-04-09T01:23:41.369Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2021-04-09T01:23:41.369Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:23:41.369Z] === RUN TestCreateWithCustomMaskedPaths [2021-04-09T01:23:41.369Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2021-04-09T01:23:41.369Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:23:41.369Z] === RUN TestCreateWithCustomReadonlyPaths [2021-04-09T01:23:41.369Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2021-04-09T01:23:41.369Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:23:41.369Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-04-09T01:23:41.369Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-09T01:23:41.369Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-09T01:23:41.369Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-09T01:23:41.369Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-09T01:23:41.369Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-09T01:23:41.369Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-09T01:23:41.369Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-09T01:23:41.369Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-09T01:23:41.369Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-09T01:23:41.369Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-09T01:23:41.369Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-09T01:23:41.369Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-09T01:23:41.369Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-09T01:23:41.369Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-09T01:23:41.369Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-09T01:23:41.369Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2021-04-09T01:23:41.369Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-04-09T01:23:41.369Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-04-09T01:23:41.369Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-04-09T01:23:41.369Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-04-09T01:23:41.369Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2021-04-09T01:23:41.369Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-04-09T01:23:41.369Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-04-09T01:23:41.369Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-04-09T01:23:41.369Z] === RUN TestCreateDifferentPlatform [2021-04-09T01:23:41.369Z] === RUN TestCreateDifferentPlatform/different_os [2021-04-09T01:23:41.369Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-04-09T01:23:41.369Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2021-04-09T01:23:41.369Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2021-04-09T01:23:41.369Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-04-09T01:23:41.369Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-04-09T01:23:41.369Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.12s) [2021-04-09T01:23:41.369Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-04-09T01:23:41.369Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-04-09T01:23:41.369Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-04-09T01:23:41.369Z] === RUN TestContainerKillOnDaemonStart [2021-04-09T01:23:41.369Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-04-09T01:23:41.369Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:23:41.369Z] === RUN TestDiff [2021-04-09T01:23:41.369Z] --- SKIP: TestDiff (0.00s) [2021-04-09T01:23:41.369Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-04-09T01:23:41.369Z] === RUN TestExecWithCloseStdin [2021-04-09T01:23:42.347Z] === RUN TestDockerSuite/TestExecExitStatus [2021-04-09T01:23:43.282Z] === RUN TestDockerSuite/TestExecInspectID [2021-04-09T01:23:43.282Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2021-04-09T01:23:44.307Z] --- PASS: TestExecWithCloseStdin (2.92s) [2021-04-09T01:23:44.307Z] === RUN TestExec [2021-04-09T01:23:46.516Z] --- PASS: TestExec (2.10s) [2021-04-09T01:23:46.516Z] === RUN TestExecUser [2021-04-09T01:23:46.516Z] --- SKIP: TestExecUser (0.00s) [2021-04-09T01:23:46.516Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-04-09T01:23:46.516Z] === RUN TestExportContainerAndImportImage [2021-04-09T01:23:46.516Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2021-04-09T01:23:46.516Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:23:46.516Z] === RUN TestExportContainerAfterDaemonRestart [2021-04-09T01:23:46.516Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2021-04-09T01:23:46.516Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:23:46.516Z] === RUN TestHealthCheckWorkdir [2021-04-09T01:23:46.516Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2021-04-09T01:23:46.516Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-04-09T01:23:46.516Z] === RUN TestHealthKillContainer [2021-04-09T01:23:46.516Z] --- SKIP: TestHealthKillContainer (0.00s) [2021-04-09T01:23:46.516Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-04-09T01:23:46.516Z] === RUN TestInspectCpusetInConfigPre120 [2021-04-09T01:23:46.516Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2021-04-09T01:23:46.516Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-04-09T01:23:46.516Z] === RUN TestKillContainerInvalidSignal [2021-04-09T01:23:46.565Z] === RUN TestDockerSuite/TestExecInteractive [2021-04-09T01:23:48.468Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2021-04-09T01:23:48.730Z] --- PASS: TestKillContainerInvalidSignal (1.99s) [2021-04-09T01:23:48.731Z] === RUN TestKillContainer [2021-04-09T01:23:48.731Z] === RUN TestKillContainer/no_signal [2021-04-09T01:23:49.403Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-04-09T01:23:50.287Z] === RUN TestKillContainer/non_killing_signal [2021-04-09T01:23:50.287Z] === RUN TestKillContainer/killing_signal [2021-04-09T01:23:50.778Z] === RUN TestDockerSuite/TestExecParseError [2021-04-09T01:23:51.348Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-04-09T01:23:51.914Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-04-09T01:23:52.500Z] --- PASS: TestKillContainer (4.34s) [2021-04-09T01:23:52.500Z] --- PASS: TestKillContainer/no_signal (1.81s) [2021-04-09T01:23:52.500Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-04-09T01:23:52.500Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-04-09T01:23:52.500Z] --- PASS: TestKillContainer/killing_signal (2.49s) [2021-04-09T01:23:52.500Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-04-09T01:23:52.500Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-04-09T01:23:52.500Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-04-09T01:23:52.500Z] === RUN TestKillStoppedContainer [2021-04-09T01:23:52.500Z] --- SKIP: TestKillStoppedContainer (0.00s) [2021-04-09T01:23:52.500Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-04-09T01:23:52.500Z] === RUN TestKillStoppedContainerAPIPre120 [2021-04-09T01:23:52.500Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2021-04-09T01:23:52.500Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-04-09T01:23:52.500Z] === RUN TestKillDifferentUserContainer [2021-04-09T01:23:52.500Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2021-04-09T01:23:52.500Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-04-09T01:23:52.500Z] === RUN TestInspectOomKilledTrue [2021-04-09T01:23:52.500Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-04-09T01:23:52.500Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:23:52.500Z] === RUN TestInspectOomKilledFalse [2021-04-09T01:23:52.500Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-04-09T01:23:52.500Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-09T01:23:52.500Z] === RUN TestLogsFollowTailEmpty [2021-04-09T01:23:52.848Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-04-09T01:23:54.768Z] --- PASS: TestLogsFollowTailEmpty (2.02s) [2021-04-09T01:23:54.768Z] === RUN TestNetworkNat [2021-04-09T01:23:54.768Z] --- SKIP: TestNetworkNat (0.00s) [2021-04-09T01:23:54.768Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-04-09T01:23:54.768Z] === RUN TestNetworkLocalhostTCPNat [2021-04-09T01:23:56.970Z] --- PASS: TestNetworkLocalhostTCPNat (2.36s) [2021-04-09T01:23:56.970Z] === RUN TestNetworkLoopbackNat [2021-04-09T01:23:56.970Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2021-04-09T01:23:56.970Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-04-09T01:23:56.970Z] === RUN TestPause [2021-04-09T01:23:56.970Z] --- SKIP: TestPause (0.00s) [2021-04-09T01:23:56.970Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-04-09T01:23:56.970Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-04-09T01:23:57.046Z] === RUN TestDockerSuite/TestExecSetEnv [2021-04-09T01:23:57.613Z] === RUN TestDockerSuite/TestExecStartFails [2021-04-09T01:23:58.988Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-04-09T01:23:59.173Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.97s) [2021-04-09T01:23:59.173Z] === RUN TestPauseStopPausedContainer [2021-04-09T01:23:59.173Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2021-04-09T01:23:59.173Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:23:59.173Z] === RUN TestPsFilter [2021-04-09T01:23:59.555Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2021-04-09T01:23:59.645Z] --- PASS: TestPsFilter (0.38s) [2021-04-09T01:23:59.645Z] === RUN TestRemoveContainerWithRemovedVolume [2021-04-09T01:24:06.116Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2021-04-09T01:24:06.778Z] --- PASS: TestRemoveContainerWithRemovedVolume (6.95s) [2021-04-09T01:24:06.778Z] === RUN TestRemoveContainerWithVolume [2021-04-09T01:24:08.981Z] --- PASS: TestRemoveContainerWithVolume (2.23s) [2021-04-09T01:24:08.981Z] === RUN TestRemoveContainerRunning [2021-04-09T01:24:10.306Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-04-09T01:24:10.536Z] --- PASS: TestRemoveContainerRunning (1.86s) [2021-04-09T01:24:10.537Z] === RUN TestRemoveContainerForceRemoveRunning [2021-04-09T01:24:11.241Z] === RUN TestDockerSuite/TestExecTTY [2021-04-09T01:24:12.618Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-04-09T01:24:12.740Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.89s) [2021-04-09T01:24:12.740Z] === RUN TestRemoveInvalidContainer [2021-04-09T01:24:12.740Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-04-09T01:24:12.740Z] === RUN TestRenameLinkedContainer [2021-04-09T01:24:12.740Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2021-04-09T01:24:12.740Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-04-09T01:24:12.740Z] === RUN TestRenameStoppedContainer [2021-04-09T01:24:14.521Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-04-09T01:24:14.950Z] --- PASS: TestRenameStoppedContainer (2.21s) [2021-04-09T01:24:14.950Z] === RUN TestRenameRunningContainerAndReuse [2021-04-09T01:24:15.087Z] === RUN TestDockerSuite/TestExecUlimits [2021-04-09T01:24:16.022Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-04-09T01:24:16.022Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-04-09T01:24:18.551Z] === RUN TestDockerSuite/TestExecWithNoTERM [2021-04-09T01:24:18.724Z] --- PASS: TestRenameRunningContainerAndReuse (3.96s) [2021-04-09T01:24:18.724Z] === RUN TestRenameInvalidName [2021-04-09T01:24:19.118Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-04-09T01:24:20.279Z] --- PASS: TestRenameInvalidName (1.90s) [2021-04-09T01:24:20.279Z] === RUN TestRenameAnonymousContainer [2021-04-09T01:24:20.279Z] --- SKIP: TestRenameAnonymousContainer (0.00s) [2021-04-09T01:24:20.279Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2021-04-09T01:24:20.279Z] === RUN TestRenameContainerWithSameName [2021-04-09T01:24:21.021Z] === RUN TestDockerSuite/TestExecWithTERM [2021-04-09T01:24:21.962Z] === RUN TestDockerSuite/TestExecWithUser [2021-04-09T01:24:22.483Z] --- PASS: TestRenameContainerWithSameName (2.00s) [2021-04-09T01:24:22.483Z] === RUN TestRenameContainerWithLinkedContainer [2021-04-09T01:24:22.483Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2021-04-09T01:24:22.483Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2021-04-09T01:24:22.483Z] === RUN TestResize [2021-04-09T01:24:23.340Z] === RUN TestDockerSuite/TestGetContainerStats [2021-04-09T01:24:24.685Z] --- PASS: TestResize (2.03s) [2021-04-09T01:24:24.685Z] === RUN TestResizeWithInvalidSize [2021-04-09T01:24:24.685Z] --- SKIP: TestResizeWithInvalidSize (0.00s) [2021-04-09T01:24:24.685Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2021-04-09T01:24:24.685Z] === RUN TestResizeWhenContainerNotStarted [2021-04-09T01:24:26.889Z] --- PASS: TestResizeWhenContainerNotStarted (2.15s) [2021-04-09T01:24:26.889Z] === RUN TestDaemonRestartKillContainers [2021-04-09T01:24:26.889Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-04-09T01:24:26.889Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:24:26.889Z] === RUN TestStats [2021-04-09T01:24:26.889Z] --- SKIP: TestStats (0.00s) [2021-04-09T01:24:26.889Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-04-09T01:24:26.889Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-04-09T01:24:28.601Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-04-09T01:24:32.783Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-04-09T01:24:34.684Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-04-09T01:24:34.943Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2021-04-09T01:24:35.537Z] --- PASS: TestStopContainerWithRestartPolicyAlways (9.02s) [2021-04-09T01:24:35.537Z] === RUN TestStopContainerWithTimeout [2021-04-09T01:24:35.537Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2021-04-09T01:24:35.537Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-04-09T01:24:35.537Z] === RUN TestUpdateRestartPolicy [2021-04-09T01:24:37.472Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2021-04-09T01:24:40.003Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-04-09T01:24:40.569Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-04-09T01:24:40.569Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-04-09T01:24:40.569Z] === RUN TestDockerSuite/TestHealth [2021-04-09T01:24:56.740Z] --- PASS: TestUpdateRestartPolicy (21.04s) [2021-04-09T01:24:56.740Z] === RUN TestUpdateRestartWithAutoRemove [2021-04-09T01:24:58.942Z] --- PASS: TestUpdateRestartWithAutoRemove (1.97s) [2021-04-09T01:24:58.942Z] === RUN TestWaitNonBlocked [2021-04-09T01:24:58.942Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-09T01:24:58.942Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-09T01:24:58.942Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-09T01:24:58.942Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-09T01:24:58.942Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-09T01:24:58.942Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-09T01:25:02.498Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2021-04-09T01:25:05.034Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-04-09T01:25:05.034Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-04-09T01:25:05.034Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-04-09T01:25:05.034Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-04-09T01:25:05.600Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-04-09T01:25:05.858Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-04-09T01:25:06.076Z] --- PASS: TestWaitNonBlocked (0.03s) [2021-04-09T01:25:06.076Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.44s) [2021-04-09T01:25:06.076Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (7.18s) [2021-04-09T01:25:06.076Z] === RUN TestWaitBlocked [2021-04-09T01:25:06.076Z] --- SKIP: TestWaitBlocked (0.00s) [2021-04-09T01:25:06.076Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:25:06.076Z] PASS [2021-04-09T01:25:06.076Z] ok github.com/docker/docker/integration/container 86.271s [2021-04-09T01:25:06.076Z] [2021-04-09T01:25:06.076Z] === Skipped [2021-04-09T01:25:06.076Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2021-04-09T01:25:06.076Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-04-09T01:25:06.076Z] [2021-04-09T01:25:06.076Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.03s) [2021-04-09T01:25:06.076Z] copy_test.go:38: testEnv.OSType == "windows" [2021-04-09T01:25:06.076Z] [2021-04-09T01:25:06.076Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.02s) [2021-04-09T01:25:06.076Z] copy_test.go:63: testEnv.OSType == "windows" [2021-04-09T01:25:06.076Z] [2021-04-09T01:25:06.076Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2021-04-09T01:25:06.076Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:06.076Z] [2021-04-09T01:25:06.076Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2021-04-09T01:25:06.076Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-04-09T01:25:06.076Z] [2021-04-09T01:25:06.076Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2021-04-09T01:25:06.076Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:06.076Z] [2021-04-09T01:25:06.076Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2021-04-09T01:25:06.076Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:25:06.076Z] [2021-04-09T01:25:06.076Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2021-04-09T01:25:06.076Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:25:06.076Z] [2021-04-09T01:25:06.076Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-04-09T01:25:06.076Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-04-09T01:25:06.076Z] [2021-04-09T01:25:06.076Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-04-09T01:25:06.076Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-04-09T01:25:06.076Z] [2021-04-09T01:25:06.076Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2021-04-09T01:25:06.076Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:06.076Z] [2021-04-09T01:25:06.076Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2021-04-09T01:25:06.076Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-04-09T01:25:06.076Z] [2021-04-09T01:25:06.076Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2021-04-09T01:25:06.076Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-04-09T01:25:06.076Z] [2021-04-09T01:25:06.076Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2021-04-09T01:25:06.076Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:06.076Z] [2021-04-09T01:25:06.076Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2021-04-09T01:25:06.076Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:06.076Z] [2021-04-09T01:25:06.076Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2021-04-09T01:25:06.076Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-04-09T01:25:06.076Z] [2021-04-09T01:25:06.076Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2021-04-09T01:25:06.076Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-04-09T01:25:06.076Z] [2021-04-09T01:25:06.076Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2021-04-09T01:25:06.076Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-04-09T01:25:06.076Z] [2021-04-09T01:25:06.076Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2021-04-09T01:25:06.076Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-04-09T01:25:06.076Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-04-09T01:25:06.076Z] [2021-04-09T01:25:06.076Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-04-09T01:25:06.076Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-04-09T01:25:06.076Z] [2021-04-09T01:25:06.076Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2021-04-09T01:25:06.076Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-04-09T01:25:06.076Z] [2021-04-09T01:25:06.076Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2021-04-09T01:25:06.076Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-04-09T01:25:06.076Z] [2021-04-09T01:25:06.076Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2021-04-09T01:25:06.076Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-04-09T01:25:06.076Z] [2021-04-09T01:25:06.076Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2021-04-09T01:25:06.076Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:06.076Z] [2021-04-09T01:25:06.076Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2021-04-09T01:25:06.076Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-09T01:25:06.076Z] [2021-04-09T01:25:06.076Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2021-04-09T01:25:06.076Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-04-09T01:25:06.076Z] [2021-04-09T01:25:06.076Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2021-04-09T01:25:06.076Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-04-09T01:25:06.076Z] [2021-04-09T01:25:06.076Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2021-04-09T01:25:06.076Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-04-09T01:25:06.076Z] [2021-04-09T01:25:06.076Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2021-04-09T01:25:06.076Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:06.076Z] [2021-04-09T01:25:06.076Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2021-04-09T01:25:06.076Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-04-09T01:25:06.076Z] [2021-04-09T01:25:06.076Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s) [2021-04-09T01:25:06.076Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2021-04-09T01:25:06.076Z] [2021-04-09T01:25:06.076Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2021-04-09T01:25:06.076Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2021-04-09T01:25:06.076Z] [2021-04-09T01:25:06.076Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s) [2021-04-09T01:25:06.076Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2021-04-09T01:25:06.076Z] [2021-04-09T01:25:06.076Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2021-04-09T01:25:06.076Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:06.076Z] [2021-04-09T01:25:06.076Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2021-04-09T01:25:06.076Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-04-09T01:25:06.076Z] [2021-04-09T01:25:06.076Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2021-04-09T01:25:06.076Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-04-09T01:25:06.076Z] [2021-04-09T01:25:06.076Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2021-04-09T01:25:06.076Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:25:06.076Z] [2021-04-09T01:25:06.076Z] [2021-04-09T01:25:06.076Z] DONE 88 tests, 37 skipped in 88.912s [2021-04-09T01:25:06.076Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2021-04-09T01:25:06.793Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-04-09T01:25:06.793Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-04-09T01:25:06.793Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-04-09T01:25:06.793Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-04-09T01:25:07.362Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-04-09T01:25:07.931Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-04-09T01:25:08.280Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-04-09T01:25:08.280Z] INFO: Testing against a local daemon [2021-04-09T01:25:08.280Z] === RUN TestCommitInheritsEnv [2021-04-09T01:25:08.280Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2021-04-09T01:25:08.280Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-09T01:25:08.280Z] === RUN TestImportExtremelyLargeImageWorks [2021-04-09T01:25:08.280Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-04-09T01:25:08.280Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-04-09T01:25:08.280Z] === RUN TestImagesFilterMultiReference [2021-04-09T01:25:08.280Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2021-04-09T01:25:08.280Z] === RUN TestImagePullPlatformInvalid [2021-04-09T01:25:08.280Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-04-09T01:25:08.280Z] === RUN TestRemoveImageOrphaning [2021-04-09T01:25:08.499Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-04-09T01:25:08.499Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-04-09T01:25:09.371Z] --- PASS: TestRemoveImageOrphaning (0.92s) [2021-04-09T01:25:09.371Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-04-09T01:25:09.371Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-04-09T01:25:09.371Z] === RUN TestTagInvalidReference [2021-04-09T01:25:09.371Z] --- PASS: TestTagInvalidReference (0.03s) [2021-04-09T01:25:09.371Z] === RUN TestTagValidPrefixedRepo [2021-04-09T01:25:09.371Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2021-04-09T01:25:09.371Z] === RUN TestTagExistedNameWithoutForce [2021-04-09T01:25:09.371Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2021-04-09T01:25:09.371Z] === RUN TestTagOfficialNames [2021-04-09T01:25:09.371Z] --- PASS: TestTagOfficialNames (0.08s) [2021-04-09T01:25:09.371Z] === RUN TestTagMatchesDigest [2021-04-09T01:25:09.371Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-04-09T01:25:09.371Z] PASS [2021-04-09T01:25:09.371Z] ok github.com/docker/docker/integration/image 1.683s [2021-04-09T01:25:09.837Z] [2021-04-09T01:25:09.837Z] === Skipped [2021-04-09T01:25:09.837Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2021-04-09T01:25:09.837Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-09T01:25:09.837Z] [2021-04-09T01:25:09.837Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2021-04-09T01:25:09.837Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-04-09T01:25:09.837Z] [2021-04-09T01:25:09.837Z] [2021-04-09T01:25:09.837Z] DONE 11 tests, 2 skipped in 3.584s [2021-04-09T01:25:09.837Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2021-04-09T01:25:09.878Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-04-09T01:25:09.878Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-04-09T01:25:11.255Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-04-09T01:25:12.042Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-04-09T01:25:12.042Z] INFO: Testing against a local daemon [2021-04-09T01:25:12.042Z] === RUN TestNetworkCreateDelete [2021-04-09T01:25:12.042Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2021-04-09T01:25:12.042Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:25:12.042Z] === RUN TestDockerNetworkDeletePreferID [2021-04-09T01:25:12.042Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2021-04-09T01:25:12.042Z] 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-09T01:25:12.042Z] === RUN TestDaemonDNSFallback [2021-04-09T01:25:12.042Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2021-04-09T01:25:12.042Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:25:12.042Z] === RUN TestInspectNetwork [2021-04-09T01:25:12.042Z] --- SKIP: TestInspectNetwork (0.00s) [2021-04-09T01:25:12.042Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-04-09T01:25:12.042Z] === RUN TestRunContainerWithBridgeNone [2021-04-09T01:25:12.042Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-04-09T01:25:12.042Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:25:12.042Z] === RUN TestNetworkInvalidJSON [2021-04-09T01:25:12.042Z] === RUN TestNetworkInvalidJSON//networks/create [2021-04-09T01:25:12.042Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-04-09T01:25:12.042Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-04-09T01:25:12.042Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-04-09T01:25:12.042Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-09T01:25:12.042Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-09T01:25:12.042Z] === CONT TestNetworkInvalidJSON//networks/create [2021-04-09T01:25:12.042Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-09T01:25:12.042Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-04-09T01:25:12.042Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-04-09T01:25:12.042Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-04-09T01:25:12.042Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-04-09T01:25:12.042Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-04-09T01:25:12.042Z] === RUN TestNetworkList [2021-04-09T01:25:12.042Z] === RUN TestNetworkList//networks [2021-04-09T01:25:12.042Z] === PAUSE TestNetworkList//networks [2021-04-09T01:25:12.042Z] === RUN TestNetworkList//networks/ [2021-04-09T01:25:12.042Z] === PAUSE TestNetworkList//networks/ [2021-04-09T01:25:12.042Z] === CONT TestNetworkList//networks [2021-04-09T01:25:12.042Z] === CONT TestNetworkList//networks/ [2021-04-09T01:25:12.042Z] --- PASS: TestNetworkList (0.03s) [2021-04-09T01:25:12.042Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-04-09T01:25:12.042Z] --- PASS: TestNetworkList//networks (0.00s) [2021-04-09T01:25:12.042Z] === RUN TestHostIPv4BridgeLabel [2021-04-09T01:25:12.042Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-04-09T01:25:12.042Z] network_test.go:126: testEnv.OSType == "windows" [2021-04-09T01:25:12.042Z] === RUN TestDaemonRestartWithLiveRestore [2021-04-09T01:25:12.042Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2021-04-09T01:25:12.042Z] service_test.go:29: testEnv.OSType == "windows" [2021-04-09T01:25:12.042Z] === RUN TestDaemonDefaultNetworkPools [2021-04-09T01:25:12.042Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-04-09T01:25:12.042Z] service_test.go:58: testEnv.OSType == "windows" [2021-04-09T01:25:12.042Z] === RUN TestDaemonRestartWithExistingNetwork [2021-04-09T01:25:12.042Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-04-09T01:25:12.042Z] service_test.go:102: testEnv.OSType == "windows" [2021-04-09T01:25:12.042Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-04-09T01:25:12.042Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-04-09T01:25:12.042Z] service_test.go:136: testEnv.OSType == "windows" [2021-04-09T01:25:12.042Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-04-09T01:25:12.042Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-04-09T01:25:12.042Z] service_test.go:187: testEnv.OSType == "windows" [2021-04-09T01:25:12.042Z] === RUN TestServiceWithPredefinedNetwork [2021-04-09T01:25:12.042Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-04-09T01:25:12.042Z] service_test.go:212: testEnv.OSType == "windows" [2021-04-09T01:25:12.042Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-04-09T01:25:12.042Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-04-09T01:25:12.042Z] service_test.go:242: FLAKY_TEST [2021-04-09T01:25:12.042Z] === RUN TestServiceWithDataPathPortInit [2021-04-09T01:25:12.042Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-04-09T01:25:12.042Z] service_test.go:332: testEnv.OSType == "windows" [2021-04-09T01:25:12.042Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-04-09T01:25:12.042Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-04-09T01:25:12.042Z] service_test.go:400: testEnv.OSType == "windows" [2021-04-09T01:25:12.042Z] PASS [2021-04-09T01:25:12.042Z] ok github.com/docker/docker/integration/network 0.473s [2021-04-09T01:25:12.514Z] [2021-04-09T01:25:12.514Z] === Skipped [2021-04-09T01:25:12.514Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2021-04-09T01:25:12.514Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:25:12.514Z] [2021-04-09T01:25:12.514Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2021-04-09T01:25:12.514Z] 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-09T01:25:12.514Z] [2021-04-09T01:25:12.514Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2021-04-09T01:25:12.514Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:25:12.514Z] [2021-04-09T01:25:12.514Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2021-04-09T01:25:12.514Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-04-09T01:25:12.514Z] [2021-04-09T01:25:12.514Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2021-04-09T01:25:12.514Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:25:12.514Z] [2021-04-09T01:25:12.514Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2021-04-09T01:25:12.514Z] network_test.go:126: testEnv.OSType == "windows" [2021-04-09T01:25:12.514Z] [2021-04-09T01:25:12.514Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2021-04-09T01:25:12.514Z] service_test.go:29: testEnv.OSType == "windows" [2021-04-09T01:25:12.514Z] [2021-04-09T01:25:12.514Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2021-04-09T01:25:12.514Z] service_test.go:58: testEnv.OSType == "windows" [2021-04-09T01:25:12.514Z] [2021-04-09T01:25:12.514Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2021-04-09T01:25:12.514Z] service_test.go:102: testEnv.OSType == "windows" [2021-04-09T01:25:12.514Z] [2021-04-09T01:25:12.514Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-04-09T01:25:12.514Z] service_test.go:136: testEnv.OSType == "windows" [2021-04-09T01:25:12.514Z] [2021-04-09T01:25:12.514Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-04-09T01:25:12.514Z] service_test.go:187: testEnv.OSType == "windows" [2021-04-09T01:25:12.514Z] [2021-04-09T01:25:12.514Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2021-04-09T01:25:12.514Z] service_test.go:212: testEnv.OSType == "windows" [2021-04-09T01:25:12.514Z] [2021-04-09T01:25:12.514Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-04-09T01:25:12.514Z] service_test.go:242: FLAKY_TEST [2021-04-09T01:25:12.514Z] [2021-04-09T01:25:12.514Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2021-04-09T01:25:12.514Z] service_test.go:332: testEnv.OSType == "windows" [2021-04-09T01:25:12.514Z] [2021-04-09T01:25:12.514Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-04-09T01:25:12.514Z] service_test.go:400: testEnv.OSType == "windows" [2021-04-09T01:25:12.514Z] [2021-04-09T01:25:12.514Z] [2021-04-09T01:25:12.514Z] DONE 22 tests, 15 skipped in 2.684s [2021-04-09T01:25:12.514Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2021-04-09T01:25:12.633Z] === RUN TestDockerSuite/TestImagesFormat [2021-04-09T01:25:12.633Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-04-09T01:25:12.979Z] testing: warning: no tests to run [2021-04-09T01:25:12.979Z] PASS [2021-04-09T01:25:12.979Z] ok github.com/docker/docker/integration/network/ipvlan 0.132s [2021-04-09T01:25:12.979Z] [2021-04-09T01:25:12.979Z] DONE 0 tests in 0.791s [2021-04-09T01:25:13.444Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2021-04-09T01:25:13.570Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-04-09T01:25:13.909Z] testing: warning: no tests to run [2021-04-09T01:25:13.909Z] PASS [2021-04-09T01:25:13.909Z] ok github.com/docker/docker/integration/network/macvlan 0.136s [2021-04-09T01:25:13.909Z] [2021-04-09T01:25:13.909Z] DONE 0 tests in 0.817s [2021-04-09T01:25:13.909Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2021-04-09T01:25:14.890Z] testing: warning: no tests to run [2021-04-09T01:25:14.890Z] PASS [2021-04-09T01:25:14.890Z] ok github.com/docker/docker/integration/plugin 0.120s [2021-04-09T01:25:14.890Z] [2021-04-09T01:25:14.890Z] DONE 0 tests in 0.796s [2021-04-09T01:25:14.890Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2021-04-09T01:25:15.870Z] testing: warning: no tests to run [2021-04-09T01:25:15.870Z] PASS [2021-04-09T01:25:15.870Z] ok github.com/docker/docker/integration/plugin/authz 0.133s [2021-04-09T01:25:15.870Z] [2021-04-09T01:25:15.870Z] DONE 0 tests in 0.807s [2021-04-09T01:25:15.870Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2021-04-09T01:25:16.851Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-04-09T01:25:16.851Z] === RUN TestDockerSuite/TestImportBadURL [2021-04-09T01:25:16.851Z] === RUN TestDockerSuite/TestImportDisplay [2021-04-09T01:25:18.225Z] === RUN TestDockerSuite/TestImportFile [2021-04-09T01:25:19.601Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-04-09T01:25:19.601Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-04-09T01:25:21.505Z] === RUN TestDockerSuite/TestImportGzipped [2021-04-09T01:25:23.410Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-04-09T01:25:24.509Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-04-09T01:25:24.509Z] INFO: Testing against a local daemon [2021-04-09T01:25:24.509Z] === RUN TestPluginInvalidJSON [2021-04-09T01:25:24.509Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-04-09T01:25:24.509Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-04-09T01:25:24.509Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-04-09T01:25:24.509Z] --- PASS: TestPluginInvalidJSON (0.04s) [2021-04-09T01:25:24.509Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-04-09T01:25:24.509Z] === RUN TestPluginInstall [2021-04-09T01:25:24.509Z] --- SKIP: TestPluginInstall (0.00s) [2021-04-09T01:25:24.509Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-04-09T01:25:24.509Z] === RUN TestPluginsWithRuntimes [2021-04-09T01:25:24.509Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-04-09T01:25:24.509Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-04-09T01:25:24.509Z] === RUN TestPluginBackCompatMediaTypes [2021-04-09T01:25:24.509Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-04-09T01:25:24.509Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-04-09T01:25:24.509Z] PASS [2021-04-09T01:25:24.509Z] ok github.com/docker/docker/integration/plugin/common 0.453s [2021-04-09T01:25:24.509Z] [2021-04-09T01:25:24.509Z] === Skipped [2021-04-09T01:25:24.509Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-04-09T01:25:24.509Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-04-09T01:25:24.509Z] [2021-04-09T01:25:24.509Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2021-04-09T01:25:24.509Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-04-09T01:25:24.509Z] [2021-04-09T01:25:24.509Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2021-04-09T01:25:24.509Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-04-09T01:25:24.509Z] [2021-04-09T01:25:24.509Z] [2021-04-09T01:25:24.509Z] DONE 5 tests, 3 skipped in 7.968s [2021-04-09T01:25:24.509Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2021-04-09T01:25:25.312Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-04-09T01:25:25.879Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-04-09T01:25:27.270Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-04-09T01:25:27.448Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-04-09T01:25:27.448Z] INFO: Testing against a local daemon [2021-04-09T01:25:27.448Z] === RUN TestExternalGraphDriver [2021-04-09T01:25:27.448Z] --- SKIP: TestExternalGraphDriver (0.00s) [2021-04-09T01:25:27.448Z] external_test.go:48: runtime.GOOS == "windows" [2021-04-09T01:25:27.448Z] === RUN TestGraphdriverPluginV2 [2021-04-09T01:25:27.448Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2021-04-09T01:25:27.448Z] external_test.go:408: runtime.GOOS == "windows" [2021-04-09T01:25:27.448Z] PASS [2021-04-09T01:25:27.448Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.410s [2021-04-09T01:25:27.448Z] [2021-04-09T01:25:27.448Z] === Skipped [2021-04-09T01:25:27.448Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2021-04-09T01:25:27.448Z] external_test.go:48: runtime.GOOS == "windows" [2021-04-09T01:25:27.448Z] [2021-04-09T01:25:27.448Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2021-04-09T01:25:27.448Z] external_test.go:408: runtime.GOOS == "windows" [2021-04-09T01:25:27.448Z] [2021-04-09T01:25:27.448Z] [2021-04-09T01:25:27.448Z] DONE 2 tests, 2 skipped in 3.294s [2021-04-09T01:25:27.448Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2021-04-09T01:25:28.645Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-04-09T01:25:28.645Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2021-04-09T01:25:28.645Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-04-09T01:25:29.212Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-04-09T01:25:29.650Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-04-09T01:25:29.650Z] INFO: Testing against a local daemon [2021-04-09T01:25:29.650Z] === RUN TestReadPluginNoRead [2021-04-09T01:25:29.650Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-04-09T01:25:29.650Z] read_test.go:21: no unix domain sockets on Windows [2021-04-09T01:25:29.650Z] PASS [2021-04-09T01:25:29.650Z] ok github.com/docker/docker/integration/plugin/logging 0.401s [2021-04-09T01:25:29.650Z] [2021-04-09T01:25:29.650Z] === Skipped [2021-04-09T01:25:29.650Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-04-09T01:25:29.650Z] read_test.go:21: no unix domain sockets on Windows [2021-04-09T01:25:29.650Z] [2021-04-09T01:25:29.650Z] [2021-04-09T01:25:29.650Z] DONE 1 tests, 1 skipped in 2.600s [2021-04-09T01:25:29.650Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2021-04-09T01:25:30.587Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-04-09T01:25:31.220Z] testing: warning: no tests to run [2021-04-09T01:25:31.220Z] PASS [2021-04-09T01:25:31.220Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.244s [2021-04-09T01:25:31.220Z] [2021-04-09T01:25:31.220Z] DONE 0 tests in 1.415s [2021-04-09T01:25:31.220Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2021-04-09T01:25:31.522Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-04-09T01:25:32.088Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-04-09T01:25:32.654Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-04-09T01:25:33.589Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-04-09T01:25:33.589Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2021-04-09T01:25:34.167Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-04-09T01:25:34.167Z] INFO: Testing against a local daemon [2021-04-09T01:25:34.167Z] === RUN TestPluginWithDevMounts [2021-04-09T01:25:34.167Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-04-09T01:25:34.167Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:34.167Z] PASS [2021-04-09T01:25:34.167Z] ok github.com/docker/docker/integration/plugin/volumes 0.481s [2021-04-09T01:25:34.167Z] [2021-04-09T01:25:34.167Z] === Skipped [2021-04-09T01:25:34.167Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-04-09T01:25:34.167Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:34.167Z] [2021-04-09T01:25:34.167Z] [2021-04-09T01:25:34.167Z] DONE 1 tests, 1 skipped in 2.704s [2021-04-09T01:25:34.167Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2021-04-09T01:25:35.488Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-04-09T01:25:36.054Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2021-04-09T01:25:36.313Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-04-09T01:25:36.372Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-04-09T01:25:36.372Z] INFO: Testing against a local daemon [2021-04-09T01:25:36.372Z] === RUN TestSecretInspect [2021-04-09T01:25:36.372Z] --- SKIP: TestSecretInspect (0.00s) [2021-04-09T01:25:36.372Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:36.372Z] === RUN TestSecretList [2021-04-09T01:25:36.372Z] --- SKIP: TestSecretList (0.00s) [2021-04-09T01:25:36.372Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:36.372Z] === RUN TestSecretsCreateAndDelete [2021-04-09T01:25:36.372Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2021-04-09T01:25:36.372Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:36.372Z] === RUN TestSecretsUpdate [2021-04-09T01:25:36.372Z] --- SKIP: TestSecretsUpdate (0.00s) [2021-04-09T01:25:36.372Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:36.372Z] === RUN TestTemplatedSecret [2021-04-09T01:25:36.372Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-04-09T01:25:36.372Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:36.372Z] === RUN TestSecretCreateResolve [2021-04-09T01:25:36.372Z] --- SKIP: TestSecretCreateResolve (0.00s) [2021-04-09T01:25:36.372Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:25:36.372Z] PASS [2021-04-09T01:25:36.372Z] ok github.com/docker/docker/integration/secret 0.397s [2021-04-09T01:25:36.372Z] [2021-04-09T01:25:36.372Z] === Skipped [2021-04-09T01:25:36.372Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2021-04-09T01:25:36.372Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:36.372Z] [2021-04-09T01:25:36.372Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2021-04-09T01:25:36.372Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:36.372Z] [2021-04-09T01:25:36.372Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2021-04-09T01:25:36.372Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:36.372Z] [2021-04-09T01:25:36.372Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2021-04-09T01:25:36.372Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:36.372Z] [2021-04-09T01:25:36.372Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2021-04-09T01:25:36.372Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:36.372Z] [2021-04-09T01:25:36.372Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2021-04-09T01:25:36.372Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:25:36.372Z] [2021-04-09T01:25:36.372Z] [2021-04-09T01:25:36.372Z] DONE 6 tests, 6 skipped in 2.308s [2021-04-09T01:25:36.372Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2021-04-09T01:25:37.251Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-04-09T01:25:37.251Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-04-09T01:25:38.627Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-04-09T01:25:38.627Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-04-09T01:25:39.308Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-04-09T01:25:39.308Z] INFO: Testing against a local daemon [2021-04-09T01:25:39.308Z] === RUN TestServiceCreateInit [2021-04-09T01:25:39.308Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-04-09T01:25:39.308Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-04-09T01:25:39.308Z] --- PASS: TestServiceCreateInit (0.03s) [2021-04-09T01:25:39.308Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-04-09T01:25:39.308Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:39.308Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-04-09T01:25:39.308Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:39.308Z] === RUN TestCreateServiceMultipleTimes [2021-04-09T01:25:39.308Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2021-04-09T01:25:39.308Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:39.308Z] === RUN TestCreateServiceConflict [2021-04-09T01:25:39.308Z] --- SKIP: TestCreateServiceConflict (0.00s) [2021-04-09T01:25:39.308Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:39.308Z] === RUN TestCreateServiceMaxReplicas [2021-04-09T01:25:39.308Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2021-04-09T01:25:39.308Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:39.308Z] === RUN TestCreateWithDuplicateNetworkNames [2021-04-09T01:25:39.308Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2021-04-09T01:25:39.308Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:39.308Z] === RUN TestCreateServiceSecretFileMode [2021-04-09T01:25:39.308Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2021-04-09T01:25:39.308Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:39.308Z] === RUN TestCreateServiceConfigFileMode [2021-04-09T01:25:39.308Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2021-04-09T01:25:39.308Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:39.308Z] === RUN TestCreateServiceSysctls [2021-04-09T01:25:39.308Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2021-04-09T01:25:39.308Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:39.308Z] === RUN TestCreateServiceCapabilities [2021-04-09T01:25:39.308Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2021-04-09T01:25:39.308Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:39.308Z] === RUN TestInspect [2021-04-09T01:25:39.308Z] --- SKIP: TestInspect (0.00s) [2021-04-09T01:25:39.308Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:39.308Z] === RUN TestCreateJob [2021-04-09T01:25:39.308Z] --- SKIP: TestCreateJob (0.00s) [2021-04-09T01:25:39.308Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:39.308Z] === RUN TestReplicatedJob [2021-04-09T01:25:39.308Z] --- SKIP: TestReplicatedJob (0.00s) [2021-04-09T01:25:39.308Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:39.308Z] === RUN TestUpdateReplicatedJob [2021-04-09T01:25:39.308Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2021-04-09T01:25:39.308Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:39.308Z] === RUN TestServiceListWithStatuses [2021-04-09T01:25:39.308Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-04-09T01:25:39.308Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:39.308Z] === RUN TestDockerNetworkConnectAlias [2021-04-09T01:25:39.308Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2021-04-09T01:25:39.308Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:39.308Z] === RUN TestDockerNetworkReConnect [2021-04-09T01:25:39.308Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2021-04-09T01:25:39.308Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:39.308Z] === RUN TestServicePlugin [2021-04-09T01:25:39.308Z] --- SKIP: TestServicePlugin (0.00s) [2021-04-09T01:25:39.308Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:39.308Z] === RUN TestServiceUpdateLabel [2021-04-09T01:25:39.308Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2021-04-09T01:25:39.308Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:25:39.308Z] === RUN TestServiceUpdateSecrets [2021-04-09T01:25:39.308Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2021-04-09T01:25:39.308Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:25:39.308Z] === RUN TestServiceUpdateConfigs [2021-04-09T01:25:39.308Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2021-04-09T01:25:39.308Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:25:39.308Z] === RUN TestServiceUpdateNetwork [2021-04-09T01:25:39.308Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2021-04-09T01:25:39.308Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:25:39.308Z] === RUN TestServiceUpdatePidsLimit [2021-04-09T01:25:39.308Z] --- SKIP: TestServiceUpdatePidsLimit (0.01s) [2021-04-09T01:25:39.308Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:25:39.308Z] PASS [2021-04-09T01:25:39.308Z] ok github.com/docker/docker/integration/service 0.568s [2021-04-09T01:25:39.308Z] [2021-04-09T01:25:39.308Z] === Skipped [2021-04-09T01:25:39.308Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-04-09T01:25:39.308Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-04-09T01:25:39.308Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:39.308Z] [2021-04-09T01:25:39.308Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-04-09T01:25:39.308Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-04-09T01:25:39.308Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:39.308Z] [2021-04-09T01:25:39.308Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2021-04-09T01:25:39.308Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:39.308Z] [2021-04-09T01:25:39.308Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2021-04-09T01:25:39.308Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:39.308Z] [2021-04-09T01:25:39.308Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2021-04-09T01:25:39.308Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:39.308Z] [2021-04-09T01:25:39.308Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2021-04-09T01:25:39.308Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:39.308Z] [2021-04-09T01:25:39.308Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2021-04-09T01:25:39.308Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:39.308Z] [2021-04-09T01:25:39.308Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2021-04-09T01:25:39.308Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:39.308Z] [2021-04-09T01:25:39.308Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2021-04-09T01:25:39.308Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:39.308Z] [2021-04-09T01:25:39.308Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2021-04-09T01:25:39.308Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:39.308Z] [2021-04-09T01:25:39.308Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2021-04-09T01:25:39.308Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:39.308Z] [2021-04-09T01:25:39.308Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2021-04-09T01:25:39.308Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:39.308Z] [2021-04-09T01:25:39.308Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2021-04-09T01:25:39.308Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:39.308Z] [2021-04-09T01:25:39.308Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2021-04-09T01:25:39.308Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:39.308Z] [2021-04-09T01:25:39.308Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2021-04-09T01:25:39.308Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:39.308Z] [2021-04-09T01:25:39.308Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2021-04-09T01:25:39.308Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:39.308Z] [2021-04-09T01:25:39.308Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2021-04-09T01:25:39.308Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:39.308Z] [2021-04-09T01:25:39.308Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2021-04-09T01:25:39.308Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:39.308Z] [2021-04-09T01:25:39.308Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2021-04-09T01:25:39.308Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:25:39.308Z] [2021-04-09T01:25:39.308Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2021-04-09T01:25:39.308Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:25:39.774Z] [2021-04-09T01:25:39.774Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2021-04-09T01:25:39.774Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:25:39.774Z] [2021-04-09T01:25:39.774Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2021-04-09T01:25:39.774Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:25:39.774Z] [2021-04-09T01:25:39.774Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.01s) [2021-04-09T01:25:39.774Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:25:39.774Z] [2021-04-09T01:25:39.774Z] [2021-04-09T01:25:39.774Z] DONE 24 tests, 23 skipped in 3.062s [2021-04-09T01:25:39.774Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2021-04-09T01:25:40.006Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-04-09T01:25:40.941Z] === RUN TestDockerSuite/TestInspectDefault [2021-04-09T01:25:41.977Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-04-09T01:25:41.977Z] INFO: Testing against a local daemon [2021-04-09T01:25:41.977Z] === RUN TestSessionCreate [2021-04-09T01:25:41.977Z] --- SKIP: TestSessionCreate (0.00s) [2021-04-09T01:25:41.977Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-04-09T01:25:41.977Z] === RUN TestSessionCreateWithBadUpgrade [2021-04-09T01:25:41.977Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2021-04-09T01:25:41.977Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-04-09T01:25:41.977Z] PASS [2021-04-09T01:25:41.977Z] ok github.com/docker/docker/integration/session 0.402s [2021-04-09T01:25:41.977Z] [2021-04-09T01:25:41.977Z] === Skipped [2021-04-09T01:25:41.977Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2021-04-09T01:25:41.977Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-04-09T01:25:41.977Z] [2021-04-09T01:25:41.977Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2021-04-09T01:25:41.977Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-04-09T01:25:41.977Z] [2021-04-09T01:25:41.977Z] [2021-04-09T01:25:41.977Z] DONE 2 tests, 2 skipped in 2.308s [2021-04-09T01:25:41.977Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2021-04-09T01:25:42.318Z] === RUN TestDockerSuite/TestInspectHistory [2021-04-09T01:25:43.695Z] === RUN TestDockerSuite/TestInspectImage [2021-04-09T01:25:43.695Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-04-09T01:25:43.695Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-04-09T01:25:43.695Z] === RUN TestDockerSuite/TestInspectInt64 [2021-04-09T01:25:44.186Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-04-09T01:25:44.186Z] INFO: Testing against a local daemon [2021-04-09T01:25:44.186Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-04-09T01:25:44.186Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-04-09T01:25:44.186Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:44.186Z] === RUN TestEventsExecDie [2021-04-09T01:25:44.186Z] --- SKIP: TestEventsExecDie (0.00s) [2021-04-09T01:25:44.186Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-04-09T01:25:44.186Z] === RUN TestEventsBackwardsCompatible [2021-04-09T01:25:44.186Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2021-04-09T01:25:44.186Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-04-09T01:25:44.186Z] === RUN TestInfoAPI [2021-04-09T01:25:44.186Z] --- PASS: TestInfoAPI (0.04s) [2021-04-09T01:25:44.186Z] === RUN TestInfoAPIWarnings [2021-04-09T01:25:44.186Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2021-04-09T01:25:44.186Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-09T01:25:44.186Z] === RUN TestInfoDebug [2021-04-09T01:25:44.186Z] --- SKIP: TestInfoDebug (0.00s) [2021-04-09T01:25:44.186Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-04-09T01:25:44.186Z] === RUN TestInfoInsecureRegistries [2021-04-09T01:25:44.186Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2021-04-09T01:25:44.186Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-04-09T01:25:44.186Z] === RUN TestInfoRegistryMirrors [2021-04-09T01:25:44.186Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2021-04-09T01:25:44.186Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-04-09T01:25:44.186Z] === RUN TestLoginFailsWithBadCredentials [2021-04-09T01:25:45.073Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-04-09T01:25:45.167Z] --- PASS: TestLoginFailsWithBadCredentials (0.97s) [2021-04-09T01:25:45.167Z] === RUN TestPingCacheHeaders [2021-04-09T01:25:45.167Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-04-09T01:25:45.167Z] === RUN TestPingGet [2021-04-09T01:25:45.167Z] --- PASS: TestPingGet (0.03s) [2021-04-09T01:25:45.167Z] === RUN TestPingHead [2021-04-09T01:25:45.167Z] --- PASS: TestPingHead (0.03s) [2021-04-09T01:25:45.167Z] === RUN TestVersion [2021-04-09T01:25:45.167Z] --- PASS: TestVersion (0.03s) [2021-04-09T01:25:45.167Z] PASS [2021-04-09T01:25:45.167Z] ok github.com/docker/docker/integration/system 1.491s [2021-04-09T01:25:45.167Z] [2021-04-09T01:25:45.167Z] === Skipped [2021-04-09T01:25:45.167Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-04-09T01:25:45.167Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:25:45.167Z] [2021-04-09T01:25:45.167Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2021-04-09T01:25:45.167Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-04-09T01:25:45.167Z] [2021-04-09T01:25:45.167Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2021-04-09T01:25:45.167Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-04-09T01:25:45.167Z] [2021-04-09T01:25:45.167Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2021-04-09T01:25:45.167Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-09T01:25:45.167Z] [2021-04-09T01:25:45.167Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2021-04-09T01:25:45.167Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-04-09T01:25:45.167Z] [2021-04-09T01:25:45.167Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2021-04-09T01:25:45.167Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-04-09T01:25:45.167Z] [2021-04-09T01:25:45.167Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2021-04-09T01:25:45.167Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-04-09T01:25:45.167Z] [2021-04-09T01:25:45.167Z] [2021-04-09T01:25:45.167Z] DONE 13 tests, 7 skipped in 3.386s [2021-04-09T01:25:45.167Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2021-04-09T01:25:46.452Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-04-09T01:25:46.452Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-04-09T01:25:47.843Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-04-09T01:25:48.106Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-04-09T01:25:48.106Z] INFO: Testing against a local daemon [2021-04-09T01:25:48.106Z] === RUN TestVolumesCreateAndList [2021-04-09T01:25:48.106Z] --- PASS: TestVolumesCreateAndList (0.04s) [2021-04-09T01:25:48.106Z] === RUN TestVolumesRemove [2021-04-09T01:25:48.106Z] --- PASS: TestVolumesRemove (0.14s) [2021-04-09T01:25:48.106Z] === RUN TestVolumesInspect [2021-04-09T01:25:48.106Z] --- PASS: TestVolumesInspect (0.04s) [2021-04-09T01:25:48.106Z] === RUN TestVolumesInvalidJSON [2021-04-09T01:25:48.106Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-04-09T01:25:48.106Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-04-09T01:25:48.106Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-04-09T01:25:48.106Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-04-09T01:25:48.106Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-04-09T01:25:48.106Z] PASS [2021-04-09T01:25:48.106Z] ok github.com/docker/docker/integration/volume 0.612s [2021-04-09T01:25:48.106Z] [2021-04-09T01:25:48.106Z] DONE 5 tests in 2.504s [2021-04-09T01:25:48.106Z] INFO: make.ps1 ended at 04/09/2021 01:25:47 [2021-04-09T01:25:48.106Z] INFO: Integration CLI tests being run from the host: [2021-04-09T01:25:48.106Z] 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-09T01:25:48.779Z] === RUN TestDockerSuite/TestInspectPlugin [2021-04-09T01:25:50.680Z] === RUN TestDockerSuite/TestInspectRootFS [2021-04-09T01:25:50.680Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-04-09T01:25:51.248Z] === RUN TestDockerSuite/TestInspectStatus [2021-04-09T01:25:52.184Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-04-09T01:25:53.559Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-04-09T01:25:54.495Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-04-09T01:25:55.061Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-04-09T01:25:55.996Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-04-09T01:25:56.749Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-04-09T01:25:56.749Z] INFO: Testing against a local daemon [2021-04-09T01:25:56.749Z] === RUN TestDockerSuite [2021-04-09T01:25:56.749Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-04-09T01:25:56.749Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-04-09T01:25:56.749Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-04-09T01:25:56.749Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-04-09T01:25:56.749Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-04-09T01:25:56.749Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-04-09T01:25:56.749Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-04-09T01:25:56.749Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-04-09T01:25:56.930Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-04-09T01:25:57.215Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-04-09T01:25:57.215Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-04-09T01:25:57.497Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-04-09T01:25:58.194Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-04-09T01:25:58.194Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-04-09T01:25:58.432Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-04-09T01:25:58.432Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2021-04-09T01:26:00.333Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-04-09T01:26:02.236Z] === RUN TestDockerSuite/TestLinksEnvs [2021-04-09T01:26:03.613Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-04-09T01:26:03.871Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-04-09T01:26:05.772Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-04-09T01:26:06.708Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2021-04-09T01:26:08.086Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-04-09T01:26:11.385Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-04-09T01:26:11.385Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-04-09T01:26:14.672Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-04-09T01:26:14.930Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-04-09T01:26:16.306Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-04-09T01:26:28.508Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-04-09T01:26:30.409Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-04-09T01:26:33.693Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-04-09T01:26:34.626Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-04-09T01:26:37.910Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2021-04-09T01:26:37.910Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-04-09T01:26:37.910Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-04-09T01:26:37.910Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-04-09T01:26:37.910Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-04-09T01:26:38.477Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-04-09T01:26:39.855Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-04-09T01:26:44.050Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-04-09T01:26:44.308Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-04-09T01:26:49.569Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-04-09T01:26:49.569Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-04-09T01:26:49.569Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-04-09T01:26:50.943Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-04-09T01:26:50.943Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2021-04-09T01:26:52.319Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-04-09T01:26:53.693Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-04-09T01:26:55.595Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-04-09T01:26:56.970Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-04-09T01:27:00.255Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-04-09T01:27:00.822Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-04-09T01:27:01.759Z] === RUN TestDockerSuite/TestLogsSince [2021-04-09T01:27:09.870Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-04-09T01:27:10.443Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-04-09T01:27:10.443Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-04-09T01:27:10.443Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-04-09T01:27:10.443Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-04-09T01:27:10.443Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-04-09T01:27:10.443Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-04-09T01:27:10.443Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-04-09T01:27:10.443Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-04-09T01:27:10.443Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-04-09T01:27:10.443Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-04-09T01:27:10.443Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-04-09T01:27:10.443Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-04-09T01:27:10.443Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-04-09T01:27:10.443Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-04-09T01:27:10.443Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-04-09T01:27:10.443Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-04-09T01:27:11.424Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-04-09T01:27:11.424Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-04-09T01:27:11.424Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-04-09T01:27:11.424Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-04-09T01:27:11.424Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-04-09T01:27:14.364Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-04-09T01:27:14.364Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-04-09T01:27:14.364Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-04-09T01:27:15.148Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-04-09T01:27:16.082Z] === RUN TestDockerSuite/TestLogsTail [2021-04-09T01:27:17.456Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-04-09T01:27:18.391Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-04-09T01:27:19.767Z] === RUN TestDockerSuite/TestMountIntoProc [2021-04-09T01:27:19.767Z] === RUN TestDockerSuite/TestMountIntoSys [2021-04-09T01:27:20.210Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-04-09T01:27:20.703Z] === RUN TestDockerSuite/TestNetHostname [2021-04-09T01:27:23.988Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-04-09T01:27:24.554Z] === RUN TestDockerSuite/TestNetworkEvents [2021-04-09T01:27:25.120Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2021-04-09T01:27:31.679Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2021-04-09T01:27:31.679Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-04-09T01:27:33.580Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2021-04-09T01:27:34.147Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-04-09T01:27:35.081Z] === RUN TestDockerSuite/TestPluginActive [2021-04-09T01:27:36.984Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-04-09T01:27:36.984Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2021-04-09T01:27:41.183Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2021-04-09T01:27:43.087Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-04-09T01:27:43.087Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-04-09T01:27:44.022Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-04-09T01:27:44.589Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2021-04-09T01:27:47.121Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-04-09T01:27:47.692Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2021-04-09T01:27:48.626Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-04-09T01:27:50.530Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-04-09T01:27:52.430Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2021-04-09T01:27:55.714Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-04-09T01:27:57.092Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2021-04-09T01:27:58.994Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-04-09T01:28:01.525Z] === RUN TestDockerSuite/TestPortHostBinding [2021-04-09T01:28:03.427Z] === RUN TestDockerSuite/TestPortList [2021-04-09T01:28:10.913Z] --- PASS: TestBuildWCOWSandboxSize (911.58s) [2021-04-09T01:28:10.913Z] === RUN TestBuildWithEmptyDockerfile [2021-04-09T01:28:10.913Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-09T01:28:10.913Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-09T01:28:10.913Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-09T01:28:10.913Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-09T01:28:10.913Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-09T01:28:10.913Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-09T01:28:10.913Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-09T01:28:10.913Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-09T01:28:10.913Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-09T01:28:10.913Z] --- PASS: TestBuildWithEmptyDockerfile (0.72s) [2021-04-09T01:28:10.913Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s) [2021-04-09T01:28:10.913Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2021-04-09T01:28:10.913Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2021-04-09T01:28:10.913Z] === RUN TestBuildPreserveOwnership [2021-04-09T01:28:10.913Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2021-04-09T01:28:10.913Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-09T01:28:10.913Z] === RUN TestBuildPlatformInvalid [2021-04-09T01:28:11.876Z] --- PASS: TestBuildPlatformInvalid (0.69s) [2021-04-09T01:28:11.876Z] PASS [2021-04-09T01:28:11.876Z] ok github.com/docker/docker/integration/build 1124.483s [2021-04-09T01:28:12.333Z] [2021-04-09T01:28:12.333Z] === Skipped [2021-04-09T01:28:12.333Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2021-04-09T01:28:12.333Z] build_session_test.go:25: TODO: BuildKit [2021-04-09T01:28:12.333Z] [2021-04-09T01:28:12.333Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2021-04-09T01:28:12.333Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:28:12.333Z] [2021-04-09T01:28:12.333Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2021-04-09T01:28:12.333Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-09T01:28:12.333Z] [2021-04-09T01:28:12.333Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2021-04-09T01:28:12.333Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-09T01:28:12.333Z] [2021-04-09T01:28:12.333Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2021-04-09T01:28:12.333Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-09T01:28:12.333Z] [2021-04-09T01:28:12.333Z] [2021-04-09T01:28:12.333Z] DONE 29 tests, 5 skipped in 1148.997s [2021-04-09T01:28:12.333Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2021-04-09T01:28:15.631Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-04-09T01:28:15.631Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-04-09T01:28:16.054Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-04-09T01:28:16.054Z] INFO: Testing against a local daemon [2021-04-09T01:28:16.054Z] === RUN TestConfigInspect [2021-04-09T01:28:16.054Z] --- SKIP: TestConfigInspect (0.00s) [2021-04-09T01:28:16.054Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:28:16.054Z] === RUN TestConfigList [2021-04-09T01:28:16.054Z] --- SKIP: TestConfigList (0.00s) [2021-04-09T01:28:16.054Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:28:16.054Z] === RUN TestConfigsCreateAndDelete [2021-04-09T01:28:16.054Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2021-04-09T01:28:16.054Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:28:16.054Z] === RUN TestConfigsUpdate [2021-04-09T01:28:16.054Z] --- SKIP: TestConfigsUpdate (0.00s) [2021-04-09T01:28:16.054Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:28:16.054Z] === RUN TestTemplatedConfig [2021-04-09T01:28:16.054Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-04-09T01:28:16.054Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:28:16.054Z] === RUN TestConfigCreateResolve [2021-04-09T01:28:16.054Z] --- SKIP: TestConfigCreateResolve (0.00s) [2021-04-09T01:28:16.054Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:28:16.054Z] === RUN TestConfigDaemonLibtrustID [2021-04-09T01:28:16.054Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2021-04-09T01:28:16.054Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:28:16.054Z] PASS [2021-04-09T01:28:16.054Z] ok github.com/docker/docker/integration/config 0.215s [2021-04-09T01:28:16.054Z] [2021-04-09T01:28:16.054Z] === Skipped [2021-04-09T01:28:16.054Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2021-04-09T01:28:16.054Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:28:16.054Z] [2021-04-09T01:28:16.054Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2021-04-09T01:28:16.054Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:28:16.054Z] [2021-04-09T01:28:16.054Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2021-04-09T01:28:16.054Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:28:16.054Z] [2021-04-09T01:28:16.054Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2021-04-09T01:28:16.054Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:28:16.054Z] [2021-04-09T01:28:16.054Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2021-04-09T01:28:16.054Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:28:16.054Z] [2021-04-09T01:28:16.054Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2021-04-09T01:28:16.054Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:28:16.054Z] [2021-04-09T01:28:16.054Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2021-04-09T01:28:16.054Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:28:16.054Z] [2021-04-09T01:28:16.054Z] [2021-04-09T01:28:16.054Z] DONE 7 tests, 7 skipped in 3.455s [2021-04-09T01:28:16.054Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2021-04-09T01:28:19.782Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-04-09T01:28:19.782Z] INFO: Testing against a local daemon [2021-04-09T01:28:19.782Z] === RUN TestCheckpoint [2021-04-09T01:28:19.782Z] --- SKIP: TestCheckpoint (0.00s) [2021-04-09T01:28:19.782Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-04-09T01:28:19.782Z] === RUN TestContainerInvalidJSON [2021-04-09T01:28:19.782Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-04-09T01:28:19.782Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-04-09T01:28:19.782Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-04-09T01:28:19.782Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-04-09T01:28:19.782Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-04-09T01:28:19.782Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-04-09T01:28:19.782Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-04-09T01:28:19.782Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-04-09T01:28:19.782Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-04-09T01:28:19.782Z] --- PASS: TestContainerInvalidJSON (0.72s) [2021-04-09T01:28:19.782Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-04-09T01:28:19.782Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-04-09T01:28:19.782Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2021-04-09T01:28:19.782Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-04-09T01:28:20.239Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.29s) [2021-04-09T01:28:20.239Z] === RUN TestCopyFromContainerPathIsNotDir [2021-04-09T01:28:20.239Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.03s) [2021-04-09T01:28:20.239Z] copy_test.go:38: testEnv.OSType == "windows" [2021-04-09T01:28:20.239Z] === RUN TestCopyToContainerPathDoesNotExist [2021-04-09T01:28:20.239Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.22s) [2021-04-09T01:28:20.239Z] === RUN TestCopyToContainerPathIsNotDir [2021-04-09T01:28:20.695Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.04s) [2021-04-09T01:28:20.695Z] copy_test.go:63: testEnv.OSType == "windows" [2021-04-09T01:28:20.695Z] === RUN TestCopyFromContainer [2021-04-09T01:28:20.695Z] --- SKIP: TestCopyFromContainer (0.00s) [2021-04-09T01:28:20.695Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:28:20.695Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-04-09T01:28:20.695Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-09T01:28:20.695Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-09T01:28:20.695Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-09T01:28:20.695Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-09T01:28:20.695Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-09T01:28:20.695Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-09T01:28:20.695Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-09T01:28:20.695Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-09T01:28:20.695Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-09T01:28:20.695Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2021-04-09T01:28:20.695Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-04-09T01:28:20.695Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-04-09T01:28:20.695Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2021-04-09T01:28:20.695Z] === RUN TestCreateLinkToNonExistingContainer [2021-04-09T01:28:20.695Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2021-04-09T01:28:20.695Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-04-09T01:28:20.695Z] === RUN TestCreateWithInvalidEnv [2021-04-09T01:28:20.695Z] === RUN TestCreateWithInvalidEnv/0 [2021-04-09T01:28:20.695Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-04-09T01:28:20.695Z] === RUN TestCreateWithInvalidEnv/1 [2021-04-09T01:28:20.695Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-04-09T01:28:20.695Z] === RUN TestCreateWithInvalidEnv/2 [2021-04-09T01:28:20.695Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-04-09T01:28:20.695Z] === CONT TestCreateWithInvalidEnv/0 [2021-04-09T01:28:20.695Z] === CONT TestCreateWithInvalidEnv/2 [2021-04-09T01:28:20.695Z] === CONT TestCreateWithInvalidEnv/1 [2021-04-09T01:28:20.695Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2021-04-09T01:28:20.695Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2021-04-09T01:28:20.695Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2021-04-09T01:28:20.695Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2021-04-09T01:28:20.695Z] === RUN TestCreateTmpfsMountsTarget [2021-04-09T01:28:20.695Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2021-04-09T01:28:20.695Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:28:20.695Z] === RUN TestCreateWithCustomMaskedPaths [2021-04-09T01:28:20.695Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2021-04-09T01:28:20.695Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:28:20.695Z] === RUN TestCreateWithCustomReadonlyPaths [2021-04-09T01:28:20.695Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2021-04-09T01:28:20.695Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:28:20.695Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-04-09T01:28:20.695Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-09T01:28:20.695Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-09T01:28:20.695Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-09T01:28:20.695Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-09T01:28:20.695Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-09T01:28:20.695Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-09T01:28:20.695Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-09T01:28:20.695Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-09T01:28:20.695Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-09T01:28:20.695Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-09T01:28:20.695Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-09T01:28:20.695Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-09T01:28:20.695Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-09T01:28:20.695Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-09T01:28:20.695Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-09T01:28:20.695Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2021-04-09T01:28:20.695Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-04-09T01:28:20.695Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-04-09T01:28:20.695Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-04-09T01:28:20.695Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-04-09T01:28:20.695Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2021-04-09T01:28:20.695Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-04-09T01:28:20.695Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-04-09T01:28:20.695Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-04-09T01:28:20.695Z] === RUN TestCreateDifferentPlatform [2021-04-09T01:28:20.695Z] === RUN TestCreateDifferentPlatform/different_os [2021-04-09T01:28:20.695Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-04-09T01:28:20.695Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2021-04-09T01:28:20.695Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2021-04-09T01:28:20.695Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-04-09T01:28:20.695Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-04-09T01:28:20.695Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.10s) [2021-04-09T01:28:20.695Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-04-09T01:28:20.695Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-04-09T01:28:20.695Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-04-09T01:28:20.695Z] === RUN TestContainerKillOnDaemonStart [2021-04-09T01:28:20.695Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-04-09T01:28:20.695Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:28:20.695Z] === RUN TestDiff [2021-04-09T01:28:20.695Z] --- SKIP: TestDiff (0.00s) [2021-04-09T01:28:20.695Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-04-09T01:28:20.695Z] === RUN TestExecWithCloseStdin [2021-04-09T01:28:22.187Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2021-04-09T01:28:22.446Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-04-09T01:28:22.446Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-04-09T01:28:22.446Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-04-09T01:28:23.382Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-04-09T01:28:23.382Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-04-09T01:28:24.419Z] --- PASS: TestExecWithCloseStdin (3.36s) [2021-04-09T01:28:24.419Z] === RUN TestExec [2021-04-09T01:28:24.757Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-04-09T01:28:24.757Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-04-09T01:28:25.323Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-04-09T01:28:25.582Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-04-09T01:28:26.605Z] --- PASS: TestExec (2.34s) [2021-04-09T01:28:26.605Z] === RUN TestExecUser [2021-04-09T01:28:26.605Z] --- SKIP: TestExecUser (0.00s) [2021-04-09T01:28:26.605Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-04-09T01:28:26.605Z] === RUN TestExportContainerAndImportImage [2021-04-09T01:28:26.605Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2021-04-09T01:28:26.605Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:28:26.605Z] === RUN TestExportContainerAfterDaemonRestart [2021-04-09T01:28:26.605Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2021-04-09T01:28:26.605Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:28:26.605Z] === RUN TestHealthCheckWorkdir [2021-04-09T01:28:26.605Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2021-04-09T01:28:26.605Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-04-09T01:28:26.605Z] === RUN TestHealthKillContainer [2021-04-09T01:28:26.605Z] --- SKIP: TestHealthKillContainer (0.00s) [2021-04-09T01:28:26.605Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-04-09T01:28:26.605Z] === RUN TestInspectCpusetInConfigPre120 [2021-04-09T01:28:26.605Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2021-04-09T01:28:26.605Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-04-09T01:28:26.605Z] === RUN TestKillContainerInvalidSignal [2021-04-09T01:28:27.485Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-04-09T01:28:27.485Z] === RUN TestDockerSuite/TestPruneContainerLabel [2021-04-09T01:28:28.776Z] --- PASS: TestKillContainerInvalidSignal (2.06s) [2021-04-09T01:28:28.776Z] === RUN TestKillContainer [2021-04-09T01:28:28.776Z] === RUN TestKillContainer/no_signal [2021-04-09T01:28:30.771Z] === RUN TestDockerSuite/TestPruneContainerUntil [2021-04-09T01:28:30.947Z] === RUN TestKillContainer/non_killing_signal [2021-04-09T01:28:30.947Z] === RUN TestKillContainer/killing_signal [2021-04-09T01:28:32.674Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2021-04-09T01:28:32.675Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2021-04-09T01:28:33.115Z] --- PASS: TestKillContainer (4.52s) [2021-04-09T01:28:33.115Z] --- PASS: TestKillContainer/no_signal (1.98s) [2021-04-09T01:28:33.115Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-04-09T01:28:33.115Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-04-09T01:28:33.115Z] --- PASS: TestKillContainer/killing_signal (2.48s) [2021-04-09T01:28:33.115Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-04-09T01:28:33.115Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-04-09T01:28:33.115Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-04-09T01:28:33.115Z] === RUN TestKillStoppedContainer [2021-04-09T01:28:33.115Z] --- SKIP: TestKillStoppedContainer (0.00s) [2021-04-09T01:28:33.115Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-04-09T01:28:33.115Z] === RUN TestKillStoppedContainerAPIPre120 [2021-04-09T01:28:33.115Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2021-04-09T01:28:33.115Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-04-09T01:28:33.115Z] === RUN TestKillDifferentUserContainer [2021-04-09T01:28:33.115Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2021-04-09T01:28:33.115Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-04-09T01:28:33.115Z] === RUN TestInspectOomKilledTrue [2021-04-09T01:28:33.115Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-04-09T01:28:33.115Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:28:33.115Z] === RUN TestInspectOomKilledFalse [2021-04-09T01:28:33.115Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-04-09T01:28:33.115Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-09T01:28:33.115Z] === RUN TestLogsFollowTailEmpty [2021-04-09T01:28:33.610Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2021-04-09T01:28:33.869Z] === RUN TestDockerSuite/TestPsByOrder [2021-04-09T01:28:35.291Z] --- PASS: TestLogsFollowTailEmpty (1.98s) [2021-04-09T01:28:35.291Z] === RUN TestNetworkNat [2021-04-09T01:28:35.291Z] --- SKIP: TestNetworkNat (0.00s) [2021-04-09T01:28:35.291Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-04-09T01:28:35.291Z] === RUN TestNetworkLocalhostTCPNat [2021-04-09T01:28:37.157Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2021-04-09T01:28:37.457Z] --- PASS: TestNetworkLocalhostTCPNat (2.35s) [2021-04-09T01:28:37.457Z] === RUN TestNetworkLoopbackNat [2021-04-09T01:28:37.457Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2021-04-09T01:28:37.457Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-04-09T01:28:37.457Z] === RUN TestPause [2021-04-09T01:28:37.457Z] --- SKIP: TestPause (0.00s) [2021-04-09T01:28:37.457Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-04-09T01:28:37.457Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-04-09T01:28:38.092Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-04-09T01:28:39.475Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-04-09T01:28:39.625Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.97s) [2021-04-09T01:28:39.625Z] === RUN TestPauseStopPausedContainer [2021-04-09T01:28:39.625Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2021-04-09T01:28:39.625Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:28:39.625Z] === RUN TestPsFilter [2021-04-09T01:28:39.625Z] --- PASS: TestPsFilter (0.23s) [2021-04-09T01:28:39.625Z] === RUN TestRemoveContainerWithRemovedVolume [2021-04-09T01:28:41.800Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.30s) [2021-04-09T01:28:41.800Z] === RUN TestRemoveContainerWithVolume [2021-04-09T01:28:43.662Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-04-09T01:28:44.692Z] --- PASS: TestRemoveContainerWithVolume (2.31s) [2021-04-09T01:28:44.692Z] === RUN TestRemoveContainerRunning [2021-04-09T01:28:46.221Z] --- PASS: TestRemoveContainerRunning (2.03s) [2021-04-09T01:28:46.221Z] === RUN TestRemoveContainerForceRemoveRunning [2021-04-09T01:28:46.484Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-04-09T01:28:46.484Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-04-09T01:28:46.484Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-04-09T01:28:46.484Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-04-09T01:28:46.484Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-04-09T01:28:46.484Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-04-09T01:28:46.484Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-04-09T01:28:46.484Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-04-09T01:28:46.484Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-04-09T01:28:46.484Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-04-09T01:28:46.950Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-04-09T01:28:47.848Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-04-09T01:28:47.848Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-04-09T01:28:48.390Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.97s) [2021-04-09T01:28:48.390Z] === RUN TestRemoveInvalidContainer [2021-04-09T01:28:48.390Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2021-04-09T01:28:48.390Z] === RUN TestRenameLinkedContainer [2021-04-09T01:28:48.390Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2021-04-09T01:28:48.390Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-04-09T01:28:48.390Z] === RUN TestRenameStoppedContainer [2021-04-09T01:28:49.884Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-04-09T01:28:50.558Z] --- PASS: TestRenameStoppedContainer (2.31s) [2021-04-09T01:28:50.558Z] === RUN TestRenameRunningContainerAndReuse [2021-04-09T01:28:51.131Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2021-04-09T01:28:51.131Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-04-09T01:28:51.445Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-04-09T01:28:51.445Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-04-09T01:28:51.445Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-04-09T01:28:51.445Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-04-09T01:28:54.381Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-04-09T01:28:54.416Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2021-04-09T01:28:55.232Z] --- PASS: TestRenameRunningContainerAndReuse (4.41s) [2021-04-09T01:28:55.232Z] === RUN TestRenameInvalidName [2021-04-09T01:28:57.399Z] --- PASS: TestRenameInvalidName (2.09s) [2021-04-09T01:28:57.399Z] === RUN TestRenameAnonymousContainer [2021-04-09T01:28:57.399Z] --- SKIP: TestRenameAnonymousContainer (0.00s) [2021-04-09T01:28:57.399Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2021-04-09T01:28:57.399Z] === RUN TestRenameContainerWithSameName [2021-04-09T01:28:57.698Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2021-04-09T01:28:59.569Z] --- PASS: TestRenameContainerWithSameName (2.09s) [2021-04-09T01:28:59.569Z] === RUN TestRenameContainerWithLinkedContainer [2021-04-09T01:28:59.569Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2021-04-09T01:28:59.569Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2021-04-09T01:28:59.569Z] === RUN TestResize [2021-04-09T01:29:00.983Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2021-04-09T01:29:00.983Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-04-09T01:29:01.099Z] --- PASS: TestResize (2.06s) [2021-04-09T01:29:01.099Z] === RUN TestResizeWithInvalidSize [2021-04-09T01:29:01.099Z] --- SKIP: TestResizeWithInvalidSize (0.00s) [2021-04-09T01:29:01.099Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2021-04-09T01:29:01.099Z] === RUN TestResizeWhenContainerNotStarted [2021-04-09T01:29:02.886Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-04-09T01:29:03.991Z] --- PASS: TestResizeWhenContainerNotStarted (2.31s) [2021-04-09T01:29:03.991Z] === RUN TestDaemonRestartKillContainers [2021-04-09T01:29:03.991Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-04-09T01:29:03.991Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:29:03.991Z] === RUN TestStats [2021-04-09T01:29:03.991Z] --- SKIP: TestStats (0.00s) [2021-04-09T01:29:03.991Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-04-09T01:29:03.991Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-04-09T01:29:05.417Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2021-04-09T01:29:05.675Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-04-09T01:29:06.837Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-04-09T01:29:08.211Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-04-09T01:29:09.146Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2021-04-09T01:29:09.405Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-04-09T01:29:09.769Z] --- PASS: TestStopContainerWithRestartPolicyAlways (5.93s) [2021-04-09T01:29:09.769Z] === RUN TestStopContainerWithTimeout [2021-04-09T01:29:09.769Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2021-04-09T01:29:09.769Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-04-09T01:29:09.769Z] === RUN TestUpdateRestartPolicy [2021-04-09T01:29:11.576Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-04-09T01:29:12.556Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-04-09T01:29:12.556Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-04-09T01:29:13.591Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2021-04-09T01:29:13.591Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-04-09T01:29:16.124Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-04-09T01:29:16.124Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2021-04-09T01:29:16.327Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-04-09T01:29:17.308Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-04-09T01:29:17.501Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-04-09T01:29:17.760Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-04-09T01:29:19.136Z] === RUN TestDockerSuite/TestPsRightTagName [2021-04-09T01:29:21.668Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2021-04-09T01:29:22.235Z] === RUN TestDockerSuite/TestPsShowMounts [2021-04-09T01:29:23.148Z] === RUN TestDockerSuite/TestBuildAddScript [2021-04-09T01:29:23.148Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-04-09T01:29:23.148Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-04-09T01:29:23.148Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-04-09T01:29:23.148Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-04-09T01:29:23.148Z] === RUN TestDockerSuite/TestBuildAddTar [2021-04-09T01:29:25.523Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-04-09T01:29:26.090Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-04-09T01:29:26.090Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-04-09T01:29:26.348Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-04-09T01:29:26.606Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-04-09T01:29:26.606Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-04-09T01:29:27.542Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-04-09T01:29:29.444Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-04-09T01:29:29.444Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2021-04-09T01:29:30.820Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-04-09T01:29:30.827Z] --- PASS: TestUpdateRestartPolicy (21.08s) [2021-04-09T01:29:30.828Z] === RUN TestUpdateRestartWithAutoRemove [2021-04-09T01:29:32.211Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-04-09T01:29:32.355Z] --- PASS: TestUpdateRestartWithAutoRemove (1.95s) [2021-04-09T01:29:32.355Z] === RUN TestWaitNonBlocked [2021-04-09T01:29:32.355Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-09T01:29:32.355Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-09T01:29:32.355Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-09T01:29:32.355Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-09T01:29:32.355Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-09T01:29:32.355Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-09T01:29:35.251Z] --- PASS: TestWaitNonBlocked (0.03s) [2021-04-09T01:29:35.251Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.73s) [2021-04-09T01:29:35.251Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.83s) [2021-04-09T01:29:35.251Z] === RUN TestWaitBlocked [2021-04-09T01:29:35.251Z] --- SKIP: TestWaitBlocked (0.00s) [2021-04-09T01:29:35.251Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:29:35.251Z] PASS [2021-04-09T01:29:35.251Z] ok github.com/docker/docker/integration/container 76.343s [2021-04-09T01:29:35.251Z] [2021-04-09T01:29:35.251Z] === Skipped [2021-04-09T01:29:35.251Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2021-04-09T01:29:35.251Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-04-09T01:29:35.251Z] [2021-04-09T01:29:35.251Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.03s) [2021-04-09T01:29:35.251Z] copy_test.go:38: testEnv.OSType == "windows" [2021-04-09T01:29:35.251Z] [2021-04-09T01:29:35.251Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.04s) [2021-04-09T01:29:35.251Z] copy_test.go:63: testEnv.OSType == "windows" [2021-04-09T01:29:35.251Z] [2021-04-09T01:29:35.251Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2021-04-09T01:29:35.251Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:29:35.251Z] [2021-04-09T01:29:35.251Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2021-04-09T01:29:35.251Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-04-09T01:29:35.251Z] [2021-04-09T01:29:35.251Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2021-04-09T01:29:35.251Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:29:35.251Z] [2021-04-09T01:29:35.251Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2021-04-09T01:29:35.251Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:29:35.251Z] [2021-04-09T01:29:35.251Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2021-04-09T01:29:35.251Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:29:35.251Z] [2021-04-09T01:29:35.251Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-04-09T01:29:35.251Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-04-09T01:29:35.251Z] [2021-04-09T01:29:35.251Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-04-09T01:29:35.251Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-04-09T01:29:35.251Z] [2021-04-09T01:29:35.251Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2021-04-09T01:29:35.251Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:29:35.251Z] [2021-04-09T01:29:35.251Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2021-04-09T01:29:35.251Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-04-09T01:29:35.251Z] [2021-04-09T01:29:35.251Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2021-04-09T01:29:35.251Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-04-09T01:29:35.251Z] [2021-04-09T01:29:35.251Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2021-04-09T01:29:35.251Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:29:35.251Z] [2021-04-09T01:29:35.251Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2021-04-09T01:29:35.251Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:29:35.251Z] [2021-04-09T01:29:35.251Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2021-04-09T01:29:35.251Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-04-09T01:29:35.251Z] [2021-04-09T01:29:35.251Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2021-04-09T01:29:35.251Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-04-09T01:29:35.251Z] [2021-04-09T01:29:35.251Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2021-04-09T01:29:35.251Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-04-09T01:29:35.251Z] [2021-04-09T01:29:35.251Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2021-04-09T01:29:35.251Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-04-09T01:29:35.251Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-04-09T01:29:35.251Z] [2021-04-09T01:29:35.251Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-04-09T01:29:35.251Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-04-09T01:29:35.251Z] [2021-04-09T01:29:35.251Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2021-04-09T01:29:35.251Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-04-09T01:29:35.251Z] [2021-04-09T01:29:35.251Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2021-04-09T01:29:35.251Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-04-09T01:29:35.251Z] [2021-04-09T01:29:35.251Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2021-04-09T01:29:35.251Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-04-09T01:29:35.251Z] [2021-04-09T01:29:35.251Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2021-04-09T01:29:35.251Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:29:35.251Z] [2021-04-09T01:29:35.251Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2021-04-09T01:29:35.251Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-09T01:29:35.251Z] [2021-04-09T01:29:35.251Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2021-04-09T01:29:35.251Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-04-09T01:29:35.251Z] [2021-04-09T01:29:35.251Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2021-04-09T01:29:35.251Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-04-09T01:29:35.251Z] [2021-04-09T01:29:35.251Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2021-04-09T01:29:35.251Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-04-09T01:29:35.251Z] [2021-04-09T01:29:35.251Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2021-04-09T01:29:35.251Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:29:35.251Z] [2021-04-09T01:29:35.251Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2021-04-09T01:29:35.251Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-04-09T01:29:35.251Z] [2021-04-09T01:29:35.251Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s) [2021-04-09T01:29:35.251Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2021-04-09T01:29:35.251Z] [2021-04-09T01:29:35.251Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2021-04-09T01:29:35.251Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2021-04-09T01:29:35.251Z] [2021-04-09T01:29:35.251Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s) [2021-04-09T01:29:35.251Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2021-04-09T01:29:35.251Z] [2021-04-09T01:29:35.251Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2021-04-09T01:29:35.251Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:29:35.251Z] [2021-04-09T01:29:35.251Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2021-04-09T01:29:35.251Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-04-09T01:29:35.251Z] [2021-04-09T01:29:35.251Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2021-04-09T01:29:35.251Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-04-09T01:29:35.251Z] [2021-04-09T01:29:35.251Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2021-04-09T01:29:35.251Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:29:35.251Z] [2021-04-09T01:29:35.251Z] [2021-04-09T01:29:35.251Z] DONE 88 tests, 37 skipped in 79.382s [2021-04-09T01:29:35.709Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2021-04-09T01:29:36.398Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2021-04-09T01:29:37.877Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-04-09T01:29:37.877Z] INFO: Testing against a local daemon [2021-04-09T01:29:37.877Z] === RUN TestCommitInheritsEnv [2021-04-09T01:29:37.877Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2021-04-09T01:29:37.877Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-09T01:29:37.877Z] === RUN TestImportExtremelyLargeImageWorks [2021-04-09T01:29:37.877Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-04-09T01:29:37.877Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-04-09T01:29:37.877Z] === RUN TestImagesFilterMultiReference [2021-04-09T01:29:37.877Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2021-04-09T01:29:37.877Z] === RUN TestImagePullPlatformInvalid [2021-04-09T01:29:37.877Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-04-09T01:29:37.877Z] === RUN TestRemoveImageOrphaning [2021-04-09T01:29:38.840Z] --- PASS: TestRemoveImageOrphaning (0.99s) [2021-04-09T01:29:38.840Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-04-09T01:29:38.840Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2021-04-09T01:29:38.840Z] === RUN TestTagInvalidReference [2021-04-09T01:29:38.840Z] --- PASS: TestTagInvalidReference (0.04s) [2021-04-09T01:29:38.840Z] === RUN TestTagValidPrefixedRepo [2021-04-09T01:29:38.840Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2021-04-09T01:29:38.840Z] === RUN TestTagExistedNameWithoutForce [2021-04-09T01:29:39.297Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2021-04-09T01:29:39.297Z] === RUN TestTagOfficialNames [2021-04-09T01:29:39.297Z] --- PASS: TestTagOfficialNames (0.09s) [2021-04-09T01:29:39.297Z] === RUN TestTagMatchesDigest [2021-04-09T01:29:39.297Z] --- PASS: TestTagMatchesDigest (0.04s) [2021-04-09T01:29:39.297Z] PASS [2021-04-09T01:29:39.297Z] ok github.com/docker/docker/integration/image 1.624s [2021-04-09T01:29:39.297Z] [2021-04-09T01:29:39.297Z] === Skipped [2021-04-09T01:29:39.297Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2021-04-09T01:29:39.297Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-09T01:29:39.297Z] [2021-04-09T01:29:39.297Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2021-04-09T01:29:39.297Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-04-09T01:29:39.297Z] [2021-04-09T01:29:39.297Z] [2021-04-09T01:29:39.297Z] DONE 11 tests, 2 skipped in 3.761s [2021-04-09T01:29:39.297Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2021-04-09T01:29:42.193Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-04-09T01:29:42.193Z] INFO: Testing against a local daemon [2021-04-09T01:29:42.193Z] === RUN TestNetworkCreateDelete [2021-04-09T01:29:42.193Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2021-04-09T01:29:42.193Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:29:42.193Z] === RUN TestDockerNetworkDeletePreferID [2021-04-09T01:29:42.193Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2021-04-09T01:29:42.193Z] 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-09T01:29:42.193Z] === RUN TestDaemonDNSFallback [2021-04-09T01:29:42.193Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2021-04-09T01:29:42.193Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:29:42.193Z] === RUN TestInspectNetwork [2021-04-09T01:29:42.193Z] --- SKIP: TestInspectNetwork (0.00s) [2021-04-09T01:29:42.193Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-04-09T01:29:42.193Z] === RUN TestRunContainerWithBridgeNone [2021-04-09T01:29:42.193Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-04-09T01:29:42.193Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:29:42.193Z] === RUN TestNetworkInvalidJSON [2021-04-09T01:29:42.193Z] === RUN TestNetworkInvalidJSON//networks/create [2021-04-09T01:29:42.193Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-04-09T01:29:42.193Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-04-09T01:29:42.193Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-04-09T01:29:42.193Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-09T01:29:42.193Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-09T01:29:42.193Z] === CONT TestNetworkInvalidJSON//networks/create [2021-04-09T01:29:42.193Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-09T01:29:42.193Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-04-09T01:29:42.193Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2021-04-09T01:29:42.193Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2021-04-09T01:29:42.193Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2021-04-09T01:29:42.193Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2021-04-09T01:29:42.193Z] === RUN TestNetworkList [2021-04-09T01:29:42.193Z] === RUN TestNetworkList//networks [2021-04-09T01:29:42.193Z] === PAUSE TestNetworkList//networks [2021-04-09T01:29:42.193Z] === RUN TestNetworkList//networks/ [2021-04-09T01:29:42.193Z] === PAUSE TestNetworkList//networks/ [2021-04-09T01:29:42.193Z] === CONT TestNetworkList//networks [2021-04-09T01:29:42.193Z] === CONT TestNetworkList//networks/ [2021-04-09T01:29:42.193Z] --- PASS: TestNetworkList (0.03s) [2021-04-09T01:29:42.193Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-04-09T01:29:42.193Z] --- PASS: TestNetworkList//networks (0.00s) [2021-04-09T01:29:42.193Z] === RUN TestHostIPv4BridgeLabel [2021-04-09T01:29:42.193Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-04-09T01:29:42.193Z] network_test.go:126: testEnv.OSType == "windows" [2021-04-09T01:29:42.193Z] === RUN TestDaemonRestartWithLiveRestore [2021-04-09T01:29:42.193Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2021-04-09T01:29:42.193Z] service_test.go:29: testEnv.OSType == "windows" [2021-04-09T01:29:42.193Z] === RUN TestDaemonDefaultNetworkPools [2021-04-09T01:29:42.193Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-04-09T01:29:42.193Z] service_test.go:58: testEnv.OSType == "windows" [2021-04-09T01:29:42.193Z] === RUN TestDaemonRestartWithExistingNetwork [2021-04-09T01:29:42.193Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-04-09T01:29:42.193Z] service_test.go:102: testEnv.OSType == "windows" [2021-04-09T01:29:42.193Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-04-09T01:29:42.193Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-04-09T01:29:42.193Z] service_test.go:136: testEnv.OSType == "windows" [2021-04-09T01:29:42.193Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-04-09T01:29:42.193Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-04-09T01:29:42.193Z] service_test.go:187: testEnv.OSType == "windows" [2021-04-09T01:29:42.193Z] === RUN TestServiceWithPredefinedNetwork [2021-04-09T01:29:42.193Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-04-09T01:29:42.193Z] service_test.go:212: testEnv.OSType == "windows" [2021-04-09T01:29:42.193Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-04-09T01:29:42.193Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-04-09T01:29:42.193Z] service_test.go:242: FLAKY_TEST [2021-04-09T01:29:42.193Z] === RUN TestServiceWithDataPathPortInit [2021-04-09T01:29:42.193Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-04-09T01:29:42.193Z] service_test.go:332: testEnv.OSType == "windows" [2021-04-09T01:29:42.193Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-04-09T01:29:42.193Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.01s) [2021-04-09T01:29:42.193Z] service_test.go:400: testEnv.OSType == "windows" [2021-04-09T01:29:42.193Z] PASS [2021-04-09T01:29:42.193Z] ok github.com/docker/docker/integration/network 0.259s [2021-04-09T01:29:42.193Z] [2021-04-09T01:29:42.193Z] === Skipped [2021-04-09T01:29:42.193Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2021-04-09T01:29:42.193Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:29:42.193Z] [2021-04-09T01:29:42.193Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2021-04-09T01:29:42.193Z] 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-09T01:29:42.193Z] [2021-04-09T01:29:42.193Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2021-04-09T01:29:42.193Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:29:42.193Z] [2021-04-09T01:29:42.193Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2021-04-09T01:29:42.193Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-04-09T01:29:42.193Z] [2021-04-09T01:29:42.193Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2021-04-09T01:29:42.193Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:29:42.193Z] [2021-04-09T01:29:42.193Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2021-04-09T01:29:42.193Z] network_test.go:126: testEnv.OSType == "windows" [2021-04-09T01:29:42.193Z] [2021-04-09T01:29:42.193Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2021-04-09T01:29:42.193Z] service_test.go:29: testEnv.OSType == "windows" [2021-04-09T01:29:42.193Z] [2021-04-09T01:29:42.193Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2021-04-09T01:29:42.193Z] service_test.go:58: testEnv.OSType == "windows" [2021-04-09T01:29:42.193Z] [2021-04-09T01:29:42.193Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2021-04-09T01:29:42.193Z] service_test.go:102: testEnv.OSType == "windows" [2021-04-09T01:29:42.193Z] [2021-04-09T01:29:42.193Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-04-09T01:29:42.193Z] service_test.go:136: testEnv.OSType == "windows" [2021-04-09T01:29:42.193Z] [2021-04-09T01:29:42.193Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-04-09T01:29:42.193Z] service_test.go:187: testEnv.OSType == "windows" [2021-04-09T01:29:42.193Z] [2021-04-09T01:29:42.193Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2021-04-09T01:29:42.193Z] service_test.go:212: testEnv.OSType == "windows" [2021-04-09T01:29:42.193Z] [2021-04-09T01:29:42.193Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-04-09T01:29:42.193Z] service_test.go:242: FLAKY_TEST [2021-04-09T01:29:42.193Z] [2021-04-09T01:29:42.193Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2021-04-09T01:29:42.193Z] service_test.go:332: testEnv.OSType == "windows" [2021-04-09T01:29:42.193Z] [2021-04-09T01:29:42.193Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.01s) [2021-04-09T01:29:42.193Z] service_test.go:400: testEnv.OSType == "windows" [2021-04-09T01:29:42.193Z] [2021-04-09T01:29:42.193Z] [2021-04-09T01:29:42.193Z] DONE 22 tests, 15 skipped in 2.710s [2021-04-09T01:29:42.193Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2021-04-09T01:29:43.156Z] testing: warning: no tests to run [2021-04-09T01:29:43.156Z] PASS [2021-04-09T01:29:43.156Z] ok github.com/docker/docker/integration/network/ipvlan 0.083s [2021-04-09T01:29:43.156Z] [2021-04-09T01:29:43.156Z] DONE 0 tests in 0.839s [2021-04-09T01:29:43.156Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2021-04-09T01:29:43.613Z] testing: warning: no tests to run [2021-04-09T01:29:43.613Z] PASS [2021-04-09T01:29:43.613Z] ok github.com/docker/docker/integration/network/macvlan 0.072s [2021-04-09T01:29:43.613Z] [2021-04-09T01:29:43.613Z] DONE 0 tests in 0.807s [2021-04-09T01:29:44.072Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2021-04-09T01:29:44.516Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-04-09T01:29:44.516Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-04-09T01:29:44.528Z] testing: warning: no tests to run [2021-04-09T01:29:44.528Z] PASS [2021-04-09T01:29:44.528Z] ok github.com/docker/docker/integration/plugin 0.064s [2021-04-09T01:29:44.528Z] [2021-04-09T01:29:44.528Z] DONE 0 tests in 0.823s [2021-04-09T01:29:44.986Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2021-04-09T01:29:45.442Z] testing: warning: no tests to run [2021-04-09T01:29:45.442Z] PASS [2021-04-09T01:29:45.442Z] ok github.com/docker/docker/integration/plugin/authz 0.072s [2021-04-09T01:29:45.442Z] [2021-04-09T01:29:45.442Z] DONE 0 tests in 0.841s [2021-04-09T01:29:45.442Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2021-04-09T01:29:47.046Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-04-09T01:29:47.046Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-04-09T01:29:47.046Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-04-09T01:29:47.046Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-04-09T01:29:49.576Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-04-09T01:29:50.951Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-04-09T01:29:50.951Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2021-04-09T01:29:53.995Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-04-09T01:29:53.995Z] INFO: Testing against a local daemon [2021-04-09T01:29:53.995Z] === RUN TestPluginInvalidJSON [2021-04-09T01:29:53.995Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-04-09T01:29:53.995Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-04-09T01:29:53.995Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-04-09T01:29:53.995Z] --- PASS: TestPluginInvalidJSON (0.04s) [2021-04-09T01:29:53.995Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2021-04-09T01:29:53.995Z] === RUN TestPluginInstall [2021-04-09T01:29:53.995Z] --- SKIP: TestPluginInstall (0.00s) [2021-04-09T01:29:53.995Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-04-09T01:29:53.995Z] === RUN TestPluginsWithRuntimes [2021-04-09T01:29:53.995Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-04-09T01:29:53.995Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-04-09T01:29:53.995Z] === RUN TestPluginBackCompatMediaTypes [2021-04-09T01:29:53.995Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-04-09T01:29:53.995Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-04-09T01:29:53.995Z] PASS [2021-04-09T01:29:53.995Z] ok github.com/docker/docker/integration/plugin/common 0.215s [2021-04-09T01:29:53.995Z] [2021-04-09T01:29:53.995Z] === Skipped [2021-04-09T01:29:53.995Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-04-09T01:29:53.995Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-04-09T01:29:53.995Z] [2021-04-09T01:29:53.995Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2021-04-09T01:29:53.995Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-04-09T01:29:53.995Z] [2021-04-09T01:29:53.995Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2021-04-09T01:29:53.995Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-04-09T01:29:53.995Z] [2021-04-09T01:29:53.995Z] [2021-04-09T01:29:53.995Z] DONE 5 tests, 3 skipped in 8.451s [2021-04-09T01:29:53.995Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2021-04-09T01:29:54.238Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2021-04-09T01:29:56.771Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-04-09T01:29:57.721Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-04-09T01:29:57.721Z] INFO: Testing against a local daemon [2021-04-09T01:29:57.721Z] === RUN TestExternalGraphDriver [2021-04-09T01:29:57.721Z] --- SKIP: TestExternalGraphDriver (0.01s) [2021-04-09T01:29:57.721Z] external_test.go:48: runtime.GOOS == "windows" [2021-04-09T01:29:57.721Z] === RUN TestGraphdriverPluginV2 [2021-04-09T01:29:57.721Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2021-04-09T01:29:57.721Z] external_test.go:408: runtime.GOOS == "windows" [2021-04-09T01:29:57.721Z] PASS [2021-04-09T01:29:57.721Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.173s [2021-04-09T01:29:57.721Z] [2021-04-09T01:29:57.721Z] === Skipped [2021-04-09T01:29:57.721Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.01s) [2021-04-09T01:29:57.721Z] external_test.go:48: runtime.GOOS == "windows" [2021-04-09T01:29:57.721Z] [2021-04-09T01:29:57.721Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2021-04-09T01:29:57.721Z] external_test.go:408: runtime.GOOS == "windows" [2021-04-09T01:29:57.721Z] [2021-04-09T01:29:57.721Z] [2021-04-09T01:29:57.721Z] DONE 2 tests, 2 skipped in 3.411s [2021-04-09T01:29:57.721Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2021-04-09T01:29:58.673Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2021-04-09T01:29:58.673Z] === RUN TestDockerSuite/TestRmiBlank [2021-04-09T01:29:58.673Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-04-09T01:29:58.673Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-04-09T01:29:58.941Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-04-09T01:29:58.941Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-04-09T01:29:58.941Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-04-09T01:30:00.613Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-04-09T01:30:00.613Z] INFO: Testing against a local daemon [2021-04-09T01:30:00.613Z] === RUN TestReadPluginNoRead [2021-04-09T01:30:00.613Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-04-09T01:30:00.613Z] read_test.go:21: no unix domain sockets on Windows [2021-04-09T01:30:00.613Z] PASS [2021-04-09T01:30:00.613Z] ok github.com/docker/docker/integration/plugin/logging 0.217s [2021-04-09T01:30:00.613Z] [2021-04-09T01:30:00.613Z] === Skipped [2021-04-09T01:30:00.613Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-04-09T01:30:00.613Z] read_test.go:21: no unix domain sockets on Windows [2021-04-09T01:30:00.613Z] [2021-04-09T01:30:00.613Z] [2021-04-09T01:30:00.613Z] DONE 1 tests, 1 skipped in 2.844s [2021-04-09T01:30:00.613Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2021-04-09T01:30:01.958Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2021-04-09T01:30:02.142Z] testing: warning: no tests to run [2021-04-09T01:30:02.142Z] PASS [2021-04-09T01:30:02.142Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.101s [2021-04-09T01:30:02.142Z] [2021-04-09T01:30:02.142Z] DONE 0 tests in 1.434s [2021-04-09T01:30:02.142Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2021-04-09T01:30:03.346Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-04-09T01:30:04.723Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-04-09T01:30:04.983Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-04-09T01:30:05.036Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-04-09T01:30:05.036Z] INFO: Testing against a local daemon [2021-04-09T01:30:05.036Z] === RUN TestPluginWithDevMounts [2021-04-09T01:30:05.036Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-04-09T01:30:05.036Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:30:05.036Z] PASS [2021-04-09T01:30:05.036Z] ok github.com/docker/docker/integration/plugin/volumes 0.184s [2021-04-09T01:30:05.036Z] [2021-04-09T01:30:05.036Z] === Skipped [2021-04-09T01:30:05.036Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-04-09T01:30:05.036Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:30:05.036Z] [2021-04-09T01:30:05.036Z] [2021-04-09T01:30:05.036Z] DONE 1 tests, 1 skipped in 2.680s [2021-04-09T01:30:05.036Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2021-04-09T01:30:06.884Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-04-09T01:30:07.214Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-04-09T01:30:07.214Z] INFO: Testing against a local daemon [2021-04-09T01:30:07.214Z] === RUN TestSecretInspect [2021-04-09T01:30:07.214Z] --- SKIP: TestSecretInspect (0.00s) [2021-04-09T01:30:07.214Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:30:07.214Z] === RUN TestSecretList [2021-04-09T01:30:07.214Z] --- SKIP: TestSecretList (0.00s) [2021-04-09T01:30:07.214Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:30:07.214Z] === RUN TestSecretsCreateAndDelete [2021-04-09T01:30:07.214Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2021-04-09T01:30:07.214Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:30:07.214Z] === RUN TestSecretsUpdate [2021-04-09T01:30:07.214Z] --- SKIP: TestSecretsUpdate (0.00s) [2021-04-09T01:30:07.214Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:30:07.214Z] === RUN TestTemplatedSecret [2021-04-09T01:30:07.214Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-04-09T01:30:07.214Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:30:07.214Z] === RUN TestSecretCreateResolve [2021-04-09T01:30:07.214Z] --- SKIP: TestSecretCreateResolve (0.00s) [2021-04-09T01:30:07.214Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:30:07.214Z] PASS [2021-04-09T01:30:07.214Z] ok github.com/docker/docker/integration/secret 0.173s [2021-04-09T01:30:07.214Z] [2021-04-09T01:30:07.214Z] === Skipped [2021-04-09T01:30:07.214Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2021-04-09T01:30:07.214Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:30:07.214Z] [2021-04-09T01:30:07.214Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2021-04-09T01:30:07.214Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:30:07.214Z] [2021-04-09T01:30:07.214Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2021-04-09T01:30:07.214Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:30:07.214Z] [2021-04-09T01:30:07.214Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2021-04-09T01:30:07.214Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:30:07.214Z] [2021-04-09T01:30:07.214Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2021-04-09T01:30:07.214Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:30:07.214Z] [2021-04-09T01:30:07.214Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2021-04-09T01:30:07.214Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:30:07.214Z] [2021-04-09T01:30:07.214Z] [2021-04-09T01:30:07.214Z] DONE 6 tests, 6 skipped in 2.384s [2021-04-09T01:30:07.214Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2021-04-09T01:30:07.451Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2021-04-09T01:30:07.710Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-04-09T01:30:10.106Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-04-09T01:30:10.106Z] INFO: Testing against a local daemon [2021-04-09T01:30:10.106Z] === RUN TestServiceCreateInit [2021-04-09T01:30:10.106Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-04-09T01:30:10.106Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-04-09T01:30:10.106Z] --- PASS: TestServiceCreateInit (0.04s) [2021-04-09T01:30:10.106Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-04-09T01:30:10.106Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:30:10.106Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-04-09T01:30:10.106Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:30:10.106Z] === RUN TestCreateServiceMultipleTimes [2021-04-09T01:30:10.106Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2021-04-09T01:30:10.106Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:30:10.106Z] === RUN TestCreateServiceConflict [2021-04-09T01:30:10.106Z] --- SKIP: TestCreateServiceConflict (0.00s) [2021-04-09T01:30:10.106Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:30:10.106Z] === RUN TestCreateServiceMaxReplicas [2021-04-09T01:30:10.106Z] --- SKIP: TestCreateServiceMaxReplicas (0.04s) [2021-04-09T01:30:10.106Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:30:10.106Z] === RUN TestCreateWithDuplicateNetworkNames [2021-04-09T01:30:10.106Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2021-04-09T01:30:10.106Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:30:10.106Z] === RUN TestCreateServiceSecretFileMode [2021-04-09T01:30:10.106Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2021-04-09T01:30:10.106Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:30:10.106Z] === RUN TestCreateServiceConfigFileMode [2021-04-09T01:30:10.106Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2021-04-09T01:30:10.106Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:30:10.106Z] === RUN TestCreateServiceSysctls [2021-04-09T01:30:10.106Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2021-04-09T01:30:10.106Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:30:10.106Z] === RUN TestCreateServiceCapabilities [2021-04-09T01:30:10.106Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2021-04-09T01:30:10.106Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:30:10.106Z] === RUN TestInspect [2021-04-09T01:30:10.106Z] --- SKIP: TestInspect (0.00s) [2021-04-09T01:30:10.106Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:30:10.106Z] === RUN TestCreateJob [2021-04-09T01:30:10.106Z] --- SKIP: TestCreateJob (0.00s) [2021-04-09T01:30:10.106Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:30:10.106Z] === RUN TestReplicatedJob [2021-04-09T01:30:10.106Z] --- SKIP: TestReplicatedJob (0.00s) [2021-04-09T01:30:10.106Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:30:10.106Z] === RUN TestUpdateReplicatedJob [2021-04-09T01:30:10.106Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2021-04-09T01:30:10.106Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:30:10.106Z] === RUN TestServiceListWithStatuses [2021-04-09T01:30:10.106Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-04-09T01:30:10.106Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:30:10.106Z] === RUN TestDockerNetworkConnectAlias [2021-04-09T01:30:10.106Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2021-04-09T01:30:10.106Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:30:10.106Z] === RUN TestDockerNetworkReConnect [2021-04-09T01:30:10.106Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2021-04-09T01:30:10.106Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:30:10.106Z] === RUN TestServicePlugin [2021-04-09T01:30:10.106Z] --- SKIP: TestServicePlugin (0.00s) [2021-04-09T01:30:10.106Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:30:10.106Z] === RUN TestServiceUpdateLabel [2021-04-09T01:30:10.106Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2021-04-09T01:30:10.106Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:30:10.106Z] === RUN TestServiceUpdateSecrets [2021-04-09T01:30:10.106Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2021-04-09T01:30:10.106Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:30:10.106Z] === RUN TestServiceUpdateConfigs [2021-04-09T01:30:10.106Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2021-04-09T01:30:10.106Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:30:10.106Z] === RUN TestServiceUpdateNetwork [2021-04-09T01:30:10.106Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2021-04-09T01:30:10.106Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:30:10.106Z] === RUN TestServiceUpdatePidsLimit [2021-04-09T01:30:10.106Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2021-04-09T01:30:10.106Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:30:10.106Z] PASS [2021-04-09T01:30:10.106Z] ok github.com/docker/docker/integration/service 0.373s [2021-04-09T01:30:10.241Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-04-09T01:30:10.563Z] [2021-04-09T01:30:10.563Z] === Skipped [2021-04-09T01:30:10.563Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-04-09T01:30:10.563Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-04-09T01:30:10.563Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:30:10.563Z] [2021-04-09T01:30:10.563Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-04-09T01:30:10.563Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-04-09T01:30:10.563Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:30:10.563Z] [2021-04-09T01:30:10.563Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2021-04-09T01:30:10.563Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:30:10.563Z] [2021-04-09T01:30:10.563Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2021-04-09T01:30:10.563Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:30:10.563Z] [2021-04-09T01:30:10.563Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.04s) [2021-04-09T01:30:10.563Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:30:10.563Z] [2021-04-09T01:30:10.563Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2021-04-09T01:30:10.563Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:30:10.563Z] [2021-04-09T01:30:10.563Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2021-04-09T01:30:10.563Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:30:10.563Z] [2021-04-09T01:30:10.563Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2021-04-09T01:30:10.563Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:30:10.563Z] [2021-04-09T01:30:10.563Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2021-04-09T01:30:10.563Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:30:10.563Z] [2021-04-09T01:30:10.563Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2021-04-09T01:30:10.563Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:30:10.563Z] [2021-04-09T01:30:10.563Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2021-04-09T01:30:10.563Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:30:10.563Z] [2021-04-09T01:30:10.563Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2021-04-09T01:30:10.563Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:30:10.563Z] [2021-04-09T01:30:10.563Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2021-04-09T01:30:10.563Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:30:10.563Z] [2021-04-09T01:30:10.563Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2021-04-09T01:30:10.563Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:30:10.563Z] [2021-04-09T01:30:10.563Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2021-04-09T01:30:10.563Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:30:10.563Z] [2021-04-09T01:30:10.563Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2021-04-09T01:30:10.563Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:30:10.563Z] [2021-04-09T01:30:10.563Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2021-04-09T01:30:10.563Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:30:10.563Z] [2021-04-09T01:30:10.563Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2021-04-09T01:30:10.563Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:30:10.563Z] [2021-04-09T01:30:10.563Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2021-04-09T01:30:10.563Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:30:10.563Z] [2021-04-09T01:30:10.563Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2021-04-09T01:30:10.563Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:30:10.563Z] [2021-04-09T01:30:10.563Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2021-04-09T01:30:10.563Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:30:10.563Z] [2021-04-09T01:30:10.563Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2021-04-09T01:30:10.563Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:30:10.563Z] [2021-04-09T01:30:10.563Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2021-04-09T01:30:10.563Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-04-09T01:30:10.563Z] [2021-04-09T01:30:10.563Z] [2021-04-09T01:30:10.563Z] DONE 24 tests, 23 skipped in 3.122s [2021-04-09T01:30:10.563Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2021-04-09T01:30:11.176Z] === RUN TestDockerSuite/TestRmiTag [2021-04-09T01:30:11.176Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2021-04-09T01:30:11.176Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-04-09T01:30:12.109Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-04-09T01:30:12.736Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-04-09T01:30:12.736Z] INFO: Testing against a local daemon [2021-04-09T01:30:12.736Z] === RUN TestSessionCreate [2021-04-09T01:30:12.736Z] --- SKIP: TestSessionCreate (0.00s) [2021-04-09T01:30:12.736Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-04-09T01:30:12.736Z] === RUN TestSessionCreateWithBadUpgrade [2021-04-09T01:30:12.736Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2021-04-09T01:30:12.736Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-04-09T01:30:12.736Z] PASS [2021-04-09T01:30:12.736Z] ok github.com/docker/docker/integration/session 0.179s [2021-04-09T01:30:12.736Z] [2021-04-09T01:30:12.736Z] === Skipped [2021-04-09T01:30:12.736Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2021-04-09T01:30:12.736Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-04-09T01:30:12.736Z] [2021-04-09T01:30:12.736Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2021-04-09T01:30:12.736Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-04-09T01:30:12.736Z] [2021-04-09T01:30:12.736Z] [2021-04-09T01:30:12.736Z] DONE 2 tests, 2 skipped in 2.179s [2021-04-09T01:30:12.736Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2021-04-09T01:30:15.064Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-04-09T01:30:15.064Z] INFO: Testing against a local daemon [2021-04-09T01:30:15.064Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-04-09T01:30:15.064Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-04-09T01:30:15.064Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:30:15.064Z] === RUN TestEventsExecDie [2021-04-09T01:30:15.064Z] --- SKIP: TestEventsExecDie (0.00s) [2021-04-09T01:30:15.064Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-04-09T01:30:15.064Z] === RUN TestEventsBackwardsCompatible [2021-04-09T01:30:15.064Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2021-04-09T01:30:15.064Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-04-09T01:30:15.064Z] === RUN TestInfoAPI [2021-04-09T01:30:15.064Z] --- PASS: TestInfoAPI (0.04s) [2021-04-09T01:30:15.064Z] === RUN TestInfoAPIWarnings [2021-04-09T01:30:15.064Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2021-04-09T01:30:15.064Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-09T01:30:15.064Z] === RUN TestInfoDebug [2021-04-09T01:30:15.064Z] --- SKIP: TestInfoDebug (0.00s) [2021-04-09T01:30:15.064Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-04-09T01:30:15.064Z] === RUN TestInfoInsecureRegistries [2021-04-09T01:30:15.064Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2021-04-09T01:30:15.064Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-04-09T01:30:15.064Z] === RUN TestInfoRegistryMirrors [2021-04-09T01:30:15.064Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2021-04-09T01:30:15.064Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-04-09T01:30:15.064Z] === RUN TestLoginFailsWithBadCredentials [2021-04-09T01:30:16.026Z] --- PASS: TestLoginFailsWithBadCredentials (0.98s) [2021-04-09T01:30:16.026Z] === RUN TestPingCacheHeaders [2021-04-09T01:30:16.026Z] --- PASS: TestPingCacheHeaders (0.04s) [2021-04-09T01:30:16.026Z] === RUN TestPingGet [2021-04-09T01:30:16.026Z] --- PASS: TestPingGet (0.03s) [2021-04-09T01:30:16.026Z] === RUN TestPingHead [2021-04-09T01:30:16.026Z] --- PASS: TestPingHead (0.04s) [2021-04-09T01:30:16.026Z] === RUN TestVersion [2021-04-09T01:30:16.026Z] --- PASS: TestVersion (0.03s) [2021-04-09T01:30:16.026Z] PASS [2021-04-09T01:30:16.026Z] ok github.com/docker/docker/integration/system 1.309s [2021-04-09T01:30:16.026Z] [2021-04-09T01:30:16.026Z] === Skipped [2021-04-09T01:30:16.026Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-04-09T01:30:16.026Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-04-09T01:30:16.026Z] [2021-04-09T01:30:16.026Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2021-04-09T01:30:16.026Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-04-09T01:30:16.026Z] [2021-04-09T01:30:16.026Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2021-04-09T01:30:16.026Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-04-09T01:30:16.026Z] [2021-04-09T01:30:16.026Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2021-04-09T01:30:16.026Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-09T01:30:16.026Z] [2021-04-09T01:30:16.026Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2021-04-09T01:30:16.026Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-04-09T01:30:16.026Z] [2021-04-09T01:30:16.026Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2021-04-09T01:30:16.026Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-04-09T01:30:16.026Z] [2021-04-09T01:30:16.026Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2021-04-09T01:30:16.026Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-04-09T01:30:16.026Z] [2021-04-09T01:30:16.026Z] [2021-04-09T01:30:16.026Z] DONE 13 tests, 7 skipped in 3.392s [2021-04-09T01:30:16.026Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2021-04-09T01:30:17.377Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-04-09T01:30:17.377Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-04-09T01:30:18.200Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-04-09T01:30:18.200Z] INFO: Testing against a local daemon [2021-04-09T01:30:18.200Z] === RUN TestVolumesCreateAndList [2021-04-09T01:30:18.200Z] --- PASS: TestVolumesCreateAndList (0.05s) [2021-04-09T01:30:18.200Z] === RUN TestVolumesRemove [2021-04-09T01:30:18.313Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-04-09T01:30:18.572Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-04-09T01:30:18.656Z] --- PASS: TestVolumesRemove (0.12s) [2021-04-09T01:30:18.656Z] === RUN TestVolumesInspect [2021-04-09T01:30:18.656Z] --- PASS: TestVolumesInspect (0.05s) [2021-04-09T01:30:18.656Z] === RUN TestVolumesInvalidJSON [2021-04-09T01:30:18.656Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-04-09T01:30:18.656Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-04-09T01:30:18.656Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-04-09T01:30:18.656Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-04-09T01:30:18.656Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-04-09T01:30:18.656Z] PASS [2021-04-09T01:30:18.656Z] ok github.com/docker/docker/integration/volume 0.394s [2021-04-09T01:30:18.656Z] [2021-04-09T01:30:18.656Z] DONE 5 tests in 2.584s [2021-04-09T01:30:18.656Z] INFO: make.ps1 ended at 04/09/2021 01:30:18 [2021-04-09T01:30:18.656Z] INFO: Integration CLI tests being run from the host: [2021-04-09T01:30:18.657Z] 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-09T01:30:19.948Z] === RUN TestDockerSuite/TestRunAddHost [2021-04-09T01:30:20.229Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-04-09T01:30:20.882Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-04-09T01:30:21.141Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-04-09T01:30:21.210Z] === RUN TestDockerSuite/TestBuildBlankName [2021-04-09T01:30:21.675Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-04-09T01:30:22.077Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-04-09T01:30:22.077Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-04-09T01:30:22.644Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-04-09T01:30:24.546Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-04-09T01:30:24.805Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2021-04-09T01:30:25.391Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-04-09T01:30:27.294Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-04-09T01:30:28.228Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2021-04-09T01:30:28.983Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-04-09T01:30:28.983Z] INFO: Testing against a local daemon [2021-04-09T01:30:28.983Z] === RUN TestDockerSuite [2021-04-09T01:30:28.983Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-04-09T01:30:28.983Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-04-09T01:30:28.983Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-04-09T01:30:28.983Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-04-09T01:30:28.983Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-04-09T01:30:28.983Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-04-09T01:30:28.983Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-04-09T01:30:28.983Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-04-09T01:30:28.983Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-04-09T01:30:28.983Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-04-09T01:30:29.163Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-04-09T01:30:29.440Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-04-09T01:30:29.898Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-04-09T01:30:30.538Z] === RUN TestDockerSuite/TestRunAttachDetach [2021-04-09T01:30:31.473Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2021-04-09T01:30:32.407Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2021-04-09T01:30:33.342Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2021-04-09T01:30:33.909Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2021-04-09T01:30:34.843Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-04-09T01:30:36.217Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2021-04-09T01:30:37.152Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-04-09T01:30:37.719Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-04-09T01:30:37.719Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2021-04-09T01:30:38.655Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-04-09T01:30:39.223Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-04-09T01:30:39.223Z] === RUN TestDockerSuite/TestRunBindMounts [2021-04-09T01:30:39.443Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-04-09T01:30:39.443Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-04-09T01:30:42.510Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-04-09T01:30:43.076Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-04-09T01:30:44.010Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-04-09T01:30:44.176Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-04-09T01:30:44.578Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-04-09T01:30:45.145Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-04-09T01:30:45.145Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-04-09T01:30:46.088Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-04-09T01:30:46.661Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-04-09T01:30:47.595Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-04-09T01:30:48.161Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-04-09T01:30:48.728Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-04-09T01:30:48.986Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-04-09T01:30:49.553Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-04-09T01:30:49.553Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-04-09T01:30:50.927Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-04-09T01:30:51.495Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-04-09T01:30:52.430Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-04-09T01:30:52.430Z] === RUN TestDockerSwarmSuite/TestServiceScale [2021-04-09T01:30:52.807Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-04-09T01:30:52.997Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-04-09T01:30:53.256Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-04-09T01:30:54.192Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-04-09T01:30:55.568Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2021-04-09T01:30:55.826Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-04-09T01:30:57.730Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-04-09T01:30:59.105Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-04-09T01:30:59.673Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-04-09T01:31:00.239Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-04-09T01:31:01.198Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-04-09T01:31:02.137Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-04-09T01:31:03.090Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-04-09T01:31:04.993Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-04-09T01:31:05.272Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-04-09T01:31:05.737Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-04-09T01:31:09.181Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-04-09T01:31:09.181Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-04-09T01:31:09.181Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-04-09T01:31:11.715Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-04-09T01:31:11.736Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-04-09T01:31:11.736Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-04-09T01:31:11.736Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-04-09T01:31:13.616Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-04-09T01:31:14.991Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2021-04-09T01:31:16.368Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-04-09T01:31:17.590Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-04-09T01:31:17.590Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-04-09T01:31:17.745Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2021-04-09T01:31:18.056Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-04-09T01:31:18.056Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-04-09T01:31:18.056Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-04-09T01:31:19.651Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-04-09T01:31:19.651Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-04-09T01:31:19.651Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-04-09T01:31:20.218Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-04-09T01:31:20.477Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2021-04-09T01:31:23.763Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-04-09T01:31:25.152Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-04-09T01:31:27.686Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-04-09T01:31:27.945Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-04-09T01:31:29.847Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-04-09T01:31:30.415Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2021-04-09T01:31:30.415Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-04-09T01:31:31.350Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2021-04-09T01:31:32.724Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-04-09T01:31:32.983Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-04-09T01:31:33.549Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-04-09T01:31:34.485Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-04-09T01:31:35.052Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2021-04-09T01:31:35.986Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-04-09T01:31:35.986Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-04-09T01:31:36.555Z] === RUN TestDockerSuite/TestRunEnvironment [2021-04-09T01:31:37.490Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-04-09T01:31:38.059Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-04-09T01:31:38.625Z] === RUN TestDockerSuite/TestRunExitCode [2021-04-09T01:31:39.560Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-04-09T01:31:40.126Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-04-09T01:31:40.693Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2021-04-09T01:31:40.693Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-04-09T01:31:41.631Z] === RUN TestDockerSuite/TestRunExposePort [2021-04-09T01:31:41.631Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-04-09T01:31:42.568Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-04-09T01:31:43.318Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-04-09T01:31:43.505Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-04-09T01:31:44.890Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-04-09T01:31:45.456Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-04-09T01:31:45.456Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-04-09T01:31:47.092Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-04-09T01:31:48.072Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-04-09T01:31:48.537Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-04-09T01:31:48.743Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-04-09T01:31:49.312Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2021-04-09T01:31:49.571Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-04-09T01:31:50.094Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-04-09T01:31:50.094Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-04-09T01:31:52.105Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2021-04-09T01:31:53.869Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-04-09T01:31:55.434Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-04-09T01:31:55.434Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-04-09T01:31:55.434Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-04-09T01:31:56.989Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-04-09T01:31:57.971Z] === RUN TestDockerSuite/TestBuildCmd [2021-04-09T01:31:58.438Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-04-09T01:31:58.904Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-04-09T01:31:59.885Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-04-09T01:32:02.072Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2021-04-09T01:32:02.072Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-04-09T01:32:03.448Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2021-04-09T01:32:03.448Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2021-04-09T01:32:03.448Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-04-09T01:32:03.448Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-04-09T01:32:06.907Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-04-09T01:32:07.473Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-04-09T01:32:07.473Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2021-04-09T01:32:07.790Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-04-09T01:32:07.790Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-04-09T01:32:07.790Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-04-09T01:32:09.346Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-04-09T01:32:09.346Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-04-09T01:32:09.375Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-04-09T01:32:09.811Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-04-09T01:32:11.278Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-04-09T01:32:16.939Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-04-09T01:32:17.405Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-04-09T01:32:17.855Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-04-09T01:32:17.855Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-04-09T01:32:17.871Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-04-09T01:32:17.871Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-04-09T01:32:18.112Z] === RUN TestDockerSuite/TestRunModeHostname [2021-04-09T01:32:18.852Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-04-09T01:32:19.317Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-04-09T01:32:19.317Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-04-09T01:32:19.317Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-04-09T01:32:19.488Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-04-09T01:32:19.488Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-04-09T01:32:19.488Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-04-09T01:32:20.862Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-04-09T01:32:22.239Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-04-09T01:32:24.139Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-04-09T01:32:24.139Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-04-09T01:32:24.139Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-04-09T01:32:25.167Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-04-09T01:32:25.515Z] === RUN TestDockerSuite/TestRunMount [2021-04-09T01:32:26.450Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2021-04-09T01:32:34.562Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-04-09T01:32:34.562Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2021-04-09T01:32:35.130Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-04-09T01:32:36.508Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-04-09T01:32:38.411Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-04-09T01:32:40.946Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-04-09T01:32:44.230Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-04-09T01:32:46.149Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-04-09T01:32:48.681Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-04-09T01:32:50.057Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-04-09T01:32:51.432Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-04-09T01:32:51.690Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-04-09T01:32:52.626Z] === RUN TestDockerSuite/TestRunNetHost [2021-04-09T01:32:53.561Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-04-09T01:32:54.495Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-04-09T01:32:55.432Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-04-09T01:32:56.711Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-04-09T01:32:56.711Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-04-09T01:32:56.711Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-04-09T01:32:56.711Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-04-09T01:32:56.711Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-04-09T01:32:56.711Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-04-09T01:32:56.711Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-04-09T01:32:56.711Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-04-09T01:32:56.711Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-04-09T01:32:56.711Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-04-09T01:32:56.711Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-04-09T01:32:56.711Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-04-09T01:32:56.711Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-04-09T01:32:56.711Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-04-09T01:32:56.711Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-04-09T01:32:56.711Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-04-09T01:32:56.711Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-04-09T01:32:57.168Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-04-09T01:32:57.168Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-04-09T01:32:57.168Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-04-09T01:32:57.168Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-04-09T01:32:57.963Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-04-09T01:32:59.866Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-04-09T01:33:00.932Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-04-09T01:33:00.932Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-04-09T01:33:00.932Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-04-09T01:33:04.053Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-04-09T01:33:04.311Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-04-09T01:33:04.570Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2021-04-09T01:33:05.137Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-04-09T01:33:05.137Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-04-09T01:33:06.070Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-04-09T01:33:06.636Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-04-09T01:33:06.636Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-04-09T01:33:07.579Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-04-09T01:33:07.815Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-04-09T01:33:07.815Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-04-09T01:33:07.815Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-04-09T01:33:07.987Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-04-09T01:33:13.659Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-04-09T01:33:13.659Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-04-09T01:33:13.659Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-04-09T01:33:13.659Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-04-09T01:33:14.135Z] === RUN TestDockerSuite/TestRunOOMExitCode [2021-04-09T01:33:14.135Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-04-09T01:33:14.135Z] === RUN TestDockerSuite/TestRunPIDsLimit [2021-04-09T01:33:14.641Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-04-09T01:33:14.641Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-04-09T01:33:14.701Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-04-09T01:33:16.602Z] === RUN TestDockerSuite/TestRunPortInUse [2021-04-09T01:33:17.537Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2021-04-09T01:33:17.795Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-04-09T01:33:18.360Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-04-09T01:33:18.619Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-04-09T01:33:19.553Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-04-09T01:33:19.811Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-04-09T01:33:19.811Z] === RUN TestDockerSuite/TestRunPublishPort [2021-04-09T01:33:20.749Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-04-09T01:33:21.007Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-04-09T01:33:21.007Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-04-09T01:33:21.575Z] === RUN TestDockerSuite/TestRunRedirectStdout [2021-04-09T01:33:23.477Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-04-09T01:33:23.477Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-04-09T01:33:26.758Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-04-09T01:33:27.693Z] === RUN TestDockerSuite/TestRunRm [2021-04-09T01:33:28.629Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-04-09T01:33:32.813Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-04-09T01:33:32.813Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-04-09T01:33:33.752Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2021-04-09T01:33:35.128Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2021-04-09T01:33:35.694Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2021-04-09T01:33:39.882Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2021-04-09T01:33:39.884Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-04-09T01:33:39.884Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-04-09T01:33:40.349Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-04-09T01:33:43.169Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2021-04-09T01:33:44.104Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2021-04-09T01:33:44.672Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2021-04-09T01:33:45.239Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2021-04-09T01:33:45.805Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2021-04-09T01:33:46.064Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2021-04-09T01:33:46.631Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2021-04-09T01:33:47.198Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-04-09T01:33:48.134Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-04-09T01:33:48.700Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-04-09T01:33:51.229Z] === RUN TestDockerSuite/TestRunState [2021-04-09T01:33:53.132Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-04-09T01:33:53.392Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-04-09T01:33:54.326Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-04-09T01:33:54.326Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2021-04-09T01:33:54.326Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-04-09T01:33:55.261Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-04-09T01:33:55.519Z] === RUN TestDockerSuite/TestRunSysctls [2021-04-09T01:33:56.903Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-04-09T01:33:57.161Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-04-09T01:33:57.161Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-04-09T01:33:57.728Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2021-04-09T01:34:00.260Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2021-04-09T01:34:00.826Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2021-04-09T01:34:02.730Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2021-04-09T01:34:04.105Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2021-04-09T01:34:05.597Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-04-09T01:34:05.597Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-04-09T01:34:05.597Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-04-09T01:34:06.636Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-04-09T01:34:09.168Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2021-04-09T01:34:10.544Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-04-09T01:34:11.480Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-04-09T01:34:12.415Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-04-09T01:34:13.352Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-04-09T01:34:14.238Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-04-09T01:34:15.884Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-04-09T01:34:17.176Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-04-09T01:34:17.262Z] === RUN TestDockerSuite/TestRunUserByID [2021-04-09T01:34:17.828Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2021-04-09T01:34:18.086Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-04-09T01:34:18.344Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-04-09T01:34:18.344Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-04-09T01:34:19.291Z] === RUN TestDockerSuite/TestRunUserByName [2021-04-09T01:34:20.112Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-04-09T01:34:20.225Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-04-09T01:34:21.622Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2021-04-09T01:34:21.622Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-04-09T01:34:21.622Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-04-09T01:34:22.559Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-04-09T01:34:27.826Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-04-09T01:34:27.826Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2021-04-09T01:34:28.762Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-04-09T01:34:29.697Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-04-09T01:34:31.074Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2021-04-09T01:34:32.453Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-04-09T01:34:34.354Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-04-09T01:34:36.982Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-04-09T01:34:38.357Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2021-04-09T01:34:39.732Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-04-09T01:34:40.666Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-04-09T01:34:40.666Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-04-09T01:34:40.666Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-04-09T01:34:40.666Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-04-09T01:34:40.925Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2021-04-09T01:34:40.925Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2021-04-09T01:34:42.297Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2021-04-09T01:34:45.587Z] === RUN TestDockerSuite/TestRunWithCPUShares [2021-04-09T01:34:46.152Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2021-04-09T01:34:46.718Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2021-04-09T01:34:46.719Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2021-04-09T01:34:47.653Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2021-04-09T01:34:49.028Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2021-04-09T01:34:49.595Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-04-09T01:34:49.595Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2021-04-09T01:34:50.531Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2021-04-09T01:34:50.531Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2021-04-09T01:34:50.531Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2021-04-09T01:34:50.531Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-04-09T01:34:50.531Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2021-04-09T01:34:50.531Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2021-04-09T01:34:50.531Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2021-04-09T01:34:50.531Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2021-04-09T01:34:50.531Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2021-04-09T01:34:50.531Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2021-04-09T01:34:51.467Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2021-04-09T01:34:52.401Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2021-04-09T01:34:53.336Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2021-04-09T01:34:53.336Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2021-04-09T01:34:54.272Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-04-09T01:34:54.531Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-04-09T01:34:55.096Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2021-04-09T01:34:55.355Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-04-09T01:34:55.355Z] === RUN TestDockerSuite/TestRunWithShmSize [2021-04-09T01:34:55.923Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2021-04-09T01:34:56.490Z] === RUN TestDockerSuite/TestRunWithSwappiness [2021-04-09T01:34:56.748Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2021-04-09T01:34:57.315Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2021-04-09T01:34:57.315Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-04-09T01:34:57.315Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-04-09T01:34:58.251Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-04-09T01:34:59.627Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2021-04-09T01:34:59.886Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2021-04-09T01:35:00.828Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2021-04-09T01:35:00.828Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-04-09T01:35:01.763Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-04-09T01:35:01.763Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-04-09T01:35:03.665Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-04-09T01:35:03.923Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-04-09T01:35:06.453Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-04-09T01:35:06.711Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-04-09T01:35:06.711Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-04-09T01:35:06.711Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-04-09T01:35:07.646Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2021-04-09T01:35:09.021Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2021-04-09T01:35:09.958Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-04-09T01:35:09.958Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-04-09T01:35:11.859Z] === RUN TestDockerSuite/TestSaveImageId [2021-04-09T01:35:11.859Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-04-09T01:35:12.119Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-04-09T01:35:14.022Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-04-09T01:35:14.022Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-04-09T01:35:15.925Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-04-09T01:35:15.925Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-04-09T01:35:15.925Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-04-09T01:35:17.302Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-04-09T01:35:18.677Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-04-09T01:35:18.935Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-04-09T01:35:18.935Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-04-09T01:35:19.194Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-04-09T01:35:19.194Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-04-09T01:35:19.594Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-04-09T01:35:19.594Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-04-09T01:35:19.594Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-04-09T01:35:19.594Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-04-09T01:35:19.761Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-04-09T01:35:20.557Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-04-09T01:35:20.724Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-04-09T01:35:20.724Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-04-09T01:35:20.724Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-04-09T01:35:21.521Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-04-09T01:35:21.521Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-04-09T01:35:21.521Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-04-09T01:35:21.521Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-04-09T01:35:21.521Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-04-09T01:35:21.669Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-04-09T01:35:22.484Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-04-09T01:35:26.209Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-04-09T01:35:27.740Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-04-09T01:35:27.740Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-04-09T01:35:27.740Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-04-09T01:35:27.740Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-04-09T01:35:28.224Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-04-09T01:35:29.602Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-04-09T01:35:30.536Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-04-09T01:35:30.633Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-04-09T01:35:31.913Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-04-09T01:35:35.193Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-04-09T01:35:37.096Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-04-09T01:35:38.031Z] === RUN TestDockerSuite/TestStartRecordError [2021-04-09T01:35:39.932Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-04-09T01:35:41.309Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-04-09T01:35:42.987Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-04-09T01:35:43.210Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-04-09T01:35:46.491Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-04-09T01:35:51.779Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-04-09T01:35:53.292Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-04-09T01:35:53.677Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2021-04-09T01:35:53.935Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-04-09T01:35:54.822Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-04-09T01:35:54.822Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-04-09T01:35:58.541Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-04-09T01:36:00.075Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-04-09T01:36:00.496Z] === RUN TestDockerSuite/TestStatsNoStream [2021-04-09T01:36:02.396Z] === RUN TestDockerSuite/TestStopContainerSignal [2021-04-09T01:36:04.297Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-04-09T01:36:04.863Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-04-09T01:36:05.799Z] === RUN TestDockerSuite/TestTopPrivileged [2021-04-09T01:36:06.367Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-04-09T01:36:06.367Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-04-09T01:36:07.303Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-04-09T01:36:10.372Z] === RUN TestDockerSuite/TestBuildAddScript [2021-04-09T01:36:10.372Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-04-09T01:36:10.372Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-04-09T01:36:10.372Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-04-09T01:36:10.372Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-04-09T01:36:10.829Z] === RUN TestDockerSuite/TestBuildAddTar [2021-04-09T01:36:12.570Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-04-09T01:36:15.098Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2021-04-09T01:36:16.034Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2021-04-09T01:36:16.600Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2021-04-09T01:36:16.600Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2021-04-09T01:36:17.536Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2021-04-09T01:36:19.462Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2021-04-09T01:36:19.462Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2021-04-09T01:36:20.836Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2021-04-09T01:36:21.351Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-04-09T01:36:21.351Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-04-09T01:36:21.351Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-04-09T01:36:22.211Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2021-04-09T01:36:23.146Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2021-04-09T01:36:25.047Z] === RUN TestDockerSuite/TestUpdateStats [2021-04-09T01:36:29.229Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2021-04-09T01:36:30.163Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2021-04-09T01:36:30.163Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2021-04-09T01:36:32.063Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2021-04-09T01:36:32.998Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-04-09T01:36:39.122Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-04-09T01:36:39.559Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2021-04-09T01:36:44.822Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2021-04-09T01:36:49.008Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2021-04-09T01:36:49.519Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-04-09T01:36:49.584Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2021-04-09T01:36:53.770Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-04-09T01:36:59.040Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-04-09T01:36:59.909Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-04-09T01:37:02.327Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2021-04-09T01:37:05.611Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2021-04-09T01:37:07.517Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2021-04-09T01:37:07.776Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2021-04-09T01:37:11.066Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2021-04-09T01:37:11.224Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-04-09T01:37:11.224Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-04-09T01:37:11.224Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-04-09T01:37:12.001Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2021-04-09T01:37:13.376Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2021-04-09T01:37:15.905Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2021-04-09T01:37:17.805Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2021-04-09T01:37:20.351Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2021-04-09T01:37:22.254Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2021-04-09T01:37:24.156Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-04-09T01:37:29.975Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-04-09T01:37:36.326Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-04-09T01:37:37.289Z] === RUN TestDockerSuite/TestBuildBlankName [2021-04-09T01:37:37.746Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-04-09T01:37:40.371Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-04-09T01:37:42.233Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-04-09T01:37:42.233Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-04-09T01:37:42.233Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-04-09T01:37:42.233Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-04-09T01:37:42.233Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-04-09T01:37:42.233Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-04-09T01:37:42.233Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-04-09T01:37:42.233Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-04-09T01:37:42.233Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-04-09T01:37:42.233Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-04-09T01:37:42.233Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-04-09T01:37:42.233Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-04-09T01:37:42.233Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-04-09T01:37:42.233Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-04-09T01:37:44.763Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-04-09T01:37:44.763Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-04-09T01:37:44.763Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-04-09T01:37:44.763Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-04-09T01:37:44.763Z] === RUN TestDockerSuite/TestVolumeEvents [2021-04-09T01:37:45.329Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-04-09T01:37:46.295Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-04-09T01:37:46.752Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-04-09T01:37:47.864Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-04-09T01:37:47.864Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-04-09T01:37:47.864Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-04-09T01:37:50.400Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-04-09T01:37:50.763Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-04-09T01:37:52.530Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-04-09T01:37:54.592Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite (1930.88s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.17s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (3.17s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.11s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.53s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.02s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.94s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.22s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (2.82s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (1.54s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.00s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (2.94s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.37s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.47s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.81s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (3.19s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (3.18s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.11s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.26s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (1.22s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (1.16s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (1.19s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.52s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (2.53s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestAttachDetach (1.45s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestAttachDisconnect (1.33s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.31s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (1.23s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (1.34s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.87s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (2.75s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.70s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.65s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.80s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.00s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (25.78s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.63s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.44s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.16s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.93s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.71s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.57s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.88s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (8.44s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (4.76s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.16s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.51s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (5.05s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.66s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.04s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (4.78s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.05s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.40s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.76s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildAddScript (3.75s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (11.35s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (6.23s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (3.97s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.56s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildAddTar (11.52s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.85s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.95s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (6.11s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (8.74s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.23s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.32s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.38s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.37s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (3.32s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (3.17s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (3.60s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.86s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (5.37s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (19.18s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (4.19s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (4.50s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.49s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.99s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (3.60s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (7.06s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.66s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.60s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (1.15s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.69s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (6.67s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.34s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.83s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.41s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (8.60s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.41s) [2021-04-09T01:37:54.592Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.13s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.78s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildCmd (0.40s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.35s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.56s) [2021-04-09T01:37:54.593Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2021-04-09T01:37:54.593Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.78s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (8.03s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.77s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.08s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.24s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.91s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.64s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.33s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (15.74s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.67s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.71s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (3.84s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (4.96s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.41s) [2021-04-09T01:37:54.593Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2021-04-09T01:37:54.593Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2021-04-09T01:37:54.593Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2021-04-09T01:37:54.593Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2021-04-09T01:37:54.593Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.03s) [2021-04-09T01:37:54.593Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2021-04-09T01:37:54.593Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2021-04-09T01:37:54.593Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (5.35s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (7.30s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (3.85s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.34s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (8.75s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (7.99s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.57s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.62s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (5.39s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.69s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.05s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.37s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.58s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.77s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildDockerignore (14.51s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.74s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (4.53s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (17.72s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.13s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.06s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (6.73s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (3.40s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (3.44s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (9.75s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (3.29s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.98s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (23.95s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.19s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (7.20s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.51s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.55s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.97s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.30s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.44s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.42s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (3.24s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.09s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (2.33s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildEnv (2.11s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.91s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.72s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (10.16s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (31.43s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.35s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (14.22s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.86s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.55s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.57s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.62s) [2021-04-09T01:37:54.593Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2021-04-09T01:37:54.593Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.35s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (15.93s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildExpose (0.59s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.76s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.55s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.40s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildFails (1.12s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.06s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (3.05s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (3.85s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildForceRm (3.31s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildFromGit (2.00s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.40s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.38s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.68s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.95s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.38s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.28s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.36s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.82s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildHistory (3.03s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.33s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.79s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.46s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.53s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.02s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (1.17s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildLabel (0.53s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.53s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.43s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.24s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildLabels (0.67s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.20s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.25s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildLastModified (5.95s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildLineBreak (4.52s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.09s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.08s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.22s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.30s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.44s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (3.92s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.41s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.45s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (10.46s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (4.29s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.32s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.99s) [2021-04-09T01:37:54.593Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2021-04-09T01:37:54.593Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (5.26s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.62s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.88s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.24s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildNetContainer (2.21s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.78s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildNoContext (1.14s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.94s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.91s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.34s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.05s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.35s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.35s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.66s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildOnBuild (2.45s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.82s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (3.86s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.75s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.52s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.42s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.59s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.48s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (4.28s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildPATH (2.24s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.96s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (1.14s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (9.86s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (4.57s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (5.86s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildRm (3.49s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.03s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.03s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.36s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.53s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.44s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.86s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.80s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (4.66s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.08s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.21s) [2021-04-09T01:37:54.593Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.03s) [2021-04-09T01:37:54.593Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.40s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.90s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildStderr (0.99s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (5.04s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.93s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.94s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.37s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.86s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.26s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildUser (1.74s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.97s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (20.12s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.96s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.33s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.06s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.26s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.42s) [2021-04-09T01:37:54.593Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-04-09T01:37:54.593Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2021-04-09T01:37:54.593Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s) [2021-04-09T01:37:54.593Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2021-04-09T01:37:54.593Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-04-09T01:37:54.593Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2021-04-09T01:37:54.593Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s) [2021-04-09T01:37:54.593Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (2.08s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.94s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.62s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildWithTabs (1.09s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.15s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (4.85s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (3.59s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (1.05s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.48s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.62s) [2021-04-09T01:37:54.593Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-04-09T01:37:54.593Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.90s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestBuildXZHost (2.86s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-04-09T01:37:54.593Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-04-09T01:37:54.593Z] docker_cli_sni_test.go:18: Flakey test [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.06s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (1.06s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestCommitChange (1.35s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.93s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestCommitHardlink (2.36s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.75s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (1.26s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestCommitTTY (1.93s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (1.00s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.83s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (1.12s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.03s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.08s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.04s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.98s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.90s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.73s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (1.29s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.92s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.96s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.90s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.89s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.07s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.08s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.98s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.87s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.95s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (2.40s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (1.47s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (1.08s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (1.13s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (1.75s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (1.03s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.27s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestContainerAPIPause (1.04s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (1.12s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.15s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestContainerAPIRename (1.34s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (2.94s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (2.32s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.03s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.89s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.81s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.91s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.99s) [2021-04-09T01:37:54.593Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-04-09T01:37:54.593Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.05s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.71s) [2021-04-09T01:37:54.593Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.70s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.26s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (7.54s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (1.20s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (2.56s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.98s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (25.84s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.60s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.65s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.59s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.60s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000812be0_} (1.65s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1368071211_/foo_false____} (1.85s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1368071211_/foo_true____} (1.85s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3381022094_/foo_false____} (1.81s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3381022094_/foo_true____} (1.91s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3381022094_/foo_true__0xc000812c40__} (1.72s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000812c60_} (1.88s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000812c80_} (2.09s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000812ca0_} (2.01s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000812cc0_} (1.66s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (2.12s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.27s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.01s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.01s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.03s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (5.06s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (3.39s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (6.55s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCopyAndRestart (2.42s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.14s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.94s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.86s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (1.14s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCpFromCaseA (1.05s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.98s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCpFromCaseC (1.12s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCpFromCaseD (1.10s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCpFromCaseE (1.35s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCpFromCaseF (1.04s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCpFromCaseG (1.22s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCpFromCaseH (1.15s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCpFromCaseI (1.25s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (1.12s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.54s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.13s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.95s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCpNameHasColon (1.24s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.93s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (1.03s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.85s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.96s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.64s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.80s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.35s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCpToCaseD (5.04s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCpToCaseE (3.11s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.72s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCpToCaseG (4.29s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCpToCaseH (3.18s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.87s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCpToCaseJ (5.45s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.82s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCpToDot (0.80s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.42s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.70s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCpToStdout (1.33s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.55s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.25s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.98s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.34s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.06s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCreateArgs (0.06s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.45s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (1.06s) [2021-04-09T01:37:54.594Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-04-09T01:37:54.594Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.08s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.91s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.30s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCreateLabels (0.09s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.13s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCreateRM (0.13s) [2021-04-09T01:37:54.594Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-04-09T01:37:54.594Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.06s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.11s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (2.49s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.06s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.93s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.06s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.12s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.05s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.98s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.83s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.78s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.49s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.48s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.74s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (1.04s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.10s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestDevicePermissions (1.16s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestDockerFails (0.02s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.03s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.05s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (2.04s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (1.05s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (2.39s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.49s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (7.61s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (3.13s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.73s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.71s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (1.47s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestEventsAttach (0.80s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestEventsCommit (0.89s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.71s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.88s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.87s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.75s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.51s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (3.46s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (3.41s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestEventsCopy (1.06s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.41s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.62s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.27s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.48s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.57s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.43s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.29s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.45s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.04s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestEventsFilters (1.46s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestEventsFormat (1.42s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.91s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.19s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.48s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.04s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.25s) [2021-04-09T01:37:54.594Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-04-09T01:37:54.594Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-04-09T01:37:54.594Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-04-09T01:37:54.594Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.44s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (1.01s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestEventsRename (0.88s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestEventsResize (1.14s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (6.15s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (1.33s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestEventsStreaming (1.14s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (3.46s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestEventsTop (1.02s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestEventsUntag (2.63s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (6.34s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestExec (1.04s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.75s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.73s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.84s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestExecAPIStart (2.61s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (1.27s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (1.77s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.92s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.38s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.02s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.01s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.72s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestExecCgroup (2.52s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestExecEnv (1.05s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.71s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestExecExitStatus (1.03s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestExecInspectID (3.39s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestExecInteractive (1.84s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (1.19s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (1.03s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestExecParseError (0.70s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.80s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.75s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (3.86s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestExecSetEnv (1.03s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestExecStartFails (1.05s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestExecStateCleanup (11.55s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.92s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestExecTTY (1.50s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (1.49s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.80s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestExecUlimits (1.05s) [2021-04-09T01:37:54.594Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-04-09T01:37:54.594Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestExecWithImageUser (2.04s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (1.04s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (1.76s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestExecWithTERM (1.02s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestExecWithUser (1.42s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.74s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.73s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.91s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.83s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.91s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.05s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestHealth (24.25s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.02s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.02s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.02s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.94s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.83s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.04s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.02s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.11s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.48s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.56s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.66s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.03s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.30s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.09s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.41s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (1.41s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestImagesFormat (0.08s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.88s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.63s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestImportBadURL (0.09s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestImportDisplay (1.62s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestImportFile (1.68s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.69s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestImportGzipped (1.83s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.83s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.85s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (1.32s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (1.29s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.79s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (1.07s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.91s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.71s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.72s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.73s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (2.12s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.77s) [2021-04-09T01:37:54.594Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.82s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.05s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (1.09s) [2021-04-09T01:37:54.595Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-04-09T01:37:54.595Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.67s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.76s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestInspectDefault (1.35s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestInspectHistory (1.53s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestInspectImage (0.03s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.06s) [2021-04-09T01:37:54.595Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-04-09T01:37:54.595Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestInspectInt64 (1.31s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.25s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.11s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (1.14s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.14s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.81s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.78s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestInspectStatus (0.84s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.46s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.79s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.73s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.87s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.79s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.71s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.72s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.05s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.58s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.42s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.45s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (2.06s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (2.34s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (3.03s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.06s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (3.17s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.57s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (1.05s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (11.64s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (2.60s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (3.28s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.93s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (2.79s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.31s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.81s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.17s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.88s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.71s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.72s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.72s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.09s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.26s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.51s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.75s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.43s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (3.20s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.80s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (1.04s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestLogsSince (6.79s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (6.11s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (1.36s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestLogsTail (1.43s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.88s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestLogsWithDetails (1.21s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.28s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.69s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestNetHostname (3.22s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.72s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestNetworkEvents (6.61s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (3.04s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.91s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestPluginActive (1.68s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (6.46s) [2021-04-09T01:37:54.595Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2021-04-09T01:37:54.595Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.79s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.15s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.34s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.21s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestPluginUpgrade (5.17s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (3.24s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (2.35s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.73s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestPortList (10.72s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.36s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestPostContainersAttach (7.23s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.88s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (1.08s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.98s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.08s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.88s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.04s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (3.10s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.80s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (1.37s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.24s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestPsByOrder (4.20s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (1.32s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestPsListContainersBase (3.43s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (4.34s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.07s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (3.74s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (9.82s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.91s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.97s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (2.04s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.67s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (3.76s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.76s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.57s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.17s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (1.30s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestPsRightTagName (3.14s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestPsShowMounts (3.05s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.98s) [2021-04-09T01:37:54.595Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-04-09T01:37:54.595Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.22s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.09s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.04s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.83s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.89s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.66s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (1.12s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (11.09s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.33s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.09s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.07s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.05s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.19s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.47s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.54s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (5.95s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.78s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.08s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (4.52s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (1.47s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.31s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.73s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (1.01s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (2.10s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (1.20s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRmiTag (0.18s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.89s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (4.56s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.70s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.86s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.28s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.43s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunAddHost (0.71s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.46s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.71s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.71s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.79s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.91s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (1.63s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (1.30s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.89s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.44s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.93s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.87s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.86s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.78s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.84s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (1.11s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.02s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.76s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.79s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.73s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.03s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunBindMounts (2.97s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.79s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.81s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.71s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.69s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.71s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.77s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.69s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.69s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.73s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.73s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.02s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.76s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.88s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.84s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.10s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.75s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.85s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.78s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.27s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.71s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.77s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.88s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.70s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.97s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.80s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (3.71s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.70s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (2.35s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (2.15s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.75s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.91s) [2021-04-09T01:37:54.595Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-04-09T01:37:54.595Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows [2021-04-09T01:37:54.595Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-04-09T01:37:54.595Z] docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (1.01s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (3.03s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.64s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.33s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.73s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.71s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.74s) [2021-04-09T01:37:54.595Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-04-09T01:37:54.595Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.78s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.53s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.75s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.72s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.70s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.75s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.73s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.71s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.69s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.71s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunExitCode (0.67s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.71s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.76s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.84s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.87s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunGroupAdd (1.08s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.40s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.45s) [2021-04-09T01:37:54.595Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-04-09T01:37:54.595Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (3.15s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.98s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.80s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.65s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.42s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.71s) [2021-04-09T01:37:54.595Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (3.24s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.89s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.75s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.86s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.56s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.57s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunModeHostname (1.16s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.18s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.42s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.50s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.45s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.03s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.16s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.43s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunMount (8.98s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.84s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.96s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.94s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.39s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (3.50s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunNamedVolume (2.23s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.26s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.46s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.56s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.04s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.93s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunNetHost (1.19s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.73s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (1.00s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (2.07s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.07s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (4.23s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.60s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.10s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.70s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.07s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.67s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.68s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.75s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.78s) [2021-04-09T01:37:54.596Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-04-09T01:37:54.596Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.75s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.71s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.78s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.90s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.46s) [2021-04-09T01:37:54.596Z] docker_cli_run_unix_test.go:1434: out: "a *:* rwm\n" [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.51s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.44s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.67s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.43s) [2021-04-09T01:37:54.596Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-04-09T01:37:54.596Z] docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.71s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.43s) [2021-04-09T01:37:54.596Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-04-09T01:37:54.596Z] docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.70s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.50s) [2021-04-09T01:37:54.596Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-04-09T01:37:54.596Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (3.07s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.38s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunRm (0.78s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.77s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.74s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.71s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.43s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.73s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (3.51s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.95s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.81s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.45s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.71s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.42s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.41s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.45s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.69s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.72s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.67s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.65s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunState (1.50s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.70s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.73s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.14s) [2021-04-09T01:37:54.596Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-04-09T01:37:54.596Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.71s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.54s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunSysctls (1.47s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.72s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.36s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.73s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.76s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (4.11s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.51s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (1.08s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.92s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (1.01s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (2.56s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.38s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunUserByID (0.96s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.13s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.15s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.81s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunUserByName (1.06s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunUserDefaults (1.00s) [2021-04-09T01:37:54.596Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-04-09T01:37:54.596Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.17s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.91s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (5.28s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.87s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (1.18s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.60s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.88s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (2.44s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (3.02s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.94s) [2021-04-09T01:37:54.596Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.02s) [2021-04-09T01:37:54.596Z] docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows [2021-04-09T01:37:54.596Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.01s) [2021-04-09T01:37:54.596Z] docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows [2021-04-09T01:37:54.596Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.01s) [2021-04-09T01:37:54.596Z] docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.20s) [2021-04-09T01:37:54.596Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-04-09T01:37:54.596Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (4.22s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.92s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.79s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (1.01s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.93s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.77s) [2021-04-09T01:37:54.596Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-04-09T01:37:54.596Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.03s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2021-04-09T01:37:54.596Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-04-09T01:37:54.596Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2021-04-09T01:37:54.596Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-04-09T01:37:54.596Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2021-04-09T01:37:54.596Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-04-09T01:37:54.596Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2021-04-09T01:37:54.596Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-04-09T01:37:54.596Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2021-04-09T01:37:54.596Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-04-09T01:37:54.596Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.83s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.90s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.82s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (1.10s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.22s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.95s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.04s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.86s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.89s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.89s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.83s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.89s) [2021-04-09T01:37:54.596Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2021-04-09T01:37:54.596Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.92s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.07s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.49s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.47s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.20s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.69s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.99s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.98s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.05s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.05s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.72s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.40s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.85s) [2021-04-09T01:37:54.596Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents497625731 [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.66s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.44s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.49s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.41s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.06s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.07s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.47s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.13s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.40s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.43s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.95s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.36s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.83s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (2.30s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.79s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestStartRecordError (1.80s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.73s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.91s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.99s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.75s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestStatsFormatAll (5.52s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.79s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.79s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.76s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.78s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.53s) [2021-04-09T01:37:54.596Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-04-09T01:37:54.596Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.98s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (4.52s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.37s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.70s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.71s) [2021-04-09T01:37:54.596Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-04-09T01:37:54.596Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (1.04s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.94s) [2021-04-09T01:37:54.596Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-04-09T01:37:54.596Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.44s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (1.10s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (1.06s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.77s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestUpdateStats (3.79s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.37s) [2021-04-09T01:37:54.596Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-04-09T01:37:54.596Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (2.02s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (1.07s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (5.92s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (5.47s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (4.93s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (4.09s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (5.21s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (6.48s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (2.61s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (2.71s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.52s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.39s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.12s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (2.21s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (2.17s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (2.04s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (2.27s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.09s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.03s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.78s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.05s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.73s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.84s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.08s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (2.19s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.12s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.72s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (2.07s) [2021-04-09T01:37:54.596Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2021-04-09T01:37:54.597Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2021-04-09T01:37:54.597Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (2.77s) [2021-04-09T01:37:54.597Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (3.78s) [2021-04-09T01:37:54.597Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2021-04-09T01:37:54.597Z] docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-04-09T01:37:54.597Z] === RUN TestDockerRegistrySuite [2021-04-09T01:37:54.597Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-04-09T01:37:55.531Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-04-09T01:37:56.933Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-04-09T01:37:58.833Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-04-09T01:37:58.833Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-04-09T01:38:02.117Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-04-09T01:38:02.825Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-04-09T01:38:08.676Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-04-09T01:38:11.369Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-04-09T01:38:11.826Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-04-09T01:38:11.961Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-04-09T01:38:12.896Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-04-09T01:38:14.272Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-04-09T01:38:15.649Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-04-09T01:38:17.025Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-04-09T01:38:17.600Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-04-09T01:38:17.600Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-04-09T01:38:17.600Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-04-09T01:38:18.404Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-04-09T01:38:19.780Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-04-09T01:38:21.155Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-04-09T01:38:23.688Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-04-09T01:38:24.651Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-04-09T01:38:24.651Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-04-09T01:38:24.651Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-04-09T01:38:24.651Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-04-09T01:38:24.651Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-04-09T01:38:26.222Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-04-09T01:38:27.156Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-04-09T01:38:30.442Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-04-09T01:38:31.375Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-04-09T01:38:31.375Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-04-09T01:38:32.750Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-04-09T01:38:34.125Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-04-09T01:38:35.061Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-04-09T01:38:38.346Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-04-09T01:38:38.604Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-04-09T01:38:39.979Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-04-09T01:38:40.546Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-04-09T01:38:40.546Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-04-09T01:38:41.113Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-04-09T01:38:41.113Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-04-09T01:38:41.680Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-04-09T01:38:41.680Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-04-09T01:38:43.584Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-04-09T01:38:45.485Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-04-09T01:38:46.420Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-04-09T01:38:47.355Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-04-09T01:38:48.742Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-04-09T01:38:49.676Z] --- PASS: TestDockerRegistrySuite (55.42s) [2021-04-09T01:38:49.676Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.44s) [2021-04-09T01:38:49.676Z] check_test.go:196: [de9c5d922d0f8] daemon is not started [2021-04-09T01:38:49.676Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.32s) [2021-04-09T01:38:49.676Z] check_test.go:196: [ddde40cfaccb2] daemon is not started [2021-04-09T01:38:49.676Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.65s) [2021-04-09T01:38:49.676Z] check_test.go:196: [dce37b8a54771] daemon is not started [2021-04-09T01:38:49.676Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.16s) [2021-04-09T01:38:49.676Z] check_test.go:196: [de88c6b9692ce] daemon is not started [2021-04-09T01:38:49.676Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (3.57s) [2021-04-09T01:38:49.676Z] check_test.go:196: [d86b274af7307] daemon is not started [2021-04-09T01:38:49.676Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (5.95s) [2021-04-09T01:38:49.676Z] check_test.go:196: [d42cef762796b] daemon is not started [2021-04-09T01:38:49.676Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (3.58s) [2021-04-09T01:38:49.676Z] check_test.go:196: [d2605c4a97484] daemon is not started [2021-04-09T01:38:49.676Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.30s) [2021-04-09T01:38:49.676Z] check_test.go:196: [d7136e1c0d979] daemon is not started [2021-04-09T01:38:49.676Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.12s) [2021-04-09T01:38:49.676Z] check_test.go:196: [d11de64e42668] daemon is not started [2021-04-09T01:38:49.676Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.31s) [2021-04-09T01:38:49.676Z] check_test.go:196: [d0aa2e87658d5] daemon is not started [2021-04-09T01:38:49.676Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.39s) [2021-04-09T01:38:49.676Z] check_test.go:196: [dda50521f1409] daemon is not started [2021-04-09T01:38:49.676Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.47s) [2021-04-09T01:38:49.676Z] check_test.go:196: [d069f4899475f] daemon is not started [2021-04-09T01:38:49.676Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.37s) [2021-04-09T01:38:49.676Z] check_test.go:196: [d57a2203d8c98] daemon is not started [2021-04-09T01:38:49.676Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.24s) [2021-04-09T01:38:49.676Z] check_test.go:196: [d5c2d7f8a43d0] daemon is not started [2021-04-09T01:38:49.676Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.46s) [2021-04-09T01:38:49.676Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:1ff087c6adf12de66f9dfe7f98b86b718d861b2509b8e6f697f346ddcd334299 [2021-04-09T01:38:49.676Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:640ba7a7b8418b80f640f5641dee7d84d907cb2e13a06e0bf12b2bf86da65a88 [2021-04-09T01:38:49.676Z] check_test.go:196: [d47c165c46ea1] daemon is not started [2021-04-09T01:38:49.676Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.50s) [2021-04-09T01:38:49.676Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:65525388343965da322a80668e18e7b97b8544dcb8216ab116e1c8ba7c925ee3 [2021-04-09T01:38:49.676Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:1445987bb62e55966550d78b3e242f52abc383b3b55b831687dfb977a0009b6c [2021-04-09T01:38:49.676Z] check_test.go:196: [df4369b0d517d] daemon is not started [2021-04-09T01:38:49.676Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.25s) [2021-04-09T01:38:49.676Z] check_test.go:196: [d9703357ba420] daemon is not started [2021-04-09T01:38:49.676Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.96s) [2021-04-09T01:38:49.676Z] check_test.go:196: [d2a179c7b5819] daemon is not started [2021-04-09T01:38:49.676Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.22s) [2021-04-09T01:38:49.676Z] check_test.go:196: [dfa29791a2cf3] daemon is not started [2021-04-09T01:38:49.676Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.15s) [2021-04-09T01:38:49.676Z] check_test.go:196: [d6aef80c74583] daemon is not started [2021-04-09T01:38:49.676Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.26s) [2021-04-09T01:38:49.676Z] check_test.go:196: [d3aa0bd9839d8] daemon is not started [2021-04-09T01:38:49.676Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.19s) [2021-04-09T01:38:49.676Z] check_test.go:196: [db4be079f5211] daemon is not started [2021-04-09T01:38:49.676Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.12s) [2021-04-09T01:38:49.676Z] check_test.go:196: [d78d0c0bc7d13] daemon is not started [2021-04-09T01:38:49.676Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (3.12s) [2021-04-09T01:38:49.676Z] check_test.go:196: [de1d69261d7dd] daemon is not started [2021-04-09T01:38:49.676Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.55s) [2021-04-09T01:38:49.676Z] check_test.go:196: [d2eb8253d5868] daemon is not started [2021-04-09T01:38:49.676Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.34s) [2021-04-09T01:38:49.676Z] check_test.go:196: [d51b2f0420c4b] daemon is not started [2021-04-09T01:38:49.676Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.50s) [2021-04-09T01:38:49.676Z] check_test.go:196: [d1ee3f677c6d7] daemon is not started [2021-04-09T01:38:49.676Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2021-04-09T01:38:49.676Z] check_test.go:196: [d761c9dad44c6] daemon is not started [2021-04-09T01:38:49.676Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.32s) [2021-04-09T01:38:49.676Z] check_test.go:196: [d9ed5dc9a188a] daemon is not started [2021-04-09T01:38:49.676Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.27s) [2021-04-09T01:38:49.676Z] check_test.go:196: [d112e61536d84] daemon is not started [2021-04-09T01:38:49.676Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.36s) [2021-04-09T01:38:49.676Z] check_test.go:196: [dc4c43d86d3d0] daemon is not started [2021-04-09T01:38:49.676Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2021-04-09T01:38:49.676Z] check_test.go:196: [d01acf82a2869] daemon is not started [2021-04-09T01:38:49.676Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.48s) [2021-04-09T01:38:49.676Z] check_test.go:196: [d3d1f14fae6c9] daemon is not started [2021-04-09T01:38:49.676Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.99s) [2021-04-09T01:38:49.676Z] check_test.go:196: [dcd56a1324f76] daemon is not started [2021-04-09T01:38:49.676Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.05s) [2021-04-09T01:38:49.676Z] check_test.go:196: [dd839c42a6b01] daemon is not started [2021-04-09T01:38:49.676Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.26s) [2021-04-09T01:38:49.676Z] check_test.go:196: [d4ae198fed398] daemon is not started [2021-04-09T01:38:49.676Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (1.03s) [2021-04-09T01:38:49.676Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.93s) [2021-04-09T01:38:49.676Z] === RUN TestDockerSchema1RegistrySuite [2021-04-09T01:38:49.676Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-04-09T01:38:49.676Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-04-09T01:38:53.863Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-04-09T01:38:59.127Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-04-09T01:39:00.294Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-04-09T01:39:02.412Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-04-09T01:39:03.348Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-04-09T01:39:04.103Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-04-09T01:39:04.561Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-04-09T01:39:04.722Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-04-09T01:39:04.722Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-04-09T01:39:05.018Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-04-09T01:39:06.097Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-04-09T01:39:06.548Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-04-09T01:39:06.548Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-04-09T01:39:07.474Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-04-09T01:39:08.412Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-04-09T01:39:11.217Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-04-09T01:39:11.697Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-04-09T01:39:11.955Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-04-09T01:39:12.521Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-04-09T01:39:12.521Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-04-09T01:39:12.748Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-04-09T01:39:12.748Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-04-09T01:39:12.748Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-04-09T01:39:12.779Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-04-09T01:39:13.037Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-04-09T01:39:13.603Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-04-09T01:39:13.603Z] --- PASS: TestDockerSchema1RegistrySuite (24.19s) [2021-04-09T01:39:13.603Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.26s) [2021-04-09T01:39:13.603Z] check_test.go:223: [d9bc622d6f0a6] daemon is not started [2021-04-09T01:39:13.603Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (3.64s) [2021-04-09T01:39:13.603Z] check_test.go:223: [da2ed3f282b84] daemon is not started [2021-04-09T01:39:13.603Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.97s) [2021-04-09T01:39:13.603Z] check_test.go:223: [d1e7a3a184907] daemon is not started [2021-04-09T01:39:13.603Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (3.71s) [2021-04-09T01:39:13.603Z] check_test.go:223: [d1a86e34dd070] daemon is not started [2021-04-09T01:39:13.603Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.29s) [2021-04-09T01:39:13.603Z] check_test.go:223: [d25213880aede] daemon is not started [2021-04-09T01:39:13.603Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.28s) [2021-04-09T01:39:13.603Z] check_test.go:223: [d502bed2d57e3] daemon is not started [2021-04-09T01:39:13.603Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.16s) [2021-04-09T01:39:13.603Z] check_test.go:223: [d5a4b560991b0] daemon is not started [2021-04-09T01:39:13.603Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.26s) [2021-04-09T01:39:13.603Z] check_test.go:223: [d17a8ec577f97] daemon is not started [2021-04-09T01:39:13.603Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.18s) [2021-04-09T01:39:13.603Z] check_test.go:223: [dafe210233d5a] daemon is not started [2021-04-09T01:39:13.603Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.15s) [2021-04-09T01:39:13.603Z] check_test.go:223: [dd61699211518] daemon is not started [2021-04-09T01:39:13.603Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (3.24s) [2021-04-09T01:39:13.603Z] check_test.go:223: [d1227ba8a8bcd] daemon is not started [2021-04-09T01:39:13.603Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.44s) [2021-04-09T01:39:13.603Z] check_test.go:223: [de49e332877eb] daemon is not started [2021-04-09T01:39:13.603Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.42s) [2021-04-09T01:39:13.603Z] check_test.go:223: [d43636e9274c5] daemon is not started [2021-04-09T01:39:13.603Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2021-04-09T01:39:13.603Z] check_test.go:223: [d412ad8659309] daemon is not started [2021-04-09T01:39:13.603Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.29s) [2021-04-09T01:39:13.603Z] check_test.go:223: [df3a3f6b18cc6] daemon is not started [2021-04-09T01:39:13.603Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.26s) [2021-04-09T01:39:13.603Z] check_test.go:223: [dff120d316dee] daemon is not started [2021-04-09T01:39:13.603Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.39s) [2021-04-09T01:39:13.603Z] check_test.go:223: [d9979e5a8d909] daemon is not started [2021-04-09T01:39:13.603Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2021-04-09T01:39:13.603Z] check_test.go:223: [d6b105a2b033e] daemon is not started [2021-04-09T01:39:13.603Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-04-09T01:39:13.603Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-04-09T01:39:14.277Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-04-09T01:39:14.550Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-04-09T01:39:15.133Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-04-09T01:39:15.133Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-04-09T01:39:15.809Z] === RUN TestDockerSuite/TestBuildCmd [2021-04-09T01:39:16.266Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-04-09T01:39:16.507Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-04-09T01:39:16.723Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-04-09T01:39:16.765Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-04-09T01:39:16.968Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-04-09T01:39:16.968Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-04-09T01:39:16.968Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-04-09T01:39:16.968Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-04-09T01:39:16.968Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-04-09T01:39:16.968Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-04-09T01:39:16.968Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-04-09T01:39:16.968Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-04-09T01:39:16.968Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-04-09T01:39:17.023Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-04-09T01:39:17.180Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-04-09T01:39:17.590Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-04-09T01:39:17.847Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.10s) [2021-04-09T01:39:17.847Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.81s) [2021-04-09T01:39:17.847Z] check_test.go:252: [d75eee27528da] daemon is not started [2021-04-09T01:39:17.847Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.54s) [2021-04-09T01:39:17.847Z] check_test.go:252: [da9098a9a15e6] daemon is not started [2021-04-09T01:39:17.847Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2021-04-09T01:39:17.847Z] check_test.go:252: [de21061c0587c] daemon is not started [2021-04-09T01:39:17.847Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.30s) [2021-04-09T01:39:17.847Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.22s) [2021-04-09T01:39:17.847Z] check_test.go:252: [d98bb9071537e] daemon is not started [2021-04-09T01:39:17.847Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.39s) [2021-04-09T01:39:17.847Z] check_test.go:252: [dddcf1905a402] daemon is not started [2021-04-09T01:39:17.847Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.53s) [2021-04-09T01:39:17.847Z] check_test.go:252: [d945fce4361cb] daemon is not started [2021-04-09T01:39:17.847Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.17s) [2021-04-09T01:39:17.847Z] check_test.go:252: [d558877623ff0] daemon is not started [2021-04-09T01:39:17.847Z] === RUN TestDockerRegistryAuthTokenSuite [2021-04-09T01:39:17.847Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-04-09T01:39:17.950Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-04-09T01:39:20.894Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-04-09T01:39:22.960Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-04-09T01:39:23.109Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-04-09T01:39:23.109Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-04-09T01:39:23.109Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-04-09T01:39:23.366Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-04-09T01:39:23.624Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.76s) [2021-04-09T01:39:23.624Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s) [2021-04-09T01:39:23.624Z] check_test.go:279: [d1bc4afe8881a] daemon is not started [2021-04-09T01:39:23.624Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2021-04-09T01:39:23.624Z] check_test.go:279: [d9aca7736dee6] daemon is not started [2021-04-09T01:39:23.624Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2021-04-09T01:39:23.624Z] check_test.go:279: [dac734b305b24] daemon is not started [2021-04-09T01:39:23.624Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2021-04-09T01:39:23.624Z] check_test.go:279: [d85af9bb0b532] daemon is not started [2021-04-09T01:39:23.624Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2021-04-09T01:39:23.624Z] check_test.go:279: [d201e5d1668eb] daemon is not started [2021-04-09T01:39:23.624Z] === RUN TestDockerNetworkSuite [2021-04-09T01:39:23.624Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2021-04-09T01:39:24.998Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2021-04-09T01:39:25.629Z] === RUN TestDockerSuite/TestBuildEnv [2021-04-09T01:39:25.629Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-04-09T01:39:25.629Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-04-09T01:39:25.629Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-04-09T01:39:25.629Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-04-09T01:39:25.629Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-04-09T01:39:25.853Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-04-09T01:39:25.853Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-04-09T01:39:26.817Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-04-09T01:39:26.817Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-04-09T01:39:27.273Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-04-09T01:39:27.533Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2021-04-09T01:39:28.908Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2021-04-09T01:39:29.400Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-04-09T01:39:29.400Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-04-09T01:39:29.441Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-04-09T01:39:29.866Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-04-09T01:39:29.866Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-04-09T01:39:30.404Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-04-09T01:39:30.845Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-04-09T01:39:30.860Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-04-09T01:39:30.860Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-04-09T01:39:31.824Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-04-09T01:39:32.792Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-04-09T01:39:32.792Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-04-09T01:39:32.792Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-04-09T01:39:37.019Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2021-04-09T01:39:38.394Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2021-04-09T01:39:38.563Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-04-09T01:39:38.653Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2021-04-09T01:39:39.587Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2021-04-09T01:39:39.846Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2021-04-09T01:39:40.105Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2021-04-09T01:39:40.105Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2021-04-09T01:39:41.041Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2021-04-09T01:39:41.231Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-04-09T01:39:44.357Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2021-04-09T01:39:44.357Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2021-04-09T01:39:48.544Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2021-04-09T01:39:48.544Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2021-04-09T01:39:51.828Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2021-04-09T01:39:56.125Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-04-09T01:39:56.125Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-04-09T01:39:56.125Z] === RUN TestDockerSuite/TestBuildExpose [2021-04-09T01:39:56.125Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-04-09T01:39:56.125Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-04-09T01:39:56.125Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-04-09T01:39:56.125Z] === RUN TestDockerSuite/TestBuildFails [2021-04-09T01:39:57.683Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-04-09T01:39:57.683Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-04-09T01:39:59.940Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2021-04-09T01:40:03.571Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-04-09T01:40:04.128Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2021-04-09T01:40:06.030Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2021-04-09T01:40:06.963Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2021-04-09T01:40:07.529Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2021-04-09T01:40:09.412Z] === RUN TestDockerSuite/TestBuildForceRm [2021-04-09T01:40:09.432Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2021-04-09T01:40:11.332Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2021-04-09T01:40:11.590Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2021-04-09T01:40:12.524Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2021-04-09T01:40:14.211Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-04-09T01:40:14.668Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-04-09T01:40:15.064Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2021-04-09T01:40:15.323Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2021-04-09T01:40:15.323Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2021-04-09T01:40:15.632Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-04-09T01:40:15.890Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2021-04-09T01:40:16.557Z] === RUN TestDockerSuite/TestBuildFromGit [2021-04-09T01:40:17.792Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2021-04-09T01:40:19.692Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2021-04-09T01:40:19.950Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2021-04-09T01:40:20.516Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2021-04-09T01:40:20.516Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2021-04-09T01:40:21.406Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-04-09T01:40:21.862Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-04-09T01:40:22.319Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-04-09T01:40:22.319Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-04-09T01:40:22.409Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-04-09T01:40:22.776Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-04-09T01:40:22.776Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-04-09T01:40:23.390Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-04-09T01:40:24.701Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2021-04-09T01:40:27.233Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2021-04-09T01:40:29.231Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-04-09T01:40:29.231Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-04-09T01:40:29.231Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-04-09T01:40:29.696Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-04-09T01:40:29.696Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-04-09T01:40:38.338Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-04-09T01:40:38.338Z] === RUN TestDockerSuite/TestBuildHistory [2021-04-09T01:40:39.432Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2021-04-09T01:40:39.432Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2021-04-09T01:40:41.332Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2021-04-09T01:40:41.897Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2021-04-09T01:40:41.897Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2021-04-09T01:40:42.463Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2021-04-09T01:40:43.030Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2021-04-09T01:40:43.030Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2021-04-09T01:40:46.312Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2021-04-09T01:40:46.888Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2021-04-09T01:40:46.888Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2021-04-09T01:40:46.888Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2021-04-09T01:40:48.792Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2021-04-09T01:40:48.792Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2021-04-09T01:40:50.798Z] === RUN TestDockerSuite/TestBuildIidFile [2021-04-09T01:40:50.798Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-04-09T01:40:52.981Z] === RUN TestDockerSuite/TestBuildInheritance [2021-04-09T01:40:52.981Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-04-09T01:40:53.437Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-04-09T01:40:53.437Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-04-09T01:40:54.058Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2021-04-09T01:40:55.432Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2021-04-09T01:40:55.999Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2021-04-09T01:40:58.109Z] === RUN TestDockerSuite/TestBuildLabel [2021-04-09T01:40:59.071Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-04-09T01:41:00.034Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-04-09T01:41:00.997Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-04-09T01:41:01.453Z] === RUN TestDockerSuite/TestBuildLabels [2021-04-09T01:41:02.419Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-04-09T01:41:02.558Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2021-04-09T01:41:02.558Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2021-04-09T01:41:02.558Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2021-04-09T01:41:03.953Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-04-09T01:41:04.458Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2021-04-09T01:41:05.297Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-04-09T01:41:05.297Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-04-09T01:41:05.297Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-04-09T01:41:05.394Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2021-04-09T01:41:07.925Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2021-04-09T01:41:08.183Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2021-04-09T01:41:09.558Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2021-04-09T01:41:10.492Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2021-04-09T01:41:11.000Z] === RUN TestDockerSuite/TestBuildLastModified [2021-04-09T01:41:11.000Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-04-09T01:41:11.000Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-04-09T01:41:11.000Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-04-09T01:41:11.000Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-04-09T01:41:11.000Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-04-09T01:41:11.000Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-04-09T01:41:11.456Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-04-09T01:41:11.912Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-04-09T01:41:12.393Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2021-04-09T01:41:17.670Z] --- PASS: TestDockerNetworkSuite (113.61s) [2021-04-09T01:41:17.670Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (3.67s) [2021-04-09T01:41:17.670Z] docker_cli_network_unix_test.go:46: [d96f76345b6b9] daemon is not started [2021-04-09T01:41:17.670Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.71s) [2021-04-09T01:41:17.670Z] docker_cli_network_unix_test.go:46: [db8ff10b7ad26] daemon is not started [2021-04-09T01:41:17.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (7.11s) [2021-04-09T01:41:17.670Z] docker_cli_network_unix_test.go:46: [da62156b4b14b] daemon is not started [2021-04-09T01:41:17.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (2.70s) [2021-04-09T01:41:17.670Z] docker_cli_network_unix_test.go:46: [de488522578b0] daemon is not started [2021-04-09T01:41:17.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (5.08s) [2021-04-09T01:41:17.670Z] docker_cli_network_unix_test.go:1233: [d54ed1b77750d] daemon is not started [2021-04-09T01:41:17.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (4.36s) [2021-04-09T01:41:17.670Z] docker_cli_network_unix_test.go:46: [df161f8c8b513] daemon is not started [2021-04-09T01:41:17.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (11.67s) [2021-04-09T01:41:17.670Z] docker_cli_network_unix_test.go:46: [d7c81a74cf3f5] daemon is not started [2021-04-09T01:41:17.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (4.15s) [2021-04-09T01:41:17.670Z] docker_cli_network_unix_test.go:46: [d08d94d1b2b23] daemon is not started [2021-04-09T01:41:17.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (2.04s) [2021-04-09T01:41:17.670Z] docker_cli_network_unix_test.go:46: [dc67d1c3b4586] daemon is not started [2021-04-09T01:41:17.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.84s) [2021-04-09T01:41:17.670Z] docker_cli_network_unix_test.go:46: [dc688e8d30786] daemon is not started [2021-04-09T01:41:17.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.69s) [2021-04-09T01:41:17.670Z] docker_cli_network_unix_test.go:46: [d33b02da093d5] daemon is not started [2021-04-09T01:41:17.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.74s) [2021-04-09T01:41:17.670Z] docker_cli_network_unix_test.go:46: [dd8f0d95e00a5] daemon is not started [2021-04-09T01:41:17.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.88s) [2021-04-09T01:41:17.670Z] docker_cli_network_unix_test.go:46: [d659e3cbccb54] daemon is not started [2021-04-09T01:41:17.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.52s) [2021-04-09T01:41:17.670Z] docker_cli_network_unix_test.go:46: [d672582e47ae7] daemon is not started [2021-04-09T01:41:17.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.95s) [2021-04-09T01:41:17.670Z] docker_cli_network_unix_test.go:46: [dd385ad999f44] daemon is not started [2021-04-09T01:41:17.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (2.23s) [2021-04-09T01:41:17.670Z] docker_cli_network_unix_test.go:46: [d577fa4451b3b] daemon is not started [2021-04-09T01:41:17.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.51s) [2021-04-09T01:41:17.670Z] docker_cli_network_unix_test.go:46: [d0fc20508f034] daemon is not started [2021-04-09T01:41:17.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.06s) [2021-04-09T01:41:17.670Z] docker_cli_network_unix_test.go:46: [dc02eb3683056] daemon is not started [2021-04-09T01:41:17.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.52s) [2021-04-09T01:41:17.670Z] docker_cli_network_unix_test.go:46: [d94630bb04c3f] daemon is not started [2021-04-09T01:41:17.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.53s) [2021-04-09T01:41:17.670Z] docker_cli_network_unix_test.go:46: [dbe311d673863] daemon is not started [2021-04-09T01:41:17.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (2.34s) [2021-04-09T01:41:17.670Z] docker_cli_network_unix_test.go:46: [d28a8be317f7f] daemon is not started [2021-04-09T01:41:17.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.09s) [2021-04-09T01:41:17.670Z] docker_cli_network_unix_test.go:46: [d1a62b59a3e59] daemon is not started [2021-04-09T01:41:17.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.51s) [2021-04-09T01:41:17.670Z] docker_cli_network_unix_test.go:46: [d781c04ec921c] daemon is not started [2021-04-09T01:41:17.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.10s) [2021-04-09T01:41:17.670Z] docker_cli_network_unix_test.go:46: [d8fa98cc74911] daemon is not started [2021-04-09T01:41:17.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (4.16s) [2021-04-09T01:41:17.670Z] docker_cli_network_unix_test.go:968: [d7c46fd7fd46c] daemon is not started [2021-04-09T01:41:17.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (2.31s) [2021-04-09T01:41:17.670Z] docker_cli_network_unix_test.go:46: [d8d71394d6239] daemon is not started [2021-04-09T01:41:17.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (10.98s) [2021-04-09T01:41:17.670Z] docker_cli_network_unix_test.go:1116: [d929f0156f100] daemon is not started [2021-04-09T01:41:17.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.50s) [2021-04-09T01:41:17.670Z] docker_cli_network_unix_test.go:46: [d6d9ca3722c8d] daemon is not started [2021-04-09T01:41:17.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (2.96s) [2021-04-09T01:41:17.670Z] docker_cli_network_unix_test.go:46: [dd8c9dab3eea2] daemon is not started [2021-04-09T01:41:17.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.48s) [2021-04-09T01:41:17.670Z] docker_cli_network_unix_test.go:46: [d77173b1eb22c] daemon is not started [2021-04-09T01:41:17.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2021-04-09T01:41:17.670Z] docker_cli_network_unix_test.go:46: [da18c72076b68] daemon is not started [2021-04-09T01:41:17.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.47s) [2021-04-09T01:41:17.670Z] docker_cli_network_unix_test.go:46: [d516282cf16b4] daemon is not started [2021-04-09T01:41:17.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.48s) [2021-04-09T01:41:17.670Z] docker_cli_network_unix_test.go:46: [dcf556400ada5] daemon is not started [2021-04-09T01:41:17.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2021-04-09T01:41:17.670Z] docker_cli_network_unix_test.go:46: [d5c389c04dd45] daemon is not started [2021-04-09T01:41:17.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (3.94s) [2021-04-09T01:41:17.670Z] docker_cli_network_unix_test.go:46: [db02c2ee888d1] daemon is not started [2021-04-09T01:41:17.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.05s) [2021-04-09T01:41:17.670Z] docker_cli_network_unix_test.go:46: [d55307d7e9547] daemon is not started [2021-04-09T01:41:17.670Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2021-04-09T01:41:17.670Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-04-09T01:41:17.670Z] docker_cli_network_unix_test.go:46: [d7ae542f99cb5] daemon is not started [2021-04-09T01:41:17.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (1.72s) [2021-04-09T01:41:17.670Z] docker_cli_network_unix_test.go:46: [da84ceabca4ed] daemon is not started [2021-04-09T01:41:17.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (6.85s) [2021-04-09T01:41:17.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (6.88s) [2021-04-09T01:41:17.670Z] docker_cli_network_unix_test.go:1084: [dcd1e3409bed8] daemon is not started [2021-04-09T01:41:17.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.08s) [2021-04-09T01:41:17.670Z] docker_cli_network_unix_test.go:46: [d4de8a8eadbfb] daemon is not started [2021-04-09T01:41:17.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.93s) [2021-04-09T01:41:17.670Z] docker_cli_network_unix_test.go:46: [dfe6b956f08b1] daemon is not started [2021-04-09T01:41:17.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (3.66s) [2021-04-09T01:41:17.670Z] docker_cli_network_unix_test.go:46: [d1c13d4eb3224] daemon is not started [2021-04-09T01:41:17.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.11s) [2021-04-09T01:41:17.671Z] docker_cli_network_unix_test.go:46: [d2e1be1f9e230] daemon is not started [2021-04-09T01:41:17.671Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (1.53s) [2021-04-09T01:41:17.671Z] docker_cli_network_unix_test.go:46: [d2e23b242d890] daemon is not started [2021-04-09T01:41:17.671Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.81s) [2021-04-09T01:41:17.671Z] docker_cli_network_unix_test.go:46: [d36ac416e445f] daemon is not started [2021-04-09T01:41:17.671Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.79s) [2021-04-09T01:41:17.671Z] docker_cli_network_unix_test.go:46: [d265500f7629a] daemon is not started [2021-04-09T01:41:17.671Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (4.83s) [2021-04-09T01:41:17.671Z] docker_cli_network_unix_test.go:46: [db04bf8fcba26] daemon is not started [2021-04-09T01:41:17.671Z] === RUN TestDockerHubPullSuite [2021-04-09T01:41:17.671Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2021-04-09T01:41:17.682Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-04-09T01:41:19.044Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2021-04-09T01:41:20.944Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2021-04-09T01:41:21.203Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2021-04-09T01:41:23.103Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2021-04-09T01:41:23.103Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2021-04-09T01:41:23.103Z] --- PASS: TestDockerHubPullSuite (5.93s) [2021-04-09T01:41:23.103Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.66s) [2021-04-09T01:41:23.103Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.21s) [2021-04-09T01:41:23.103Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.33s) [2021-04-09T01:41:23.103Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.44s) [2021-04-09T01:41:23.103Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.21s) [2021-04-09T01:41:23.103Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2021-04-09T01:41:23.103Z] PASS [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] === Skipped [2021-04-09T01:41:23.103Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2021-04-09T01:41:23.103Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2021-04-09T01:41:23.103Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2021-04-09T01:41:23.103Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2021-04-09T01:41:23.103Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2021-04-09T01:41:23.103Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2021-04-09T01:41:23.103Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.03s) [2021-04-09T01:41:23.103Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.03s) [2021-04-09T01:41:23.103Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2021-04-09T01:41:23.103Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2021-04-09T01:41:23.103Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2021-04-09T01:41:23.103Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2021-04-09T01:41:23.103Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2021-04-09T01:41:23.103Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2021-04-09T01:41:23.103Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.03s) [2021-04-09T01:41:23.103Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.03s) [2021-04-09T01:41:23.103Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-04-09T01:41:23.103Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-04-09T01:41:23.103Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s) [2021-04-09T01:41:23.103Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s) [2021-04-09T01:41:23.103Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-04-09T01:41:23.103Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-04-09T01:41:23.103Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s) [2021-04-09T01:41:23.103Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s) [2021-04-09T01:41:23.103Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-04-09T01:41:23.103Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-04-09T01:41:23.103Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-04-09T01:41:23.103Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-04-09T01:41:23.103Z] docker_cli_sni_test.go:18: Flakey test [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-04-09T01:41:23.103Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-04-09T01:41:23.103Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-04-09T01:41:23.103Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-04-09T01:41:23.103Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-04-09T01:41:23.103Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-04-09T01:41:23.103Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-04-09T01:41:23.103Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-04-09T01:41:23.103Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-04-09T01:41:23.103Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-04-09T01:41:23.103Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-04-09T01:41:23.103Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-04-09T01:41:23.103Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-04-09T01:41:23.103Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-04-09T01:41:23.103Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-04-09T01:41:23.103Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-04-09T01:41:23.103Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2021-04-09T01:41:23.103Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2021-04-09T01:41:23.103Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-04-09T01:41:23.103Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-04-09T01:41:23.103Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-04-09T01:41:23.103Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-04-09T01:41:23.103Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-04-09T01:41:23.103Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-04-09T01:41:23.103Z] docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-04-09T01:41:23.103Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-04-09T01:41:23.103Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-04-09T01:41:23.103Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-04-09T01:41:23.103Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-04-09T01:41:23.103Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-04-09T01:41:23.103Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-04-09T01:41:23.103Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-04-09T01:41:23.103Z] docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-04-09T01:41:23.103Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-04-09T01:41:23.103Z] docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-04-09T01:41:23.103Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-04-09T01:41:23.103Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-04-09T01:41:23.103Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-04-09T01:41:23.103Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-04-09T01:41:23.103Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-04-09T01:41:23.103Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.02s) [2021-04-09T01:41:23.103Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.02s) [2021-04-09T01:41:23.103Z] docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.01s) [2021-04-09T01:41:23.103Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.01s) [2021-04-09T01:41:23.103Z] docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.01s) [2021-04-09T01:41:23.103Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.01s) [2021-04-09T01:41:23.103Z] docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-04-09T01:41:23.103Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-04-09T01:41:23.103Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-04-09T01:41:23.103Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-04-09T01:41:23.103Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-04-09T01:41:23.103Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-04-09T01:41:23.103Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-04-09T01:41:23.103Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-04-09T01:41:23.103Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-04-09T01:41:23.103Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-04-09T01:41:23.103Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-04-09T01:41:23.103Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-04-09T01:41:23.103Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-04-09T01:41:23.103Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-04-09T01:41:23.103Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2021-04-09T01:41:23.103Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2021-04-09T01:41:23.103Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-04-09T01:41:23.103Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-04-09T01:41:23.103Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-04-09T01:41:23.103Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-04-09T01:41:23.103Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-04-09T01:41:23.103Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-04-09T01:41:23.103Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-04-09T01:41:23.103Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-04-09T01:41:23.103Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2021-04-09T01:41:23.103Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2021-04-09T01:41:23.103Z] docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2021-04-09T01:41:23.103Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2021-04-09T01:41:23.103Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-04-09T01:41:23.103Z] docker_cli_network_unix_test.go:46: [d7ae542f99cb5] daemon is not started [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] [2021-04-09T01:41:23.103Z] DONE 1273 tests, 51 skipped in 2189.642s [2021-04-09T01:41:23.103Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-04-09T01:41:23.103Z] ++++ cat bundles/test-integration/docker.pid [2021-04-09T01:41:23.103Z] +++ kill 8192 [2021-04-09T01:41:24.037Z] +++ /etc/init.d/apparmor stop [2021-04-09T01:41:24.037Z] Leaving: AppArmorNo profiles have been unloaded. [2021-04-09T01:41:24.037Z] [2021-04-09T01:41:24.037Z] Unloading profiles will leave already running processes permanently [2021-04-09T01:41:24.037Z] unconfined, which can lead to unexpected situations. [2021-04-09T01:41:24.037Z] [2021-04-09T01:41:24.037Z] To set a process to complain mode, use the command line tool [2021-04-09T01:41:24.037Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-04-09T01:41:24.037Z] +++ true [2021-04-09T01:41:24.037Z] exiting test-integration [2021-04-09T01:41:24.037Z] ++ exit 0 [2021-04-09T01:41:24.037Z] [2021-04-09T01:41:24.603Z] + for job in $(jobs -p) [2021-04-09T01:41:24.603Z] + wait 721 [2021-04-09T01:41:25.976Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2021-04-09T01:41:30.414Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-04-09T01:41:30.414Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-04-09T01:41:30.414Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-04-09T01:41:33.303Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-04-09T01:41:35.318Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-04-09T01:41:35.318Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-04-09T01:41:35.773Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-04-09T01:41:36.195Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-04-09T01:41:39.086Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-04-09T01:41:40.844Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2021-04-09T01:41:42.219Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2021-04-09T01:41:44.750Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2021-04-09T01:41:48.034Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2021-04-09T01:41:58.014Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2021-04-09T01:42:03.278Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2021-04-09T01:42:05.808Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2021-04-09T01:42:08.338Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2021-04-09T01:42:11.620Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2021-04-09T01:42:14.151Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2021-04-09T01:42:18.226Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-04-09T01:42:18.339Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2021-04-09T01:42:20.239Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2021-04-09T01:42:28.510Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-04-09T01:42:33.180Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-04-09T01:42:40.223Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-04-09T01:42:50.505Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-04-09T01:42:51.122Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-04-09T01:42:51.579Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-04-09T01:42:52.037Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-04-09T01:43:15.591Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-04-09T01:43:15.591Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-04-09T01:43:16.472Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2021-04-09T01:43:24.126Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-04-09T01:43:24.585Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-04-09T01:43:24.585Z] === RUN TestDockerSuite/TestBuildNetNone [2021-04-09T01:43:24.585Z] === RUN TestDockerSuite/TestBuildNoContext [2021-04-09T01:43:28.305Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-04-09T01:43:31.338Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2021-04-09T01:43:32.973Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-04-09T01:43:35.141Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-04-09T01:43:35.141Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-04-09T01:43:35.596Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-04-09T01:43:38.487Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-04-09T01:43:39.450Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-04-09T01:43:40.977Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-04-09T01:43:49.408Z] --- PASS: TestDockerSwarmSuite (1759.21s) [2021-04-09T01:43:49.408Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.59s) [2021-04-09T01:43:49.408Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.13s) [2021-04-09T01:43:49.408Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (7.12s) [2021-04-09T01:43:49.408Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.59s) [2021-04-09T01:43:49.408Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.15s) [2021-04-09T01:43:49.408Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (34.21s) [2021-04-09T01:43:49.408Z] docker_api_swarm_test.go:562: [d3f87be1cc304] joining swarm manager [d0f46eb91f539]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-09T01:43:49.408Z] docker_api_swarm_test.go:584: [df4d08a7d6228] joining swarm manager [d0f46eb91f539]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-09T01:43:49.408Z] check_test.go:380: [d3f87be1cc304] daemon is not started [2021-04-09T01:43:49.408Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.02s) [2021-04-09T01:43:49.408Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2021-04-09T01:43:49.408Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.37s) [2021-04-09T01:43:49.408Z] docker_api_swarm_test.go:45: [d2a429c60a47e] joining swarm manager [d35f29946c74d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-09T01:43:49.408Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.89s) [2021-04-09T01:43:49.408Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.35s) [2021-04-09T01:43:49.408Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (38.93s) [2021-04-09T01:43:49.408Z] docker_api_swarm_test.go:303: [d110f102cddcd] joining swarm manager [d923c9cd66a18]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-09T01:43:49.408Z] docker_api_swarm_test.go:304: [de423cfde8750] joining swarm manager [d923c9cd66a18]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-09T01:43:49.408Z] docker_api_swarm_test.go:350: Waiting for election to occur... [2021-04-09T01:43:49.408Z] docker_api_swarm_test.go:363: Waiting for possible election... [2021-04-09T01:43:49.408Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (22.10s) [2021-04-09T01:43:49.408Z] docker_api_swarm_test.go:271: [d865278fd7627] joining swarm manager [dbee2bf44f6cb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-09T01:43:49.408Z] docker_api_swarm_test.go:272: [dd2d57b7c9805] joining swarm manager [dbee2bf44f6cb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-09T01:43:49.408Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.49s) [2021-04-09T01:43:49.408Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (5.27s) [2021-04-09T01:43:49.408Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.43s) [2021-04-09T01:43:49.408Z] docker_api_swarm_node_test.go:19: [d7910ee72100f] joining swarm manager [de23394a88c32]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-09T01:43:49.408Z] docker_api_swarm_node_test.go:20: [dfd159b20cd45] joining swarm manager [de23394a88c32]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-09T01:43:49.408Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (44.51s) [2021-04-09T01:43:49.408Z] docker_api_swarm_test.go:501: [d86b435f1dad5] joining swarm manager [d0c81b4d781b8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-09T01:43:49.408Z] docker_api_swarm_test.go:506: [d4a6a04d39ad8] joining swarm manager [d0c81b4d781b8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-09T01:43:49.408Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (20.94s) [2021-04-09T01:43:49.409Z] docker_api_swarm_node_test.go:80: [d73544a0f9f82] joining swarm manager [decbfed0e97c9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.44s) [2021-04-09T01:43:49.409Z] docker_api_swarm_node_test.go:52: [dfe6701c6b251] joining swarm manager [dc491df1ff841]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-09T01:43:49.409Z] docker_api_swarm_node_test.go:53: [d306a720f760f] joining swarm manager [dc491df1ff841]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.21s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (19.13s) [2021-04-09T01:43:49.409Z] docker_api_swarm_test.go:201: [d6aa1b328ad58] joining swarm manager [dad606260f934]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (61.34s) [2021-04-09T01:43:49.409Z] docker_api_swarm_test.go:383: [df31d09ef89bd] joining swarm manager [dedca37381607]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-09T01:43:49.409Z] docker_api_swarm_test.go:384: [df1646406c406] joining swarm manager [dedca37381607]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-09T01:43:49.409Z] check_test.go:380: [df1646406c406] daemon is not started [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (62.68s) [2021-04-09T01:43:49.409Z] docker_api_swarm_test.go:801: [d1d22464003bf] joining swarm manager [d7f50d411b2cd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-09T01:43:49.409Z] docker_api_swarm_test.go:801: [dcf17b08cfbae] joining swarm manager [d7f50d411b2cd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-09T01:43:49.409Z] docker_api_swarm_test.go:801: [d59572146205e] joining swarm manager [d7f50d411b2cd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-04-09T01:43:49.409Z] docker_api_swarm_test.go:801: [d9af036bf9891] joining swarm manager [d7f50d411b2cd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-04-09T01:43:49.409Z] docker_api_swarm_test.go:809: [d00330ee6924a] joining swarm manager [d7f50d411b2cd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.39s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (5.82s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (21.01s) [2021-04-09T01:43:49.409Z] docker_api_swarm_service_test.go:394: [d1be8d4a4b9e2] joining swarm manager [d2eaa8ad32de0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-09T01:43:49.409Z] docker_api_swarm_service_test.go:394: [d3759c7590827] joining swarm manager [d2eaa8ad32de0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (19.48s) [2021-04-09T01:43:49.409Z] docker_api_swarm_service_test.go:342: [d4aa46c8b2fe5] joining swarm manager [d175327dfef3d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-09T01:43:49.409Z] docker_api_swarm_service_test.go:342: [dffe822203275] joining swarm manager [d175327dfef3d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.44s) [2021-04-09T01:43:49.409Z] docker_api_swarm_service_test.go:489: [dd51d12cb23aa] joining swarm manager [d878595c8dcf4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-09T01:43:49.409Z] docker_api_swarm_service_test.go:489: [d3a1bed6c1212] joining swarm manager [d878595c8dcf4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.35s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.93s) [2021-04-09T01:43:49.409Z] docker_api_swarm_service_test.go:127: [d780195428a2e] joining swarm manager [db7ad8515157e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-09T01:43:49.409Z] docker_api_swarm_service_test.go:128: [dc750e0ae5ba4] joining swarm manager [db7ad8515157e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-09T01:43:49.409Z] docker_api_swarm_service_test.go:136: [d3b2e9285f259] joining swarm manager [db7ad8515157e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-04-09T01:43:49.409Z] docker_api_swarm_service_test.go:137: [d0ebd3f2c52cf] joining swarm manager [db7ad8515157e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.43s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (24.84s) [2021-04-09T01:43:49.409Z] docker_api_swarm_service_test.go:303: [ddce3f2d8b249] joining swarm manager [dff10584b9b87]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-09T01:43:49.409Z] docker_api_swarm_service_test.go:303: [d48afc29badfd] joining swarm manager [dff10584b9b87]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (34.00s) [2021-04-09T01:43:49.409Z] docker_api_swarm_service_test.go:99: [ddf18f3e91dbb] joining swarm manager [d29f6cd130b2b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-09T01:43:49.409Z] docker_api_swarm_service_test.go:100: [dadf5bff56383] joining swarm manager [d29f6cd130b2b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-09T01:43:49.409Z] check_test.go:380: [ddf18f3e91dbb] daemon is not started [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (30.39s) [2021-04-09T01:43:49.409Z] docker_api_swarm_service_test.go:532: [dfc266ab4d0b4] joining swarm manager [d2a9a1799d1a9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-09T01:43:49.409Z] docker_api_swarm_service_test.go:533: [da88efb20ce27] joining swarm manager [d2a9a1799d1a9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (44.32s) [2021-04-09T01:43:49.409Z] docker_api_swarm_service_test.go:147: [d529553eb772b] joining swarm manager [dcd96986d57de]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-09T01:43:49.409Z] docker_api_swarm_service_test.go:147: [d79a01d56fa22] joining swarm manager [dcd96986d57de]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (34.16s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.68s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.86s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.35s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (4.02s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.79s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (3.03s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.68s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.74s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (25.16s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (10.19s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (4.76s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (13.40s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.57s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.27s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.91s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (4.92s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.91s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.98s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.97s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (5.31s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (8.08s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (6.94s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (14.56s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.06s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (4.17s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.63s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.51s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.78s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.63s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.93s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (14.59s) [2021-04-09T01:43:49.409Z] docker_cli_service_logs_test.go:245: checking task i9endhxb9cqz [2021-04-09T01:43:49.409Z] docker_cli_service_logs_test.go:250: checking messages for i9endhxb9cqz [2021-04-09T01:43:49.409Z] docker_cli_service_logs_test.go:245: checking task n3x3es1txby3 [2021-04-09T01:43:49.409Z] docker_cli_service_logs_test.go:250: checking messages for n3x3es1txby3 [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.94s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (19.45s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.95s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.88s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (20.01s) [2021-04-09T01:43:49.409Z] docker_cli_swarm_test.go:1901: [df73135b632d0] joining swarm manager [d98c4ec27c8bb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-09T01:43:49.409Z] docker_cli_swarm_test.go:1902: [deaccdff2d07f] joining swarm manager [d98c4ec27c8bb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.60s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.45s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.86s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (18.96s) [2021-04-09T01:43:49.409Z] docker_cli_swarm_test.go:1802: [dd4e65f5c7844] joining swarm manager [d43ff02d1e863]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-09T01:43:49.409Z] docker_cli_swarm_test.go:1803: [df1da86185375] joining swarm manager [d43ff02d1e863]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.14s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (89.56s) [2021-04-09T01:43:49.409Z] docker_cli_swarm_test.go:1321: [d242c1ea183ec] joining swarm manager [d2e0290ea53c2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-09T01:43:49.409Z] docker_cli_swarm_test.go:1322: [d587ef931799c] joining swarm manager [d2e0290ea53c2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (5.04s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (8.65s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (10.06s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (3.10s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (7.33s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (3.83s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.49s) [2021-04-09T01:43:49.409Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2021-04-09T01:43:49.409Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (8.49s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.83s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.85s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.52s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (54.25s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (55.14s) [2021-04-09T01:43:49.409Z] docker_cli_swarm_test.go:1186: [d1999b849ed8f] joining swarm manager [d8ecfc6066b33]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-09T01:43:49.409Z] docker_cli_swarm_test.go:1195: [d1cc2ee5c28a0] joining swarm manager [d8ecfc6066b33]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.55s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.82s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (137.63s) [2021-04-09T01:43:49.409Z] docker_cli_swarm_test.go:1118: [d6bc64006ce50] joining swarm manager [d3173ffe964e0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-09T01:43:49.409Z] docker_cli_swarm_test.go:1119: [d9cf0225feedb] joining swarm manager [d3173ffe964e0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-09T01:43:49.409Z] docker_cli_swarm_test.go:1172: [d931038a183a4] joining swarm manager [d3173ffe964e0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.46s) [2021-04-09T01:43:49.409Z] docker_cli_swarm_test.go:1453: [d67d28fa1485a] joining swarm manager [d9bc83cd5c875]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-09T01:43:49.409Z] docker_cli_swarm_test.go:1454: [db29026a5d271] joining swarm manager [d9bc83cd5c875]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.92s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.24s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.24s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.09s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.08s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.76s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (4.69s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (3.03s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (54.48s) [2021-04-09T01:43:49.409Z] docker_cli_swarm_unix_test.go:62: [dd1ae3e90ac13] joining swarm manager [d41fb58f88cf1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.78s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (4.30s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.86s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (6.01s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (3.35s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.51s) [2021-04-09T01:43:49.409Z] docker_api_swarm_test.go:961: [d8bf4e95704a3] joining swarm manager [da30a9578b1e6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (13.90s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.48s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.14s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (3.32s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (9.01s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (5.64s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.91s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.83s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (3.13s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.86s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.62s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.40s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (52.13s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.43s) [2021-04-09T01:43:49.409Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.06s) [2021-04-09T01:43:49.409Z] === RUN TestDockerExternalVolumeSuite [2021-04-09T01:43:49.409Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2021-04-09T01:43:51.269Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-04-09T01:43:51.725Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-04-09T01:44:02.010Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-04-09T01:44:04.273Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2021-04-09T01:44:05.740Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-04-09T01:44:12.789Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-04-09T01:44:23.156Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-04-09T01:44:31.694Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-04-09T01:44:32.656Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-04-09T01:44:32.656Z] === RUN TestDockerSuite/TestBuildPATH [2021-04-09T01:44:32.656Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-04-09T01:44:33.223Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-04-09T01:44:33.223Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-04-09T01:44:33.223Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-04-09T01:44:34.831Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-04-09T01:44:34.831Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-04-09T01:44:54.272Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-04-09T01:45:11.920Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-04-09T01:45:11.948Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2021-04-09T01:45:17.327Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-04-09T01:45:20.054Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2021-04-09T01:45:32.978Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-04-09T01:45:38.379Z] === RUN TestDockerSuite/TestBuildRm [2021-04-09T01:45:52.112Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2021-04-09T01:45:59.429Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-04-09T01:46:00.391Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-04-09T01:46:00.391Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-04-09T01:46:00.847Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-04-09T01:46:02.376Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-04-09T01:46:06.091Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-04-09T01:46:06.977Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2021-04-09T01:46:08.618Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-04-09T01:46:09.809Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-04-09T01:46:14.476Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-04-09T01:46:26.266Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-04-09T01:46:34.812Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-04-09T01:46:35.537Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-04-09T01:46:35.993Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-04-09T01:46:36.955Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-04-09T01:46:39.047Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2021-04-09T01:46:45.503Z] === RUN TestDockerSuite/TestBuildSpaces [2021-04-09T01:46:45.958Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-04-09T01:46:51.239Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2021-04-09T01:46:56.240Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-04-09T01:46:56.240Z] === RUN TestDockerSuite/TestBuildStderr [2021-04-09T01:46:59.955Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-04-09T01:47:23.299Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2021-04-09T01:47:41.370Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2021-04-09T01:47:42.408Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-04-09T01:47:42.408Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-04-09T01:47:42.408Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-04-09T01:47:42.408Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-04-09T01:47:46.124Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-04-09T01:47:56.245Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2021-04-09T01:47:56.407Z] === RUN TestDockerSuite/TestBuildUser [2021-04-09T01:47:56.407Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-04-09T01:47:56.407Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-04-09T01:47:56.407Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-04-09T01:47:59.304Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-04-09T01:47:59.762Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-04-09T01:48:02.651Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-04-09T01:48:02.651Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-04-09T01:48:02.651Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-04-09T01:48:27.733Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-04-09T01:48:27.733Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-04-09T01:48:31.208Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-04-09T01:48:31.208Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-04-09T01:48:31.208Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-04-09T01:48:31.208Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-04-09T01:48:31.208Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-04-09T01:48:31.208Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-04-09T01:48:31.208Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-04-09T01:48:31.208Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-04-09T01:48:31.208Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-04-09T01:48:31.208Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-04-09T01:48:31.208Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-04-09T01:48:35.889Z] === RUN TestDockerSuite/TestBuildEnv [2021-04-09T01:48:35.890Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-04-09T01:48:35.890Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-04-09T01:48:35.890Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-04-09T01:48:35.890Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-04-09T01:48:35.890Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-04-09T01:48:36.279Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-04-09T01:48:40.561Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-04-09T01:48:40.561Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-04-09T01:48:40.561Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-04-09T01:48:40.561Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-04-09T01:48:40.940Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-04-09T01:48:41.017Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-04-09T01:48:41.395Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-04-09T01:48:41.395Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-04-09T01:48:42.900Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2021-04-09T01:48:44.279Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-04-09T01:48:44.279Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2021-04-09T01:48:46.789Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-04-09T01:48:59.037Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-04-09T01:49:00.971Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2021-04-09T01:49:01.642Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-04-09T01:49:02.098Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-04-09T01:49:02.098Z] === RUN TestDockerSuite/TestBuildExpose [2021-04-09T01:49:02.555Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-04-09T01:49:02.555Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-04-09T01:49:02.555Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-04-09T01:49:02.555Z] === RUN TestDockerSuite/TestBuildFails [2021-04-09T01:49:09.315Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-04-09T01:49:09.315Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-04-09T01:49:09.601Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-04-09T01:49:09.601Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-04-09T01:49:15.371Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-04-09T01:49:21.141Z] === RUN TestDockerSuite/TestBuildForceRm [2021-04-09T01:49:24.072Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-04-09T01:49:24.072Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-04-09T01:49:24.073Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-04-09T01:49:24.073Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-04-09T01:49:24.073Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-04-09T01:49:32.609Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-04-09T01:49:33.032Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2021-04-09T01:49:33.488Z] === RUN TestDockerSuite/TestBuildFromGit [2021-04-09T01:49:33.569Z] === RUN TestDockerSuite/TestBuildXZHost [2021-04-09T01:49:34.024Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-04-09T01:49:34.024Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-04-09T01:49:34.024Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-04-09T01:49:35.550Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-04-09T01:49:41.310Z] === RUN TestDockerSuite/TestCommitChange [2021-04-09T01:49:43.783Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-04-09T01:49:45.023Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-04-09T01:49:45.311Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-04-09T01:49:49.689Z] === RUN TestDockerSuite/TestCommitHardlink [2021-04-09T01:49:49.689Z] === RUN TestDockerSuite/TestCommitNewFile [2021-04-09T01:49:51.087Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-04-09T01:49:51.087Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-04-09T01:49:51.548Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-04-09T01:49:52.511Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-04-09T01:49:52.511Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-04-09T01:49:56.729Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-04-09T01:49:56.730Z] === RUN TestDockerSuite/TestCommitTTY [2021-04-09T01:50:05.115Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2021-04-09T01:50:05.283Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-04-09T01:50:07.292Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-04-09T01:50:07.292Z] === RUN TestDockerSuite/TestBuildHistory [2021-04-09T01:50:09.000Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-04-09T01:50:09.000Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-04-09T01:50:09.000Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-04-09T01:50:09.000Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-04-09T01:50:09.000Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-04-09T01:50:09.000Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-04-09T01:50:09.000Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-04-09T01:50:09.000Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-04-09T01:50:09.000Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-04-09T01:50:17.547Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-04-09T01:50:19.649Z] === RUN TestDockerSuite/TestBuildIidFile [2021-04-09T01:50:19.649Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-04-09T01:50:19.980Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2021-04-09T01:50:21.178Z] === RUN TestDockerSuite/TestBuildInheritance [2021-04-09T01:50:21.178Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-04-09T01:50:22.141Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-04-09T01:50:22.141Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-04-09T01:50:23.316Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-04-09T01:50:23.316Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-04-09T01:50:26.201Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-04-09T01:50:26.201Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-04-09T01:50:26.201Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-04-09T01:50:26.201Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-04-09T01:50:26.816Z] === RUN TestDockerSuite/TestBuildLabel [2021-04-09T01:50:28.349Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-04-09T01:50:28.363Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-04-09T01:50:28.363Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-04-09T01:50:28.363Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-04-09T01:50:28.805Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-04-09T01:50:29.767Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-04-09T01:50:30.224Z] === RUN TestDockerSuite/TestBuildLabels [2021-04-09T01:50:31.248Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-04-09T01:50:31.248Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-04-09T01:50:31.248Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-04-09T01:50:31.248Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-04-09T01:50:31.248Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-04-09T01:50:31.754Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-04-09T01:50:33.282Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-04-09T01:50:34.132Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-04-09T01:50:36.301Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-04-09T01:50:38.055Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2021-04-09T01:50:38.468Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-04-09T01:50:38.468Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-04-09T01:50:38.468Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-04-09T01:50:40.336Z] === RUN TestDockerSuite/TestBuildLastModified [2021-04-09T01:50:40.336Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-04-09T01:50:40.336Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-04-09T01:50:40.336Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-04-09T01:50:40.336Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-04-09T01:50:40.336Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-04-09T01:50:40.336Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-04-09T01:50:40.336Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-04-09T01:50:41.298Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-04-09T01:50:41.354Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-04-09T01:50:41.354Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-04-09T01:50:43.517Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-04-09T01:50:43.517Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-04-09T01:50:43.517Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-04-09T01:50:46.405Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-04-09T01:50:46.406Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-04-09T01:50:47.072Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-04-09T01:50:47.934Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-04-09T01:50:47.934Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-04-09T01:50:50.822Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-04-09T01:50:51.277Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-04-09T01:50:54.161Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-04-09T01:50:56.125Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2021-04-09T01:50:57.875Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-04-09T01:51:01.849Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-04-09T01:51:01.849Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-04-09T01:51:02.554Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-04-09T01:51:02.554Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-04-09T01:51:02.554Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-04-09T01:51:02.554Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-04-09T01:51:02.554Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-04-09T01:51:04.083Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-04-09T01:51:04.083Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-04-09T01:51:04.739Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-04-09T01:51:06.969Z] === RUN TestDockerSuite/TestContainerAPITop [2021-04-09T01:51:06.969Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-04-09T01:51:08.348Z] --- PASS: TestDockerExternalVolumeSuite (441.35s) [2021-04-09T01:51:08.348Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.80s) [2021-04-09T01:51:08.348Z] docker_cli_external_volume_driver_test.go:53: [d679d94b02db2] daemon is not started [2021-04-09T01:51:08.348Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.73s) [2021-04-09T01:51:08.348Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.58s) [2021-04-09T01:51:08.348Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s) [2021-04-09T01:51:08.348Z] docker_cli_external_volume_driver_test.go:53: [de43f17a78930] daemon is not started [2021-04-09T01:51:08.348Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.68s) [2021-04-09T01:51:08.348Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s) [2021-04-09T01:51:08.348Z] docker_cli_external_volume_driver_test.go:53: [dc55d2be43051] daemon is not started [2021-04-09T01:51:08.348Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2021-04-09T01:51:08.348Z] docker_cli_external_volume_driver_test.go:53: [d16bbbcee70ea] daemon is not started [2021-04-09T01:51:08.348Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.54s) [2021-04-09T01:51:08.348Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.58s) [2021-04-09T01:51:08.348Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.90s) [2021-04-09T01:51:08.349Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.67s) [2021-04-09T01:51:08.349Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.63s) [2021-04-09T01:51:08.349Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.66s) [2021-04-09T01:51:08.349Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (31.04s) [2021-04-09T01:51:08.349Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.61s) [2021-04-09T01:51:08.349Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (17.27s) [2021-04-09T01:51:08.349Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.38s) [2021-04-09T01:51:08.349Z] docker_cli_external_volume_driver_test.go:485: [ddce6db79d630] daemon is not started [2021-04-09T01:51:08.349Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2021-04-09T01:51:08.349Z] docker_cli_external_volume_driver_test.go:53: [d59432b3d1c56] daemon is not started [2021-04-09T01:51:08.349Z] PASS [2021-04-09T01:51:08.349Z] [2021-04-09T01:51:08.349Z] === Skipped [2021-04-09T01:51:08.349Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-04-09T01:51:08.349Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-04-09T01:51:08.349Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-04-09T01:51:08.349Z] check_test.go:309: [d2a5406b9dbeb] daemon is not started [2021-04-09T01:51:08.349Z] [2021-04-09T01:51:08.349Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2021-04-09T01:51:08.349Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2021-04-09T01:51:08.349Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-04-09T01:51:08.349Z] check_test.go:309: [d7d662f385ae4] daemon is not started [2021-04-09T01:51:08.349Z] [2021-04-09T01:51:08.349Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2021-04-09T01:51:08.349Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2021-04-09T01:51:08.349Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-04-09T01:51:08.349Z] check_test.go:309: [d549f792bfdbc] daemon is not started [2021-04-09T01:51:08.349Z] [2021-04-09T01:51:08.349Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.02s) [2021-04-09T01:51:08.349Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.02s) [2021-04-09T01:51:08.349Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2021-04-09T01:51:08.349Z] [2021-04-09T01:51:08.349Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2021-04-09T01:51:08.349Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2021-04-09T01:51:08.349Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-04-09T01:51:08.349Z] [2021-04-09T01:51:08.349Z] [2021-04-09T01:51:08.349Z] DONE 273 tests, 5 skipped in 2774.657s [2021-04-09T01:51:08.349Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-04-09T01:51:08.349Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/db15ef8513cac/docker.pid [2021-04-09T01:51:08.349Z] +++ kill 6222 [2021-04-09T01:51:08.349Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 6222 is not a child of this shell [2021-04-09T01:51:08.349Z] warning: PID 6222 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/db15ef8513cac/docker.pid had a nonzero exit code [2021-04-09T01:51:08.349Z] ++++ cat bundles/test-integration/docker.pid [2021-04-09T01:51:08.349Z] +++ kill 8153 [2021-04-09T01:51:09.131Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-04-09T01:51:09.131Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-04-09T01:51:09.721Z] +++ /etc/init.d/apparmor stop [2021-04-09T01:51:09.721Z] Leaving: AppArmorNo profiles have been unloaded. [2021-04-09T01:51:09.721Z] [2021-04-09T01:51:09.721Z] Unloading profiles will leave already running processes permanently [2021-04-09T01:51:09.721Z] unconfined, which can lead to unexpected situations. [2021-04-09T01:51:09.721Z] [2021-04-09T01:51:09.721Z] To set a process to complain mode, use the command line tool [2021-04-09T01:51:09.721Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-04-09T01:51:09.721Z] +++ true [2021-04-09T01:51:09.721Z] exiting test-integration [2021-04-09T01:51:09.721Z] ++ exit 0 [2021-04-09T01:51:09.721Z] [2021-04-09T01:51:09.721Z] + exit 0 [2021-04-09T01:51:09.721Z] ++ jobs -p [2021-04-09T01:51:09.721Z] + pids= [2021-04-09T01:51:09.721Z] + echo 'Remaining pids to kill: []' [2021-04-09T01:51:09.721Z] Remaining pids to kill: [] [2021-04-09T01:51:09.721Z] + '[' -z '' ']' Post stage [Pipeline] junit [2021-04-09T01:51:09.735Z] Recording test results [2021-04-09T01:51:10.364Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-04-09T01:51:10.680Z] + echo Ensuring container killed. [2021-04-09T01:51:10.680Z] Ensuring container killed. [2021-04-09T01:51:10.680Z] + docker ps -aq -f name=docker-pr67-* [2021-04-09T01:51:10.938Z] + cids=9894a144ba7e [2021-04-09T01:51:10.938Z] f1cd65b4ee3b [2021-04-09T01:51:10.938Z] d0a07c704faf [2021-04-09T01:51:10.938Z] + [ -n 9894a144ba7e [2021-04-09T01:51:10.938Z] f1cd65b4ee3b [2021-04-09T01:51:10.938Z] d0a07c704faf ] [2021-04-09T01:51:10.938Z] + docker rm -vf 9894a144ba7e f1cd65b4ee3b d0a07c704faf [2021-04-09T01:51:13.847Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-04-09T01:51:15.124Z] 9894a144ba7e [2021-04-09T01:51:15.690Z] f1cd65b4ee3b [2021-04-09T01:51:15.690Z] d0a07c704faf [Pipeline] sh [2021-04-09T01:51:15.975Z] + echo Chowning /workspace to jenkins user [2021-04-09T01:51:15.975Z] Chowning /workspace to jenkins user [2021-04-09T01:51:15.975Z] + id -u [2021-04-09T01:51:15.975Z] + id -g [2021-04-09T01:51:15.975Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39846:/workspace busybox chown -R 1000:1000 /workspace [2021-04-09T01:51:16.010Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-04-09T01:51:16.010Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-04-09T01:51:16.010Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-04-09T01:51:16.010Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-04-09T01:51:16.010Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-04-09T01:51:16.010Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-04-09T01:51:20.462Z] + bundleName=amd64 [2021-04-09T01:51:20.462Z] + echo Creating amd64-bundles.tar.gz [2021-04-09T01:51:20.462Z] Creating amd64-bundles.tar.gz [2021-04-09T01:51:20.462Z] + 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-09T01:51:20.462Z] + xargs tar -czf amd64-bundles.tar.gz [Pipeline] archiveArtifacts [2021-04-09T01:51:21.408Z] Archiving artifacts [2021-04-09T01:51:21.960Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-39846/67/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-04-09T01:51:22.271Z] + make clean [2021-04-09T01:51:22.271Z] docker volume rm -f docker-dev-cache [2021-04-09T01:51:22.538Z] docker-dev-cache [Pipeline] deleteDir [2021-04-09T01:51:23.045Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-04-09T01:51:23.045Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2021-04-09T01:51:25.208Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2021-04-09T01:51:28.094Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-09T01:51:30.257Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2021-04-09T01:51:33.145Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0008a0420_} [2021-04-09T01:51:35.310Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1681147974_c:\foo_false____} [2021-04-09T01:51:38.204Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1681147974_c:\foo_true____} [2021-04-09T01:51:41.093Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-04-09T01:51:41.093Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-04-09T01:51:41.093Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-04-09T01:51:41.093Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-04-09T01:51:41.093Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-04-09T01:51:41.093Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-04-09T01:51:41.093Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-04-09T01:51:41.093Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-04-09T01:51:41.093Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-04-09T01:51:41.093Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-04-09T01:51:41.093Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-04-09T01:51:41.093Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-04-09T01:51:41.093Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-04-09T01:51:41.093Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-04-09T01:51:41.093Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-04-09T01:51:41.093Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-04-09T01:51:41.093Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-04-09T01:51:41.093Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-04-09T01:51:43.978Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-04-09T01:51:43.978Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-04-09T01:51:43.978Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-04-09T01:51:43.978Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-04-09T01:51:43.978Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-04-09T01:51:43.978Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-04-09T01:51:43.978Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-04-09T01:51:43.978Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-04-09T01:51:43.978Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-04-09T01:51:43.978Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-04-09T01:51:43.978Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-04-09T01:51:43.978Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-04-09T01:51:43.978Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-04-09T01:51:43.978Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-04-09T01:51:46.868Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-04-09T01:51:46.868Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-04-09T01:51:46.868Z] === RUN TestDockerSuite/TestCpRelativePath [2021-04-09T01:51:47.208Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-04-09T01:51:49.756Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-04-09T01:51:49.757Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-04-09T01:51:49.757Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-04-09T01:51:49.757Z] === RUN TestDockerSuite/TestCpToCaseA [2021-04-09T01:51:54.418Z] === RUN TestDockerSuite/TestCpToCaseB [2021-04-09T01:51:57.303Z] === RUN TestDockerSuite/TestCpToCaseC [2021-04-09T01:51:57.303Z] === RUN TestDockerSuite/TestCpToCaseD [2021-04-09T01:51:57.303Z] === RUN TestDockerSuite/TestCpToCaseE [2021-04-09T01:51:59.556Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-04-09T01:52:03.276Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-04-09T01:52:07.583Z] === RUN TestDockerSuite/TestCpToCaseF [2021-04-09T01:52:07.583Z] === RUN TestDockerSuite/TestCpToCaseG [2021-04-09T01:52:07.583Z] === RUN TestDockerSuite/TestCpToCaseH [2021-04-09T01:52:15.635Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-04-09T01:52:17.871Z] === RUN TestDockerSuite/TestCpToCaseI [2021-04-09T01:52:17.871Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-04-09T01:52:17.871Z] === RUN TestDockerSuite/TestCpToDot [2021-04-09T01:52:19.396Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-04-09T01:52:19.396Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-04-09T01:52:19.396Z] === RUN TestDockerSuite/TestCpToStdout [2021-04-09T01:52:22.283Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-04-09T01:52:22.283Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-04-09T01:52:22.283Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-04-09T01:52:22.283Z] === RUN TestDockerSuite/TestCpVolumePath [2021-04-09T01:52:22.283Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-04-09T01:52:22.283Z] === RUN TestDockerSuite/TestCreateArgs [2021-04-09T01:52:22.283Z] === RUN TestDockerSuite/TestCreateByImageID [2021-04-09T01:52:24.444Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-04-09T01:52:25.931Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-04-09T01:52:27.344Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-04-09T01:52:27.344Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-04-09T01:52:27.800Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-04-09T01:52:29.963Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-04-09T01:52:30.418Z] === RUN TestDockerSuite/TestCreateLabels [2021-04-09T01:52:30.872Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-04-09T01:52:30.872Z] === RUN TestDockerSuite/TestCreateRM [2021-04-09T01:52:31.327Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-04-09T01:52:31.327Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-04-09T01:52:31.327Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-04-09T01:52:31.782Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-04-09T01:52:40.345Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-04-09T01:52:40.345Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-04-09T01:52:40.345Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-04-09T01:52:43.574Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-04-09T01:52:43.574Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-04-09T01:52:44.058Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-04-09T01:52:44.513Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-04-09T01:52:44.513Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-04-09T01:52:47.401Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-04-09T01:52:47.401Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-04-09T01:52:47.401Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-04-09T01:52:47.401Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-04-09T01:52:47.401Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-04-09T01:52:47.401Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-04-09T01:52:47.401Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-04-09T01:52:47.401Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-04-09T01:52:47.401Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-04-09T01:52:47.401Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-04-09T01:52:47.401Z] === RUN TestDockerSuite/TestDevicePermissions [2021-04-09T01:52:47.401Z] === RUN TestDockerSuite/TestDockerFails [2021-04-09T01:52:47.401Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-04-09T01:52:47.401Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-04-09T01:52:47.401Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-04-09T01:52:47.401Z] === RUN TestDockerSuite/TestEventsAttach [2021-04-09T01:52:47.401Z] === RUN TestDockerSuite/TestEventsCommit [2021-04-09T01:52:47.401Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-04-09T01:52:50.287Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-04-09T01:52:53.173Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-04-09T01:52:55.334Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-04-09T01:52:55.926Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-04-09T01:52:56.381Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-04-09T01:52:56.381Z] === RUN TestDockerSuite/TestBuildNetNone [2021-04-09T01:52:56.381Z] === RUN TestDockerSuite/TestBuildNoContext [2021-04-09T01:53:03.862Z] === RUN TestDockerSuite/TestEventsCopy [2021-04-09T01:53:04.978Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-04-09T01:53:08.523Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-04-09T01:53:14.281Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-04-09T01:53:15.275Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-04-09T01:53:15.806Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-04-09T01:53:16.765Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-04-09T01:53:21.049Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-04-09T01:53:21.426Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-04-09T01:53:21.426Z] === RUN TestDockerSuite/TestEventsFilterType [2021-04-09T01:53:21.507Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-04-09T01:53:21.507Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-04-09T01:53:22.386Z] === RUN TestDockerSuite/TestEventsFilters [2021-04-09T01:53:24.401Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-04-09T01:53:25.362Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-04-09T01:53:26.893Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-04-09T01:53:28.154Z] === RUN TestDockerSuite/TestEventsFormat [2021-04-09T01:53:38.430Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-04-09T01:53:38.430Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-04-09T01:53:38.430Z] === RUN TestDockerSuite/TestEventsImageImport [2021-04-09T01:53:38.430Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-04-09T01:53:38.430Z] === RUN TestDockerSuite/TestEventsImagePull [2021-04-09T01:53:38.430Z] === RUN TestDockerSuite/TestEventsImageTag [2021-04-09T01:53:38.885Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-04-09T01:53:38.885Z] === RUN TestDockerSuite/TestEventsRename [2021-04-09T01:53:41.772Z] === RUN TestDockerSuite/TestEventsResize [2021-04-09T01:53:45.482Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-04-09T01:53:47.958Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-04-09T01:53:47.958Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-04-09T01:53:48.371Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-04-09T01:53:50.533Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-04-09T01:53:55.192Z] === RUN TestDockerSuite/TestEventsTop [2021-04-09T01:53:55.192Z] === RUN TestDockerSuite/TestEventsUntag [2021-04-09T01:53:58.077Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-04-09T01:53:58.247Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-04-09T01:54:01.143Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-04-09T01:54:02.744Z] === RUN TestDockerSuite/TestExec [2021-04-09T01:54:02.744Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-04-09T01:54:02.744Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-04-09T01:54:05.630Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-04-09T01:54:07.155Z] === RUN TestDockerSuite/TestExecAPIStart [2021-04-09T01:54:07.610Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-04-09T01:54:07.610Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-04-09T01:54:07.610Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-04-09T01:54:09.683Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-04-09T01:54:09.772Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-04-09T01:54:11.938Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-04-09T01:54:14.099Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-04-09T01:54:15.458Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-04-09T01:54:16.270Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-04-09T01:54:20.932Z] === RUN TestDockerSuite/TestExecCgroup [2021-04-09T01:54:20.932Z] === RUN TestDockerSuite/TestExecEnv [2021-04-09T01:54:20.932Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-04-09T01:54:20.932Z] === RUN TestDockerSuite/TestExecExitStatus [2021-04-09T01:54:21.231Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-04-09T01:54:21.687Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-04-09T01:54:21.687Z] === RUN TestDockerSuite/TestBuildPATH [2021-04-09T01:54:21.687Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-04-09T01:54:23.097Z] === RUN TestDockerSuite/TestExecInspectID [2021-04-09T01:54:24.578Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-04-09T01:54:24.578Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-04-09T01:54:27.759Z] === RUN TestDockerSuite/TestExecInteractive [2021-04-09T01:54:27.759Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-04-09T01:54:27.759Z] === RUN TestDockerSuite/TestExecParseError [2021-04-09T01:54:27.759Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-04-09T01:54:27.759Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-04-09T01:54:27.759Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-04-09T01:54:30.648Z] === RUN TestDockerSuite/TestExecSetEnv [2021-04-09T01:54:30.648Z] === RUN TestDockerSuite/TestExecStartFails [2021-04-09T01:54:30.648Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-04-09T01:54:30.648Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-04-09T01:54:30.648Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-04-09T01:54:30.648Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-04-09T01:54:32.811Z] === RUN TestDockerSuite/TestExecUlimits [2021-04-09T01:54:32.811Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-04-09T01:54:38.576Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-04-09T01:54:38.576Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-04-09T01:54:38.576Z] === RUN TestDockerSuite/TestExecWithUser [2021-04-09T01:54:38.576Z] === RUN TestDockerSuite/TestGetContainerStats [2021-04-09T01:54:45.615Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-04-09T01:54:51.376Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-04-09T01:54:53.538Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-04-09T01:55:00.575Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-04-09T01:55:00.575Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-04-09T01:55:00.575Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-04-09T01:55:00.575Z] === RUN TestDockerSuite/TestHealth [2021-04-09T01:55:00.575Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-04-09T01:55:00.575Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-04-09T01:55:00.575Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-04-09T01:55:00.575Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-04-09T01:55:05.237Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-04-09T01:55:05.237Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-04-09T01:55:05.237Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-04-09T01:55:05.237Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-04-09T01:55:05.237Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-04-09T01:55:05.692Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-04-09T01:55:06.147Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-04-09T01:55:06.147Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-04-09T01:55:07.108Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-04-09T01:55:07.563Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-04-09T01:55:09.093Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-04-09T01:55:09.547Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-04-09T01:55:11.710Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-04-09T01:55:14.594Z] === RUN TestDockerSuite/TestImagesFormat [2021-04-09T01:55:14.594Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-04-09T01:55:14.594Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-04-09T01:55:15.206Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-04-09T01:55:18.304Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-04-09T01:55:18.304Z] === RUN TestDockerSuite/TestImportBadURL [2021-04-09T01:55:21.197Z] === RUN TestDockerSuite/TestImportDisplay [2021-04-09T01:55:21.197Z] === RUN TestDockerSuite/TestImportFile [2021-04-09T01:55:21.197Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-04-09T01:55:21.197Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-04-09T01:55:21.197Z] === RUN TestDockerSuite/TestImportGzipped [2021-04-09T01:55:21.197Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-04-09T01:55:21.197Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-04-09T01:55:21.197Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-04-09T01:55:21.197Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-04-09T01:55:21.197Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-04-09T01:55:21.197Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-04-09T01:55:21.197Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-04-09T01:55:21.197Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-04-09T01:55:24.082Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-04-09T01:55:26.248Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-04-09T01:55:26.248Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-04-09T01:55:26.248Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-04-09T01:55:26.248Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-04-09T01:55:26.248Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-04-09T01:55:29.135Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-04-09T01:55:29.135Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-04-09T01:55:32.019Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-04-09T01:55:32.019Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-04-09T01:55:32.019Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-04-09T01:55:32.019Z] === RUN TestDockerSuite/TestInspectDefault [2021-04-09T01:55:34.181Z] === RUN TestDockerSuite/TestInspectHistory [2021-04-09T01:55:38.841Z] === RUN TestDockerSuite/TestInspectImage [2021-04-09T01:55:38.841Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-04-09T01:55:38.841Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-04-09T01:55:38.841Z] === RUN TestDockerSuite/TestInspectInt64 [2021-04-09T01:55:41.727Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-04-09T01:55:43.898Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-04-09T01:55:43.898Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-04-09T01:55:45.125Z] === RUN TestDockerSuite/TestBuildRm [2021-04-09T01:55:46.060Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-04-09T01:55:48.222Z] === RUN TestDockerSuite/TestInspectPlugin [2021-04-09T01:55:48.222Z] === RUN TestDockerSuite/TestInspectRootFS [2021-04-09T01:55:48.677Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-04-09T01:55:50.840Z] === RUN TestDockerSuite/TestInspectStatus [2021-04-09T01:55:54.552Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-04-09T01:55:55.427Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-04-09T01:55:58.264Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-04-09T01:55:59.163Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-04-09T01:55:59.163Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-04-09T01:55:59.620Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-04-09T01:56:01.150Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-04-09T01:56:01.151Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-04-09T01:56:03.321Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-04-09T01:56:04.877Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-04-09T01:56:05.486Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-04-09T01:56:07.652Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-04-09T01:56:09.554Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-04-09T01:56:10.541Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-04-09T01:56:12.704Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-04-09T01:56:12.704Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-04-09T01:56:12.704Z] === RUN TestDockerSuite/TestLinksEnvs [2021-04-09T01:56:12.704Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-04-09T01:56:12.704Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-04-09T01:56:12.704Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-04-09T01:56:12.704Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-04-09T01:56:12.704Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-04-09T01:56:12.704Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-04-09T01:56:12.704Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-04-09T01:56:12.704Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-04-09T01:56:12.704Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-04-09T01:56:12.704Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-04-09T01:56:12.704Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-04-09T01:56:12.704Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-04-09T01:56:12.704Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-04-09T01:56:12.704Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-04-09T01:56:12.704Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-04-09T01:56:12.704Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-04-09T01:56:12.704Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-04-09T01:56:14.230Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-04-09T01:56:14.866Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-04-09T01:56:17.028Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-04-09T01:56:22.796Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-04-09T01:56:25.693Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-04-09T01:56:25.693Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-04-09T01:56:27.856Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-04-09T01:56:27.856Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-04-09T01:56:31.892Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-04-09T01:56:31.892Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-04-09T01:56:31.892Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-04-09T01:56:34.893Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-04-09T01:56:41.931Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-04-09T01:56:44.258Z] === RUN TestDockerSuite/TestBuildSpaces [2021-04-09T01:56:44.258Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-04-09T01:56:47.692Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-04-09T01:56:48.943Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-04-09T01:56:48.944Z] === RUN TestDockerSuite/TestBuildStderr [2021-04-09T01:56:49.856Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-04-09T01:56:52.741Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-04-09T01:56:52.741Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-04-09T01:56:53.627Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-04-09T01:56:55.636Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-04-09T01:56:57.801Z] === RUN TestDockerSuite/TestLogsSince [2021-04-09T01:57:08.103Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-04-09T01:57:08.103Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-04-09T01:57:08.103Z] === RUN TestDockerSuite/TestLogsTail [2021-04-09T01:57:10.276Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-04-09T01:57:13.160Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-04-09T01:57:14.690Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-04-09T01:57:14.690Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-04-09T01:57:16.053Z] === RUN TestDockerSuite/TestMountIntoProc [2021-04-09T01:57:16.053Z] === RUN TestDockerSuite/TestMountIntoSys [2021-04-09T01:57:16.053Z] === RUN TestDockerSuite/TestNetHostname [2021-04-09T01:57:16.053Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-04-09T01:57:16.053Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-04-09T01:57:16.053Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-04-09T01:57:16.053Z] === RUN TestDockerSuite/TestPluginActive [2021-04-09T01:57:16.053Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-04-09T01:57:16.053Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-04-09T01:57:16.053Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-04-09T01:57:16.053Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-04-09T01:57:16.053Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-04-09T01:57:16.053Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-04-09T01:57:16.053Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-04-09T01:57:16.053Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-04-09T01:57:16.053Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-04-09T01:57:16.053Z] === RUN TestDockerSuite/TestPortHostBinding [2021-04-09T01:57:16.053Z] === RUN TestDockerSuite/TestPortList [2021-04-09T01:57:16.053Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-04-09T01:57:17.585Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-04-09T01:57:19.120Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-04-09T01:57:20.720Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-04-09T01:57:20.720Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-04-09T01:57:20.720Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-04-09T01:57:20.720Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-04-09T01:57:20.720Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-04-09T01:57:20.720Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-04-09T01:57:20.720Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-04-09T01:57:20.720Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-04-09T01:57:20.720Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-04-09T01:57:20.720Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-04-09T01:57:23.796Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-04-09T01:57:25.382Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-04-09T01:57:25.382Z] === RUN TestDockerSuite/TestPsByOrder [2021-04-09T01:57:29.574Z] === RUN TestDockerSuite/TestBuildUser [2021-04-09T01:57:29.575Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-04-09T01:57:29.575Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-04-09T01:57:29.575Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-04-09T01:57:34.252Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-04-09T01:57:34.709Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-04-09T01:57:35.672Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-04-09T01:57:35.672Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-04-09T01:57:43.260Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-04-09T01:57:43.260Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-04-09T01:57:43.260Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-04-09T01:57:44.213Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-04-09T01:58:01.850Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-04-09T01:58:01.850Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-04-09T01:58:01.850Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-04-09T01:58:08.481Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-04-09T01:58:08.481Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-04-09T01:58:14.186Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-04-09T01:58:17.034Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-04-09T01:58:17.075Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-04-09T01:58:22.825Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-04-09T01:58:22.825Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-04-09T01:58:22.825Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-04-09T01:58:25.611Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-04-09T01:58:25.721Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-04-09T01:58:26.189Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2021-04-09T01:58:30.290Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-04-09T01:58:30.754Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-04-09T01:58:30.754Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-04-09T01:58:36.604Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-04-09T01:58:36.604Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-04-09T01:58:36.604Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-04-09T01:58:36.604Z] === RUN TestDockerSuite/TestPsRightTagName [2021-04-09T01:58:36.604Z] === RUN TestDockerSuite/TestPsShowMounts [2021-04-09T01:58:38.545Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-04-09T01:58:42.271Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-04-09T01:58:42.729Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-04-09T01:58:43.738Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-04-09T01:58:43.738Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-04-09T01:58:44.717Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-04-09T01:58:44.717Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-04-09T01:58:46.271Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-04-09T01:58:46.735Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-04-09T01:58:46.735Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-04-09T01:58:51.468Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-04-09T01:58:56.199Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-04-09T01:58:59.132Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-04-09T01:59:03.791Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-04-09T01:59:03.791Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-04-09T01:59:03.791Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-04-09T01:59:03.791Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-04-09T01:59:03.791Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-04-09T01:59:12.352Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-04-09T01:59:15.301Z] === RUN TestDockerSuite/TestBuildXZHost [2021-04-09T01:59:15.301Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-04-09T01:59:15.301Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-04-09T01:59:15.301Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-04-09T01:59:17.512Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-04-09T01:59:23.371Z] === RUN TestDockerSuite/TestCommitChange [2021-04-09T01:59:24.373Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-04-09T01:59:24.373Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-04-09T01:59:28.131Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-04-09T01:59:30.215Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-04-09T01:59:30.215Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-04-09T01:59:30.215Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-04-09T01:59:30.679Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-04-09T01:59:32.882Z] === RUN TestDockerSuite/TestCommitHardlink [2021-04-09T01:59:32.882Z] === RUN TestDockerSuite/TestCommitNewFile [2021-04-09T01:59:35.408Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-04-09T01:59:40.031Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-04-09T01:59:40.031Z] === RUN TestDockerSuite/TestCommitTTY [2021-04-09T01:59:40.137Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-04-09T01:59:40.137Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-04-09T01:59:44.861Z] === RUN TestDockerSuite/TestRmiBlank [2021-04-09T01:59:44.861Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-04-09T01:59:45.335Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-04-09T01:59:47.177Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-04-09T01:59:57.586Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-04-09T01:59:57.586Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-04-09T01:59:57.586Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-04-09T01:59:57.586Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-04-09T01:59:57.586Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-04-09T01:59:57.586Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-04-09T01:59:57.586Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-04-09T01:59:57.586Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-04-09T01:59:57.586Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-04-09T02:00:04.727Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-04-09T02:00:10.700Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-04-09T02:00:11.681Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-04-09T02:00:11.869Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-04-09T02:00:11.869Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-04-09T02:00:12.146Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-04-09T02:00:14.084Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-04-09T02:00:14.084Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-04-09T02:00:14.084Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-04-09T02:00:14.084Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-04-09T02:00:17.032Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-04-09T02:00:17.032Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-04-09T02:00:17.032Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-04-09T02:00:19.249Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-04-09T02:00:19.249Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-04-09T02:00:19.249Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-04-09T02:00:19.249Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-04-09T02:00:19.249Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-04-09T02:00:19.268Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-04-09T02:00:22.194Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-04-09T02:00:23.997Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-04-09T02:00:24.404Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-04-09T02:00:27.349Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-04-09T02:00:27.349Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-04-09T02:00:27.349Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-04-09T02:00:29.561Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-04-09T02:00:29.561Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-04-09T02:00:32.621Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-04-09T02:00:36.705Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-04-09T02:00:36.705Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-04-09T02:00:36.705Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-04-09T02:00:39.651Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-04-09T02:00:39.651Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-04-09T02:00:41.213Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-04-09T02:00:41.213Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-04-09T02:00:41.218Z] === RUN TestDockerSuite/TestRmiTag [2021-04-09T02:00:41.218Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-04-09T02:00:43.378Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-04-09T02:00:44.157Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-04-09T02:00:44.157Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-04-09T02:00:47.100Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-04-09T02:00:50.880Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-04-09T02:00:54.663Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-04-09T02:00:55.130Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-04-09T02:00:55.130Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-04-09T02:00:55.130Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-04-09T02:00:55.130Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-04-09T02:00:56.690Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-04-09T02:00:56.690Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-04-09T02:01:05.334Z] === RUN TestDockerSuite/TestContainerAPITop [2021-04-09T02:01:05.334Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-04-09T02:01:06.320Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-04-09T02:01:06.787Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-04-09T02:01:11.531Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-04-09T02:01:13.260Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-04-09T02:01:13.260Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-04-09T02:01:13.740Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-04-09T02:01:13.740Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-04-09T02:01:13.740Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-04-09T02:01:13.740Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-04-09T02:01:13.740Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-04-09T02:01:13.740Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2021-04-09T02:01:15.298Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-04-09T02:01:15.298Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2021-04-09T02:01:17.919Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-04-09T02:01:18.241Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2021-04-09T02:01:18.373Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-04-09T02:01:18.373Z] === RUN TestDockerSuite/TestRunAddHost [2021-04-09T02:01:18.373Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-04-09T02:01:18.373Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-04-09T02:01:18.373Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-04-09T02:01:18.373Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-04-09T02:01:18.373Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-04-09T02:01:18.373Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-04-09T02:01:20.536Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-04-09T02:01:20.536Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-04-09T02:01:20.536Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-04-09T02:01:21.190Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2021-04-09T02:01:23.399Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2021-04-09T02:01:26.293Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-04-09T02:01:26.341Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0008a87e0_} [2021-04-09T02:01:28.454Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-04-09T02:01:28.552Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1362647462_c:\foo_false____} [2021-04-09T02:01:31.336Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-04-09T02:01:31.498Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1362647462_c:\foo_true____} [2021-04-09T02:01:33.708Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-04-09T02:01:33.708Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-04-09T02:01:33.708Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-04-09T02:01:33.708Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-04-09T02:01:33.708Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-04-09T02:01:33.708Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-04-09T02:01:33.708Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-04-09T02:01:33.708Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-04-09T02:01:33.708Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-04-09T02:01:34.174Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-04-09T02:01:34.174Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-04-09T02:01:34.174Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-04-09T02:01:34.174Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-04-09T02:01:34.174Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-04-09T02:01:34.174Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-04-09T02:01:34.174Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-04-09T02:01:34.174Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-04-09T02:01:34.174Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-04-09T02:01:34.219Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-04-09T02:01:36.381Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-04-09T02:01:36.381Z] === RUN TestDockerSuite/TestRunBindMounts [2021-04-09T02:01:37.117Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-04-09T02:01:37.117Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-04-09T02:01:37.118Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-04-09T02:01:37.118Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-04-09T02:01:37.118Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-04-09T02:01:37.118Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-04-09T02:01:37.118Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-04-09T02:01:37.118Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-04-09T02:01:37.118Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-04-09T02:01:37.118Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-04-09T02:01:37.118Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-04-09T02:01:37.118Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-04-09T02:01:37.118Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-04-09T02:01:37.118Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-04-09T02:01:39.326Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-04-09T02:01:39.795Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-04-09T02:01:39.795Z] === RUN TestDockerSuite/TestCpRelativePath [2021-04-09T02:01:42.004Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-04-09T02:01:42.004Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-04-09T02:01:42.142Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-04-09T02:01:42.142Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-04-09T02:01:42.142Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-04-09T02:01:42.142Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-04-09T02:01:42.142Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-04-09T02:01:42.142Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-04-09T02:01:42.142Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-04-09T02:01:42.142Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-04-09T02:01:42.142Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-04-09T02:01:42.142Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-04-09T02:01:42.142Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-04-09T02:01:42.142Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-04-09T02:01:42.470Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-04-09T02:01:42.470Z] === RUN TestDockerSuite/TestCpToCaseA [2021-04-09T02:01:45.026Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-04-09T02:01:45.026Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-04-09T02:01:47.216Z] === RUN TestDockerSuite/TestCpToCaseB [2021-04-09T02:01:47.924Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-04-09T02:01:47.924Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-04-09T02:01:47.924Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-04-09T02:01:49.426Z] === RUN TestDockerSuite/TestCpToCaseC [2021-04-09T02:01:49.426Z] === RUN TestDockerSuite/TestCpToCaseD [2021-04-09T02:01:49.426Z] === RUN TestDockerSuite/TestCpToCaseE [2021-04-09T02:01:54.962Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-04-09T02:01:54.962Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-04-09T02:01:54.962Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-04-09T02:01:54.962Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-04-09T02:01:54.962Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-04-09T02:01:54.962Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-04-09T02:01:54.962Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-04-09T02:01:54.962Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-04-09T02:01:57.135Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-04-09T02:02:00.023Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-04-09T02:02:02.909Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-04-09T02:02:02.909Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-04-09T02:02:02.909Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-04-09T02:02:02.909Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-04-09T02:02:05.072Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-04-09T02:02:05.072Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-04-09T02:02:05.072Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-04-09T02:02:05.072Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-04-09T02:02:05.072Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-04-09T02:02:07.234Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-04-09T02:02:10.640Z] === RUN TestDockerSuite/TestCpToCaseF [2021-04-09T02:02:10.640Z] === RUN TestDockerSuite/TestCpToCaseG [2021-04-09T02:02:10.640Z] === RUN TestDockerSuite/TestCpToCaseH [2021-04-09T02:02:14.280Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-04-09T02:02:14.280Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-04-09T02:02:14.280Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-04-09T02:02:14.280Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-04-09T02:02:14.280Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-04-09T02:02:14.280Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-04-09T02:02:14.280Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-04-09T02:02:17.168Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-04-09T02:02:17.168Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-04-09T02:02:17.168Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-04-09T02:02:17.168Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-04-09T02:02:19.288Z] === RUN TestDockerSuite/TestCpToCaseI [2021-04-09T02:02:19.288Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-04-09T02:02:19.288Z] === RUN TestDockerSuite/TestCpToDot [2021-04-09T02:02:20.053Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-04-09T02:02:20.850Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-04-09T02:02:20.851Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-04-09T02:02:20.851Z] === RUN TestDockerSuite/TestCpToStdout [2021-04-09T02:02:22.951Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-04-09T02:02:22.951Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-04-09T02:02:23.795Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-04-09T02:02:23.795Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-04-09T02:02:23.795Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-04-09T02:02:23.795Z] === RUN TestDockerSuite/TestCpVolumePath [2021-04-09T02:02:23.795Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-04-09T02:02:24.262Z] === RUN TestDockerSuite/TestCreateArgs [2021-04-09T02:02:24.262Z] === RUN TestDockerSuite/TestCreateByImageID [2021-04-09T02:02:25.116Z] === RUN TestDockerSuite/TestRunEnvironment [2021-04-09T02:02:25.116Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-04-09T02:02:25.116Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-04-09T02:02:25.116Z] === RUN TestDockerSuite/TestRunExitCode [2021-04-09T02:02:26.471Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-04-09T02:02:28.003Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-04-09T02:02:30.174Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-04-09T02:02:32.338Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-04-09T02:02:35.121Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-04-09T02:02:35.121Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-04-09T02:02:35.121Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-04-09T02:02:35.233Z] === RUN TestDockerSuite/TestRunExposePort [2021-04-09T02:02:35.233Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-04-09T02:02:35.233Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-04-09T02:02:35.233Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-04-09T02:02:35.233Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-04-09T02:02:35.233Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-04-09T02:02:35.233Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-04-09T02:02:35.233Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-04-09T02:02:35.233Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-04-09T02:02:36.684Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-04-09T02:02:37.151Z] === RUN TestDockerSuite/TestCreateLabels [2021-04-09T02:02:37.151Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-04-09T02:02:37.151Z] === RUN TestDockerSuite/TestCreateRM [2021-04-09T02:02:37.617Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-04-09T02:02:37.617Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-04-09T02:02:38.083Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-04-09T02:02:38.083Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-04-09T02:02:39.900Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-04-09T02:02:39.900Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-04-09T02:02:39.900Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-04-09T02:02:39.900Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-04-09T02:02:39.900Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-04-09T02:02:39.900Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-04-09T02:02:39.900Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-04-09T02:02:48.434Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-04-09T02:02:48.434Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-04-09T02:02:48.889Z] === RUN TestDockerSuite/TestRunModeHostname [2021-04-09T02:02:48.889Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-04-09T02:02:48.889Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-04-09T02:02:48.889Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-04-09T02:02:48.889Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-04-09T02:02:48.889Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-04-09T02:02:48.889Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-04-09T02:02:48.889Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-04-09T02:02:48.889Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-04-09T02:02:48.889Z] === RUN TestDockerSuite/TestRunMount [2021-04-09T02:02:48.889Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-04-09T02:02:48.889Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-04-09T02:02:48.889Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-04-09T02:02:48.889Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-04-09T02:02:52.998Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-04-09T02:02:52.998Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-04-09T02:02:52.998Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-04-09T02:02:56.783Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-04-09T02:02:56.783Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-04-09T02:02:56.783Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-04-09T02:02:57.425Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-04-09T02:02:57.425Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-04-09T02:02:57.425Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-04-09T02:02:57.425Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-04-09T02:03:03.190Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-04-09T02:03:03.932Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-04-09T02:03:03.932Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-04-09T02:03:03.932Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-04-09T02:03:03.932Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-04-09T02:03:03.932Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-04-09T02:03:03.932Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-04-09T02:03:03.932Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-04-09T02:03:03.932Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-04-09T02:03:03.932Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-04-09T02:03:03.932Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-04-09T02:03:03.932Z] === RUN TestDockerSuite/TestDevicePermissions [2021-04-09T02:03:03.932Z] === RUN TestDockerSuite/TestDockerFails [2021-04-09T02:03:03.932Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-04-09T02:03:03.932Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-04-09T02:03:03.932Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-04-09T02:03:03.932Z] === RUN TestDockerSuite/TestEventsAttach [2021-04-09T02:03:03.932Z] === RUN TestDockerSuite/TestEventsCommit [2021-04-09T02:03:04.398Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-04-09T02:03:06.608Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-04-09T02:03:07.853Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-04-09T02:03:07.853Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-04-09T02:03:07.853Z] === RUN TestDockerSuite/TestRunNetHost [2021-04-09T02:03:07.853Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-04-09T02:03:07.853Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-04-09T02:03:07.853Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-04-09T02:03:07.853Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-04-09T02:03:07.853Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-04-09T02:03:07.853Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-04-09T02:03:07.853Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-04-09T02:03:08.308Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-04-09T02:03:09.268Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-04-09T02:03:09.552Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-04-09T02:03:11.441Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-04-09T02:03:11.761Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-04-09T02:03:12.966Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-04-09T02:03:14.490Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-04-09T02:03:16.654Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-04-09T02:03:17.110Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-04-09T02:03:17.110Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-04-09T02:03:17.110Z] === RUN TestDockerSuite/TestRunPortInUse [2021-04-09T02:03:17.110Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-04-09T02:03:17.110Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-04-09T02:03:17.110Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-04-09T02:03:17.110Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-04-09T02:03:17.110Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-04-09T02:03:20.404Z] === RUN TestDockerSuite/TestEventsCopy [2021-04-09T02:03:20.830Z] === RUN TestDockerSuite/TestRunPublishPort [2021-04-09T02:03:20.830Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-04-09T02:03:20.830Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-04-09T02:03:20.830Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-04-09T02:03:20.830Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-04-09T02:03:20.830Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-04-09T02:03:25.147Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-04-09T02:03:31.003Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-04-09T02:03:31.114Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-04-09T02:03:31.114Z] === RUN TestDockerSuite/TestRunRm [2021-04-09T02:03:32.639Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-04-09T02:03:33.212Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-04-09T02:03:33.679Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-04-09T02:03:38.409Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-04-09T02:03:40.576Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-04-09T02:03:43.462Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-04-09T02:03:44.080Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-04-09T02:03:44.080Z] === RUN TestDockerSuite/TestEventsFilterType [2021-04-09T02:03:44.547Z] === RUN TestDockerSuite/TestEventsFilters [2021-04-09T02:03:45.625Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-04-09T02:03:48.511Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-04-09T02:03:48.511Z] === RUN TestDockerSuite/TestRunState [2021-04-09T02:03:48.511Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-04-09T02:03:50.406Z] === RUN TestDockerSuite/TestEventsFormat [2021-04-09T02:03:50.676Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-04-09T02:03:50.676Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-04-09T02:03:53.564Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-04-09T02:03:53.564Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-04-09T02:03:53.564Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-04-09T02:03:53.564Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-04-09T02:03:53.564Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-04-09T02:03:53.564Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-04-09T02:03:55.153Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-04-09T02:03:55.153Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-04-09T02:03:55.153Z] === RUN TestDockerSuite/TestEventsImageImport [2021-04-09T02:03:55.153Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-04-09T02:03:55.153Z] === RUN TestDockerSuite/TestEventsImagePull [2021-04-09T02:03:55.153Z] === RUN TestDockerSuite/TestEventsImageTag [2021-04-09T02:03:56.723Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-04-09T02:03:56.723Z] === RUN TestDockerSuite/TestEventsRename [2021-04-09T02:03:58.931Z] === RUN TestDockerSuite/TestEventsResize [2021-04-09T02:03:59.328Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-04-09T02:03:59.328Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-04-09T02:03:59.328Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-04-09T02:03:59.328Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-04-09T02:03:59.328Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-04-09T02:03:59.328Z] === RUN TestDockerSuite/TestRunUserByID [2021-04-09T02:03:59.328Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-04-09T02:03:59.328Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-04-09T02:03:59.328Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-04-09T02:03:59.328Z] === RUN TestDockerSuite/TestRunUserByName [2021-04-09T02:03:59.328Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-04-09T02:04:01.493Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-04-09T02:04:01.493Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-04-09T02:04:02.711Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-04-09T02:04:03.657Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-04-09T02:04:03.657Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-04-09T02:04:03.658Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-04-09T02:04:04.920Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-04-09T02:04:07.379Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-04-09T02:04:08.703Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-04-09T02:04:13.450Z] === RUN TestDockerSuite/TestEventsTop [2021-04-09T02:04:13.450Z] === RUN TestDockerSuite/TestEventsUntag [2021-04-09T02:04:14.417Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-04-09T02:04:15.658Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-04-09T02:04:19.089Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-04-09T02:04:20.514Z] === RUN TestDockerSuite/TestExec [2021-04-09T02:04:20.514Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-04-09T02:04:20.514Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-04-09T02:04:22.725Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-04-09T02:04:24.933Z] === RUN TestDockerSuite/TestExecAPIStart [2021-04-09T02:04:24.933Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-04-09T02:04:24.933Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-04-09T02:04:24.933Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-04-09T02:04:26.213Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-04-09T02:04:26.213Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-04-09T02:04:26.213Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-04-09T02:04:27.142Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-04-09T02:04:28.377Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-04-09T02:04:29.354Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-04-09T02:04:30.539Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-04-09T02:04:32.297Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-04-09T02:04:33.433Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-04-09T02:04:33.433Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-04-09T02:04:33.433Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-04-09T02:04:33.433Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-04-09T02:04:33.433Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-04-09T02:04:33.433Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-04-09T02:04:33.433Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-04-09T02:04:33.433Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-04-09T02:04:33.433Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-04-09T02:04:33.859Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-04-09T02:04:38.609Z] === RUN TestDockerSuite/TestExecCgroup [2021-04-09T02:04:38.609Z] === RUN TestDockerSuite/TestExecEnv [2021-04-09T02:04:38.609Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-04-09T02:04:38.609Z] === RUN TestDockerSuite/TestExecExitStatus [2021-04-09T02:04:41.554Z] === RUN TestDockerSuite/TestExecInspectID [2021-04-09T02:04:41.961Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-04-09T02:04:44.124Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-04-09T02:04:45.649Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-04-09T02:04:46.297Z] === RUN TestDockerSuite/TestExecInteractive [2021-04-09T02:04:46.297Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-04-09T02:04:46.297Z] === RUN TestDockerSuite/TestExecParseError [2021-04-09T02:04:46.297Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-04-09T02:04:46.297Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-04-09T02:04:46.297Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-04-09T02:04:49.242Z] === RUN TestDockerSuite/TestExecSetEnv [2021-04-09T02:04:49.242Z] === RUN TestDockerSuite/TestExecStartFails [2021-04-09T02:04:49.242Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-04-09T02:04:49.242Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-04-09T02:04:49.242Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-04-09T02:04:49.242Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-04-09T02:04:50.314Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-04-09T02:04:50.314Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-04-09T02:04:50.314Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-04-09T02:04:50.314Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-04-09T02:04:50.314Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-04-09T02:04:50.314Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-04-09T02:04:50.314Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-04-09T02:04:50.314Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-04-09T02:04:50.314Z] === RUN TestDockerSuite/TestSaveImageId [2021-04-09T02:04:50.314Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-04-09T02:04:50.314Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-04-09T02:04:50.314Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-04-09T02:04:50.314Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-04-09T02:04:50.314Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-04-09T02:04:50.314Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-04-09T02:04:50.314Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-04-09T02:04:50.314Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-04-09T02:04:50.769Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-04-09T02:04:52.191Z] === RUN TestDockerSuite/TestExecUlimits [2021-04-09T02:04:52.192Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-04-09T02:04:52.932Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-04-09T02:04:53.386Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-04-09T02:04:53.386Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-04-09T02:04:53.841Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-04-09T02:04:55.369Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-04-09T02:04:59.350Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-04-09T02:04:59.350Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-04-09T02:04:59.350Z] === RUN TestDockerSuite/TestExecWithUser [2021-04-09T02:04:59.350Z] === RUN TestDockerSuite/TestGetContainerStats [2021-04-09T02:05:03.899Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-04-09T02:05:03.899Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-04-09T02:05:05.229Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-04-09T02:05:12.377Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-04-09T02:05:12.431Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-04-09T02:05:12.431Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-04-09T02:05:15.319Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-04-09T02:05:16.153Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-04-09T02:05:16.153Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-04-09T02:05:16.153Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-04-09T02:05:16.153Z] === RUN TestDockerSuite/TestStartRecordError [2021-04-09T02:05:16.153Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-04-09T02:05:21.172Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-04-09T02:05:21.172Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-04-09T02:05:21.172Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-04-09T02:05:21.172Z] === RUN TestDockerSuite/TestHealth [2021-04-09T02:05:21.172Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-04-09T02:05:21.172Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-04-09T02:05:21.638Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-04-09T02:05:21.638Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-04-09T02:05:24.689Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-04-09T02:05:24.689Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-04-09T02:05:24.689Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-04-09T02:05:24.689Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-04-09T02:05:24.689Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-04-09T02:05:24.689Z] === RUN TestDockerSuite/TestStatsNoStream [2021-04-09T02:05:24.689Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-04-09T02:05:26.216Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-04-09T02:05:27.493Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-04-09T02:05:27.493Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-04-09T02:05:27.493Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-04-09T02:05:27.494Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-04-09T02:05:27.494Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-04-09T02:05:27.494Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-04-09T02:05:27.960Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-04-09T02:05:27.960Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-04-09T02:05:28.380Z] === RUN TestDockerSuite/TestTopPrivileged [2021-04-09T02:05:28.380Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-04-09T02:05:29.523Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-04-09T02:05:29.523Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-04-09T02:05:31.268Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-04-09T02:05:31.268Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-04-09T02:05:31.268Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-04-09T02:05:31.268Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-04-09T02:05:31.268Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-04-09T02:05:31.268Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-04-09T02:05:31.268Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-04-09T02:05:31.733Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-04-09T02:05:31.733Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-04-09T02:05:33.944Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-04-09T02:05:36.889Z] === RUN TestDockerSuite/TestImagesFormat [2021-04-09T02:05:36.889Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-04-09T02:05:36.889Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-04-09T02:05:41.638Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-04-09T02:05:41.638Z] === RUN TestDockerSuite/TestImportBadURL [2021-04-09T02:05:43.848Z] === RUN TestDockerSuite/TestImportDisplay [2021-04-09T02:05:43.848Z] === RUN TestDockerSuite/TestImportFile [2021-04-09T02:05:43.848Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-04-09T02:05:43.848Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-04-09T02:05:43.848Z] === RUN TestDockerSuite/TestImportGzipped [2021-04-09T02:05:43.848Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-04-09T02:05:43.848Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-04-09T02:05:43.848Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-04-09T02:05:43.848Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-04-09T02:05:43.848Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-04-09T02:05:43.848Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-04-09T02:05:43.848Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-04-09T02:05:43.848Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-04-09T02:05:46.041Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-04-09T02:05:46.062Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-04-09T02:05:46.497Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-04-09T02:05:46.497Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-04-09T02:05:46.497Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-04-09T02:05:46.952Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-04-09T02:05:46.952Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-04-09T02:05:47.407Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-04-09T02:05:48.273Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-04-09T02:05:48.273Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-04-09T02:05:48.273Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-04-09T02:05:48.740Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-04-09T02:05:48.740Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-04-09T02:05:50.295Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-04-09T02:05:50.295Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-04-09T02:05:54.012Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-04-09T02:05:54.013Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-04-09T02:05:54.468Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-04-09T02:05:54.468Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-04-09T02:05:54.924Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-04-09T02:05:55.886Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-04-09T02:05:55.886Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-04-09T02:05:58.095Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-04-09T02:05:58.561Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-04-09T02:05:58.561Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-04-09T02:05:58.561Z] === RUN TestDockerSuite/TestInspectDefault [2021-04-09T02:06:00.769Z] === RUN TestDockerSuite/TestInspectHistory [2021-04-09T02:06:03.464Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-04-09T02:06:03.464Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-04-09T02:06:04.424Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-04-09T02:06:04.424Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-04-09T02:06:04.424Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-04-09T02:06:11.181Z] === RUN TestDockerSuite/TestInspectImage [2021-04-09T02:06:11.181Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-04-09T02:06:11.181Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-04-09T02:06:11.181Z] === RUN TestDockerSuite/TestInspectInt64 [2021-04-09T02:06:12.743Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-04-09T02:06:13.036Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-04-09T02:06:13.036Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-04-09T02:06:13.036Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-04-09T02:06:15.691Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-04-09T02:06:15.691Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-04-09T02:06:18.049Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-04-09T02:06:20.259Z] === RUN TestDockerSuite/TestInspectPlugin [2021-04-09T02:06:20.259Z] === RUN TestDockerSuite/TestInspectRootFS [2021-04-09T02:06:20.259Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-04-09T02:06:23.206Z] === RUN TestDockerSuite/TestInspectStatus [2021-04-09T02:06:23.426Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-04-09T02:06:23.426Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite (2428.65s) [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-04-09T02:06:24.983Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-04-09T02:06:24.983Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (1.00s) [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.22s) [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.57s) [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.36s) [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (60.83s) [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.71s) [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.03s) [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-04-09T02:06:24.983Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-04-09T02:06:24.983Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-04-09T02:06:24.983Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-04-09T02:06:24.983Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-04-09T02:06:24.983Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-04-09T02:06:24.983Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-04-09T02:06:24.983Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-04-09T02:06:24.983Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.50s) [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-04-09T02:06:24.983Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-04-09T02:06:24.983Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.18s) [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.55s) [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-04-09T02:06:24.983Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-04-09T02:06:24.983Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-04-09T02:06:24.983Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2021-04-09T02:06:24.983Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.19s) [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2021-04-09T02:06:24.983Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2021-04-09T02:06:24.983Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (5.78s) [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (75.29s) [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.43s) [2021-04-09T02:06:24.983Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.12s) [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.59s) [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.88s) [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-04-09T02:06:24.983Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-04-09T02:06:24.983Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-04-09T02:06:24.983Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.25s) [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.89s) [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.14s) [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.54s) [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-04-09T02:06:24.983Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-04-09T02:06:24.983Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s) [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.91s) [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (11.80s) [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (5.07s) [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.11s) [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-04-09T02:06:24.983Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.22s) [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.69s) [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.93s) [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-04-09T02:06:24.983Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-04-09T02:06:24.983Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2021-04-09T02:06:24.983Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-04-09T02:06:24.983Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.51s) [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildAddTar (34.23s) [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2021-04-09T02:06:24.983Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.42s) [2021-04-09T02:06:24.983Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (22.70s) [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.80s) [2021-04-09T02:06:24.983Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.60s) [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (16.28s) [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.18s) [2021-04-09T02:06:24.983Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.68s) [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (8.48s) [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (12.89s) [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.42s) [2021-04-09T02:06:24.983Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (5.18s) [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2021-04-09T02:06:24.983Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-04-09T02:06:24.983Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (6.58s) [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2021-04-09T02:06:24.983Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.60s) [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-04-09T02:06:24.983Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-04-09T02:06:24.983Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (24.58s) [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.29s) [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.80s) [2021-04-09T02:06:24.983Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.43s) [2021-04-09T02:06:24.983Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.46s) [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2021-04-09T02:06:24.983Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (3.99s) [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.45s) [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-04-09T02:06:24.983Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-04-09T02:06:24.983Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.56s) [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.98s) [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildCmd (0.59s) [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.56s) [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.58s) [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.81s) [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.20s) [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2021-04-09T02:06:24.983Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.47s) [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-04-09T02:06:24.983Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.53s) [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (6.68s) [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.96s) [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.51s) [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-04-09T02:06:24.983Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.91s) [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.69s) [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-04-09T02:06:24.983Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-04-09T02:06:24.983Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.65s) [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (39.51s) [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.69s) [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.39s) [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (5.26s) [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.40s) [2021-04-09T02:06:24.983Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.39s) [2021-04-09T02:06:24.983Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2021-04-09T02:06:24.983Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.62s) [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-04-09T02:06:24.983Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (24.73s) [2021-04-09T02:06:24.983Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.76s) [2021-04-09T02:06:24.983Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.45s) [2021-04-09T02:06:24.983Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (22.61s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.87s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.91s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (8.29s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.73s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.17s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildDockerignore (51.28s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (6.49s) [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.47s) [2021-04-09T02:06:24.984Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (58.08s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.76s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.83s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (19.61s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (10.79s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (10.68s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (28.97s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (11.20s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (10.36s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (78.52s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.49s) [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.39s) [2021-04-09T02:06:24.984Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-04-09T02:06:24.984Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.59s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.14s) [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-04-09T02:06:24.984Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.52s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.57s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.07s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.99s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.47s) [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-04-09T02:06:24.984Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.38s) [2021-04-09T02:06:24.984Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-04-09T02:06:24.984Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-04-09T02:06:24.984Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-04-09T02:06:24.984Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.88s) [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-04-09T02:06:24.984Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-04-09T02:06:24.984Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-04-09T02:06:24.984Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.01s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (9.23s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (14.15s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.61s) [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-04-09T02:06:24.984Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2021-04-09T02:06:24.984Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2021-04-09T02:06:24.984Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-04-09T02:06:24.984Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-04-09T02:06:24.984Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildFails (2.73s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.10s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (6.05s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.54s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildForceRm (6.84s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildFromGit (5.98s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.42s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.07s) [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-04-09T02:06:24.984Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.67s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.57s) [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-04-09T02:06:24.984Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (8.29s) [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-04-09T02:06:24.984Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildHistory (11.79s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.01s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.80s) [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2021-04-09T02:06:24.984Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.77s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.08s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.62s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildLabel (1.03s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.68s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.03s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.63s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildLabels (1.03s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.53s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (6.04s) [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2021-04-09T02:06:24.984Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2021-04-09T02:06:24.984Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.08s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.58s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.61s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.31s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (15.97s) [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2021-04-09T02:06:24.984Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.57s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (36.49s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (15.49s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.60s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (6.51s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (10.06s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (25.81s) [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-04-09T02:06:24.984Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (8.22s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.65s) [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-04-09T02:06:24.984Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2021-04-09T02:06:24.984Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.22s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.77s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.42s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.22s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.23s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.70s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.99s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.44s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildOnBuild (9.39s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.76s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (9.25s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.20s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (7.63s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (9.42s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (9.09s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.24s) [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2021-04-09T02:06:24.984Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-04-09T02:06:24.984Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.98s) [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-04-09T02:06:24.984Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (41.70s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (19.24s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildRm (21.38s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.29s) [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-04-09T02:06:24.984Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.45s) [2021-04-09T02:06:24.984Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.58s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.64s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.63s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.69s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (20.82s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.87s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.66s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (8.93s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.28s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (9.29s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.10s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildStderr (4.18s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (37.01s) [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.40s) [2021-04-09T02:06:24.984Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.15s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.39s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.34s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (9.57s) [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-04-09T02:06:24.984Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-04-09T02:06:24.984Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-04-09T02:06:24.984Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (3.64s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.58s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.19s) [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-04-09T02:06:24.984Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-04-09T02:06:24.984Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (22.14s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.95s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (9.47s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (5.66s) [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.42s) [2021-04-09T02:06:24.984Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2021-04-09T02:06:24.984Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.39s) [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.42s) [2021-04-09T02:06:24.984Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (14.60s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildWithTabs (9.02s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.47s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (13.78s) [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.42s) [2021-04-09T02:06:24.984Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.41s) [2021-04-09T02:06:24.984Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-04-09T02:06:24.984Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.21s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (7.11s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.03s) [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.40s) [2021-04-09T02:06:24.984Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-04-09T02:06:24.984Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-04-09T02:06:24.984Z] docker_cli_sni_test.go:18: Flakey test [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.86s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.72s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestCommitChange (4.68s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.43s) [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-04-09T02:06:24.984Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestCommitNewFile (6.88s) [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-04-09T02:06:24.984Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestCommitTTY (7.63s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.71s) [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-04-09T02:06:24.984Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-04-09T02:06:24.984Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-04-09T02:06:24.984Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-04-09T02:06:24.984Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-04-09T02:06:24.984Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-04-09T02:06:24.984Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-04-09T02:06:24.984Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.12s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestContainerAPICommit (7.41s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (7.01s) [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-04-09T02:06:24.984Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.34s) [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-04-09T02:06:24.984Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-04-09T02:06:24.984Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-04-09T02:06:24.984Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.28s) [2021-04-09T02:06:24.984Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-04-09T02:06:24.984Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.67s) [2021-04-09T02:06:24.984Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-04-09T02:06:24.985Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-04-09T02:06:24.985Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2021-04-09T02:06:24.985Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.28s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.23s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.21s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-04-09T02:06:24.985Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.28s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.33s) [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-04-09T02:06:24.985Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-04-09T02:06:24.985Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.67s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.13s) [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-04-09T02:06:24.985Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.80s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.27s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.67s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (3.79s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.27s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.13s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.88s) [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-04-09T02:06:24.985Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.74s) [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-04-09T02:06:24.985Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.19s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.12s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.56s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.14s) [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-04-09T02:06:24.985Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-04-09T02:06:24.985Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-04-09T02:06:24.985Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2021-04-09T02:06:24.985Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-04-09T02:06:24.985Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (6.61s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (18.27s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.68s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.58s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.59s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.63s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0008a0420_} (2.57s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1681147974_c:\foo_false____} (2.57s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1681147974_c:\foo_true____} (2.61s) [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2021-04-09T02:06:24.985Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.46s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.09s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.11s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.09s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.10s) [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-04-09T02:06:24.985Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-04-09T02:06:24.985Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-04-09T02:06:24.985Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-04-09T02:06:24.985Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2021-04-09T02:06:24.985Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.44s) [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-04-09T02:06:24.985Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-04-09T02:06:24.985Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-04-09T02:06:24.985Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2021-04-09T02:06:24.985Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-04-09T02:06:24.985Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-04-09T02:06:24.985Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-04-09T02:06:24.985Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-04-09T02:06:24.985Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2021-04-09T02:06:24.985Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-04-09T02:06:24.985Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-04-09T02:06:24.985Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-04-09T02:06:24.985Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-04-09T02:06:24.985Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.77s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s) [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-04-09T02:06:24.985Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.84s) [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-04-09T02:06:24.985Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-04-09T02:06:24.985Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-04-09T02:06:24.985Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.68s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.79s) [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-04-09T02:06:24.985Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2021-04-09T02:06:24.985Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestCpToCaseE (9.83s) [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-04-09T02:06:24.985Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-04-09T02:06:24.985Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestCpToCaseH (9.81s) [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-04-09T02:06:24.985Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-04-09T02:06:24.985Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestCpToDot (2.42s) [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2021-04-09T02:06:24.985Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2021-04-09T02:06:24.985Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestCpToStdout (2.75s) [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-04-09T02:06:24.985Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-04-09T02:06:24.985Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-04-09T02:06:24.985Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-04-09T02:06:24.985Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.21s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestCreateArgs (0.23s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.15s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.69s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.22s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.22s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.94s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.72s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestCreateLabels (0.24s) [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-04-09T02:06:24.985Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestCreateRM (0.42s) [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-04-09T02:06:24.985Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.23s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.42s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (7.83s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.25s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.50s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.79s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.24s) [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2021-04-09T02:06:24.985Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.71s) [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-04-09T02:06:24.985Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.19s) [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-04-09T02:06:24.985Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-04-09T02:06:24.985Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-04-09T02:06:24.985Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-04-09T02:06:24.985Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-04-09T02:06:24.985Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-04-09T02:06:24.985Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-04-09T02:06:24.985Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2021-04-09T02:06:24.985Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2021-04-09T02:06:24.985Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestDockerFails (0.07s) [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-04-09T02:06:24.985Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-04-09T02:06:24.985Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-04-09T02:06:24.985Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-04-09T02:06:24.985Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-04-09T02:06:24.985Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.80s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.74s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.42s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (8.37s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestEventsCopy (4.37s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (5.43s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.13s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.79s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (4.20s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.47s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.99s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestEventsFilters (5.48s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestEventsFormat (9.88s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.07s) [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s) [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-04-09T02:06:24.985Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-04-09T02:06:24.985Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-04-09T02:06:24.985Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.17s) [2021-04-09T02:06:24.985Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-04-09T02:06:24.985Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.985Z] --- PASS: TestDockerSuite/TestEventsRename (2.84s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestEventsResize (3.49s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.61s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.59s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.81s) [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestEventsUntag (2.72s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.79s) [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.03s) [2021-04-09T02:06:24.986Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.34s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.10s) [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-04-09T02:06:24.986Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-04-09T02:06:24.986Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-04-09T02:06:24.986Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.15s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.15s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.20s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.14s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.88s) [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2021-04-09T02:06:24.986Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.30s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestExecInspectID (4.59s) [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2021-04-09T02:06:24.986Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-04-09T02:06:24.986Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.43s) [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-04-09T02:06:24.986Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.29s) [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (5.88s) [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.02s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.04s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.05s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.10s) [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-04-09T02:06:24.986Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.17s) [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.08s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.79s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.08s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.07s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.30s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.65s) [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.05s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.83s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.25s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.14s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.88s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestImagesFormat (0.19s) [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.73s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.06s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestImportBadURL (2.35s) [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.06s) [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2021-04-09T02:06:24.986Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2021-04-09T02:06:24.986Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2021-04-09T02:06:24.986Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.07s) [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-04-09T02:06:24.986Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-04-09T02:06:24.986Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.57s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.60s) [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-04-09T02:06:24.986Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-04-09T02:06:24.986Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s) [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.39s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.17s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.58s) [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestInspectDefault (2.61s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestInspectHistory (4.61s) [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2021-04-09T02:06:24.986Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.63s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.14s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.23s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.33s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.21s) [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.07s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.19s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestInspectStatus (3.33s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.32s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.43s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.23s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.30s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.33s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.61s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.20s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.09s) [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2021-04-09T02:06:24.986Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.06s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.07s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.89s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.74s) [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-04-09T02:06:24.986Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.32s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (6.45s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (6.55s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (6.45s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.65s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.57s) [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.75s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.55s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestLogsSince (9.31s) [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2021-04-09T02:06:24.986Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestLogsTail (3.06s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.80s) [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.77s) [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2021-04-09T02:06:24.986Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2021-04-09T02:06:24.986Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2021-04-09T02:06:24.986Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.07s) [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2021-04-09T02:06:24.986Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-04-09T02:06:24.986Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2021-04-09T02:06:24.986Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.986Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2021-04-09T02:06:24.987Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.23s) [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-04-09T02:06:24.987Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-04-09T02:06:24.987Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-04-09T02:06:24.987Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-04-09T02:06:24.987Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2021-04-09T02:06:24.987Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2021-04-09T02:06:24.987Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-04-09T02:06:24.987Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-04-09T02:06:24.987Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.96s) [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-04-09T02:06:24.987Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestPsByOrder (8.68s) [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestPsListContainersBase (9.84s) [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (15.77s) [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.36s) [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-04-09T02:06:24.987Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (12.67s) [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (4.10s) [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (8.50s) [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.96s) [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2021-04-09T02:06:24.987Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (5.28s) [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestPsShowMounts (7.19s) [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.60s) [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.29s) [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.90s) [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2021-04-09T02:06:24.987Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.43s) [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.81s) [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.81s) [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (23.42s) [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (6.93s) [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.28s) [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.22s) [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.86s) [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.82s) [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.60s) [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2021-04-09T02:06:24.987Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.86s) [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.33s) [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (23.35s) [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.86s) [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.68s) [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.14s) [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (5.24s) [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (7.73s) [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (8.68s) [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRmiTag (0.64s) [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.84s) [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (25.48s) [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.01s) [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (5.23s) [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.18s) [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.01s) [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (5.24s) [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.67s) [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.61s) [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.69s) [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.63s) [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRunBindMounts (5.47s) [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.59s) [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.34s) [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (6.82s) [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.92s) [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.75s) [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.71s) [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.71s) [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.90s) [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (6.69s) [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (3.03s) [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.18s) [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.67s) [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.62s) [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.61s) [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRunExitCode (2.68s) [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.16s) [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.32s) [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.70s) [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRunExposePort (0.06s) [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.67s) [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (7.28s) [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.65s) [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-04-09T02:06:24.987Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.987Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (7.89s) [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (5.97s) [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.53s) [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.44s) [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.22s) [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.90s) [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.93s) [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.26s) [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.47s) [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.43s) [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (8.85s) [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestRunRm (2.74s) [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.73s) [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.67s) [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.27s) [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.26s) [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.86s) [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.67s) [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.60s) [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.16s) [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s) [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.01s) [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.39s) [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.24s) [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.44s) [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (7.40s) [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.64s) [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.38s) [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.18s) [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.49s) [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.28s) [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.76s) [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.05s) [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s) [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (8.51s) [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.85s) [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.89s) [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.67s) [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2021-04-09T02:06:24.988Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.26s) [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.39s) [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.39s) [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.23s) [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.65s) [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (7.25s) [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2021-04-09T02:06:24.988Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (8.84s) [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestStartAttachSilent (4.37s) [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2021-04-09T02:06:24.988Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (7.46s) [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-04-09T02:06:24.988Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2021-04-09T02:06:24.988Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2021-04-09T02:06:24.988Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2021-04-09T02:06:24.988Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.35s) [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.44s) [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.43s) [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.29s) [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.15s) [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.20s) [2021-04-09T02:06:24.988Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-04-09T02:06:24.988Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.32s) [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.27s) [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.14s) [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.99s) [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.08s) [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.45s) [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.37s) [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.38s) [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s) [2021-04-09T02:06:24.988Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.16s) [2021-04-09T02:06:24.989Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (8.74s) [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-04-09T02:06:24.989Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.65s) [2021-04-09T02:06:24.989Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.21s) [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-04-09T02:06:24.989Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (7.95s) [2021-04-09T02:06:24.989Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.27s) [2021-04-09T02:06:24.989Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.27s) [2021-04-09T02:06:24.989Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (10.45s) [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2021-04-09T02:06:24.989Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.36s) [2021-04-09T02:06:24.989Z] === RUN TestDockerRegistrySuite [2021-04-09T02:06:24.989Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-04-09T02:06:24.989Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-04-09T02:06:24.989Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-04-09T02:06:24.989Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-04-09T02:06:24.989Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-04-09T02:06:24.989Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-04-09T02:06:24.989Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-04-09T02:06:24.989Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-04-09T02:06:24.989Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-04-09T02:06:24.989Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-04-09T02:06:24.989Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-04-09T02:06:24.989Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-04-09T02:06:24.989Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-04-09T02:06:24.989Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-04-09T02:06:24.989Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-04-09T02:06:24.989Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-04-09T02:06:24.989Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-04-09T02:06:24.989Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-04-09T02:06:24.989Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-04-09T02:06:24.989Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-04-09T02:06:24.989Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-04-09T02:06:24.989Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-04-09T02:06:24.989Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-04-09T02:06:24.989Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-04-09T02:06:24.989Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-04-09T02:06:24.989Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-04-09T02:06:24.989Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-04-09T02:06:24.989Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-04-09T02:06:24.989Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-04-09T02:06:24.989Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-04-09T02:06:24.989Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-04-09T02:06:24.989Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-04-09T02:06:24.989Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-04-09T02:06:24.989Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-04-09T02:06:24.989Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-04-09T02:06:24.989Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-04-09T02:06:24.989Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-04-09T02:06:24.989Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-04-09T02:06:24.989Z] --- PASS: TestDockerRegistrySuite (0.16s) [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] === RUN TestDockerSchema1RegistrySuite [2021-04-09T02:06:24.989Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-04-09T02:06:24.989Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-04-09T02:06:24.989Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-04-09T02:06:24.989Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-04-09T02:06:24.989Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-04-09T02:06:24.989Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-04-09T02:06:24.989Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-04-09T02:06:24.989Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-04-09T02:06:24.989Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-04-09T02:06:24.989Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-04-09T02:06:24.989Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-04-09T02:06:24.989Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-04-09T02:06:24.989Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-04-09T02:06:24.989Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-04-09T02:06:24.989Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-04-09T02:06:24.989Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-04-09T02:06:24.989Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-04-09T02:06:24.989Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-04-09T02:06:24.989Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-04-09T02:06:24.989Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-04-09T02:06:24.989Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-04-09T02:06:24.989Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-04-09T02:06:24.989Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-04-09T02:06:24.989Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-04-09T02:06:24.989Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-04-09T02:06:24.989Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-04-09T02:06:24.989Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-04-09T02:06:24.989Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.02s) [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-04-09T02:06:24.989Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-09T02:06:24.989Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-04-09T02:06:25.420Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-04-09T02:06:25.455Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.455Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-04-09T02:06:25.455Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.455Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-04-09T02:06:25.455Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.455Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-04-09T02:06:25.455Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.455Z] === RUN TestDockerRegistryAuthTokenSuite [2021-04-09T02:06:25.455Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-04-09T02:06:25.455Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-04-09T02:06:25.455Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-04-09T02:06:25.455Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-04-09T02:06:25.455Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-04-09T02:06:25.455Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2021-04-09T02:06:25.455Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-04-09T02:06:25.455Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.455Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-04-09T02:06:25.455Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.455Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-04-09T02:06:25.455Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.455Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-04-09T02:06:25.455Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.455Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-04-09T02:06:25.455Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.455Z] === RUN TestDockerDaemonSuite [2021-04-09T02:06:25.455Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-04-09T02:06:25.455Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-04-09T02:06:25.455Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-04-09T02:06:25.455Z] --- PASS: TestDockerDaemonSuite (0.00s) [2021-04-09T02:06:25.455Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-04-09T02:06:25.455Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.455Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-04-09T02:06:25.455Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.455Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-04-09T02:06:25.455Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.455Z] === RUN TestDockerSwarmSuite [2021-04-09T02:06:25.455Z] --- PASS: TestDockerSwarmSuite (0.00s) [2021-04-09T02:06:25.455Z] === RUN TestDockerPluginSuite [2021-04-09T02:06:25.455Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2021-04-09T02:06:25.455Z] === RUN TestDockerPluginSuite/TestPluginCreate [2021-04-09T02:06:25.455Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2021-04-09T02:06:25.455Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2021-04-09T02:06:25.455Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2021-04-09T02:06:25.455Z] === RUN TestDockerPluginSuite/TestPluginInspect [2021-04-09T02:06:25.455Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2021-04-09T02:06:25.455Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2021-04-09T02:06:25.455Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2021-04-09T02:06:25.455Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2021-04-09T02:06:25.455Z] === RUN TestDockerPluginSuite/TestPluginSet [2021-04-09T02:06:25.455Z] --- PASS: TestDockerPluginSuite (0.02s) [2021-04-09T02:06:25.455Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-04-09T02:06:25.455Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.455Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-04-09T02:06:25.455Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.455Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-04-09T02:06:25.455Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.455Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-04-09T02:06:25.455Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.455Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-04-09T02:06:25.455Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.455Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-04-09T02:06:25.455Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.455Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-04-09T02:06:25.455Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.455Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-04-09T02:06:25.455Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.455Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-04-09T02:06:25.455Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.455Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-04-09T02:06:25.455Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.455Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-04-09T02:06:25.455Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.455Z] === RUN TestDockerExternalVolumeSuite [2021-04-09T02:06:25.455Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2021-04-09T02:06:25.455Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.455Z] === RUN TestDockerNetworkSuite [2021-04-09T02:06:25.455Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2021-04-09T02:06:25.455Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.455Z] === RUN TestDockerHubPullSuite [2021-04-09T02:06:25.455Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2021-04-09T02:06:25.455Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.455Z] PASS [2021-04-09T02:06:25.455Z] ok github.com/docker/docker/integration-cli 2429.670s [2021-04-09T02:06:25.455Z] [2021-04-09T02:06:25.455Z] === Skipped [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-04-09T02:06:25.456Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-04-09T02:06:25.456Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-04-09T02:06:25.456Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-04-09T02:06:25.456Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-04-09T02:06:25.456Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-04-09T02:06:25.456Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-04-09T02:06:25.456Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-04-09T02:06:25.456Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-04-09T02:06:25.456Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-04-09T02:06:25.456Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-04-09T02:06:25.456Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-04-09T02:06:25.456Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-04-09T02:06:25.456Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-04-09T02:06:25.456Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-04-09T02:06:25.456Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2021-04-09T02:06:25.456Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2021-04-09T02:06:25.456Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2021-04-09T02:06:25.456Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.43s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.43s) [2021-04-09T02:06:25.456Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-04-09T02:06:25.456Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-04-09T02:06:25.456Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-04-09T02:06:25.456Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-04-09T02:06:25.456Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-04-09T02:06:25.456Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-04-09T02:06:25.456Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-04-09T02:06:25.456Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-04-09T02:06:25.456Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2021-04-09T02:06:25.456Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-04-09T02:06:25.456Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2021-04-09T02:06:25.456Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.42s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.42s) [2021-04-09T02:06:25.456Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.80s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.80s) [2021-04-09T02:06:25.456Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.18s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.18s) [2021-04-09T02:06:25.456Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.42s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.42s) [2021-04-09T02:06:25.456Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2021-04-09T02:06:25.456Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-04-09T02:06:25.456Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2021-04-09T02:06:25.456Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-04-09T02:06:25.456Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-04-09T02:06:25.456Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.80s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.80s) [2021-04-09T02:06:25.456Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.43s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.43s) [2021-04-09T02:06:25.456Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.05s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2021-04-09T02:06:25.456Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-04-09T02:06:25.456Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-04-09T02:06:25.456Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2021-04-09T02:06:25.456Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-04-09T02:06:25.456Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-04-09T02:06:25.456Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-04-09T02:06:25.456Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-04-09T02:06:25.456Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.40s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.40s) [2021-04-09T02:06:25.456Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.39s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.39s) [2021-04-09T02:06:25.456Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2021-04-09T02:06:25.456Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-04-09T02:06:25.456Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.45s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.45s) [2021-04-09T02:06:25.456Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.47s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.47s) [2021-04-09T02:06:25.456Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.39s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.39s) [2021-04-09T02:06:25.456Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-04-09T02:06:25.456Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-04-09T02:06:25.456Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-04-09T02:06:25.456Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.38s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.38s) [2021-04-09T02:06:25.456Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-04-09T02:06:25.456Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-04-09T02:06:25.456Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-04-09T02:06:25.456Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-04-09T02:06:25.456Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-04-09T02:06:25.456Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-04-09T02:06:25.456Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-04-09T02:06:25.456Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2021-04-09T02:06:25.456Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2021-04-09T02:06:25.456Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-04-09T02:06:25.456Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-04-09T02:06:25.456Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-04-09T02:06:25.456Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.456Z] [2021-04-09T02:06:25.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-04-09T02:06:25.457Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-04-09T02:06:25.457Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-04-09T02:06:25.457Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2021-04-09T02:06:25.457Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.09s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2021-04-09T02:06:25.457Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.05s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2021-04-09T02:06:25.457Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.06s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2021-04-09T02:06:25.457Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-04-09T02:06:25.457Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-04-09T02:06:25.457Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2021-04-09T02:06:25.457Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2021-04-09T02:06:25.457Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-04-09T02:06:25.457Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-04-09T02:06:25.457Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-04-09T02:06:25.457Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.45s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.45s) [2021-04-09T02:06:25.457Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.40s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.40s) [2021-04-09T02:06:25.457Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-04-09T02:06:25.457Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-04-09T02:06:25.457Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-04-09T02:06:25.457Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-04-09T02:06:25.457Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-04-09T02:06:25.457Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.42s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.42s) [2021-04-09T02:06:25.457Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2021-04-09T02:06:25.457Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.42s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.42s) [2021-04-09T02:06:25.457Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.42s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.42s) [2021-04-09T02:06:25.457Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.41s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.41s) [2021-04-09T02:06:25.457Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-04-09T02:06:25.457Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.40s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.40s) [2021-04-09T02:06:25.457Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-04-09T02:06:25.457Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-04-09T02:06:25.457Z] docker_cli_sni_test.go:18: Flakey test [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-04-09T02:06:25.457Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-04-09T02:06:25.457Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-04-09T02:06:25.457Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-04-09T02:06:25.457Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-04-09T02:06:25.457Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-04-09T02:06:25.457Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-04-09T02:06:25.457Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-04-09T02:06:25.457Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-04-09T02:06:25.457Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-04-09T02:06:25.457Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-04-09T02:06:25.457Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-04-09T02:06:25.457Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-04-09T02:06:25.457Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-04-09T02:06:25.457Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-04-09T02:06:25.457Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-04-09T02:06:25.457Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2021-04-09T02:06:25.457Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-04-09T02:06:25.457Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-04-09T02:06:25.457Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-04-09T02:06:25.457Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-04-09T02:06:25.457Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-04-09T02:06:25.457Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-04-09T02:06:25.457Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-04-09T02:06:25.457Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-04-09T02:06:25.457Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-04-09T02:06:25.457Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2021-04-09T02:06:25.457Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-04-09T02:06:25.457Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2021-04-09T02:06:25.457Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-04-09T02:06:25.457Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-04-09T02:06:25.457Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-04-09T02:06:25.457Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-04-09T02:06:25.457Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2021-04-09T02:06:25.457Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-04-09T02:06:25.457Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-04-09T02:06:25.457Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-04-09T02:06:25.457Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2021-04-09T02:06:25.457Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-04-09T02:06:25.457Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-04-09T02:06:25.457Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2021-04-09T02:06:25.457Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-04-09T02:06:25.457Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.457Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-04-09T02:06:25.458Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2021-04-09T02:06:25.458Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-04-09T02:06:25.458Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-04-09T02:06:25.458Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-04-09T02:06:25.458Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-04-09T02:06:25.458Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-04-09T02:06:25.458Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-04-09T02:06:25.458Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-04-09T02:06:25.458Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-04-09T02:06:25.458Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-04-09T02:06:25.458Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2021-04-09T02:06:25.458Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-04-09T02:06:25.458Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-04-09T02:06:25.458Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-04-09T02:06:25.458Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-04-09T02:06:25.458Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2021-04-09T02:06:25.458Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2021-04-09T02:06:25.458Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-04-09T02:06:25.458Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-04-09T02:06:25.458Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-04-09T02:06:25.458Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-04-09T02:06:25.458Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-04-09T02:06:25.458Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-04-09T02:06:25.458Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2021-04-09T02:06:25.458Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-04-09T02:06:25.458Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-04-09T02:06:25.458Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-04-09T02:06:25.458Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-04-09T02:06:25.458Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-04-09T02:06:25.458Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-04-09T02:06:25.458Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-04-09T02:06:25.458Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-04-09T02:06:25.458Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2021-04-09T02:06:25.458Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2021-04-09T02:06:25.458Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-04-09T02:06:25.458Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-04-09T02:06:25.458Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-04-09T02:06:25.458Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-04-09T02:06:25.458Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-04-09T02:06:25.458Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-04-09T02:06:25.458Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-04-09T02:06:25.458Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-04-09T02:06:25.458Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-04-09T02:06:25.458Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-04-09T02:06:25.458Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-04-09T02:06:25.458Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.03s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.03s) [2021-04-09T02:06:25.458Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-04-09T02:06:25.458Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-04-09T02:06:25.458Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-04-09T02:06:25.458Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-04-09T02:06:25.458Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-04-09T02:06:25.458Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2021-04-09T02:06:25.458Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-04-09T02:06:25.458Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-04-09T02:06:25.458Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2021-04-09T02:06:25.458Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-04-09T02:06:25.458Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-04-09T02:06:25.458Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-04-09T02:06:25.458Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-04-09T02:06:25.458Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-04-09T02:06:25.458Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-04-09T02:06:25.458Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-04-09T02:06:25.458Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-04-09T02:06:25.458Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-04-09T02:06:25.458Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-04-09T02:06:25.458Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.458Z] [2021-04-09T02:06:25.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2021-04-09T02:06:25.458Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-04-09T02:06:25.459Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-04-09T02:06:25.459Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-04-09T02:06:25.459Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-04-09T02:06:25.459Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-04-09T02:06:25.459Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-04-09T02:06:25.459Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-04-09T02:06:25.459Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-04-09T02:06:25.459Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2021-04-09T02:06:25.459Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2021-04-09T02:06:25.459Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-04-09T02:06:25.459Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-04-09T02:06:25.459Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-04-09T02:06:25.459Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2021-04-09T02:06:25.459Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-04-09T02:06:25.459Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-04-09T02:06:25.459Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-04-09T02:06:25.459Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-04-09T02:06:25.459Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-04-09T02:06:25.459Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-04-09T02:06:25.459Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-04-09T02:06:25.459Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-04-09T02:06:25.459Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2021-04-09T02:06:25.459Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-04-09T02:06:25.459Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-04-09T02:06:25.459Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-04-09T02:06:25.459Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-04-09T02:06:25.459Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-04-09T02:06:25.459Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-04-09T02:06:25.459Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-04-09T02:06:25.459Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-04-09T02:06:25.459Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-04-09T02:06:25.459Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-04-09T02:06:25.459Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-04-09T02:06:25.459Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-04-09T02:06:25.459Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-04-09T02:06:25.459Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-04-09T02:06:25.459Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-04-09T02:06:25.459Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-04-09T02:06:25.459Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-04-09T02:06:25.459Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-04-09T02:06:25.459Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2021-04-09T02:06:25.459Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-04-09T02:06:25.459Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-04-09T02:06:25.459Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2021-04-09T02:06:25.459Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-04-09T02:06:25.459Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-04-09T02:06:25.459Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2021-04-09T02:06:25.459Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-04-09T02:06:25.459Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-04-09T02:06:25.459Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-04-09T02:06:25.459Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2021-04-09T02:06:25.459Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2021-04-09T02:06:25.459Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-04-09T02:06:25.459Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-04-09T02:06:25.459Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2021-04-09T02:06:25.459Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-04-09T02:06:25.459Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-04-09T02:06:25.459Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2021-04-09T02:06:25.459Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-04-09T02:06:25.459Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-04-09T02:06:25.459Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-04-09T02:06:25.459Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2021-04-09T02:06:25.459Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-04-09T02:06:25.459Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-04-09T02:06:25.459Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-04-09T02:06:25.459Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.459Z] [2021-04-09T02:06:25.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-04-09T02:06:25.459Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-04-09T02:06:25.460Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.460Z] [2021-04-09T02:06:25.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2021-04-09T02:06:25.460Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2021-04-09T02:06:25.460Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.460Z] [2021-04-09T02:06:25.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2021-04-09T02:06:25.460Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2021-04-09T02:06:25.460Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.460Z] [2021-04-09T02:06:25.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-04-09T02:06:25.460Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-04-09T02:06:25.460Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.460Z] [2021-04-09T02:06:25.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-04-09T02:06:25.460Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-04-09T02:06:25.460Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.460Z] [2021-04-09T02:06:25.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-04-09T02:06:25.460Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-04-09T02:06:25.460Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.460Z] [2021-04-09T02:06:25.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-04-09T02:06:25.460Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-04-09T02:06:25.460Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.460Z] [2021-04-09T02:06:25.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-04-09T02:06:25.460Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-04-09T02:06:25.460Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-04-09T02:06:25.460Z] [2021-04-09T02:06:25.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2021-04-09T02:06:25.460Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2021-04-09T02:06:25.460Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.460Z] [2021-04-09T02:06:25.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-04-09T02:06:25.460Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-04-09T02:06:25.460Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.460Z] [2021-04-09T02:06:25.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2021-04-09T02:06:25.460Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-04-09T02:06:25.460Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.460Z] [2021-04-09T02:06:25.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-04-09T02:06:25.460Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-04-09T02:06:25.460Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.460Z] [2021-04-09T02:06:25.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-04-09T02:06:25.460Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-04-09T02:06:25.460Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.460Z] [2021-04-09T02:06:25.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2021-04-09T02:06:25.460Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-04-09T02:06:25.460Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.460Z] [2021-04-09T02:06:25.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-04-09T02:06:25.460Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-04-09T02:06:25.460Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.460Z] [2021-04-09T02:06:25.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-04-09T02:06:25.460Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-04-09T02:06:25.460Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.460Z] [2021-04-09T02:06:25.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2021-04-09T02:06:25.460Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2021-04-09T02:06:25.460Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.460Z] [2021-04-09T02:06:25.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-04-09T02:06:25.460Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-04-09T02:06:25.460Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.460Z] [2021-04-09T02:06:25.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2021-04-09T02:06:25.460Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2021-04-09T02:06:25.460Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.460Z] [2021-04-09T02:06:25.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-04-09T02:06:25.460Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-04-09T02:06:25.460Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.460Z] [2021-04-09T02:06:25.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2021-04-09T02:06:25.460Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2021-04-09T02:06:25.460Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.460Z] [2021-04-09T02:06:25.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-04-09T02:06:25.460Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-04-09T02:06:25.460Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.460Z] [2021-04-09T02:06:25.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-04-09T02:06:25.460Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-04-09T02:06:25.460Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.460Z] [2021-04-09T02:06:25.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-04-09T02:06:25.460Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-04-09T02:06:25.460Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.460Z] [2021-04-09T02:06:25.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-04-09T02:06:25.460Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-04-09T02:06:25.460Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.460Z] [2021-04-09T02:06:25.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-04-09T02:06:25.460Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-04-09T02:06:25.460Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.460Z] [2021-04-09T02:06:25.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2021-04-09T02:06:25.460Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2021-04-09T02:06:25.460Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.460Z] [2021-04-09T02:06:25.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-04-09T02:06:25.460Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-04-09T02:06:25.460Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.460Z] [2021-04-09T02:06:25.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-04-09T02:06:25.460Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-04-09T02:06:25.460Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.460Z] [2021-04-09T02:06:25.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2021-04-09T02:06:25.460Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2021-04-09T02:06:25.460Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.460Z] [2021-04-09T02:06:25.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-04-09T02:06:25.460Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-04-09T02:06:25.460Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.460Z] [2021-04-09T02:06:25.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-04-09T02:06:25.460Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-04-09T02:06:25.926Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-04-09T02:06:25.926Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.926Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2021-04-09T02:06:25.927Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2021-04-09T02:06:25.927Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-04-09T02:06:25.927Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-04-09T02:06:25.927Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.927Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-04-09T02:06:25.928Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-04-09T02:06:25.928Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2021-04-09T02:06:25.928Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-04-09T02:06:25.928Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2021-04-09T02:06:25.928Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-04-09T02:06:25.928Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-04-09T02:06:25.928Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-04-09T02:06:25.928Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-04-09T02:06:25.928Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-04-09T02:06:25.928Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2021-04-09T02:06:25.928Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2021-04-09T02:06:25.928Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-04-09T02:06:25.928Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2021-04-09T02:06:25.928Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-04-09T02:06:25.928Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-04-09T02:06:25.928Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-04-09T02:06:25.928Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-04-09T02:06:25.928Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-04-09T02:06:25.928Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-04-09T02:06:25.928Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-04-09T02:06:25.928Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-04-09T02:06:25.928Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-04-09T02:06:25.928Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-04-09T02:06:25.928Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2021-04-09T02:06:25.928Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-04-09T02:06:25.928Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-04-09T02:06:25.928Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-04-09T02:06:25.928Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-04-09T02:06:25.928Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-04-09T02:06:25.928Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-04-09T02:06:25.928Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-04-09T02:06:25.928Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-04-09T02:06:25.928Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-04-09T02:06:25.928Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-04-09T02:06:25.928Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-04-09T02:06:25.928Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-04-09T02:06:25.928Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-04-09T02:06:25.928Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-04-09T02:06:25.928Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-04-09T02:06:25.928Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-04-09T02:06:25.928Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-04-09T02:06:25.928Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-04-09T02:06:25.928Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-04-09T02:06:25.928Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-04-09T02:06:25.928Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-04-09T02:06:25.928Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-04-09T02:06:25.928Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-04-09T02:06:25.928Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-04-09T02:06:25.928Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-04-09T02:06:25.928Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-04-09T02:06:25.928Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-04-09T02:06:25.928Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-04-09T02:06:25.928Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-04-09T02:06:25.928Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-04-09T02:06:25.928Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-04-09T02:06:25.928Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-04-09T02:06:25.928Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-04-09T02:06:25.928Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-04-09T02:06:25.928Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-04-09T02:06:25.928Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-04-09T02:06:25.928Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-04-09T02:06:25.928Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-04-09T02:06:25.928Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-04-09T02:06:25.928Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-04-09T02:06:25.928Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-04-09T02:06:25.928Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-04-09T02:06:25.928Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.928Z] [2021-04-09T02:06:25.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-04-09T02:06:25.928Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-04-09T02:06:25.929Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.929Z] [2021-04-09T02:06:25.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-04-09T02:06:25.929Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-04-09T02:06:25.929Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.929Z] [2021-04-09T02:06:25.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-04-09T02:06:25.929Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-04-09T02:06:25.929Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.929Z] [2021-04-09T02:06:25.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-04-09T02:06:25.929Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-04-09T02:06:25.929Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.929Z] [2021-04-09T02:06:25.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-04-09T02:06:25.929Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-04-09T02:06:25.929Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.929Z] [2021-04-09T02:06:25.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-04-09T02:06:25.929Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-04-09T02:06:25.929Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.929Z] [2021-04-09T02:06:25.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-04-09T02:06:25.929Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-04-09T02:06:25.929Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.929Z] [2021-04-09T02:06:25.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-04-09T02:06:25.929Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-04-09T02:06:25.929Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.929Z] [2021-04-09T02:06:25.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-04-09T02:06:25.929Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-04-09T02:06:25.929Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.929Z] [2021-04-09T02:06:25.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-04-09T02:06:25.929Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-04-09T02:06:25.929Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.929Z] [2021-04-09T02:06:25.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-04-09T02:06:25.929Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-04-09T02:06:25.929Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.929Z] [2021-04-09T02:06:25.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-04-09T02:06:25.929Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-04-09T02:06:25.929Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.929Z] [2021-04-09T02:06:25.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-04-09T02:06:25.929Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-04-09T02:06:25.929Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.929Z] [2021-04-09T02:06:25.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-04-09T02:06:25.929Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-04-09T02:06:25.929Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.929Z] [2021-04-09T02:06:25.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-04-09T02:06:25.929Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-04-09T02:06:25.929Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.929Z] [2021-04-09T02:06:25.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-04-09T02:06:25.929Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-04-09T02:06:25.929Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.929Z] [2021-04-09T02:06:25.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-04-09T02:06:25.929Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-04-09T02:06:25.929Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.929Z] [2021-04-09T02:06:25.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-04-09T02:06:25.929Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-04-09T02:06:25.929Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.929Z] [2021-04-09T02:06:25.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-04-09T02:06:25.929Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-04-09T02:06:25.929Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.929Z] [2021-04-09T02:06:25.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-04-09T02:06:25.929Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-04-09T02:06:25.929Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.929Z] [2021-04-09T02:06:25.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-04-09T02:06:25.929Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-04-09T02:06:25.929Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.929Z] [2021-04-09T02:06:25.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-04-09T02:06:25.929Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-04-09T02:06:25.929Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.929Z] [2021-04-09T02:06:25.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-04-09T02:06:25.929Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-04-09T02:06:25.929Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.929Z] [2021-04-09T02:06:25.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-04-09T02:06:25.929Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-04-09T02:06:25.929Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.929Z] [2021-04-09T02:06:25.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-04-09T02:06:25.929Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-04-09T02:06:25.929Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.929Z] [2021-04-09T02:06:25.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-04-09T02:06:25.929Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-04-09T02:06:25.929Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.929Z] [2021-04-09T02:06:25.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-04-09T02:06:25.929Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-04-09T02:06:25.929Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.929Z] [2021-04-09T02:06:25.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-04-09T02:06:25.929Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-04-09T02:06:25.929Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.929Z] [2021-04-09T02:06:25.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-04-09T02:06:25.929Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-04-09T02:06:25.929Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.929Z] [2021-04-09T02:06:25.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-04-09T02:06:25.929Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-04-09T02:06:25.929Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.929Z] [2021-04-09T02:06:25.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-04-09T02:06:25.929Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-04-09T02:06:25.929Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.929Z] [2021-04-09T02:06:25.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-04-09T02:06:25.929Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-04-09T02:06:25.929Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.929Z] [2021-04-09T02:06:25.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-04-09T02:06:25.929Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-04-09T02:06:25.929Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.929Z] [2021-04-09T02:06:25.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-04-09T02:06:25.929Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-04-09T02:06:25.929Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.929Z] [2021-04-09T02:06:25.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-04-09T02:06:25.929Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-04-09T02:06:25.929Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.929Z] [2021-04-09T02:06:25.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-04-09T02:06:25.929Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-04-09T02:06:25.929Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.929Z] [2021-04-09T02:06:25.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-04-09T02:06:25.929Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-04-09T02:06:25.929Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.929Z] [2021-04-09T02:06:25.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-04-09T02:06:25.929Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-04-09T02:06:25.929Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.929Z] [2021-04-09T02:06:25.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-04-09T02:06:25.929Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-04-09T02:06:25.929Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.929Z] [2021-04-09T02:06:25.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-04-09T02:06:25.929Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-04-09T02:06:25.929Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.929Z] [2021-04-09T02:06:25.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2021-04-09T02:06:25.929Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-04-09T02:06:25.929Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.929Z] [2021-04-09T02:06:25.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2021-04-09T02:06:25.929Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.929Z] [2021-04-09T02:06:25.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2021-04-09T02:06:25.929Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.929Z] [2021-04-09T02:06:25.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2021-04-09T02:06:25.929Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-04-09T02:06:25.929Z] [2021-04-09T02:06:25.929Z] [2021-04-09T02:06:25.929Z] DONE 1092 tests, 546 skipped in 2437.944s [2021-04-09T02:06:25.929Z] INFO: Integration tests ended at 04/09/2021 02:06:25. Duration:00:40:38.0393370 [2021-04-09T02:06:25.929Z] INFO: Docker info of the daemon under test at end of run [2021-04-09T02:06:25.929Z] [2021-04-09T02:06:26.394Z] Containers: 2 [2021-04-09T02:06:26.394Z] Running: 0 [2021-04-09T02:06:26.394Z] Paused: 0 [2021-04-09T02:06:26.394Z] Stopped: 2 [2021-04-09T02:06:26.394Z] Images: 18 [2021-04-09T02:06:26.394Z] Server Version: 0.0.0-dev [2021-04-09T02:06:26.394Z] Storage Driver: windowsfilter [2021-04-09T02:06:26.394Z] Windows: [2021-04-09T02:06:26.394Z] Logging Driver: json-file [2021-04-09T02:06:26.394Z] Plugins: [2021-04-09T02:06:26.394Z] Volume: local [2021-04-09T02:06:26.394Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-04-09T02:06:26.394Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-04-09T02:06:26.394Z] Swarm: inactive [2021-04-09T02:06:26.394Z] Default Isolation: process [2021-04-09T02:06:26.394Z] Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600) [2021-04-09T02:06:26.394Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1) [2021-04-09T02:06:26.394Z] OSType: windows [2021-04-09T02:06:26.394Z] Architecture: x86_64 [2021-04-09T02:06:26.394Z] CPUs: 4 [2021-04-09T02:06:26.394Z] Total Memory: 32GiB [2021-04-09T02:06:26.394Z] Name: azwin-2-361f90 [2021-04-09T02:06:26.394Z] ID: WJTI:5NTD:SXSU:HXUA:UD7T:ERGM:DFGE:EI5V:2ARM:TD3L:2XLP:QZY5 [2021-04-09T02:06:26.394Z] Docker Root Dir: D:\CI\PR-39846\67\daemon [2021-04-09T02:06:26.394Z] Debug Mode (client): false [2021-04-09T02:06:26.394Z] Debug Mode (server): true [2021-04-09T02:06:26.394Z] File Descriptors: -1 [2021-04-09T02:06:26.394Z] Goroutines: 17 [2021-04-09T02:06:26.394Z] System Time: 2021-04-09T02:06:25.9157022Z [2021-04-09T02:06:26.394Z] EventsListeners: 0 [2021-04-09T02:06:26.394Z] Registry: https://index.docker.io/v1/ [2021-04-09T02:06:26.394Z] Labels: [2021-04-09T02:06:26.394Z] Experimental: false [2021-04-09T02:06:26.394Z] Insecure Registries: [2021-04-09T02:06:26.394Z] 127.0.0.0/8 [2021-04-09T02:06:26.394Z] Live Restore Enabled: false [2021-04-09T02:06:26.394Z] [2021-04-09T02:06:26.394Z] [2021-04-09T02:06:26.394Z] INFO: Stopping daemon under test [2021-04-09T02:06:26.394Z] SUCCESS: The process with PID 1544 (child process of PID 2484) has been terminated. [2021-04-09T02:06:26.394Z] SUCCESS: The process with PID 2484 (child process of PID 7508) has been terminated. [2021-04-09T02:06:26.394Z] INFO: Stop tailing logs of the daemon under tests [2021-04-09T02:06:26.394Z] INFO: executeCI.ps1 Completed successfully at 04/09/2021 02:06:26. [2021-04-09T02:06:26.394Z] INFO: Tidying up at end of run [2021-04-09T02:06:26.394Z] INFO: Saving daemon under test log (d:\CI\PR-39846\67\dut.out) to bundles\CIDUT.out [2021-04-09T02:06:26.394Z] INFO: Saving daemon under test log (d:\CI\PR-39846\67\dut.err) to bundles\CIDUT.err [2021-04-09T02:06:26.394Z] INFO: Nuke-Everything... [2021-04-09T02:06:26.859Z] INFO: Container count on control daemon to delete is 2 [2021-04-09T02:06:27.324Z] f47d83d00cb2 [2021-04-09T02:06:27.324Z] 3d18aa7ae6c4 [2021-04-09T02:06:27.324Z] INFO: Tidying pidfile d:\CI\PR-39846\67\docker.pid [2021-04-09T02:06:27.324Z] INFO: Nuking d:\CI [2021-04-09T02:06:31.281Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-04-09T02:06:32.848Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-04-09T02:06:35.795Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-04-09T02:06:38.005Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-04-09T02:06:42.214Z] INFO: Zapped successfully [2021-04-09T02:06:42.215Z] [2021-04-09T02:06:42.215Z] INFO: executeCI.ps1 exiting at Fri Apr 9 02:06:41 CUT 2021. Duration 01:09:41.4870425 [2021-04-09T02:06:42.215Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2021-04-09T02:06:42.463Z] Recording test results [2021-04-09T02:06:43.021Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2021-04-09T02:06:44.754Z] Creating win-2022-integration-bundles.zip [Pipeline] archiveArtifacts [2021-04-09T02:06:46.531Z] Archiving artifacts [2021-04-09T02:06:46.654Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-04-09T02:06:47.587Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-39846/67/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-04-09T02:06:48.218Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-04-09T02:06:48.561Z] + make clean [2021-04-09T02:06:49.543Z] docker volume rm -f docker-dev-cache [2021-04-09T02:06:49.543Z] docker-dev-cache [Pipeline] deleteDir [2021-04-09T02:06:50.427Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-04-09T02:06:50.427Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-04-09T02:06:50.427Z] === RUN TestDockerSuite/TestLinksEnvs [2021-04-09T02:06:50.427Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-04-09T02:06:50.427Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-04-09T02:06:50.427Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-04-09T02:06:50.427Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-04-09T02:06:50.427Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-04-09T02:06:50.427Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-04-09T02:06:50.427Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-04-09T02:06:50.427Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-04-09T02:06:50.427Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-04-09T02:06:50.427Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-04-09T02:06:50.427Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-04-09T02:06:50.427Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-04-09T02:06:50.427Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-04-09T02:06:50.427Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-04-09T02:06:50.427Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-04-09T02:06:50.427Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-04-09T02:06:50.894Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-09T02:06:53.106Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-04-09T02:06:54.667Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-04-09T02:07:00.530Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-04-09T02:07:03.477Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-04-09T02:07:03.477Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-04-09T02:07:05.688Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-04-09T02:07:05.688Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-04-09T02:07:14.337Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-04-09T02:07:21.482Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-04-09T02:07:30.133Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-04-09T02:07:32.344Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-04-09T02:07:35.294Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-04-09T02:07:35.294Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-04-09T02:07:37.503Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-04-09T02:07:44.653Z] === RUN TestDockerSuite/TestLogsSince [2021-04-09T02:07:55.075Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-04-09T02:07:55.075Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-04-09T02:07:55.075Z] === RUN TestDockerSuite/TestLogsTail [2021-04-09T02:07:57.283Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-04-09T02:07:59.492Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-04-09T02:08:02.438Z] === RUN TestDockerSuite/TestMountIntoProc [2021-04-09T02:08:02.438Z] === RUN TestDockerSuite/TestMountIntoSys [2021-04-09T02:08:02.438Z] === RUN TestDockerSuite/TestNetHostname [2021-04-09T02:08:02.438Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-04-09T02:08:02.438Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-04-09T02:08:02.438Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-04-09T02:08:02.438Z] === RUN TestDockerSuite/TestPluginActive [2021-04-09T02:08:02.438Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-04-09T02:08:02.438Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-04-09T02:08:02.438Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-04-09T02:08:02.438Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-04-09T02:08:02.438Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-04-09T02:08:02.438Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-04-09T02:08:02.438Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-04-09T02:08:02.438Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-04-09T02:08:02.438Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-04-09T02:08:02.438Z] === RUN TestDockerSuite/TestPortHostBinding [2021-04-09T02:08:02.438Z] === RUN TestDockerSuite/TestPortList [2021-04-09T02:08:02.438Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-04-09T02:08:07.188Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-04-09T02:08:07.188Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-04-09T02:08:07.188Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-04-09T02:08:07.188Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-04-09T02:08:07.188Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-04-09T02:08:07.188Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-04-09T02:08:07.188Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-04-09T02:08:07.188Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-04-09T02:08:07.188Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-04-09T02:08:07.188Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-04-09T02:08:11.932Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-04-09T02:08:11.932Z] === RUN TestDockerSuite/TestPsByOrder [2021-04-09T02:08:22.337Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-04-09T02:08:22.337Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-04-09T02:08:34.811Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-04-09T02:08:49.725Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-04-09T02:08:49.725Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-04-09T02:08:49.725Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-04-09T02:09:02.198Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-04-09T02:09:06.948Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-04-09T02:09:14.092Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-04-09T02:09:18.835Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-04-09T02:09:18.835Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-04-09T02:09:18.835Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-04-09T02:09:23.581Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-04-09T02:09:23.581Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-04-09T02:09:23.581Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-04-09T02:09:23.581Z] === RUN TestDockerSuite/TestPsRightTagName [2021-04-09T02:09:23.581Z] === RUN TestDockerSuite/TestPsShowMounts [2021-04-09T02:09:32.234Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-04-09T02:09:32.234Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-04-09T02:09:33.794Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-04-09T02:09:33.794Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-04-09T02:09:34.777Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-04-09T02:09:35.760Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-04-09T02:09:35.760Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-04-09T02:09:40.504Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-04-09T02:09:44.285Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-04-09T02:09:47.229Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-04-09T02:10:17.313Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-04-09T02:10:17.313Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-04-09T02:10:19.526Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-04-09T02:10:19.993Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-04-09T02:10:19.993Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-04-09T02:10:20.976Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-04-09T02:10:25.720Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-04-09T02:10:30.464Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-04-09T02:10:30.464Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-04-09T02:10:34.246Z] === RUN TestDockerSuite/TestRmiBlank [2021-04-09T02:10:34.246Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-04-09T02:10:34.717Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-04-09T02:10:49.634Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-04-09T02:10:52.577Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-04-09T02:10:53.562Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-04-09T02:11:00.708Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-04-09T02:11:06.571Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-04-09T02:11:15.220Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-04-09T02:11:19.002Z] === RUN TestDockerSuite/TestRmiTag [2021-04-09T02:11:19.469Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-04-09T02:11:21.680Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-04-09T02:11:39.478Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-04-09T02:11:42.424Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-04-09T02:11:47.171Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-04-09T02:11:48.732Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-04-09T02:11:48.732Z] === RUN TestDockerSuite/TestRunAddHost [2021-04-09T02:11:48.732Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-04-09T02:11:48.732Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-04-09T02:11:48.732Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-04-09T02:11:48.732Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-04-09T02:11:48.732Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-04-09T02:11:48.732Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-04-09T02:11:50.943Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-04-09T02:11:50.943Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-04-09T02:11:50.943Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-04-09T02:11:55.692Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-04-09T02:11:58.640Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-04-09T02:12:05.787Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-04-09T02:12:08.737Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-04-09T02:12:15.884Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-04-09T02:12:15.884Z] === RUN TestDockerSuite/TestRunBindMounts [2021-04-09T02:12:37.098Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-04-09T02:12:37.098Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-04-09T02:12:37.098Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-04-09T02:12:37.098Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-04-09T02:12:37.098Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-04-09T02:12:37.098Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-04-09T02:12:37.098Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-04-09T02:12:37.098Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-04-09T02:12:37.098Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-04-09T02:12:37.098Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-04-09T02:12:37.098Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-04-09T02:12:37.098Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-04-09T02:12:38.083Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-04-09T02:12:38.083Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-04-09T02:12:41.867Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-04-09T02:12:41.867Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-04-09T02:12:41.867Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-04-09T02:12:43.430Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-04-09T02:12:43.430Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-04-09T02:12:43.898Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-04-09T02:12:43.898Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-04-09T02:12:43.898Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-04-09T02:12:43.898Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-04-09T02:12:43.898Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-04-09T02:12:43.898Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-04-09T02:12:46.112Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-04-09T02:12:49.057Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-04-09T02:12:51.268Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-04-09T02:12:51.268Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-04-09T02:12:51.268Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-04-09T02:12:51.268Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-04-09T02:12:53.478Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-04-09T02:12:53.478Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-04-09T02:12:53.478Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-04-09T02:12:53.478Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-04-09T02:12:53.478Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-04-09T02:12:55.685Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-04-09T02:13:01.538Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-04-09T02:13:01.538Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-04-09T02:13:01.538Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-04-09T02:13:01.538Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-04-09T02:13:01.538Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-04-09T02:13:01.538Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-04-09T02:13:01.538Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-04-09T02:13:03.752Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-04-09T02:13:03.753Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-04-09T02:13:04.221Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-04-09T02:13:04.221Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-04-09T02:13:07.158Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-04-09T02:13:09.331Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-04-09T02:13:09.331Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-04-09T02:13:11.502Z] === RUN TestDockerSuite/TestRunEnvironment [2021-04-09T02:13:11.502Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-04-09T02:13:11.502Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-04-09T02:13:11.502Z] === RUN TestDockerSuite/TestRunExitCode [2021-04-09T02:13:14.399Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-04-09T02:13:16.570Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-04-09T02:13:18.741Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-04-09T02:13:20.912Z] === RUN TestDockerSuite/TestRunExposePort [2021-04-09T02:13:20.912Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-04-09T02:13:21.371Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-04-09T02:13:21.371Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-04-09T02:13:21.371Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-04-09T02:13:21.371Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-04-09T02:13:21.371Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-04-09T02:13:21.371Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-04-09T02:13:21.371Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-04-09T02:13:25.101Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-04-09T02:13:25.101Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-04-09T02:13:25.558Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-04-09T02:13:25.558Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-04-09T02:13:25.558Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-04-09T02:13:25.558Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-04-09T02:13:25.558Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-04-09T02:13:32.674Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-04-09T02:13:32.674Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-04-09T02:13:34.826Z] === RUN TestDockerSuite/TestRunModeHostname [2021-04-09T02:13:34.826Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-04-09T02:13:34.826Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-04-09T02:13:34.826Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-04-09T02:13:34.826Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-04-09T02:13:34.826Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-04-09T02:13:34.826Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-04-09T02:13:34.826Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-04-09T02:13:34.826Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-04-09T02:13:34.826Z] === RUN TestDockerSuite/TestRunMount [2021-04-09T02:13:34.826Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-04-09T02:13:34.826Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-04-09T02:13:34.826Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-04-09T02:13:34.826Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-04-09T02:13:41.841Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-04-09T02:13:41.841Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-04-09T02:13:41.841Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-04-09T02:13:41.841Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-04-09T02:13:47.581Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-04-09T02:13:54.595Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-04-09T02:13:54.595Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-04-09T02:13:54.595Z] === RUN TestDockerSuite/TestRunNetHost [2021-04-09T02:13:54.595Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-04-09T02:13:54.595Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-04-09T02:13:54.595Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-04-09T02:13:54.595Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-04-09T02:13:54.595Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-04-09T02:13:54.595Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-04-09T02:13:54.595Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-04-09T02:13:55.048Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-04-09T02:13:56.002Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-04-09T02:13:58.874Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-04-09T02:14:01.027Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-04-09T02:14:01.983Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-04-09T02:14:04.137Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-04-09T02:14:04.590Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-04-09T02:14:04.590Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-04-09T02:14:04.590Z] === RUN TestDockerSuite/TestRunPortInUse [2021-04-09T02:14:04.590Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-04-09T02:14:04.590Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-04-09T02:14:04.590Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-04-09T02:14:04.590Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-04-09T02:14:04.590Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-04-09T02:14:08.286Z] === RUN TestDockerSuite/TestRunPublishPort [2021-04-09T02:14:08.286Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-04-09T02:14:08.286Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-04-09T02:14:08.286Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-04-09T02:14:08.286Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-04-09T02:14:08.286Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-04-09T02:14:16.789Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-04-09T02:14:16.789Z] === RUN TestDockerSuite/TestRunRm [2021-04-09T02:14:18.305Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-04-09T02:14:24.045Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-04-09T02:14:26.936Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-04-09T02:14:29.086Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-04-09T02:14:31.237Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-04-09T02:14:34.108Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-04-09T02:14:34.108Z] === RUN TestDockerSuite/TestRunState [2021-04-09T02:14:34.108Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-04-09T02:14:36.264Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-04-09T02:14:36.264Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-04-09T02:14:38.416Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-04-09T02:14:38.416Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-04-09T02:14:38.416Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-04-09T02:14:38.416Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-04-09T02:14:38.416Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-04-09T02:14:38.416Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-04-09T02:14:44.158Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-04-09T02:14:44.158Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-04-09T02:14:44.158Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-04-09T02:14:44.158Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-04-09T02:14:44.158Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-04-09T02:14:44.158Z] === RUN TestDockerSuite/TestRunUserByID [2021-04-09T02:14:44.158Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-04-09T02:14:44.158Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-04-09T02:14:44.158Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-04-09T02:14:44.158Z] === RUN TestDockerSuite/TestRunUserByName [2021-04-09T02:14:44.158Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-04-09T02:14:45.675Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-04-09T02:14:45.675Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-04-09T02:14:47.827Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-04-09T02:14:48.280Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-04-09T02:14:48.280Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-04-09T02:14:51.151Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-04-09T02:14:58.165Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-04-09T02:15:02.810Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-04-09T02:15:09.829Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-04-09T02:15:09.829Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-04-09T02:15:09.829Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-04-09T02:15:12.700Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-04-09T02:15:15.573Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-04-09T02:15:17.727Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-04-09T02:15:17.727Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-04-09T02:15:17.727Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-04-09T02:15:17.727Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-04-09T02:15:17.727Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-04-09T02:15:17.727Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-04-09T02:15:17.727Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-04-09T02:15:17.727Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-04-09T02:15:17.727Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-04-09T02:15:22.378Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-04-09T02:15:23.334Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-04-09T02:15:26.207Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-04-09T02:15:36.455Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-04-09T02:15:36.455Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-04-09T02:15:36.455Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-04-09T02:15:36.455Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-04-09T02:15:36.455Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-04-09T02:15:36.455Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-04-09T02:15:36.455Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-04-09T02:15:36.455Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-04-09T02:15:36.455Z] === RUN TestDockerSuite/TestSaveImageId [2021-04-09T02:15:36.455Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-04-09T02:15:36.455Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-04-09T02:15:36.455Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-04-09T02:15:36.455Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-04-09T02:15:36.455Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-04-09T02:15:36.455Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-04-09T02:15:36.455Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-04-09T02:15:36.455Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-04-09T02:15:36.455Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-04-09T02:15:37.971Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-04-09T02:15:38.424Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-04-09T02:15:38.424Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-04-09T02:15:38.876Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-04-09T02:15:40.393Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-04-09T02:15:48.893Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-04-09T02:15:48.893Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-04-09T02:15:57.401Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-04-09T02:15:57.401Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-04-09T02:16:01.100Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-04-09T02:16:01.100Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-04-09T02:16:01.100Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-04-09T02:16:01.100Z] === RUN TestDockerSuite/TestStartRecordError [2021-04-09T02:16:01.100Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-04-09T02:16:06.848Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-04-09T02:16:06.848Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-04-09T02:16:06.848Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-04-09T02:16:06.848Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-04-09T02:16:06.848Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-04-09T02:16:07.300Z] === RUN TestDockerSuite/TestStatsNoStream [2021-04-09T02:16:07.300Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-04-09T02:16:09.459Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-04-09T02:16:11.612Z] === RUN TestDockerSuite/TestTopPrivileged [2021-04-09T02:16:11.612Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-04-09T02:16:14.488Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-04-09T02:16:14.488Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-04-09T02:16:14.488Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-04-09T02:16:14.488Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-04-09T02:16:14.488Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-04-09T02:16:14.488Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-04-09T02:16:14.488Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-04-09T02:16:29.209Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-04-09T02:16:29.662Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-04-09T02:16:30.115Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-04-09T02:16:30.115Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-04-09T02:16:30.115Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-04-09T02:16:30.567Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-04-09T02:16:30.567Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-04-09T02:16:34.372Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-04-09T02:16:34.372Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-04-09T02:16:37.244Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-04-09T02:16:37.696Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-04-09T02:16:38.148Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-04-09T02:16:38.148Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-04-09T02:16:38.604Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-04-09T02:16:47.108Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-04-09T02:16:47.108Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-04-09T02:16:47.108Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-04-09T02:16:47.108Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-04-09T02:16:47.108Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-04-09T02:16:54.121Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-04-09T02:16:54.574Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-04-09T02:16:54.574Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-04-09T02:17:04.825Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-04-09T02:17:04.825Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-04-09T02:17:05.780Z] --- PASS: TestDockerSuite (2798.09s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2021-04-09T02:17:05.781Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2021-04-09T02:17:05.781Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.88s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.25s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.66s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.36s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (133.96s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.82s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.06s) [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-04-09T02:17:05.781Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-04-09T02:17:05.781Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-04-09T02:17:05.781Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-04-09T02:17:05.781Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-04-09T02:17:05.781Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-04-09T02:17:05.781Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2021-04-09T02:17:05.781Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.03s) [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-04-09T02:17:05.781Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.22s) [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2021-04-09T02:17:05.781Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2021-04-09T02:17:05.781Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.47s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.23s) [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2021-04-09T02:17:05.781Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2021-04-09T02:17:05.781Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2021-04-09T02:17:05.781Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-04-09T02:17:05.781Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.43s) [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2021-04-09T02:17:05.781Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2021-04-09T02:17:05.781Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (6.50s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (122.65s) [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.55s) [2021-04-09T02:17:05.781Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.93s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.33s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.94s) [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-04-09T02:17:05.781Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2021-04-09T02:17:05.781Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2021-04-09T02:17:05.781Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.24s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.95s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.39s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.63s) [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2021-04-09T02:17:05.781Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2021-04-09T02:17:05.781Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.08s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (12.29s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (10.36s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.15s) [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2021-04-09T02:17:05.781Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.42s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.80s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (10.34s) [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2021-04-09T02:17:05.781Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2021-04-09T02:17:05.781Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2021-04-09T02:17:05.781Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-04-09T02:17:05.781Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.57s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildAddTar (55.71s) [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2021-04-09T02:17:05.781Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.47s) [2021-04-09T02:17:05.781Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (29.20s) [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.84s) [2021-04-09T02:17:05.781Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.64s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (7.86s) [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.26s) [2021-04-09T02:17:05.781Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.16s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (9.91s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (9.21s) [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.44s) [2021-04-09T02:17:05.781Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (5.29s) [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2021-04-09T02:17:05.781Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-04-09T02:17:05.781Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (6.90s) [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2021-04-09T02:17:05.781Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.63s) [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2021-04-09T02:17:05.781Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2021-04-09T02:17:05.781Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (34.16s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.94s) [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.82s) [2021-04-09T02:17:05.781Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.42s) [2021-04-09T02:17:05.781Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.54s) [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2021-04-09T02:17:05.781Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.71s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.49s) [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2021-04-09T02:17:05.781Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-04-09T02:17:05.781Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.58s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.06s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildCmd (0.65s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.62s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.61s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.63s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.39s) [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.03s) [2021-04-09T02:17:05.781Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.36s) [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2021-04-09T02:17:05.781Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.53s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.11s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.03s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.54s) [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-04-09T02:17:05.781Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.94s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.73s) [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-04-09T02:17:05.781Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2021-04-09T02:17:05.781Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.66s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (34.53s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.53s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.27s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (5.54s) [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.44s) [2021-04-09T02:17:05.781Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.42s) [2021-04-09T02:17:05.781Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2021-04-09T02:17:05.781Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.58s) [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2021-04-09T02:17:05.781Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (38.85s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.81s) [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.49s) [2021-04-09T02:17:05.781Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (23.88s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.84s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.86s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.61s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.92s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.09s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildDockerignore (66.36s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.88s) [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.43s) [2021-04-09T02:17:05.781Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (92.79s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.91s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.91s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (25.30s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (16.88s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (20.47s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (38.32s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (15.56s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (10.94s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (102.93s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.50s) [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.42s) [2021-04-09T02:17:05.781Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.06s) [2021-04-09T02:17:05.781Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.63s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.18s) [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-04-09T02:17:05.781Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.54s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.61s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.55s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.37s) [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.89s) [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-04-09T02:17:05.781Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.39s) [2021-04-09T02:17:05.781Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2021-04-09T02:17:05.781Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-04-09T02:17:05.781Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-04-09T02:17:05.781Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.92s) [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-04-09T02:17:05.781Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.781Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-04-09T02:17:05.781Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-04-09T02:17:05.782Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.01s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.95s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (15.58s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.65s) [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-04-09T02:17:05.782Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2021-04-09T02:17:05.782Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2021-04-09T02:17:05.782Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-04-09T02:17:05.782Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2021-04-09T02:17:05.782Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildFails (7.17s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.11s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (5.72s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.67s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildForceRm (11.77s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildFromGit (10.99s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.44s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.60s) [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-04-09T02:17:05.782Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.73s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.63s) [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2021-04-09T02:17:05.782Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (13.90s) [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-04-09T02:17:05.782Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildHistory (11.95s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.03s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.09s) [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2021-04-09T02:17:05.782Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.82s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.10s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.78s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildLabel (1.04s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.67s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.05s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.64s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildLabels (1.04s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.66s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (6.26s) [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.10s) [2021-04-09T02:17:05.782Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2021-04-09T02:17:05.782Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.12s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.10s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.10s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.61s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.68s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.07s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (15.51s) [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2021-04-09T02:17:05.782Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.61s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (37.57s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (15.73s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.69s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (11.51s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (10.64s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (17.21s) [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2021-04-09T02:17:05.782Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (12.85s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.69s) [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2021-04-09T02:17:05.782Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2021-04-09T02:17:05.782Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildNoContext (7.76s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (9.55s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (7.31s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.24s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.14s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.75s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.10s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.48s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildOnBuild (18.93s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.76s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (9.25s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.00s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (9.07s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (5.44s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.15s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.34s) [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2021-04-09T02:17:05.782Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2021-04-09T02:17:05.782Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.34s) [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-04-09T02:17:05.782Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (47.84s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (29.34s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildRm (13.92s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.71s) [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2021-04-09T02:17:05.782Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.50s) [2021-04-09T02:17:05.782Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.57s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.86s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.98s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.66s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (16.38s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (1.03s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.74s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (10.93s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.32s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.36s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.11s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildStderr (4.98s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (20.45s) [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.41s) [2021-04-09T02:17:05.782Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.23s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.43s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.84s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.56s) [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-04-09T02:17:05.782Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-04-09T02:17:05.782Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2021-04-09T02:17:05.782Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.44s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.60s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (7.71s) [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2021-04-09T02:17:05.782Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-04-09T02:17:05.782Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (23.60s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.15s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (9.34s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (5.94s) [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.43s) [2021-04-09T02:17:05.782Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2021-04-09T02:17:05.782Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.84s) [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.41s) [2021-04-09T02:17:05.782Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (11.62s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.75s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.47s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (18.80s) [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.41s) [2021-04-09T02:17:05.782Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.41s) [2021-04-09T02:17:05.782Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-04-09T02:17:05.782Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.36s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (8.70s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.30s) [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.39s) [2021-04-09T02:17:05.782Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2021-04-09T02:17:05.782Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-04-09T02:17:05.782Z] docker_cli_sni_test.go:18: Flakey test [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.37s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.82s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestCommitChange (5.41s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.76s) [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2021-04-09T02:17:05.782Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestCommitNewFile (7.11s) [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2021-04-09T02:17:05.782Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestCommitTTY (7.20s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (9.69s) [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-04-09T02:17:05.782Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2021-04-09T02:17:05.782Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2021-04-09T02:17:05.782Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-04-09T02:17:05.782Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2021-04-09T02:17:05.782Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2021-04-09T02:17:05.782Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-04-09T02:17:05.782Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.09s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestContainerAPICommit (7.02s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (7.79s) [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2021-04-09T02:17:05.782Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.38s) [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-04-09T02:17:05.782Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-04-09T02:17:05.782Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2021-04-09T02:17:05.782Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.47s) [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2021-04-09T02:17:05.782Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.70s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2021-04-09T02:17:05.782Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-04-09T02:17:05.782Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2021-04-09T02:17:05.782Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.77s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.35s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.33s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2021-04-09T02:17:05.782Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.53s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (7.29s) [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-04-09T02:17:05.782Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2021-04-09T02:17:05.782Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.43s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.09s) [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-04-09T02:17:05.782Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.69s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.24s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.49s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (3.98s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.12s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.08s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.90s) [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2021-04-09T02:17:05.782Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestContainerAPIStop (7.24s) [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2021-04-09T02:17:05.782Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.39s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.09s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.58s) [2021-04-09T02:17:05.782Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.16s) [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2021-04-09T02:17:05.782Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2021-04-09T02:17:05.782Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-04-09T02:17:05.782Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.782Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2021-04-09T02:17:05.783Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2021-04-09T02:17:05.783Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.94s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (18.41s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.61s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.68s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.64s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.57s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0008a87e0_} (2.67s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1362647462_c:\foo_false____} (2.64s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1362647462_c:\foo_true____} (2.57s) [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-04-09T02:17:05.783Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.30s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.06s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.06s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.05s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.06s) [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-04-09T02:17:05.783Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2021-04-09T02:17:05.783Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2021-04-09T02:17:05.783Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2021-04-09T02:17:05.783Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.03s) [2021-04-09T02:17:05.783Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.56s) [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2021-04-09T02:17:05.783Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2021-04-09T02:17:05.783Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2021-04-09T02:17:05.783Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-04-09T02:17:05.783Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2021-04-09T02:17:05.783Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2021-04-09T02:17:05.783Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2021-04-09T02:17:05.783Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-04-09T02:17:05.783Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-04-09T02:17:05.783Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-04-09T02:17:05.783Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2021-04-09T02:17:05.783Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2021-04-09T02:17:05.783Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-04-09T02:17:05.783Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.56s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.08s) [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2021-04-09T02:17:05.783Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.55s) [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2021-04-09T02:17:05.783Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2021-04-09T02:17:05.783Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-04-09T02:17:05.783Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.74s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.53s) [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2021-04-09T02:17:05.783Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-04-09T02:17:05.783Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestCpToCaseE (19.05s) [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2021-04-09T02:17:05.783Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-04-09T02:17:05.783Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestCpToCaseH (9.58s) [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2021-04-09T02:17:05.783Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-04-09T02:17:05.783Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestCpToDot (2.74s) [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-04-09T02:17:05.783Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2021-04-09T02:17:05.783Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestCpToStdout (2.79s) [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2021-04-09T02:17:05.783Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2021-04-09T02:17:05.783Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2021-04-09T02:17:05.783Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-04-09T02:17:05.783Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.19s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestCreateArgs (0.19s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.20s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (7.40s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.20s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.21s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.13s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.73s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestCreateLabels (0.19s) [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2021-04-09T02:17:05.783Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestCreateRM (0.38s) [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-04-09T02:17:05.783Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.20s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.37s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (13.09s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.26s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.56s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.98s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.20s) [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-04-09T02:17:05.783Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (7.29s) [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-04-09T02:17:05.783Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.15s) [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2021-04-09T02:17:05.783Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2021-04-09T02:17:05.783Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2021-04-09T02:17:05.783Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2021-04-09T02:17:05.783Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2021-04-09T02:17:05.783Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2021-04-09T02:17:05.783Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-04-09T02:17:05.783Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2021-04-09T02:17:05.783Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2021-04-09T02:17:05.783Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestDockerFails (0.07s) [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2021-04-09T02:17:05.783Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-04-09T02:17:05.783Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2021-04-09T02:17:05.783Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2021-04-09T02:17:05.783Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2021-04-09T02:17:05.783Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.48s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.42s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.41s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (8.06s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestEventsCopy (5.28s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (5.70s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.28s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.94s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (8.91s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.66s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.24s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestEventsFilters (5.21s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestEventsFormat (5.21s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.08s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.08s) [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2021-04-09T02:17:05.783Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2021-04-09T02:17:05.783Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2021-04-09T02:17:05.783Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.20s) [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-04-09T02:17:05.783Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestEventsRename (2.69s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestEventsResize (3.10s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.70s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (3.23s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.96s) [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2021-04-09T02:17:05.783Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestEventsUntag (2.77s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.16s) [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2021-04-09T02:17:05.783Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2021-04-09T02:17:05.783Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.29s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.16s) [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2021-04-09T02:17:05.783Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2021-04-09T02:17:05.783Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2021-04-09T02:17:05.783Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.29s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.52s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.43s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.20s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.60s) [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2021-04-09T02:17:05.783Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-04-09T02:17:05.783Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-04-09T02:17:05.783Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.49s) [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestExecInspectID (5.15s) [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2021-04-09T02:17:05.783Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2021-04-09T02:17:05.783Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2021-04-09T02:17:05.783Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2021-04-09T02:17:05.783Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-04-09T02:17:05.783Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.70s) [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2021-04-09T02:17:05.783Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-04-09T02:17:05.783Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-04-09T02:17:05.783Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2021-04-09T02:17:05.783Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2021-04-09T02:17:05.783Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.57s) [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2021-04-09T02:17:05.783Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.783Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (7.06s) [2021-04-09T02:17:05.783Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2021-04-09T02:17:05.784Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.784Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-04-09T02:17:05.784Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.784Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-04-09T02:17:05.784Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.784Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.37s) [2021-04-09T02:17:05.784Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.47s) [2021-04-09T02:17:05.784Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.15s) [2021-04-09T02:17:05.784Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.26s) [2021-04-09T02:17:05.784Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2021-04-09T02:17:05.784Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.784Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2021-04-09T02:17:05.784Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.14s) [2021-04-09T02:17:05.784Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-04-09T02:17:05.784Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.784Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.08s) [2021-04-09T02:17:05.784Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.08s) [2021-04-09T02:17:05.784Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.08s) [2021-04-09T02:17:05.784Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (5.08s) [2021-04-09T02:17:05.784Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.08s) [2021-04-09T02:17:05.784Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2021-04-09T02:17:05.784Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.784Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.09s) [2021-04-09T02:17:05.784Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.09s) [2021-04-09T02:17:05.784Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.38s) [2021-04-09T02:17:05.784Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.75s) [2021-04-09T02:17:05.784Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2021-04-09T02:17:05.784Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.784Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.25s) [2021-04-09T02:17:05.784Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.10s) [2021-04-09T02:17:05.784Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.03s) [2021-04-09T02:17:05.784Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.29s) [2021-04-09T02:17:05.784Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.40s) [2021-04-09T02:17:05.784Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.72s) [2021-04-09T02:17:05.784Z] --- PASS: TestDockerSuite/TestImagesFormat (0.22s) [2021-04-09T02:17:05.784Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2021-04-09T02:17:05.784Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.784Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.88s) [2021-04-09T02:17:05.784Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.08s) [2021-04-09T02:17:05.784Z] --- PASS: TestDockerSuite/TestImportBadURL (2.45s) [2021-04-09T02:17:05.784Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2021-04-09T02:17:05.784Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.784Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-04-09T02:17:05.784Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.784Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s) [2021-04-09T02:17:05.784Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2021-04-09T02:17:05.784Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.784Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2021-04-09T02:17:05.784Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.784Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-04-09T02:17:05.784Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.784Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-04-09T02:17:05.784Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-04-09T02:17:05.784Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.03s) [2021-04-09T02:17:05.784Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.784Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2021-04-09T02:17:05.784Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.784Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.08s) [2021-04-09T02:17:05.784Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-04-09T02:17:05.784Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.784Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2021-04-09T02:17:05.784Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.784Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.36s) [2021-04-09T02:17:05.784Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.30s) [2021-04-09T02:17:05.784Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-04-09T02:17:05.784Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.784Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-04-09T02:17:05.784Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.784Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.09s) [2021-04-09T02:17:05.784Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2021-04-09T02:17:05.784Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.784Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (7.19s) [2021-04-09T02:17:05.784Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.20s) [2021-04-09T02:17:05.784Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.35s) [2021-04-09T02:17:05.784Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2021-04-09T02:17:05.784Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.784Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-04-09T02:17:05.784Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.784Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2021-04-09T02:17:05.784Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.784Z] --- PASS: TestDockerSuite/TestInspectDefault (2.35s) [2021-04-09T02:17:05.784Z] --- PASS: TestDockerSuite/TestInspectHistory (9.83s) [2021-04-09T02:17:05.784Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2021-04-09T02:17:05.784Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.784Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2021-04-09T02:17:05.784Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.784Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2021-04-09T02:17:05.784Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-04-09T02:17:05.784Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.33s) [2021-04-09T02:17:05.784Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.31s) [2021-04-09T02:17:05.784Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.21s) [2021-04-09T02:17:05.784Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.60s) [2021-04-09T02:17:05.784Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.30s) [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2021-04-09T02:17:06.238Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.09s) [2021-04-09T02:17:06.238Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.30s) [2021-04-09T02:17:06.238Z] --- PASS: TestDockerSuite/TestInspectStatus (2.81s) [2021-04-09T02:17:06.238Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.93s) [2021-04-09T02:17:06.238Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.56s) [2021-04-09T02:17:06.238Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.45s) [2021-04-09T02:17:06.238Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.41s) [2021-04-09T02:17:06.238Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (7.52s) [2021-04-09T02:17:06.238Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.48s) [2021-04-09T02:17:06.238Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.27s) [2021-04-09T02:17:06.238Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.09s) [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2021-04-09T02:17:06.238Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2021-04-09T02:17:06.238Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-04-09T02:17:06.238Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2021-04-09T02:17:06.238Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-04-09T02:17:06.238Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-04-09T02:17:06.238Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-04-09T02:17:06.238Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-04-09T02:17:06.238Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-04-09T02:17:06.238Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-04-09T02:17:06.238Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2021-04-09T02:17:06.238Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2021-04-09T02:17:06.238Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2021-04-09T02:17:06.238Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-04-09T02:17:06.238Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2021-04-09T02:17:06.238Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-04-09T02:17:06.238Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.08s) [2021-04-09T02:17:06.238Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2021-04-09T02:17:06.238Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.14s) [2021-04-09T02:17:06.238Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.08s) [2021-04-09T02:17:06.238Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.86s) [2021-04-09T02:17:06.238Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.45s) [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2021-04-09T02:17:06.238Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.40s) [2021-04-09T02:17:06.238Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.08s) [2021-04-09T02:17:06.238Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (7.99s) [2021-04-09T02:17:06.238Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (7.89s) [2021-04-09T02:17:06.238Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (7.92s) [2021-04-09T02:17:06.238Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.78s) [2021-04-09T02:17:06.238Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.67s) [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2021-04-09T02:17:06.238Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.49s) [2021-04-09T02:17:06.238Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (7.26s) [2021-04-09T02:17:06.238Z] --- PASS: TestDockerSuite/TestLogsSince (9.27s) [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-04-09T02:17:06.238Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2021-04-09T02:17:06.238Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- PASS: TestDockerSuite/TestLogsTail (2.91s) [2021-04-09T02:17:06.238Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.80s) [2021-04-09T02:17:06.238Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.43s) [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2021-04-09T02:17:06.238Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2021-04-09T02:17:06.238Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-04-09T02:17:06.238Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.03s) [2021-04-09T02:17:06.238Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2021-04-09T02:17:06.238Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2021-04-09T02:17:06.238Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-04-09T02:17:06.238Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-04-09T02:17:06.238Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.08s) [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2021-04-09T02:17:06.238Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-04-09T02:17:06.238Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2021-04-09T02:17:06.238Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-04-09T02:17:06.238Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2021-04-09T02:17:06.238Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2021-04-09T02:17:06.238Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-04-09T02:17:06.238Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2021-04-09T02:17:06.238Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-04-09T02:17:06.238Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.68s) [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2021-04-09T02:17:06.238Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2021-04-09T02:17:06.238Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-04-09T02:17:06.238Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2021-04-09T02:17:06.238Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2021-04-09T02:17:06.238Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2021-04-09T02:17:06.238Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2021-04-09T02:17:06.238Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2021-04-09T02:17:06.238Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.56s) [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2021-04-09T02:17:06.238Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- PASS: TestDockerSuite/TestPsByOrder (10.01s) [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2021-04-09T02:17:06.238Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- PASS: TestDockerSuite/TestPsListContainersBase (11.14s) [2021-04-09T02:17:06.238Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (14.74s) [2021-04-09T02:17:06.238Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.35s) [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-04-09T02:17:06.238Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-04-09T02:17:06.238Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (14.01s) [2021-04-09T02:17:06.238Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (4.06s) [2021-04-09T02:17:06.238Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (7.56s) [2021-04-09T02:17:06.238Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.72s) [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2021-04-09T02:17:06.238Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-04-09T02:17:06.238Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.99s) [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2021-04-09T02:17:06.238Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-04-09T02:17:06.238Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2021-04-09T02:17:06.238Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2021-04-09T02:17:06.238Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- PASS: TestDockerSuite/TestPsShowMounts (8.13s) [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-04-09T02:17:06.238Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.65s) [2021-04-09T02:17:06.238Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2021-04-09T02:17:06.238Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.238Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.31s) [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.92s) [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-04-09T02:17:06.239Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.51s) [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.21s) [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.55s) [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (26.44s) [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (6.21s) [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.25s) [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.19s) [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.76s) [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.47s) [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.40s) [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.41s) [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.31s) [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (15.05s) [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.96s) [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.74s) [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (7.07s) [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (5.41s) [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (8.15s) [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.62s) [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRmiTag (0.74s) [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.47s) [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (17.60s) [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.60s) [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (5.26s) [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.25s) [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.12s) [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.97s) [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.00s) [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (7.25s) [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.42s) [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (7.22s) [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRunBindMounts (19.92s) [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.43s) [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.30s) [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.07s) [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.36s) [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.58s) [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.44s) [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.45s) [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.07s) [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.54s) [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.51s) [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.14s) [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.58s) [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.53s) [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.33s) [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRunExitCode (2.47s) [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.37s) [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.29s) [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.34s) [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.00s) [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.09s) [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (7.35s) [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.75s) [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (7.27s) [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (5.02s) [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (7.41s) [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.38s) [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.20s) [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.22s) [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.34s) [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.22s) [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.11s) [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2021-04-09T02:17:06.239Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.239Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.18s) [2021-04-09T02:17:06.239Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2021-04-09T02:17:06.240Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2021-04-09T02:17:06.240Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-04-09T02:17:06.240Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2021-04-09T02:17:06.240Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2021-04-09T02:17:06.240Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (8.03s) [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2021-04-09T02:17:06.240Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestRunRm (2.64s) [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.57s) [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.51s) [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.33s) [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.27s) [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.61s) [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-04-09T02:17:06.240Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2021-04-09T02:17:06.240Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.28s) [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2021-04-09T02:17:06.240Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.04s) [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2021-04-09T02:17:06.240Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-04-09T02:17:06.240Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.18s) [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s) [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2021-04-09T02:17:06.240Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.85s) [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2021-04-09T02:17:06.240Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2021-04-09T02:17:06.240Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-04-09T02:17:06.240Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2021-04-09T02:17:06.240Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2021-04-09T02:17:06.240Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-04-09T02:17:06.240Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-04-09T02:17:06.240Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-04-09T02:17:06.240Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-04-09T02:17:06.240Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-04-09T02:17:06.240Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.33s) [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2021-04-09T02:17:06.240Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.26s) [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-04-09T02:17:06.240Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2021-04-09T02:17:06.240Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.05s) [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (6.95s) [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.53s) [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.94s) [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2021-04-09T02:17:06.240Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.12s) [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.11s) [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.34s) [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.33s) [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2021-04-09T02:17:06.240Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s) [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-04-09T02:17:06.240Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2021-04-09T02:17:06.240Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2021-04-09T02:17:06.240Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-04-09T02:17:06.240Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-04-09T02:17:06.240Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (4.06s) [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.81s) [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.30s) [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (9.42s) [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2021-04-09T02:17:06.240Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-04-09T02:17:06.240Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2021-04-09T02:17:06.240Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2021-04-09T02:17:06.240Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2021-04-09T02:17:06.240Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2021-04-09T02:17:06.240Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2021-04-09T02:17:06.240Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-04-09T02:17:06.240Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2021-04-09T02:17:06.240Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2021-04-09T02:17:06.240Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-04-09T02:17:06.240Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2021-04-09T02:17:06.240Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-04-09T02:17:06.240Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2021-04-09T02:17:06.240Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2021-04-09T02:17:06.240Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-04-09T02:17:06.240Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2021-04-09T02:17:06.240Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.28s) [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.38s) [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.39s) [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.24s) [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.68s) [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (7.30s) [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2021-04-09T02:17:06.240Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (8.76s) [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-04-09T02:17:06.240Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestStartAttachSilent (4.05s) [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2021-04-09T02:17:06.240Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-04-09T02:17:06.240Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2021-04-09T02:17:06.240Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2021-04-09T02:17:06.240Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (6.25s) [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-04-09T02:17:06.240Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-04-09T02:17:06.240Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2021-04-09T02:17:06.240Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2021-04-09T02:17:06.240Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2021-04-09T02:17:06.240Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-04-09T02:17:06.240Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.16s) [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.48s) [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2021-04-09T02:17:06.240Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.27s) [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-04-09T02:17:06.240Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2021-04-09T02:17:06.240Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2021-04-09T02:17:06.240Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2021-04-09T02:17:06.240Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-04-09T02:17:06.240Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-04-09T02:17:06.240Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.32s) [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.29s) [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.20s) [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-04-09T02:17:06.240Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.36s) [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.30s) [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.19s) [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestVolumeCLILs (3.14s) [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.08s) [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.44s) [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.41s) [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.42s) [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.08s) [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.18s) [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (7.91s) [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2021-04-09T02:17:06.240Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.63s) [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.20s) [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2021-04-09T02:17:06.240Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (6.85s) [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.30s) [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.29s) [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (9.40s) [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2021-04-09T02:17:06.240Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.53s) [2021-04-09T02:17:06.240Z] === RUN TestDockerRegistrySuite [2021-04-09T02:17:06.240Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-04-09T02:17:06.240Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-04-09T02:17:06.240Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-04-09T02:17:06.240Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-04-09T02:17:06.240Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-04-09T02:17:06.240Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-04-09T02:17:06.240Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-04-09T02:17:06.240Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-04-09T02:17:06.240Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-04-09T02:17:06.240Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-04-09T02:17:06.240Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-04-09T02:17:06.240Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-04-09T02:17:06.240Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-04-09T02:17:06.240Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-04-09T02:17:06.240Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-04-09T02:17:06.240Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-04-09T02:17:06.240Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-04-09T02:17:06.240Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-04-09T02:17:06.240Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-04-09T02:17:06.240Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-04-09T02:17:06.240Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-04-09T02:17:06.240Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-04-09T02:17:06.240Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-04-09T02:17:06.240Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-04-09T02:17:06.240Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-04-09T02:17:06.240Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-04-09T02:17:06.240Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-04-09T02:17:06.240Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-04-09T02:17:06.240Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-04-09T02:17:06.240Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-04-09T02:17:06.240Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-04-09T02:17:06.240Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-04-09T02:17:06.240Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-04-09T02:17:06.240Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-04-09T02:17:06.240Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-04-09T02:17:06.240Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-04-09T02:17:06.240Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-04-09T02:17:06.240Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-04-09T02:17:06.240Z] --- PASS: TestDockerRegistrySuite (0.16s) [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-04-09T02:17:06.240Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-04-09T02:17:06.240Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-04-09T02:17:06.240Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-04-09T02:17:06.240Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-04-09T02:17:06.240Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.240Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] === RUN TestDockerSchema1RegistrySuite [2021-04-09T02:17:06.241Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-04-09T02:17:06.241Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-04-09T02:17:06.241Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-04-09T02:17:06.241Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-04-09T02:17:06.241Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-04-09T02:17:06.241Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-04-09T02:17:06.241Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-04-09T02:17:06.241Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-04-09T02:17:06.241Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-04-09T02:17:06.241Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-04-09T02:17:06.241Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-04-09T02:17:06.241Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-04-09T02:17:06.241Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-04-09T02:17:06.241Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-04-09T02:17:06.241Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-04-09T02:17:06.241Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-04-09T02:17:06.241Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-04-09T02:17:06.241Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-04-09T02:17:06.241Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-04-09T02:17:06.241Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-04-09T02:17:06.241Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-04-09T02:17:06.241Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-04-09T02:17:06.241Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-04-09T02:17:06.241Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-04-09T02:17:06.241Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-04-09T02:17:06.241Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-04-09T02:17:06.241Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-04-09T02:17:06.241Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.02s) [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] === RUN TestDockerRegistryAuthTokenSuite [2021-04-09T02:17:06.241Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-04-09T02:17:06.241Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-04-09T02:17:06.241Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-04-09T02:17:06.241Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-04-09T02:17:06.241Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-04-09T02:17:06.241Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] === RUN TestDockerDaemonSuite [2021-04-09T02:17:06.241Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-04-09T02:17:06.241Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-04-09T02:17:06.241Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-04-09T02:17:06.241Z] --- PASS: TestDockerDaemonSuite (0.00s) [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] === RUN TestDockerSwarmSuite [2021-04-09T02:17:06.241Z] --- PASS: TestDockerSwarmSuite (0.00s) [2021-04-09T02:17:06.241Z] === RUN TestDockerPluginSuite [2021-04-09T02:17:06.241Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2021-04-09T02:17:06.241Z] === RUN TestDockerPluginSuite/TestPluginCreate [2021-04-09T02:17:06.241Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2021-04-09T02:17:06.241Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2021-04-09T02:17:06.241Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2021-04-09T02:17:06.241Z] === RUN TestDockerPluginSuite/TestPluginInspect [2021-04-09T02:17:06.241Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2021-04-09T02:17:06.241Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2021-04-09T02:17:06.241Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2021-04-09T02:17:06.241Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2021-04-09T02:17:06.241Z] === RUN TestDockerPluginSuite/TestPluginSet [2021-04-09T02:17:06.241Z] --- PASS: TestDockerPluginSuite (0.04s) [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] === RUN TestDockerExternalVolumeSuite [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] === RUN TestDockerNetworkSuite [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] === RUN TestDockerHubPullSuite [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2021-04-09T02:17:06.241Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] PASS [2021-04-09T02:17:06.241Z] ok github.com/docker/docker/integration-cli 2798.799s [2021-04-09T02:17:06.241Z] [2021-04-09T02:17:06.241Z] === Skipped [2021-04-09T02:17:06.241Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2021-04-09T02:17:06.241Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] [2021-04-09T02:17:06.241Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2021-04-09T02:17:06.241Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] [2021-04-09T02:17:06.241Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-04-09T02:17:06.241Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] [2021-04-09T02:17:06.241Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-04-09T02:17:06.241Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] [2021-04-09T02:17:06.241Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-04-09T02:17:06.241Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] [2021-04-09T02:17:06.241Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-04-09T02:17:06.241Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-04-09T02:17:06.241Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.241Z] [2021-04-09T02:17:06.241Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-04-09T02:17:06.242Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-04-09T02:17:06.242Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2021-04-09T02:17:06.242Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-04-09T02:17:06.242Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2021-04-09T02:17:06.242Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2021-04-09T02:17:06.242Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2021-04-09T02:17:06.242Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2021-04-09T02:17:06.242Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2021-04-09T02:17:06.242Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-04-09T02:17:06.242Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2021-04-09T02:17:06.242Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2021-04-09T02:17:06.242Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.55s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.55s) [2021-04-09T02:17:06.242Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-04-09T02:17:06.242Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2021-04-09T02:17:06.242Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2021-04-09T02:17:06.242Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2021-04-09T02:17:06.242Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2021-04-09T02:17:06.242Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2021-04-09T02:17:06.242Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.04s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2021-04-09T02:17:06.242Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2021-04-09T02:17:06.242Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2021-04-09T02:17:06.242Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-04-09T02:17:06.242Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2021-04-09T02:17:06.242Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.47s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.47s) [2021-04-09T02:17:06.242Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.84s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.84s) [2021-04-09T02:17:06.242Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.26s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.26s) [2021-04-09T02:17:06.242Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.44s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.44s) [2021-04-09T02:17:06.242Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2021-04-09T02:17:06.242Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-04-09T02:17:06.242Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2021-04-09T02:17:06.242Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2021-04-09T02:17:06.242Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2021-04-09T02:17:06.242Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.82s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.82s) [2021-04-09T02:17:06.242Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.42s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.42s) [2021-04-09T02:17:06.242Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.05s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2021-04-09T02:17:06.242Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.05s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2021-04-09T02:17:06.242Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-04-09T02:17:06.242Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.03s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.03s) [2021-04-09T02:17:06.242Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2021-04-09T02:17:06.242Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-04-09T02:17:06.242Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-04-09T02:17:06.242Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2021-04-09T02:17:06.242Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.44s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.44s) [2021-04-09T02:17:06.242Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.42s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.42s) [2021-04-09T02:17:06.242Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2021-04-09T02:17:06.242Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2021-04-09T02:17:06.242Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.49s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.49s) [2021-04-09T02:17:06.242Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.43s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.43s) [2021-04-09T02:17:06.242Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.42s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.42s) [2021-04-09T02:17:06.242Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.06s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.06s) [2021-04-09T02:17:06.242Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-04-09T02:17:06.242Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-04-09T02:17:06.242Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.39s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.39s) [2021-04-09T02:17:06.242Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2021-04-09T02:17:06.242Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-04-09T02:17:06.242Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-04-09T02:17:06.242Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-04-09T02:17:06.242Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-04-09T02:17:06.242Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-04-09T02:17:06.242Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-04-09T02:17:06.242Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-04-09T02:17:06.242Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.242Z] [2021-04-09T02:17:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.04s) [2021-04-09T02:17:06.697Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2021-04-09T02:17:06.697Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.697Z] [2021-04-09T02:17:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2021-04-09T02:17:06.697Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2021-04-09T02:17:06.697Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.697Z] [2021-04-09T02:17:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-04-09T02:17:06.697Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-04-09T02:17:06.697Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.697Z] [2021-04-09T02:17:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2021-04-09T02:17:06.697Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2021-04-09T02:17:06.697Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.697Z] [2021-04-09T02:17:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-04-09T02:17:06.697Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-04-09T02:17:06.697Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-04-09T02:17:06.697Z] [2021-04-09T02:17:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2021-04-09T02:17:06.697Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2021-04-09T02:17:06.697Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.697Z] [2021-04-09T02:17:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-04-09T02:17:06.697Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-04-09T02:17:06.697Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.697Z] [2021-04-09T02:17:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.05s) [2021-04-09T02:17:06.697Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2021-04-09T02:17:06.697Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.697Z] [2021-04-09T02:17:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.10s) [2021-04-09T02:17:06.697Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.10s) [2021-04-09T02:17:06.697Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.697Z] [2021-04-09T02:17:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.05s) [2021-04-09T02:17:06.697Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2021-04-09T02:17:06.697Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.697Z] [2021-04-09T02:17:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.06s) [2021-04-09T02:17:06.697Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2021-04-09T02:17:06.697Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.697Z] [2021-04-09T02:17:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2021-04-09T02:17:06.697Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2021-04-09T02:17:06.697Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.697Z] [2021-04-09T02:17:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2021-04-09T02:17:06.697Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2021-04-09T02:17:06.697Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.697Z] [2021-04-09T02:17:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2021-04-09T02:17:06.697Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2021-04-09T02:17:06.697Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.697Z] [2021-04-09T02:17:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2021-04-09T02:17:06.697Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2021-04-09T02:17:06.697Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.697Z] [2021-04-09T02:17:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2021-04-09T02:17:06.697Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2021-04-09T02:17:06.697Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.697Z] [2021-04-09T02:17:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-04-09T02:17:06.697Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-04-09T02:17:06.697Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.697Z] [2021-04-09T02:17:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2021-04-09T02:17:06.697Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2021-04-09T02:17:06.697Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.697Z] [2021-04-09T02:17:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.50s) [2021-04-09T02:17:06.697Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.50s) [2021-04-09T02:17:06.697Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.697Z] [2021-04-09T02:17:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.41s) [2021-04-09T02:17:06.697Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.41s) [2021-04-09T02:17:06.697Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.697Z] [2021-04-09T02:17:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2021-04-09T02:17:06.697Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-04-09T02:17:06.697Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.697Z] [2021-04-09T02:17:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-04-09T02:17:06.697Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-04-09T02:17:06.697Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.697Z] [2021-04-09T02:17:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2021-04-09T02:17:06.697Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2021-04-09T02:17:06.697Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.697Z] [2021-04-09T02:17:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2021-04-09T02:17:06.697Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2021-04-09T02:17:06.697Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.697Z] [2021-04-09T02:17:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-04-09T02:17:06.697Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-04-09T02:17:06.697Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.697Z] [2021-04-09T02:17:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.43s) [2021-04-09T02:17:06.697Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.43s) [2021-04-09T02:17:06.697Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.697Z] [2021-04-09T02:17:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2021-04-09T02:17:06.697Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2021-04-09T02:17:06.697Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.697Z] [2021-04-09T02:17:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.41s) [2021-04-09T02:17:06.697Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.41s) [2021-04-09T02:17:06.697Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.697Z] [2021-04-09T02:17:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.41s) [2021-04-09T02:17:06.697Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.41s) [2021-04-09T02:17:06.697Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.697Z] [2021-04-09T02:17:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.41s) [2021-04-09T02:17:06.697Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.41s) [2021-04-09T02:17:06.697Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.697Z] [2021-04-09T02:17:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-04-09T02:17:06.697Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-04-09T02:17:06.697Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.697Z] [2021-04-09T02:17:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.39s) [2021-04-09T02:17:06.697Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.39s) [2021-04-09T02:17:06.697Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.697Z] [2021-04-09T02:17:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2021-04-09T02:17:06.697Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2021-04-09T02:17:06.697Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.697Z] [2021-04-09T02:17:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-04-09T02:17:06.697Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-04-09T02:17:06.697Z] docker_cli_sni_test.go:18: Flakey test [2021-04-09T02:17:06.697Z] [2021-04-09T02:17:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2021-04-09T02:17:06.697Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2021-04-09T02:17:06.697Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.697Z] [2021-04-09T02:17:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2021-04-09T02:17:06.697Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2021-04-09T02:17:06.697Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.697Z] [2021-04-09T02:17:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-04-09T02:17:06.697Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-04-09T02:17:06.697Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.697Z] [2021-04-09T02:17:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2021-04-09T02:17:06.697Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2021-04-09T02:17:06.697Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.697Z] [2021-04-09T02:17:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2021-04-09T02:17:06.697Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2021-04-09T02:17:06.698Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-04-09T02:17:06.698Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2021-04-09T02:17:06.698Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2021-04-09T02:17:06.698Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-04-09T02:17:06.698Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2021-04-09T02:17:06.698Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-04-09T02:17:06.698Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-04-09T02:17:06.698Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2021-04-09T02:17:06.698Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2021-04-09T02:17:06.698Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2021-04-09T02:17:06.698Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-04-09T02:17:06.698Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2021-04-09T02:17:06.698Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2021-04-09T02:17:06.698Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-04-09T02:17:06.698Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2021-04-09T02:17:06.698Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-04-09T02:17:06.698Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2021-04-09T02:17:06.698Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2021-04-09T02:17:06.698Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2021-04-09T02:17:06.698Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2021-04-09T02:17:06.698Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-04-09T02:17:06.698Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2021-04-09T02:17:06.698Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2021-04-09T02:17:06.698Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-04-09T02:17:06.698Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-04-09T02:17:06.698Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2021-04-09T02:17:06.698Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2021-04-09T02:17:06.698Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2021-04-09T02:17:06.698Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.03s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.03s) [2021-04-09T02:17:06.698Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2021-04-09T02:17:06.698Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2021-04-09T02:17:06.698Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2021-04-09T02:17:06.698Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-04-09T02:17:06.698Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2021-04-09T02:17:06.698Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2021-04-09T02:17:06.698Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2021-04-09T02:17:06.698Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-04-09T02:17:06.698Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-04-09T02:17:06.698Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-04-09T02:17:06.698Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2021-04-09T02:17:06.698Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2021-04-09T02:17:06.698Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-04-09T02:17:06.698Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2021-04-09T02:17:06.698Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2021-04-09T02:17:06.698Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2021-04-09T02:17:06.698Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-04-09T02:17:06.698Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2021-04-09T02:17:06.698Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-04-09T02:17:06.698Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2021-04-09T02:17:06.698Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-04-09T02:17:06.698Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2021-04-09T02:17:06.698Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-04-09T02:17:06.698Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-04-09T02:17:06.698Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2021-04-09T02:17:06.698Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2021-04-09T02:17:06.698Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2021-04-09T02:17:06.698Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2021-04-09T02:17:06.698Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-04-09T02:17:06.698Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2021-04-09T02:17:06.698Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-04-09T02:17:06.698Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-04-09T02:17:06.698Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-04-09T02:17:06.698Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2021-04-09T02:17:06.698Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2021-04-09T02:17:06.698Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2021-04-09T02:17:06.698Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2021-04-09T02:17:06.698Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2021-04-09T02:17:06.698Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2021-04-09T02:17:06.698Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-04-09T02:17:06.698Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-04-09T02:17:06.698Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.698Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2021-04-09T02:17:06.699Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2021-04-09T02:17:06.699Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2021-04-09T02:17:06.699Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-04-09T02:17:06.699Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2021-04-09T02:17:06.699Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2021-04-09T02:17:06.699Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2021-04-09T02:17:06.699Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2021-04-09T02:17:06.699Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2021-04-09T02:17:06.699Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2021-04-09T02:17:06.699Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-04-09T02:17:06.699Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2021-04-09T02:17:06.699Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2021-04-09T02:17:06.699Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2021-04-09T02:17:06.699Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2021-04-09T02:17:06.699Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2021-04-09T02:17:06.699Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2021-04-09T02:17:06.699Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2021-04-09T02:17:06.699Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-04-09T02:17:06.699Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-04-09T02:17:06.699Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2021-04-09T02:17:06.699Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2021-04-09T02:17:06.699Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2021-04-09T02:17:06.699Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2021-04-09T02:17:06.699Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-04-09T02:17:06.699Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2021-04-09T02:17:06.699Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-04-09T02:17:06.699Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-04-09T02:17:06.699Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2021-04-09T02:17:06.699Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2021-04-09T02:17:06.699Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2021-04-09T02:17:06.699Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2021-04-09T02:17:06.699Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-04-09T02:17:06.699Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-04-09T02:17:06.699Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2021-04-09T02:17:06.699Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-04-09T02:17:06.699Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2021-04-09T02:17:06.699Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2021-04-09T02:17:06.699Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2021-04-09T02:17:06.699Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2021-04-09T02:17:06.699Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-04-09T02:17:06.699Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2021-04-09T02:17:06.699Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2021-04-09T02:17:06.699Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-04-09T02:17:06.699Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-04-09T02:17:06.699Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.03s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.03s) [2021-04-09T02:17:06.699Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2021-04-09T02:17:06.699Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-04-09T02:17:06.699Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2021-04-09T02:17:06.699Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-04-09T02:17:06.699Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-04-09T02:17:06.699Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2021-04-09T02:17:06.699Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2021-04-09T02:17:06.699Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-04-09T02:17:06.699Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2021-04-09T02:17:06.699Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2021-04-09T02:17:06.699Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2021-04-09T02:17:06.699Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2021-04-09T02:17:06.699Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2021-04-09T02:17:06.699Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2021-04-09T02:17:06.699Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2021-04-09T02:17:06.699Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-04-09T02:17:06.699Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2021-04-09T02:17:06.699Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-04-09T02:17:06.699Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-04-09T02:17:06.699Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-04-09T02:17:06.699Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-04-09T02:17:06.699Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-04-09T02:17:06.699Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-04-09T02:17:06.699Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2021-04-09T02:17:06.699Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2021-04-09T02:17:06.699Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2021-04-09T02:17:06.699Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-04-09T02:17:06.699Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.699Z] [2021-04-09T02:17:06.699Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2021-04-09T02:17:06.699Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2021-04-09T02:17:06.699Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-04-09T02:17:06.700Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2021-04-09T02:17:06.700Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2021-04-09T02:17:06.700Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-04-09T02:17:06.700Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2021-04-09T02:17:06.700Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2021-04-09T02:17:06.700Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2021-04-09T02:17:06.700Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-04-09T02:17:06.700Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.03s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.03s) [2021-04-09T02:17:06.700Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2021-04-09T02:17:06.700Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2021-04-09T02:17:06.700Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-04-09T02:17:06.700Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-04-09T02:17:06.700Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2021-04-09T02:17:06.700Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-04-09T02:17:06.700Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2021-04-09T02:17:06.700Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-04-09T02:17:06.700Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2021-04-09T02:17:06.700Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2021-04-09T02:17:06.700Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-04-09T02:17:06.700Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2021-04-09T02:17:06.700Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-04-09T02:17:06.700Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2021-04-09T02:17:06.700Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2021-04-09T02:17:06.700Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-04-09T02:17:06.700Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2021-04-09T02:17:06.700Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2021-04-09T02:17:06.700Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2021-04-09T02:17:06.700Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2021-04-09T02:17:06.700Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2021-04-09T02:17:06.700Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2021-04-09T02:17:06.700Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2021-04-09T02:17:06.700Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-04-09T02:17:06.700Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2021-04-09T02:17:06.700Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-04-09T02:17:06.700Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2021-04-09T02:17:06.700Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-04-09T02:17:06.700Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2021-04-09T02:17:06.700Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2021-04-09T02:17:06.700Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-04-09T02:17:06.700Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2021-04-09T02:17:06.700Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-04-09T02:17:06.700Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2021-04-09T02:17:06.700Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2021-04-09T02:17:06.700Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2021-04-09T02:17:06.700Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-04-09T02:17:06.700Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2021-04-09T02:17:06.700Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-04-09T02:17:06.700Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-04-09T02:17:06.700Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-04-09T02:17:06.700Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2021-04-09T02:17:06.700Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2021-04-09T02:17:06.700Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-04-09T02:17:06.700Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2021-04-09T02:17:06.700Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-04-09T02:17:06.700Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2021-04-09T02:17:06.700Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2021-04-09T02:17:06.700Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2021-04-09T02:17:06.700Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-04-09T02:17:06.700Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2021-04-09T02:17:06.700Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2021-04-09T02:17:06.700Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.700Z] [2021-04-09T02:17:06.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2021-04-09T02:17:06.700Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2021-04-09T02:17:06.701Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2021-04-09T02:17:06.701Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2021-04-09T02:17:06.701Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.701Z] [2021-04-09T02:17:06.702Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2021-04-09T02:17:06.702Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2021-04-09T02:17:06.702Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.702Z] [2021-04-09T02:17:06.702Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2021-04-09T02:17:06.702Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2021-04-09T02:17:06.702Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.702Z] [2021-04-09T02:17:06.702Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2021-04-09T02:17:06.702Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2021-04-09T02:17:06.702Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.702Z] [2021-04-09T02:17:06.702Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2021-04-09T02:17:06.702Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-04-09T02:17:06.702Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.702Z] [2021-04-09T02:17:06.702Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2021-04-09T02:17:06.702Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2021-04-09T02:17:06.702Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.702Z] [2021-04-09T02:17:06.702Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-04-09T02:17:06.702Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-04-09T02:17:06.702Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.702Z] [2021-04-09T02:17:06.702Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2021-04-09T02:17:06.702Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2021-04-09T02:17:06.702Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.702Z] [2021-04-09T02:17:06.702Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2021-04-09T02:17:06.702Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2021-04-09T02:17:06.702Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.702Z] [2021-04-09T02:17:06.702Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2021-04-09T02:17:06.702Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2021-04-09T02:17:06.702Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.702Z] [2021-04-09T02:17:06.702Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2021-04-09T02:17:06.702Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2021-04-09T02:17:06.702Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-04-09T02:17:06.702Z] [2021-04-09T02:17:06.702Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-04-09T02:17:06.702Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-04-09T02:17:06.702Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.702Z] [2021-04-09T02:17:06.702Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2021-04-09T02:17:06.702Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2021-04-09T02:17:06.702Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.702Z] [2021-04-09T02:17:06.702Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2021-04-09T02:17:06.702Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2021-04-09T02:17:06.702Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.702Z] [2021-04-09T02:17:06.702Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2021-04-09T02:17:06.702Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2021-04-09T02:17:06.702Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.702Z] [2021-04-09T02:17:06.702Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-04-09T02:17:06.702Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-04-09T02:17:06.702Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.702Z] [2021-04-09T02:17:06.702Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2021-04-09T02:17:06.702Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2021-04-09T02:17:06.702Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.702Z] [2021-04-09T02:17:06.702Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2021-04-09T02:17:06.702Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2021-04-09T02:17:06.702Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.702Z] [2021-04-09T02:17:06.702Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2021-04-09T02:17:06.702Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2021-04-09T02:17:06.702Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.702Z] [2021-04-09T02:17:06.702Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-04-09T02:17:06.702Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-04-09T02:17:06.702Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.702Z] [2021-04-09T02:17:06.702Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2021-04-09T02:17:06.702Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2021-04-09T02:17:06.702Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.702Z] [2021-04-09T02:17:06.702Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2021-04-09T02:17:06.702Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2021-04-09T02:17:06.702Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.702Z] [2021-04-09T02:17:06.702Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2021-04-09T02:17:06.702Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2021-04-09T02:17:06.702Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.702Z] [2021-04-09T02:17:06.702Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-04-09T02:17:06.702Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-04-09T02:17:06.702Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.702Z] [2021-04-09T02:17:06.702Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2021-04-09T02:17:06.702Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2021-04-09T02:17:06.702Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.702Z] [2021-04-09T02:17:06.702Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2021-04-09T02:17:06.702Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2021-04-09T02:17:06.702Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-04-09T02:17:06.702Z] [2021-04-09T02:17:06.702Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2021-04-09T02:17:06.702Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-04-09T02:17:06.702Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.702Z] [2021-04-09T02:17:06.702Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-04-09T02:17:06.702Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-04-09T02:17:06.702Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.702Z] [2021-04-09T02:17:06.702Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-04-09T02:17:06.702Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-04-09T02:17:06.702Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.702Z] [2021-04-09T02:17:06.702Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-04-09T02:17:06.702Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-04-09T02:17:06.702Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.702Z] [2021-04-09T02:17:06.702Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2021-04-09T02:17:06.702Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-04-09T02:17:06.702Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.702Z] [2021-04-09T02:17:06.702Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2021-04-09T02:17:06.702Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2021-04-09T02:17:06.702Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.702Z] [2021-04-09T02:17:06.702Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-04-09T02:17:06.702Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-04-09T02:17:06.702Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.702Z] [2021-04-09T02:17:06.702Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2021-04-09T02:17:06.702Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2021-04-09T02:17:06.702Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.702Z] [2021-04-09T02:17:06.702Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2021-04-09T02:17:06.702Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2021-04-09T02:17:06.702Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.702Z] [2021-04-09T02:17:06.702Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2021-04-09T02:17:06.702Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2021-04-09T02:17:06.702Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.702Z] [2021-04-09T02:17:06.702Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-04-09T02:17:06.702Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-04-09T02:17:06.702Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.702Z] [2021-04-09T02:17:06.702Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2021-04-09T02:17:06.702Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2021-04-09T02:17:06.702Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.702Z] [2021-04-09T02:17:06.702Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2021-04-09T02:17:06.702Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2021-04-09T02:17:06.702Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.702Z] [2021-04-09T02:17:06.702Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-04-09T02:17:06.702Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-04-09T02:17:06.702Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.702Z] [2021-04-09T02:17:06.702Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2021-04-09T02:17:06.702Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-04-09T02:17:06.702Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.702Z] [2021-04-09T02:17:06.702Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2021-04-09T02:17:06.702Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2021-04-09T02:17:06.702Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-04-09T02:17:06.702Z] [2021-04-09T02:17:06.702Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-04-09T02:17:06.702Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-04-09T02:17:06.702Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.702Z] [2021-04-09T02:17:06.702Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2021-04-09T02:17:06.702Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2021-04-09T02:17:06.702Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-04-09T02:17:06.702Z] [2021-04-09T02:17:06.702Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2021-04-09T02:17:07.154Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2021-04-09T02:17:07.154Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.154Z] [2021-04-09T02:17:07.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2021-04-09T02:17:07.154Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2021-04-09T02:17:07.154Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.154Z] [2021-04-09T02:17:07.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2021-04-09T02:17:07.154Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2021-04-09T02:17:07.154Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.154Z] [2021-04-09T02:17:07.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2021-04-09T02:17:07.154Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2021-04-09T02:17:07.154Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.154Z] [2021-04-09T02:17:07.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-04-09T02:17:07.154Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-04-09T02:17:07.154Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.154Z] [2021-04-09T02:17:07.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2021-04-09T02:17:07.154Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2021-04-09T02:17:07.154Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.154Z] [2021-04-09T02:17:07.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2021-04-09T02:17:07.154Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2021-04-09T02:17:07.154Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.154Z] [2021-04-09T02:17:07.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2021-04-09T02:17:07.154Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-04-09T02:17:07.154Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.154Z] [2021-04-09T02:17:07.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2021-04-09T02:17:07.154Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2021-04-09T02:17:07.154Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.154Z] [2021-04-09T02:17:07.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-04-09T02:17:07.154Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-04-09T02:17:07.154Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.154Z] [2021-04-09T02:17:07.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2021-04-09T02:17:07.154Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2021-04-09T02:17:07.154Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.154Z] [2021-04-09T02:17:07.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2021-04-09T02:17:07.154Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2021-04-09T02:17:07.154Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.154Z] [2021-04-09T02:17:07.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-04-09T02:17:07.154Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-04-09T02:17:07.154Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.154Z] [2021-04-09T02:17:07.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2021-04-09T02:17:07.154Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2021-04-09T02:17:07.154Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.154Z] [2021-04-09T02:17:07.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2021-04-09T02:17:07.154Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2021-04-09T02:17:07.154Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.154Z] [2021-04-09T02:17:07.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-04-09T02:17:07.154Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-04-09T02:17:07.154Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.154Z] [2021-04-09T02:17:07.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2021-04-09T02:17:07.154Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2021-04-09T02:17:07.154Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.154Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-04-09T02:17:07.155Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2021-04-09T02:17:07.155Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2021-04-09T02:17:07.155Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-04-09T02:17:07.155Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-04-09T02:17:07.155Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2021-04-09T02:17:07.155Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2021-04-09T02:17:07.155Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2021-04-09T02:17:07.155Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-04-09T02:17:07.155Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2021-04-09T02:17:07.155Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-04-09T02:17:07.155Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2021-04-09T02:17:07.155Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2021-04-09T02:17:07.155Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2021-04-09T02:17:07.155Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-04-09T02:17:07.155Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-04-09T02:17:07.155Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-04-09T02:17:07.155Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2021-04-09T02:17:07.155Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2021-04-09T02:17:07.155Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2021-04-09T02:17:07.155Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-04-09T02:17:07.155Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-04-09T02:17:07.155Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.155Z] [2021-04-09T02:17:07.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-04-09T02:17:07.156Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-04-09T02:17:07.156Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.156Z] [2021-04-09T02:17:07.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-04-09T02:17:07.156Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-04-09T02:17:07.156Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.156Z] [2021-04-09T02:17:07.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-04-09T02:17:07.156Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-04-09T02:17:07.156Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.156Z] [2021-04-09T02:17:07.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-04-09T02:17:07.156Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-04-09T02:17:07.156Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.156Z] [2021-04-09T02:17:07.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-04-09T02:17:07.156Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-04-09T02:17:07.156Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.156Z] [2021-04-09T02:17:07.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-04-09T02:17:07.156Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-04-09T02:17:07.156Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.156Z] [2021-04-09T02:17:07.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-04-09T02:17:07.156Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-04-09T02:17:07.156Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.156Z] [2021-04-09T02:17:07.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-04-09T02:17:07.156Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-04-09T02:17:07.156Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.156Z] [2021-04-09T02:17:07.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-04-09T02:17:07.156Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-04-09T02:17:07.156Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.156Z] [2021-04-09T02:17:07.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-04-09T02:17:07.156Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-04-09T02:17:07.156Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.156Z] [2021-04-09T02:17:07.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-04-09T02:17:07.156Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-04-09T02:17:07.156Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.156Z] [2021-04-09T02:17:07.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-04-09T02:17:07.156Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-04-09T02:17:07.156Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.156Z] [2021-04-09T02:17:07.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-04-09T02:17:07.156Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-04-09T02:17:07.156Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.156Z] [2021-04-09T02:17:07.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-04-09T02:17:07.156Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-04-09T02:17:07.156Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.156Z] [2021-04-09T02:17:07.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-04-09T02:17:07.156Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-04-09T02:17:07.156Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.156Z] [2021-04-09T02:17:07.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-04-09T02:17:07.156Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-04-09T02:17:07.156Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.156Z] [2021-04-09T02:17:07.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-04-09T02:17:07.156Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-04-09T02:17:07.156Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.156Z] [2021-04-09T02:17:07.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-04-09T02:17:07.156Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-04-09T02:17:07.156Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.156Z] [2021-04-09T02:17:07.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-04-09T02:17:07.156Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-04-09T02:17:07.156Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.156Z] [2021-04-09T02:17:07.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-04-09T02:17:07.156Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-04-09T02:17:07.156Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.156Z] [2021-04-09T02:17:07.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-04-09T02:17:07.156Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-04-09T02:17:07.156Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.156Z] [2021-04-09T02:17:07.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-04-09T02:17:07.156Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-04-09T02:17:07.156Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.156Z] [2021-04-09T02:17:07.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-04-09T02:17:07.156Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-04-09T02:17:07.156Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.156Z] [2021-04-09T02:17:07.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-04-09T02:17:07.156Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-04-09T02:17:07.156Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.156Z] [2021-04-09T02:17:07.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-04-09T02:17:07.156Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-04-09T02:17:07.156Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.156Z] [2021-04-09T02:17:07.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-04-09T02:17:07.156Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-04-09T02:17:07.156Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.156Z] [2021-04-09T02:17:07.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-04-09T02:17:07.156Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-04-09T02:17:07.156Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.156Z] [2021-04-09T02:17:07.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-04-09T02:17:07.156Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-04-09T02:17:07.156Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.156Z] [2021-04-09T02:17:07.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-04-09T02:17:07.156Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-04-09T02:17:07.156Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.156Z] [2021-04-09T02:17:07.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-04-09T02:17:07.156Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-04-09T02:17:07.156Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.156Z] [2021-04-09T02:17:07.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2021-04-09T02:17:07.156Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-04-09T02:17:07.156Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.156Z] [2021-04-09T02:17:07.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2021-04-09T02:17:07.156Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.156Z] [2021-04-09T02:17:07.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2021-04-09T02:17:07.156Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.156Z] [2021-04-09T02:17:07.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2021-04-09T02:17:07.156Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-04-09T02:17:07.156Z] [2021-04-09T02:17:07.156Z] [2021-04-09T02:17:07.156Z] DONE 1092 tests, 546 skipped in 2808.197s [2021-04-09T02:17:07.156Z] INFO: Integration tests ended at 04/09/2021 02:17:06. Duration:00:46:48.2846279 [2021-04-09T02:17:07.156Z] INFO: Docker info of the daemon under test at end of run [2021-04-09T02:17:07.156Z] [2021-04-09T02:17:07.156Z] Containers: 2 [2021-04-09T02:17:07.156Z] Running: 0 [2021-04-09T02:17:07.156Z] Paused: 0 [2021-04-09T02:17:07.156Z] Stopped: 2 [2021-04-09T02:17:07.156Z] Images: 18 [2021-04-09T02:17:07.156Z] Server Version: 0.0.0-dev [2021-04-09T02:17:07.156Z] Storage Driver: windowsfilter [2021-04-09T02:17:07.156Z] Windows: [2021-04-09T02:17:07.156Z] Logging Driver: json-file [2021-04-09T02:17:07.156Z] Plugins: [2021-04-09T02:17:07.156Z] Volume: local [2021-04-09T02:17:07.156Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-04-09T02:17:07.156Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-04-09T02:17:07.156Z] Swarm: inactive [2021-04-09T02:17:07.156Z] Default Isolation: process [2021-04-09T02:17:07.156Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-04-09T02:17:07.156Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1757) [2021-04-09T02:17:07.156Z] OSType: windows [2021-04-09T02:17:07.156Z] Architecture: x86_64 [2021-04-09T02:17:07.156Z] CPUs: 4 [2021-04-09T02:17:07.156Z] Total Memory: 32GiB [2021-04-09T02:17:07.156Z] Name: azwin-2-d13fe0 [2021-04-09T02:17:07.156Z] ID: OSBX:F6VI:AUDC:FF25:NFXQ:QJPK:VQ3H:QIH7:JFMD:6RYQ:IQ4U:WSFY [2021-04-09T02:17:07.156Z] Docker Root Dir: D:\CI\PR-39846\67\daemon [2021-04-09T02:17:07.156Z] Debug Mode (client): false [2021-04-09T02:17:07.156Z] Debug Mode (server): true [2021-04-09T02:17:07.156Z] File Descriptors: -1 [2021-04-09T02:17:07.156Z] Goroutines: 17 [2021-04-09T02:17:07.156Z] System Time: 2021-04-09T02:17:07.0341072Z [2021-04-09T02:17:07.156Z] EventsListeners: 0 [2021-04-09T02:17:07.156Z] Registry: https://index.docker.io/v1/ [2021-04-09T02:17:07.156Z] Labels: [2021-04-09T02:17:07.156Z] Experimental: false [2021-04-09T02:17:07.156Z] Insecure Registries: [2021-04-09T02:17:07.156Z] 127.0.0.0/8 [2021-04-09T02:17:07.156Z] Live Restore Enabled: false [2021-04-09T02:17:07.156Z] [2021-04-09T02:17:07.156Z] [2021-04-09T02:17:07.156Z] INFO: Stopping daemon under test [2021-04-09T02:17:07.612Z] SUCCESS: The process with PID 4512 (child process of PID 4640) has been terminated. [2021-04-09T02:17:07.612Z] SUCCESS: The process with PID 4640 (child process of PID 8116) has been terminated. [2021-04-09T02:17:07.612Z] INFO: Stop tailing logs of the daemon under tests [2021-04-09T02:17:07.612Z] INFO: executeCI.ps1 Completed successfully at 04/09/2021 02:17:07. [2021-04-09T02:17:07.612Z] INFO: Tidying up at end of run [2021-04-09T02:17:07.612Z] INFO: Saving daemon under test log (d:\CI\PR-39846\67\dut.out) to bundles\CIDUT.out [2021-04-09T02:17:07.612Z] INFO: Saving daemon under test log (d:\CI\PR-39846\67\dut.err) to bundles\CIDUT.err [2021-04-09T02:17:07.612Z] INFO: Nuke-Everything... [2021-04-09T02:17:08.065Z] INFO: Container count on control daemon to delete is 2 [2021-04-09T02:17:08.518Z] 875a092feb54 [2021-04-09T02:17:08.518Z] 36337ca68cbf [2021-04-09T02:17:08.970Z] INFO: Non-base image count on control daemon to delete is 1 [2021-04-09T02:17:11.186Z] Deleted: sha256:41046e5c60ea95ff7860df5c39316e43c5e8d6f52bb015e7c0dd5e7dc5fade90 [2021-04-09T02:17:11.186Z] Deleted: sha256:7535ce4251a0508724c51136d442bcb9a501ff8627c3c89098f223d17b6fe3a9 [2021-04-09T02:17:11.186Z] INFO: Tidying pidfile d:\CI\PR-39846\67\docker.pid [2021-04-09T02:17:11.186Z] INFO: Nuking d:\CI [2021-04-09T02:17:46.750Z] INFO: Zapped successfully [2021-04-09T02:17:46.750Z] [2021-04-09T02:17:46.750Z] INFO: executeCI.ps1 exiting at Fri Apr 9 02:17:43 CUT 2021. Duration 01:20:37.7162606 [2021-04-09T02:17:46.750Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2021-04-09T02:17:46.989Z] Recording test results [2021-04-09T02:17:47.652Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2021-04-09T02:17:49.111Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2021-04-09T02:17:50.834Z] Archiving artifacts [2021-04-09T02:17:51.971Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-39846/67/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-04-09T02:17:52.877Z] + make clean [2021-04-09T02:17:53.831Z] docker volume rm -f docker-dev-cache [2021-04-09T02:17:53.831Z] 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